﻿@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url(/fonts/IRANSansX/IRANSansX-Bold.woff) format("woff"),url(/fonts/IRANSansX/IRANSansX-Bold.woff2) format("woff"),url(/fonts/IRANSansX/IRANSansX-Bold.ttf) format("truetype")
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url(/fonts/IRANSansX/IRANSansX-Regular.woff) format("woff"),url(/fonts/IRANSansX/IRANSansX-Regular.woff2) format("woff"),url(/fonts/IRANSansX/IRANSansX-Regular.ttf) format("truetype")
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/IRANSansX/IRANSansX-Medium.woff) format("woff"),url(/fonts/IRANSansX/IRANSansX-Medium.woff2) format("woff"),url(/fonts/IRANSansX/IRANSansX-Medium.ttf) format("truetype")
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url(/fonts/IRANSansX/IRANSansX-Light.woff) format("woff"),url(/fonts/IRANSansX/IRANSansX-Light.woff2) format("woff"),url(/fonts/IRANSansX/IRANSansX-Light.ttf) format("truetype")
}

html {
    direction: rtl;
}
* {
    font-family: IRANSansX;
}
body {
    background: #F8F9FA;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none
}

.ltr {
    direction: ltr
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-group-prepend {
    margin-left: -1px;
}

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
