/* @import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&amp;); */

@import url('bootstrap.min.css');
@import url('icons.min.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.required {
    color: #800
}

.cfcs {
    font-family: impact !important;
    font-size: 13px;
    color: #9e000d;
}

.btn.btn-green {
    background-color: #085C6C;
    color: #fff;
}

    .btn.btn-green:hover {
        background-color: #034350;
        color: #fff;
        transition-duration: .3s;
    }

.rr_lbl {
    margin: .25rem 0;
}

    .rr_lbl > * {
        padding: 0 .5rem;
    }

    .rr_lbl label {
        margin-top: 0.3rem;
        margin-bottom: 0;
        padding: 0;
    }

.input_group {
    position: relative;
    padding: 0;
    margin-top: 0;
}

    .input_group input,
    .input_group textarea {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #ccc;
        outline: 0;
        font-size: 14px;
        padding: 7.5px 0;
        background: transparent;
        transition: border-color 0.2s;
        color: var(--bs-body-color);
    }

        .input_group input::placeholder,
        .input_group textarea::placeholder {
            color: transparent;
        }

        .input_group input:placeholder-shown ~ label,
        .input_group textarea:placeholder-shown ~ label {
            font-size: 14px;
            cursor: text;
            top: 10px;
        }

        .input_group label,
        .input_group input:focus ~ label,
        .input_group textarea:focus ~ label {
            position: absolute;
            top: -8px;
            display: block;
            transition: 0.2s;
            font-size: 11px;
            color: #585858;
            font-weight: 400;
        }

        .input_group input:focus ~ label,
        .input_group textarea:focus ~ label {
            color: #50A5F1
        }

        .input_group input:focus,
        .input_group textarea:focus {
            padding-bottom: 6px;
            border-bottom: 2px solid #50A5F1
        }

.input_file input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: .47rem .75rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.input_file label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .47rem .75rem;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #eff2f7;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: #fff;
    -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03)
}

.navbar-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 60px;
    padding: 0 calc(24px / 2) 0 0
}

    .navbar-header .dropdown .show.header-item {
        background-color: #f8f9fa
    }

.navbar-brand-box {
    padding: 0 1.5rem;
    text-align: center;
}

.logo {
    display: inline-block;
    margin-top: 1.5px;
}

.appNavbar {
    display: flex;
}

.page-content {
    /*padding: calc(52px + 24px) calc(46px / 2) 40px calc(46px / 2)*/
    padding: calc(46px + 24px) calc(46px / 2) 30px calc(46px / 2)
}

    .page-content .container-fluid {
        padding: 0;
    }

    .page-content h2 {
        font-size: 20px;
    }

.page-content2 {
    padding: calc(52px - 36px) calc(46px / 2) 20px calc(46px / 2)
}

    .page-content2 h2 {
        font-size: 20px;
    }

.header-item {
    height: 60px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #555b6d;
    border: 0;
    border-radius: 0
}

    .header-item:hover {
        color: #555b6d
    }

.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: #f6f6f6;
    padding: 3px
}

.navbar-brand-box {
    border-right: 1px solid #eee;
}

.noti-icon span i {
    font-size: 22px;
    color: #555b6d;
}

.navbar-header .btn {
    display: flex;
    align-items: center;
}

.page-title-box {
    padding-bottom: 24px
}

    .page-title-box .breadcrumb {
        background-color: transparent;
        padding: 0
    }

    .page-title-box h4 {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px !important
    }

.footer {
    bottom: 0;
    padding: 6px calc(24px / 2);
    position: absolute;
    right: 0;
    color: #74788d;
    left: 0;
    background-color: #fff
}

@media (max-width:991.98px) {
    .footer {
        left: 0
    }
}

@media (max-width:991.98px) {
    .vertical-collpsed .footer {
        left: 0
    }
}

.table_mob_nowrap.table-responsive {
    overflow-y: visible;
    overflow-x: unset;
}

.table-responsive {
    overflow-x: visible;
}

.th_xtbl th,
.th_xtbl td {
    text-align: left !important;
    -webkit-text-align: left;
}

.th_xtbl th {
    white-space: nowrap;
}

    .th_xtbl th:last-child {
        position: sticky;
        right: 0;
        text-align: center !important;
    }

.th_xtbl tr {
    position: relative;
}

