body {
  font-family: "Prompt", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #ebc76e;
  line-height: 1.43;
  margin: 0px;
  max-width: 100vw;
  background: #2a2a2a;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  list-style-type: none;
}

.navbar-fixed {
  position: fixed;
  top: 0;
  background: #2a2a2a;
  width: 100%;
  /* box-shadow: 0 2px 7px 0 #000000; */
  z-index: 11;
}

.navbar-fixed-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.toggle-bar {
  padding: 15px;
  position: fixed;
  left: 2px;
}

.icon-bar {
  width: 18px;
  height: 3px;
  color: #deaf33;
  border: 2px solid #eadebf;
  border-radius: 2px;
  background-color: #cbb37d;
  margin-top: 0.21rem;
}

.nav-logo {
  margin: 0.5em;
  height: auto;
  min-height: 50px;
  max-height: 100px;
}

.nav-right {
  position: fixed;
  display: flex;
  right: 0;
  color: white;
  padding: 10px 15px;
}

.slide {
  margin-top: 68px;
}

.main-content {
  margin: 0 auto;
  max-width: 1500px;
}

.nav-container {
  padding: 0;
  overflow: auto;
  scroll-behavior: auto;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  position: relative;
  width: 90px;
  -webkit-overflow-scrolling: auto;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.menu-left-btn-container {
  padding: 5px 5px 10px 5px;
}

.active.menu-left-btn {
  background: linear-gradient(to bottom, #e7d39d, #b19560);
}

.menu-left-btn {
  background: linear-gradient(to bottom, #393939, #292929);
  box-shadow: 0 5px 7px 0 #000000;
  border-radius: 15px;
  width: 70px;
  height: 75px;
  text-align: center;
  flex-wrap: wrap;
  padding: 7px 0;
  font-weight: bold;
  font-family: var(--systemfont);
  cursor: pointer;
}

.active .menu-icon-active {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  border-style: none;
  margin-top: -3px;
}

.menu-left-btn img {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  border-style: none;
}

.menu-icon-active + .menu-text {
  color: white;
}

.active .menu-text {
  margin-top: -3px;
}

.menu-text {
  margin-top: 4px;
  font-size: 14px;
  white-space: nowrap;
}

.game-container {
  padding: 0 10px 0 0;
  overflow: auto;
}

.tab-main-content {
  display: none;
  position: relative;
  z-index: 10;
  padding: 1% 1% 1% 2% !important;
  overflow: hidden;
}

.main-app .section-title {
  padding-bottom: 20px;
  text-align: center;
  display: block;
}

.main-app .section-title .title {
  font-size: 140%;
  line-height: 18px !important;
}

.main-app .section-title .title::before {
  content: "";
  border-top: 2px solid #7acde9;
  width: 20%;
  color: #000;
  display: inline-block;
  height: 8px;
  margin: 0 15px;
  box-sizing: border-box;
}

.main-app .section-title .title::after {
  content: "";
  border-top: 2px solid #7acde9;
  width: 20%;
  color: #000;
  display: inline-block;
  height: 8px;
  margin: 0 15px;
  box-sizing: border-box;
}

.img-radius-10 {
  border-radius: 10px;
  background: linear-gradient(to bottom, #393939, #292929);
  border-color: #000;
  box-shadow: 0 5px 7px 0 #000000;
}

.img-radius-10 {
  border-radius: 10px;
}

.img-transform {
  cursor: pointer;
}

.img-transform:hover {
  transform: skew(10deg) scale(1);
}

.btn-login {
  padding: 5px 10px;
  background: linear-gradient(to bottom, #e7d39d, #b19560);
  color: black;
  border-radius: 5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.nav-footer {
  position: fixed;
  margin: 0 auto;
  bottom: 10px;
  top: auto !important;
  width: 90%;
  max-width: 500px;
  height: auto;
  z-index: 100;
  background: none;
  box-shadow: none;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-footer ul {
  display: flex;
  margin: 0;
  padding: 0px 10px 0px 10px;
  background: linear-gradient(to bottom, #393939, #292929);
  box-shadow: 0 5px 7px 0 #000000;
  border-radius: 100px;
  width: auto;
  flex-direction: row;
  justify-content: space-evenly;
}

.nav-footer ul li {
  color: transparent;
  background: linear-gradient(to bottom, #e7d39d, #b19560);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1em;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}

.nav-footer ul li a {
  color: #ebc76e;
}

.nav-footer ul li:hover {
  color: #fff;
}

.nav-footer ul li i {
  display: block;
  font-size: 1.8em;
}

.nav-footer-sub-menu {
  display: none;
  position: fixed;
  margin: 0 auto;
  bottom: 90px;
  top: auto !important;
  max-width: 240px;
  height: auto;
  z-index: 10;
  background: none;
  box-shadow: none;
  right: 0;
}

.nav-footer-sub-menu ul {
  display: flow-root;
  margin: 0;
  padding: 10px 10px 10px 5px;
  background: linear-gradient(to bottom, #393939, #292929);
  box-shadow: 0 5px 7px 0 #000000;
  border-radius: 15px;
  width: auto;
  flex-direction: row;
  justify-content: space-evenly;
}

.nav-footer-sub-menu ul li {
  color: transparent;
  background: linear-gradient(to bottom, #e7d39d, #b19560);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.1em;
  padding: 10px;
  text-align: left;
  cursor: pointer;
  padding: 5px 5px 5px 10px;
}

.nav-footer-sub-menu ul li a {
  color: #fff;
}

.nav-footer-sub-menu ul li:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-footer-sub-menu ul li span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  margin: 0px 3px 0px 0px;
}

.nav-footer-sub-menu ul li div {
  display: contents;
}

.nav-footer-sub-menu ul li i {
  display: inline;
  font-size: 1em;
}

.user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  position: fixed;
  padding-top: 5px;
  left: 42px;
  font-size: 0.8em;
}

.user-info ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.user-info ul li {
  font-size: 1.1em;
  padding-right: 10px;
}

.credit-info {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative !important;
  justify-content: flex-start;
  width: 100%;
}

.credit-info ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.credit-info ul li {
  font-size: 0.85em;
  padding-top: 5px;
  padding-right: 10px;
}

.iframe {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  background: #000;
  color: #fff;
  font-size: 2em;
}

.close-game {
  display: inline-block;
  position: fixed;
  top: 10px;
  left: 10px;
  font-size: 1.6em;
  text-align: center;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background: url(../images/close-button.png) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}

.selectbank {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.selectbank li {
  display: inline-block;
}

.selectbank li input[type="radio"][id^="radio"] {
  display: none;
}

.selectbank li label {
  padding: 0px;
  display: block;
  position: relative;
  margin: 5px;
  cursor: pointer;
  max-width: 50px;
  margin: 0 auto;
}

.selectbank li label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.selectbank li label img {
  height: 45px;
  width: 45px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.selectbank li :checked + label {
  border-color: #ddd;
}

.selectbank li :checked + label:before {
  content: "✓";
  background-color: #ff0000;
  transform: scale(1);
  z-index: 1;
}

.selectbank li :checked + label img {
  transform: scale(1);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}

.selectbank li :checked + label {
  border: 3px solid #ffc107;
}

.promotion {
  width: 100%;
}

.promotion .list {
  width: 100%;
}

.jackpot {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 380px;
  position: relative;
  background: url(../images/jackpot-sticker.png) no-repeat center center;
  background-size: 100%;
  height: 80px;
  left: 0px;
  bottom: 10px;
  min-height: 100px !important;
  font-family: cursive !important;
  font-size: 2em;
  font-weight: bolder;
  color: #e1be83;
}

.skin-white,
.skin-black {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.add-to-home {
  color: #fff;
}

.add-to-home .container {
  background: #0dcaf0 !important;
  height: auto;
  min-height: 50px;
  max-height: 100px;
  width: 100% !important;
  max-width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add-to-home button {
  float: right;
  width: 110px;
  height: 40px;
  border: none;
  background: #fff;
  border-radius: 50rem;
}

.add-to-home i {
  font-size: 1.5em;
  float: left;
  padding: 5px 10px 0px 10px;
}

.invite-info {
  margin: 10px auto;
  max-width: 550px;
}

.invite-info .invite-percent {
  background: rgb(66 62 62 / 72%);
  color: #fff;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invite-info .invite-percent .invite-percent-body {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.1em;
  padding: 15px 0px 15px 0px;
}

.invite-info .invite-percent .invite-percent-body .invite-percent-content {
  margin: 5px auto;
  width: 90%;
  background: rgb(0 0 0 / 20%);
  font-size: 1.5em;
  padding: 6px;
  border-radius: 10px;
}

.invite-income {
  font-size: 1.2em;
}

.invite-income .invite-income-body {
  border: 2px solid #bdbdc9;
  border-radius: 8px;
  background: rgb(0 0 0 / 10%);
  padding: 8px 8px 8px 12px;
}

.invite-code {
  margin: 10px auto;
  max-width: 550px;
}

.invite-code div {
  padding: 10px;
  background: rgb(66 62 62 / 72%);
}

.invite-code code {
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .main-app .section-title .title::before {
    width: 10%;
  }

  .main-app .section-title .title::after {
    width: 10%;
  }
}

@media only screen and (max-width: 768px) {
  .main-app .section-title .title::before {
    width: 10%;
  }

  .main-app .section-title .title::after {
    width: 10%;
  }
}

@media only screen and (max-width: 992px) {
  .main-app .section-title .title::before {
    width: 10%;
  }

  .main-app .section-title .title::after {
    width: 10%;
  }
}

.swal2-popup {
  font-family: "Prompt", sans-serif;
}

.swal2-icon .swal2-icon-content {
  font-size: 1em !important;
}

.swal2-styled.swal2-confirm {
  background-color: #1bc544;
}

.app-wheel {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-image: url(../images/wheel/background.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-size: cover;
}

.wheel-main-app {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 500px;
  padding: 2.3em 0em 0em 0em;
  height: inherit;
  max-height: 750px;
  overflow: hidden;
}

.wheel-main-header,
.wheel-main-container,
.wheel-main-footer,
.wheel-main-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.wheel-main-header {
  min-height: 15vh;
}

.wheel-main-container {
  position: relative;
  top: -58px;
  left: 1px;
  height: inherit;
  background-image: url(../images/wheel/dragon.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}

.wheel-main-body {
  position: relative;
  top: 19px;
  left: -7px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
}

.wheel-main-point {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  position: absolute;
  bottom: 10%;
  background-image: url(../images/wheel/point_border.png);
  width: 246px;
  height: 66px;
}

.easywheel {
  top: -28px;
  left: -1px;
}

.btn-spin {
  position: absolute;
  bottom: -0.5%;
}

.btn-spin img {
  cursor: pointer !important;
}

.btn-wheel-close {
  position: fixed;
  top: 5.5%;
  right: 10%;
  width: 38px;
  height: 38px;
}

.dialogbox-popup {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.4);
}

.dialogbox-popup .box {
  display: block;
  position: relative;
  border-radius: 12px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  min-width: 300px;
  max-width: 450px;
  min-height: 300px;
  max-height: auto;
  font-size: 0.8rem;
  background: linear-gradient(120deg, #2a2a2a 0%, #373333 100%);
}

.dialogbox-popup .container {
  min-width: 400px;
  text-align: left;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 10px;
  padding: 25px 5% 2% 5%;
}

.dialogbox-popup .container .close {
  text-decoration: none;
  position: absolute;
  right: -12px;
  top: -20px;
  background: linear-gradient(to bottom, #e7d39d, #b19560);
  border-radius: 100px;
  opacity: 1;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dialogbox-popup .container .title {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.dialogbox-popup .footer {
  display: block;
  width: 100%;
  padding: 2% 5% 2% 5%;
  background: #00000013;
  border-radius: 0 0 12px 12px;
  border-top: 2px solid #0303030c;
  font-size: 1.25em;
}

.dialogbox-popup .container .btn {
  border: 0;
  background: linear-gradient(to bottom, #e7d39d, #b19560);
}

.dialogbox-popup .togglePassword {
  position: absolute;
  display: flex;
  width: 30px;
  height: 30px;
  top: 45px;
  right: 10px;
  margin-left: -30px;
  text-align: center;
  font-size: 2.3em;
  color: #ebc76e;
  cursor: pointer;
}

.dialogbox-wheel-overlay {
  display: none;
  position: fixed;
  z-index: 1100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.4);
}

.dialogbox-wheel-popup {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 377px;
  max-width: 377px;
  height: 305px;
  max-height: 305px;
  padding: 1.25em;
  border: none;
  border-radius: 5px;
  background: transparent;
  font-family: inherit;
  font-size: 1rem;
  background-repeat: no-repeat;
}

.dialogbox-wheel-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 200px;
  height: 80px;
  top: 10px;
  left: 87px;
}

.dialogbox-wheel-text {
  font-family: "Krub", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  padding: 0px 0px 2px 0px;
  line-height: normal;
  color: #000;
}

.dialogbox-wheel-btn img {
  cursor: pointer !important;
}

.custom-file-uploader {
  display: flex;
  align-items: center;
  justify-content: center;
  /* position: relative; */
  z-index: 2;
  background: #0d6efd;
  color: #fff;
  font-weight: bolder;
  height: 100%;
  cursor: pointer;
}

.custom-file-uploader input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: default;
}

.modal .modal-body img {
  width: 100% !important;
  height: auto !important;
}

.modal .modal-body p {
  margin: 0 !important;
  padding: 0 !important;
}

#overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 60%);
  z-index: 9999;
}

.water {
  width: 200px;
  height: 200px;
  background-color: skyblue;
  border-radius: 50%;
  position: relative;
  box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.5),
    0 4px 10px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.water:before,
.water:after {
  content: "";
  position: absolute;
  width: 350px;
  height: 350px;
  top: -80px;
  background-color: #fff;
  transform: rotate(120deg);
}

.water:before {
  border-radius: 45%;
  background: rgba(255, 255, 255, 0.7);
  animation: wave 5s linear infinite;
}

.water:after {
  border-radius: 35%;
  background: rgba(255, 255, 255, 0.3);
  animation: wave 5s linear infinite;
}

@keyframes wave {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(#f07e6e, #84cdfa, #5ad1cd);
  animation: animate 1.2s linear infinite;
  top: -4px;
  left: 12px;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.loader span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(#f07e6e, #84cdfa, #5ad1cd);
}

.loader span:nth-child(1) {
  filter: blur(5px);
}

.loader span:nth-child(2) {
  filter: blur(10px);
}

.loader span:nth-child(3) {
  filter: blur(25px);
}

.loader span:nth-child(4) {
  filter: blur(50px);
}

.loader:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  border: solid #e9ecef 18px;
  border-radius: 50%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #6c757d;
  border-radius: 0px;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #6c757d;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-image: linear-gradient(135deg, #000 10%, #000 100%);
}
