@import url('http://fonts.cdnfonts.com/css/tt-commons');

@font-face {
    font-family: "font-family: 'TT Commons', sans-serif;";
    src: url("../font/TT\ Commons\ Black.otf");
    /* src: url("../font/TT\ Commons\ Black\ Italic.otf"); */
    src: url("../font/TT\ Commons\ Bold.otf");
    /* src: url("../font/TT\ Commons\ Bold\ Italic.otf"); */
    src: url("../font/TT\ Commons\ DemiBold.otf");
    /* src: url("../font/TT\ Commons\ DemiBold\ Italic.otf"); */
    src: url("../font/TT\ Commons\ ExtraBold.otf");
    src: url("../font/TT\ Commons\ ExtraLight.otf");
    src: url("../font/TT\ Commons\ ExtraLight\ Italic.otf");
    /* src: url("../font/TT\ Commons\ Italic.otf"); */
    src: url("../font/TT\ Commons\ Light.otf");
    /* src: url("../font/TT\ Commons\ Light\ Italic.otf"); */
    src: url("../font/TT\ Commons\ Medium.otf");
    /* src: url("../font/TT\ Commons\ Medium\ Italic.otf"); */
    src: url("../font/TT\ Commons\ Regular.otf");
    src: url("../font/TT\ Commons\ Thin.otf");
    /* src: url("../font/TT\ Commons\ Thin\ Italic.otf"); */
}


/* New Style*/
.dataTables_wrapper {
    width: 100%;
}

#form-content {
    width: 100%;
}

