@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");

:root {
    --tm-cyan: #00b9c4;
    --tm-teal: #00789b;
    --tm-teal-deep: #006a82;
    --tm-teal-mid: #007aaa;
    --tm-info: #23c6c8;
    --tm-bg: #f4f7f8;
    --tm-text: #3d4f5f;
    --tm-muted: #7a8b96;
    --tm-card: #ffffff;
    --tm-line: #e4eef0;
    --tm-table-border: #c5d3d7;
    --tm-radius: 4px;
    --tm-shadow: 0 1px 4px rgba(0, 80, 100, 0.08);
}

body.nav-md,
body {
    font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #ffffff !important;
    color: var(--tm-text);
    font-size: 13.5px;
}

a {
    color: var(--tm-teal);
}

.main {
    background: #ffffff !important;
    padding: 20px 22px 0;
    margin-left: 248px;
    min-height: calc(100vh - 54px);
    display: flex;
    flex-direction: column;
}

.wrapper-content {
    padding: 0 6px;
    overflow: visible;
    flex: 1 0 auto;
}

.notice-masa-aktif {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 14px;
    padding: 10px 14px;
    border-radius: 8px;
    background: #fff7f6;
    border: 1px solid #f0d0cc;
    color: #7a3b36;
}
.notice-masa-aktif-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fdecea;
    color: #c0392b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
}
.notice-masa-aktif-text {
    flex: 1;
    min-width: 0;
    line-height: 1.35;
}
.notice-masa-aktif-text strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 1px;
}
.notice-masa-aktif-text span {
    display: block;
    font-size: 12px;
    color: #a05a54;
}
.btn-notice-tagihan {
    background: #c0392b;
    border: none;
    color: #fff !important;
    border-radius: 6px;
    font-weight: 600;
    white-space: nowrap;
    padding: 6px 12px;
}
.btn-notice-tagihan:hover,
.btn-notice-tagihan:focus {
    background: #a93226;
    color: #fff !important;
}
html.theme-dark .notice-masa-aktif {
    background: #2a1f1f;
    border-color: #5a3530;
    color: #e8c8c4;
}
html.theme-dark .notice-masa-aktif-icon {
    background: #3a2624;
    color: #e07a70;
}
html.theme-dark .notice-masa-aktif-text span {
    color: #c9a09c;
}
html.theme-dark .btn-notice-tagihan {
    background: #c0392b;
}
@media (max-width: 767px) {
    .notice-masa-aktif {
        flex-wrap: wrap;
    }
    .btn-notice-tagihan {
        width: 100%;
        text-align: center;
    }
}

/* Sidebar */
.left_col {
    background: linear-gradient(180deg, #006a82 0%, #00789b 72%, #0088a3 100%);
    box-shadow: 2px 0 8px rgba(0, 80, 100, 0.08);
    border-right: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100vh;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
}
body.nav-md .col-md-3.left_col,
body.nav-md .left_col {
    width: 248px !important;
}

.left_col.scroll-view {
    min-height: 100%;
}

.left_col {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
}
.left_col::-webkit-scrollbar {
    width: 6px;
}
.left_col::-webkit-scrollbar-track {
    background: transparent;
}
.left_col::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.32);
    border-radius: 8px;
}
.left_col::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.akses-table-wrap,
.dataTables_wrapper,
.main {
    scrollbar-width: thin;
    scrollbar-color: #8aaeb6 #eef3f4;
}
.akses-table-wrap::-webkit-scrollbar,
.dataTables_wrapper::-webkit-scrollbar,
.main::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
.akses-table-wrap::-webkit-scrollbar-track,
.dataTables_wrapper::-webkit-scrollbar-track,
.main::-webkit-scrollbar-track {
    background: #eef3f4;
    border-radius: 8px;
}
.akses-table-wrap::-webkit-scrollbar-thumb,
.dataTables_wrapper::-webkit-scrollbar-thumb,
.main::-webkit-scrollbar-thumb {
    background: #8aaeb6;
    border-radius: 8px;
}
.akses-table-wrap::-webkit-scrollbar-thumb:hover,
.dataTables_wrapper::-webkit-scrollbar-thumb:hover,
.main::-webkit-scrollbar-thumb:hover {
    background: #00789b;
}

.nav_title {
    display: block;
    width: 248px;
    height: auto;
    float: none;
    background: transparent;
    padding: 10px 12px 4px;
}

.site-title {
    display: flex;
    align-items: center;
    gap: 10px;
    height: auto;
    line-height: 1.25;
    font-size: 14px;
    font-weight: 700;
    color: #fff !important;
    padding: 0;
    letter-spacing: 0.2px;
}

.site-title:hover,
.site-title:focus {
    color: #fff !important;
}

.site-title i {
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 18px;
}

.site-title img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    background: #fff;
    border-radius: 4px;
    padding: 2px;
}

.site-title span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 170px;
}

