@font-face {
  font-family: vazirmatn;
  font-weight: 100;
  src:
    url("./font/Vazirmatn-FD-Thin.woff2") format("woff2"),
    url("./font/Vazirmatn-FD-Thin.ttf") format("truetype");
}

@font-face {
  font-family: vazirmatn;
  font-weight: 200;
  src:
    url("./font/Vazirmatn-FD-ExtraLight.woff2") format("woff2"),
    url("./font/Vazirmatn-FD-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: vazirmatn;
  font-weight: 300;
  src:
    url("./font/Vazirmatn-FD-Light") format("woff2"),
    url("./font/Vazirmatn-FD-Light") format("truetype");
}

@font-face {
  font-family: vazirmatn;
  font-weight: 400;
  src:
    url("./font/Vazirmatn-FD-Regular.woff2") format("woff2"),
    url("./font/Vazirmatn-FD-Regular.ttf") format("truetype");
}

@font-face {
  font-family: vazirmatn;
  font-weight: 500;
  src:
    url("./font/Vazirmatn-FD-Medium.woff2") format("woff2"),
    url("./font/Vazirmatn-FD-Medium.ttf") format("truetype");
}

@font-face {
  font-family: vazirmatn;
  font-weight: 600;
  src:
    url("./font/Vazirmatn-FD-SemiBold.woff2") format("woff2"),
    url("./font/Vazirmatn-FD-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: vazirmatn;
  font-weight: 700;
  src:
    url("./font/Vazirmatn-FD-Bold.woff2") format("woff2"),
    url("./font/Vazirmatn-FD-Bold.ttf") format("truetype");
}

@font-face {
  font-family: vazirmatn;
  font-weight: 800;
  src:
    url("./font/Vazirmatn-FD-ExtraBold.woff2") format("woff2"),
    url("./font/Vazirmatn-FD-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: vazirmatn;
  font-weight: 900;
  src:
    url("./font/Vazirmatn-FD-Black.woff2") format("woff2"),
    url("./font/Vazirmatn-FD-Black.ttf") format("truetype");
}

body {
  margin: 0;
  font-family: Vazirmatn;
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
.text-h5,
.text-caption {
  font-family: Vazirmatn !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.8;

}
selector {
  font-feature-settings: "ss01" !important;
}

#loading-bg {
  position: absolute;
  display: block;
  background: var(--initial-loader-bg, #fff);
  block-size: 100%;
  inline-size: 100%;
}

.loading-logo {
  position: absolute;
  inset-block-start: 40%;
  inset-inline-start: calc(50% - 45px);
}

.loading {
  position: absolute;
  box-sizing: border-box;
  border: 3px solid transparent;
  border-radius: 50%;
  block-size: 55px;
  inline-size: 55px;
  inset-block-start: 50%;
  inset-inline-start: calc(50% - 35px);
}

.loading .effect-1,
.loading .effect-2,
.loading .effect-3 {
  position: absolute;
  box-sizing: border-box;
  border: 3px solid transparent;
  border-radius: 50%;
  block-size: 100%;
  border-inline-start: 3px solid var(--initial-loader-color, #eee);
  inline-size: 100%;
}

.loading .effect-1 {
  animation: rotate 1s ease infinite;
}

.loading .effect-2 {
  animation: rotate-opacity 1s ease infinite 0.1s;
}

.loading .effect-3 {
  animation: rotate-opacity 1s ease infinite 0.2s;
}

.loading .effects {
  transition: all 0.3s ease;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1turn);
  }
}

@keyframes rotate-opacity {
  0% {
    opacity: 0.1;
    transform: rotate(0deg);
  }

  100% {
    opacity: 1;
    transform: rotate(1turn);
  }
}

.v-theme--light .phone-btn.text-secondary {
  color: #4c4e64de !important;
}

.v-theme--dark .phone-btn.text-secondary {
  color: #eaeaffde !important;
}

@keyframes rotate-shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(10deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-10deg); }
  100% { transform: rotate(0deg); }
}

.phone-icon {
  animation: rotate-shake 0.7s ease infinite;
}

.date {
  direction: ltr;
}

.v-data-table-footer__info {
  display: none !important;
}
