*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  margin: 0;
  font-family: IRANSans;
  background-color: #f9f9f9;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "IRANSans";
  font-weight: 400;
  font-display: block;
  src:
    url("/assets/fonts/IRANSansFaNum.ttf") format("ttf"),
    url("/assets/fonts/IRANSansWebFaNum.woff2") format("woff2"),
    url("/assets/fonts/IRANSansWebFaNum.woff") format("woff");
}

a {
  color: #000;
  text-decoration: none;
}

.home *,
.home::after,
.home::before {
  box-sizing: border-box !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
input,
label,
button {
  font-family: IRANSans !important;
}

h1,
h2 {
  font-weight: 400;
}

.MuiBreadcrumbs-ol {
  padding: 25px 0px !important;
}

.MuiBreadcrumbs-li,
.MuiBreadcrumbs-li > p {
  font-size: 13px !important;
}

.MuiTab-root.Mui-selected {
  background: #fff;
}
.MuiTypography-root {
  font-size: 14px !important;
}

.MuiMenuItem-root {
  font-size: 1rem !important;
}

.MuiInputBase-input {
  font-size: 0.9rem !important;
}

label,
.MuiAlert-message {
  font-size: 0.9rem !important;
  width: 100%;
}

.MuiButton-startIcon {
  margin-left: 3px !important;
}

.MuiAlert-standardSuccess {
  border: 1px solid #cee7ce;
  margin-top: 10px;
  margin-bottom: 10px;
}

.Mui-disabled.MuiInputBase-inputAdornedEnd {
  color: #193e85 !important;
}

.MuiButton-contained {
  color: #fff !important;
}

.MuiAccordion-root {
  box-shadow: unset !important;
}

@media (min-width: 1920px) and (max-width: 2439.95px) {
  .muirtl-be22wx-MuiTypography-root {
    font-size: 1rem !important;
  }
}

@media print {
  @page {
    size: landscape;
  }
  .print-text {
    min-width: 360px;
  }

  .mobile-section {
    display: none !important;
  }
  .table-section {
    display: flex !important;
  }
  .info-section {
    display: grid !important;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.spin-icon {
  animation: spin 1s linear infinite;
}