.th_xtbl_action {
    position: sticky;
    position: -webkit-sticky;
    right: 0;
    z-index: 0;
    background: #fff !important;
    overflow: visible;
}

    .th_xtbl_action:hover {
        z-index: 9;
    }

    .th_xtbl_action div {
        overflow: visible;
        display: flex;
    }

    .th_xtbl_action .dropdown .dropdown-menu {
        background-color: #222;
        color: #fff;
    }

        .th_xtbl_action .dropdown .dropdown-menu .dropdown-item {
            padding: 4px 8px;
        }

            .th_xtbl_action .dropdown .dropdown-menu .dropdown-item:hover {
                color: #fff;
                background-color: #3f3f3f;
            }

    .th_xtbl_action .dropdown:hover .dropdown-menu {
        display: block;
        top: 100%;
        right: 20%;
        left: unset;
        min-width: 7rem;
    }

    .th_xtbl_action .dropdown .dropdown-menu:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        margin-top: -5px;
        width: 0;
        z-index: 1;
        height: 0;
        border-bottom: solid 8px #222;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
    }

    .th_xtbl_action .dropdown:hover .dropdown-menu li small {
        color: rgb(219, 219, 219);
        padding: 0 8px;
    }

    .th_xtbl_action .dropdown:hover .dropdown-menu li span {
        padding: 0 8px;
    }

.main-content {
    /*overflow: hidden*/
}

    .main-content .content {
        padding: 0 15px 10px 15px;
        margin-top: 70px
    }

.topnav {
    background: #fff;
    padding: 0 calc(24px / 2);
    -webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
    margin-top: 70px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100
}

.act_card {
    position: relative;
    padding: 16px;
    overflow: hidden;
    box-shadow: 0 .75rem 1.5rem rgba(0, 184, 217, .08);
    height: 100%;
}

    .act_card.warning {
        box-shadow: 0 .75rem 1.5rem rgba(255, 171, 0, 0.08);
    }

    .act_card.danger {
        box-shadow: 0 .75rem 1.5rem rgba(255, 86, 48, 0.08);
    }

    .act_card.purple {
        box-shadow: 0 .75rem 1.5rem rgba(155, 31, 232, 0.08);
    }

    .act_card.success {
        box-shadow: 0 .75rem 1.5rem rgba(0, 171, 85, 0.08);
    }

    .act_card > i:last-child {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #ffffff;
        font-size: 1.5rem;
        line-height: 1rem;
        display: none;
    }

    .act_card::before {
        content: '';
        position: absolute;
        width: 160%;
        height: 160%;
        border-radius: 50%;
        background-color: rgba(0, 184, 217, 0.08);
        top: -30%;
        right: -20%;
    }

    .act_card::after {
        content: '';
        position: absolute;
        width: 65%;
        height: 63%;
        border-radius: 50%;
        border: 2px solid rgba(0, 184, 217, 0.08);
        top: -30%;
        right: -20%;
    }

    .act_card:hover > i:last-child {
        display: block;
    }

    .act_card > i:first-child {
        color: var(--bs-info);
        font-size: 1.5rem;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        background-color: rgba(0, 184, 217, 0.08);
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 5px;
    }

    .act_card h5 {
        font-size: .8rem;
    }

    .act_card h2 {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 0;
        line-height: .9;
    }

        .act_card h2 i {
            color: var(--bs-info);
            font-size: 1.3rem;
        }

    .act_card.warning > i:first-child {
        color: var(--bs-yellow);
        background-color: rgba(255, 171, 0, 0.08);
    }

    .act_card.warning h2 i {
        color: var(--bs-yellow);
    }

    .act_card.warning::before {
        background-color: rgba(255, 171, 0, 0.08);
    }

    .act_card.warning::after {
        border: 2px solid rgba(255, 171, 0, 0.08);
    }

    .act_card.danger > i:first-child {
        color: var(--bs-red);
        background-color: rgba(255, 86, 48, 0.08);
    }

    .act_card.danger h2 i {
        color: var(--bs-red);
    }

    .act_card.danger::before {
        background-color: rgba(255, 86, 48, 0.08);
    }

    .act_card.danger::after {
        border: 2px solid rgba(255, 86, 48, 0.08);
    }

    .act_card.purple > i:first-child {
        color: var(--bs-purple);
        background-color: rgba(155, 31, 232, 0.08);
    }

    .act_card.purple h2 i {
        color: var(--bs-purple);
    }

    .act_card.purple::before {
        background-color: rgba(155, 31, 232, 0.08);
    }

    .act_card.purple::after {
        border: 2px solid rgba(155, 31, 232, 0.08);
    }

    .act_card.success > i:first-child {
        color: var(--bs-success);
        background-color: rgba(0, 171, 85, 0.08);
    }

    .act_card.success h2 i {
        color: var(--bs-success);
    }

    .act_card.success::before {
        background-color: rgba(0, 171, 85, 0.08);
    }

    .act_card.success::after {
        border: 2px solid rgba(0, 171, 85, 0.08);
    }

