:root {
  --loading-grey: #ededed;
}

.skeleton-card {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.skeleton-image img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block;
}

h4 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.skeleton-description {
  font-size: 1rem;
  line-height: 1.4rem;
}

.skeleton-loading .skeleton-image, .skeleton-loading .skeleton-description {
  background-color: var(--loading-grey);
  background: linear-gradient( 100deg, #fff0 40%, #ffffff80 50%, #fff0 60% ) var(--loading-grey);
  background-position-x: 180%;
  background-size: 200% 100%;
  animation: loading 1s ease-in-out infinite;
}

@keyframes loading {
  to {
    background-position-x: -20%;
  }
}

.skeleton-loading h4 {
  min-height: 1.6rem;
  border-radius: 4px;
  animation-delay: 50ms;
}

.skeleton-loading .skeleton-description {
  min-height: 4rem;
  border-radius: 4px;
  animation-delay: 60ms;
}

.lobby-wrapper {
  height: max-content;
  margin-top: 75px;
  padding: 4rem 1rem;
  position: relative;
}

.lobby-container {
  --game-w: 200px;
  --grid-col-gap: 10px;
  --skeleton-h: 172px;
}

@media (max-width: 319px) {
  .lobby-container {
    --game-w: 135px;
    --grid-areas: "left" "right"14;
    --con-m: .5rem 1rem;
    --fill-h: 0x;
    --span-size: 16px;
    --skeleton-h: 140px;
  }
}

@media (min-width: 320px) and (max-width: 419px) {
  .lobby-container {
    --game-w: 135px;
    --grid-areas: "left" "right";
    --con-m: .5rem 1rem;
    --fill-h: 0x;
    --container-width: 0%;
    --container-gap: 5%;
    --span-size: 17px;
    --skeleton-h: 150px;
  }
}

@media (min-width: 420px) and (max-width: 799px) {
  .lobby-container {
    --game-w: 140px;
    --grid-areas: "left" "right";
    --con-m: .5rem 1rem;
    --fill-h: 0x;
    --container-width: 5%;
    --container-gap: 5%;
    --span-size: 17px;
    --grid-col-gap: 2rem;
  }
}

@media (min-width: 800px) and (max-width: 916px) {
  .lobby-container {
    --game-w: 135px;
    --grid-areas: "left" "right";
    --con-m: .5rem 1rem;
    --fill-h: 0x;
    --span-size: 17px;
    --grid-col-gap: 2rem;
  }
}

@media (min-width: 917px) and (max-width: 1049px) {
  .lobby-container {
    --game-w: 140px;
    --grid-col-gap: 2rem;
    --span-size: 18px;
  }
}

@media (min-width: 1050px) and (max-width: 1215px) {
  .lobby-container {
    --game-w: 150px;
    --grid-col-gap: 2rem;
    --span-size: 18px;
  }
}

@media (min-width: 1216px) and (max-width: 1218px) {
  .lobby-container {
    --game-w: 135px;
    --game-m: 15px;
    --span-size: 19px;
  }
}

@media (min-width: 1219px) and (max-width: 1399px) {
  .lobby-container {
    --game-w: 160px;
    --grid-col-gap: 2rem;
    --span-size: 19px;
  }
}

@media (min-width: 1400px) and (max-width: 2000px) {
  .lobby-container {
    --game-w: 200px;
    --grid-col-gap: 10px;
    --span-size: 20px;
  }
}

@media (min-width: 2000px) {
  .lobby-container {
    --container-width: 25%;
    --container-gap: 5%;
    --game-w: 160px;
    --span-size: 20px;
  }
}

@media (min-width: 1400px) and (max-width: 1600px) {
  .lobby-container {
    --game-w: 160px;
    --span-size: 20px;
    --grid-col-gap: 3rem;
  }
}

@media (min-width: 1601px) {
  .lobby-container {
    --game-w: 200px;
    --span-size: 20px;
    --grid-col-gap: 10px;
  }
}

@media (min-width: 200px) and (max-width: 991px) {
  .lobby-wrapper {
    margin-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .lobby-wrapper {
    margin-top: 75px;
  }
}

.lobby-game-group {
  margin-bottom: 1rem;
}

.lobby-game-group .lobby-game-content {
  grid-template-columns: repeat(auto-fill, minmax(var(--game-w), 1fr) );
  grid-column-gap: var(--grid-col-gap);
  grid-row-gap: 10px;
  place-items: start center;
  display: grid;
}

.skeleton-description {
  width: var(--game-w);
  height: var(--skeleton-h);
  margin-bottom: 60px;
}

.game-content.show .icon-container {
  position: relative;
}

.game-content.show .icon-container img {
  width: var(--game-w);
}

.game-content.show .icon-container .icon-logo {
  z-index: 2;
  position: absolute;
  top: 10%;
  left: 0;
}

.ind-jackpot {
  position: relative;
}

.ind-jackpot span {
  z-index: 10;
  color: #ff0;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.ind-jackpot img {
  z-index: -1;
}

.game-caption div {
  color: #fff;
}

img.main-bg {
  --height: 100%;
  z-index: -1;
  width: 100%;
  height: var(--height);
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
}

.jackpot-container {
  text-align: center;
  --cont-w: unset;
  --fs: 35px;
  --top: 55%;
}

.jackpot {
  width: max-content;
  color: #fff;
  margin: auto;
  position: relative;
}

.jackpot .jackpot-content {
  top: var(--top);
  width: 100%;
  position: absolute;
}

@media (max-width: 319px) {
  .jackpot-container {
    --cont-w: 95vw;
    --top: 50%;
    --fs: 30px;
  }
}

@media (min-width: 320px) and (max-width: 520px) {
  .jackpot-container {
    --cont-w: 95vw;
    --top: 50%;
    --fs: 30px;
  }
}

.jackpot img {
  width: var(--cont-w);
}

.jackpot-content-text span {
  font-size: var(--fs);
}

.navbar {
  --brand-img-w: 72px;
}

.header-btn-mobile {
  position: absolute;
  right: 85px;
}

@media (min-width: 320px) and (max-width: 599px) {
  .navbar {
    --brand-img-w: 50px;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .navbar {
    --brand-img-w: 60px;
  }
}

@media (max-width: 992px) {
  .navbar {
    --brand-img-w: 50px;
  }

  .header-btn {
    position: absolute;
    right: 85px;
  }
}

.navbar .navbar-brand img {
  width: var(--brand-img-w);
}



.game-content.hide {
  display: none;
}

.game-content.show {
  display: block;
  position: relative;
  overflow: hidden;
}

.gr-skeleton.hide {
  display: none;
}

.game-content.show .icon-container {
  position: relative;
}

.game-content.show .icon-container .icon-logo {
  z-index: 2;
  position: absolute;
  top: 10%;
  left: 0;
}

.game-content.show.options-open .icon-container img {
  filter: blur(4px);
}

.game-content.show .game-options .btn-close {
  color: #fff;
  background-color: #fff;
  position: absolute;
  top: -30px;
  right: 0;
}

.game-content.show.options-open .game-options {
  display: block;
}

.game-content.show .game-options {
  z-index: 5;
  text-align: center;
  background-color: #0000;
  display: none;
  position: absolute;
  bottom: 20%;
}

.game-content.show .game-options .btn {
  margin-bottom: 4px;
}

.game-options-btn {
  max-width: 150px;
  margin: auto;
}

.game-options {
  width: 100%;
  display: absolute;
  top: 25%;
}

.modal-form-content {
  max-width: 650px;
  background: linear-gradient(#fdfeff 0%, #eaf3fe 20.19%, #bddffb 38.75%, #7dc7f9 56.91%, #4cb0f8 67.96%, #39a5f7 75.07%, #1b8ef6 84.54%, #0574f6 100%);
}

.modal-form-content form {
  height: 600px;
  max-width: 400px;
  margin: auto;
}

.modal-form-container.modal-dialog {
  max-width: 600px !important;
}

.modal-form-content form .form-control {
  height: 40px !important;
}

.modal-form-container {
  position: relative;
}

.modal-form-container .btn-close {
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 30px;
}

.modal-form-footer {
  text-align: center;
  vertical-align: center;
  margin-bottom: 2rem;
  display: table-cell;
}

.modal-form-footer span {
  font-size: 2rem;
  font-weight: 600;
}

@media (max-width: 319px) {
  .modal-form-content {
    padding: 0 1rem;
  }

  .modal-form-content .modal-form-logo {
    text-align: center;
  }

  .modal-form-content .modal-form-logo img {
    width: 250px;
    margin: auto;
  }

  .modal-form-footer span {
    font-size: 1.2rem;
  }

  .modal-form-footer img {
    width: 50px;
  }
}

@media (min-width: 320px) and (max-width: 520px) {
  .modal-form-content {
    padding: 0 1rem;
  }

  .modal-form-content .modal-form-logo {
    text-align: center;
  }

  .modal-form-content .modal-form-logo img {
    width: 250px;
    margin: auto;
  }

  .modal-form-footer span {
    font-size: 1.2rem;
  }

  .modal-form-footer img {
    width: 50px;
  }
}

.login-logo {
  text-align: center;
}

.login-logo img {
  max-width: 300px !important;
}

.spinner-4 {
  width: 50px;
  height: 50px;
  -webkit-mask-composite: destination-in;
  background: conic-gradient(#0000 10%, #f03355) content-box content-box;
  border-radius: 50%;
  padding: 1px;
  animation: s4 1s steps(10, end) infinite;
  -webkit-mask-image: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 calc(100% - 8px));
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: border-box, border-box;
  -webkit-mask-origin: border-box, border-box;
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}

@keyframes s4 {
  to {
    transform: rotate(1turn);
  }
}

.hot {
  color: #fff;
  width: 35px;
  height: 22.4px;
  text-align: center;
  z-index: 1;
  background-color: #ff0404;
  border-radius: 10px 0;
  font-size: 10px;
  animation-name: blinkHot;
  animation-duration: .5s;
  animation-iteration-count: infinite;
  position: absolute;
  top: 0;
  right: 0;
}

@keyframes blinkHot {
  from {
    background-color: red;
  }

  to {
    color: #000;
    background-color: #ff0;
  }
}

.login-form-container .input-group-text img {
  width: 40px;
}

.modal-ads-content {
  border-radius: 7% !important;
}

.modal-ads-content img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.modal-ads-container {
  max-width: 1000px;
}

.modal-ads-container .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.register-form-container .input-group-text img {
  width: 40px;
}

.register-form-container #target-form {
  height: max-content !important;
  max-width: 90% !important;
}

body {
  background-color: #060d28;
}

.social-container {
  padding: 5px;
  position: absolute;
  bottom: 0;
}

.cust-fb-share {
  padding: 1px 8px;
  font-size: 11px;
  font-weight: 500;
}

.social-content, .social-content button {
  grid-auto-flow: column;
  display: grid;
}



/*# sourceMappingURL=index.541e1363.css.map */
