/* تنظیمات RTL برای Toastr و SweetAlert2 */
#toast-container.toast-top-center {
    top: 12px;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    pointer-events: none;
}

#toast-container.toast-top-center > div {
    pointer-events: auto;
    margin: 0 auto 8px;
    opacity: 1;
    max-width: 520px;
    direction: rtl;
    text-align: right;
    font-family: inherit;
}

.swal2-popup {
    direction: rtl;
    text-align: right;
    font-family: inherit;
}

.swal2-title,
.swal2-html-container {
    text-align: right;
}
