@charset "UTF-8";

/****** UTILS ******/
/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.css-equal-content,
.css-equal-heights {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.sidebar .sidebar-menu ul,
.two-col-bar .sidebar-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.color-primary {
    color: #007A48;
}

.btn-primary {
    background-color: #007A48;
    border: 1px solid #007A48;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Inter';
}

body.error {
    color: var(--secondary-default, #526350);
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
    font-weight: 400;
    line-height: 166%;
    letter-spacing: 0.025rem;
    font-family: 'Inter';
}

label.error {
    color: #f62d51 !important;
}

.btn-khms {
    color: var(--primary-default);
    font-size: 17px;
}

/******* BASE *******/


h1 {
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    h1 {
        font-size: 27px;
    }
}

h2 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    h2 {
        font-size: 23px;
    }
}

h3 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0.5rem;
}

@media (max-width: 1023px) {
    h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 16px;
    }
}

h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0.5rem;
}

@media (max-width: 1023px) {
    h4 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    h4 {
        font-size: 16px;
    }
}

h5 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0.5rem;
}

@media (max-width: 1023px) {
    h5 {
        font-size: 14px;
    }
}

h6 {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0.5rem;
}

@media (max-width: 1023px) {
    h6 {
        font-size: 12px;
    }
}

body {
    font-family: "CircularStd", sans-serif;
    font-size: 15px;
    color: #1f1f1f;
    background-color: #f7f7f7;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
    outline: none;
    color: #0d6efd;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover {
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:focus {
    outline: 0;
}

p {
    margin-bottom: 1rem;
}

strong {
    font-weight: 700;
}

/*** default values ***/
/***** custom values *****/
/***** Grid Values *****/
/** Extends **/
.css-equal-heights,
.css-equal-content {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.col {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
    min-height: 1px;
}

@media (min-width: 320px) {
    .col.col-xs-12 {
        width: 100%;
    }

    .col.col-xs-11 {
        width: 91.66666667%;
    }

    .col.col-xs-10 {
        width: 83.33333333%;
    }

    .col.col-xs-9 {
        width: 75%;
    }

    .col.col-xs-8 {
        width: 66.66666667%;
    }

    .col.col-xs-7 {
        width: 58.33333333%;
    }

    .col.col-xs-6 {
        width: 50%;
    }

    .col.col-xs-5 {
        width: 41.66666667%;
    }

    .col.col-xs-4 {
        width: 33.33333333%;
    }

    .col.col-xs-3 {
        width: 25%;
    }

    .col.col-xs-2 {
        width: 16.66666667%;
    }

    .col.col-xs-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 568px) {
    .col.col-sm-12 {
        width: 100%;
    }

    .col.col-sm-11 {
        width: 91.66666667%;
    }

    .col.col-sm-10 {
        width: 83.33333333%;
    }

    .col.col-sm-9 {
        width: 75%;
    }

    .col.col-sm-8 {
        width: 66.66666667%;
    }

    .col.col-sm-7 {
        width: 58.33333333%;
    }

    .col.col-sm-6 {
        width: 50%;
    }

    .col.col-sm-5 {
        width: 41.66666667%;
    }

    .col.col-sm-4 {
        width: 33.33333333%;
    }

    .col.col-sm-3 {
        width: 25%;
    }

    .col.col-sm-2 {
        width: 16.66666667%;
    }

    .col.col-sm-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 768px) {
    .col.col-md-12 {
        width: 100%;
    }

    .col.col-md-11 {
        width: 91.66666667%;
    }

    .col.col-md-10 {
        width: 83.33333333%;
    }

    .col.col-md-9 {
        width: 75%;
    }

    .col.col-md-8 {
        width: 66.66666667%;
    }

    .col.col-md-7 {
        width: 58.33333333%;
    }

    .col.col-md-6 {
        width: 50%;
    }

    .col.col-md-5 {
        width: 41.66666667%;
    }

    .col.col-md-4 {
        width: 33.33333333%;
    }

    .col.col-md-3 {
        width: 25%;
    }

    .col.col-md-2 {
        width: 16.66666667%;
    }

    .col.col-md-1 {
        width: 8.33333333%;
    }
}

@media (min-width: 1024px) {
    .col.col-lg-12 {
        width: 100%;
    }

    .col.col-lg-11 {
        width: 91.66666667%;
    }

    .col.col-lg-10 {
        width: 83.33333333%;
    }

    .col.col-lg-9 {
        width: 75%;
    }

    .col.col-lg-8 {
        width: 66.66666667%;
    }

    .col.col-lg-7 {
        width: 58.33333333%;
    }

    .col.col-lg-6 {
        width: 50%;
    }

    .col.col-lg-5 {
        width: 41.66666667%;
    }

    .col.col-lg-4 {
        width: 33.33333333%;
    }

    .col.col-lg-3 {
        width: 25%;
    }

    .col.col-lg-2 {
        width: 16.66666667%;
    }

    .col.col-lg-1 {
        width: 8.33333333%;
    }
}

/******* COMPONENTS ******/

.btn-cancel {
    background-color: #fff;
    color: #007A48;
    border: 1px solid #007A48;
}

.form-control:focus {
    border-color: #0288D1;
    box-shadow: none;
}

.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: #cccccc;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: #cccccc;
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
    z-index: 3;
}

.page-item.disabled .page-link {
    background-color: #ffffff;
}

.personal-info li .text .avatar-box {
    position: relative;
    top: 0;
}

.chat-footer .message-bar .message-area .btn:hover {
    border-color: transparent;
}

.chat-footer .message-bar .message-area .btn i {
    color: #ffffff;
}

.btn.btn-assign:hover,
.btn.btn-assign:active {
    border-color: #ff9b44;
}

.btn.btn-assign:active {
    background-color: #ff9b44;
}


.btn.add-btn:active {
    background: #ff9b44;
    color: #ffffff;
}

.header .has-arrow .dropdown-toggle.job-view-flag:after {
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
}

.top-nav-search .form-control.job-view-search::-moz-placeholder {
    color: #333333 !important;
}

[data-layout-mode=light] .top-nav-search .form-control::-moz-placeholder {
    color: #333333 !important;
}

table td a.download-offer:hover {
    color: #ffffff;
}

table td .dropdown.action-label a.btn-rounded.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

table td .dropdown.action-label a.btn-rounded.dropdown-toggle::after {
    margin-left: 0;
}

.comp-section .card-title {
    margin-bottom: 0.5rem;
}

.comp-section .pagination {
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.setting-pref-btn {
    height: 44px;
    font-size: 16px;
    padding: 10px 15px;
}

.offcanvas-footer button.btn-light:hover {
    color: #000;
    background-color: #f9fafb;
}

.files-cont .files-action .dropdown-action a:hover {
    border-color: transparent;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #dee2e6;
}

.custom_check {
    display: inline-block;
    position: relative;
    font-size: 14px !important;
    margin-bottom: 15px;
    padding-left: 0;
    cursor: pointer;
    font-weight: 400 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 18px;
}

.custom_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom_check input:checked~.checkmark {
    background-color: #ff9b44;
    border-color: #ff9b44;
}

.custom_check .checkmark {
    position: absolute;
    top: 3px;
    left: -6px;
    height: 18px;
    width: 18px;
    border: 1px solid #E4E4E8;
    background-color: #fff;
    border-radius: 5px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom_check input:checked~.checkmark:after {
    display: block;
}

.custom_check .checkmark::after {
    content: "\f00c";
    font-family: "fontawesome" !important;
    font-weight: 900;
    position: absolute;
    display: none;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 11px;
}

.continue-btn:focus,
.cancel-btn:focus {
    color: #ffffff !important;
}

.btn-info.download-offer,
.btn.btn-info {
    color: #ffffff;
}

/****** LAYOUT ******/
.avatar {
    background-color: transparent;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 34px;
    position: relative;
    white-space: nowrap;
    margin: 0 10px 0 0;
    border-radius: 50%;
}

.avatar.avatar-xs {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-flex;
}

.avatar>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.avatar .avatar-title {
    width: 100%;
    height: 100%;
    background-color: #0d6efd;
    color: #ffffff;
}

.avatar.avatar-online::before {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: "";
    border: 2px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #55ce63;
}

.avatar.avatar-offline::before {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: "";
    border: 2px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f62d51;
}

.avatar.avatar-away::before {
    width: 25%;
    height: 25%;
    border-radius: 50%;
    content: "";
    border: 2px solid #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ffbc34;
}

.avatar .border {
    border-width: 3px !important;
}

.avatar .rounded {
    border-radius: 6px !important;
}

.avatar .avatar-title {
    font-size: 18px;
}

.avatar .avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}

.avatar .avatar-xs .border {
    border-width: 2px !important;
}

.avatar .avatar-xs .rounded {
    border-radius: 4px !important;
}

.avatar .avatar-xs .avatar-title {
    font-size: 12px;
}

.avatar .avatar-xs.avatar-away::before,
.avatar .avatar-xs.avatar-offline::before,
.avatar .avatar-xs.avatar-online::before {
    border-width: 1px;
}

.avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
}

.avatar-sm .border {
    border-width: 3px !important;
}

.avatar-sm .rounded {
    border-radius: 4px !important;
}

.avatar-sm .avatar-title {
    font-size: 15px;
}

.avatar-sm.avatar-away::before,
.avatar-sm.avatar-offline::before,
.avatar-sm.avatar-online::before {
    border-width: 2px;
}

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}

.avatar-lg .border {
    border-width: 3px !important;
}

.avatar-lg .rounded {
    border-radius: 8px !important;
}

.avatar-lg .avatar-title {
    font-size: 24px;
}

.avatar-lg.avatar-away::before,
.avatar-lg.avatar-offline::before,
.avatar-lg.avatar-online::before {
    border-width: 3px;
}

.avatar-xl {
    width: 5rem;
    height: 5rem;
}

.avatar-xl .border {
    border-width: 4px !important;
}

.avatar-xl .rounded {
    border-radius: 8px !important;
}

.avatar-xl .avatar-title {
    font-size: 28px;
}

.avatar-xl.avatar-away::before,
.avatar-xl.avatar-offline::before,
.avatar-xl.avatar-online::before {
    border-width: 4px;
}

.avatar-xxl {
    width: 5.125rem;
    height: 5.125rem;
}

@media (min-width: 768px) {
    .avatar-xxl {
        width: 8rem;
        height: 8rem;
    }
}

.avatar-xxl .border {
    border-width: 6px !important;
}

@media (min-width: 768px) {
    .avatar-xxl .border {
        border-width: 4px !important;
    }
}

.avatar-xxl .rounded {
    border-radius: 8px !important;
}

@media (min-width: 768px) {
    .avatar-xxl .rounded {
        border-radius: 12px !important;
    }
}

.avatar-xxl .avatar-title {
    font-size: 30px;
}

@media (min-width: 768px) {
    .avatar-xxl .avatar-title {
        font-size: 42px;
    }
}

.avatar-xxl.avatar-away::before,
.avatar-xxl.avatar-offline::before,
.avatar-xxl.avatar-online::before {
    border-width: 4px;
}

@media (min-width: 768px) {

    .avatar-xxl.avatar-away::before,
    .avatar-xxl.avatar-offline::before,
    .avatar-xxl.avatar-online::before {
        border-width: 4px;
    }
}

.avatar-group .avatar+.avatar {
    margin-left: -0.75rem;
}

.avatar-group .avatar:hover {
    z-index: 1;
}

.avatar-group .avatar-xs+.avatar-xs {
    margin-left: -0.40625rem;
}

.avatar-group .avatar-sm+.avatar-sm {
    margin-left: -0.625rem;
}

.avatar-group .avatar-lg+.avatar-lg {
    margin-left: -1rem;
}

.avatar-group .avatar-xl+.avatar-xl {
    margin-left: -1.28125rem;
}

.avatar-xs {
    width: 1.65rem;
    height: 1.65rem;
}

.leave-employee-table .avatar {
    line-height: normal;
}

.leave-employee-table .avatar-xs {
    line-height: normal;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn.focus,
.btn:focus {
    box-shadow: unset;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn-white {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    color: #272b41;
}

.bg-primary,
.badge-primary {
    background-color: #ff9b44 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #fd8e2d !important;
}

.bg-success,
.badge-success {
    background-color: #2E7D32;
    font-weight: 400;
    width: auto;
    font-size: 14px;
    border-radius: 5px;
    line-height: 16px;
    color: #fff !important;
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #699834 !important;
}

.bg-warning,
.badge-warning {
    background-color: rgb(237 108 1) !important;
    font-weight: 400;
    width: auto;
    font-size: 14px;
    border-radius: 5px;
    line-height: 16px;
    color: #fff !important;
}

.bg-info,
.badge-info {
    background: rgba(2, 136, 209, 1) !important;
    font-weight: 400;
    width: auto;
    font-size: 14px;
    border-radius: 5px;
    line-height: 16px;
    color: #fff !important;
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #028ee1 !important;
}

.bg-secondary,
.badge-secondary {
    background: #696c69 !important;
    font-weight: 400;
    width: auto;
    font-size: 14px;
    border-radius: 5px;
    line-height: 16px;
    color: #fff !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #696c69 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #e9ab2e !important;
}

.bg-danger,
.badge-danger {
    background-color: #BA1A1A !important;
    font-weight: 400;
    width: auto;
    font-size: 14px;
    border-radius: 5px;
    line-height: 16px;
    color: #fff !important;
}

.badge-red {
    background-color: #BA1A1A !important;
    font-weight: 400;
    width: auto;
    font-size: 14px;
    border-radius: 5px;
    line-height: 16px;
    font-family: 'Inter';
    color: #fff !important;
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #e63333 !important;
}

.bg-white {
    background-color: #ffffff;
}

.bg-purple,
.badge-purple {
    background-color: #9368e9 !important;
}

.dropdown-menu li>a.text-primary {
    color: #ff9b44 !important;
}

.dropdown-menu li>a.text-success {
    color: #699834 !important;
}

.dropdown-menu li>a.text-danger {
    color: #f62d51 !important;
}

.dropdown-menu li>a.text-info {
    color: #009efb !important;
}

.dropdown-menu li>a.text-warning {
    color: #ffbc34 !important;
}

.dropdown-menu li>a.text-purple {
    color: #7460ee !important;
}

.text-success {
    color: #699834 !important;
}

.text-danger {
    color: #f62d51 !important;
    font-family: 'Inter';
    font-size: 0.75rem;

    /* position: absolute;
    bottom: -1rem;
    left: 0.75rem;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 166%;
    letter-spacing: 0.025rem;
    transition: all 0.5s ease-in-out;
    z-index: 1; */
}

.text-info {
    color: #009efb !important;
}

.text-warning {
    color: #ffbc34 !important;
}

.text-purple {
    color: #7460ee !important;
}

.text-muted {
    color: #757575 !important;
}

.btn-primary {
    background-color: #ff9b44;
    border: 1px solid #ff9b44;
    color: #ffffff;
}

.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #fd8e2d;
    border-color: #fd8e2d;
}

.btn-primary:focus .open>.dropdown-toggle.btn-primary,
.btn-primary:hover .open>.dropdown-toggle.btn-primary,
.btn-primary:active .open>.dropdown-toggle.btn-primary,
.btn-primary.active .open>.dropdown-toggle.btn-primary {
    background-color: #fd8e2d;
    border: 1px solid #fd8e2d;
}

.btn-primary.active.focus .open>.dropdown-toggle.btn-primary.focus,
.btn-primary.active.focus .open>.dropdown-toggle.btn-primary:focus,
.btn-primary.active.focus .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active:focus .open>.dropdown-toggle.btn-primary.focus,
.btn-primary.active:focus .open>.dropdown-toggle.btn-primary:focus,
.btn-primary.active:focus .open>.dropdown-toggle.btn-primary:hover,
.btn-primary.active:hover .open>.dropdown-toggle.btn-primary.focus,
.btn-primary.active:hover .open>.dropdown-toggle.btn-primary:focus,
.btn-primary.active:hover .open>.dropdown-toggle.btn-primary:hover,
.btn-primary .focus.focus .open>.dropdown-toggle.btn-primary.focus,
.btn-primary .focus.focus .open>.dropdown-toggle.btn-primary:focus,
.btn-primary .focus.focus .open>.dropdown-toggle.btn-primary:hover,
.btn-primary .focus:focus .open>.dropdown-toggle.btn-primary.focus,
.btn-primary .focus:focus .open>.dropdown-toggle.btn-primary:focus,
.btn-primary .focus:focus .open>.dropdown-toggle.btn-primary:hover,
.btn-primary .focus:hover .open>.dropdown-toggle.btn-primary.focus,
.btn-primary .focus:hover .open>.dropdown-toggle.btn-primary:focus,
.btn-primary .focus:hover .open>.dropdown-toggle.btn-primary:hover {
    background-color: #fd8e2d;
    border: 1px solid #fd8e2d;
}

.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #fd8e2d;
    border: 1px solid #fd8e2d;
}

