@charset "utf-8";

body {
  padding: 0;
  width: 100vw;
  height: 30vh;
  over-flow:hidden;

}
.hideLoad{

display:none!important;
}
.loading-page {
  background: url(https://omo-oss-image.thefastimg.com/portal-saas/new2022090219294606871/cms/image/7374653d-59df-488d-baae-416f72b9f633.jpg?d=1675735983256);
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  margin: auto;
  background-position: center;
}
.loading-page .counter {
  text-align: center;
}
.loading-page .counter p {
  font-size: 40px;
  font-weight: 100;
  color: #f60d54;
display: none;}
.loading-page .counter h1 {
  color: rgba(234,62,0,1);
  font-size: 30px;
  margin-top: -10px;
}
.loading-page .counter hr {
  background: #f60d54;
  border: none;
  height: 1px;
}
.loading-page .counter {
  position: absolute;
  width: 200px;
bottom: 14%;}
.loading-page .counter h1.abs {
  position: absolute;
  top: 0;
  width: 100%;
}
.loading-page .counter .color {
  width: 0px;
  overflow: hidden;
  color: #f60d54;
}

@media only screen and (max-width: 768px) {
  .loading-page {
     display: none!important;
  }
}