﻿
@font-face {
    font-family: 'vazirFaNum';
    src: url('../../fonts/vazir/Vazirmatn-FD/Vazirmatn-FD-Thin.woff2') format('embedded-opentype'), url('../../fonts/vazir/Vazirmatn-FD/Vazirmatn-FD-Light.woff2') format('truetype'), url('../../fonts/vazir/Vazirmatn-FD/Vazirmatn-FD-ExtraLight.woff2') format('woff');
}

@font-face {
    font-family: 'vazir';
    src: url('../../fonts/vazir/vazir.eot') format('embedded-opentype'), url('../../fonts/vazir/vazir.ttf') format('truetype'), url('../../fonts/vazir/vazir.woff') format('woff'), url('../../fonts/vazir/vazir.woff2') format('woff2'),
}


@font-face {
    font-family: VazirLight;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/vazir/vazir-light.eot') format('embedded-opentype'), url('../../fonts/vazir/vazir-light.ttf') format('truetype'), url('../../fonts/vazir/vazir-light.woff') format('woff');
}

@font-face {
    font-family: VazirMedium;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/vazir/Vazir-Medium.eot') format('embedded-opentype'), url('../../fonts/vazir/Vazir-Medium.ttf') format('truetype'), url('../../fonts/vazir/Vazir-Medium.woff') format('woff'), url('../../fonts/vazir/Vazir-Medium.woff2') format('woff2');
}

@font-face {
    font-family: VazirThin;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/vazir/Vazir-Thin.eot') format('embedded-opentype'), url('../../fonts/vazir/Vazir-Thin.ttf') format('truetype'), url('../../fonts/vazir/Vazir-Thin.woff') format('woff'), url('../../fonts/vazir/Vazir-Thin.woff2') format('woff2');
}

@font-face {
    font-family: VazirThin;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/vazir/Vazir-Thin.eot') format('embedded-opentype'), url('../../fonts/vazir/Vazir-Thin.ttf') format('truetype'), url('../../fonts/vazir/Vazir-Thin.woff') format('woff'), url('../../fonts/vazir/Vazir-Thin.woff2') format('woff2');
}

@font-face {
    font-family: VazirBold;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/vazir/Vazir-Bold.eot') format('embedded-opentype'), url('../../fonts/vazir/Vazir-Bold.ttf') format('truetype'), url('../../fonts/vazir/Vazir-Bold.woff') format('woff'), url('../../fonts/vazir/Vazir-Bold.woff2') format('woff2');
}


body {
    font-family: 'vazirFaNum' !important;
    overflow-y: scroll;
}

tr td {
    text-align: center !important;
}

tr td {
    min-width: 50px;
    white-space: nowrap;
}

.non-color {
    color: unset !important;
}

.main-menu {
    height: 49px;
}

.rtl .main-menu .menu-left .navbar {
    padding: 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
    text-align: end;
}

.cursor-pointer {
    cursor: pointer;
}

.pagination {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.mainareabody {
    background-image: url('../../Images/Login.jpg');
    background-size: cover;
    height: 100vh;
}

.quick-view-img {
    height: 287px;
}

.addresslink:hover {
    background-color: #f1f1f1;
    border-radius: 3px;
}

.body {
    overflow: scroll !important;
}




.adminanswer {
    border-right: 5px solid #008d32 !important;
}

.usertext {
    border-right: 5px solid #cdcdcd !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    width: 100%;
    height: 34px;
    padding: .375rem .75rem;
    font-size: .813rem;
    line-height: 1.5;
    color: #665c70;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.select2-results__option {
    display: block
}

.select2-container .select2-selection--single {
    height: auto
}




#loading {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.30);
    background-image: url('../../images/loading.svg');
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
}

.productName {
    height: 47px;
}


.flaser {
    width: 16px;
    height: 16px;
    border: none;
    display: inline-block;
    animation: blink 1.5s ease-in infinite;
}

@keyframes blink {
    from, to {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}
