@font-face {
  font-family: yekan;
  src: url("./fonts/YekanBakhFaNum-Regular.ttf");
  font-weight: 400;
  font-weight: normal;
}
@font-face {
  font-family: boldYekan;
  src: url("./fonts/YekanBakhFaNum-Bold.ttf");
  font-weight: 400;
  font-weight: normal;
}
html.loading {
  overflow: hidden;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: yekan !important;
  font-size: 12px;
  caret-color: transparent;
  transition: all 1s ease;
  transition: background-color 1s ease;
  overflow-x: hidden;
}
/* --about-theme:  */
body {
  /* background: linear-gradient(to bottom right, #003a3d, #366a58, #003a3d); */
  background: #003a3d !important;
}
body.scrolled_to_about_banner {
  background-color: #70d8b0 !important;
}
body.scrolled_to_about_team {
  /* background-color: #dfebf2 !important; */
  background-color: #dfebf2 !important;
}
ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}
#tt {
  background: radial-gradient(circle, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
}

#preload {
  background-color: rgb(0, 0, 0);
  background-repeat: repeat;
  /* background: radial-gradient(circle, rgba(0,0,0,0) 40%, rgba(0,0,0,.8) 100%); */
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  z-index: 100000;
}
#p2 {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  /* background: radial-gradient(circle, rgba(0,0,0,0) 40%, rgba(0,0,0,.8) 100%); */
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  z-index: 20;
}
#root {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  /* transform: translate(-50%, 0); */
  /* border:1px solid red; */
}
#logo,
#plogo {
  position: absolute;
  width: 40vh;
  height: auto;
  transform: translate(-50%, -50%);
  top: 10%;
  left: 50%;
}
#profileIcon,
#giftIcon,
#prizeIcon,
#gamenetIcon {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  /* width:25vh; */
  max-height: 10em;
}
#prizeIcon {
  left: 16.5%;
}
#giftIcon {
  left: 49.5%;
}
#profileIcon {
  left: 72%;
  /* left: 49.5%; */
}
#gamenetIcon {
  left: 30%;
}
#menu {
  position: absolute;
  bottom: 60px;
  width: 50vh;
  transform: translateX(-50%);
  left: 50%;
}

.rewardss {
  border: 3px solid #f45757;
  filter: drop-shadow(0 0 3px #df3b3b) contrast(1.2) brightness(1.5);
  -webkit-filter: drop-shadow(0 0 3px #df3b3b) contrast(1.2) brightness(1.5);
  position: absolute;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  width: 80vw;
  height: 450px;
  padding-top: 20px;
  padding-bottom: 20px;
  /* height:100px; */
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  border-radius: 35px;
  color: black;
  text-align: center;
  direction: rtl;
  max-width: 400px;
}
.rewardssIn {
  position: absolute;
  width: 80vw;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  /* height:100px; */
  transform: translate(-50%, -50%);
  top: 43%;
  left: 50%;
  border-radius: 10px;
  color: black;
  text-align: center;
  direction: rtl;
  max-width: 400px;
}
#wonItems,
#payPop,
#ptext,
#proText {
  position: absolute;
  background-color: white;
  width: 80vw;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  /* height:100px; */
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border-radius: 10px;
  color: black;
  text-align: center;
  direction: rtl;
  max-width: 400px;
}
#wonItems .items {
  position: relative;
  float: right;
  margin: 2% 10% 0 10%;
  width: 80%;
  height: auto;
}
.title {
  width: auto;
  margin: auto;
}
/* body {
  display: flex;
  height:100vh;
  align-items: center;
  justify-content: center;
  background-color: black;
} */

.cancelBtn {
  color: #999999;
  border: 3px solid #ffffff;
  border-radius: 7px;
  padding: 4px 12.5px;
  font-size: 15px;
  /* font-family: tahoma; */
  /* letter-spacing:5px; */
  cursor: pointer;
  font-weight: bold;
  /* filter: drop-shadow(0 0 .5px #db3eb1) drop-shadow(0 0 .5px #db3eb1) contrast(2) brightness(2); */
  transition: 0.5s;
  margin: 0 10px 0 10px;
}

