/* persian font family */

@font-face {
    font-family: "mitra";
    src: url("../fonts/mitra/WebMitra.eot");
    src: url("../fonts/mitra/WebMitra.eot?#iefix") format("embedded-opentype"), url("../fonts/mitra/WebMitra.woff") format("woff"), url("../fonts/mitra/WebMitra.ttf") format("truetype"), url("../fonts/mitra/WebMitra.svg#WebMitra") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "bnazanin";
    src: url("../fonts/bnazanin/B-NAZANIN.woff") format("woff"), url("../fonts/bnazanin/B-NAZANIN.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/IRANsans/IRANSansWeb_Bold.eot');
    src: url('../fonts/IRANsans/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANsans/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANsans/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANsans/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/IRANsans/IRANSansWeb_Light.eot');
    src: url('../fonts/IRANsans/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANsans/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANsans/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANsans/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANsans/IRANSansWeb.eot');
    src: url('../fonts/IRANsans/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/IRANsans/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/IRANsans/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/IRANsans/IRANSansWeb.ttf') format('truetype');
}

/* global */
.dir-ltr {
    direction: ltr !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.border-custom-1 {
    border: 1px solid lightgray;
}

/* rtl theme */

* {
    font-family: 'IRANSans';
}

body {
    font-size: 11px;
}



[v-cloak] {
    display: none;
}

.background-login{
    background: url(../img/back-login.png) no-repeat;
}
.text-success-icon{
    color:rgba(105.122.142);
}
.layout-navbar{
    box-shadow: 0px 4px 9px 0px rgb(9 74 156 / 50%);
}
