#mCSB_1 {
    max-height: none !important;
}

.mCSB_container {
    height: auto !important;
}

/* Menghilangkan overflow hidden yang mungkin dipasang oleh plugin di pembungkus luar */
.bg-img-fix {
    height: auto !important;
    min-height: 100vh;
    overflow: visible !important;
}
.custom-checkbox-shadow {
    display: flex;
    align-items: center;
    gap: 0px;
}

.custom-checkbox-shadow .form-check-input {
    width: 17px;
    height: 17px;
    margin-top: -2px;
    cursor: pointer;
    border: none;
    background-color: #fff;
    /* Box Shadow Lembut */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    /* Membuat Bulat Sempurna */
    border-radius: 1% !important; 
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
}

.custom-checkbox-shadow .form-check-input:checked {
    background-color: #00B5E2; /* Warna biru sesuai gambar */
    box-shadow: 0 4px 20px rgba(0, 181, 226, 0.4);
}

/* Ikon Centang Putih saat Checked */
.custom-checkbox-shadow .form-check-input:checked::after {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: white;
    font-size: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-checkbox-shadow .form-check-label {
    cursor: pointer;
    padding-left: 5px;
}
.custom-card { margin-top: -12px; }
#nik {
    padding-right: 40px;
}
@keyframes spinner-border {
  to { transform: rotate(360deg); }
}