﻿
@import url('style.css');


#toast-container > .toast {
    direction: rtl !important;
    text-align: right !important;
    font-family: 'Tajawal', sans-serif !important;
}

#toast-container > .toast-success {
    background-color: var(--brand-color) !important;
    /*color: var(--primaryColor) !important;*/
    color: #ffff;
}

#toast-container > .toast-error {
    background-color: #dc3545 !important;
    /*color: var(--primaryColor) !important;*/
    color: #ffff;
}

    #toast-container > .toast-success .bi-check-circle-fill,
    #toast-container > .toast-error .bi-exclamation-circle-fill {
        margin-left: 8px;
    }

/* تغيير لون زر الإغلاق */
.toast .toast-close-button {
    /*color: var(--primaryColor) !important;*/
    color: #ffff;
}

/* تغيير لون شريط التقدم */
.toast-progress {
    background-color: var(--brand-color) !important;
}

