body {
    font-family: "Cairo", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

/* RTL Support */
[dir="rtl"] {
    direction: rtl;
    text-align: right;
}

[dir="rtl"] .mud-input {
    text-align: right;
}

[dir="rtl"] .mud-button {
    direction: rtl;
}

[dir="rtl"] .mud-select {
    text-align: right;
}

[dir="rtl"] .mud-form-input-control {
    direction: rtl;
}

[dir="rtl"] .text-center {
    text-align: center !important;
}

/* Language selector styling */
.language-selector {
    margin-bottom: 1rem;
}

.mud-card-header-avatar {
    padding-right: 0px !important;
    margin-right: 5px !important;
}

.borderRadius-10 {
    border-radius: 10px !important;
}

.mud-theme-light .tab-backgroundColor {
    background-color: #fff !important;
}

.mud-chip.mud-chip-size-medium {
    font-size: 14px !important;
    border-radius: 6px !important;
    height: 25px !important;
    line-height: 23px;
}

.gridButton button {
    height: 35px !important;
}

.mud-button {
    height: 35px;
}

.mud-tabs-panels {
    background-color: #fff !important;
}

.mud-tabs-tabbar-content {
    border-bottom: 1px solid #ccc;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head .mud-table-cell {
    font-weight: 700 !important;
    font-size: 14px !important;
}

.overviewDashboardTils_header {
    font-size: 14px !important;
    font-weight: 500;
}

.overviewDashboardTils_content {
    font-size: 16px;
    font-weight: 600;
}

.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 5px 0px 5px 20px !important
}


.dptFieldset {
    border: 1px solid rgb(209 198 202);
    padding: 15px;
    border-radius: 9px;
}

. {
    font-weight: 600;
    font-size: 15px;
}