﻿.toast-base {
    top: 20px;
    transition: opacity 0.3s ease-in-out;
}

.toast-header {
    color: #fff !important;
}

.e-toast-close-icon {
    color: #000 !important;
}

.toast-success {
    background-color: #28a745;
}

.toast-error {
    background-color: #dc3545;
}

.toast-info {
    background-color: #17a2b8;
}

.toast-warning {
    background-color: #ffc107;
    color: #212529;
}

.e-toast-content {
    color: #858796 !important;
}