.act_duet {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 16px;
    box-shadow: rgb(0, 0, 0, .1) 4px 0 12px 0px inset;
    border-radius: 4px;
}

    .act_duet h5 {
        font-size: .8rem;
    }

    .act_duet h2 {
        font-size: 1.8rem;
        font-weight: 600;
        margin-bottom: 0;
        line-height: .9;
    }

    .act_duet a {
        white-space: nowrap;
    }

.doc_avgLi {
    border: 1px solid #f7f7f7;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 8px;
}

    .doc_avgLi h5 {
        display: flex;
        justify-content: space-between;
        font-size: .9rem;
        margin-bottom: 5px;
    }

        .doc_avgLi h5 span {
            font-weight: 400;
            color: #585858;
        }

            .doc_avgLi h5 span a {
                color: var(--bs-dark);
            }

.doc_avBar {
    position: relative;
    background-color: #EAF7F1;
    border-radius: 30px;
    height: 20px;
}

    .doc_avBar span {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--bs-info);
        border-radius: 30px;
        width: 40%;
        height: 100%;
    }

.doc_avg .doc_avBar.warning span {
    background-color: var(--bs-yellow);
    width: 60%;
}

.doc_avg .doc_avBar.danger span {
    background-color: var(--bs-red);
    width: 74%;
}

.doc_avg .doc_avBar.purple span {
    background-color: var(--bs-purple);
    width: 30%;
}

.doc_avg .doc_avBar.success span {
    background-color: var(--bs-success);
    width: 80%;
}

.mailLi {
    position: relative;
    display: flex;
    width: 100%;
    color: #8CA3BA;
    border-right: 1px solid #f7f7f7;
}

    .mailLi.success {
        border-right: none;
    }

    .mailLi:hover {
        color: #8CA3BA;
    }

    .mailLi > span {
        font-size: 30px;
        color: var(--bs-yellow);
        background-color: #FEF7EB;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 8px;
    }

    .mailLi h5 {
        margin-bottom: 0;
    }

    .mailLi h2 {
        color: var(--bs-yellow);
        margin-bottom: 0;
    }

    .mailLi.danger > span {
        color: var(--bs-red);
        background-color: #FEF1EE;
    }

    .mailLi.danger h2 {
        color: var(--bs-red);
    }

    .mailLi.success > span {
        color: var(--bs-success);
        background-color: #EBF8F2;
    }

    .mailLi.success h2 {
        color: var(--bs-success);
    }

    .mailLi:hover > span {
        background-color: #fff;
        transition-duration: .3s;
        border: 1px solid #f7f7f7;
    }

@media (max-width:992px) {
    .table_mob_nowrap.table-responsive {
        overflow-y: visible;
        overflow-x: auto;
    }
}

@media (min-width:992px) {
    .table_xl_nowrap th {
        white-space: nowrap;
    }

    .lgtblWsnW {
        white-space: nowrap;
    }
}


/* wave effect */

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        opacity: 0;
        background: rgba(0, 0, 0, .1);
        background: radial-gradient(rgba(0, 0, 0, .1) 0, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .2) 60%, rgba(255, 255, 255, 0) 70%);
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
        -webkit-transition-property: -webkit-transform, opacity;
        -webkit-transition-property: opacity, -webkit-transform;
        transition-property: opacity, -webkit-transform;
        transition-property: transform, opacity;
        transition-property: transform, opacity, -webkit-transform;
        -webkit-transform: scale(0) translate(0, 0);
        transform: scale(0) translate(0, 0);
        pointer-events: none
    }

    .waves-effect.waves-light .waves-ripple {
        background: rgba(255, 255, 255, .4);
        background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
    }

    .waves-effect.waves-classic .waves-ripple {
        background: rgba(0, 0, 0, .2)
    }

    .waves-effect.waves-classic.waves-light .waves-ripple {
        background: rgba(255, 255, 255, .4)
    }

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}

    .waves-button,
    .waves-button-input,
    .waves-button:hover,
    .waves-button:visited {
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: none;
        outline: 0;
        color: inherit;
        background-color: rgba(0, 0, 0, 0);
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        text-decoration: none;
        z-index: 1
    }

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em
}

