/* Toastr — tông HĐND */
#toast-container > div {
    opacity: 1;
    box-shadow: 0 10px 28px rgba(18, 53, 92, 0.18);
    border-radius: 10px;
    padding: 14px 14px 14px 50px;
    font-family: system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
}

#toast-container > .toast-success {
    background-color: #1B7A3D !important;
}

#toast-container > .toast-error {
    background-color: #9B1B2E !important;
}

#toast-container > .toast-warning {
    background-color: #C9A227 !important;
    color: #12355C !important;
}

#toast-container > .toast-info {
    background-color: #12355C !important;
}

#toast-container > .toast-warning .toast-close-button {
    color: #12355C;
}