.cancelBtn:hover {
  color: black;
  background-color: #ffffff;
  filter: drop-shadow(0 0 5px #999999) contrast(2) brightness(2);
  -webkit-filter: drop-shadow(0 0 5px #999999) contrast(2) brightness(2);
}

.button {
  color: #33ff60;
  border: 3px solid #33ff60;
  border-radius: 7px;
  padding: 4px 12.5px;
  font-size: 15px;
  /* font-family: tahoma; */
  /* letter-spacing:5px; */
  cursor: pointer;
  font-weight: bold;
  /* filter: drop-shadow(0 0 .5px #148120) drop-shadow(0 0 .5px #148120) contrast(3) brightness(3); */
  transition: 0.5s;
  margin: 0 10px 0 10px;
  text-decoration: none;
}
.later-button {
  margin: 0 0px 0 10px;
  color: #f66f75;
  border-color: #f66f75;
}
.later-button:hover {
  background-color: #f66f75 !important;
}
.gamenet-button {
  margin: 0 26px 0 10px;
}

.button:hover {
  color: white;
  background-color: #33ff60;
  filter: drop-shadow(0 0 5px #148120) contrast(3) brightness(1);
  -webkit-filter: drop-shadow(0 0 5px #148120) contrast(3) brightness(1);
}
#payInfo {
  text-align: right;
  float: right;
  margin-right: 15px;
}
.wItems {
  position: relative;
  margin-right: 20%;
  width: 20%;
  float: right;
  border-radius: 10px;
  border: 3px solid #e4b972;
  height: 100px;
  filter: drop-shadow(0 0 1px #000000) contrast(1) brightness(1);
  -webkit-filter: drop-shadow(0 0 1px #000000) contrast(1) brightness(1);
}
.wItems img {
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0px;
}
.wItems span {
  color: #e4b972;
  position: absolute;
  display: block;
  transform: translate(-50%, -50%);
  top: 70%;
  left: 50%;
}
/* .wonPoochSpan{
  color:#e74141;
  position:absolute;
  display:block;
  transform: translate(-50%,-50%);
  top:70%;
  left:50%
} */
.tLogo {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 90px;
}
.trow {
  width: 80%;
  float: right;
  position: relative;
  margin-top: 140px;
  margin-right: 5%;
}
.trow img,
.nrow img {
  position: absolute;
  right: -10px;
  height: 80px;
  top: -40px;
}
.brow {
  float: right;
  height: 40px;
  color: white;
  padding: 25px 35px 0 0;
  font-size: 13px;
}
.brow div {
  position: absolute;
  right: 59px;
  top: -9px;
  font-size: 18px;
  text-shadow: 2px 2px #08223d;
}
.nrow {
  width: 80%;
  float: right;
  position: relative;
  margin-top: 30px;
  margin-right: 5%;
}
#rules {
  width: 44vh;
  height: auto;
  color: goldenrod;
  text-shadow: 2px 2px #08223d;
  direction: rtl;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 72%;
  left: 50%;
  font-size: 11px;
  text-align: justify;
  text-justify: inter-word;
  line-height: normal;
}

@media only screen and (min-height: 620px) {
  #rules {
    font-size: 14px;
  }
}
@media only screen and (max-width: 620px) {
  .trow img,
  .nrow img {
    position: absolute;
    right: -10px;
    height: 80px;
    top: -19px;
  }
}

#rwtitle {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  top: -35px;
  font-size: 35px;
  color: white;
  text-shadow: 2px 2px #08223d;
}
#pbar {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: xx-large;
}
#pfilling {
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
  color: white;
  /* direction: rtl; */
  overflow: hidden;
  height: 150px;
  width: 350px;
}
#pfilling span {
  display: inline-grid;
  font-family: boldYekan;
  font-size: clamp(8rem, 10vw, 10rem);
  transform: translateY(0%) translateZ(0px);
}

.lds-roller {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.inlineCoin {
  margin-bottom: -10px;
  display: inline;
  height: 43px;
  top: 8px;
  position: relative;
  margin-right: -10px;
}
#stars {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  mask: linear-gradient(white 5%, transparent 100%);
  /* mask:radial-gradient(circle, white 30%, transparent 60%); */
  display: block;
  /* position: relative; */
  width: 100%;
  height: 100vh;
  z-index: -1;
  transition: display 0.8s ease;
}
div {
  box-sizing: border-box;
}
.hero {
  min-height: 100vh;
}
.leftDiv {
  direction: rtl;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  height: calc(100vh - 64px);
  width: 45vw;
  color: white;
  font-family: "yekan";
  border-radius: 1rem;
}
.content_title {
  font-size: 30px;
}
.content_text {
  margin: 10px;
  margin-right: 23px;
  text-align: justify;
  font-size: clamp(1.2rem, 1vw, 1.7rem);
  line-height: 3rem;
  width: 80%;
}

