﻿.toast-success {
    background-color: #28a745 !important;
}

.toast-error {
    background-color: #dc3545 !important;
}

.toast-warning {
    background-color: #ffc107 !important;
}

.toast-info {
    background-color: #17a2b8 !important;
}

.toast-top-right {
    top: 70px; /* Adjust based on your navbar height */
    right: 20px;
}
