@font-face {
    font-family: "Vazirmatn";
    src: url("/fonts/vazirmatn/Vazirmatn[wght].woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
}

html,
body,
.fi-body,
.fi-layout,
.fi-main,
.fi-sidebar,
.fi-topbar {
    direction: rtl !important;
    font-family: Vazirmatn, Tahoma, sans-serif !important;
}

*{
    font-family: Vazirmatn, Tahoma, sans-serif !important;
}

input,
textarea,
select{
    direction: rtl !important;
    text-align:right !important;
}

/* =========================
   لوگو
========================= */

.fi-sidebar-header .fi-logo img,
.fi-sidebar-header img,
.fi-logo img{
    height:24px !important;
    width:auto !important;
    max-width:120px !important;
    object-fit:contain !important;
}

.fi-topbar .fi-logo img{
    height:24px !important;
    width:auto !important;
}

.fi-simple-header img{
    height:42px !important;
    width:auto !important;
    max-width:180px !important;
    object-fit:contain !important;
}

/* Badge ها */

.fi-badge,
.fi-ta-badge,
.fi-color-success,
.fi-color-danger,
.fi-color-warning,
.fi-color-primary{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:30px !important;
    padding:5px 12px !important;
    border-radius:999px !important;

    font-size:13px !important;
    font-weight:700 !important;

    line-height:1.8 !important;

    overflow:visible !important;
    white-space:nowrap;
}

.fi-badge *,
.fi-ta-badge *{
    line-height:1.8 !important;
    overflow:visible !important;
}

/* جدول ها */

.fi-ta-table th,
.fi-ta-table td{
    text-align:right !important;
    vertical-align:middle !important;
}

/* فرم ها */

.fi-fo-field-wrp-label{
    font-weight:700 !important;
}

.fi-input,
.fi-select-input,
.fi-textarea{
    text-align:right !important;
}

/* کارت ها */

.fi-section{
    border-radius:16px !important;
}

.fi-ta-record{
    border-radius:14px;
}

/* داشبورد */

.fi-wi-widget{
    border-radius:18px !important;
}

/* منو */

.fi-sidebar-item-label{
    font-weight:600;
}

.fi-sidebar-nav{
    direction:rtl;
}

/* صفحه ورود */

.fi-simple-layout{
    direction:rtl !important;
}

.fi-simple-main{
    border-radius:22px;
}

/* جلوگیری از بریده شدن فونت فارسی */

span,
label,
button,
a,
div{
    line-height:1.7;
}

