@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir/Vazir-Regular.eot');
    src: url('../fonts/Vazir/Vazir-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Vazir/Vazir-Regular.woff2') format('woff2'),
        url('../fonts/Vazir/Vazir-Regular.woff') format('woff'),
        url('../fonts/Vazir/Vazir-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    direction: rtl;
}

*:not(i) {
    font-family: 'Vazir' !important;
}

.disable {
    cursor: not-allowed;
    color: grey !important;
}

div.content-topbar {
    visibility: hidden;
}

footer>div>div.row {
    justify-content: center;
    text-align: center;
}