div.well {
    padding: 0 40px;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(173, 173, 173, 0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(173, 173, 173, 0.3);
}

::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: var(--lightestgrey);
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

:root {
    scroll-behavior: smooth;
}

body {
    font-family: "TT Commons", sans-serif;
    background: #f6f9ff;
    color: #444444;
    scroll-behavior: smooth;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
    /* left: -130px; */
}

.bg-badge {
    background-color: #e97195 !important;
}

.badge_custom {
    color: #fff !important;
    font-size: 11px !important;
    position: absolute;
    top: 0;
}

.top_header_icons {
    font-size: 24px;
}

.dropdown-toggle::after {
    display: none !important;
}

.navbar-light .navbar-nav .nav-link {
    margin: 0px 6px !important;
}

.navbar-light .nav-link {
    white-space: nowrap !important;
    font-weight: 600;
    text-transform: capitalize;
}

.scroll_navgation {
    overflow-x: auto !important;
    box-shadow: 0px 7px 40px rgba(81, 81, 83, 0.12);
}

.scroll_navgation ::-webkit-scrollbar {
    display: none;
}


/* Demonstrate a "mostly customized" scrollbar
   * (won't be visible otherwise if width/height is specified) */

.scroll_navgation ::-webkit-scrollbar {
    width: 5px !important;
    height: 4px !important;
    background-color: #aaa;
    /* or add it to the track */
}


/* Add a thumb */

.scroll_navgation ::-webkit-scrollbar-thumb {
    background: #464646;
}

.navbar {
    padding: .3rem .3rem !important;
}

.logo_text {
    color: #464646 !important;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.sticky_header {
    position: fixed;
    background: #fff;
    z-index: 999000;
}

.rightside_icons .nav-item {
    margin: 0px 10px !important;
}

.rightside_icons .nav-item:hover {
    border-bottom: none !important;
}

.home_main {
    position: relative;
    height: 500px;
}

.morning_content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.user_image {
    width: 28px;
    height: 28px;
}

.greeting_message {
    margin-top: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

#currentTime {
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #464646;
    text-transform: uppercase;
}

.navbar-bottom .navbar-nav .active>.nav-link,
.navbar-bottom .navbar-nav .nav-link.active,
.navbar-bottom .navbar-nav .nav-link.show,
.navbar-bottom .navbar-nav .show>.nav-link {
    color: #0b255d;
    border-bottom: 2px solid #0b255d;
    transition: 0.6s;
}

.navbar-bottom .navbar-nav .nav-link:focus,
.navbar-bottom .navbar-nav .nav-link:hover {
    color: #337ab7;
    border-bottom: 2px solid #e97195;
}

.login-form-holder {
    margin: 0;
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(118, 119, 118, 0.05) 0px 8px 32px;
}

.btn-login {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #0b255d;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
    border-radius: 30px;
    margin-top: 20px;
}

.btn-back {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #464646;
    outline: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 5px;
    border-radius: 30px;
    margin-top: 20px;
}

.shape_left {
    position: absolute;
    width: 140px;
    height: 140px;
    bottom: 150px;
    left: 20%;
}

.shape_right {
    position: absolute;
    right: 155px;
    width: 380px;
    /* top: -47px; */
    bottom: 147px;
}

.login-form-holder .form-group {
    position: relative;
}

.field-icon {
    position: absolute;
    top: 43px;
    right: 12px;
}

.form-heading {
    text-align: center;
    color: #0b255d;
    font-weight: 600;
    border-bottom: 1px solid #0b255d;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-form-header {
    height: 60px;
    box-shadow: 0px 7px 40px rgba(81, 81, 83, 0.12);
    text-align: center;
}

.login-form-header a,
.login-form-header h2 {
    line-height: 60px;
    text-decoration: none;
    font-weight: 600;
    color: #464646;
    text-transform: uppercase;
}

.bg-gradient-form {
    background: #C9D6FF;
    background: -webkit-linear-gradient(to bottom, #dbf5f0, #fff);
    background: linear-gradient(to bottom, #dbf5f0, #fff);
    height: 80vh;
}

.blue_bg {
    background-color: #e97195;
    color: #fff;
}

.forgot_password {
    color: #2db69f;
    text-decoration: none !important;
    padding: 0px !important;
    font-size: 14px;
    font-weight: 600;
    transition: 0.6s;
}

.forgot_password:hover {
    color: #e97195 !important;
    text-decoration: none !important;
    padding: 0px !important;
    font-size: 14px;
    transition: 0.6s;
    font-weight: 600;
}

.error {
    color: red;
    text-transform: capitalize;
}

label {
    /* margin-top:6p */
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 500;
    text-transform: capitalize;
}

.scroll_section {
    overflow: auto;
    margin-bottom: 15px;
}

.table_sectiion_other {
    margin: 0;
}

.table_sectiion {
    /* width: 1680px; */
    margin: 0;
}

/* .table_width {
    width: 550px;
    padding-left: 5px;
    padding-right: 5px;
} */

.table-title {
    /* margin:8px 1px 1px -39px; */

    margin: -41px -47px -30px -42px;
    /* margin: -42px 1px -42px -39px; */
    /* margin: -34px -1px -48px -41px; */
    /* margin: -34px -1px -48px -41px; */

    padding: 40px;
    font-weight: 600;
    font-size: 16px;
    color: #464646;
    text-transform: uppercase;
}

.table_width table thead tr {
    background: #e97195 !important;
}

.table_width table thead tr th {
    color: #fff;
    /* white-space: nowrap; */
    font-size: 14px;
    text-transform: capitalize;
}

.table th {
    padding: .55rem !important;
}

.table_width table thead tr th:first-child {
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
}

.table_width table thead tr th:last-child {
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}

.table_width table tr td {
    padding: .15rem !important;
    font-size: 12px;
    vertical-align: middle;
}

.table_width table tr:nth-child(even) {
    background: #e4f4f1;
}

.table_width table tr:nth-child(odd) {
    background: transparent;
}

.add_more {
    text-align: center;
    font-size: 14px;
    height: 35px;
    background: #e4f4f1;
    font-weight: 600;
    line-height: 35px;
    color: #464646;
}

.fa-plus-circle {
    font-size: 18px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.table_width table {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.table_width .custom-control {
    text-align: center;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #464646 !important;
    background-color: #464646 !important;
}

.table_width_noc_dwg {
    width: 500px !important;
}


/* accordian  */

.main_accordian #faq .card {
    margin-bottom: 10px;
    border: 0;
}

.main_accordian #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0 !important;
}

.main_accordian #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    color: #464646;
    background: #e4f4f1;
    font-weight: 600;
    font-size: 14px;
}

.main_accordian #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.main_accordian #faq .card .card-header .btn-header-link.collapsed {
    background: #e4f4f1;
    color: #464646;
}

.main_accordian #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

.main_accordian #faq .card .collapsing {
    background: transparent;
    line-height: 30px;
}

.main_accordian #faq .card .collapse {
    border: 0;
}

.main_accordian #faq .card .collapse.show {
    background: transparent;
}

.noc_dwg {
    margin: 0;
}

.noc_dwg_height {
    height: 80vh;
    overflow: auto;
}

.btn-facility {
    color: #fff;
    background: #e97195;
    border: none;
    outline: none;
    font-weight: 600;
    width: 120px;
    padding: 5px;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 15px;
}

.add_more_facility {
    cursor: pointer;
    text-decoration: none;
    color: #464646 !important;
}

