﻿@font-face {
    font-family: 'iransans-web';
    src: url('../fonts/iransans/iransans-web_light.woff') format('woff');
}
/** {
    font-family: "iransans-web" !important;   
    font-size:14px;
}*/
/* برای دستگاه‌های موبایل */
/*:root {
    --font-size: 14px;*/ /* مقدار پیش‌فرض */
/*}*/
@media (max-width: 768px) {
  /*  * {
        font-size: 13px !important;
    }*/
    .mud-avatar.mud-avatar-medium {
        width: 32px !important;
        height: 32px !important;
    }
}

* {
    font-family: "iransans-web" !important;
    font-size: var(--font-size);
}
.mud-checkbox,.mud-ltr {
    direction: rtl !important;
}
.dossierheaderlable{
    font-size:10px;
}
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/image/sidebar-1.jpg") no-repeat center center fixed;
    background-size: cover;
    filter: blur(15px); /* مات کردن پس‌زمینه */
    z-index: 1; /* قرار دادن پس‌زمینه زیر فرم */
}

.content {
    position: relative;
    z-index: 2; /* قرار دادن محتوای فرم بالاتر از پس‌زمینه */
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    height: 100vh;
}
.login {
    width: 350px !important;
}
#unique_id_scroll_section {
    max-height: 90dvh !important;
    overflow-x: hidden !important;
    background-color: transparent; /* رنگ پس‌زمینه دلخواه */
    scrollbar-width: none;
}