﻿/*version: 1.0*/
@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');
}

* {
    direction: rtl;
    font-size: 14px;
    font-family: 'Shabnam', 'Shabnam-Bold', tahoma;
}

:root {
    --inputHeight: 40px;
    --borderRadius: 5px;
    --border: 1px solid #f2f2f2;
    --bigWidth: 78%;
    --smallWidth: 20%;
}

@media only screen and (max-width: 768px) and (min-width: 0) {
    div.main div#_backMenu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #00000005;
        z-index: 1;
        visibility: hidden;
    }

    div.main div.active#_backMenu {
        visibility: visible;
    }
}
