﻿/* version 07.08.2024 */
@font-face {
    font-family: 'Shabnam';
    src: url('https://khorshidneshan.ir/CDN/Fonts/Shabnam.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/Shabnam.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/Shabnam.ttf') format('truetype');
}

@font-face {
    font-weight: bold;
    font-family: 'Shabnam-Bold';
    src: url('https://khorshidneshan.ir/CDN/Fonts/Shabnam-Bold.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/Shabnam-Bold.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/Shabnam-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'iranSans';
    src: url('https://khorshidneshan.ir/CDN/Fonts/IranNastaliq.eot');
    src: local('☺'), url('https://khorshidneshan.ir/CDN/Fonts/IRANSansWeb.woff') format('woff'), url('https://khorshidneshan.ir/CDN/Fonts/IranianSans.ttf') format('truetype');
}

* {
    direction: rtl;
    font-size: 14px;
    font-family: 'iranSans', 'Shabnam', 'Shabnam-Bold', tahoma !important;
}

:root {
    --inputHeight: 40px;
    --borderRadius: 5px;
    --border: 1px solid #ddd;
    --borderField: 1px solid #a9a7a7;
    --bigWidth: 100%;
    --smallWidth: 20%;
    --mainColor: #236559;
    --mainColorLighter: #23655975;
    --mainColorLighterA: #23655938;
    --cancelBtnColor: #f00;
    --dengerBtnColor: #f2a849;
    --filterMainColor: invert(32%) sepia(8%) saturate(3167%) hue-rotate(119deg) brightness(93%) contrast(83%);
    --marginLeftElement: 82px 0 0 0;
    --marginLeftElementOnePage: 82px 10px 0 0;
    --urlArrowIcon: url('../../admin/AddOn/Icons/arrow.png');
    --minHeightHeaderSmall: 84px;
    --minHeightHeader: 84px;
    --spaceAboveMenu: 64px;
    --topHorizontalMove: 33px;
    --logoWidth: 80px;
    --companyNameWidth: 90%;
}

@media only screen and (max-width: 768px) and (min-width: 0) {
    .main #_backMenu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #00000005;
        z-index: 1;
        visibility: hidden;
    }

    .main .active#_backMenu {
        visibility: visible;
    }
}
