
.loading[data-v-efe9d588]{
  position: fixed;
  z-index: 9;
  background-color: rgba(0,0,0,0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.loader[data-v-efe9d588] {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #f5cc2f;
  width: 50px;
  height: 50px;
  -webkit-animation: spin-data-v-efe9d588 2s linear infinite; /* Safari */
  animation: spin-data-v-efe9d588 2s linear infinite;
  margin-bottom: 10px;
}
p[data-v-efe9d588]{
    font-size: 14px;
    line-height: 26px;
}
/* Safari */
@-webkit-keyframes spin-data-v-efe9d588 {
0% { -webkit-transform: rotate(0deg);
}
100% { -webkit-transform: rotate(360deg);
}
}
@keyframes spin-data-v-efe9d588 {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
  


.index-page[data-v-ae7b1e4c]{
  background-color: #000;
  width: 100%;
  height: 100vh;
}

