@font-face {
    font-family: 'Vazirmatn';
    src: url('/lib/Vazirmatn-fonts/webfonts/Vazirmatn[wght].woff2') format('woff2 supports variations'), url('/lib/Vazirmatn-fonts/webfonts/Vazirmatn[wght].woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

* {
    font-family: Vazirmatn;
    font-feature-settings: "ss01"; /* Stylistic Set 1: Persian Digits */
}

.ltr {
    direction: ltr !important;
}

.rtl {
    direction: rtl !important;
}

.btn.disabled, .btn:disabled {
    opacity: 0.2;
}

.profile-user {
    max-width: none;
}

.header .dropdown-menu {
    top: 1.2rem !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.opacity-1 {
    opacity: 1 !important;
}
.form-control[readonly] {
    background-color: #ffffff;
}
.input-validation-error {
    border-color: red !important;
}

.field-validation-error {
    font-size: 12px;
}

.font-size-6 {
    font-size: 6px !important;
}

.font-size-8 {
    font-size: 8px !important;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-19 {
    font-size: 19px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.max-height-200 {
    max-height: 200px;
}

.height-200 {
    height: 200px;
}
