.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link {
    background-color: #3f51b5;
}


.idev-pagination .paginate_button {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000 !important;
    padding: 0.3em 0.8em;
}

.idev-pagination .paginate_button:hover {
    background: #787879;
    border: 1px solid #787879;
    color: #ffffff !important;
}

.idev-pagination .current {
    background: #9d9d9e;
    border: 1px solid #a1aab2;
    color: #ffffff !important;
    padding: 0.3em 0.8em;
    border-radius: 6px;
}

.section-footer {
    background-color: #435ebe;
    color: #ffffff;
    font-size: 20px;
    padding-top: 6px;
}

.title-header {
    font-size: large;
    margin-top: 26px;
    font-weight: bold;
}

.radius-6 {
    border-radius: 6px;
}

.field-bulktable {
    border: 1px solid #ced4da;
    /* background: #fefefe; */
    padding: 6px;
    border-radius: 6px;
}

.pc-header .m-header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 260px;
    padding: 16px 10px 16px 24px;
    font-weight: bold;
    font-size: 18px;
}

.auth-main .auth-wrapper .auth-form img {
    padding: 5px 15px 25px 15px;
    width: 180px;
    opacity: 0.8;
}

.auth-main .auth-wrapper .auth-form .card {
    width: 100%;
    max-width: 400px;
}

.cardbody-rekrutmen {
    max-width: 800px;
    /* atur lebar sesuai kebutuhan */
    margin: 0 auto;
    /* supaya berada di tengah */
    background-color: #f9f9f9;
    /* opsional, contoh background beda */
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.form-rekrutmen-sampharindo h2 {
    font-size: 1.75rem;
    color: #003366;
}

.form-rekrutmen-sampharindo .form-control-lg {
    border-radius: 0.5rem;
}

.form-rekrutmen-sampharindo .btn-primary {
    background-color: #0073e6;
    border: none;
}



.btn-primary-idev {
    background-color: #6fa8a1;
    border-color: #6fa8a1;
}

.btn-primary-idev:hover {
    background-color: #6fa8a1;
    border-color: #6fa8a1;
    color: #ffffff;
    opacity: 0.8;
}

.inside-card {
    background: #f7f2ff;
    padding: 6px 10px;
    border-radius: 8px;
    margin-bottom: 4px;
}

.inside-card label {
    font-size: large;
    font-weight: bold;
}

.bg-silver-invoice {
    background: #f0f0f0;
    margin-left: -24px;
    margin-right: -24px;
    margin: 20px -24px;
    padding: 10px 24px;
}

.body-invoice thead {
    background: #f0f0f0;
}

.footer-invoices li {
    font-size: 12px;
}

/* Membuat tombol aksi lebih kecil */
table .col-action button {
    font-size: 12px;
    /* Ukuran font tombol lebih kecil */
    padding: 5px 10px;
    /* Mengurangi padding pada tombol */
    height: 28px;
    /* Ukuran tinggi tombol lebih kecil */
    min-width: 28px;
    /* Mengatur lebar minimal tombol */
    border-radius: 4px;
    /* Memberikan sudut melengkung pada tombol */
}

/* Membuat tombol aksi lebih kecil saat menggunakan class btn-sm */
table .col-action button.btn-sm {
    font-size: 11px;
    /* Ukuran font lebih kecil */
    padding: 4px 8px;
    /* Padding lebih kecil */
    height: 24px;
    /* Ukuran tinggi tombol lebih kecil */
}

/* Tombol aksi yang lebih kecil saat menggunakan icon */
table .col-action button i {
    font-size: 14px;
    /* Ukuran icon lebih kecil */
}

/* Agar tabel dapat digulir horizontal tanpa memperkecil ukuran */
.table-responsive {
    overflow-x: auto;
    /* Membuat tabel bisa digulirkan secara horizontal */
    -webkit-overflow-scrolling: touch;
    /* Mendukung scroll lancar di perangkat mobile */
    position: relative;
    /* Agar kolom sticky bekerja dengan baik */
}

/* Menjaga kolom aksi tetap di kanan */
th.col-action,
td.col-action {
    position: sticky;
    right: 0;
    background-color: #fff;
    /* Agar kolom aksi tetap terlihat */
    z-index: 1;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
}

/* Agar kolom-kolom lainnya tidak terpotong */
th,
td {
    word-wrap: break-word;
    /* Agar teks panjang dibungkus di dalam kolom */
    white-space: normal;
    /* Membiarkan teks dibungkus dalam kolom */
    overflow: hidden;
    /* Menghindari teks meluap keluar kolom */
    text-overflow: ellipsis;
    /* Menambahkan elipsis jika teks terlalu panjang */
}

/* Menjaga lebar kolom tetap meskipun ada banyak teks */
table {
    width: 100%;
    table-layout: auto;
    /* Membiarkan lebar kolom disesuaikan dengan konten */
}

/* Penyesuaian ukuran font di perangkat mobile */
@media (max-width: 765px) {

    th,
    td {
        font-size: 12px;
        /* Ukuran font lebih kecil untuk perangkat mobile */
    }
}


/* Untuk mengatur seluruh tab */
.nav-tabs {
    border-bottom: none;
}

/* Tab link dasar */
.nav-tabs .nav-link {
    border: none;
    color: #333;
    background-color: transparent;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s;
}

/* Tab link hover (jika mau ada efek hover) */
.nav-tabs .nav-link:hover {
    color: #435ebe;
}

/* Tab aktif */
.nav-tabs .nav-link.active {
    color: #435ebe;
    border: none;
    border-bottom: 2px solid #435ebe;
    background-color: transparent;
}
#table-list-detail-fingerprint-luar > tbody > tr:has(> td > span.non-weekday-marker) {
    /* Gaya untuk SELURUH BARIS */
    background-color: #ffe0b2 !important; /* Contoh: Warna latar belakang oranye muda */
    /* font-weight: bold; */ /* Opsional: Jika Anda ingin seluruh baris bold */
}

/*
 * Opsional: Beri warna teks gelap pada seluruh sel di baris yang ditandai,
 * untuk memastikan teks mudah dibaca di atas latar belakang oranye muda.
 */
#table-list-detail-fingerprint-luar > tbody > tr:has(> td > span.non-weekday-marker) > td {
    color: #333333; 
}
/* 1. Atur Tinggi Kontainer Select2 */
/* Nilai 38px adalah tinggi standar form-control Bootstrap */
.select2-container .select2-selection--single {
    height: 43px !important; 
    border-radius: 0.25rem !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 41px !important; 
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 41px !important;
}