.AboutTeamDesktopHolder {
  display: grid;
  padding: clamp(12.5rem, 13.2275132275vw, 16.625rem) clamp(2.5rem, 2.6455026455vw, 3.325rem);
}
/* @media (min-width: 992px) { */
.AboutTeamDesktopHolder {
  margin: clamp(12.5rem, 13.2275132275vw, 16.625rem) auto;
}
/* } */
.AboutTeamDesktop {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 1fr));
  gap: 2rem;
}
.AboutTeam_team_column {
  list-style: none;
  display: grid;
  grid-gap: inherit;
  gap: inherit;
  padding: 0;
  grid-auto-rows: max-content;
  height: fit-content;
  transform: translateY(0);
}
.AboutTeam_team_column:nth-child(2n) {
  transform: translateY(-5rem);
  transition: transform 0.3s ease-out;
}
.AboutTeam_card {
  opacity: 0;
  display: grid;
  background-color: #dae0e4;
  border-radius: 30px;
  position: relative;
  height: auto;
  width: 100%;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.AboutTeam_card.visible {
  opacity: 1;
}

.AboutTeam_card_image {
  border-radius: 30px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.AboutTeam_card_pill {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  border-radius: 25px;
  background-color: #fff;
  justify-self: center;
  align-self: flex-end;
  font-weight: 500;
  width: 80%;
  height: auto;
  padding: clamp(0.5rem, 0.5vw, 1rem);
  transform: translateY(-20px);
}
.AboutTeam_card_name {
  font-size: clamp(1rem, 1vw, 1.5rem);
  padding: clamp(0.5rem, 0.5vw, 1rem);
  border-radius: 100vw;
  color: #33ff60;
  /* color: #82d7ff; */
  /* color: var(--theme-primary); */
  background: #070035;
}
.AboutTeam_card_role {
  font-size: clamp(1rem, 1vw, 1.5rem);
  color: black;
  text-align: center;
  width: 100%;
}
/*******************About Banner********************/
.TeamBanner {
  background: radial-gradient(#fdfdfd 8%, #379aea00 43%);
  min-height: 100vh;
  position: relative;
  display: grid;
  align-items: center;
  position: relative;
  width: 100%;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  padding-top: 5vw;
}
.TeamBanner.visible {
  opacity: 1;
}
.TeamBanner_text {
  grid-area: 1/-1;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  font-size: 75px;
  color: white;
  font-family: boldYekan;
  text-shadow: 0 0 20px black;
  white-space: nowrap;
  position: relative;
  letter-spacing: 1px;
}
.TeamBanner_text .up_text {
  transform: translateY(-13vw);
}
.TeamBanner_text .down_text {
  position: relative;
  z-index: 1;
  transform: translateY(-9vw);
}
.TeamBanner_image {
  grid-area: 1/-1;
  display: grid;
  overflow: hidden;
}
.TeamBanner_image img {
  width: 110%;
}
.TeamBanner_image .up_image {
  transform: translateY(0px) translateX(-100px);
}
.TeamBanner_image .down_image {
  position: absolute;
  z-index: 1;
  left: -100px;
}
/*****************Word Ticker******************/
.WordTicker {
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 10vw 0;
  color: white;
  /* background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0) 100%
  ); */
}
.WordTicker img {
  width: 35vw;
}
.WordTicker h2 {
  margin: 0;
  font-family: boldYekan;
  font-size: clamp(3rem, 3vw, 3.5rem);
  width: 45vw;
  line-height: 2;
}

.WordTicker_words {
  display: inline-grid;
  font-family: boldYekan;
  font-size: clamp(3.5rem, 3.5vw, 4rem);
  color: #33ff60;
}
.WordTicker_words span {
  opacity: 0;
  transform: translateY(25%) translateZ(0px);
}
.WordTicker_words span.change_translate_animat {
  opacity: 1;
  transform: translateY(0%) translateZ(0px);
}
/******************PreLoader*******************/
#prePrecentage {
  position: absolute;
  width: 320px;
  min-width: 320px;
  height: 85px;
  text-align: right;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 80px;
  font-family: boldYekan;
  /* line-height: 80px; */
  line-height: 96px;
  overflow: hidden;
  /* border: 1px solid; */
}
#prePrecentage div {
  font-size: 100px;
}
#numeric {
  position: absolute;
  text-align: center;
  top: 0px;
  left: 180px;
}
#tens {
  position: absolute;
  text-align: center;
  top: 83px;
  left: 105px;
}
#hundred {
  position: absolute;
  text-align: center;
  top: 83px;
  left: 70px;
}
/**********************Footer***************************/
/* Footer */

