﻿@@font-face {
     font-family: IRANSansX;
     font-style: normal;
     font-weight: bold;
     src: url(/fonts/IRANSansX/IRANSansXFaNum-Bold.woff) format("woff"),url(/fonts/IRANSansX/IRANSansXFaNum-Bold.woff2) format("woff"),url(/fonts/IRANSansX/IRANSansXFaNum-Bold.ttf) format("truetype")
 }

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url(/fonts/IRANSansX/IRANSansXFaNum-Regular.woff) format("woff"),url(/fonts/IRANSansX/IRANSansXFaNum-Regular.woff2) format("woff"),url(/fonts/IRANSansX/IRANSansXFaNum-Regular.ttf) format("truetype")
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/IRANSansX/IRANSansXFaNum-Medium.woff) format("woff"),url(/fonts/IRANSansX/IRANSansXFaNum-Medium.woff2) format("woff"),url(/fonts/IRANSansX/IRANSansXFaNum-Medium.ttf) format("truetype")
}

@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url(/fonts/IRANSansX/IRANSansXFaNum-Light.woff) format("woff"),url(/fonts/IRANSansX/IRANSansXFaNum-Light.woff2) format("woff"),url(/fonts/IRANSansX/IRANSansXFaNum-Light.ttf) format("truetype")
}

html {
    direction: rtl;
}

* {
    font-family: IRANSansX,serif;
}

body {
    background: #f0f4f9;
    -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;
}

.form-label {
    font-weight: bold;
}

footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
}
