.nk-apps-sidebar.is-theme {
    background: #092b29;
    border-color: #092b29;
}
.is-theme .nk-sidebar-profile-fixed {
    background: #053d38;
}
.nk-apps-sidebar .nk-sidebar-content .nk-sidebar-menu {
    padding-top: 0;
    padding-bottom: 0;
}
.is-theme .nk-menu-icon {
    color: #009f91;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #009f91;
    --bs-btn-border-color: #009f91;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #027a6f;
    --bs-btn-hover-border-color: #027a6f;
    --bs-btn-focus-shadow-rgb: 124, 139, 255;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #009f91;
    --bs-btn-active-border-color: #009f91;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(16, 25, 36, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #009f91;
    --bs-btn-disabled-border-color: #009f91;
}
a {
    color: #009f91;
    text-decoration: none;
}
a:hover {
    color: #027a6f;
}
.bg-primary {
    border-color: #009f91;
    background: #009f91;
}
.bg-primary-dim,
.dual-listbox .dual-listbox__item:active,
.dual-listbox .dual-listbox__item.dual-listbox__item--selected {
    background-color: #e2f9f7 !important;
}
.apps-menu .nk-menu-link:before {
    background: #009f91;
}
.doc-span {
    color: #8094ae !important;
    padding-left: 5px;
}
.icon-chart-success {
    background: #e3fff8;
    padding: 8px;
    border-radius: 30px;
    font-size: 24px !important;
    line-height: 24px;
}
.icon-chart-warning {
    background: #fff8e4;
    padding: 8px;
    border-radius: 30px;
    font-size: 24px !important;
    line-height: 24px;
}
.icon-chart-danger {
    background: #ffe5e3;
    padding: 8px;
    border-radius: 30px;
    font-size: 24px !important;
    line-height: 24px;
}
.doc-recent-activities {
    color: #8094ae;
    text-transform: capitalize;
    padding-bottom: 5px;
}
.subject {
    color: #364a63;
    font-weight: 500;
}
.list-scroll-350 {
    height: 350px;
    overflow: scroll;
}
.icon-doc {
    width: 20px;
    height: auto;
    margin-right: 5px;
}
.traffic-channel-group {
    justify-content: center;
}
.traffic-channel-data {
    width: 25%;
    display: flex;
    align-items: center;
}
.doc-details {
    display: grid;
}
.doc-title {
    color: #8094ae;
    font-size: 12px;
    line-height: 12px;
    line-height: 14px;
    text-transform: uppercase;
    margin-left: 5px;
}
.doc-amount {
    font-size: 15px;
    line-height: 17px;
    color: #364a63;
    margin-left: 5px;
    font-weight: 500;
}
.analytics-doughnut {
    margin-top: 30px;
}
.news-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fs-12 {
    font-size: 12px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px !important;
}
.fs-18 {
    font-size: 18px !important;
}

.blob.blue {
    background: transparent;
    box-shadow: 0 0 0 0 rgb(0 159 145);
    animation: pulse-blue 2s infinite;
    border-radius: 50%;
}
@keyframes pulse-blue {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 159, 145, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 159, 145, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 159, 145, 0);
    }
}

