.mat-paginator-range-label {
    direction: ltr;
}
body {
    font-family: 'IRANSansWeb' !important
}

mat-cell {
    font-family: 'IRANSansWeb' !important
}

mat-label {
    font-family: 'IRANSansWeb' !important
}

input {
    font-family: 'IRANSansWeb' !important
}

button {
    font-family: 'IRANSansWeb' !important
}

matInput {
    font-family: 'IRANSansWeb' !important
}

mat-header-cell {
    font-family: 'IRANSansWeb' !important
}

.mat-checkbox-layout .mat-checkbox-label {
    font-family: 'IRANSansWeb' !important
}

.mat-option-text {
    font-family: 'IRANSansWeb' !important
}

.mat-select-value-text {
    font-family: 'IRANSansWeb' !important
}

.mat-slide-toggle-content {
    font-family: 'IRANSansWeb' !important
}

.mat-tooltip {
    font-family: 'IRANSansWeb' !important;
    font-size: larger;
}

.mat-tab-label {
    font-family: 'IRANSansWeb' !important;
}

.form-actions button {
    margin: 2px;
}

.modal-header {
    height: 70px;
    font-family: 'IRANSansWeb' !important;
}

.modal-title {
    font-family: 'IRANSansWeb' !important;
    font-family: 'IRANSansWeb' !important;
}

.example-custom-date-class {
    background: orange;
    border-radius: 100%;
}

.PadRight10px {
    padding-right: 10px;
}

.text-muted {
    font-family: 'IRANSansWeb' !important;
}

h1 {
    font-family: 'IRANSansWeb' !important
}

h2 {
    font-family: 'IRANSansWeb' !important
}

h3 {
    font-family: 'IRANSansWeb' !important
}

h4 {
    font-family: 'IRANSansWeb' !important
}

h5 {
    font-family: 'IRANSansWeb' !important
}

h6 {
    font-family: 'IRANSansWeb' !important
}

p {
    font-family: 'IRANSansWeb' !important
}
.FarsiFont {
  font-family: 'IRANSansWeb' !important
}


.TextGuid {
    color: #4dbd74;
    position: absolute;
    right: 5px;
    top: 30px;
    font-size: X-small;
    font-family: 'IRANSansWeb' !important;
}


.ShowInLargMonitor {
    display: inline !important;
}


.ShowInMiddleMonitor {
    display: inline !important;
}

.ShowInSmallMonitor {
    display: none !important;
}

@media only screen and (max-width: 1200px) {
    .ShowInLargMonitor {
        display: inline !important;
    }
    .ShowInMiddleMonitor {
        display: none !important;
    }
   .ShowInSmallMonitor {
        display: none !important;
    }
}



@media only screen and (max-width: 1080px) {
    .ShowInLargMonitor {
        display: none !important;
    }
    .ShowInMiddleMonitor {
        display: none !important;
    }
    .ShowInSmallMonitor {
        display: inline !important;
    }
}

mat-cell {
    position: relative;
}