/*# sourceMappingURL=custom.min.css.map */

.va-middle {
    vertical-align: middle;
}

#toast-container {
    margin-top: 70px; /* Ganti sesuai kebutuhan */
}

/* Toastr Success */
#toast-container > .toast-success {
    background-color: #198754 !important; /* Hijau Bootstrap */
    color: #fff !important;
}

/* Toastr Error */
#toast-container > .toast-error {
    background-color: #dc3545 !important; /* Merah Bootstrap */
    color: #fff !important;
}
