/* Custom Soft Pastel Theme for Daycare */
body, .content-wrapper, .main-footer {
    background-color: #F7F9FC !important; /* Soft grayish blue */
    font-family: 'Nunito', 'Source Sans Pro', sans-serif;
}

/* Sidebar Custom */
.main-sidebar {
    background-color: #FFF6F6 !important; /* Very soft pastel pink/cream */
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #FFB7B2 !important; /* Pastel Coral/Pink */
    color: #fff !important;
    border-radius: 12px;
}

/* Card & Box Style (Fresh & Smooth) */
.card {
    border-radius: 16px !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03) !important;
    border: none !important;
}

/* Pastel Bootstrap Alert & Buttons Override */
.btn-primary {
    background-color: #B5E2FA !important; /* Pastel Light Blue */
    border-color: #B5E2FA !important;
    color: #4A4A4A !important;
    font-weight: 600;
    border-radius: 10px;
}
.btn-success {
    background-color: #E2F0CB !important; /* Pastel Mint Green */
    border-color: #E2F0CB !important;
    color: #4A4A4A !important;
    font-weight: 600;
    border-radius: 10px;
}
.btn-warning {
    background-color: #FFDAC1 !important; /* Pastel Peach */
    border-color: #FFDAC1 !important;
    color: #4A4A4A !important;
    font-weight: 600;
    border-radius: 10px;
}

/* Badge untuk Kelompok Usia / Rumah */
.badge-baby {
    background-color: #FFC6FF; /* Pastel Purple */
    color: #4A4A4A;
}
.badge-toddler {
    background-color: #CAFFBF; /* Pastel Light Green */
    color: #4A4A4A;
}