﻿body,
/* اعمال فونت فارسی به تمام کامپوننت‌های MudBlazor */
.mud-main-content, .mud-dialog, .mud-snackbar, .mud-input, .mud-button {
    font-family: 'Yekan', Tahoma, sans-serif;
}

.pa-4 {
    padding: 2px !important;
}

.mud-drawer {
    border: none !important;
    box-shadow: none !important;
}

.mud-layout, body, html {
    background-color: #f9f9f9 !important; /* یکپارچه کردن رنگ پس‌زمینه کل صفحه */
}

.mud-main-content {
    border: none !important;
    outline: none !important;
    padding-bottom: 120px !important;
}


.mud-input-label {
    right: 0 !important;
    left: auto !important;
    transform-origin: top right !important;
}

.mud-dialog .mud-dialog-content {
    text-align: right !important;
    direction: rtl !important;
}

.mud-data-grid-filter-menu {
    max-width: 250px !important;
    overflow-x: hidden;
}
    /* در صورت نیاز برای پنهان کردن فضاهای خالی دکمه‌ها */
    .mud-data-grid-filter-menu .mud-card-actions {
        justify-content: space-between !important;
    }

/* اصلاح جایگاه دکمه‌های تایید و انصراف در MudMessageBox برای حالت RTL */
.mud-dialog-actions {
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
}

.mud-dialog .mud-dialog-title .mud-button-close {
    left: 8px !important;
    right: unset !important;
}


.mud-alert-position {
    flex: unset !important;
}
.mud-rtl-provider {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}