.waves-button-input {
    margin: 0;
    padding: .85em 1.1em
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

    .waves-input-wrapper.waves-button {
        padding: 0
    }

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1
    }

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    -webkit-transition: all .3s;
    transition: all .3s
}

    .waves-float:active {
        -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
        box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3)
    }

.waves-block {
    display: block
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, .4)
}

.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(85, 110, 230, .4)
}

.waves-effect.waves-success .waves-ripple {
    background-color: rgba(52, 195, 143, .4)
}

.waves-effect.waves-info .waves-ripple {
    background-color: rgba(80, 165, 241, .4)
}

.waves-effect.waves-warning .waves-ripple {
    background-color: rgba(241, 180, 76, .4)
}

.waves-effect.waves-danger .waves-ripple {
    background-color: rgba(244, 106, 106, .4)
}

.th_accordion .accordion-button {
    font-size: 1.1rem;
    font-weight: 500;
}

    .th_accordion .accordion-button:not(.collapsed) {
        color: #50a5f1;
        background-color: #E8EEFF;
    }

.custom-accordion .accordion-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 7px;
    background-color: #f6f6f6;
    padding: 12px 20px;
    color: #495057;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .custom-accordion .accordion-list.collapsed i.accor-plus-icon:before {
        content: "\F0415"
    }

    .custom-accordion .accordion-list .accor-plus-icon {
        display: inline-block;
        font-size: 16px;
        height: 24px;
        width: 24px;
        line-height: 22px;
        background-color: #fff;
        text-align: center;
        border-radius: 50%
    }

.custom-accordion a.collapsed i.accor-down-icon:before {
    content: "\F0140"
}

.custom-accordion .card-body {
    color: #74788d
}

.font-size-10 {
    font-size: 10px !important
}

