/* others */
.index-div {
  border: 2px solid var(--btn-accept-border);
  background: linear-gradient(180deg, var(--btn-accept) 0%, #000000 100%);
}

.game-ui .button-holder button.red {
  color: var(--btn-accept-border) !important;
}

.blue-btn {
  background: var(--btn-reject-border);
  color: white;
}

.bet-circle {
  border: 1px solid var(--yellowtheme);
}

.gallery-contaienr {
  border-radius: 16px;
  border: 1px solid var(--yellowtheme);
  background: #111111;
}

.border-container-top {
  padding-left: 10px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: black;
  background: var(--yellowtheme);
  font-family: var(--headertxt);
  letter-spacing: -0.2px;
}

.first-border-gallery {
  border-radius: 5px;
  background: #55555550;
  position: relative;
}

.first-border-gallery .border-liness {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 3px;
  background: linear-gradient(180deg, #555555, #555555);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  width: 100%;
}

.second-border-gallery {
  border-radius: 5px;
  background: #572f1050;
  position: relative;
}

.second-border-gallery .border-liness {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 3px;
  background: linear-gradient(180deg, #572f10, #572f10);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  width: 100%;
}

.third-border-gallery {
  border-radius: 5px;
  background: linear-gradient(180deg, #fe333f50 0%, #000000 100%);
  position: relative;
}

.third-border-gallery .border-liness {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 3px;
  background: linear-gradient(180deg, #fe333f, #000000);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  width: 100%;
}

.fourth-border-gallery {
  border-radius: 5px;
  background: linear-gradient(180deg, #fcea1f50 0%, #000000 100%);
  position: relative;
}

.fourth-border-gallery .border-liness {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 3px;
  background: linear-gradient(180deg, #fcea1f, #000000);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  width: 100%;
}

.fifth-border-gallery {
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    #fff5da50 0%,
    #ac981450 23.64%,
    #ffe36550 45.8%,
    #b37e0450 66.47%,
    #b98d1750 82.23%,
    #fff1b250 100%
  );
  position: relative;
}

.fifth-border-gallery .border-liness {
  position: absolute;
  inset: 0;
  border-radius: 5px;
  padding: 3px;
  background: linear-gradient(
    180deg,
    #fff5da 0%,
    #ac9814 23.64%,
    #ffe365 45.8%,
    #b37e04 66.47%,
    #b98d17 82.23%,
    #fff1b2 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  width: 100%;
}

.gallery-contaienr.promax {
  border: 1px solid #555555;
}

.border-container-top.promax {
  background: #777777;
}

.box-container-bottom.promax {
  background: linear-gradient(180deg, #55555540 0%, #55555540 100%);
}

.box-container-bottom.promax .text-yellow,
.box-container-bottom.promax .text-white {
  color: #555555 !important;
}

.box-container-bottom.promax .input-pinky-container .input-pinky {
  border: 2px solid #555555 !important;
}

.bg-greysss {
  background: #333333;
}

.border-gallery {
  margin: 10px 10px;
}

.coming-soooon {
  min-height: 130px;
  max-height: 130px;
  overflow: hidden;
}

.coming-soooon .promax div {
  position: absolute;
  left: auto;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d5322e30;
  color: white;
  font-family: var(--headertxt);
  text-align: center;
  width: 90%;
  top: 35%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  font-size: 18px;
}

.bg-left-logo {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bg-left-logo div:first-child {
  color: var(--yellowtheme) !important;
  line-height: 1;
  font-size: 15px;
}

.bg-left-logo div:last-child {
  color: var(--yellowtheme) !important;
  line-height: 1;
  font-size: 18px;
}

.bg-right-logo {
  background: url(../images/novax-bg.png) no-repeat center;
  background-size: 100% 100%;
  min-height: 110px;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-container-bottom {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 10px 10px 15px 10px;
}

.width-sx {
  min-width: 60px;
  max-width: 60px;
}

.gallery-containers .col-6:nth-child(odd) {
  padding-right: 5px !important;
}

.gallery-containers .col-6:nth-child(even) {
  padding-left: 5px !important;
}

@media (max-width: 575px) {
  .imgtop {
    width: initial !important;
    margin-top: 8px;
  }
}

.imgtop {
  width: initial !important;
}

.flatpickr-months {
  height: 48px;
}

.green-alertss .alert-dots {
  background: var(--btn-accept);
}

.stack-management-container .stake-value {
  font-size: 18px;
}

.stack-management-container .btn-small-opacity-grey {
  border-radius: 20px;
  padding: 7px 20px;
  background: rgb(110 113 99);
  border: 2px solid white !important;
  color: white;
  text-align: center;
  font-size: 12px;
  font-family: var(--headertxt);
  text-transform: uppercase;
}

.stack-management-container .tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 100px;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
}

.stack-management-container .tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #192733;
  z-index: 1;
}

.stack-management-container .hover-text:hover .tooltip-text {
  visibility: visible;
}

.stack-management-container #top {
  font-size: 12px;
  top: -40px;
  left: -50%;
}

.stack-management-container #top::before {
  top: 80%;
  left: 45%;
}

.stack-management-container .hover-text {
  position: relative;
  display: inline-block;
  padding-left: 1%;
  text-align: left;
}

.stack-management-container .tooltip-text {
  visibility: hidden;
}

.stack-management-container .tooltip-text.visible {
  visibility: visible;
}

.stack-management-container .hidediv {
  display: none !important;
}

.stack-management-container #appendDuv .all1 {
  position: relative;
  margin-top: 70px;
}

.stack-management-container #appendDuv .all2 {
  position: relative;
  z-index: 9999999;
  left: 0;
  right: 0;
  background: black;
  margin-top: -52px;
}

.stack-management-container .all0:nth-child(1) {
  margin-top: -47px;
}

.stack-management-container .w-50 {
  width: 50%;
}

.text-green {
    color: #00dc30!important;
}

.bg-blacks {
  background: #111111b2;
}

.inventory-title {
  color: white;
  font-family: var(--headertxt);
}

.border-bottom-1px-greyss {
  border-bottom: 1px solid #555555;
}

.cards-width-left {
  width: 100%;
}

.cards-width-right {
  width: 40%;
}

.text-greys {
  color: #888888;
}

.bet-circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  background: #2d311d;
}

.bet-circle p {
  margin-top: 13px;
}

.bet-contents {
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.bet-contents .inventory-count,
.new-input {
  border: 0px !important;
  color: white !important;
  text-align: center;
}

.table-inventory {
  width: 100%;
  margin-top: 30px;
}

.table-inventory th:first-child {
  width: 30%;
  color: white;
  font-family: var(--headertxt);
  background: #333333;
}

.table-inventory th:last-child {
  width: 70%;
  color: white;
  font-family: var(--headertxt);
  background: #333333;
}

.table-inventory td {
  color: white;
  border-bottom: 1px solid #333333;
}

#exchange-email .font-sfui {
  font-family: var(--bodytxt);
}

.select-nova {
  display: none;
  position: absolute;
  border: 1px solid #888888;
  background: #111111;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  max-width: 95%;
  width: 100%;
  margin: auto;
  left: 0;
  right: 0;
  top: 39px;
}

.select-nova input[type="radio"] + label span {
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #888888 inset;
}

.select-nova input[type="radio"]:checked + label span {
  background-color: #fcea1f;
  box-shadow: 0px 0px 0px 2px white inset;
}
.select-nova input[type="radio"]:checked + label,
.select-nova input[type="radio"]:checked ~ div {
  color: #fcea1f;
}

.select-nova .input-radios {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.text-red {
  color: var(--btn-reject2)!important;
}

.container-position {
  top: 30px;
  position: absolute;
  z-index: 99;
  padding: 3px;
}

.icon-containerss {
  border-radius: 50%;
  padding: 5px;
  min-width: 40px;
  height: 40px;
  border: 1px solid var(--yellowtheme);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(15px, 0px);
  position: relative;
  z-index: 9999;
  background: #000;
}

.stake-containersss {
  max-width: 100%;
  width: 100%;
}

.stake-containersss .font-sfui {
  font-size: 12px !important;
  white-space: nowrap;
  letter-spacing: -0.1px;
}

.text-stack {
  position: absolute;
  text-align: center;
  font-family: var(--headertxt);
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  height: 100%;
  font-size: 15px;
}

.text-stack-2 {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -16px;
  height: 100%;
  font-size: 31px;
  font-weight: bold;
  font-style: italic;
  font-family: "Bahnschrift-bold";
  letter-spacing: 2px;
}

@font-face {
  font-family: "Bahnschrift-bold";
  src: url("../fonts/Bahnschrift-bold.eot");
  src: url("../fonts/Bahnschrift-bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Bahnschrift-bold.woff") format("woff"),
    url("../fonts/Bahnschrift-bold.woff2") format("woff2"),
    url("../fonts/Bahnschrift-bold.ttf") format("truetype"),
    url("../fonts/Bahnschrift-bold.svg#Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.stack-management-container .banner-imgs {
  margin-top: 50px;
}

.play-containers img {
  max-width: 200px;
  width: 100%;
}

@media (min-width: 576px) {
  .modal-content {
    min-width: 350px;
  }
}

.bg-mains .stack-management-container {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {
  .box-container-bottom {
    font-size: 12px;
  }

  .box-container-bottom .input-pinky-container .input-pinky {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.btn-yellow-large-cancel {
  font-size: 16px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 10px;
  font-family: var(--headertxt);
  padding: 10px 25px;
  text-align: center;
  cursor: pointer;
}

.bg-mains {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bg-mains.stack-onlys {
  background: black !important;
}

.profile-icon-left {
  position: absolute;
  left: 5px;
  top: 3px;
}

.network-contaienrs {
  width: 19px;
  margin-top: 2px;
  margin-left: 3px;
}

.loading {
  position: fixed !important;
}

footer {
  text-transform: uppercase;
}

body,
html {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}

.loader img,
.loader,
.loading-bar {
  max-width: 484px;
  min-width: 484px;
  width: 100%;
  margin: auto;
}

@media (max-width: 576px) {
  .loader img,
  .loader,
  .loading-bar {
    max-width: 309px;
    min-width: 309px;
    width: 100%;
    margin: auto;
  }
}

.logo_thumbs_body {
  margin: 0;
  padding: 0px;
}

.logo_thumbs_wrapper {
  background: linear-gradient(180deg, #311010 0.16%, #eb4d24 100.06%);
  stroke-width: 2.8px;
  stroke: #f6dc1c;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.49);
  min-height: 600px;
  border-radius: 50px;
  padding: 38px 41px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: top;
  align-content: flex-start;
  gap: 30px;
}
.logo_thumbs_wrapper .logo_thumb_single {
  background: linear-gradient(
    0deg,
    #f6dc1c,
    #ed6023,
    #f6dc1c,
    #ed6023,
    #f6dc1c,
    #ed6023
  );
  max-height: 147px;
  position: relative;
  padding: 2px;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.logo_thumbs_wrapper .logo_thumb_single::after {
  position: absolute;
  content: "";
  background: #000;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  bottom: 0;
  right: 0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  pointer-events: none;
}
.logo_thumbs_wrapper .logo_thumb_single .number {
  position: relative;
  z-index: 2;
  color: #f6dc1c;
  font-size: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  box-sizing: border-box;
}

.logo_thumb {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.logo_red {
  background-color: #dd2b2b;
}

.logo_yellow {
  background-color: #fcea1e;
}

#grid {
  display: grid;
  grid-template-columns: repeat(3, 100px);
  grid-gap: 10px;
  justify-content: center;
  margin: 20px auto;
}

.box {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  background-color: #222;
  cursor: pointer;
  font-size: 24px;
  color: #ffd700;
}

.controls {
  margin-top: 20px;
}

.logo_thumb_single {
  min-height: 150px;
}

.tickets-txt {
  text-align: left;
  cursor: pointer;
}

.col-4:nth-child(2) .tickets-txt {
  text-align: center;
}

.col-4:last-child .tickets-txt {
  text-align: right;
}

.logo-containers {
  height: 150px;
}

.logo-containers .logo_thumb {
  position: relative;
}

.logo-containers .logo_thumb .border-greysss.active {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  padding: 3px;
  background: linear-gradient(
    0deg,
    #f6dc1c,
    #ed6023,
    #f6dc1c,
    #ed6023,
    #f6dc1c,
    #ed6023
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  width: 100%;
}

.logo-containers .logo_thumb.active {
  filter: grayscale(1);
}

.logo-containers .logo_thumb.active .border-greysss {
  display: none;
}

.blink_me::after {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    background: rgb(33, 37, 41);
  }
}

.logo_thumb img {
  width: 100%;
}

.logo-containers .logo_thumb img {
  width: auto;
}

@media (max-width: 576px) {
  .logo_thumbs_body {
    padding: 0px;
  }

  .logo_thumbs_wrapper {
    padding: 35px 15px;
    gap: 15px;
  }

  .logo_thumbs_wrapper .logo_thumb_single {
    min-height: 100px;
    max-height: 100px;
  }

  .logo_thumbs_wrapper {
    min-height: initial;
  }

  .logo_thumb {
    padding: 10px;
  }

  .logo_thumbs_wrapper .logo_thumb_single,
  .logo_thumb,
  .logo_thumbs_wrapper .logo_thumb_single::after {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
  }
}
.fas.fa-globe-asia {
  font-size: 24px;
}

.gem-balance-container {
  display: flex;
  padding-bottom: 10px;
}

.gem-txt {
  color: #888888;
  margin-right: 15px;
  font-size: 18px;
}

.gem-balance-container .form-control.new-control {
  border-bottom: 0px;
  font-size: 18px !important;
  font-family: var(--bodytxt);
}

.game-banner-container {
  min-width: 200px;
  width: 100%;
  max-width: 300px;
}

.dashboard-left-containers {
  min-width: 210px;
  width: 100%;
}

body .shownav {
  width: 150px !important;
}

.fund_in_btn {
  font-size: 11px !important;
  letter-spacing: -0.5px;
}

#popupsuccessbox .font-level2.font-blue.upper, #popupsuccessbox .font-level2.font-blue.upper.colorWhite {
  color: #fff !important;
}



@keyframes blink {
    0% { box-shadow: 0 -10px 15px yellow; }
    50% { box-shadow: none; }
    100% { box-shadow: 0 -10px 15px yellow; }
}

@-webkit-keyframes blink {
    0% { box-shadow: 0 -10px 15px yellow; }
    50% { box-shadow: 0 0 0; }
    100% { box-shadow: 0 -10px 15px yellow; }
}



.next-only {
  -webkit-animation: blink 1.0s linear infinite;
  -moz-animation: blink 1.0s linear infinite;
  -ms-animation: blink 1.0s linear infinite;
  -o-animation: blink 1.0s linear infinite; 
  animation: blink 1.0s linear infinite;
    border-radius: 10px;
}