.footer {
  border-top: 2px solid #4c956c;
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.footer > div {
  display: flex;
  justify-content: space-around;
  padding: 24px 0;
}
.footer ul {
  padding-left: 0px;
}
.footer ul li:first-child {
  color: #4c956c;
  font-size: 16px;
  font-family: boldYekan;
  margin-bottom: 16px;
}
.footer li {
  color: #333333;
  font-size: 14px;
  font-family: yekan;
  text-align: right;
  margin-bottom: 8px;
  cursor: pointer;
}
.footer .social_links li:first-child img {
  width: 150px;
}
.footer .social_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.footer .social_links li:last-child {
  display: flex;
  justify-content: space-around;
  gap: 8px;
}
.copy_right {
  width: 100%;
  padding: 8px !important;
  text-align: center;
  background: #003a3d;
  color: #ffffff;
  font-size: 14px;
}
/***************Stat**************/
.stat {
  width: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
  padding: 48px 0;
  gap: 32px;
}
.stat .stat_title {
  /* font-size: 24px; */
  font-size: clamp(1.5rem, 2vw, 2.5rem);
  font-family: boldYekan;
  color: #333333;
  text-align: center;
}
.stat_card_wraper {
  display: flex;
  justify-content: space-evenly;
}
.stat .stat_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: fit-content;
}
.stat .stat_card img {
  width: 24px;
}
.stat .stat_card span {
  font-size: 24px;
  font-family: boldYekan;
  color: #333333;
}
.stat .stat_card .title {
  font-size: 14px;
  font-family: yekan;
  color: #333333;
}
/***************Service**************/

.service .service_title span {
  color: #4c956c;
}
.service .service_title {
  text-align: right;
  font-size: 24px;
  font-family: boldYekan;
  width: 80%;
}
.service {
  width: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0;
  gap: 32px;
}
.service_card_wraper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2vw;
  padding-left: 0px;
}

.service_card {
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 16px;
  padding-top: 37px;
  width: 250px;
  position: relative;
  background-color: white;
  border-radius: 16px;
  margin-top: 32px;
}
.service_card:hover {
  background-color: #f6ae2d;
}
.service_card:nth-child(1) .icon {
  background-image: url("./images/online_support.svg");
}
.service_card:nth-child(2) .icon {
  background-image: url("./images/seminar.svg");
}
.service_card:nth-child(3) .icon {
  background-image: url("./images/couple_support.svg");
}
.service_card:nth-child(4) .icon {
  background-image: url("./images/person_support.svg");
}
/* .service_card:nth-child(1):hover .icon {
  background-image: url("./images/online_support_orang.svg");
}
.service_card:nth-child(2):hover .icon {
  background-image: url("./images/seminar_orang.svg");
}
.service_card:nth-child(3):hover .icon {
  background-image: url("./images/couple_support_orang.svg");
}
.service_card:nth-child(4):hover .icon {
  background-image: url("./images/person_support_orang.svg");
}
.service_card:hover .icon {
  background-color: white;
} */
.service_card .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: #f6ae2d;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  border-radius: 8px;
}
.service_card .title {
  text-align: right;
  font-size: 16px;
  font-family: boldYekan;
  color: #333333;
}
.service_card:hover .title,
.service_card:hover .description {
  color: white;
}

.service_card .description {
  font-size: 14px;
  font-family: yekan;
  color: #333333;
  text-align: right;
}
.service_card .button_outlined:hover {
  color: #f6ae2d;
}
.service_card .button_outlined {
  padding: 10px 16px;
  border-radius: 1rem;
  font-size: 14px;
  font-family: yekan;
  border: 1px solid #f6ae2d;
  background-color: white;
  color: #f6ae2d;
}
/************************************/
#numeric,
#tens,
#hundred {
  transition: top 0.5s ease-in-out;
}

body.noscroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}
/***************************AUTH***************************/
.auth-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  direction: rtl;
}

.auth-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem;
  border-radius: 12px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.auth-header {
  text-align: center;
  margin-bottom: 2rem;
}

.auth-header img {
  width: 120px;
  margin-bottom: 1rem;
}

.auth-form .form-group {
  margin-bottom: 1.5rem;
}

.auth-form input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  font-family: inherit;
}

.auth-form .button_outlined {
  width: 100%;
  padding: 12px;
  margin-top: 1rem;
  border: 1px solid #003a3d;
  background-color: white;
  color: #003a3d;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.auth-form .button_outlined:hover {
  background-color: #003a3d;
  color: white;
}

#resendCode:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.forgetpass_btn {
  color: #333333;
  font-size: 14px;
  font-family: yekan;
  text-decoration: underline;
  cursor: pointer;
  padding: 2rem 0;
}
/******************************popup Error/success*********************************/
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOut {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

.popup {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.popup:hover {
  transform: translateY(-2px);
}
.error-message {
  color: red;
  margin-top: 5px;
}
