
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f5f6fa
}

.table>:not(caption)>*>* {
    border-top: 1px solid #dbdfea;
    border-bottom: 0;
    background-color: #fff
}

.table-hover tbody tr:hover {
    color: #526484;
    background-color: #f5f6fa
}

.table-head {
    background: #f5f6fa
}

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

.table thead tr:last-child th {
    border-bottom: var(--bs-border-width) solid #dbdfea
}

.table thead.table-dark tr:last-child th,.table-dark thead tr:last-child th {
    border-color: #3c4d62
}

.table td:first-child,.table th:first-child {
    padding-left: 1.25rem
}

.table td:last-child,.table th:last-child {
    padding-right: 1.25rem
}

.table th {
    line-height: 1.1
}

.table th.overline-title {
    line-height: 1.25rem;
    font-weight: 500
}

.table caption {
    font-style: italic;
    padding-left: 1.25rem
}

.table-bordered td,.table-bordered th {
    padding-left: 1rem;
    padding-right: 1rem
}

.table-plain td:first-child,.table-plain th:first-child {
    padding-left: 0
}

.table-plain td:last-child,.table-plain th:last-child {
    padding-right: 0
}

.table-lg td {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.table-lg th {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.table td.vm,.table th.vm,.table-vm td,.table-vm th {
    vertical-align: middle
}

@media (min-width: 576px) {
    .table-lg td:first-child,.table-lg th:first-child {
        padding-left:1.5rem
    }

    .table-lg td:last-child,.table-lg th:last-child {
        padding-right: 1.5rem
    }
}

.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th {
    border: 0
}

.table>:not(caption)>*>* {
    box-shadow: none
}

.table-sm td,.table-sm th {
    padding: .25rem
}

.table .table-light th {
    color: #364a63!important;
    background-color: #f5f6fa;
    border: #dbdfea
}


.nk-quick-nav-icon {
    display: inline-flex;
    position: relative;
    font-size: 1.5rem;
    z-index: 1;
    color: #526484;
    padding: .375rem
}

.is-dark .nk-quick-nav-icon {
    color: #9faec2
}

.is-theme .nk-quick-nav-icon {
    color: #c4cefe
}

.is-theme .nk-quick-nav-icon.nk-nav-toggle {
    color: #fff
}

.nk-quick-nav-icon:focus {
    box-shadow: none
}

.nk-quick-nav-icon:before {
    position: absolute;
    z-index: -1;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transform-origin: 50% 50%;
    content: "";
    background-color: #e5e9f2;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s
}

.is-dark .nk-quick-nav-icon:before {
    background-color: #0b1219
}

.is-theme .nk-quick-nav-icon:before {
    background-color: #1f275c
}

.show>.nk-quick-nav-icon:before {
    opacity: 1;
    height: 116%;
    width: 116%
}

.nk-quick-nav-icon.active:before,.nk-quick-nav-icon:hover:before {
    opacity: 1;
    height: 116%;
    width: 116%
}

@media (max-width: 359px) {
    .nk-quick-nav {
        margin:0 -3px
    }

    .nk-quick-nav>li {
        padding: 0 3px
    }

    .hide-mb-xs {
        display: none
    }
}

@media (max-width: 575px) {
    .hide-mb-sm {
        display:none
    }
}

@media (min-width: 576px) {
    .nk-header {
        padding:0 22px
    }

    .nk-quick-nav {
        margin: 0 -10px
    }

    .nk-quick-nav>li {
        padding: 0 10px
    }
}

@media (min-width: 992px) {
    .nk-header-fluid {
        padding-left:24px;
        padding-right: 24px
    }
}

@media (min-width: 1660px) {
    .nk-header-fluid {
        padding-left:44px;
        padding-right: 44px
    }
}

.nk-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    width: 280px;
    height: 100vh;
    max-height: 100vh;
    z-index: 999;
    background: #fff
}

.nk-header-menu-inner {
    overflow: auto;
    max-height: 100%;
    min-height: 100%
}

.nk-header-menu.mobile-menu {
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
    transition: transform .4s ease
}

.nk-header-menu.nk-sidebar-active {
    transform: translateX(0)
}

.nk-header-mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 28px;
    border-bottom: 1px solid #e5e9f2
}