.font-size-11 {
    font-size: 11px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-24 {
    font-size: 24px !important
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.w-xs {
    min-width: 80px
}

.w-sm {
    min-width: 95px
}

.w-md {
    min-width: 110px
}

.w-lg {
    min-width: 140px
}

.w-xl {
    min-width: 160px
}

.alert-dismissible .btn-close {
    font-size: 10px;
    padding: 1.05rem 1.25rem;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat
}

.form-check {
    position: relative;
    text-align: left;
}

    .form-check input {
        margin-top: 7px;
    }

    .form-check.rd {
        margin-right: 4px;
        display: inline-block;
    }

        .form-check.rd:last-child {
            margin-right: 0;
        }

.form-check-right {
    padding-left: 0;
    display: inline-block;
    padding-right: 1.5em
}

    .form-check-right .form-check-input {
        float: right;
        margin-left: 0;
        margin-right: -1.5em
    }

    .form-check-right .form-check-label {
        display: block
    }

.form-checkbox-outline .form-check-input {
    border-width: 2px;
    background-color: #fff
}

    .form-checkbox-outline .form-check-input:active {
        -webkit-filter: none;
        filter: none
    }

    .form-checkbox-outline .form-check-input:checked {
        background-color: #fff !important
    }

        .form-checkbox-outline .form-check-input:checked[type=checkbox] {
            background-image: none
        }

        .form-checkbox-outline .form-check-input:checked:after {
            position: absolute;
            content: '\F012C';
            font-family: "Material Design Icons";
            top: -4px !important;
            left: 1px;
            font-size: 16px;
            color: #343a40
        }

.form-radio-outline .form-check-input {
    background-color: #fff;
    position: relative
}

    .form-radio-outline .form-check-input:active {
        -webkit-filter: none;
        filter: none
    }

    .form-radio-outline .form-check-input:checked {
        background-color: #fff !important
    }

        .form-radio-outline .form-check-input:checked[type=checkbox] {
            background-image: none
        }

        .form-radio-outline .form-check-input:checked:after {
            position: absolute;
            content: '';
            top: 3px !important;
            left: 3px;
            width: 5px;
            height: 5px;
            border-radius: 50%
        }

.form-check {
    margin-bottom: 0
}

.table {
    border: none;
    margin-bottom: 0;
}

    .table th,
    .GridDefault.table th {
        background-color: #eff2f7;
    }

    .table .btn {
        padding: 0 .25rem;
        height: 19.475px;
        transform: scale(1.4);
    }

    .table .dropdown .mdi {
        transform: none;
    }

    .table .mdi {
        display: inline-block;
        transform: scale(1.8);
    }

    .table tr {
        border-color: #ccc;
    }
    .table tbody tr:last-child {
        border-color:transparent;
    }

.l_tbl.table-responsive tr:hover {
    background-color: #f7f7f7;
}

.l_tbl.table-responsive tr td:last-child,
.l_tbl.table-responsive tr th:last-child {
    text-align: center;
}

.form-control {
    padding: .25rem .5rem !important;
}

.form-select {
    padding: .25rem .75rem .25rem .5rem;
}

.form-check-input,
.form-check-label {
    cursor: pointer;
    margin-bottom: 0
}

.form-switch-md {
    padding-left: 2.5rem;
    min-height: 24px;
    line-height: 24px
}

    .form-switch-md .form-check-input {
        width: 40px;
        height: 20px;
        left: -.5rem;
        position: relative;
        margin-top: 5px;
        border-radius: 12px !important;
    }

    .form-switch-md .form-check-label {
        vertical-align: middle
    }

.form-switch-lg {
    padding-left: 2.75rem;
    min-height: 28px;
    line-height: 28px
}

    .form-switch-lg .form-check-input {
        width: 48px;
        height: 24px;
        left: -.75rem;
        position: relative
    }

.input-group-text {
    margin-bottom: 0;
}

.right-bar {
    background-color: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06), 0 1px 0 0 rgba(0, 0, 0, .02);
    display: block;
    position: fixed;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 500px;
    z-index: 9999;
    float: right !important;
    right: -510px;
    top: 0;
    bottom: 0
}

.right-bar-content {
    position: relative;
    z-index: 9999;
    background-color: #fff;
    padding-bottom: 20px;
}

.right-bar .right-bar-toggle {
    background-color: #444c54;
    height: 24px;
    width: 24px;
    line-height: 24px;
    display: block;
    color: #eff2f7;
    text-align: center;
    border-radius: 50%
}

    .right-bar .right-bar-toggle:hover {
        background-color: #4b545c
    }

.rightbar-overlay {
    background-color: rgba(52, 58, 64, .55);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 9998;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.right-bar-enabled .right-bar {
    right: 0
}

.right-bar-enabled .rightbar-overlay {
    visibility: visible;
    opacity: 1;
}

@media (max-width:767.98px) {
    .right-bar {
        overflow: auto
    }

        .right-bar .slimscroll-menu {
            height: auto !important
        }
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0 !important
}

    .simplebar-content-wrapper::-webkit-scrollbar,
    .simplebar-hide-scrollbar::-webkit-scrollbar {
        display: none
    }

.simplebar-content:after,
.simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 4px;
    min-height: 10px
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: '';
        background: #a2adb7;
        border-radius: 7px;
        left: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear
    }

    .simplebar-scrollbar.simplebar-visible:before {
        opacity: .5;
        -webkit-transition: opacity 0s linear;
        transition: opacity 0s linear
    }

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 2px;
        right: 2px
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto
    }

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none
}

.custom-scroll {
    height: 100%
}

.lnb-calendars-item {
    display: inline-block;
    margin-right: 7px
}

input[type=checkbox].tui-full-calendar-checkbox-round + span {
    margin-right: 4px;
    margin-left: 0
}

input[type=file]::-webkit-file-upload-button {
    display: none;
}

.rr_lbl label.input-group-text {
    padding: 0 .45rem !important;
}


/* form elements end */

