.loading-screen {
  position: absolute;
  width: 100%;
  margin: 0;
  height: 100%;
}

.loading-screen .progress-loader {
  height: 5px;
}

.loading-screen .progress-loader .progress-bar {
  height: 5px !important;
  background-color: #CED242;
  -webkit-animation: width 5s;
          animation: width 5s;
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.loading-screen .progress-loader:last-child {
  height: 200px;
}

.txt-loading {
  text-align: center;
  height: calc(100% - 5px);
}

.txt-loading p {
  max-width: 180px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 25px;
}

.loader-points-cash {
  position: inherit;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 1025px) {
  .loader-points-cash .progress-loader {
    z-index: 1;
    top: -130px;
  }
}

.loader-points-cash .txt-loading {
  position: fixed;
  top: 5px;
  height: calc(100% - 5px);
}

.loader-points-cash .txt-loading p.points {
  max-width: 300px;
}

.loader-points-cash .txt-loading p.cash {
  max-width: 400px;
}

.owl-carousel {
  z-index: 0 !important;
}
/*# sourceMappingURL=loading.css.map */