.nk-header-mobile .logo-dark {
    opacity: 1
}

.nk-header-mobile .logo-light {
    opacity: 0
}

.nk-header-mobile .nk-nav-toggle.nk-quick-nav-icon {
    color: #526484
}

.nk-header-mobile .nk-nav-toggle.nk-quick-nav-icon:before {
    background-color: #e5e9f2
}

@media (min-width: 992px) {
    .nk-header-menu {
        position:static;
        background: 0 0;
        height: auto;
        max-height: auto;
        border-right: none;
        width: auto;
        padding: 0;
        overflow: visible;
        transform: translateX(0)!important
    }

    .nk-header-menu .nk-header-mobile {
        display: none
    }
}

.quick-icon {
    display: inline-flex;
    height: 24px;
    width: 24px;
    border-radius: 50%
}

.quick-icon img.icon {
    border-radius: 50%
}


.dark-mode .border,.dark-mode .border-bottom,.dark-mode .border-left,.dark-mode .border-right,.dark-mode .border-top,.dark-mode .btn-outline-light,.dark-mode .btn-toolbar-sep,.dark-mode .card-aside,.dark-mode .card-inner-group .card-inner:not(:last-child),.dark-mode .data-item:not(:last-child),.dark-mode .data-list-s2 .data-head,.dark-mode .datatable-wrap,.dark-mode .divider,.dark-mode .dropdown-foot,.dark-mode .dropdown-head,.dark-mode .dropdown-inner+.dropdown-inner,.dark-mode .dt-buttons .btn-secondary,.dark-mode .example-border-all>div,.dark-mode .list-group-item,.dark-mode .modal-footer,.dark-mode .modal-header,.dark-mode .nav-switch-s2 .nav-link,.dark-mode .nav-tabs,.dark-mode .nk-activity-item:not(:last-child),.dark-mode .nk-code-preview-box,.dark-mode .nk-footer,.dark-mode .nk-support-item:not(:last-child),.dark-mode .nk-tb-head .nk-tb-col,.dark-mode .nk-tb-item:not(:last-child) .nk-tb-col,.dark-mode .note-btn-group .note-btn,.dark-mode .note-editor,.dark-mode .note-statusbar,.dark-mode .note-toolbar,.dark-mode .page-link,.dark-mode .popover,.dark-mode .popover-header,.dark-mode .preview-hr,.dark-mode .ql-container,.dark-mode .ql-picker-options,.dark-mode .ql-toolbar,.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field,.dark-mode .select2-container--default .select2-selection--multiple,.dark-mode .select2-container--default .select2-selection--single,.dark-mode .select2-dropdown,.dark-mode .swal2-footer,.dark-mode .table td,.dark-mode .table th,.dark-mode .table-bordered,.dark-mode .table-bordered td,.dark-mode .table-bordered th,.dark-mode .tagify__tag:hover:not([readonly]) div::before,.dark-mode .tagify__tag>div::before,.dark-mode .tox .tox-collection--list .tox-collection__group,.dark-mode .tox .tox-menu,.dark-mode .tox .tox-menubar,.dark-mode .tox .tox-statusbar,.dark-mode .tox .tox-toolbar,.dark-mode .tox .tox-toolbar__group:not(:last-of-type),.dark-mode .tox .tox-toolbar__overflow,.dark-mode .tox .tox-toolbar__primary,.dark-mode .tox-editor-header,.dark-mode .tox-tinymce,.dark-mode .tox-toolbar,.dark-mode .tox-toolbar-overlord,.dark-mode .ui-timepicker-standard,.dark-mode .user-avatar-multiple .user-avatar,.dt-buttons .dark-mode .btn-secondary {
    border-color: #514333 !important
}

.dark-mode .select2-search--dropdown .select2-search__field {
    color: #b6c6e3
}

