
/* CUSTOM Toast */

#toast-container > div {
    opacity: 0.95 !important;
    border-radius: 8px !important;
    padding: 15px !important;
}

.toast {
    background-image: none !important;
}

.toast-title::before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    float: left;
    margin-right: 10px;
    font-size: 15px;
}

.toast-error {
    background-color: #EF665B !important;
}

.toast-error .toast-title::before {
    content: '\f06a';
}

.toast-warning {
    background-color: #F7C752 !important;
}

.toast-success {
    background-color: #84D65A !important;
}

.toast-success .toast-title {
    color: #000000 !important;
}

.toast-success .toast-message {
    color: #000000 !important;
}

.toast-warning .toast-title {
    color: #000000 !important;
}

.toast-warning .toast-message {
    color: #000000 !important;
}

.toast-success .toast-close-button {
    color: #000000 !important;
}

.toast-warning .toast-title::before {
    content: '\f071';
}

.toast-info .toast-title::before {
    content: '\f05a';
}

.toast-success .toast-title::before {
    content: '\f058';
}

.toast-warning .toast-close-button {
    color: #000000 !important;
}

.toast-title {
    font-size: 12px !important;
}

.toast-message {
    font-size: 12px !important;
}