.help-center-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}

.help-center-container iframe {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
}
.help-center-container .close {
  position: absolute;
  right: 0px;
  top: -10px;
  padding: 20px;
  color: white;
  cursor: pointer;
}

.ask-help {
  z-index: 9;
}

.blockPage {
  border: none !important;
  background: none !important;
}

.small,
small {
  font-size: 60% !important;
}

.custom-badge {
  position: absolute;
  right: -15px;
  top: -10px;
}

.bold-text {
  font-weight: bolder;
}

a.color-blue {
  color: #00adef;
}

.game-container {
  width: 100%;
  height: 100%;
}
.main-panel {
  height: 100%;
}

/* PRELOADER CSS */
.page-loader {
  width: 100%;
  height: 100vh;
  position: absolute;
  /* background: #fec57e; */
  background: url("../images/custom-images/img-2-1.jpg") no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1000;
}

.page-loader > .txt {
  color: #363849;
  text-align: center;
  top: 40%;
  position: relative;
  /* text-transform: uppercase; */
  letter-spacing: 0.3rem;
  font-weight: bold;
  line-height: 1.5;
}

/* SPINNER ANIMATION */
.spinner {
  position: relative;
  top: 35%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background-color: #fff;

  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.spin-container {
  width: 90%;
  margin-left: 17%;
}

@media screen and (max-width: 1024px) {
  .spin-container {
    width: 60%;
    margin-left: 28%;
  }
}

@media screen and (max-width: 800px) {
  .spin-container {
    width: 60%;
    margin-left: 20%;
  }
}

@media screen and (max-width: 782px) {
  .page-loader {
    background: url("../images/custom-images/img-1-1.jpg") no-repeat center
      center fixed;
  }
}


#user-info-dialog{
  color : #000;
}