.dark-mode .code-block .prettyprint,.dark-mode .data-more:before,.dark-mode .example-border>div,.dark-mode .example-height>div,.dark-mode .example-spacing-pd>div>span,.dark-mode .example-spacing>div,.dark-mode .example-width>div,.dark-mode .form-file-label::after,.dark-mode .list-group-item,.dark-mode .note-editor.note-airframe .note-statusbar,.dark-mode .note-editor.note-frame .note-statusbar,.dark-mode .prettyprint,.dark-mode .ql-picker-options,.dark-mode .select2-container--default .select2-results__option--highlighted[aria-selected],.dark-mode .select2-container--default .select2-results__option[aria-selected=true],.dark-mode .select2-container--default .select2-search--dropdown .select2-search__field,.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice,.dark-mode .swal2-popup,.dark-mode .table-active,.dark-mode .table-active>td,.dark-mode .table-active>th,.dark-mode .table-hover tbody tr:hover,.dark-mode .ui-state-hover {
    background: #101924
}

.dark-mode .list-group-item {
    color: #b6c6e3
}



.table>:not(caption)>*>* {
    background: #1a1611;
    border-color: #1a1611
}


.table thead tr:last-child th {
    border-bottom: 1px solid #e8dfdb;
}

.table-dark thead tr:last-child th, .table thead.thead-dark tr:last-child th {
    border-color: #3c4d62
}


.dark-mode .accordion-head .title,.dark-mode .accordion-icon,.dark-mode .card-amount .amount,.dark-mode .card-tools-nav li a.active,.dark-mode .card-tools-nav li a:hover,.dark-mode .card-tools-nav li.active a,.dark-mode .close,.dark-mode .close:hover,.dark-mode .data-item:hover .icon,.dark-mode .dual-listbox .dual-listbox__search,.dark-mode .form-control,.dark-mode .form-control:focus,.dark-mode .form-file-label::after,.dark-mode .form-label,.dark-mode .form-label-outlined,.dark-mode .input-group-text,.dark-mode .input-mail,.dark-mode .kanban-title-content .title,.dark-mode .nk-news-text p,.dark-mode .project-progress-percent,.dark-mode .table .table-light th,.dark-mode .table-hover tbody tr:hover,.dark-mode .team-info li span:last-child,.dark-mode .team-statistics li span:first-child,.dark-mode .user-name,.dark-mode div.dataTables_wrapper div.dataTables_filter input,.dual-listbox .dark-mode .dual-listbox__search,div.dataTables_wrapper div.dataTables_filter .dark-mode input {
    color: #fff!important
}

.dark-mode .close {
    text-shadow: 0 1px 0 #1a1611
}

.dark-mode .close:focus {
    outline: 0!important
}

.dark-mode .alert-pro,.dark-mode .card-title p,.dark-mode .data-value,.dark-mode .datepicker table tr td.day.focused,.dark-mode .datepicker table tr td.day:hover,.dark-mode .datepicker table tr td.today,.dark-mode .datepicker table tr td.today.disabled,.dark-mode .datepicker table tr td.today.disabled:hover,.dark-mode .datepicker table tr td.today:hover,.dark-mode .dropzone .dz-message span,.dark-mode .form-control-select-multiple .form-select option,.dark-mode .form-file-label,.dark-mode .form-select,.dark-mode .language-item,.dark-mode .link-check li span,.dark-mode .nk-block-des,.dark-mode .nk-news-text p span,.dark-mode .nk-quick-nav-icon,.dark-mode .nk-sale-data .sub-title,.dark-mode .nk-tb-list .tb-amount-sub,.dark-mode .nk-tb-list .tb-lead-sub,.dark-mode .note-placeholder,.dark-mode .page-link,.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__rendered,.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered,.dark-mode .tox .tox-statusbar a,.dark-mode .tox .tox-statusbar__path-item,.dark-mode .tox .tox-statusbar__wordcount,.dark-mode .tox .tox-tbtn:hover,.dark-mode .tox-collection__item-label>*,.dark-mode .ui-timepicker-standard a,.dark-mode [class*=knob] {
    color: #e4e4e4!important
}



.language-item:hover {
    background: #3e2f21;
    color: #ffffff !important;
}







