.table-title-noc {
    font-weight: 600;
    font-size: 14px;
    color: #464646;
    text-transform: uppercase;
    /* background: #e0f0ed; */
    height: 35px;
    line-height: 35px;
    /* margin-left: -1px; */
    padding-left: 10px;
}

.showBtn_1 {
    display: block;
}

.hideme_1,
.hideme_2,
.hideme_3,
.hideme_4 {
    display: none;
}

.input-group-text {
    background-color: transparent !important;
}

.text-theme {
    color: #e97195;
    font-weight: 500;
    text-align: center;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: #62616155;
    transition: 0.6s;
}

.modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    top: 45%;
    transform: translateY(-45%) ! important;
}

.close {
    float: right;
    font-size: 3rem !important;
    font-weight: 400 !important;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    top: 0;
    right: 10px;
}

.table_width_sanction {
    width: 500px !important;
}

.card-form {
    /* margin-top: -60px; */

    margin-top: -34px;
    padding: 15px 40px;
    box-shadow: 0 .46875rem 2.1875rem rgba(4, 9, 20, .03), 0 .9375rem 1.40625rem rgba(4, 9, 20, .03), 0 .25rem .53125rem rgba(4, 9, 20, .05), 0 .125rem .1875rem rgba(4, 9, 20, .03);
    border-radius: 10px;
    background: white;
    overflow-y: auto;
}

.bg-theme {
    background: #0b255d !important;
    border: none;
    outline: none;
    text-transform: capitalize;
    width: 100px;
    font-weight: 500;
}

.list_tr {
    background: #e97195 !important;
}

.list_tr th {
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
}

.customer_table .btn {
    padding: .15rem .45rem !important;
}

.customer_table td {
    padding: 4px !important;
    vertical-align: middle !important;
}

.customer_table td:last-child,
.customer_table td:first-child {
    text-align: center;
}

.add_customer {
    text-align: left;
    color: #e97195;
    font-weight: 600;
}

.dropdown-item {
    font-weight: 600 !important;
    color: #0b255d;
}

.p-top {
    padding-top: 120px;
}

.card_width {
    width: 19.2%;
    margin: 5px;
}

.row-0 {
    margin-right: 0px;
    margin-left: 0px;
}

.text-c-yellow i {
    font-size: 32px;
    color: #464646;
}

.text-card {
    color: #464646;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}

.dependency_section .card:hover a {
    text-decoration: none !;
}

.card:hover .text-c-yellow i {
    font-size: 32px;
    color: #e97195;
    transition: 0.6s;
}

.card:hover .text-card {
    transition: 0.6s;
    color: #e97195;
}

.card_a {
    text-decoration: none !important;
}

.margin-ul {
    margin: 0px 0px 0px -15px;
}

.rightside_icons {
    margin: 0px -15px 0px 0px;
}

.close_popup {
    float: right;
    color: #5d5d5d;
    cursor: pointer;
}

.employee_table td {
    padding: 4px !important;
    vertical-align: middle !important;
    white-space: nowrap;
}

.assign_dependency {
    color: #fff;
    background: #e97195;
    font-weight: 500;
    border: none;
    outline: none;
    font-size: 14px;
    margin: auto;
    border-radius: 10px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    position: relative;
}

.inner_div {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .45rem;
    width: 300px;
    /* height: 395px; */
    height: auto;
    left: 116px;
    top: -8px;
    padding: 15px 8px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    display: none;
    /* visibility: hidden; */
    background: #fff;
}

.inner_div::before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    left: 0;
    top: 20px;
    border: 15px solid #fff0;
    border-left: 0;
    border-right: 15px solid rgb(219, 219, 219);
    transform: translate(calc(-100% - 0px), -50%);
}

.inner_div label {
    color: #464646;
    font-weight: 500;
    font-size: 14px;
}

.close_btn {
    font-size: 18px;
    color: #464646;
    font-weight: 500;
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    cursor: pointer;
}

.close_btn_view {
    font-size: 18px;
    color: #464646;
    font-weight: 500;
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    cursor: pointer;
}

