@font-face {
  font-family: VazirR;
  font-display: swap;
  src: url(../fonts/vazir-regular-fd.woff) format("woff"), url(../fonts/vazir-regular-fd.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: VazirM;
  font-display: swap;
  src: url(../fonts/vazir-medium-fd.woff) format("woff"), url(../fonts/vazir-medium-fd.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: VazirL;
  font-display: swap;
  src: url(../fonts/vazir-light-fd.woff) format("woff"), url(../fonts/vazir-light-fd.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}

:root {
  --fontfamilyR: 'VazirR';
  --fontfamilyM: 'VazirM';
  --fontfamilyL: 'VazirL';
  --bodyColor: #6b7280;
  --main-color: #00977D;
  --main-color-dark: #006c59;
  --second-color: #caaa41;
  --second-color-dark: #b8931b;
  --lh: 1.4rem;
  --td-scale: 0.9;
  --colspan: 1;
  --bodyBg: #fafafa;
}

body {
  background-color: #eeeeee;
  font-family: var(--fontfamilyL), tahoma, sans-serif;
  color: var(--bodyColor);
}

a,
div,
span,
th,
p,
button,
input,
select,
h1,
h2,
h3,
h4,
h5,
h6,
.font {
  font-family: var(--fontfamilyL), tahoma, sans-serif;
  color: var(--bodyColor);
}

img {
  width: 100%;
}

.content-body {
  width: 100%;
  max-width: 540px;
  color: var(--bodyColor);
  font-size: 1rem;
}

.font-small {
  font-size: .875rem;
}

.index .content-body .card .card-title {
  border-bottom: 1px dashed #e5e5e5;
}

.index .content-body .card .card-title::before {
  background-color: #eeeeee;
  border-radius: 100%;
  content: "";
  height: 29px;
  position: absolute;
  top: 100%;
  width: 29px;
  left: 0;
  transform: translate(-70%, -45%);
}

.index .content-body .card .card-title::after {
  background-color: #eeeeee;
  border-radius: 100%;
  content: "";
  height: 29px;
  position: absolute;
  top: 100%;
  width: 29px;
  right: 0;
  transform: translate(70%, -45%);
}

.finish .content-body .card .card-title {
  height: 150px;
  clip-path: ellipse(72.68% 138px at 49.22% 6px);
  color: #ffffff;
}

.finish .content-body .card .card-title > * {
  color: #ffffff;
}

.finish.error .content-body .card .card-title {
  background-color: #dc3545;
}

.finish.success .content-body .card .card-title {
  background-color: #28a745;
}

.logo {
  max-width: 130px;
}

.logo-icon {
  max-width: 60px;
}

.footer-image {
  max-width: 100px;
}

.iranejra-logo {
  max-width: 130px;
}

.link {
  text-decoration: none;
  color: inherit;
}