.btn-primary .active:not(:disabled):not(.disabled),
.btn-primary:active:not(:disabled):not(.disabled) {
    background-color: #fd8e2d;
    border-color: #fd8e2d;
    color: #ffffff;
}

.btn-primary .active:focus:not(:disabled):not(.disabled),
.btn-primary:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset;
}

.btn-primary .show>.btn-primary.dropdown-toggle {
    background-color: #fd8e2d;
    border-color: #fd8e2d;
    color: #ffffff;
}

.btn-primary .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: unset;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--primary-default);
    border-color: var(--primary-default);
    color: #ffffff;
}

.btn-secondary.active:focus :not(:disabled):not(.disabled),
.btn-secondary:active:focus :not(:disabled):not(.disabled) {
    box-shadow: unset;
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: unset;
}

.show>.btn-success.dropdown-toggle {
    background-color: #699834;
    border-color: #699834;
    color: #ffffff;
}

.show>.btn-success.dropdown-toggle:focus {
    box-shadow: unset;
}

.show>.btn-info.dropdown-toggle {
    background-color: #028ee1;
    border-color: #028ee1;
    color: #ffffff;
}

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: unset;
}

.show>.btn-warning.dropdown-toggle {
    background-color: #e9ab2e;
    border-color: #e9ab2e;
    color: #ffffff;
}

.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: unset;
}

.show>.btn-danger.dropdown-toggle {
    background-color: #e63333;
    border-color: #e63333;
    color: #ffffff;
}

.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: unset;
}

.show>.btn-light.dropdown-toggle:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: unset;
}

.show>.btn-outline-primary.dropdown-toggle {
    background-color: #ff9b44;
    border-color: #ff9b44;
}

.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.show>.btn-outline-success.dropdown-toggle {
    background-color: #55ce63;
    border-color: #55ce63;
}

.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}

.show>.btn-outline-info.dropdown-toggle {
    background-color: #009efb;
    border-color: #009efb;
}

.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: none;
}

.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.show>.btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-success {
    background-color: #55ce63;
    border: 1px solid #55ce63;
}

.btn-success:hover,
.btn-success:focus .btn-success.active,
.btn-success:active {
    background-color: #699834;
    border: 1px solid #699834;
    color: #ffffff;
}

.btn-success .open>.dropdown-toggle.btn-success {
    background-color: #699834;
    border: 1px solid #699834;
    color: #ffffff;
}

.btn-success .open>.dropdown-toggle.btn-success.focus,
.btn-success .open>.dropdown-toggle.btn-success:hover,
.btn-success .open>.dropdown-toggle.btn-success:focus {
    background-color: #699834;
    border: 1px solid #699834;
}

.btn-success.active:focus,
.btn-success.active.focus,
.btn-success.active:hover,
.btn-success.focus,
.btn-success:active:focus,
.btn-success:active:hover {
    background-color: #699834;
    border: 1px solid #699834;
}

.btn-success.active:not(:disabled):not(.disabled),
.btn-success:active:not(:disabled):not(.disabled) {
    background-color: #699834;
    border-color: #699834;
    color: #ffffff;
}

.btn-success.active:focus:not(:disabled):not(.disabled),
.btn-success:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset;
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #55ce63;
    border-color: #55ce63;
    color: #ffffff;
}