.profile {
    display: flex;
    align-items: center;
    width: calc(100% - 24px);
    margin: 4px 12px 8px;
    padding: 6px 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
}

.profile-pic,
.profile-info {
    float: none;
    width: auto;
    padding: 0;
}

.profile-pic {
    flex: 0 0 32px;
}

.img-circle.profile-img {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 1px;
    border: 2px solid rgba(255, 255, 255, 0.45);
    object-fit: cover;
}

.profile-info {
    padding-left: 10px;
    min-width: 0;
}

.profile-info span {
    display: block;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 11px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-info h2 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main_menu_side {
    padding: 4px 10px 24px;
}

.menu_section {
    margin-bottom: 10px;
}

.menu_section > ul {
    margin-top: 0;
}

.nav.side-menu > li {
    margin: 2px 0;
}

.nav.side-menu > li > a,
.nav.child_menu > li > a {
    color: rgba(255, 255, 255, 0.88) !important;
    font-weight: 500;
    border-radius: 4px;
}

.nav.side-menu > li > a {
    display: flex;
    align-items: center;
    padding: 10px 12px;
}

.nav.side-menu > li > a .counting,
.nav.side-menu > li > a > span.fa {
    margin-left: auto;
}

.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
    border-left: none;
    background: transparent;
}

.nav.side-menu > li.current-page > a,
.nav.side-menu > li.active > a,
.nav.side-menu > li > a:hover,
.nav.side-menu > li > a:focus {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #fff !important;
}

.nav.child_menu > li > a {
    font-size: 12.5px;
    padding: 8px 10px 8px 10px;
}
.nav.child_menu > li > a i.fa {
    width: 16px;
    margin-right: 8px;
    text-align: center;
}

.nav.child_menu li {
    padding-left: 8px !important;
}

.nav.child_menu li:hover {
    background: transparent;
}

.nav.child_menu li:hover > a,
.nav.child_menu li.current-page > a {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}

body.nav-md ul.nav.child_menu li:before,
body.nav-md ul.nav.child_menu li:after {
    display: none;
}

#sidebar-menu .fa {
    font-size: 15px;
    width: 22px;
    opacity: 0.95;
    color: #fff;
}

#sidebar-menu span.fa {
    color: rgba(255, 255, 255, 0.7);
}

.counting {
    border-radius: 4px !important;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 7px !important;
    flex-shrink: 0;
}

/* Topbar */
.top_nav {
    margin-left: 248px;
    padding: 0 !important;
}

.top_nav:after {
    content: "";
    display: table;
    clear: both;
}

.nav_menu {
    background: #fff;
    border-bottom: none;
    box-shadow: 0 2px 12px rgba(0, 106, 130, 0.06);
    margin-bottom: 0;
    padding: 8px 16px;
    min-height: 54px;
}

.toggle {
    display: flex;
    align-items: center;
    float: left;
    padding-top: 6px;
    width: auto;
    max-width: calc(100% - 80px);
}

.header-nama-lembaga {
    display: inline-block;
    margin-left: 12px;
    color: #006a82;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.toggle a,
#menu_toggle.btn {
    background: #e8f7f8;
    border: none;
    color: var(--tm-teal);
    border-radius: 4px;
    padding: 7px 12px;
    box-shadow: none;
    line-height: 1.2;
}

.toggle a:hover,
#menu_toggle.btn:hover {
    background: var(--tm-cyan);
    color: #fff;
}

