
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #e4e6fc;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e4e6fc;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6777ef;
    color: #fff;
}

th{
    text-transform: uppercase;
}

/* ================= TAB DARK MODE FIX ================= */

/* Container tab */
.nav-tabs {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

/* Tab biasa */
.nav-tabs .nav-link {
    color: #94a3b8;
    background: transparent;
    border: none;
    transition: all 0.3s ease;
    padding: 10px 18px;
}

/* TAB AKTIF (hilangin putih) */
.nav-tabs .nav-link.active {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #fff !important;
    border-radius: 8px;
}

/* Hover */
.nav-tabs .nav-link:hover {
    background: rgba(255,255,255,0.05);
    color: #fff;
    border-radius: 8px;
}

/* Jarak antar tab */
.nav-tabs .nav-item {
    margin-right: 8px;
}

/* ================= FIX HEADER TABLE ================= */

/* Balikin struktur normal tabel */
.table thead {
    display: table-header-group !important;
}

.table tbody {
    display: table-row-group !important;
}

.table tr {
    display: table-row !important;
}

.table th, 
.table td {
    display: table-cell !important;
    vertical-align: middle;
}

/* Hilangin efek aneh dari template */
.table thead th {
    position: static !important;
    background: rgba(15, 23, 42, 0.8);
    color: #e2e8f0;
}

/* Biar nyatu sama body */
.table {
    border-collapse: collapse !important;
    width: 100%;
}

