/* Enable RTL when Arabic is active */
html[lang="ar"] {
    direction: rtl;
}

html[lang="ar"] body {
    text-align: right;
}

/* Sidebar border swap (optional) */
html[lang="ar"] .fi-sidebar {
    border-left: 1px solid rgba(0,0,0,.06);
    border-right: none;
}

/* Tables align */
html[lang="ar"] .fi-ta-table th,
html[lang="ar"] .fi-ta-table td {
    text-align: right;
}

/* Inputs align */
html[lang="ar"] input,
html[lang="ar"] textarea,
html[lang="ar"] select {
    text-align: right;
}

/* Full-width content area */
.fi-main-ctn {
    max-width: 100% !important;
}

.fi-main {
    max-width: 100% !important;
}

.fi-container,
.fi-content {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.fi-main .fi-container,
.fi-page-content .fi-container,
.fi-main-ctn .fi-container,
.fi-page-content .max-w-7xl,
.fi-page-content .max-w-6xl,
.fi-page-content .max-w-5xl,
.fi-page-content .max-w-4xl {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.fi-page,
.fi-page-content,
.fi-resource,
.fi-resource-list-records,
.fi-resource-create-record,
.fi-resource-edit-record,
.fi-fo,
.fi-fo-form,
.fi-fo-section,
.fi-fo-component-ctn {
    max-width: 100% !important;
}
