/*body {
	font-family : "Montserrat";
	font-size: 0.9rem;
}
.flat {
 background-color:#19b338;
 margin: 10px 0;
 padding:10px;
 border-radius:0px;
}
.flat h3{
 margin: 0;
 color:white;
}
.nav-treeview {
	margin-left: 10px	!important;	
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.user-panel, .user-panel .info {
    overflow: hidden;
    white-space: none;
}
*/
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-warning {
    color: #1f2d3d;
    background-color: #ffc107;
    border-color: #edb100;
}
.alert-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #148ea1;
}
.bg-dark{
    background-color: black;
    color: white;
}
.bg-grey{
    background-color: #666666;
    color: white;
}
.float-right {
    float: right !important;
}
.tbl {
    background-color: #198754;
    width: 50px;
    padding: 10px 5px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 10px;
}
.num {
    font-size: 22px;
}
.pred {
    font-size: 10px;
}

.bg-success {
      background-color: #eaffe7;    
}

#loader {
    text-align: center;
    padding: 15px;
    font-size: 14px;
    color: #777;
}

.mr-2 {
    margin-right: 12px;
}
/* ========================
   FIX PAGINATION CI4
======================== */

ul.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-top: 25px;
}

ul.pagination li {
    margin: 0 3px;
}

ul.pagination li a,
ul.pagination li span {
    display: block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    font-size: 14px;
}

ul.pagination li a:hover {
    background: #f0f0f0;
}

ul.pagination li.active span,
ul.pagination li.active a {
    background: #333;
    color: #fff;
    border-color: #333;
}

/* =========================================================================
   1. TABLE GLOBAL STYLES (Untuk .table dari Bootstrap)
   ========================================================================= */
/* Memberikan sudut membulat pada tabel untuk tampilan modern */
.table-responsive {
    border-radius: 10px;
    overflow: hidden; /* Penting untuk menjaga border-radius di dalam container */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Memberikan kedalaman */
}

/* Mengatur ulang margin bawah tabel */
.table {
    width: 100%;
    margin-bottom: 0;
    --bs-table-bg: #ffffff; /* Atur background default */
    --bs-table-color: #333333; /* Atur warna teks default */
}

/* =========================================================================
   2. TABLE HEADER (thead)
   ========================================================================= */
/* Header kustom: Background solid dengan teks tebal dan kontras */
.table > thead {
    background-color: #007bff; /* Warna Primer Kustom */
    color: #ffffff;
    border-bottom: 2px solid #0056b3; /* Garis pemisah yang jelas */
}

.table > thead > tr > th {
    font-weight: 700; /* Lebih tebal */
    text-transform: uppercase; /* Agar header lebih menonjol */
    font-size: 0.85rem;
    padding: 1rem 1.25rem; /* Padding yang nyaman */
    border: none;
    vertical-align: middle;
}

/* =========================================================================
   3. TABLE BODY (tbody)
   ========================================================================= */
/* Mengatur padding dan border untuk sel */
.table > :not(caption) > * > * {
    padding: 0.75rem 1.25rem;
    border-bottom-width: 1px;
    border-color: #e9ecef; /* Garis pemisah yang lebih halus */
    vertical-align: middle;
}

/* Efek Hover (UX Enhancement) */
/* Memberikan feedback visual saat kursor berada di atas baris */
.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: #f8f9fa; /* Warna hover yang sangat lembut */
    color: #000000;
    transform: translateY(-1px); /* Efek 'mengangkat' baris */
    transition: transform 0.2s ease-in-out, background-color 0.2s;
}

/* Styling untuk baris ganjil (Striped rows) */
.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #f1f3f5; /* Warna stripe yang lembut */
}

/* =========================================================================
   4. UTILITY CLASSES KHUSUS (Opsional)
   ========================================================================= */
/* Untuk status badge di dalam sel tabel */
.table-cell-status .badge {
    min-width: 60px;
    padding: 0.5em 0.75em;
    font-weight: 600;
}

/* Untuk sel dengan data angka (rata kanan) */
.table-col-num {
    text-align: right;
    font-family: 'Segoe UI Mono', monospace;
}

/* Styling untuk footer jika ada */
.table > tfoot {
    font-weight: 600;
    border-top: 2px solid #ced4da;
    background-color: #f8f9fa;
}
/*Bootstrap*/
/*.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s 
    ease-in-out, background-color .15s 
    ease-in-out, border-color .15s 
    ease-in-out, box-shadow .15s 
    ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: none;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: none;
}
.btn-block {
    display: block;
    width: 100%;
}


.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-warning {
    color: #1f2d3d;
    background-color: #ffc107;
    border-color: #edb100;
}
.alert-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #148ea1;
}
*/
/*@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        visibility:hidden;
    }
}*/