@font-face {
    font-family: Vazir;
    src: url(/fonts/vazir-font-v18.0.0/Vazir.eot);
    src: url('/fonts/vazir-font-v18.0.0/Vazir.eot?#iefix') format('Vazir-opentype'), url('/fonts/vazir-font-v18.0.0/Vazir.woff') format('woff'), url('/fonts/vazir-font-v18.0.0/Vazir.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Tanha;
    src: url('/fonts/tanha-font-v0.9/Tanha.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: TanhaF;
    src: url('/fonts/tanha-font-v0.9/Farsi-Digits-Without-Latin/Tanha-FD-WOL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Britannic;
    src: url('/fonts/Britanic/BRITANIC.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.vazir {
    font-family: Vazir !important;
}

.tanha {
    font-family: Tanha !important;
}

.tanhaf {
    font-family: TanhaF !important;
}

.Arial {
    font-family:  Arial;
}

.BuyReqFont {
    font-family: Arial !important;
    font-weight: 900 !important;
}

.VoucherFont {
    font-family: Arial !important;
    font-weight: 900 !important;
}

.InvoiceFont {
    font-family: Arial !important;
    font-weight: 900 !important;
}

.AccFont {
    font-family: Arial !important;
    font-weight: 900 !important;
}

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    opacity: 1;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-refused > div {
    display: none;
}

.components-reconnect-refused > .refused {
    display: block;
}
