
/*>>> Vazirmatn*/

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/Vazirmatn-FD-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/Vazirmatn-FD-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/Vazirmatn-FD-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/Vazirmatn-FD-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/Vazirmatn-FD-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/Vazirmatn-FD-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/Vazirmatn-FD-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/Vazirmatn-FD-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('fonts/Vazirmatn-FD-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/*<<< Vazirmatn*/
/*.mud-table {
    position: absolute;
    bottom: 0;
    top: 50px;
    right: auto;
    left: auto;
}*/
body,
.ml-3,
.mud-typography,
.mud-typography-h3,
.mud-typography-h5,
.mud-typography-input,
.mud-typography-body1 {
    font-family: Vazirmatn !important;
}

.mud-typography-h5 {
    font-family: Vazirmatn !important;
}

.mud-button{
    font-family: Vazirmatn !important;
}
.mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
    font-family: Vazirmatn !important;
}
.justify-sm-end {
    justify-content: flex-start !important;
}

.pt-16, .py-16 {
    padding-top: 0 !important;
}

/*.mt-16, .my-16 {*/
    /* margin-top: 0 !important; */
    /* margin-bottom: 0 !important; */
/*}*/

.mud-container {
    padding-left: 5px !important;
    padding-right: 10px !important;
}
.mud-icon-button {
    padding: 0 !important;
}

.mud-radio-group{
    direction:ltr;
}
.mud-radio-content-placement-start {
    float: right;
    margin-right: 16px;
    margin-left: -11px;
    margin-inline-end: 16px;
    margin-inline-start: -11px;
}

.mud-table-bordered .mud-table-container .mud-table-root .mud-table-body .mud-table-row .mud-table-cell:not(:last-child) {
    border-right: 0 !important;
    border-left: 1px solid var(--mud-palette-table-lines) !important;
}
