@font-face {
  font-family: Vazir;
  font-style: normal;
  font-weight: normal;
  src: url('~/assets/fonts/Vazir-FD-WOL.eot') format('eot'),
    url('~~/assets/fonts/Vazir-FD-WOL.woff') format('woff'),
    url('~~/assets/fonts/Vazir-FD-WOL.ttf') format('truetype');
}

@font-face {
  font-family: boldvazir;
  font-style: normal;
  font-weight: normal;
  src: url('~/assets/fonts/Vazir-Bold-FD-WOL.eot') format('eot'),
    url('~/assets/fonts/Vazir-Bold-FD-WOL.ttf') format('ttf'),
    url('~/assets/fonts/Vazir-Bold-FD-WOL.woff') format('woff'),
    url('~/assets/fonts/Vazir-Bold-FD-WOL.woff2') format('woff2');
}

body,
* {
  font-family: vazir !important;
  max-width: 520px;
}
.min-h-60vh{
  position: absolute;
  top: 50px;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
}
.pt-80px{
  padding-top: 80px;
}
.fixed-top-0 {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #f6f9ffa6;
}
.foter-b-0px-max-w-520px {
  bottom: 0;
}
.b-radius-20px {
  border-radius: 20px 20px 0px 0px;
}
.w-83px{
  width: 83px;
}
.font-size-9px{
  font-size: 9px;
}
.top-0{
  position: absolute;
  top: 0;
  width: 100%;
}
.bg-input-grey-liter{
  border: none;
  background-color: #F3F6FA;
}
.center-box {
  width: 465px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.border-radius-20px {
  border-radius: 10px;
  background-color: #606164;
  width: 70px;
  text-align: center;
}
.position-fixed {
  position: fixed;
}
.br-8px{
  border-radius: 8px;
}
.w-100{
  width: 100%;
}
.w-240px{
  width: 240px;
}
.dot {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.br-grey {
  border-bottom: 1px solid #c6c6c6a3;
}
.background-container {
  background-image: url('/woman.png');
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  height: 300px; 
  width: 100%; 
}

.bg-F6F9FF {
  background-color: #F6F9FF;
}

.min-h-100vh {
  min-height: 100vh;
}

.font-bold-number {
  font-family: boldvazir !important;
}

.overflow-x-html {
  overflow-x: hidden;
}

.line-height-description {
  line-height: 2.0em;
}