﻿@import url("../fonts/farsi-fonts/font.css");
:root {
  --mud-palette-black: #111111;
  --mud-palette-white: #ffffff;
  --mud-palette-primary: #73bf43;
  --mud-palette-primary-rgb: 115, 191, 67;
  --mud-palette-primary-text: #ffffff;
  --mud-palette-primary-darken: #63a739;
  --mud-palette-primary-lighten: #88c85f;
  --mud-palette-primary-hover: rgba(115, 191, 67, 0.05882353);
  --mud-palette-secondary: #1e2843;
  --mud-palette-secondary-rgb: 30, 40, 67;
  --mud-palette-secondary-text: #f5f5f5;
  --mud-palette-secondary-darken: #13192a;
  --mud-palette-secondary-lighten: #29375b;
  --mud-palette-secondary-hover: rgba(30, 40, 67, 0.05882353);
  --mud-palette-tertiary: #20c997;
  --mud-palette-tertiary-rgb: 32, 201, 151;
  --mud-palette-tertiary-text: #ffffff;
  --mud-palette-tertiary-darken: #1aa87d;
  --mud-palette-tertiary-lighten: #34dfac;
  --mud-palette-tertiary-hover: rgba(32, 201, 151, 0.05882353);
  --mud-palette-info: #1b9ad6;
  --mud-palette-info-rgb: 27, 154, 214;
  --mud-palette-info-text: #ffffff;
  --mud-palette-info-darken: #1680b1;
  --mud-palette-info-lighten: #2eabe5;
  --mud-palette-info-hover: rgba(27, 154, 214, 0.05882353);
  --mud-palette-success: #73bf43;
  --mud-palette-success-rgb: 115, 191, 67;
  --mud-palette-success-text: #ffffff;
  --mud-palette-success-darken: #63a739;
  --mud-palette-success-lighten: #88c85f;
  --mud-palette-success-hover: rgba(115, 191, 67, 0.05882353);
  --mud-palette-warning: red;
  --mud-palette-warning-rgb: 240, 196, 43;
  --mud-palette-warning-text: #ffffff;
  --mud-palette-warning-darken: #e5b710;
  --mud-palette-warning-lighten: #f2ce4a;
  --mud-palette-warning-hover: rgba(240, 196, 43, 0.05882353);
  --mud-palette-error: #dc3545;
  --mud-palette-error-rgb: 220, 53, 69;
  --mud-palette-error-text: #ffffff;
  --mud-palette-error-darken: #b02400;
  --mud-palette-error-lighten: #ff5f4a;
  --mud-palette-error-hover: rgba(220, 53, 69, 0.05882353);
  --mud-palette-dark: #424242;
  --mud-palette-dark-rgb: 66, 66, 66;
  --mud-palette-dark-text: #ffffff;
  --mud-palette-dark-darken: #2e2e2e;
  --mud-palette-dark-lighten: #575757;
  --mud-palette-dark-hover: rgba(66, 66, 66, 0.05882353);
  --mud-palette-text-primary: #2e2e2e;
  --mud-palette-text-secondary: #76818c;
  --mud-palette-text-disabled: #b0b0b0;
  --mud-palette-action-default: #80838b;
  --mud-palette-action-default-hover: rgba(128, 131, 139, 0.05882353);
  --mud-palette-action-disabled: rgba(128, 131, 139, 0.29803922);
  --mud-palette-action-disabled-background: rgba(128, 131, 139, 0.11764706);
  --mud-palette-surface: #ffffff;
  --mud-palette-background: #f5f5f5;
  --mud-palette-background-gray: #f5f5f5;
  --mud-palette-drawer-background: #ffffff;
  --mud-palette-drawer-text: #424242;
  --mud-palette-drawer-icon: #616161;
  --mud-palette-appbar-background: rgba(245, 245, 245, 0.8);
  --mud-palette-appbar-text: #424242;
  --mud-palette-lines-default: #e2e5e8;
  --mud-palette-lines-inputs: #e2e5e8;
  --mud-palette-table-lines: #eff0f2;
  --mud-palette-table-striped: rgba(0, 0, 0, 0.01960784);
  --mud-palette-table-hover: rgba(0, 0, 0, 0.03921569);
  --mud-palette-divider: #e2e5e8;
  --mud-palette-divider-light: rgba(128, 131, 139, 0.14901961);
  --mud-palette-skeleton: rgba(0, 0, 0, 0.10980392);
  --mud-palette-gray-default: #9E9E9E;
  --mud-palette-gray-light: #BDBDBD;
  --mud-palette-gray-lighter: #E0E0E0;
  --mud-palette-gray-dark: #757575;
  --mud-palette-gray-darker: #616161;
  --mud-palette-overlay-dark: rgba(33, 33, 33, 0.49803922);
  --mud-palette-overlay-light: rgba(255, 255, 255, 0.49803922);
  --mud-ripple-color: var(--mud-palette-text-primary);
  --mud-ripple-opacity: 0.1;
  --mud-ripple-opacity-secondary: 0.2;
  --mud-elevation-0: none;
  --mud-elevation-1: 0 2px 4px -1px rgba(6, 24, 44, 0.2);
  --mud-elevation-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mud-elevation-3: 0 30px 60px rgba(0, 0, 0, 0.12);
  --mud-elevation-4: 0 6px 12px -2px rgba(50, 50, 93, 0.25), 0 3px 7px -3px rgba(0, 0, 0, 0.3);
  --mud-elevation-5: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
  --mud-elevation-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mud-elevation-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
  --mud-elevation-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mud-elevation-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
  --mud-elevation-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  --mud-elevation-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
  --mud-elevation-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mud-elevation-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
  --mud-elevation-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
  --mud-elevation-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
  --mud-elevation-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mud-elevation-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
  --mud-elevation-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
  --mud-elevation-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
  --mud-elevation-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
  --mud-elevation-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
  --mud-elevation-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
  --mud-elevation-23: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
  --mud-elevation-24: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
  --mud-elevation-25: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  --mud-default-borderradius: 8px;
  --mud-drawer-width-left: 240px;
  --mud-drawer-width-right: 240px;
  --mud-drawer-width-mini-left: 56px;
  --mud-drawer-width-mini-right: 56px;
  --mud-appbar-height: 80px;
  --mud-typography-default-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-default-size: 0.8125rem;
  --mud-typography-default-weight: 400;
  --mud-typography-default-lineheight: 1.4;
  --mud-typography-default-letterspacing: normal;
  --mud-typography-default-text-transform: none;
  --mud-typography-h1-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-h1-size: 3.5rem;
  --mud-typography-h1-weight: 700;
  --mud-typography-h1-lineheight: 1.167;
  --mud-typography-h1-letterspacing: -0.01562em;
  --mud-typography-h1-text-transform: none;
  --mud-typography-h2-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-h2-size: 3rem;
  --mud-typography-h2-weight: 300;
  --mud-typography-h2-lineheight: 1.2;
  --mud-typography-h2-letterspacing: -0.00833em;
  --mud-typography-h2-text-transform: none;
  --mud-typography-h3-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-h3-size: 2rem;
  --mud-typography-h3-weight: 600;
  --mud-typography-h3-lineheight: 1.167;
  --mud-typography-h3-letterspacing: 0;
  --mud-typography-h3-text-transform: none;
  --mud-typography-h4-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-h4-size: 1.5rem;
  --mud-typography-h4-weight: 400;
  --mud-typography-h4-lineheight: 1.235;
  --mud-typography-h4-letterspacing: 0.00735em;
  --mud-typography-h4-text-transform: none;
  --mud-typography-h5-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-h5-size: 1.25rem;
  --mud-typography-h5-weight: 400;
  --mud-typography-h5-lineheight: 1.3;
  --mud-typography-h5-letterspacing: 0;
  --mud-typography-h5-text-transform: none;
  --mud-typography-h6-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-h6-size: 1.125rem;
  --mud-typography-h6-weight: 600;
  --mud-typography-h6-lineheight: 1.5;
  --mud-typography-h6-letterspacing: 0.0075em;
  --mud-typography-h6-text-transform: none;
  --mud-typography-subtitle1-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-subtitle1-size: 1rem;
  --mud-typography-subtitle1-weight: 600;
  --mud-typography-subtitle1-lineheight: 1.75;
  --mud-typography-subtitle1-letterspacing: 0.00938em;
  --mud-typography-subtitle1-text-transform: none;
  --mud-typography-subtitle2-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-subtitle2-size: 0.875rem;
  --mud-typography-subtitle2-weight: 500;
  --mud-typography-subtitle2-lineheight: 1.57;
  --mud-typography-subtitle2-letterspacing: 0.00714em;
  --mud-typography-subtitle2-text-transform: none;
  --mud-typography-body1-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-body1-size: 0.875rem;
  --mud-typography-body1-weight: 400;
  --mud-typography-body1-lineheight: 1.5;
  --mud-typography-body1-letterspacing: 0.00938em;
  --mud-typography-body1-text-transform: none;
  --mud-typography-body2-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-body2-size: 0.8125rem;
  --mud-typography-body2-weight: 400;
  --mud-typography-body2-lineheight: 1.43;
  --mud-typography-body2-letterspacing: 0.01071em;
  --mud-typography-body2-text-transform: none;
  --mud-typography-button-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-button-size: 0.8125rem;
  --mud-typography-button-weight: 500;
  --mud-typography-button-lineheight: 1.75;
  --mud-typography-button-letterspacing: 0.02857em;
  --mud-typography-button-text-transform: uppercase;
  --mud-typography-caption-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-caption-size: 0.75rem;
  --mud-typography-caption-weight: 400;
  --mud-typography-caption-lineheight: 1.66;
  --mud-typography-caption-letterspacing: 0.03333em;
  --mud-typography-caption-text-transform: none;
  --mud-typography-overline-family: 'font-primary', 'Dana', 'Sahel FD', 'Tahoma', 'Arial', 'sans-serif';
  --mud-typography-overline-size: 0.75rem;
  --mud-typography-overline-weight: 400;
  --mud-typography-overline-lineheight: 2.5;
  --mud-typography-overline-letterspacing: 0.08333em;
  --mud-typography-overline-text-transform: none;
  --mud-zindex-drawer: 1100;
  --mud-zindex-appbar: 1300;
  --mud-zindex-dialog: 1400;
  --mud-zindex-popover: 1200;
  --mud-zindex-snackbar: 1500;
  --mud-zindex-tooltip: 1600;
  --mud-native-html-color-scheme: light;
}
.mud-main-content {
  height: 100%;
  min-height: 100vh;
  display: flex;
  /*background-color: #F7F9FC !important;*/
  /* !important helps override less specific rules */
}
.mud-tabs {
  background-color: var(--mud-palette-surface);
}
.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
  font-size: var(--mud-typography-subtitle1-size);
}
.mud-simple-table table * tr > td,
.mud-simple-table table * tr th {
  font-size: var(--mud-typography-default-size) !important;
}
.mud-expand-panel .mud-expand-panel-header {
  font-size: var(--mud-typography-default-size) !important;
}
.mud-button-year {
  font-size: var(--mud-typography-default-size) !important;
}
.mud-table-cell {
  font-size: var(--mud-typography-default-size) !important;
}
.mud-typography-subtitle2 {
  font-size: var(--mud-typography-subtitle2-size);
  color: var(--mud-palette-text-secondary);
}
.mud-typography-body1 {
  font-size: var(--mud-typography-body1-size);
}
.mud-typography-body2 {
  font-size: var(--mud-typography-body2-size);
  color: var(--mud-palette-text-secondary);
}
.mud-button-outlined-size-small {
  font-size: var(--mud-typography-body2-size);
}
.mud-grid.readonly-grid > .mud-grid-item {
  border-bottom: 1px solid var(--mud-palette-table-lines);
  padding-bottom: 2px;
}
.mud-nav-link {
  white-space: normal !important;
}
.mud-overlay-loading {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.mud-button-filled {
  box-shadow: none;
  background: none;
}
.mud-button-filled:hover {
  box-shadow: none;
  background: none;
}
.mud-table {
  overflow: hidden;
}
span.mud-typography.mud-typography-caption {
  color: var(--mud-palette-secondary);
}
.mud-grid-spacing-xs-2 > .mud-grid-item {
  padding-left: 16px;
  padding-top: 8px;
}
.mud-form .mud-input-control {
  margin-bottom: 24px !important;
}
.mud-input-label.mud-input-label-text.mud-input-label-inputcontrol {
  color: var(--mud-palette-gray-dark) !important;
}
.mud-chip-filled.mud-chip-color-warning {
  /*background-color: var(--mud-palette-warning-lighten);
    color: var(--mud-palette-warning);*/
  /*color: var(--mud-palette-warning-darken);*/
  color: var(--mud-palette-warning);
  background-color: var(--mud-palette-warning-hover);
}
.mud-chip-filled.mud-chip-color-info {
  /*background-color: var(--mud-palette-info-lighten);
    color: var(--mud-palette-info);*/
  color: var(--mud-palette-info);
  background-color: var(--mud-palette-info-hover);
}
.mud-chip-filled.mud-chip-color-error {
  /*background-color: #FCEAEA;
    color: #DF2729;
    background-color: var(--mud-palette-error-lighten);
    color: var(--mud-palette-error);*/
  color: var(--mud-palette-error);
  background-color: var(--mud-palette-error-hover);
}
.mud-chip-filled.mud-chip-color-success {
  /*background-color: #E8F7EC;
    color: #18A941;
    background-color: var(--mud-palette-success-lighten);
    color: var(--mud-palette-success);*/
  color: var(--mud-palette-success);
  background-color: var(--mud-palette-success-hover);
}
.mud-chip-filled.mud-chip-color-primary {
  /*background-color: var(--mud-palette-primary-lighten);
    color: var(--mud-palette-primary);*/
  color: var(--mud-palette-primary);
  background-color: var(--mud-palette-primary-hover);
}
.mud-chip-filled.mud-chip-color-secondary {
  /*    background-color: var(--mud-palette-secondary-lighten);
    color: var(--mud-palette-secondary);*/
  color: var(--mud-palette-secondary);
  background-color: var(--mud-palette-secondary-hover);
}
/*
.mud-chip {
    font-size: var(--mud-typography-default-size);
}

    .mud-chip.mud-chip-size-small {
        font-size: var(--mud-typography-body1-size);
    }*/
.titan-gradiant-primary {
  background: #06b89c;
  background: linear-gradient(90deg, #06b89c 0%, #1b9ad6 100%);
}
.titan-gradiant-sunrise {
  background: #22c1c3;
  background: linear-gradient(0deg, #22c1c3 0%, #fdbb2d 100%);
}
.titan-gradiant-sunset {
  background: #833ab4;
  background: linear-gradient(90deg, #833ab4 0%, #fd1d1d 50%, #fcb045 100%);
}
.titan-gradiant-circle {
  background: #3f5efb;
  background: radial-gradient(circle, #3f5efb 0%, #fc466b 100%);
}
.titan-gradiant-pastil {
  background: #eeaeca;
  background: radial-gradient(circle, #eeaeca 0%, #94bbe9 100%);
}
.titan-gradiant-body {
  background: #eeaeca;
  background: radial-gradient(circle, #eeaeca 0%, #94bbe9 100%);
}
.titan-gradiant-text {
  background: #06b89c;
  background: linear-gradient(90deg, #06b89c 0%, #1b9ad6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.align-items-center {
  align-items: center;
}
.lines {
  height: 100dvh;
  background: url(/img/pattern.svg) no-repeat center bottom;
  background-size: cover;
}
.not-selectable {
  user-select: none;
}