.nav.navbar-nav > li > a,
.navbar-nav > li > a,
.top_nav .navbar-nav > li > a {
    color: var(--tm-text) !important;
    font-weight: 500;
    line-height: 30px !important;
    margin-bottom: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav.navbar-nav > li > a.user-profile {
    padding: 6px 8px !important;
    line-height: 1 !important;
}
.user-profile img {
    width: 32px;
    height: 32px;
    margin: 0 !important;
    border: 2px solid #dff4f6;
}

.top_nav .navbar-nav > li > a.theme-toggle,
.top_nav .navbar-nav > li > a.theme-toggle:hover,
.top_nav .navbar-nav > li > a.theme-toggle:focus {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 44px;
    margin: 0 12px 0 0;
    padding: 0 !important;
    line-height: 1 !important;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
    color: #00789b !important;
}
.top_nav .navbar-nav > li > a.theme-toggle:hover,
.top_nav .navbar-nav > li > a.theme-toggle:focus {
    color: #00b9c4 !important;
}
.theme-toggle i {
    font-size: 18px;
    margin: 0;
    background: none;
}
.theme-toggle .icon-theme-dark {
    display: none;
}
html.theme-dark .theme-toggle .icon-theme-light {
    display: none;
}
html.theme-dark .theme-toggle .icon-theme-dark {
    display: inline;
}

.top_nav .dropdown-menu {
    border: none;
    border-radius: 4px;
    box-shadow: var(--tm-shadow);
    padding: 8px 0;
}

/* Cards / panels */
.panel {
    border: 1px solid #d5dee2;
    border-radius: var(--tm-radius);
    box-shadow: none;
    background: var(--tm-card);
    overflow: hidden;
}

.panel-heading {
    background: #fff;
    border: none;
    border-bottom: 1px solid var(--tm-line);
    border-radius: 0;
    font-size: 14px;
    font-weight: 700;
    color: #245666;
    padding: 12px 16px;
}

section.panel > .panel-heading {
    background: var(--tm-teal);
    border-bottom: none;
    color: #fff;
    padding: 12px 20px;
}

section.panel > .panel-heading a,
section.panel > .panel-heading .tools a,
section.panel > .panel-heading .fa,
section.panel > .panel-heading .user-detail-toggle {
    color: #fff;
}

section.panel > .panel-heading .tools a:hover,
section.panel > .panel-heading a:hover {
    color: #dff6f8;
}

.panel-heading .tools {
    margin: -4px -2px;
}

.panel-body {
    border-top: none;
    padding: 18px;
}

section.panel > .panel-body {
    padding: 14px 20px 16px;
}

section.panel > .panel-body > .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

section.panel > .panel-body > .col-md-12 > br {
    display: none;
}

.panel-default > .panel-heading,
.panel-warning > .panel-heading,
.panel-info > .panel-heading,
.panel-success > .panel-heading,
.panel-danger > .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel.panel-warning,
.panel.panel-info,
.panel.panel-success,
.panel.panel-danger,
.panel.panel-default {
    border-radius: var(--tm-radius);
    overflow: hidden;
}

.panel.panel-warning .panel-heading,
.panel.panel-info .panel-heading,
.panel.panel-success .panel-heading,
.panel.panel-danger .panel-heading,
.panel.panel-default .panel-heading {
    border-bottom: none;
}

.huge {
    font-weight: 700;
    letter-spacing: -0.3px;
}

.main a .panel {
    transition: transform .15s ease, box-shadow .15s ease;
}

.main a:hover .panel {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 106, 130, 0.12);
}

.main a:hover {
    text-decoration: none;
}

/* Tables */
.tableku thead,
.tabel-akses thead,
table.dataTable thead,
.table > thead {
    background: var(--tm-teal);
    color: #fff;
}

.table-bordered,
.tableku,
.tabel-akses,
table.dataTable {
    border: 1px solid var(--tm-table-border) !important;
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 4px;
    box-shadow: none !important;
    overflow: hidden;
}

.tableku thead th,
table.dataTable thead th {
    border-top: none !important;
}

.tableku th:first-child,
.tableku td:first-child,
table.dataTable th:first-child,
table.dataTable td:first-child {
    border-left: none !important;
}

.tableku th:last-child,
.tableku td:last-child,
table.dataTable th:last-child,
table.dataTable td:last-child {
    border-right: none !important;
}

.tableku tbody tr:last-child td,
table.dataTable tbody tr:last-child td {
    border-bottom: none !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td,
.tableku th,
.tableku td,
table.dataTable th,
table.dataTable td {
    border-color: var(--tm-line) !important;
}

.table > thead > tr > th,
.tabel-akses th {
    border-bottom: none !important;
    font-weight: 600;
}

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

.table-hover > tbody > tr:hover,
.tableku tbody tr:hover {
    background-color: #eef8f9;
}

.tableku td .btn,
.table td .btn {
    margin: 3px 2px;
}

.dataTables_scrollBody thead,
.dataTables_scrollBody thead th {
    height: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    line-height: 0 !important;
    overflow: hidden !important;
}

.tabel-akses {
    margin-bottom: 0;
}

.tabel-akses th,
.tabel-akses td {
    vertical-align: middle !important;
    padding: 6px 10px !important;
}

.tabel-akses th.akses-col,
.tabel-akses td.akses-col {
    text-align: center;
    width: 80px;
}

/* Filter list */
.filter-bar {
    margin: 0 0 16px;
}
.filter-bar .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
}
.filter-bar .row > [class*="col-"] {
    float: none;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}
