﻿@font-face {
    font-family: "Iransans";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/IranSans/IRANSansWeb.eot);
    src: url(../fonts/IranSans/IRANSansWeb.woff2) format("woff2"),url(../fonts/IranSans/IRANSansWeb.woff) format("woff"),url(../fonts/IranSans/IRANSansWeb.ttf) format("truetype")
}

@font-face {
    font-family: "Iransans";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/IranSans/IRANSansBold.ttf);
}

@font-face {
    font-family: "Iransans";
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url(../fonts/IranSans/IRANSansBold.ttf);
}

@font-face {
    font-family: "IransansBold";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/IranSans/IRANSansBold.ttf)
}

.mud-typography, .mud-button {
    font-family: "Iransans";
}

body {
    font-family: "Iransans";
    background-color: #f5f7ff;
}

.full-height-table .mud-table-container {
    height: calc(100vh - 224px);
    /*min-height:200px;*/
}

.content-grid {
    grid-template-rows: auto 1fr;
    height: 100%
}

.default-back {
    background-color: white;
}

.mud-table-foot .bold-row .mud-table-cell {
    font-weight: 500;
}

.mud-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    position: relative;
    color: #6c757d;
    gap: 10px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-size: 15.2px;
    padding: 10px 15px;
}

.mud-nav-group > .mud-nav-link > .mud-nav-link-text {
    font-weight: 500;
}


:root {
    --mud-drawer-width-left: 270px !important;
}
.mud-table-toolbar {
    margin-bottom: 20px;
}

.mud-drawer-header {
    padding: 10px 16px 6px 16px !important;
}

.w-100 {
    width: 100% !important;
}

.mud-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mud-dialog-content {
    border-top: solid lightgray 1px;
    border-radius: 0 !important;
    border-bottom: solid lightgray 1px;
}
.mud-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.main-tab .mud-tabs-panels {
    height: calc(100vh - 54px);
    overflow-y: auto;
    overflow-x: hidden;
}



.bottom-toolbar {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.mud-main-content {
padding-top:0 !important;
}