﻿
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


@font-face {
    font-family: 'iranyekan';
    font-weight: normal;
    font-style: normal;
    src: url('iranyekanwebregular.woff2') format('woff2');
}

@font-face {
    font-family: 'iranyekan';
    font-weight: bold;
    font-style: normal;
    src: url('iranyekanwebbold.woff2') format('woff2');
}

html, body {
    font-family: iranyekan,sans-serif;
    height: 100%;
    width: 100%;
}
.bold-font {
    font-weight: 900 !important;
}
.pa-0
{
    padding : 0 !important;
}

.ma-0
{
    margin : 0 !important;
}
.margin-0-auto {
    margin: 0 auto;
}

.margin-1-auto {
    margin: 1rem auto;
}

.margin-2-auto {
    margin: 2rem auto;
}

.margin-3-auto {
    margin: 3rem auto;
}

.margin-4-auto {
    margin: 4rem auto;
}

.margin-6-auto {
    margin: 6rem auto;
}

.margin-8-auto {
    margin: 8rem auto;
}

.margin-12-auto {
    margin: 12rem auto;
}

.margin-16-auto {
    margin: 16rem auto;
}

.margin-24-auto {
    margin: 24rem auto;
}

.width-0 {
    width: 0;
}

.min-width-0 {
    min-width: 0;
}

.width-100 {
    width: 100%;
}

.min-width-100 {
    min-width: 100%;
}

.max-width-100 {
    max-width: 100%;
}

.height-100 {
    height: 100%;
}

.min-height-100 {
    min-height: 100%;
}

.max-height-100 {
    max-height: 100%;
}

.text-align-center {
    text-align: center;
}

.text-align-start {
    text-align: start;
}

.text-align-end {
    text-align: end;
}

.direction-ltr {
    direction: ltr;
}

.direction-rtl {
    direction: rtl;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.mud-table-cell {
    white-space: nowrap;
    min-width: 100%;
    max-width: 20rem;
    overflow: hidden;
    text-overflow: ellipsis;
}

.column-header {
    /*    color: var(--mud-palette-primary) !important;*/
    white-space: nowrap !important;
    font-weight: 700 !important;
}

.mud-table {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    overflow: hidden !important;
}

.mud-table-toolbar {
    flex: 0 0 auto !important;
}

.mud-tabs {
    height: 100% !important;
}

.mud-tabs-panels {
    height: 100% !important;
}

.mud-tab-panel {
    height: 100% !important;
}

.mud-table-pagination {
    flex: 0 0 auto !important;
}

.mud-table-container {
    flex: 1 1 auto !important;
    overflow: auto !important;
}

.parent-fill {
    height: 100%;
    display: flex;
    flex-direction: column;
}



.remaining-fill {
    flex: 1;
    min-height: 25rem;
}

.mud-button-label {
    text-transform: none !important;
}

h1:focus {
    outline: none;
}

.cursor-pointer
{
    cursor : pointer !important;
}

.file-upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}