.search-home {
    border-left: 1px solid #e5e9f2;
    height: 65px;
    flex-grow: inherit;
    width: 50%;
    padding: 20px;
    margin-left: 20px;
}
.input-home {
    font-size: 14px;
}
.table-icon {
    text-align: center;
    display: block;
    margin-bottom: 3px;
}
.table-icon img {
    width: 15px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
.has-sidebar .nk-wrap {
    padding: 0 !important;
}
.nk-ibx-aside {
    width: 250px;
}
.title-folder {
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 25px;
}
.icon-subfolder {
    margin-right: 7px;
    font-size: 16px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-100 {
    padding-bottom: 100px;
}

.active > .nk-menu-toggle {
    background: #e2f9f7;
}

.active > .nk-menu-link {
    background: #e2f9f7;
}
.nk-menu-link:hover .nk-menu-icon,
.nk-menu-item.active > .nk-menu-link .nk-menu-icon,
.nk-menu-item.current-menu > .nk-menu-link .nk-menu-icon {
    color: #009f91;
}
.nk-menu-link:hover,
.active > .nk-menu-link {
    color: #009f91;
}

.head-folder {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    border-bottom: 1px solid #e5e9f2;
    min-height: auto;
    width: 100%;
}

.dropdown-menu-center {
    right: auto !important;
    left: 50% !important;
    inset: auto 50% auto 50% !important;
    -webkit-transform: translate(-50%, 0) !important;
    -o-transform: translate(-50%, 0) !important;
    transform: translate(-50%, 0) !important;
}

.border-none {
    border: none !important;
}
.size {
    color: #009f91 !important;
}
.padding-power {
    padding: 10px 25px !important;
}
.tag-status {
    padding-left: 70px;
}

.asterisk a {
    color: #c4c4c4;
}
.nk-file-name .asterisk {
    position: absolute;
    display: inline-flex;
    margin-left: 0.5rem;
    transition: 0.3s opacity;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    top: 0;
    left: 0;
    transform: translateY(0px);
}
.nk-file-item .asterisk {
    position: absolute !important;
    display: inline-flex;
    margin-left: 0.5rem;
    transition: 0.3s opacity;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    top: 15px;
    left: 15px;
    z-index: 9;
    transform: translateY(0px);
}
.nk-file-item .asterisk .icon {
    font-size: 1.125rem;
}
.asterisk-small {
    top: 30px !important;
    left: 0px !important;
    padding-right: 16px !important;
    justify-content: end;
    display: inline-flex !important;
}

.nk-file:hover {
    border: 1px solid #009f91;
}
.file-checked {
    border-color: #009f91 !important;
    background: #f0f0f0 !important;
}
.file-checked-icon {
    color: #009f91;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 25px;
    z-index: 9;
}
.file-checked:before {
    display: block;
}
.btn-doc-details {
    border-color: #dbdfea;
}
.card-inner:first-child {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pdfobject-container {
    max-width: 100%;
    border: 10px solid #323639;
    border-radius: 7px;
    margin: 0;
}
.close-viewer {
    top: 0 !important;
    right: 0 !important;
}

#search-btn {
    top: 0;
    bottom: 0;
    right: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.srch-suggest {
    display: none;
    position: absolute;
    top: 100%;
    padding: 10px 15px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-left: 7px;
    box-shadow: 0px 7px 10px -7px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 7px 10px -7px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 7px 10px -7px rgb(0 0 0 / 20%);
}
.srch-suggest_title {
    margin-bottom: 5px;
    font-weight: 400;
}

.table-header-fixed {
    position: sticky;
    top: 0;
    height: 60px;
    background: white;
    z-index: 9;
}
.nk-msg-head-table {
    padding: 1rem 2rem !important;
}
.btn-advance-search {
    border-color: #dbdfea;
    padding: 5px 7px;
}
.btn-action-history {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -50px;
}
.icon-action-history {
    width: 24px;
    margin-left: -5px;
    margin-right: -5px;
}
.date-action-history:before {
    content: none !important;
}
.title-action-history {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box !important;
    padding-right: 10px;
    font-size: 12px;
}
.bg-pending {
    background-color: #fffcf0;
}
.bg-reject {
    background-color: #ffe8ed;
}
.user-info-org {
    font-size: 11px;
    line-height: 15px;
    margin-top: 3px;
}
.company-logo {
    background: transparent;
    border: 1px solid #8094ae;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px;
}
.btn-white.active {
    background: #536484;
    color: #ffffff;
}
.dragula-container {
    min-height: 40%;
}
.link-list-menu li:last-child {
    border-bottom: none !important;
}
.border-dim {
    border-color: ;
}

#aside-copySpillRight {
    background-image: url(../images/drag.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.search-drag-input {
    position: relative;
    width: 100%;
}
.search-drag {
    z-index: 9;
    position: absolute;
    width: inherit;
}
#dragHidden {
    pointer-events: none;
    opacity: 0;
}
.form-icon-drag {
    top: 24px;
    right: 24px;
}

.card-amount .amount {
    font-size: 18px;
    line-height: 16px;
    padding-top: 3px;
}

.invest-data-history .title {
    letter-spacing: 0.5px;
}
.invest-data {
    padding-top: 15px;
}
.invest-data-ck {
    flex-grow: 1;
    height: 30px;
    width: 20px;
    margin-bottom: 0.125rem;
}

.icon-chart-blue {
    background: #ddebff;
    padding: 8px;
    border-radius: 30px;
    font-size: 24px !important;
    line-height: 24px;
}
.text-blue {
    --bs-text-opacity: 1;
    color: #559bfb;
}
.text-primary {
    --bs-text-opacity: 1;
    color: #009f91 !important;
}
.background {
    background: #009f91;
}
.news-head {
    padding: 0 15px 15px;
}

/*TABLE*/
.table {
    margin-bottom: 0;
}
.user-card .user-avatar.d-none {
    margin-right: 7px;
    height: 30px;
    width: 30px;
    font-size: 12px;
}
.nk-tb-head .nk-tb-col {
    color: #364a63;
    font-size: 12px;
    font-weight: 600;
}
.nk-tb-col {
    border-right: 1px solid #dbdfea;
}
.nk-tb-col:last-child {
}
.link-desc {
    color: #364a63;
    text-decoration: none;
}
.link-desc:hover {
    color: #009f91;
    text-decoration: none;
}
.nk-tb-item .nk-tb-col:first-child {
    padding-left: 10px;
}
.table td:first-child,
.table th:first-child {
    padding-left: 10px;
}
#fixed-header {
    position: fixed;
    top: 3em;
    right: 2em;
    z-index: 100;
}
.table-checked {
    background: #e2f9f7 !important;
}
.btn-export {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-export em {
    width: auto !important;
}

.no-header-default {
    padding: 0 !important;
    height: 0 !important;
}
.no-header-default-toggle {
    top: 75px;
}
.location-detail {
    font-weight: 600;
    color: #009f91 !important;
}
.datatable-wrap {
    border: 1px solid #e5e9f2;
    border-radius: 7px;
}
.table > :not(caption) > * > * {
    border-top: 0;
}
.nk-tb-item:not(:last-child) .nk-tb-col {
    border-bottom: 1px solid #e5e9f2;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
    border-bottom: 1px solid #e5e9f2;
    border-top: 1px solid #e5e9f2;
}

.table-striped > tbody > tr:nth-of-type(odd):first-child > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
    border-bottom: 1px solid #e5e9f2;
    border-top: 0;
}
.nk-tb-col:last-child {
    border-right: 0;
}
.nk-stepper-step {
    max-height: 450px;
    overflow-y: scroll;
}
.form-control {
    min-height: auto;
}
.required:after {
    content: " *";
    color: #009f91;
}
.form-control,
.dual-listbox .dual-listbox__search,
div.dataTables_wrapper div.dataTables_filter input {
    min-height: auto;
}
div.dataTables_wrapper div.dataTables_filter input {
    display: inline-block;
    width: 245px;
}
.user-avatar,
[class^="user-avatar"]:not([class*="-group"]) {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    font-size: 12px;
}
.user-avatar.md {
    height: 60px !important;
    width: 60px !important;
    font-size: 18px !important;
}
.border-right-only {
    border-right: 1px solid #e5e9f2 !important;
}
.h-50 {
    height: 50px !important;
}
.overline-title {
    letter-spacing: 0.5px;
}
.add-loan-icon-active span {
    color: #ffffff !important;
}
.add-loan-icon-active a:before {
    border-radius: 0 2px 2px 0 !important;
    width: 3px !important;
    background: #009f91 !important;
    opacity: 1 !important;
}
.border-bottom-right {
    border-bottom: 1px solid #dbdfea;
}
.border-primary {
    --bs-border-opacity: 1;
    border-color: #009f91 !important;
}

.link-list-menu a {
    border-bottom: 1px solid #e5e9f2;
}

.link-list-menu li:last-child a {
    border-bottom: none !important;
}
.nav-link {
    color: #009f91;
}
.nav-link:hover {
    color: #005d55;
}
.a {
    color: #009f91;
}
.a:hover {
    color: #005d55;
}
.radius-10 {
    border-radius: 10px !important;
}
.bg-fullscreen {
    width: 100%;
    height: 100%;
    background-image: url(/assets/images/bg-arsipedia-black.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}
.footer-transparent {
    background: transparent !important;
    border: none !important;
}
.logo-img-45 {
    height: 45px !important;
}
.bg-95 {
    background: rgb(255 255 255 / 95%);
}
/*.title-head{
    color: #364a63;
    font-weight: 600;
}
.link-desc a{
    color: #364a63;
    font-weight: 500;
}
.link-desc a:hover{
    color: #009f91;
}*/

.alert {
    position: absolute;
    z-index: 1000;
    top: 10px;
    right: 20px;
}