.filter-bar .select2-container {
    width: 100% !important;
}
.filter-bar .form-control,
.filter-bar .select2-container .select2-selection--single,
.filter-bar .select2-container--default .select2-selection--single {
    height: 38px !important;
    min-height: 38px;
}
.filter-dates {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}
.filter-dates .form-control {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
}
.filter-dates-sep {
    color: var(--tm-muted);
    flex: 0 0 auto;
    font-weight: 600;
}
.filter-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    height: 100%;
}
.filter-actions .btn {
    margin: 0;
    border-radius: 4px !important;
    height: 38px;
    line-height: 20px;
}
.filter-actions .btn-group {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.filter-actions .btn-group > .btn,
.filter-actions .btn-group > a.btn {
    float: none;
    margin-left: 0 !important;
    border-radius: 4px !important;
}

.dataTables_wrapper {
    display: block;
    position: relative;
    padding: 0 0 6px;
}
.dataTables_wrapper:before,
.dataTables_wrapper:after {
    content: "";
    display: table;
    clear: both;
}
.dataTables_wrapper .dataTables_length {
    float: left !important;
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    width: auto;
    height: auto;
    margin: 0 0 10px !important;
    padding: 0;
}
.dataTables_wrapper .dataTables_filter {
    float: right !important;
    display: block !important;
    width: auto;
    height: auto;
    margin: 0 0 10px !important;
    padding: 0;
    text-align: right;
    white-space: nowrap;
}
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    font-weight: 500;
    height: 32px;
    line-height: 32px;
}
.dataTables_wrapper .dataTables_length .btn,
.dataTables_wrapper .dataTables_length .btn-sm {
    order: -1;
    float: none !important;
    margin: 0 8px 0 0 !important;
    height: 32px;
    line-height: 20px;
    padding: 5px 10px;
}
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length .form-control,
.dataTables_wrapper .dataTables_filter .form-control {
    display: inline-block !important;
    height: 32px !important;
    min-height: 32px !important;
    width: auto !important;
    padding: 4px 10px !important;
    border: 1px solid #d7e6ea;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 0 0 6px !important;
    line-height: 22px;
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_length .form-control {
    margin: 0 6px !important;
}
.dataTables_wrapper table.dataTable {
    clear: both;
    width: 100% !important;
    float: none !important;
    margin: 0 0 10px !important;
}
.dataTables_wrapper .dataTables_info {
    float: left !important;
    width: auto;
    padding-top: 8px;
}
.dataTables_wrapper .dataTables_paginate {
    float: right !important;
    width: auto;
    padding-top: 4px;
    text-align: right;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    float: none !important;
    width: auto !important;
    min-width: 160px;
    height: auto !important;
    margin: 0 !important;
    padding: 10px 18px !important;
    transform: translate(-50%, -50%);
    z-index: 20;
    border: 1px solid #d7e6ea;
    border-radius: 8px;
    background: #fff !important;
    box-shadow: 0 8px 24px rgba(0, 87, 120, 0.12);
    color: #006a82;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}
.dataTables_wrapper .dataTables_processing:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border: 2px solid #c9e6ea;
    border-top-color: #00b9c4;
    border-radius: 50%;
    vertical-align: -2px;
    animation: dt-spin 0.7s linear infinite;
}
@keyframes dt-spin {
    to { transform: rotate(360deg); }
}

/* Forms */
.form-control,
.single-line,
select.form-control {
    border: 1px solid #d7e6ea;
    border-radius: 4px !important;
    box-shadow: none;
    min-height: 38px;
    font-size: 13px;
    font-weight: 500;
}

.form-control:focus,
.single-line:focus {
    border-color: var(--tm-cyan) !important;
    box-shadow: 0 0 0 3px rgba(0, 185, 196, 0.15);
}

label {
    font-weight: 600;
    color: #3a5864;
}

.ln_solid {
    border-top: 1px solid var(--tm-line);
    margin: 18px 0;
}

/* Buttons */
.btn {
    border-radius: 4px;
    font-weight: 600;
    box-shadow: none;
}

.btn-info {
    background-color: var(--tm-info);
    border-color: var(--tm-info);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background-color: #1bb0b3;
    border-color: #1bb0b3;
}

.btn-sm {
    border-radius: 4px;
}

/* DataTables chrome */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    color: var(--tm-muted);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.pagination > .active > a,
.pagination > .active > span {
    background: var(--tm-teal) !important;
    border-color: var(--tm-teal) !important;
    color: #fff !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #d7e6ea !important;
    border-radius: 4px !important;
    min-height: 38px;
    outline: none;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: var(--tm-cyan) !important;
    box-shadow: 0 0 0 3px rgba(0, 185, 196, 0.15);
}

.select2-dropdown {
    border: 1px solid #d7e6ea;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: var(--tm-shadow);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d7e6ea;
    border-radius: 4px;
}

.select2-container .select2-choice {
    border: 1px solid #d7e6ea !important;
    border-radius: 4px !important;
    height: 38px;
    line-height: 36px;
    background: #fff;
    box-shadow: none;
}

.select2-container-active .select2-choice,
.select2-dropdown-open .select2-choice {
    border-color: var(--tm-cyan) !important;
    box-shadow: 0 0 0 3px rgba(0, 185, 196, 0.15);
}

.select2-drop {
    border-radius: 4px;
    border-color: #d7e6ea;
}

/* Statistik */
.stat-cards {
    margin-bottom: 6px;
}
.stat-card {
    background: #fff;
    border: 1px solid #d5dee2;
    border-radius: 4px;
    padding: 14px 16px;
    margin-bottom: 12px;
}
.stat-card-label {
    display: block;
    color: #7a8b96;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}
.stat-card-value {
    display: block;
    color: #006a82;
    font-size: 22px;
    font-weight: 700;
}
section.panel .panel {
    background: #fff;
    border: 1px solid #d5dee2;
    box-shadow: none;
}

/* Alerts */
.alert {
    border-radius: 4px;
    border: none;
}
.alert-default,
.alert.alert-default {
    background: #eef7f8 !important;
    color: #245666;
    border: 1px solid #d5eaee;
}

/* Footer */
.main > footer,
footer {
    flex-shrink: 0;
    margin: auto 0 0 !important;
    padding: 12px 6px !important;
    height: auto !important;
    background: #fff !important;
    color: var(--tm-muted);
    border-top: 1px solid #d5dee2;
}
.main > footer:after {
    content: "";
    display: table;
    clear: both;
}

/* Collapsed sidebar */
body.nav-sm .left_col,
body.nav-sm .col-md-3.left_col {
    width: 70px !important;
    background: linear-gradient(180deg, #006a82 0%, #00789b 100%);
}

body.nav-sm .nav_title {
    width: 70px !important;
    padding: 12px 8px;
}

body.nav-sm .site-title {
    justify-content: center;
}

body.nav-sm .site-title span {
    display: none !important;
}

body.nav-sm .profile {
    display: none !important;
}

body.nav-sm .main_menu_side {
    padding: 4px 6px 24px;
}

body.nav-sm .top_nav,
body.nav-sm .main {
    margin-left: 70px !important;
}

body.nav-sm .nav.side-menu > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    padding: 10px 4px;
    line-height: 1.2;
}

body.nav-sm .nav.side-menu > li > a i.fa {
    width: 100%;
    margin: 0 0 4px;
    font-size: 18px;
}

body.nav-sm .nav.side-menu > li > a .counting,
body.nav-sm .nav.side-menu > li > a > span.fa {
    margin-left: 0;
}

body.nav-sm ul.nav.child_menu {
    background: #00789b;
    border: none;
    box-shadow: var(--tm-shadow);
    border-radius: 4px;
}

@media (max-width: 991px) {
    body.nav-md .top_nav,
    body.nav-md .main {
        margin-left: 0;
    }
}

/* Login admin */
body.login-modern {
    --login-h: 44px;
    font-family: "Plus Jakarta Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #00406a;
    min-height: 100vh;
}

body.login-modern img.bg {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    filter: saturate(0.8) brightness(0.55);
}

body.login-modern .login-overlay {
    position: fixed;
    inset: 0;
    z-index: 1;
    background: linear-gradient(160deg, rgba(0, 106, 130, 0.55) 0%, rgba(0, 40, 60, 0.72) 100%);
}

body.login-modern .login-wrap {
    position: relative;
    z-index: 2;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 16px;
}

body.login-modern .login-box {
    width: 420px;
    max-width: 100%;
}

body.login-modern .login-card {
    width: 100%;
    max-width: 100%;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 22px 56px rgba(0, 30, 50, 0.35);
    padding: 30px 28px 26px;
    text-align: center;
    border-top: 4px solid #00b9c4;
}

body.login-modern .login-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin: 0 0 16px;
    text-transform: none;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

body.login-modern .login-title small {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.9;
    margin-top: 4px;
}

body.login-modern .login-card img {
    width: 140px;
    margin: 0 0 18px;
}

body.login-modern .login-card .alert {
    text-align: left;
    font-size: 12.5px;
    padding: 8px 12px;
    margin-bottom: 14px;
}

body.login-modern .login-card .form-group {
    margin-bottom: 12px;
    position: relative;
}

body.login-modern .login-card .form-control {
    height: var(--login-h) !important;
    min-height: var(--login-h) !important;
    line-height: 22px !important;
    padding: 10px 14px 10px 42px !important;
    border: 1px solid #d5e4e8 !important;
    border-radius: 4px !important;
    background: #f7fbfc;
    box-shadow: none !important;
    box-sizing: border-box;
    font-size: 14px;
}

body.login-modern .login-card .form-control:focus {
    background: #fff;
    border-color: #00b9c4 !important;
    box-shadow: 0 0 0 3px rgba(0, 185, 196, 0.14) !important;
}

body.login-modern .login-card .form-control-feedback {
    height: var(--login-h) !important;
    line-height: var(--login-h) !important;
    margin: 0 !important;
    width: 40px;
    left: 0;
    top: 0;
    color: #00789b;
    border: none !important;
}

body.login-modern .login-captcha {
    display: flex;
    align-items: center;
    gap: 8px;
    height: var(--login-h);
}

body.login-modern .login-captcha-q,
body.login-modern .login-captcha .form-control,
body.login-modern .login-captcha .btn {
    height: var(--login-h) !important;
    min-height: var(--login-h) !important;
    max-height: var(--login-h) !important;
    box-sizing: border-box;
    margin: 0;
}

body.login-modern .login-captcha-q {
    flex: 0 0 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f6f8;
    border: 1px solid #cfe6ea;
    border-radius: 4px;
    color: #006a82;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 0;
}

body.login-modern .login-captcha .form-control {
    flex: 1 1 auto;
    width: auto;
    min-width: 0;
    padding: 0 12px !important;
    text-align: center;
    line-height: calc(var(--login-h) - 2px) !important;
}

body.login-modern .login-captcha .btn {
    flex: 0 0 var(--login-h);
    width: var(--login-h);
    padding: 0;
    border-radius: 4px;
    border: 1px solid #cfe6ea;
    background: #f4fafb;
    color: #00789b;
    line-height: var(--login-h);
}

body.login-modern .login-captcha .btn:hover {
    background: #00789b;
    border-color: #00789b;
    color: #fff;
}

body.login-modern .login-card .btn-info {
    height: var(--login-h);
    background: #00b9c4;
    border-color: #00b9c4;
    border-radius: 4px;
    font-weight: 600;
    padding: 0 12px;
    letter-spacing: 0.3px;
    line-height: var(--login-h);
}

body.login-modern .login-card .btn-info:hover,
body.login-modern .login-card .btn-info:focus {
    background: #00789b;
    border-color: #00789b;
}

body.login-modern .login-card .btn-info.is-loading,
body.login-modern .login-card .btn-info:disabled {
    background: #7ec8ce;
    border-color: #7ec8ce;
    opacity: 1;
    cursor: wait;
}

@media screen and (max-width: 1024px) {
    body.login-modern img.bg {
        left: 50%;
        margin-left: -512px;
    }
}

html.theme-dark {
    color-scheme: dark;
    --tm-bg: #12181c;
    --tm-text: #d6e0e4;
    --tm-muted: #8a9ba3;
    --tm-card: #1b2429;
    --tm-line: #2c3c43;
    --tm-table-border: #33454c;
    --tm-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}
html.theme-dark body.nav-md,
html.theme-dark body {
    background-color: #12181c !important;
    color: var(--tm-text);
}
html.theme-dark .main {
    background: #12181c !important;
}
html.theme-dark .nav_menu {
    background: #1b2429;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
html.theme-dark .header-nama-lembaga {
    color: #8fd4da;
}
html.theme-dark .toggle a,
html.theme-dark #menu_toggle.btn {
    background: #243338;
    color: #8fd4da;
}
html.theme-dark .toggle a:hover,
html.theme-dark #menu_toggle.btn:hover {
    background: var(--tm-cyan);
    color: #fff;
}
html.theme-dark .top_nav .navbar-nav > li > a.theme-toggle,
html.theme-dark .top_nav .navbar-nav > li > a.theme-toggle:hover,
html.theme-dark .top_nav .navbar-nav > li > a.theme-toggle:focus {
    background: transparent !important;
    color: #8fd4da !important;
}
html.theme-dark .top_nav .navbar-nav > li > a.theme-toggle:hover,
html.theme-dark .top_nav .navbar-nav > li > a.theme-toggle:focus {
    color: #c8f4f6 !important;
}
html.theme-dark .left_col,
html.theme-dark body.nav-md .left_col,
html.theme-dark body.nav-sm .left_col,
html.theme-dark body.nav-sm .col-md-3.left_col {
    background: #1b2429 !important;
    box-shadow: none;
}
html.theme-dark .nav.side-menu > li.current-page > a,
html.theme-dark .nav.side-menu > li.active > a,
html.theme-dark .nav.side-menu > li > a:hover,
html.theme-dark .nav.side-menu > li > a:focus,
html.theme-dark .nav.child_menu li:hover > a,
html.theme-dark .nav.child_menu li.current-page > a {
    background: rgba(255, 255, 255, 0.08) !important;
}
html.theme-dark body.nav-sm ul.nav.child_menu {
    background: #1b2429;
}
html.theme-dark .tableku thead,
html.theme-dark .tabel-akses thead,
html.theme-dark table.dataTable thead,
html.theme-dark .table > thead,
html.theme-dark .tableku thead th,
html.theme-dark .tabel-akses thead th,
html.theme-dark table.dataTable thead th,
html.theme-dark .table > thead > tr > th {
    background: #243338 !important;
    color: #d6e0e4 !important;
}
html.theme-dark table.dataTable thead .sorting:after,
html.theme-dark table.dataTable thead .sorting_asc:after,
html.theme-dark table.dataTable thead .sorting_desc:after {
    color: rgba(214, 224, 228, 0.55);
}
html.theme-dark section.panel > .panel-heading {
    background: #243338;
    color: #d6e0e4;
}
html.theme-dark .nav-tabs {
    border-bottom-color: #33454c;
}
html.theme-dark .nav-tabs > li > a {
    background: #1b2429;
    border-color: #33454c;
    color: #b7c7cd;
}
html.theme-dark .nav-tabs > li > a:hover {
    background: #243338;
    border-color: #33454c;
    color: #fff;
}
html.theme-dark .nav-tabs > li.active > a,
html.theme-dark .nav-tabs > li.active > a:hover,
html.theme-dark .nav-tabs > li.active > a:focus {
    background: #243338;
    border-color: #33454c #33454c #1b2429;
    color: #8fd4da;
}
html.theme-dark .tab-content {
    color: var(--tm-text);
}
html.theme-dark .leads-keb-box {
    background: #12181c;
    border-color: #33454c;
}
html.theme-dark .user-profile img {
    border-color: #2c3c43;
}
html.theme-dark .top_nav .dropdown-menu {
    background: #1b2429;
    border: 1px solid #2c3c43;
}
html.theme-dark .top_nav .dropdown-menu > li > a {
    color: var(--tm-text);
}
html.theme-dark .top_nav .dropdown-menu > li > a:hover {
    background: #243338;
    color: #fff;
}
html.theme-dark .panel,
html.theme-dark section.panel .panel,
html.theme-dark .stat-card {
    background: var(--tm-card);
    border-color: #2c3c43;
}
html.theme-dark .panel-heading {
    background: #1b2429;
    color: #c5d6db;
    border-bottom-color: var(--tm-line);
}
html.theme-dark .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #182227;
}
html.theme-dark .table-hover > tbody > tr:hover,
html.theme-dark .tableku tbody tr:hover {
    background-color: #223136;
}
html.theme-dark table.dataTable tbody tr,
html.theme-dark .table > tbody > tr > td,
html.theme-dark .tableku td {
    background-color: transparent;
    color: var(--tm-text);
}
html.theme-dark .form-control,
html.theme-dark .single-line,
html.theme-dark select.form-control {
    background: #12181c;
    border-color: #33454c;
    color: var(--tm-text);
}
html.theme-dark label {
    color: #b7c7cd;
}
html.theme-dark .dataTables_wrapper .dataTables_processing {
    background: #1b2429 !important;
    border-color: #33454c;
    color: #8fd4da;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
html.theme-dark .select2-container .select2-selection--single,
html.theme-dark .select2-container--default .select2-selection--single,
html.theme-dark .select2-container--default .select2-selection--multiple,
html.theme-dark .select2-container .select2-choice {
    background: #12181c !important;
    border-color: #33454c !important;
    color: var(--tm-text);
}
html.theme-dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--tm-text);
}
html.theme-dark .select2-dropdown,
html.theme-dark .select2-drop {
    background: #1b2429;
    border-color: #33454c;
    color: var(--tm-text);
}
html.theme-dark .select2-container--default .select2-results__option--highlighted[aria-selected],
html.theme-dark .select2-results .select2-highlighted {
    background: #00789b;
}
html.theme-dark .select2-container--default .select2-search--dropdown .select2-search__field {
    background: #12181c;
    border-color: #33454c;
    color: var(--tm-text);
}
html.theme-dark .stat-card-value {
    color: #8fd4da;
}
html.theme-dark .alert-default,
html.theme-dark .alert.alert-default {
    background: #223136 !important;
    color: #c5d6db;
    border-color: #33454c;
}
html.theme-dark .main > footer,
html.theme-dark footer {
    background: #1b2429 !important;
    border-top-color: #2c3c43;
}
html.theme-dark .akses-table-wrap,
html.theme-dark .dataTables_wrapper,
html.theme-dark .main {
    scrollbar-color: #4a646c #182227;
}
html.theme-dark .akses-table-wrap::-webkit-scrollbar-track,
html.theme-dark .dataTables_wrapper::-webkit-scrollbar-track,
html.theme-dark .main::-webkit-scrollbar-track {
    background: #182227;
}
html.theme-dark .akses-table-wrap::-webkit-scrollbar-thumb,
html.theme-dark .dataTables_wrapper::-webkit-scrollbar-thumb,
html.theme-dark .main::-webkit-scrollbar-thumb {
    background: #4a646c;
}
html.theme-dark .well,
html.theme-dark .modal-content,
html.theme-dark .breadcrumb {
    background: #1b2429;
    border-color: #2c3c43;
    color: var(--tm-text);
}
html.theme-dark .pagination > li > a,
html.theme-dark .pagination > li > span,
html.theme-dark .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #1b2429;
    border-color: #33454c;
    color: var(--tm-text);
}
html.theme-dark h1, html.theme-dark h2, html.theme-dark h3,
html.theme-dark h4, html.theme-dark h5, html.theme-dark h6 {
    color: #d6e0e4;
}
html.theme-dark .btn-default,
html.theme-dark .btn-default:hover,
html.theme-dark .btn-default:focus,
html.theme-dark .btn-default:active,
html.theme-dark .btn-default.active,
html.theme-dark .open > .dropdown-toggle.btn-default,
html.theme-dark .dataTables_wrapper .dataTables_length .btn,
html.theme-dark .dataTables_wrapper .dataTables_filter .btn {
    background: #243338 !important;
    border-color: #3a4d54 !important;
    color: #d6e0e4 !important;
}
html.theme-dark .btn-default:hover,
html.theme-dark .btn-default:focus,
html.theme-dark .btn-default:active,
html.theme-dark .dataTables_wrapper .dataTables_length .btn:hover {
    background: #2c3c43 !important;
    color: #fff !important;
}
html.theme-dark .btn-info {
    background: #1a8a9a !important;
    border-color: #1a8a9a !important;
    color: #fff !important;
}
html.theme-dark .close {
    color: #d6e0e4;
    opacity: 0.7;
}
html.theme-dark .modal-content {
    background: #1b2429;
    color: var(--tm-text);
    border-color: #33454c;
}
html.theme-dark .modal-header,
html.theme-dark .modal-footer {
    border-color: #33454c;
}
html.theme-dark .modal-title {
    color: #d6e0e4;
}

