﻿@font-face {
    /*font-family: 'Iranian Sans';*/
    font-family: 'Vazir';
    src: url(../fonts/Vazir-Bold-FD-WOL.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


* {
    font-family: 'Vazir', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    /*font-weight: 400;*/
    /*font-family: 'Iranian Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;*/
    font-weight: 400;
    font-size: 12px !important;
}

body {
    font-family: 'Vazir', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    /*font-weight: 400;*/
    /*font-family: 'Iranian Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;*/
    font-weight: 400;
}



.dastlafText {
    font-size: var(--mud-typography-h5-size);
    font-family: font-family: 'Vazir', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-weight: var(--mud-typography-h5-weight);
    line-height: var(--mud-typography-h5-lineheight);
    letter-spacing: var(--mud-typography-h5-letterspacing);
    text-transform: var(--mud-typography-h5-text-transform);
}


.Home-Charts-BarCHarts {
    display: flex !important;
}


.Home-Footer {
    position: fixed;
    bottom: 0;
    /*right: 0;*/
    z-index: 20;
    display: flex;
    width: 100% !important;
    justify-content: center;
    font-size: 13px !important;
    background-color: var(--mud-palette-appbar-background);
}


    .Home-Footer .mud-typography-body1 {
        font-size: 13px !important;
    }

    .Home-Footer .mud-toolbar {
        height: auto;
    }

    .Home-Footer .mud-toolbar {
        height: auto;
    }


@media (max-width: 993px) {
    .Home-Footer {
        display: none;
    }
}



.mud-table-toolbar {
    direction: ltr;
}

.mud-table-toolbar-btn {
    direction: rtl;
}
