﻿#toast-container > .toast {
    color: var(--sa-text-second) !important;
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    border-radius: var(--sa-btn-radius);
    padding-inline-start: 1rem;
    padding-inline-end: 2.25rem;
    margin-top: 15px
}

#toast-container > .toast-success {
    background-color: var(--sa-success-green) !important;
}

#toast-container > .toast-error {
    background-color: var(--sa-danger) !important;
    color: var(--sa-text-third) !important
}

#toast-container > .toast-info {
    background-color: #17a2b8 !important;
    color: var(--sa-text-third) !important
}

#toast-container > .toast-warning {
    background-color: #ffc107 !important;
    color: #212529 !important;
}

#toast-container .toast-close-button {
    color: inherit !important;
    text-shadow: none !important;
    opacity: .9;
}

    #toast-container .toast-close-button:hover {
        opacity: 1;
    }

#toast-container .toast-message a {
    color: #fff !important;
    text-decoration: underline;
}

#toast-container > .toast-warning .toast-message a {
    color: #212529 !important;
}