.baris-paket-perpanjang {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 12px;
}
#paket-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex: 1;
    min-width: 0;
}
.btn-perpanjang {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 10px 16px 10px 10px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #00789b 0%, #00a3b0 100%);
    color: #fff;
    text-align: left;
    box-shadow: 0 8px 18px rgba(0, 120, 155, 0.22);
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-perpanjang:hover,
.btn-perpanjang:focus {
    color: #fff;
    background: linear-gradient(135deg, #006887 0%, #00929d 100%);
    box-shadow: 0 10px 22px rgba(0, 120, 155, 0.28);
    transform: translateY(-1px);
}
.btn-perpanjang.is-open {
    box-shadow: 0 0 0 3px rgba(0, 120, 155, 0.16), 0 8px 18px rgba(0, 120, 155, 0.18);
}
.btn-perpanjang-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}
.btn-perpanjang-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}
.btn-perpanjang-text strong {
    font-size: 14px;
    font-weight: 700;
}
.btn-perpanjang-text small {
    font-size: 11px;
    opacity: .85;
    font-weight: 500;
}
.btn-perpanjang-arrow {
    margin-left: 8px;
    font-size: 18px;
    opacity: .8;
}
html.theme-dark .btn-perpanjang {
    background: linear-gradient(135deg, #0b8aa0 0%, #00b9c4 100%);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}
html.theme-dark .btn-perpanjang:hover,
html.theme-dark .btn-perpanjang:focus {
    background: linear-gradient(135deg, #0a7b8f 0%, #00a8b2 100%);
}
@media (max-width: 767px) {
    .btn-perpanjang {
        width: 100%;
    }
    .btn-perpanjang-arrow {
        margin-left: auto;
    }
}

.box-bayar-tagihan {
    border: 1px solid #e4eef0;
    border-radius: 10px;
    padding: 16px;
    background: #f8fbfc;
}
.paket-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 140px;
    text-align: center;
    background: #fff;
    border: 2px solid #dce8ec;
    border-radius: 8px;
    padding: 10px 12px;
    text-decoration: none;
    color: #333;
}
.paket-item .harga {
    color: #00789b;
    font-weight: 800;
}
.paket-item.aktif {
    border-color: #00789b;
    background: #e8f5f8;
    color: #005f7a;
}
.paket-item.aktif .harga {
    color: #00789b;
}
.ch-item {
    display: inline-block;
    width: 120px;
    text-align: center;
    background: #fff;
    border: 1px solid #dce8ec;
    border-radius: 8px;
    padding: 8px;
    text-decoration: none;
    color: #333;
}
.ch-item img {
    height: 28px;
    max-width: 90px;
    object-fit: contain;
}
.ch-item span {
    font-size: 11px;
    font-weight: 600;
}
.ch-item.aktif {
    border-color: #00789b;
}
.pay-box {
    background: #fff;
    border: 1px solid #dce8ec;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
}
.pay-name { font-weight: 700; margin-bottom: 6px; }
.pay-amount { color: #00789b; font-weight: 800; margin-bottom: 10px; }
.pay-qr { width: 220px; height: 220px; background: #fff; border: 1px solid #eee; padding: 8px; border-radius: 8px; }
.pay-va { font-size: 22px; font-weight: 800; letter-spacing: 1px; }
html.theme-dark .box-bayar-tagihan,
html.theme-dark .pay-box,
html.theme-dark .paket-item,
html.theme-dark .ch-item {
    background: #1b2429;
    border-color: #33454c;
    color: var(--tm-text);
}
html.theme-dark .paket-item.aktif,
html.theme-dark .ch-item.aktif {
    border-color: #00b9c4;
}
html.theme-dark .paket-item.aktif {
    background: #16353a;
    color: #d6eef0;
}
html.theme-dark .paket-item .harga,
html.theme-dark .pay-amount {
    color: #8fd4da;
}