.btn-info {
    background-color: #009efb;
    border: 1px solid #009efb;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.btn-info.active:focus,
.btn-info.active.focus,
.btn-info.active:hover,
.btn-info.focus,
.btn-info:active:focus,
.btn-info:active:hover {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.btn-info.active:not(:disabled):not(.disabled),
.btn-info:active:not(:disabled):not(.disabled) {
    background-color: #028ee1;
    border-color: #028ee1;
    color: #ffffff;
}

.btn-info.active:not(:disabled):not(.disabled):focus,
.btn-info:active:not(:disabled):not(.disabled):focus {
    box-shadow: unset;
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #009efb;
    border-color: #009efb;
    color: #ffffff;
}

.btn-warning {
    background-color: #ffbc34;
    border: 1px solid #ffbc34;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.btn-warning.active:focus,
.btn-warning.active.focus,
.btn-warning.active:hover,
.btn-warning.focus,
.btn-warning:active:focus,
.btn-warning:active:hover {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.btn-warning.active:not(:disabled):not(.disabled),
.btn-warning:active:not(:disabled):not(.disabled) {
    background-color: #e9ab2e;
    border-color: #e9ab2e;
    color: #ffffff;
}

.btn-warning.active:not(:disabled):not(.disabled):focus,
.btn-warning:active:not(:disabled):not(.disabled):focus {
    box-shadow: unset;
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffbc34;
    border-color: #ffbc34;
    color: #ffffff;
}

.btn-danger {
    background-color: #f62d51;
    border: 1px solid #f62d51;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.btn-danger.active:focus,
.btn-danger.active.focus,
.btn-danger.active:hover,
.btn-danger.focus,
.btn-danger:active:focus,
.btn-danger:active:hover {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.btn-danger.active:not(:disabled):not(.disabled),
.btn-danger:active:not(:disabled):not(.disabled) {
    background-color: #e63333;
    border-color: #e63333;
    color: #ffffff;
}

.btn-danger.active:not(:disabled):not(.disabled):focus,
.btn-danger:active:not(:disabled):not(.disabled):focus {
    box-shadow: unset;
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #f62d51;
    border-color: #f62d51;
    color: #ffffff;
}

.open>.dropdown-toggle.btn-info {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    background-color: #028ee1;
    border: 1px solid #028ee1;
}

.open>.dropdown-toggle.btn-warning {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.open>.dropdown-toggle.btn-danger {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    background-color: #e63333;
    border: 1px solid #e63333;
}

.btn-light.active:focus:not(:disabled):not(.disabled),
.btn-light:active:focus:not(:disabled):not(.disabled),
.btn-dark.active:focus:not(:disabled):not(.disabled),
.btn-dark:active:focus:not(:disabled):not(.disabled) {
    box-shadow: unset;
}

.btn-outline-primary {
    color: var(--primary-default);
    border-color: var(--primary-default);
}

.btn-outline-primary:hover {
    background-color: var(--primary-default);
    border-color: var(--primary-default);
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--primary-default);
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: var(--primary-default);
    border-color: var(--primary-default);
}

.btn-outline-success {
    color: #55ce63;
    border-color: #55ce63;
}

.btn-outline-success:hover {
    background-color: #55ce63;
    border-color: #55ce63;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: none;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #55ce63;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active {
    background-color: #55ce63;
    border-color: #55ce63;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-info {
    color: #009efb;
    border-color: #009efb;
}

.btn-outline-info:hover {
    color: #ffffff;
    background-color: #009efb;
    border-color: #009efb;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #009efb;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: none;
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active {
    background-color: #009efb;
    border-color: #009efb;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-warning {
    color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:hover {
    color: #ffffff;
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffbc34;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: none;
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active {
    background-color: #ffbc34;
    border-color: #ffbc34;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-danger {
    color: #f62d51;
    border-color: #f62d51;
}

.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #f62d51;
    border-color: #f62d51;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #f62d51;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: none;
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #f62d51;
    border-color: #f62d51;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.btn-outline-light {
    color: #ababab;
    border-color: #e6e6e6;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #ababab;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    background-color: grey;
    border-color: grey;
}

.pagination>.active>a,
.pagination>.active>span {
    color: grey;
}

.pagination>li>a,
.pagination>li>span {
    color: grey;
}

.page-link:hover {
    color: #ff9b44;
}

.page-link:focus {
    box-shadow: unset;
}

.page-item.active .page-link {
    background-color: grey;
    border-color: grey;
    color: white;
}

.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: inherit;
    font-size: 14px;
    border-radius: 3px;
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
}

.card {
    border: 1px solid #f0f0f0;
    margin-bottom: 1.875rem;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #ff9b44;
}

.navbar-nav__.open--.dropdown-menu {
    border: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.btn-light {
    border-color: #e6e6e6;
    color: #a6a6a6;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #0d6efd;
    text-shadow: unset;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: #0d6efd;
}

.bg-info-light {
    background-color: rgba(2, 182, 179, 0.12) !important;
    color: #1db9aa !important;
}

.bg-primary-light {
    background-color: rgba(17, 148, 247, 0.12) !important;
    color: #2196f3 !important;
}

.bg-danger-light {
    background-color: rgba(242, 17, 54, 0.12) !important;
    color: #e63c3c !important;
}

.bg-warning-light {
    background-color: rgba(255, 152, 0, 0.12) !important;
    color: #f39c12 !important;
}

.bg-success-light {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}

.bg-purple-light {
    background-color: rgba(197, 128, 255, 0.12) !important;
    color: #c580ff !important;
}

.bg-default-light {
    background-color: rgba(40, 52, 71, 0.12) !important;
    color: #283447 !important;
}

.text-xs {
    font-size: 12px !important;
}

.text-sm {
    font-size: 14px !important;
}

.text-lg {
    font-size: 20px !important;
}

.text-xl {
    font-size: 24px !important;
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-r-5 {
    margin-right: 5px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.m-t-10 {
    margin-top: 10px !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.m-t-30 {
    margin-top: 30px !important;
}

.m-r-10 {
    margin-right: 10px;
}

.breadcrumb {
    background-color: transparent;
    color: #6c757d;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

@media (max-width: 575px) {
    .breadcrumb {
        display: none;
    }
}

.breadcrumb.active {
    color: #6c757d;
}

.breadcrumb a {
    color: #333333;
}

.breadcrumb .breadcrumb-item a {
    color: #333333;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.comp-section {
    margin: 0;
    padding: 10px 0;
}

.comp-section .btn {
    margin: 0 0 5px;
}

@media (max-width: 575px) {
    .comp-section .breadcrumb {
        display: flex;
    }
}

.page-wrapper {
    left: 0;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin: 0 0 0 230px;
    padding: 60px 24px 0;
}

@media (max-width: 991px) {
    .page-wrapper {
        margin: 0;
        padding: 60px 0 0;
    }
}

.page-wrapper .content {
    padding: 0px 24px 75px 24px;
}

.position-relative label.floating-label-outside {
    position: absolute;
    left: 12px;
    top: 12px;
    font-size: 14px;
    color: #777;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}


.position-relative .outside:focus {
    border-color: #007bff;
    outline: none;
}

.position-relative .outside:focus+.floating-label-outside,
.position-relative .outside:not(:placeholder-shown)+.floating-label-outside {
    top: -6px;
    font-size: 12px;
    color: #007bff;
    background-color: #ffffff;
    padding: 0 4px;
    border-radius: 4px;
    left: 8px;
}

@media (max-width: 575px) {
    .page-wrapper .content {
        padding: 15px;
    }
}

.page-wrapper .content .page-header {
    margin-bottom: 1.875rem;
}

.page-wrapper .content .page-header .page-title {
    color: #007A48;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

@media (max-width: 575px) {
    .page-wrapper .content .page-header .page-title {
        font-size: 18px;
    }
}

.logo2 {
    display: none;
}

@media (max-width: 991px) {
    .filter-row {
        margin-bottom: 15px;
    }
}

.card {
    border: 1px solid #ededed;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.dashboard-widget {
    border: 1px solid #ededed;
    margin-bottom: 30px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 138px;
    /* padding: 75px 30px 75px 30px; */
    border-radius: 5px;
    /* gap: 16px; */
}

.dash-widget-info .patient-button {
    background-color: #0288D1 !important;
    height: 37px;
    width: 125px;
    border-radius: 4px;
    padding: 8px 16px 8px 16px;
    gap: 8px;
    border: none !important;
    border: 1px;
}

.dash-widget-info .nurse-button {
    background-color: #2E7D32 !important;
    height: 37px;
    width: 145px;
    border-radius: 4px;
    padding: 8px 16px 8px 16px;
    gap: 8px;
    border: none !important;
    border: 1px;
}

.dash-widget-info .doctor-button {
    background-color: #ED6C02 !important;
    height: 37px;
    width: 157px;
    border-radius: 4px;
    padding: 8px 16px 8px 16px;
    gap: 8px;
    border: none !important;
    border: 1px;
}

.dash-widget-info .report-button {
    background-color: #BA1A1A !important;
    height: 37px;
    width: 140px;
    border-radius: 4px;
    padding: 8px 16px 8px 16px;
    gap: 8px;
    border: none !important;
    border: 1px;
}

.dash-widget-info .medicine-button {
    background-image: linear-gradient(90deg, #526350, #526350) !important;
    height: 37px;
    width: 124px;
    border-radius: 4px;
    padding: 8px 16px 8px 16px;
    gap: 8px;
    border: 1px;
    border: none !important;
    border-color: #526350 !important;
}

.admin-card {
    background: linear-gradient(0deg, #acf5d7, #ccf3e3),
        linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9))
}

.patient-card {
    background: linear-gradient(0deg, #d7eefb, #c2e3f5), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}

.nurse-card {
    background: linear-gradient(0deg, #e2fbe3, #bbf1be),
        linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}

.doctor-card {
    background: linear-gradient(0deg, #f9f0e9, #f1e0d3),
        linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}

.report-card {
    background: linear-gradient(0deg, #ffdede, #e7bebe),
        linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}

.medicine-card {
    background: linear-gradient(0deg, #bbb6b6, #efefef),
        linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
}

.card .leave-inline-form {
    min-height: 44px;
}

.card .leave-inline-form .input-group-text {
    background-color: #f7f7f7;
    border-color: #e3e3e3;
}

@media (max-width: 575px) {
    .card .leave-inline-form {
        display: block;
    }
}

.card .card-title {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.form-check-inline .form-check-label {
    line-height: 25px;
}

.bg-inverse-danger {
    background-color: rgba(242, 17, 54, 0.12) !important;
    color: #e63c3c !important;
}

.bg-inverse-success {
    background-color: rgba(15, 183, 107, 0.12) !important;
    color: #26af48 !important;
}

.bg-inverse-info {
    background-color: rgba(2, 182, 179, 0.12) !important;
    color: #1db9aa !important;
}

.bg-inverse-warning {
    background-color: rgba(255, 152, 0, 0.12) !important;
    color: #f39c12 !important;
}

.progress-xs {
    height: 4px;
}

.progress .progress-bar {
    background-color: #25628F;
}

.onoffswitch-inner {
    display: block;
    margin-left: -100%;
    width: 200%;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.onoffswitch-switch {
    background: #ffffff;
    display: block;
    height: 20px;
    margin: 5px;
    width: 20px;
    position: absolute;
    top: 0;
    right: 43px;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 20px;
}

.block {
    display: block !important;
}

.text-muted {
    color: #8e8e8e !important;
}

.input-block {
    margin-bottom: 1rem;
}

input[type=file].form-control {
    height: 44px;
}

.form-text {
    color: #999;
    font-size: 12px;
    margin: 7px 0;
}

.form-control {
    border-color: #e3e3e3;
    box-shadow: none;
    font-size: 15px;
    height: 44px;
    line-height: 2;
}

.form-control.search-message {
    height: 38px;
    margin-left: 5px;
    width: 180px;
    border-radius: 4px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.cal-icon {
    position: relative;
    width: 100%;
}

.cal-icon:after {
    color: #979797;
    content: "\f073";
    display: block;
    font-family: "FontAwesome";
    font-size: 15px;
    margin: auto;
    position: absolute;
    top: 10px;
    right: 15px;
}

.material-icons {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "liga";
}

.form-focus {
    height: 50px;
    position: relative;
}

.form-focus.select-focus .focus-label {
    opacity: 1;
    font-weight: 300;
    top: -20px;
    font-size: 12px;
    z-index: 1;
}

.form-focus .cal-icon:after {
    top: 15px;
}

.form-focus .focus-label {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.4;
    pointer-events: none;
    z-index: 1;
    color: #888888;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    top: -8px;
    left: 12px;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform: translate3d(0, 22px, 0) scale(1);
    -webkit-transform: translate3d(0, 22px, 0) scale(1);
    -ms-transform: translate3d(0, 22px, 0) scale(1);
}

.form-focus .form-control {
    height: 50px;
    padding: 21px 12px 6px;
}

.form-focus .form-control:focus {
    border-color: #ff9b44;
}

.form-focus.focused .focus-label {
    opacity: 1;
    font-weight: 300;
    top: -20px;
    font-size: 12px;
    z-index: 1;
}

.onoffswitch {
    margin-left: auto;
    position: relative;
    width: 73px;
    -webkit-user-select: none;
}

.onoffswitch .onoffswitch-checkbox {
    display: none;
}

.onoffswitch .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 14px !important;
    background-color: #cccccc;
    color: #ffffff;
    text-align: right;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
}

.onoffswitch .onoffswitch-inner:before {
    background-color: #55ce63;
    color: #ffffff;
    content: "ON";
    padding-left: 14px;
}

.onoffswitch .onoffswitch-inner:after {
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
}

.onoffswitch .onoffswitch-inner:before {
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 16px;
    height: 30px;
    line-height: 32px;
    padding: 0;
    width: 50%;
}

.onoffswitch .onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 20px;
}

.onoffswitch .onoffswitch-checkbox .onoffswitch-inner {
    display: block;
    margin-left: -100%;
    width: 200%;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.onoffswitch .onoffswitch-checkbox:checked+.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 0;
    border-radius: 20px;
}

.onoffswitch .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner:before {
    background-color: #55ce63;
    color: #ffffff;
    content: "ON";
    padding-left: 14px;
}

.onoffswitch .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.status-toggle {
    float: right;
}

.status-toggle .check {
    display: block;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    margin: 0;
    padding: 0;
}

.status-toggle .check:checked+.checktoggle {
    background-color: #55ce63;
}

.status-toggle .check:checked+.checktoggle:after {
    left: 100%;
    transform: translate(calc(-100% - 5px), -50%);
}

.status-toggle .checktoggle {
    background-color: #e0001a;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 24px;
    margin-bottom: 0;
    position: relative;
    width: 48px;
    border-radius: 12px;
}

.status-toggle .checktoggle:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translate(5px, -50%);
    -webkit-transform: translate(5px, -50%);
    -ms-transform: translate(5px, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.settings-icon {
    z-index: 99999;
    position: fixed;
    right: 20px;
    bottom: 20px;
}

@media (max-width: 991px) {
    .settings-icon {
        display: none;
    }
}

.settings-icon span {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    cursor: pointer;
    color: #ffffff;
    font-size: 24px;
    background-color: #ff9b44;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.header {
    background: #fff;
    background: #ffffff;
    border-bottom: 1px solid transparent;
    height: 60px;
    z-index: 1044;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px 0px rgba(50, 41, 124, 0.05);
}

.header .header-left {
    float: left;
    height: 60px;
    position: relative;
    text-align: center;
    width: 230px;
    z-index: 1;
    padding: 0 20px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.header .header-left .logo {
    display: inline-block;
    line-height: 60px;
}

@media (max-width: 991px) {
    .header .header-left {
        position: absolute;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .header #toggle_btn {
        color: #999;
        float: left;
        font-size: 26px;
        line-height: 70px;
        padding: 0 10px;
    }

    .header #toggle_btn .bar-icon {
        display: inline-block;
        width: 21px;
    }

    .header #toggle_btn .bar-icon span {
        background-color: #ffffff;
        display: block;
        float: left;
        height: 2px;
        width: 21px;
        margin: 0 0 5px;
        border-radius: 50px;
    }

    .header #toggle_btn .bar-icon span:nth-child(2) {
        width: 15px;
    }
}

.header .page-title-box {
    float: left;
    height: 60px;
    margin-bottom: 0;
    padding: 17px 20px;
    border-radius: 0;
}

@media (max-width: 991px) {
    .header .page-title-box {
        display: none;
    }
}

.header .page-title-box h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}

.header .mobile_btn {
    display: none;
    float: left;
}

@media (max-width: 991px) {
    .header .mobile_btn {
        color: #000;
        font-size: 24px;
        height: 60px;
        line-height: 60px;
        width: 60px;
        z-index: 10;
        padding: 0 20px;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }
}

.header .responsive-search {
    display: none;
    color: #ffffff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
}

@media (max-width: 991px) {
    .header .responsive-search {
        display: block;
    }
}

.header .top-nav-search form {
    margin-top: 10px;
    position: relative;
    width: 230px;
}

@media (max-width: 1199px) {
    .header .top-nav-search form {
        width: 145px;
    }
}

@media (max-width: 991px) {
    .header .top-nav-search form {
        display: none;
    }
}

.header .top-nav-search form .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    height: 40px;
    padding: 10px 50px 10px 15px;
    border-radius: 50px;
}

.header .top-nav-search form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.header .top-nav-search form .btn {
    background-color: transparent;
    border-color: transparent;
    color: rgba(255, 255, 255, 0.7);
    min-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 15px;
}

@media (max-width: 991px) {
    .header .top-nav-search.active form {
        display: block;
        position: absolute;
        left: 0;
    }

    .header .top-nav-search.active form .form-control {
        background-color: #ffffff;
        border-color: #e3e3e3;
        color: #333333;
    }

    .header .top-nav-search.active form .btn {
        background-color: transparent;
        border-color: transparent;
        color: #999;
        min-height: 40px;
        position: absolute;
        top: 0;
        right: 0;
        padding: 7px 15px;
    }
}

.header .user-menu {
    float: right;
    margin: 0;
    position: relative;
    z-index: 99;
}

@media (max-width: 575px) {
    .header .user-menu {
        display: none;
    }
}

.header .user-menu .dropdown-toggle::after {
    border: 0;
}

.header .user-menu.nav>li>a {
    color: #ffffff;
    font-size: 15px;
    line-height: 60px;
    height: 60px;
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .header .user-menu.nav>li>a {
        padding: 0 9px;
    }
}

.header .user-menu.nav>li>a .badge {
    color: #ffffff;
    font-weight: 700;
    background-color: #7460ee;
    position: absolute;
    top: 6px;
    right: 3px;
}

.header .user-menu.nav>li>a i {
    font-size: 20px;
    line-height: 60px;
}

.header .user-menu.nav>li.flag-nav a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.header .user-menu.nav>li.flag-nav a .dropdown-menu {
    max-height: 150px;
    min-width: 120px;
    overflow-y: auto;
}

.header .user-menu.nav>li.flag-nav a .dropdown-menu .dropdown-item {
    padding: 5px 15px;
}

.header .user-menu.nav>li.flag-nav .dropdown-menu {
    max-height: 150px;
    min-width: 120px;
    overflow-y: auto;
}

.header .user-menu.nav>li.flag-nav .dropdown-menu .dropdown-item {
    color: #171717;
    padding: 5px 15px;
}

@media (max-width: 991px) {
    .header .has-arrow .dropdown-toggle>span:nth-child(2) {
        display: none;
    }

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

.header .has-arrow .dropdown-toggle[aria-expanded=true]:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.header .has-arrow .dropdown-toggle:after {
    border-top: 0;
    border-left: 0;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: "";
    display: inline-block;
    pointer-events: none;
    width: 8px;
    height: 8px;
    vertical-align: 2px;
    transform-origin: 66% 66%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.header .user-img {
    display: inline-block;
    position: relative;
}

.header .user-img img {
    width: 30px;
    border-radius: 50%;
}

.header .user-img .status {
    border: 2px solid #ffffff;
    height: 10px;
    width: 10px;
    background-color: #55ce63;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 12px;
    border-radius: 50%;
    display: inline-block;
}

.header .mobile-user-menu {
    color: #000;
    display: none;
    float: right;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: right;
    width: 60px;
    z-index: 10;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
}

body .main-wrapper footer.main-footer {
    padding: 1.07143rem 10.42857rem;
    border-radius: 18px 18px 0px 0px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(50, 41, 124, 0.05);
    border: none;
    margin-left: 15.6rem !important;
}

.main-footer {
    display: flex;
    justify-content: space-between;
}

.footer-content {
    display: flex;
    align-items: center;
    margin-left: -146px;
    font-family: 'Inter';
}

.company-details {
    margin-right: -148px;
    font-family: 'Inter';
}

.link-muted {
    color: #5d6974;
}

.link-muted:hover,
.link-muted:focus {
    color: #464f58;
}

@media (max-width: 575px) {
    .header .mobile-user-menu {
        display: block;
    }
}

.header .mobile-user-menu a {
    color: #000;
    padding: 0;
}

.header .mobile-user-menu a::after {
    display: none;
}

.header .mobile-user-menu .dropdown-menu {
    padding: 0;
}

.header .mobile-user-menu .dropdown-menu a {
    color: #333333;
    border-bottom: 1px solid #d5d5d5;
    line-height: 40px;
    padding: 0 10px;
}

#layout-position .radio input:checked+label {
    background: #fd8e2d;
    color: #fff;
}

@media (min-width: 992px) {
    .mini-sidebar .header-left {
        width: 60px;
        padding: 0 5px;
    }

    .mini-sidebar .header-left .logo img {
        height: auto;
        max-height: 30px;
        width: auto;
    }

    .mini-sidebar .menu-arrow {
        display: none !important;
    }

    .mini-sidebar .chat-user {
        display: none !important;
    }

    .mini-sidebar.expand-menu .menu-arrow {
        display: block !important;
    }

    .mini-sidebar.expand-menu .chat-user {
        display: block !important;
    }

    .mini-sidebar.expand-menu .badge {
        display: inline-block !important;
    }

    .mini-sidebar .noti-dot:before {
        display: none;
    }
}

.sidebar,
.two-col-bar {
    background-color: #fff;
    border-right: 1px solid transparent;
    margin-top: 0;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    width: 230px;
    z-index: 1001;
}

@media (max-width: 991px) {

    .sidebar,
    .two-col-bar {
        margin-left: -225px;
        width: 225px;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 1041;
    }
}

.sidebar .sidebar-inner,
.two-col-bar .sidebar-inner {
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar .sidebar-menu,
.two-col-bar .sidebar-menu {
    padding: 10px 0;
}

.sidebar .sidebar-menu ul,
.two-col-bar .sidebar-menu ul {
    font-size: 15px;
    position: relative;
    width: 100%;
}

.sidebar .sidebar-menu ul li,
.two-col-bar .sidebar-menu ul li {
    position: relative;
}

.sidebar .sidebar-menu ul li.submenu .noti-dot:before,
.two-col-bar .sidebar-menu ul li.submenu .noti-dot:before {
    content: "";
    width: 5px;
    height: 5px;
    border: 5px solid #ff9b44;
    background-color: #ff9b44;
    z-index: 10;
    position: absolute;
    top: 15px;
    right: 37px;
    border-radius: 30px;
}

.sidebar .sidebar-menu ul li.submenu .submenu a span,
.two-col-bar .sidebar-menu ul li.submenu .submenu a span {
    margin-left: 0;
}

.sidebar .sidebar-menu ul li.menu-title,
.two-col-bar .sidebar-menu ul li.menu-title {
    color: #ebebeb;
    font-size: 14px;
    opacity: 1;
    padding: 5px 15px;
    white-space: nowrap;
}

.sidebar .sidebar-menu ul li.menu-title a,
.two-col-bar .sidebar-menu ul li.menu-title a {
    color: #ff9b44;
    display: inline-block;
    margin-left: auto;
    padding: 0;
}

.sidebar .sidebar-menu ul li.menu-title a i,
.two-col-bar .sidebar-menu ul li.menu-title a i {
    font-size: 16px;
}

.sidebar .sidebar-menu ul li a,
.two-col-bar .sidebar-menu ul li a {
    justify-content: flex-start;
    position: relative;
    font-size: 15px;
    color: #526350;
    height: auto;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 8px 15px;
}

.sidebar .sidebar-menu ul li a:hover,
.two-col-bar .sidebar-menu ul li a:hover {
    color: #ffffff;
}

.sidebar .sidebar-menu ul li a span,
.two-col-bar .sidebar-menu ul li a span {
    display: inline-block;
    margin-left: 15px;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-family: 'Inter';
}

.sidebar .sidebar-menu ul li a span.chat-user,
.two-col-bar .sidebar-menu ul li a span.chat-user {
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar .sidebar-menu ul li a .menu-arrow,
.two-col-bar .sidebar-menu ul li a .menu-arrow {
    display: inline-block;
    font-family: "FontAwesome";
    text-rendering: auto;
    line-height: 40px;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 16px;
    top: 11px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: absolute;
    right: 15px;
}

.sidebar .sidebar-menu ul li a .menu-arrow::before,
.two-col-bar .sidebar-menu ul li a .menu-arrow::before {
    content: "\f105";
}

.sidebar .sidebar-menu ul li a i,
.two-col-bar .sidebar-menu ul li a i {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    vertical-align: middle;
    width: 20px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar .sidebar-menu ul li a i.mail-label,
.two-col-bar .sidebar-menu ul li a i.mail-label {
    font-size: 16px;
    margin-right: 5px;
}

.sidebar .sidebar-menu ul li a.subdrop .menu-arrow,
.two-col-bar .sidebar-menu ul li a.subdrop .menu-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.sidebar .sidebar-menu ul li a .chat-avatar-sm,
.two-col-bar .sidebar-menu ul li a .chat-avatar-sm {
    display: inline-block;
    float: left;
    margin-left: 0 !important;
    margin-right: 10px;
    position: relative;
    width: 24px;
}

.sidebar .sidebar-menu ul li a .chat-avatar-sm.user-img .status,
.two-col-bar .sidebar-menu ul li a .chat-avatar-sm.user-img .status {
    bottom: 0;
    right: -3px;
}

.sidebar .sidebar-menu ul li a .chat-avatar-sm.user-img .status,
.two-col-bar .sidebar-menu ul li a .chat-avatar-sm.user-img .status {
    border: 2px solid #ffffff;
    height: 10px;
    margin: 0;
    width: 10px;
    border-radius: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.sidebar .sidebar-menu ul li a .chat-avatar-sm.user-img .status.online,
.two-col-bar .sidebar-menu ul li a .chat-avatar-sm.user-img .status.online {
    background-color: #55ce63;
}

.sidebar .sidebar-menu ul li a .chat-avatar-sm.user-img .status.offline,
.two-col-bar .sidebar-menu ul li a .chat-avatar-sm.user-img .status.offline {
    background-color: #f62d51;
}

.sidebar .sidebar-menu ul li a span,
.two-col-bar .sidebar-menu ul li a span {
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    margin-left: 15px;
    white-space: nowrap;
}

.sidebar .sidebar-menu ul li a span.badge,
.two-col-bar .sidebar-menu ul li a span.badge {
    margin-left: auto;
}

.sidebar .sidebar-menu ul li.active a,
.two-col-bar .sidebar-menu ul li.active a {
    color: #007A48;
    background: linear-gradient(0deg, #bfebd9, #c7eddd),
        linear-gradient(0deg, #d0f3e4, #b9e9d5),
        linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    border-right: 5px solid #007A48;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
}

.sidebar .sidebar-menu ul ul,
.two-col-bar .sidebar-menu ul ul {
    display: none;
}

.sidebar .sidebar-menu ul ul a,
.two-col-bar .sidebar-menu ul ul a {
    display: block;
    font-size: 14px;
    position: relative;
    padding: 9px 10px 9px 50px;
    font-family: 'Inter';
}

.sidebar .sidebar-menu ul ul a.active,
.two-col-bar .sidebar-menu ul ul a.active {
    color: #ff9b44;
    text-decoration: underline;
}

.slide-nav .sidebar {
    margin-left: 0;
}

.two-col-bar {
    background-color: transparent;
}

.greedy>button {
    display: none;
}

.sidebar-overlay {
    display: none;
    z-index: 90;
    height: 100%;
    width: 100%;
    z-index: 1040;
    position: fixed;
    top: 60px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.sidebar-overlay.opened {
    display: block;
}

.card-radio .form-check-input:checked+.form-check-label {
    border-color: #405189 !important;
}

.card-radio .form-check-label {
    background-color: #405189;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    position: relative;
    padding-right: 32px;
}

.img-switch .card-radio .form-check-input:checked+.form-check-label::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(64, 81, 137, 0.5);
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #405189;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.img-switch .card-radio .form-check-input:checked+.form-check-label::after {
    content: "✓";
    font-family: "Line Awesome Free";
    position: absolute;
    top: 4px;
    right: 5px;
    font-size: 10px;
    background: #fff;
    font-weight: 900;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #405189;
}

.bg-vertical-gradient {
    background: linear-gradient(to right, #405189, #0ab39c);
}

.bg-vertical-gradient-2 {
    background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
}

.bg-vertical-gradient-3 {
    background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
}

.bg-vertical-gradient-4 {
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
}

@media (min-width: 992px) {
    .mini-sidebar .sidebar {
        width: 60px;
    }

    .mini-sidebar .sidebar .menu-title {
        visibility: hidden;
        white-space: nowrap;
    }

    .mini-sidebar .sidebar .sidebar-menu>ul>li>a i {
        font-size: 30px;
        width: 30px;
    }

    .mini-sidebar.expand-menu .sidebar {
        width: 230px;
    }

    .mini-sidebar.expand-menu .sidebar .menu-title {
        visibility: hidden;
        white-space: nowrap;
    }

    .mini-sidebar.expand-menu .sidebar .sidebar-menu>ul>li>a i {
        font-size: 30px;
        width: 30px;
    }

    .mini-sidebar.expand-menu .sidebar .sidebar-menu>ul>li.menu-title {
        visibility: visible;
    }
}

@media (min-width: 991px) {
    .mini-sidebar .page-wrapper {
        margin-left: 60px;
    }
}

.sidebar-twocol .slide-nav .sidebar {
    margin-left: 0;
}

.sidebar-twocol.sidebar {
    background-color: transparent;
    border-right: 0;
    margin-top: 0;
    z-index: 1001;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

@media (max-width: 991px) {
    .sidebar-twocol.sidebar {
        margin-left: -225px;
        width: 225px;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 1041;
    }
}

.sidebar-twocol.sidebar .slimScrollDiv {
    width: 70px !important;
}

.sidebar-twocol.sidebar .nav-link {
    padding: 5px;
    margin-bottom: 15px;
    color: #ffffff;
}

.sidebar-twocol.sidebar .nav-link.active {
    background: #fff;
    color: #34444c;
}

.sidebar-twocol.sidebar .sidebar-left {
    background: #ff9b44;
    width: 70px;
    padding: 10px;
}

.sidebar-twocol.sidebar .sidebar-right {
    background: #ffffff;
    width: 190px;
    height: 100%;
    -webkit-box-shadow: 0 4px 4px rgba(209, 209, 209, 0.25);
    -moz-box-shadow: 0 4px 4px rgba(209, 209, 209, 0.25);
    box-shadow: 0 4px 4px rgba(209, 209, 209, 0.25);
    padding: 0 20px;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar-twocol.sidebar .sidebar-right .tab-content {
    padding-top: 20px;
}

.sidebar-twocol.sidebar .sidebar-right p {
    font-size: 10px;
    color: #9e9e9e;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.sidebar-twocol.sidebar .sidebar-right ul li {
    padding: 7px 0;
}

.sidebar-twocol.sidebar .sidebar-right ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #38414A;
}

.sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #ff9b44;
}

.sidebar-twocol.sidebar .sidebar-right .menu-arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform 0.15s;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    text-rendering: auto;
    line-height: 40px;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 18px;
    top: 0px;
    position: relative;
    font-weight: 700;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}

.sidebar-twocol.sidebar .sidebar-right .menu-arrow:before {
    content: "\f105";
}

.sidebar-twocol.sidebar li a.subdrop .menu-arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

@media (min-width: 991px) {
    .sidebar-twocol .mini-sidebar .page-wrapper {
        margin-left: 60px;
    }

    .sidebar-twocol .mini-sidebar #toggle_btn {
        margin-left: 10px;
    }

    .sidebar-twocol .mini-sidebar .sidebar-right {
        display: none;
    }

    .sidebar-twocol .expand-menu .sidebar-right {
        display: block;
        -webkit-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
}

.greedys {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    height: 60px;
}

.greedys .viewmoremenu {
    background: transparent;
    color: #fff;
    border: 0;
    min-width: 150px;
}

.sidebar .sidebar-horizantal {
    display: none !important;
}

.mini-sidebar .sidebar .sidebar-menu ul li a span {
    display: none;
}

.mini-sidebar.expand-menu .sidebar .sidebar-menu ul li a span {
    display: block;
}

.sidebar-horizantal ul li.submenu a i {
    height: 20px;
    line-height: 19px;
}

.sidebar-horizantal ul li.submenu a span.menu-arrow {
    top: 12px;
}

.select2-results__option {
    padding: 6px 15px;
}

.select2-container .select2-selection.select2-selection--single {
    border: 1px solid #dcdcdc;
    height: 44px;
}

.select2-container .select2-selection.select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 15px;
}

.select2-dropdown {
    z-index: 1055;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
    right: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dcdcdc transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0;
    height: 0;
    margin-left: -10px;
    margin-top: -2px;
    width: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #272b41;
    font-size: 15px;
    font-weight: normal;
    line-height: 44px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #dcdcdc;
    border-width: 0 6px 6px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dcdcdc;
    min-height: 46px;
}

.select2-dropdown {
    border-color: #dcdcdc;
}

.form-focus .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #676767;
    font-size: 14px;
    font-weight: normal;
    line-height: 38px;
}

.form-focus .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px;
    padding-left: 12px;
    padding-top: 10px;
}

.nav-tabs {
    border-bottom: 1px solid #dedfe0;
}

.nav-tabs.nav-tabs-bottom li {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs li a {
    color: #888888;
    border-bottom-width: 2px;
}

.nav-tabs li a.active {
    border-color: transparent;
    border-bottom-color: #ff9b44;
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.content-full {
    height: 100%;
    position: relative;
    width: 100%;
}

.content-full .display-table {
    display: table;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%;
    height: 100%;
}

.content-full .display-table .table-row {
    display: table-row;
    height: 100%;
}

.content-full .display-table .table-row .table-body {
    position: relative;
    height: 100%;
    width: 100%;
}

.content-full .display-table .table-row .table-body .table-content {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.content-full .display-table .table-row .table-body .table-content .chat-profile-img {
    padding: 30px;
    position: relative;
    text-align: center;
}

.content-full .display-table .table-row .table-body .table-content .chat-profile-img .edit-profile-img {
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 120px;
    cursor: pointer;
}

.content-full .display-table .table-row .table-body .table-content .chat-profile-img .edit-profile-img img {
    height: auto;
    margin: 0;
    width: 120px;
    border-radius: 50%;
}

.content-full .display-table .table-row .table-body .table-content .chat-profile-img .edit-profile-img .change-img {
    background-color: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: none;
    height: 100%;
    line-height: 120px;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.content-full .display-table .table-row .table-body .table-content .chat-profile-img .edit-profile-img .edit-btn {
    height: 36px;
    width: 36px;
    border-radius: 40px;
    position: absolute;
    top: 15px;
    right: 15px;
}

.content-full .display-table .table-row .table-body .table-content .chat-profile-img .user-name {
    color: #333333;
}

.content-full .display-table .table-row .table-body .table-content .chat-profile-info {
    padding: 15px;
}

.content-full .display-table .table-row .table-body .table-content .chat-profile-info .user-det-list {
    list-style: none;
    padding: 0;
}

.content-full .display-table .table-row .table-body .table-content .chat-profile-info .user-det-list li {
    padding: 6px 15px;
}

.nav-tabs .nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
}

.nav-tabs .nav-tabs-solid .active {
    background-color: #ff9b44;
    border-color: #ff9b44;
    color: #ffffff;
}

.nav-tabs .nav-link:hover {
    /* background-color: #eeeeee; */
    border-color: transparent;
    color: #526350;
}

.nav-tabs.nav-tabs-top li a {
    border-width: 2px 0 0 0;
}

.nav-tabs.nav-tabs-top li a.active {
    border-top-color: #ff9b44;
    border-radius: 0;
}

.nav-tabs.nav-tabs-bottom li a {
    border-width: 0 0 2px 0;
    color: #526350;
    font-family: 'Inter';
    line-height: 24px;
    letter-spacing: 0.4px;
    font-weight: 500;
    font-size: 16px;
}

.nav-tabs.nav-tabs-bottom li a.active {
    border-bottom-color: #007A48;
    background: transparent;
    border-radius: 0;
    color: #007A48;
}

.nav-tabs.nav-tabs-solid {
    background-color: #fafafa;
    border: 0;
}

.nav-tabs.nav-tabs-solid.nav-tabs-rounded li a.active {
    background-color: #ff9b44;
    border-color: #ff9b44;
    color: #ffffff;
    border-radius: 50px;
}

.nav-tabs.nav-tabs-solid li a.active {
    background-color: #ff9b44;
    border-color: #ff9b44;
    color: #ffffff;
    border-radius: 0;
}

.page-menu .nav-tabs li a {
    font-size: 16px;
}

@media (max-width: 768px) {
    .nav-tabs {
        border-bottom: 0;
        position: relative;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        padding: 5px 0;
        border-radius: 3px;
    }
}

.custom-modal .modal-content {
    border: 0;
    border-radius: 10px;
}

.custom-modal .modal-content .btn-close {
    background-color: #a0a0a0;
    border: 0;
    color: #ffffff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    opacity: 1;
    width: 20px;
    z-index: 99;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
}

.custom-modal .modal-content .modal-header {
    border: 0;
    padding: 30px 30px 0;
}

.modal-header .modal-title {
    margin-bottom: 7px;
    font-family: 'Inter';
    font-weight: 700;
}

.custom-modal .modal-content .modal-header .modal-title {
    font-size: 22px;
}

.custom-modal .modal-content .modal-header .btn-close {
    background-color: #a0a0a0;
    border: 0;
    color: #ffffff;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    opacity: 1;
    width: 20px;
    z-index: 99;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}

.custom-modal .modal-content .modal-body {
    padding: 30px;
}

.custom-modal .modal-content .modal-body .attach-files ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.custom-modal .modal-content .modal-body .attach-files ul li img {
    width: 50px;
}

.custom-modal .modal-content .modal-body .attach-files ul li .file-remove {
    color: #fb1612;
    position: absolute;
    top: -7px;
    right: -6px;
}

.custom-modal .modal-content .modal-body .status-toggle {
    float: left;
}

.custom-modal .modal-content .modal-body .input-block {
    margin-bottom: 1rem;
    float: left;
    width: 100%;
}

.custom-modal .modal-content .modal-body .input-block.col-sm-4 {
    width: 33.3%;
}

.custom-modal .modal-content .modal-body .input-block.col-sm-6 {
    width: 50%;
}

.custom-modal .modal-content .modal-body .add-group-btn .btn-primary {
    margin-top: 15px;
}

.custom-modal .modal-content .modal-body .chat-user-list .chat-block {
    border-bottom: 1px solid #eaeaea;
    border-radius: inherit;
    background-color: #ffffff;
    padding: 10px;
}

.custom-modal .modal-content .modal-body .chat-user-list .chat-block .user-name {
    color: #333333;
}

.custom-modal .modal-content .modal-body .chat-user-list .chat-block .designation {
    color: #9e9e9e;
    font-size: 12px;
}

.custom-modal .modal-content .modal-body .chat-user-list .chat-block .online-date {
    color: #9e9e9e;
    font-size: 12px;
}

.custom-modal .modal-content .modal-body .chat-user-list .chat-block:hover {
    background-color: #f7f7f7;
}

.main-modal-title {
    margin-bottom: 7px !important;
}

.submit-section {
    text-align: end;
    margin-top: 54px;
    float: left;
    width: 100%;
    border-top: 1px solid #CCCCCC !important;
    padding-top: 10px;

}

.modal-footer-section {
    margin-top: 17px;
}

@media (max-width: 575px) {
    .submit-section {
        margin-top: 20px;
    }
}

.submit-section .submit-btn {
    font-size: 18px;
    font-weight: 600;
    min-width: 200px;
    border-radius: 50px;
    padding: 10px 20px;
}

@media (max-width: 575px) {
    .submit-section .submit-btn {
        margin: 10px 0 0;
        font-size: 14px;
    }
}

.task-follower-list {
    margin-top: 15px;
}

.task-follower-list span {
    position: relative;
}

.task-follower-list span i {
    cursor: pointer;
    color: #fb1612;
    position: absolute;
    top: -5px;
    right: 5px;
}

.task-board-color .board-color-list {
    height: 45px;
}

@media (max-width: 991px) {
    .task-board-color .board-color-list {
        margin-bottom: 40px;
    }
}

.task-board-color .board-color-list .board-control {
    position: relative;
    min-height: 1.5rem;
    cursor: pointer;
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
    margin: 0 1rem 10px 0;
}

.task-board-color .board-color-list .board-control .board-indicator {
    width: 36px;
    height: 36px;
}

.task-board-color .board-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.task-board-color .board-control-input:checked~.board-indicator:before {
    content: "\f00c";
    display: block;
    width: 16px;
    height: 16px;
    color: #ffffff;
    border: none;
    font-family: FontAwesome;
    text-align: center;
    line-height: 16px;
    border-radius: 2px;
    position: relative;
    top: 10px;
    left: 10px;
}

.task-board-color .board-primary .board-indicator {
    background: #ff9b44;
}

.task-board-color .board-success .board-indicator {
    background: #4caf50;
}

.task-board-color .board-info .board-indicator {
    background: #42a5f5;
}

.task-board-color .board-purple .board-indicator {
    background: #7460ee;
}

.task-board-color .board-warning .board-indicator {
    background: #ffb300;
}

.task-board-color .board-danger .board-indicator {
    background: #ef5350;
}

.leave-duallist {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    display: block;
    padding: 15px;
}

.leave-duallist select.form-control[multiple] {
    height: 200px;
    padding: 7px;
}

.leave-duallist select.form-control[multiple] option {
    border-radius: 3px;
    padding: 7px 12px;
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.continue-btn,
.cancel-btn {
    background-color: #ffffff;
    border: 1px solid #ff9b44;
    color: #ff9b44 !important;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 50px;
    padding: 10px 20px;
}

.continue-btn:hover,
.cancel-btn:hover {
    color: #fff !important;
}

.table {
    padding: 0;
    background: #ffffff;
}

.datatable .module_edit_record {
    border: none !important;
    color: initial !important;
}

.datatable .module_edit_record:hover {
    border: none !important;
    color: initial !important;
}

.datatable .module_view_record {
    border: none !important;
    color: initial !important;
}

.datatable .module_view_record:hover {
    border: none !important;
    color: initial !important;
}

.datatable .module_delete_record {
    border: none !important;
    color: initial !important;
}

.datatable .module_delete_record:hover {
    border: none !important;
    color: initial !important;
}

.table .table> :not(:first-child) {
    border-top: 0;
}

.did-floating-label-content {
    position: relative;
    line-height: 1;
}

.did-floating-label {
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 11px;
    padding: 0 5px;
    background: #fff;
    font-family: 'Inter';
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

option {
    font-family: 'Inter';
    cursor: pointer;
}

.did-floating-input,
.did-floating-select {
    display: block;
    width: 100%;
    height: 44px;
    padding: 5px 20px;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Inter';
    font-size: 14px;
    cursor: pointer;

    &:focus {
        outline: none;

        ~.did-floating-label {
            top: -8px;
        }
    }
}

select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select.did-floating-select::-ms-expand {
    display: none;
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -8px;
}

.did-floating-select:not([value=""]):valid~.did-floating-label {
    top: -8px;
}

.did-floating-select[value=""]:focus~.did-floating-label {
    top: 11px;
}

.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
    font-family: 'Inter';
}


.input-group {
    display: flex;

    .did-floating-input {
        border-radius: 0 4px 4px 0;
        border-left: 0;
        padding-left: 0;
    }
}

.input-group-append {
    display: flex;
    align-items: center;
}

.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 34px;
    color: #323840;
    padding: 0 5px 0 20px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3D85D8;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.table th {
    white-space: nowrap;
    padding: 0.6rem 0.75rem;
    color: #007A48;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

.table td {
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.1rem;
    padding-left: 12px;
    font-family: Inter;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-style: none !important;
}

.table td a {
    color: #333333;
}

.table td .pro-avatar {
    height: 1.65rem;
    margin-right: 5px;
    width: auto;
    border-radius: 0.25rem;
}

.table td h2 {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.table td h2 a {
    color: #333333;
}

.table td a {
    color: #333333;
}

.table> :not(:first-child) {
    border-top: 0;
}

.user-add-shedule-list h2 a {
    padding: 10px;
    display: inline-block;
}

.user-add-shedule-list h2 a span {
    color: #888888;
    display: block;
    font-size: 12px;
    margin-top: 3px;
}

.user-add-shedule-list a {
    border: 1px dashed #aaa;
    color: #aaa;
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
}

.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered th {
    border: 1px solid #dee2e6;
}

.filter-row .select2-container .select2-selection.select2-selection--single {
    height: 50px;
}

.filter-row .btn {
    min-height: 50px;
    text-transform: uppercase;
    padding: 12px;
}

.card-table .card-header {
    border-bottom: 1px solid #dddddd;
    padding: 15px;
}

.card-table .card-body {
    padding: 0;
}

.card-table .card-footer {
    text-align: center;
}

.card-table .card-footer a {
    color: #333333;
}

.page-main-title {
    font-size: 28px;
    margin-left: 9px;
    font-weight: 600;
    font-family: Inter;
}

.dropdown-action .dropdown-toggle::after {
    border: 0;
}

.action-icon {
    color: #777;
    font-size: 18px;
    display: inline-block;
}

.table-inbox td {
    padding: 0.5rem;
}

.table-inbox .starred.fa-star {
    color: #ffd200;
}

.unread .name,
.unread .subject,
.unread .maildate {
    color: #000000;
    font-weight: 600;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f5f5f5;
}

.custom-table tr.holiday-completed {
    color: #aaa;
}

.custom-table td {
    padding: 10px 20px;
}

.leave-table .l-name {
    width: 200px;
}

.leave-table .l-days {
    width: 140px;
}

.review-section {
    margin: 0 0 30px;
}

.review-section .review-header {
    background-color: #ffffff;
    border: 1px solid #cfcfcf;
    text-align: center;
    margin: 0;
    padding: 15px;
}

.review-section .review-header h3 {
    font-size: 1.4rem;
    margin-bottom: 3px;
}

.form-control-sm.form-control {
    height: 30px;
    appearance: auto;
    border-radius: 0;
}

[data-layout-width=boxed] body,
[data-layout-width=boxed] .header {
    max-width: 1300px;
    margin: auto;
}

[data-layout-width=boxed] .sidebar ul .menu-title {
    display: none !important;
}

[data-layout-width=boxed] .sidebar ul li span {
    display: none !important;
}

[data-layout-width=boxed] .sidebar ul ul li {
    display: none !important;
}

[data-layout-width=boxed] .page-wrapper {
    margin: 0 0 0 230px;
}

[data-layout-width=boxed] .main-wrapper {
    position: relative;
}

[data-layout-width=boxed] .main-wrapper #toggle_btn {
    display: none;
}

[data-layout-width=boxed] .sidebar {
    position: absolute;
    width: 230px;
}

[data-layout-width=boxed] .sidebar .noti-dot {
    display: none !important;
}

[data-layout-width=boxed] .sidebar ul .menu-title {
    display: block !important;
}

[data-layout-width=boxed] .sidebar ul li span {
    display: block !important;
}

[data-layout-width=boxed] .sidebar ul ul li {
    display: block !important;
}

[data-sidebar-size=sm-hover] #toggle_btn {
    display: none;
}

[data-sidebar-size=sm-hover] .sidebar ul .menu-title {
    display: none !important;
}

[data-sidebar-size=sm-hover] .sidebar ul li span {
    display: none !important;
}

[data-sidebar-size=sm-hover] .sidebar ul ul li {
    display: none !important;
    width: 100%;
}

[data-sidebar-size=sm-hover] .two-col-bar:hover .sidebar-right {
    display: block;
}

[data-sidebar-size=sm-hover] .two-col-bar .sidebar-left {
    display: block;
}

[data-sidebar-size=sm-hover] .two-col-bar .sidebar-right {
    display: none;
}

[data-sidebar-size=sm-hover] .page-wrapper {
    margin: 0 0 0 60px;
}

[data-sidebar-size=sm-hover] .sidebar {
    width: 60px;
}

[data-sidebar-size=sm-hover] .sidebar .noti-dot {
    display: none !important;
}

[data-sidebar-size=sm-hover] .sidebar .sidebar-menu ul li span {
    display: none !important;
}

[data-sidebar-size=sm-hover] .sidebar:hover {
    width: 230px;
}

[data-sidebar-size=sm-hover] .sidebar:hover ul .menu-title {
    display: inline-block !important;
}

[data-sidebar-size=sm-hover] .sidebar:hover ul li span {
    display: inline-block !important;
}

[data-sidebar-size=sm-hover] .sidebar:hover ul ul li {
    display: inline-block !important;
}

[data-sidebar-size=md] .page-wrapper {
    margin: 0 0 0 200px;
}

[data-sidebar-size=md] .sidebar {
    width: 200px;
}

[data-sidebar-size=md] .sidebar .menu-title {
    justify-content: center;
}

[data-sidebar-size=md] .sidebar .sidebar-menu ul li a {
    flex-direction: column;
    text-align: center;
    padding: 10px;
}

[data-sidebar-size=md] #toggle_btn {
    display: none;
}

[data-layout-position=scrollable] .main-wrapper {
    position: relative;
}

[data-layout-position=scrollable] .main-wrapper .sidebar {
    position: absolute;
}

[data-layout-position=scrollable] .slimScrollDiv,
[data-layout-position=scrollable] .slimscroll {
    overflow: auto !important;
    height: auto !important;
}

[data-sidebar=dark][data-layout-position=scrollable] .slimscroll {
    background-color: #34444c;
}

[data-layout=twocolumn] .two-col-bar {
    display: block;
}

[data-layout=twocolumn] #sidebar {
    display: none;
}

@media (max-width: 991px) {
    [data-layout=twocolumn] #sidebar {
        display: block;
    }
}

[data-layout=twocolumn] #sidebar-view,
[data-layout=twocolumn] #sidebar-size,
[data-layout=twocolumn] #layout-width,
[data-layout=twocolumn] #layout-position {
    display: none;
}

[data-layout=twocolumn] .mini-sidebar .sidebar .sidebar-right {
    display: none;
}

[data-layout=twocolumn] .mini-sidebar.expand-menu .sidebar .sidebar-right {
    display: block;
}

[data-layout-width=boxed][data-sidebar-size=md] .sidebar:hover {
    width: 200px;
}

[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul .menu-title {
    display: block !important;
    text-align: center;
}

[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul li span {
    display: block !important;
}

[data-layout-width=boxed][data-sidebar-size=md] .sidebar ul ul li {
    display: block !important;
}

[data-layout-mode=light][data-topbar=dark] body .header {
    background: #263238;
}

[data-layout-mode=light][data-topbar=dark] body .header .has-arrow .dropdown-toggle:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

[data-layout-mode=light] .header {
    background: #ffffff;
    border-color: transparent;
}

[data-layout-mode=light] .header .page-title-box h3 {
    color: #333333;
}

[data-layout-mode=light] .header .logo {
    display: none;
}

[data-layout-mode=light] .header .logo2 {
    display: inline-block;
    line-height: 60px;
}

[data-layout-mode=light] .header #toggle_btn .bar-icon span {
    background-color: #333333;
}

[data-layout-mode=light] .header .top-nav-search form .form-control {
    border: 1px solid #d5d5d5;
    color: #333333;
    height: 40px;
    padding: 10px 50px 10px 15px;
    border-radius: 50px;
}

[data-layout-mode=light] .header .top-nav-search form .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #333333;
}

[data-layout-mode=light] .header .top-nav-search form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333;
}

[data-layout-mode=light] .header .top-nav-search form .form-control::placeholder {
    color: #333333;
}

[data-layout-mode=light] .header .top-nav-search form .btn {
    color: #333333;
}

[data-layout-mode=light] .header .has-arrow .dropdown-toggle:after {
    border-bottom: 2px solid #333333;
    border-right: 2px solid #333333;
}

[data-layout-mode=light] nav.greedy button {
    color: #333333 !important;
}

[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left {
    background: #fff;
    border-right: 1px solid #d5d5d5;
}

[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left .nav-link {
    color: #333333;
}

[data-layout-mode=light] .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
    background: #34444c;
    color: #fff;
}

[data-layout-mode=light] .sidebar {
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(50, 41, 124, 0.05);
}

[data-layout-mode=light] .sidebar .sidebar-menu ul ul {
    display: none;
    width: 200px;
}

[data-layout-mode=light] .sidebar .sidebar-menu ul li a:hover {
    color: #007A48;
}

[data-layout-mode=light] .sidebar .sidebar-menu .greedy ul li a:hover {
    color: #007A48;
}

[data-layout-mode=light] .user-menu.nav>li>a {
    color: #333333;
}

[data-layout-mode=light] .mini-sidebar .header-left .logo2 img {
    height: auto;
    max-height: 30px;
    width: auto;
}

[data-layout-mode=light] .header .header-left .logo {
    display: none;
    line-height: 60px;
}

[data-layout-mode=light] .sidebar-menu ul li a:hover,
[data-layout-mode=light] .two-col-bar .sidebar-menu ul li a:hover {
    color: #333333;
}

[data-topbar=light][data-layout-mode=blue] .header {
    background: #00c5fb;
    background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
    border-color: transparent;
}

[data-topbar=light][data-layout-mode=blue] .header .header-left .logo {
    display: block;
    line-height: 60px;
}

[data-topbar=light][data-layout-mode=blue] .header .user-menu.nav>li>a {
    color: #fff;
}

[data-topbar=light][data-layout-mode=blue] .header #toggle_btn .bar-icon span {
    background-color: #fff;
}

[data-topbar=light][data-layout-mode=blue] .header .page-title-box h3 {
    color: #fff;
}

[data-topbar=light][data-layout-mode=blue] .header .logo2 {
    display: none !important;
}

[data-topbar=light][data-layout-mode=blue] .header .has-arrow .dropdown-toggle:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control {
    color: #fff;
}

[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control::placeholder {
    color: #fff;
}

[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .btn {
    color: #fff;
}

[data-layout-mode=blue] .header {
    background: #00c5fb !important;
    background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%) !important;
    border-color: transparent;
}

[data-layout-mode=blue] .header .header-left .logo {
    display: block;
    line-height: 60px;
}

[data-layout-mode=blue] .header .user-menu.nav>li>a {
    color: #fff !important;
}

[data-layout-mode=blue] .header #toggle_btn .bar-icon span {
    background-color: #fff;
}

[data-layout-mode=blue] .header .page-title-box h3 {
    color: #fff;
}

[data-layout-mode=blue] .header .logo2 {
    display: none;
}

[data-layout-mode=blue] .page-item.active .page-link {
    background-color: #00c5fb;
    border-color: #00c5fb;
}

[data-layout-mode=blue] .nav-tabs.nav-tabs-solid li a.active {
    background-color: #00c5fb;
    border-color: #00c5fb;
}

[data-layout-mode=blue] .sidebar-twocol.sidebar .sidebar-left {
    background: #34444c;
}

[data-layout-mode=blue] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #00c5fb;
}

[data-layout-mode=blue] #layout-position .radio input:checked+label {
    background: #00c5fb;
    color: #fff;
}

[data-layout-mode=blue] .dash-widget .card-body .dash-widget-icon {
    background-color: rgba(0, 197, 251, 0.2);
    color: #00c5fb;
}

[data-layout-mode=blue] .bg-primary,
[data-layout-mode=blue] .badge-primary {
    background-color: #00c5fb !important;
}

[data-layout-mode=blue] .sidebar .sidebar-menu ul ul a.active {
    color: #00c5fb;
    text-decoration: underline;
}

[data-layout-mode=blue] .sidebar ul li.submenu .noti-dot:before {
    border: 5px solid #00c5fb;
}

[data-layout-mode=blue] .btn-primary {
    background-color: #00c5fb;
    border: 1px solid #00c5fb;
}

[data-layout-mode=blue] .roles-menu ul li.active a {
    border-color: #00c5fb;
    color: #00c5fb;
}

[data-layout-mode=blue] .settings-icon span {
    background-color: #00c5fb;
}

[data-topbar=light][data-layout-mode=maroon] .header {
    background: #f43b48;
    background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
    border-color: transparent;
}

[data-topbar=light][data-layout-mode=maroon] .header .header-left .logo {
    display: block;
    line-height: 60px;
}

[data-topbar=light][data-layout-mode=maroon] .header .user-menu.nav>li>a {
    color: #fff;
}

[data-topbar=light][data-layout-mode=maroon] .header #toggle_btn .bar-icon span {
    background-color: #fff;
}

[data-topbar=light][data-layout-mode=maroon] .header .page-title-box h3 {
    color: #fff;
}

[data-topbar=light][data-layout-mode=maroon] .header .logo2 {
    display: none;
}

[data-layout-mode=maroon] .header {
    background: #f43b48;
    background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
    border-color: transparent;
}

[data-layout-mode=maroon] .header .header-left .logo {
    display: block;
    line-height: 60px;
}

[data-layout-mode=maroon] .header .user-menu.nav>li>a {
    color: #fff;
}

[data-layout-mode=maroon] .header #toggle_btn .bar-icon span {
    background-color: #fff;
}

[data-layout-mode=maroon] .header .page-title-box h3 {
    color: #fff;
}

[data-layout-mode=maroon] .header .logo2 {
    display: none;
}

[data-layout-mode=maroon] .page-item.active .page-link {
    background-color: #f43b48;
    border-color: #f43b48;
}

[data-layout-mode=maroon] .nav-tabs.nav-tabs-solid li a.active {
    background-color: #f43b48;
    border-color: #f43b48;
}

[data-layout-mode=maroon] .sidebar-twocol.sidebar .sidebar-left {
    background: #34444c;
}

[data-layout-mode=maroon] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #f43b48;
}

[data-layout-mode=maroon] .bg-primary,
[data-layout-mode=maroon] .badge-primary {
    background-color: #f43b48 !important;
}

[data-layout-mode=maroon] .dash-widget .card-body .dash-widget-icon {
    background-color: rgba(244, 59, 72, 0.2);
    color: #f43b48;
}

[data-layout-mode=maroon] #layout-position .radio input:checked+label {
    background: #f43b48;
    color: #fff;
}

[data-layout-mode=maroon] .sidebar .sidebar-menu ul ul a.active {
    color: #f43b48;
    text-decoration: underline;
}

[data-layout-mode=maroon] .sidebar ul li.submenu .noti-dot:before {
    border: 5px solid #f43b48;
}

[data-layout-mode=maroon] .btn-primary {
    background-color: #f43b48;
    border: 1px solid #f43b48;
}

[data-layout-mode=maroon] .roles-menu ul li.active a {
    border-color: #f43b48;
    color: #f43b48;
}

[data-layout-mode=maroon] .settings-icon span {
    background-color: #f43b48;
}

[data-layout-mode=purple] .header {
    background: #667eea;
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
    border-color: transparent;
}

[data-layout-mode=purple] .header .header-left .logo {
    display: block;
    line-height: 60px;
}

[data-layout-mode=purple] .header .user-menu.nav>li>a {
    color: #fff;
}

[data-layout-mode=purple] .header #toggle_btn .bar-icon span {
    background-color: #fff;
}

[data-layout-mode=purple] .header .page-title-box h3 {
    color: #fff;
}

[data-layout-mode=purple] .header .logo2 {
    display: none;
}

[data-layout-mode=purple] .page-item.active .page-link {
    background-color: #667eea;
    border-color: #667eea;
}

[data-layout-mode=purple] .nav-tabs.nav-tabs-solid li a.active {
    background-color: #667eea;
    border-color: #667eea;
}

[data-layout-mode=purple] .sidebar-twocol.sidebar .sidebar-left {
    background: #34444c;
}

[data-layout-mode=purple] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #667eea;
}

[data-layout-mode=purple] .bg-primary,
[data-layout-mode=purple] .badge-primary {
    background-color: #667eea !important;
}

[data-layout-mode=purple] #layout-position .radio input:checked+label {
    background: #667eea;
    color: #fff;
}

[data-layout-mode=purple] .dash-widget .card-body .dash-widget-icon {
    background-color: rgba(102, 126, 234, 0.2);
    color: #667eea;
}

[data-layout-mode=purple] .sidebar .sidebar-menu ul ul a.active {
    color: #667eea;
    text-decoration: underline;
}

[data-layout-mode=purple] .sidebar ul li.submenu .noti-dot:before {
    border: 5px solid #667eea;
}

[data-layout-mode=purple] .bg-primary,
[data-layout-mode=purple] .badge-primary {
    background-color: #667eea !important;
}

[data-layout-mode=purple] .btn-primary {
    background-color: #667eea;
    border: 1px solid #667eea;
}

[data-layout-mode=purple] .roles-menu ul li.active a {
    border-color: #667eea;
    color: #667eea;
}

[data-layout-mode=purple] .settings-icon span {
    background-color: #667eea;
}

[data-layout-style=detached][data-layout=horizontal] .main-wrapper {
    max-width: 100%;
    padding: 0;
}

[data-layout-style=detached][data-layout=horizontal] .main-wrapper .sidebar {
    top: 60px;
    border-radius: 0;
    left: 0;
    position: relative;
}

[data-layout-style=detached] .main-wrapper {
    max-width: 95%;
    margin: 0 auto;
    padding-left: 1.5rem;
    position: relative;
}

[data-layout-style=detached] .main-wrapper .sidebar {
    position: fixed;
    top: 80px;
    border-radius: 10px;
    left: 50px;
}

[data-layout-style=detached] .main-wrapper .sidebar.sidebar-twocol {
    top: 30px;
    left: 50px;
    position: absolute;
}

@media (max-width: 991px) {
    [data-layout-style=detached] .main-wrapper .sidebar {
        left: 0;
    }
}

[data-layout-style=detached] .sidebar .sidebar-menu,
[data-layout-style=detached] .two-col-bar .sidebar-menu {
    padding: 0;
}

[data-layout-style=detached] #toggle_btn {
    display: none;
}

[data-layout-mode=dark] body {
    background-color: #263238;
    color: #bbc4cc;
}

[data-layout-mode=dark] body .stats-box {
    background-color: #16191c;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] body .card {
    color: #bbc4cc;
}

[data-layout-mode=dark] body .disabled>.page-link,
[data-layout-mode=dark] body .page-link.disabled {
    --bs-pagination-disabled-color: #6c757d;
}

[data-layout-mode=dark] body .w-sidebar ul a {
    color: #bbc4cc;
}

[data-layout-mode=dark] body .card .card-title {
    color: #bbc4cc;
}

[data-layout-mode=dark] body.mini-sidebar .sidebar {
    background-color: #34444c;
}

[data-layout-mode=dark] body .header .logo {
    display: block;
}

[data-layout-mode=dark] body .profile-view .profile-basic .profile-info-left .user-name {
    color: #bbc4cc;
}

[data-layout-mode=dark] body .personal-info li .title {
    color: #bbc4cc;
}

[data-layout-mode=dark] body .experience-box .experience-list li .experience-content {
    background-color: #2e3840;
    padding: 10px;
}

[data-layout-mode=dark] body .experience-box .experience-list li .experience-user {
    border-radius: 50px;
}

[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left {
    background: #16191c;
}

[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
    color: #bbc4cc;
    background: #2e3840;
}

[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
    color: #2e3840;
    background: #fff;
}

[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right {
    background: #2e3840;
}

[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right ul li a {
    color: #bbc4cc;
}

[data-layout-mode=dark] body .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #ffffff;
}

[data-layout-mode=dark] body .dash-statistics .stats-info {
    background-color: #16191c;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] body table.table {
    background-color: #16191c;
    border: 1px solid #2e3840;
    background: #16191c;
    --bs-table-bg: $__grayblacks;
}

[data-layout-mode=dark] body table.table th {
    color: #bbc4cc;
    border-top: 1px solid #2e3840;
}

[data-layout-mode=dark] body table.table td {
    border-top: 1px solid transparent;
    color: #bbc4cc;
}

[data-layout-mode=dark] body table.table .btn-white {
    background-color: #16191c;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] body .chat-main-row .chat-main-wrapper .chat-window .fixed-header,
[data-layout-mode=dark] body .chat-footer {
    background-color: #16191c;
    border-bottom: 1px solid #2e3840;
}

[data-layout-mode=dark] body .video-window .fixed-header .nav li a {
    color: #fff;
}

[data-layout-mode=dark] body .sidebar .sidebar-menu ul li a {
    color: #bbc4cc;
    background: transparent;
}

[data-layout-mode=dark] body .two-col-bar .sidebar-menu ul li a {
    color: #bbc4cc;
}

[data-layout-mode=dark] body .sidebar ul li span {
    display: inline-block;
    color: #bbc4cc;
}

[data-layout-mode=dark] body .contact-list>li {
    background-color: #16191c;
    border-bottom: 1px solid #2e3840;
}

[data-layout-mode=dark] body .btn-white {
    background-color: #16191c;
    border: 1px solid #2e3840;
    color: #fff;
}

[data-layout-mode=dark] body .page-item .page-link {
    background-color: #16191c;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] body .dataTables_length .form-control {
    background-color: #16191c;
    color: #fff;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] body .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #2c3034;
}

[data-layout-mode=dark] body .nav-tabs.nav-tabs-solid {
    background-color: #16191c;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] body .select2-container--default .select2-selection--single {
    background-color: #16191c;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] body .modal-body .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #e3e3e3;
}

[data-layout-mode=dark] body .activity-box .activity-list li {
    background-color: #16191c;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] body .breadcrumb .breadcrumb-item a {
    color: #bbc4cc;
}

[data-layout-mode=dark] body .breadcrumb-item.active {
    --bs-breadcrumb-item-active-color: #6c757d;
}

[data-layout-mode=dark] body .page-wrapper .content .page-header .page-title {
    color: #bbc4cc;
}

[data-layout-mode=dark] body .leave-info-box {
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] body .card-header {
    background-color: #16191c;
    border-bottom: 1px solid #2e3840;
}

[data-layout-mode=dark] body .faq-card .card .card-header {
    background-color: #2e3840;
}

[data-layout-mode=dark] body .faq-card .card .card-header a {
    color: #bbc4cc;
}

[data-layout-mode=dark] body .custom-table td {
    color: #fff !important;
}

[data-layout-mode=dark] body .table td a {
    color: #777;
}

[data-layout-mode=dark] .view-icons .btn {
    background-color: #16191c;
    border: 1px solid #2e3840;
    color: #bbc4cc;
}

[data-layout-mode=dark] .header {
    background: #263238;
    border-color: #2e3840;
}

[data-layout-mode=dark] .header .user-menu.nav>li>a {
    color: #bbc4cc;
}

[data-layout-mode=dark] .header #toggle_btn .bar-icon span {
    background-color: #bbc4cc;
}

[data-layout-mode=dark] .header .page-title-box h3 {
    color: #bbc4cc;
}

[data-layout-mode=dark] .header .logo2 {
    display: none;
}

[data-layout-mode=dark] .due-info,
[data-layout-mode=dark] .assigned-info {
    color: #fff;
}

[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li .task-container {
    background: #263238;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li .task-container .task-label {
    color: #bbc4cc;
}

[data-layout-mode=dark] .task-wrapper .task-list-body #task-list li.completed .task-container {
    background: #16191c;
}

[data-layout-mode=dark] .task-chat-contents {
    background-color: #263238;
}

[data-layout-mode=dark] .sidebar {
    background-color: #16191c;
}

[data-layout-mode=dark] .welcome-box {
    background-color: #16191c;
    border-bottom: 1px solid #2e3840;
}

[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-right .chat-body .chat-content {
    background-color: #16191c;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-left .chat-content {
    background-color: #16191c;
    border: 1px solid #2e3840;
    padding: 10px !important;
}

[data-layout-mode=dark] .chat-contents .chat-content-wrap .chats .chat-left .chat-content .chat-time {
    color: #fff;
}

[data-layout-mode=dark] .chat-sidebar .chat-contents {
    background-color: #263238;
}

[data-layout-mode=dark] .chat-footer .message-bar .message-area .input-group .form-control {
    background-color: #16191c;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] .chat-line .chat-date {
    background-color: #16191c;
    top: 9px;
    left: -15px;
}

[data-layout-mode=dark] .search-box .input-group {
    background-color: #16191c;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] .chat-main-row .chat-main-wrapper .chat-window {
    background-color: transparent;
}

[data-layout-mode=dark] .dash-section .dash-info-list .dash-card {
    background-color: #16191c;
    border: 1px solid #2e3840;
    color: #575757;
}

[data-layout-mode=dark] .card {
    border: 1px solid #16191c;
    background: #16191c;
}

[data-layout-mode=dark] .time-list .dash-stats-list h4 {
    color: #bbc4cc;
}

[data-layout-mode=dark] .topics,
[data-layout-mode=dark] .w-sidebar {
    background-color: #16191c;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] .topics .topic-title a,
[data-layout-mode=dark] .w-sidebar .topic-title a {
    color: #bbc4cc;
}

[data-layout-mode=dark] .topics .topics .topics-list li a,
[data-layout-mode=dark] .w-sidebar .topics .topics-list li a {
    color: #bbc4cc;
}

[data-layout-mode=dark] .roles-menu ul {
    border: 1px solid #16191c;
    background: #16191c;
}

[data-layout-mode=dark] .roles-menu ul li a {
    color: #bbc4cc;
}

[data-layout-mode=dark] .list-group-item,
[data-layout-mode=dark] .activity-box,
[data-layout-mode=dark] .punch-info .punch-hours,
[data-layout-mode=dark] .punch-det,
[data-layout-mode=dark] .att-statistics .stats-info,
[data-layout-mode=dark] .stats-info {
    border: 1px solid #2e3840;
    background: #16191c;
    color: #bbc4cc;
}

[data-layout-mode=dark] .form-control {
    border: 1px solid #2e3840;
    background: #16191c;
    color: #bbc4cc;
}

[data-layout-mode=dark] .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

[data-layout-mode=dark] .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

[data-layout-mode=dark] .form-control::placeholder {
    color: #fff;
}

[data-layout-mode=dark] .project-title a {
    color: #fff;
}

[data-layout-mode=dark] .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #bbc4cc;
}

[data-layout-mode=dark] .profile-widget {
    border: 1px solid #2e3840;
    background: #16191c;
}

[data-layout-mode=dark] .profile-widget .user-name a {
    color: #fff;
}

[data-layout-mode=dark] .stats-info h6 {
    color: #bbc4cc;
}

[data-layout-mode=dark] .modal-body .form-control {
    border-color: #e3e3e3;
    box-shadow: none;
    background-color: transparent;
    color: #bbc4cc;
}

[data-layout-mode=dark] .chat-main-row .chat-main-wrapper .chat-sidebar {
    border-left: 1px solid #2e3840;
}

[data-layout-mode=dark] .nav-tabs {
    border-bottom: 1px solid #2e3840;
}

[data-layout-mode=dark] .chat-line {
    border-bottom: 1px solid #2e3840;
}

[data-layout-mode=dark] .file-wrap .file-sidebar .file-header {
    background-color: #16191c;
    border-bottom: 1px solid #2e3840;
    color: #bbc4cc;
}

[data-layout-mode=dark] .file-wrap .file-sidebar .file-pro-list {
    background-color: #16191c;
}

[data-layout-mode=dark] .file-wrap .file-sidebar .file-pro-list .file-scroll .file-menu li a {
    color: #bbc4cc;
}

[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header {
    background-color: #16191c;
    border-bottom: 1px solid #2e3840;
}

[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header span {
    color: #bbc4cc;
}

[data-layout-mode=dark] .file-content .file-body {
    background-color: #16191c;
}

[data-layout-mode=dark] .file-content .file-body .file-scroll .file-content-inner {
    padding: 15px;
    width: 100%;
}

[data-layout-mode=dark] .file-content .file-body .file-scroll .file-content-inner .card-file .card-file-thumb {
    background-color: #263238;
}

[data-layout-mode=dark] .file-content .file-search {
    background-color: #263238;
    border-bottom: 1px solid #2e3840;
}

[data-layout-mode=dark] .file-content .file-search .form-control {
    background-color: #263238;
    color: #bbc4cc;
}

[data-layout-mode=dark] .file-wrap .file-sidebar .file-search {
    background-color: #263238;
    border-bottom: 1px solid #2e3840;
}

[data-layout-mode=dark] .file-wrap .file-sidebar .file-search .form-control {
    background-color: #16191c;
}

[data-layout-mode=dark] .file-cont-wrap .file-cont-inner .file-cont-header .file-options a {
    color: #bbc4cc;
}

[data-layout-mode=dark] .file-wrap {
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] .file-wrap .file-sidebar {
    border-right: 1px solid #2e3840;
}

[data-layout-mode=dark] .file-wrap .file-sidebar .file-search .input-group .form-control {
    color: #bbc4cc;
    background-color: #263238;
}

[data-layout-mode=dark] .table-bordered td {
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] .nav-tabs.nav-tabs-bottom li a.active {
    color: #fff;
}

[data-layout-mode=dark] .offcanvas {
    background-color: #263238;
    color: #bbc4cc;
}

[data-layout-mode=dark] .offcanvas .sidebar-headerset {
    border-bottom: 1px solid #2e3840;
}

[data-layout-mode=dark] .offcanvas .settings-mains .layout-head h5 {
    color: #ced4da;
}

[data-layout-mode=dark] .offcanvas .settings-mains .layout-head h6 {
    color: #ced4da;
}

[data-layout-mode=dark] .offcanvas .card-radio .form-check-label {
    border-color: #ced4da;
}

[data-layout-mode=dark] .offcanvas .offcanvas-footer {
    border-top: 1px solid #2e3840 !important;
}

[data-layout-mode=dark] .review-section .review-header {
    background-color: #263238;
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] .table-bordered th {
    border: 1px solid #2e3840;
}

[data-layout-mode=dark] .page-title {
    color: #bbc4cc;
}

[data-layout-mode=light][data-sidebar=dark] nav.greedy button {
    color: #fff !important;
}

[data-sidebar=gradient] .sidebar {
    background: linear-gradient(92.08deg, #FF0000 0%, #764BA2 100%);
}

[data-sidebar=gradient] .sidebar-twocol.sidebar .sidebar-left {
    background: linear-gradient(92.08deg, #FF0000 0%, #764BA2 100%);
}

[data-sidebar=gradient] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #405189;
}

[data-sidebar=gradient][data-layout-position=scrollable] .slimScrollDiv,
[data-sidebar=gradient] [data-layout-position=scrollable].slimscroll [data-layout-position=scrollable] .slimScrollDiv,
[data-sidebar=gradient] [data-layout-position=scrollable].slimscroll {
    background: linear-gradient(92.08deg, #FF0000 0%, #764BA2 100%);
}

[data-layout-position=scrollable][data-layout-style=detached] .main-wrapper .sidebar {
    position: absolute;
    left: 30px;
}

[data-layout-position=scrollable][data-layout-style=detached] .main-wrapper .sidebar .slimscroll {
    background: #34444c;
    border-radius: 10px;
}

[data-sidebar=gradient][data-layout-position=scrollable][data-layout-style=detached] .slimscroll {
    background: linear-gradient(92.08deg, #FF0000 0%, #764BA2 100%) !important;
    border-radius: 10px !important;
}

[data-sidebar=gradient][data-layout-position=scrollable][data-layout-style=detached] .slimScrollDiv {
    background: transparent !important;
}

[data-sidebar=gradient-2] .sidebar {
    background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
}

[data-sidebar=gradient-2] .sidebar-twocol.sidebar .sidebar-left {
    background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
}

[data-sidebar=gradient-2] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #00c5fb;
}

[data-sidebar=gradient-2] #layout-position .radio input:checked+label {
    background: #00c5fb;
    color: #fff;
}

[data-sidebar=gradient-3] .sidebar {
    background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
}

[data-sidebar=gradient-3] .sidebar-twocol.sidebar .sidebar-left {
    background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
}

[data-sidebar=gradient-3] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #f43b48;
}

[data-sidebar=gradient-3] #layout-position .radio input:checked+label {
    background: #f43b48;
    color: #fff;
}

[data-sidebar=gradient-4] .sidebar {
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
}

[data-sidebar=gradient-4] .sidebar-twocol.sidebar .sidebar-left {
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
}

[data-sidebar=gradient-4] .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #667eea;
}

[data-sidebar=gradient-4] #layout-position .radio input:checked+label {
    background: #667eea;
    color: #fff;
}

[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper {
    margin: 0;
}

[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper .sidebar .sidebar-left {
    display: block;
}

[data-sidebar-size=sm-hover] [data-layout=twocolumn] .page-wrapper .sidebar .sidebar-right {
    display: none;
}

[data-layout=horizontal] body .sidebar {
    width: 100% !important;
    bottom: inherit;
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul li span {
    display: inline-block !important;
}

[data-layout=horizontal] body .sidebar .slimScrollDiv,
[data-layout=horizontal] body .sidebar .sidebar-inner {
    height: auto !important;
    overflow: inherit !important;
}

[data-layout=horizontal] body .sidebar .hidden {
    display: none !important;
}

[data-layout=horizontal] body .sidebar .sidebar-menu {
    padding: 0 !important;
    height: 60px;
    display: flex;
    align-items: center;
}

[data-layout=horizontal] body .sidebar .sidebar-vertical {
    display: none !important;
}

[data-layout=horizontal] body .sidebar .sidebar-horizantal {
    display: flex !important;
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul li a {
    flex-direction: inherit;
    text-align: left;
}

[data-layout=horizontal] body .sidebar .sidebar-menu .menu-title {
    display: none !important;
}

[data-layout=horizontal] body .sidebar ul li span {
    display: inline-block !important;
}

[data-layout=horizontal] body .sidebar .hidden-links .submenu ul {
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #d5d5d5;
}

[data-layout=horizontal] body .sidebar .hidden-links li a:hover {
    color: #333333;
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul li.submenu .noti-dot:before {
    display: none;
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul li a .menu-arrow {
    right: 0;
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul ul {
    display: none;
    width: 200px;
    background-color: #34444c;
    position: absolute;
    top: 45px;
    left: 0;
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul ul li a .menu-arrow {
    right: 15px;
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul ul a {
    padding: 8px 15px;
}

[data-layout=horizontal] body .sidebar .list-inline-item li a:hover {
    color: #fff;
}

[data-layout=horizontal] body #sidebar-view,
[data-layout=horizontal] body #sidebar-size,
[data-layout=horizontal] body #layout-width,
[data-layout=horizontal] body #layout-position {
    display: none;
}

[data-layout=horizontal] body #toggle_btn {
    display: none;
}

[data-layout=horizontal] body ul.hidden-links {
    position: absolute !important;
    right: 0;
    background: #fff;
    width: 100%;
    top: 60px;
    justify-content: start;
    align-items: start !important;
    flex-wrap: wrap;
    border-top: 1px dashed #e3e3e3;
    padding: 12px 3px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
}

[data-layout=horizontal] body ul.hidden-links ul {
    left: 0 !important;
    position: absolute !important;
    top: 40px !important;
    background-color: #fff !important;
    width: 100% !important;
    z-index: 9999;
}

[data-layout=horizontal] body ul.hidden-links ul li a {
    width: 100%;
}

[data-layout=horizontal] body ul.hidden-links ul li a:hover {
    color: #333333;
}

[data-layout=horizontal] body ul.hidden-links>li {
    width: 20%;
}

[data-layout=horizontal] body ul.hidden-links>li a {
    display: block;
    padding: 5px 15px;
}

[data-layout=horizontal] body ul.hidden-links li a .menu-arrow {
    right: 10px !important;
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul li a {
    padding: 10px 15px;
}

[data-layout=horizontal] body .greedy ul.list-inline-item.list-unstyled.links {
    width: 95%;
}

[data-layout=horizontal] body .greedy>button {
    display: block;
}

[data-layout=horizontal] body nav.greedy button {
    align-self: stretch;
    transition: all 0.4s ease-out;
    padding: 5px 0 0 5px;
    outline: 0;
    border: 0;
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    color: #fff;
    min-width: 100px;
    margin-right: 20px;
}

[data-layout=horizontal] body nav.greedy {
    position: relative;
    height: 45px;
    justify-content: start;
}

[data-layout=horizontal] body nav.greedy ul.hidden-links.hidden {
    display: none;
}

[data-layout=horizontal] body .page-wrapper {
    margin: 0;
    padding-top: 120px;
}

[data-layout=horizontal] body .sidebar .sidebar-menu ul ul ul {
    position: absolute;
    right: -200px;
    top: 0;
    left: auto;
}

[data-layout=horizontal] body .sidebar ul ul li {
    display: inline-block !important;
    width: 100%;
}

[data-layout=horizontal] body .hidden-links .menu-title {
    display: inline-block !important;
    color: #333333 !important;
}

[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-left {
    background-color: #34444c;
}

[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-left .nav-link {
    color: #333;
    background: transparent;
}

[data-sidebar=dark] .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
    color: #fff;
    background: #333;
}

[data-sidebar=dark] .sidebar {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    background-color: #34444c;
}

[data-sidebar=dark] .sidebar .sidebar-menu .greedy ul li a:hover {
    color: #fff;
}

[data-sidebar=dark] .sidebar .sidebar-menu ul li a:hover {
    color: #fff;
}

[data-sidebar=dark] .two-col-bar .sidebar .sidebar-left .nav-link {
    padding: 5px;
    margin-bottom: 15px;
    color: #fff;
}

[data-sidebar=dark] .two-col-bar .sidebar .sidebar-left .nav-link.active {
    background: #fff;
    color: #34444c;
}

[data-topbar=light] body .header {
    background: #ffffff;
    border-color: transparent;
}

[data-topbar=light] body .header .page-title-box h3 {
    color: #333333;
}

[data-topbar=light] body .header .top-nav-search form .form-control {
    border: 1px solid #d5d5d5;
    color: #333;
}

[data-topbar=light] body .header .top-nav-search form .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #333;
}

[data-topbar=light] body .header .top-nav-search form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
}

[data-topbar=light] body .header .top-nav-search form .form-control::placeholder {
    color: #333;
}

[data-topbar=light] body .header .top-nav-search form .btn {
    color: #333;
}

[data-topbar=light] body .header .header-left .logo2 {
    display: inline-block;
    line-height: 60px;
}

[data-topbar=light] body .header .header-left .logo {
    display: none;
    line-height: 60px;
}

[data-topbar=light] body .header #toggle_btn .bar-icon span {
    background-color: #333333;
}

[data-topbar=light] body .header .user-menu.nav>li>a {
    color: #333333;
}

[data-topbar=light] body .header .has-arrow .dropdown-toggle:after {
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
}

[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-right {
    background: #fff;
}

[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-right ul li a.active {
    color: #333;
}

[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link {
    color: #34444c;
    background: #fff;
}

[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
    color: #333333;
    background: #fff;
}

[data-sidebar=light] body .sidebar {
    background-color: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

[data-sidebar=light] body .sidebar ul li span {
    display: inline-block;
    color: #333333;
}

[data-sidebar=light] body .sidebar ul li span:hover {
    display: inline-block !important;
}

[data-sidebar=light] body .sidebar .sidebar-menu {
    padding: 10px 0;
    background: #ffffff;
}

[data-sidebar=light] body .sidebar .list-inline-item li a:hover i {
    color: #333 !important;
}

[data-sidebar=light] body .greedys .viewmoremenu {
    color: #333;
}

[data-sidebar=light] body nav.greedy button {
    color: #333 !important;
}

[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left {
    background: #fafafa;
}

[data-sidebar=light] body .sidebar-twocol.sidebar .sidebar-left .nav-link.active {
    background: #34444c;
    color: #fff;
}

[data-sidebar=light] body .mini-sidebar.expand-menu .sidebar ul li span {
    display: block !important;
}

[data-sidebar=light] body .mini-sidebar .sidebar {
    background-color: #ffffff;
}

[data-sidebar=light] body .mini-sidebar .sidebar ul li span {
    display: none !important;
}

[data-sidebar=light] body nav.greedy button {
    color: #333333;
}

[data-sidebar=light] body .sidebar-menu ul li a:hover,
[data-sidebar=light] body .two-col-bar .sidebar-menu ul li a:hover {
    color: #333333;
}

[data-sidebar=light] body .sidebar .sidebar-menu ul li.active a,
[data-sidebar=light] body .two-col-bar .sidebar-menu ul li.active a {
    color: #333333;
    background-color: transparent;
}

[data-topbar=dark] .header {
    background: #263238;
    border-color: #2e3840;
}

[data-topbar=dark] .header .header-left .logo {
    display: block;
    line-height: 60px;
}

[data-topbar=dark] .header .top-nav-search form .form-control {
    border: 1px solid #bbc4cc;
    color: #bbc4cc;
}

[data-topbar=dark] .header .top-nav-search form .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #bbc4cc;
}

[data-topbar=dark] .header .top-nav-search form .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #bbc4cc;
}

[data-topbar=dark] .header .top-nav-search form .form-control::placeholder {
    color: #bbc4cc;
}

[data-topbar=dark] .header .top-nav-search form .btn {
    color: #bbc4cc;
}

[data-topbar=dark] .header .user-menu.nav>li>a {
    color: #bbc4cc;
}

[data-topbar=dark] .header #toggle_btn .bar-icon span {
    background-color: #bbc4cc;
}

[data-topbar=dark] .header .page-title-box h3 {
    color: #bbc4cc;
}

[data-topbar=dark] .header .logo2 {
    display: none;
}

.two-col-bar {
    display: none;
}

[data-topbar=light][data-layout-mode=purple] .header {
    background: #667eea;
    background: linear-gradient(to right, #667eea 0%, #764ba2 100%);
    border-color: transparent;
}

[data-topbar=light][data-layout-mode=purple] .header .header-left .logo {
    display: block;
    line-height: 60px;
}

[data-topbar=light][data-layout-mode=purple] .header .user-menu.nav>li>a {
    color: #fff;
}

[data-topbar=light][data-layout-mode=purple] .header #toggle_btn .bar-icon span {
    background-color: #fff;
}

[data-topbar=light][data-layout-mode=purple] .header .page-title-box h3 {
    color: #fff;
}

[data-topbar=light][data-layout-mode=purple] .header .logo2 {
    display: none;
}

[data-topbar=light][data-layout-mode=purple] .header .has-arrow .dropdown-toggle:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

[data-topbar=light][data-layout-mode=purple] .header .top-nav-search form .form-control {
    color: #fff;
}

[data-topbar=light][data-layout-mode=purple] .header .top-nav-search form .form-control::placeholder {
    color: #fff;
}

[data-topbar=light][data-layout-mode=purple] .header .top-nav-search form .btn {
    color: #fff;
}

[data-topbar=light][data-layout-mode=purple] .header .header-left .logo2 {
    display: none;
}

[data-topbar=light][data-layout-mode=blue] .header {
    background: #00c5fb;
    background: linear-gradient(to right, #00c5fb 0%, #0253cc 100%);
    border-color: transparent;
}

[data-topbar=light][data-layout-mode=blue] .header .header-left .logo {
    display: block;
    line-height: 60px;
}

[data-topbar=light][data-layout-mode=blue] .header .user-menu.nav>li>a {
    color: #fff;
}

[data-topbar=light][data-layout-mode=blue] .header #toggle_btn .bar-icon span {
    background-color: #fff;
}

[data-topbar=light][data-layout-mode=blue] .header .page-title-box h3 {
    color: #fff;
}

[data-topbar=light][data-layout-mode=blue] .header .logo2 {
    display: none !important;
}

[data-topbar=light][data-layout-mode=blue] .header .has-arrow .dropdown-toggle:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control {
    color: #fff;
}

[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .form-control::placeholder {
    color: #fff;
}

[data-topbar=light][data-layout-mode=blue] .header .top-nav-search form .btn {
    color: #fff;
}

[data-topbar=light][data-layout-mode=maroon] .header {
    background: #f43b48;
    background: linear-gradient(to right, #f43b48 0%, #453a94 100%);
    border-color: transparent;
}

[data-topbar=light][data-layout-mode=maroon] .header .header-left .logo {
    display: block;
    line-height: 60px;
}

[data-topbar=light][data-layout-mode=maroon] .header .user-menu.nav>li>a {
    color: #fff;
}

[data-topbar=light][data-layout-mode=maroon] .header #toggle_btn .bar-icon span {
    background-color: #fff;
}

[data-topbar=light][data-layout-mode=maroon] .header .page-title-box h3 {
    color: #fff;
}

[data-topbar=light][data-layout-mode=maroon] .header .logo2 {
    display: none;
}

/****** PAGES ******/

table.table-new.dataTable>thead .sorting:after,
table.table-new.dataTable>thead .sorting_asc:after,
table.table-new.dataTable>thead .sorting_desc:after,
table.table-new.dataTable>thead .sorting_asc_disabled:after,
table.table-new.dataTable>thead .sorting_desc_disabled:after {
    right: 0.5em;
    content: "\f0d7";
    font-family: "FontAwesome";
    top: 24px;
    color: #C1CCDB;
    font-size: 12px;
    opacity: 1;
}

table.table-new.dataTable>thead .sorting:hover:after,
table.table-new.dataTable>thead .sorting_asc:hover:after,
table.table-new.dataTable>thead .sorting_desc:hover:after,
table.table-new.dataTable>thead .sorting_asc_disabled:hover:after,
table.table-new.dataTable>thead .sorting_desc_disabled:hover:after {
    color: #8291A5;
}

table.table-new.dataTable>thead .sorting:focus:after,
table.table-new.dataTable>thead .sorting_asc:focus:after,
table.table-new.dataTable>thead .sorting_desc:focus:after,
table.dataTable>thead .sorting_asc_disabled:focus:after,
table.table-new.dataTable>thead .sorting_desc_disabled:focus:after {
    color: #8291A5;
}

table.table-new.dataTable>thead .sorting:before,
table.table-new.dataTable>thead .sorting_asc:before,
table.table-new.dataTable>thead .sorting_desc:before,
table.table-new.dataTable>thead .sorting_asc_disabled:before,
table.table-new.dataTable>thead .sorting_desc_disabled:before {
    right: 0.5em;
    content: "\f0d8";
    font-family: "FontAwesome";
    top: 13px;
    color: #C1CCDB;
    font-size: 12px;
    opacity: 1;
}

table.table-new.dataTable>thead .sorting:hover:before,
table.table-new.dataTable>thead .sorting_asc:hover:before,
table.table-new.dataTable>thead .sorting_desc:hover:before,
table.table-new.dataTable>thead .sorting_asc_disabled:hover:before,
table.table-new.dataTable>thead .sorting_desc_disabled:hover:before {
    color: #8291A5;
}

table.table-new.dataTable>thead .sorting:focus:before,
table.table-new.dataTable>thead .sorting_asc:focus:before,
table.table-new.dataTable>thead .sorting_desc:focus:before,
table.table-new.dataTable>thead .sorting_asc_disabled:focus:before,
table.table-new.dataTable>thead .sorting_desc_disabled:focus:before {
    color: #8291A5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    border-bottom: 1px solid #CCCCCC;
    justify-content: space-between;
    padding-top: 14px;
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding-top: 14px !important;
}

p.view_detail {
    color: gray;
    font-family: 'Inter';
    word-wrap: break-word;
    max-height: 100px;
    overflow-y: auto;
}


.bg-soft-dark {
    background-color: rgba(64, 81, 137, 0.18) !important;
}

.bg-soft-light {
    background-color: rgba(243, 246, 249, 0.18) !important;
}

.bg-maroon {
    background-color: #f43b48 !important;
}

.bg-blue {
    background-color: #00c5fb !important;
}

.bg-orange {
    background-color: #ff9b44 !important;
}

.form-check .form-check-input {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #405189;
    border-color: #405189;
}

.form-check label {
    cursor: pointer;
}

/* .tab-content {
    padding-top: 20px;
} */

.page-title {
    color: #1f1f1f;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 5px;
}

textarea.form-control {
    resize: vertical;
}

.dash-widget .card-body {
    flex-flow: wrap;
}

.dash-widget .card-body .dash-widget-icon {
    background-color: rgba(0, 122, 72, 1);
    color: #fff;
    font-size: 50px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    text-align: center;
    width: 60px;
    border-radius: 100%;
}

.dash-widget-icon i {
    font-size: 34px;
}

.user-injured {
    background-color: rgba(2, 136, 209, 1) !important;
}

.user-nurse {
    background-color: rgba(46, 125, 50, 1) !important;
}

.user-doctor {
    background-color: rgba(237, 108, 2, 1) !important;
}

.user-report {
    background-color: rgba(186, 26, 26, 1) !important;
}

.user-medicine {
    background-color: rgba(82, 99, 80, 1) !important;
}

.header .page-title-search {
    float: left;
    height: 60px;
    margin-bottom: 0;
    padding: 0px 20px;
    border-radius: 0;
}

.load-more a {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

.account-page .main-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url('../img/bg.png');
    background-size: contain;
    background-repeat: round;
    background-color: var(--primary-lighter);
}

.account-page .main-wrapper .account-content {
    padding: 20px 0;
}

.account-page .main-wrapper .account-content .account-logo {
    text-align: center;
}

.account-page .main-wrapper .account-content .account-logo img {
    max-height: 40px;
    width: 100%;
    object-fit: contain;
}

@media (max-width: 575px) {
    .account-page .main-wrapper .account-content .account-logo img {
        width: 70px;
    }
}

.account-page .main-wrapper .account-content .account-box {
    background-color: #ffffff;
    border: 1px solid #ededed;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    overflow: hidden;
    width: 480px;
    border-radius: 16px;
}

@media (max-width: 991px) {
    .account-page .main-wrapper .account-content .account-box {
        width: 100%;
        margin: 0;
    }
}

.account-page .main-wrapper .account-content .account-box #toggle-password {
    cursor: pointer;
    margin-right: 1px;
    position: absolute;
    top: 15px;
    right: 10px;
}

.account-page .main-wrapper .account-content .account-box .account-btn {
    background: #ff9b44;
    background: linear-gradient(to right, #007A48 0%, #007A48 100%);
    border: 0;
    display: block;
    font-size: 22px;
    width: 100%;
    border-radius: 4px;
    padding: 10px 26px;
}

.account-page .main-wrapper .account-content .account-box .account-wrapper {
    padding: 2rem;
}

.account-page .main-wrapper .account-content .account-box .account-wrapper .account-footer {
    text-align: center;
}

.account-page .main-wrapper .account-content .account-box .account-wrapper .account-title {
    color: var(--primary-default);
    text-align: center;
    font-family: Source Serif Pro;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
}

.account-page .main-wrapper .account-content .account-box .account-wrapper .account-heading .account-subtitle {
    color: var(--primary-default);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

.account-page .main-wrapper .account-content .account-box .account-wrapper .account-heading .account-description {
    color: var(--primary-default);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.account-page .main-wrapper .account-content .account-box .account-wrapper .forgot-password a {
    color: var(--primary-default);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.account-page .main-wrapper .account-content .account-box .otp-wrap {
    margin-bottom: 30px;
    text-align: center;
}

.account-page .main-wrapper .account-content .account-box .otp-wrap .otp-input {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    height: 70px;
    line-height: 29px;
    margin-right: 15px;
    text-align: center;
    width: 70px;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .account-page .main-wrapper .account-content {
        width: 75vw;
    }
}

@media (max-width: 575px) {
    .account-page .main-wrapper .account-content {
        width: 100%;
    }

    .account-page .main-wrapper .account-content .account-box .otp-wrap .otp-input {
        height: 50px;
        width: 52px;
        margin: 10px;
    }

    .account-page .main-wrapper .account-content .account-box .account-wrapper .account-title {
        font-size: 32px;
    }

    .account-page .main-wrapper .account-content .account-box .account-wrapper .account-heading .account-subtitle {
        font-size: 24px;
    }
}

.account-page .main-wrapper .account-content .account-box .lock-user {
    margin-bottom: 20px;
    text-align: center;
}

.account-page .main-wrapper .account-content .account-box .lock-user img {
    margin-bottom: 15px;
    width: 100px;
}

#loader-wrapper {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#loader-wrapper #loader {
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    margin: -100px 0 0 -100px;
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
}

#loader-wrapper #loader .loader-ellips {
    font-size: 20px;
    position: relative;
    width: 64px;
    margin: 100px auto 0;
}

#loader-wrapper #loader .loader-ellips .loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    border-radius: 0.5em;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

#loader-wrapper #loader .loader-ellips .loader-ellips__dot:nth-child(1) {
    background: var(--primary-lighter);
    animation-name: reveal;
    left: 0;
}

#loader-wrapper #loader .loader-ellips .loader-ellips__dot:nth-child(2) {
    background: var(--primary-default);
    left: 0;
    animation-name: slide;
}

#loader-wrapper #loader .loader-ellips .loader-ellips__dot:nth-child(3) {
    background: var(--primary-lighter);
    animation-name: slide;
    left: 1.5em;
}

#loader-wrapper #loader .loader-ellips .loader-ellips__dot:nth-child(4) {
    background: var(--primary-lighter);
    animation-name: reveal;
    animation-direction: reverse;
    left: 3em;
}

@keyframes reveal {
    from {
        transform: scale(0.001);
    }

    to {
        transform: scale(1);
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em);
    }
}

.dropdown .btn-rounded {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

th.width-pixel {
    width: 40px;
}

.btn-close:focus {
    box-shadow: none;
}

textarea.form-control {
    height: auto;
}

td.tdata-width {
    width: 230px;
}

th.width-thirty {
    width: 30px;
}

.badge.min-w-90 {
    min-width: 90px;
}

td.w-50pixel {
    width: 50px;
}

td.w-300pixel {
    width: 300px;
}

.form-control.width-160 {
    width: 160px;
}

thead .bg-thead {
    background: #f2f2f2;
}

th.width-250 {
    width: 250px;
}

th.width-70 {
    width: 70px;
}

td.width-55 {
    min-width: 55px;
    max-width: 55px;
    width: 55px;
}

th.width-64 {
    width: 64px;
}

.search-lists .nav-tabs.nav-tabs-solid {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
}

.test-param-back {
    margin-bottom: 17px;
}

.main-wrapper .dataTables_wrapper .cm-dataTables-footer {
    column-gap: 1.85714rem;
    justify-content: flex-end;
    padding: 8px 16px;
}

.main-wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_length label {
    margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_length label {
    line-height: 19.92px !important;
    text-align: left !important;
    white-space: nowrap !important;
    font-family: Inter !important;
    letter-spacing: 0.4px !important;
    font-weight: 500 !important;
    font-size: 13px !important;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto !important;
    display: inline-block !important;
    border-radius: 8px !important;
}

.main-wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_info {
    color: #18120c;
    font-size: 14px;
    font-weight: 500;
    line-height: 23.24px;
    letter-spacing: 0.4px;
    padding-top: 0.35rem !important;
    font-family: Inter;
}

.page-wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination {
    gap: 0.57143rem;
    padding: 0.57143rem 0rem;
    font-size: 14px !important;
    font-weight: 500;
    font-family: Inter;
}

.page-wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination .paginate_button .page-link {
    background-color: transparent;
    color: #18120c;
    font-size: 14px;
    line-height: 23.24px;
    letter-spacing: 0.4px;
    padding: 0;
    font-weight: 500;
    border: none;
}

.page-wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination .paginate_button.active .page-link {
    font-weight: 700;
}

.page-wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination .paginate_button.previous .page-link {
    color: transparent;
    font-size: 0;
    width: 1.71429rem;
    height: 1.71429rem;
    position: relative;
}

.page-wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination .paginate_button.previous .page-link::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.6rem;
    display: block;
    transform: rotate(45deg);
    width: 0.8125rem;
    height: 0.8125rem;
    border: 0.125rem solid #18120c;
    border-top: 0;
    border-right: 0;
    background-color: transparent;
}

.page-wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination .paginate_button.next .page-link {
    color: transparent;
    font-size: 0;
    width: 1.71429rem;
    height: 1.71429rem;
    position: relative;
}

.page-wrapper .dataTables_wrapper .cm-dataTables-footer .dataTables_paginate .pagination .paginate_button.next .page-link::after {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.6rem;
    display: block;
    transform: rotate(45deg);
    width: 0.8125rem;
    height: 0.8125rem;
    border: 0.125rem solid #18120c;
    border-bottom: 0;
    border-left: 0;
    background-color: transparent;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.1em;
    display: inline-block;
    width: auto;
    border-radius: 4px;
    max-width: 250px;
    height: 33px;
    font-family: 'Inter';
}

.dataTables_filter input::placeholder {
    color: lightgray;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-family: Inter;
}

.dataTables_filter input {
    background-image: url('../img/SearchFilled.png');
    background-position: 13px center;
    background-repeat: no-repeat;
    padding-left: 51px;
}

.edit-icon {
    background-color: #eeeeee;
    border: 1px solid #e3e3e3;
    color: #bbb;
    float: right;
    font-size: 12px;
    line-height: 24px;
    min-height: 26px;
    text-align: center;
    width: 26px;
    border-radius: 24px;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(0deg, #d9f5e9, #c3efdd), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    color: #007A48;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Inter';
    border-radius: 7px;
    padding: 8px 16px 8px 16px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: #007A48 !important;
    text-align: left;
    background: linear-gradient(0deg, #d9f5e9, #c3efdd), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    padding: 8px 16px 8px 16px;
}

.main_heading_title {
    color: gray;
}


.show-page-title {
    color: #007A48;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    font-style: 'Inter';
}

/*# sourceMappingURL=style.css.map */

.main-flag-info {
    margin-left: 2px;
}
.cm-required .form-control[readonly] {
    background-color: var(--info-lightest1);
}
.error .cm-required .form-control[readonly]{
    background-color: var(--error-lightest1);
}
.form-control[readonly] {
    border: 1px solid var(--secondary-default, #526350);
    background-color: transparent;
}

.view_detail {
    color: gray;
    font-family: 'Inter';
}

.main-page-title {
    margin-bottom: -7px !important;
}

.main-page-header {
    margin-top: 19px;
}

.main-title-heading {
    font-family: 'Inter';
    font-weight: 500;
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23007A48'/%3e%3c/svg%3e");
}
.upload-image .editIcon {
    position: absolute;
    top: 13px;
    left: 79px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: pointer;
    border-radius: 50%;
    background: #007A48;
    padding: 5px;
}

.upload-image .editIcon .fas {
    font-size: 1.2rem;
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23007A48' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* Choose an Image file or Drag and drop */
.container {
    padding: 50px 10%;
}

.box {
    position: relative;
    background: #ffffff;
    width: 100%;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 150px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

.preview-zone {
    text-align: center;
}

.preview-zone .box {
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
}