@media only screen and (max-width: 800px) {
    .th_xtbl th {
        white-space: wrap;
    }

        .th_xtbl th:last-child {
            position: static;
        }

    .th_xtbl tr {
        position: static;
    }

    .th_xtbl_action {
        position: static;
        background: unset !important;
        width: auto;
    }

        .th_xtbl_action div {
            display: flex !important;
            width: auto;
            flex-direction: row;
            position: static;
            background: unset !important;
            border-left: none;
        }

    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        #no-more-tables table.table,
        #no-more-tables table.table tbody {
            display: block;
        }

        #no-more-tables table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        #no-more-tables table tbody tr {
            border: 1px solid #ccc;
            border-bottom: none;
            margin-bottom: 20px;
            display: flex;
            flex-direction: column;
            width: 100%;
        }

            #no-more-tables table tbody tr td.text-center {
                text-align: left !important;
            }

            #no-more-tables table tbody tr td {
                border: none;
                border-bottom: 1px solid #eee;
                position: relative;
                padding-left: 47%;
                white-space: normal;
                text-align: left;
                min-height: 30px;
            }

                #no-more-tables table tbody tr td:before {
                    position: absolute;
                    top: 6px;
                    left: 6px;
                    width: 45%;
                    padding-right: 10px;
                    white-space: nowrap;
                    text-align: left;
                    font-weight: bold;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

    .br_label_table table tbody tr td:before {
        position: static !important;
        padding-right: 0 !important;
        display: block !important;
    }

    .br_label_table table tbody tr td {
        padding-left: 0 !important;
        padding: 5px !important;
    }
    /*
   Label the data
   */
    #no-more-tables table tbody tr td:before {
        content: attr(data-title);
    }
}

@media (max-width:992px) {
    .navbar-brand-box {
        width: auto
    }

    .logo span.logo-lg {
        display: none
    }

    .logo span.logo-sm {
        display: inline-block
    }

    .appNavbar {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #eee;
        display: none;
        padding: 10px 10px;
        -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
        box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    }

        .appNavbar .dropdown .btn {
            position: relative;
            width: 100%;
        }

            .appNavbar .dropdown .btn > i {
                position: absolute;
                top: 50%;
                right: .75rem;
                transform: translateY(-50%);
            }

        .appNavbar .dropdown .dropdown-menu {
            width: 100%;
        }

    .header-item {
        height: 40px;
    }
}

@media all and (min-width:768px) {
    .f_dateFD {
        min-height: 263px;
    }
}

@media all and (max-width:768px) {
    .page-content {
        padding: calc(47px + 24px) calc(25px / 2) 46px calc(25px / 2);
    }

    .navbar-header {
        padding-right: 0
    }

    .navbar-brand-box {
        padding: 0 .75rem;
    }

    .footer {
        padding-left: 0;
        padding-right: 0;
    }

    .row.act_row {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        white-space: nowrap;
        overflow-x: scroll;
    }

        .row.act_row > * {
            display: inline-block;
            width: 30%;
        }

    .act_rowBtn {
        position: absolute;
        top: 50px;
        right: -8px;
        background-color: #fff;
        border-radius: 4px;
        width: 18px;
        height: 30px;
        text-align: center;
        line-height: 1.9;
        font-size: 16px;
        color: #343a40;
        z-index: 99;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

        .act_rowBtn.mdi-chevron-left {
            width: 16px;
            left: -10px;
        }
}

@media all and (max-width:590px) {
    .row.act_row > * {
        width: 40%;
    }
}

@media all and (max-width:505px) {
    .footer {
        font-size: 9px;
    }

    .right-bar {
        width: 100%;
    }

    .right-bar-content {
        padding-bottom: 16px;
    }

    .calendarTbl th,
    .calendarTbl td {
        padding: 0 !important;
    }

    .act_duet {
        padding: 8px;
    }

        .act_duet h5 {
            font-size: 9px;
        }

        .act_duet .btn {
            font-size: 9px;
            padding: 3px 6px;
        }

        .act_duet img {
            height: 60px;
        }

    .doc_avg h5,
    .act_duetAvg h5 {
        font-size: 14px;
    }

    .doc_avgLi h5 {
        font-size: 12px;
    }
}

@media all and (max-width:440px) {
    .userName {
        display: none;
    }

    .row.act_row > * {
        width: 55%;
    }

    .mailLi > span {
        font-size: 16px;
        height: 20px;
        width: 20px;
    }

    .mailLi > div span {
        font-size: 9px;
    }

    .mailLi h5 {
        font-size: 12px;
    }
}

@media all and (max-width:340px) {
    .act_duet img {
        height: 50px;
    }
}