.table-title-pop {
    font-weight: 600;
    font-size: 15px;
    color: #464646;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}

.popup-submit {
    border: none;
    outline: none;
    background: #e97195;
    color: #fff;
    margin-top: 0px;
    width: 100px;
    border-radius: 15px;
    font-weight: 500;
}

.popup_hr {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.inner_div .form-group.col-lg-12.form_gap {
    padding-left: 5px !important;
    padding-right: 5px !important;
    margin-bottom: 0.6rem;
}

.mb-1.pt-2.text-bold.dashboard-des {
    font-weight: 500;
    font-size: 18px;
}

.dash-employee {
    margin-bottom: 0px !important;
    padding: 0px;
    font-weight: 500;
    color: #e97195 !important;
    font-size: 24px;
}

.dash-details {
    color: #464646;
    margin-bottom: 0px !important;
    padding: 0px;
    font-weight: 400;
    margin-left: 15px;
    margin-top: 23px;
}

.profile_details {
    font-size: 12px;
    word-spacing: 0px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #464646;
    text-transform: capitalize;
}

.col-lg-7.mb-lg-0.mb-4 {
    padding-right: 0px !important;
}

.card.card_width_employee {
    width: 33%;
    margin-right: 3px;
    margin-bottom: 3px;
}

.dashboard_btn {
    color: #fff !important;
}

.mtmb {
    margin-top: 10px;
    margin-bottom: 15px;
}

.dropdown-item {
    text-transform: capitalize;
}

.example .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle:before {
    /* content: 'Off'; */
    content: '';
    left: -4rem;
}

.btn-toggle:after {
    /* content: 'On'; */
    content: '';
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.active:before {
    opacity: 0.5;
}

.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}

.btn-toggle:before,
.btn-toggle:after {
    color: #6b7381;
}

.btn-toggle.active {
    background-color: #29b5a8;
}

.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
    outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-lg:before {
    content: 'Off';
    left: -5rem;
}

.btn-toggle.btn-lg:after {
    content: 'On';
    right: -5rem;
    opacity: 0.5;
}

.btn-toggle.btn-lg>.handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active>.handle {
    left: 2.8125rem;
    transition: left 0.25s;
}

.btn-toggle.btn-lg.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-lg.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.6875rem;
    width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
    display: none;
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-sm:before {
    content: 'Off';
    left: -0.5rem;
}

.btn-toggle.btn-sm:after {
    content: 'On';
    right: -0.5rem;
    opacity: 0.5;
}

.btn-toggle.btn-sm>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active>.handle {
    left: 1.6875rem;
    transition: left 0.25s;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
    display: none;
}

.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
    outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}

.btn-toggle.btn-xs:before {
    content: 'Off';
    left: 0;
}

.btn-toggle.btn-xs:after {
    content: 'On';
    right: 0;
    opacity: 0.5;
}

.btn-toggle.btn-xs>.handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: #fff;
    transition: left 0.25s;
}

.btn-toggle.btn-xs.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active>.handle {
    left: 1.125rem;
    transition: left 0.25s;
}

.btn-toggle.btn-xs.active:before {
    opacity: 0.5;
}

.btn-toggle.btn-xs.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.275rem;
    width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
    display: none;
}

.btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
    color: #6b7381;
}

.btn-toggle.btn-secondary.active {
    background-color: #ff8300;
}

.table_li {
    font-weight: 500;
    color: #464646;
    white-space: nowrap;
    /* margin: 0px 0px 0px 24px; */
    font-size: 13px;
    /* border: 1px solid aqua; */
    position: relative;
    display: inline-block;
    text-transform: capitalize;
}

