
 .corntent-wrapper {
    background: #ffffff !important;
    padding: 20px;
    border-radius: 6px;
}
    
.card-nama {
    color : indigo
}

/* Ukuran font isi DataTable */
table.dataTable tbody td {
    font-size: 15px;
    padding: 8px 12px;
}

/* Header tabel */
table.dataTable thead th {
    font-size: 15px;
    font-weight: 600;
}

/* Kolom numeric rata kanan */
.table-numeric {
    text-align: right !important;
}

/* Kolom aksi tidak terlalu melebar */
.column-action {
    width: 120px;
    text-align: center;
}


/* Button edit & hapus yang lebih kecil */
.btn-edit-small,
.btn-delete-small {
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* ====== BUTTON OVAL KECIL DENGAN ICON ====== */


/* Warna tombol */
.btn-edit-custom {
    background-color: #0d6efd !important;
    color: white !important;
}

.btn-delete-custom {
    background-color: #dc3545 !important;
    color: white !important;
}

    .btn-badge {
        font-size: 11px;
        padding: 4px 10px;
        border-radius: 999px; /* Oval/pill */
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 4px; /* Jarak ikon dan teks */
        cursor: pointer;
    }

    .btn-edit {
        background-color: #0d6efd;
        color: white;
    }

    .btn-hapus {
        background-color: #dc3545;
        color: white;
    }

    .btn-badge i {
        font-size: 12px; /* Ukuran ikon */
    }

/* Style khusus untuk seluruh tabel DataTable yang memakai class ini */
.myDataTable {
    width: 100%;
    border-collapse: collapse;
}

/* Header tabel */
.myDataTable thead th {
    background: #f6f6f6;
    font-weight: 600;
    text-align: left;
}

/* Hover baris */
.myDataTable tbody tr:hover {
    background-color: #f1f7ff;
}

/* Aksi button */
.myDataTable .btn-action {
    font-size: 13px;
    padding: 3px 8px;
}

#sop-peminjaman {
    background: #fbfff4; /* Biru lembut pastel */
    border-radius: 12px;
}

#sop-peminjaman .accordion-button {
    background-color: #1e3a8a; /* Navy */
    color: #ffffff;
    font-weight: 600;
}

#sop-peminjaman .accordion-button:not(.collapsed) {
    background-color: #0f2965; /* Lebih gelap saat dibuka */
    color: #fff;
}

#sop-peminjaman .accordion-item {
    border: none;
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
}

#sop-peminjaman .accordion-body {
    background-color: #ffffff;
}

/* Judul */
#sop-peminjaman h3 {
    color: #0f2965;
    font-weight: 700;
    text-transform: uppercase;
}

/* Tanda tangan styling */
#sop-peminjaman .fw-bold {
    color: #0f2965;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.hero {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}
.hero .carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero .carousel-item img {
    height: 100vh !important;
    object-fit: cover;
}
.hero .carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 30, 80, 0.65);
    z-index: 2;
}
.hero .hero-content {
    top:120px;
    text-align: center;
    position: relative;
    z-index: 10;
}
.hero h1 {
    font-size: 3rem;
    font-weight: bold;
}
.nav-link {
    font-size: 1.1rem;
}
    html {
    scroll-behavior: smooth;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link {
    padding-left: 2.0rem;
    font-size: 0.9rem;
    background-color: rgba(255, 255, 255, 0.04);
    color: #cfd8dc;
    transition: all 0.25s ease;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    border-radius: 6px;
}

.table.dataTable {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #000000;
}

.table.dataTable thead th {
    padding: 8px 10px;
}

.table.dataTable tbody td {
    padding: 2px 5px;
}

.table.dataTable tbody tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

/* Warna baris genap */
.table.dataTable tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.06);
}

.table.dataTable tbody tr:hover {
    background-color: rgba(244, 138, 9, 0.42) !important;
}

.dataTables_wrapper .dataTables_paginate .pagination {
    gap: 2px;
}

.dataTables_wrapper .dataTables_paginate .page-link {
    padding: 4px 8px;
    min-width: 32px;
    text-align: center;
}

/* Container pagination */
.dataTables_paginate {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    font-family: 'Poppins', sans-serif;
}

/* Tombol pagination */
.dataTables_paginate .paginate_button {
    border: 1px solid transparent;
    padding: 6px 12px;
    margin: 0 4px;
    color: #333 !important;
    background: none !important;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
}

/* Hover */
.dataTables_paginate .paginate_button:hover {
    border: 1px solid #bbb;
    background: #f8f8f8 !important;
}

/* Aktif */
.dataTables_paginate .paginate_button.current {
    border: 1px solid #999;
    background: none !important;
    font-weight: 500;
}

/* Disable prev/next */
.dataTables_paginate .paginate_button.disabled {
    color: #ccc !important;
    cursor: not-allowed;
}

.dataTables_wrapper .card {
    border: none !important;
}

.dataTables_wrapper {
    border: none !important;
}

.dataTables_paginate {
    border: none !important;
}

.dataTables_filter input {
    margin-left: 5px;
}