.list_tr li {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.draggable.list_tr {
    padding: 8px;
}

.master-table ul .draggable:after {
    right: 7px;
    font-size: 10px;
    position: absolute;
    cursor: pointer;
    line-height: 5;
    transition: all 200ms;
    transition-timing-function: cubic-bezier(0.48, 0.72, 0.62, 1.5);
    transform: translateX(120%);
    opacity: 0;
}

.master-table ul .draggable:hover:after {
    opacity: 1;
    transform: translate(0);
}

.draggable {
    cursor: grab;
    margin: 0;
    padding: 0;
    border: 1px solid #dee2e6;
    /* padding: 4px; */
    transform: 3s;
    background: #f2f2f2;
    white-space: nowrap;
}

.draggable .table_li:first-child {
    text-align: center;
    margin: 0px !important;
    width: 50px !important;
}

.draggable .table_li:last-child {
    text-align: left;
    margin: 0px !important;
}

.master-table {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}


/* 
.draggable .table_li:nth-child(2) {
    text-align: left;
}

.draggable .table_li:nth-child(3) {
    text-align: left;
} */

.master-table th {
    padding: .55rem !important;
}

.master-table td {
    padding: .25rem !important;
    vertical-align: middle;
}

.master-table td:first-child {
    text-align: center;
}

.form-control {
    padding: 0.590rem 0.75rem !important;
}

.dependency_section .table_width {
    width: 660px;
}

.view_dependency {
    color: #fff;
    background: #464646;
    font-weight: 500;
    border: none;
    outline: none;
    font-size: 14px;
    margin: auto;
    border-radius: 10px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    position: relative;
}

.inner_div_view {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .45rem;
    width: 230px;
    /* height: 395px; */
    height: auto;
    right: -62px;
    z-index: 99999;
    top: 32px;
    padding: 15px 8px 3px 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    display: none;
    /* visibility: hidden; */
    background: #fff;
}

.inner_div_view::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

.inner_div_view label {
    color: #464646;
    font-weight: 500;
    font-size: 14px;
}

.noc_list {
    font-size: 14px;
    color: #464646;
}

.noc_right_side_border {
    background: #f3f3f3;
}

.noc_list::before {
    content: url(../images/arrow-right-16.png);
    top: 4px;
    position: relative;
}

.noc_list::after {
    content: '';
    right: 4px;
    position: relative;
}

.timeline-line {
    position: absolute;
    border-left: 2px solid #46464680;
    height: 82px;
    bottom: 14px;
}

.inner_div_view .noc_list:last-child {
    font-weight: 700 !important;
}

.drag_btn {
    cursor: grab !important;
}

.alert-success {
    color: #1f5c01;
    right: 0px;
    position: fixed;
    background-color: #d8efcc;
    bottom: 0px;
    border-color: #c8e9b8;
}

.alert-danger {
    color: #721c24;
    right: 0px;
    position: fixed;
    background-color: #f8d7da;
    bottom: 0px;
    border-color: #c8e9b8;
}

.dropdown-menu {
    padding: 0px;
    min-width: 11rem;
}

.item-cust {
    padding: 8px;
}

table.dataTable tbody th,
table.dataTable tbody td {
    white-space: nowrap !important;
    vertical-align: middle !important;
}

.rightside_icons .dropdown-menu {
    position: absolute;
    left: unset !important;
    right: 0px !important;
}

.row.table_sectiion {
    display: block;
}

thead {
    background: #e7e7e7;
}

button.dt-button:first-child,
div.dt-button:first-child,
a.dt-button:first-child,
input.dt-button:first-child {
    margin-left: 0;
    background: #0b255d !important;
    color: #fff;
    border: none !important;
    outline: none !important;
    font-weight: 600;
}

button.dt-button:nth-child(2),
div.dt-button:nth-child(2),
a.dt-button:nth-child(2),
input.dt-button:nth-child(2) {
    margin-left: 0;
    background: #0b255d !important;
    color: #fff;
    border: none !important;
    outline: none !important;
    font-weight: 600;
}

button.dt-button:nth-child(3),
div.dt-button:nth-child(3),
a.dt-button:nth-child(3),
input.dt-button:nth-child(3) {
    margin-left: 0;
    background: #0b255d !important;
    color: #fff;
    border: none !important;
    outline: none !important;
    font-weight: 600;
}

button.dt-button:nth-child(4),
div.dt-button:nth-child(4),
a.dt-button:nth-child(4),
input.dt-button:nth-child(4) {
    margin-left: 0;
    background: #0b255d !important;
    color: #fff;
    border: none !important;
    outline: none !important;
    font-weight: 600;
}

.logo_top {
    width: 10%;
    /* height: 100px; */
    position: absolute;
    left: 45%;
    top: 11%;
}

.logo-sec {
    text-align: center;
    align-items: center;
}

.admin_logo {
    width: 90px !important;
}

.admin_logo_welcome {
    width: 200px !important;
}

.welcome_txt {
    margin-bottom: 0.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #000;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    padding: 3px 3px !important;
}

i {
    font-style: normal;
    /* color: #fff; */
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
}

.navbar-bottom .navbar-nav .active>.nav-link,
.navbar-bottom .navbar-nav .nav-link.active,
.navbar-bottom .navbar-nav .nav-link.show,
.navbar-bottom .navbar-nav .show>.nav-link,
.navbar-bottom .navbar-nav .nav-link:focus,
.navbar-bottom .navbar-nav .nav-link:hover,
.navbar-bottom .navbar-nav .active>.nav-link,
.navbar-bottom .navbar-nav .nav-link.active,
.navbar-bottom .navbar-nav .nav-link.show,
.navbar-bottom .navbar-nav .show>.nav-link,
.navbar-bottom .navbar-nav .nav-link:focus,
.navbar-bottom .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #0b255d !important;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #0b255d !important;
}