@charset "UTF-8";
body {
  /* Chrome, Safari, Edge, Opera */
}
body input[type=number]::-webkit-outer-spin-button,
body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body {
  /* Firefox */
}
body input[type=number] {
  -moz-appearance: textfield;
}
body input[type=date] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
body #toast-container {
  margin-top: 10px !important;
}

* ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #0d0d0d;
}
* ::-webkit-scrollbar-track {
  background-color: transparent;
}
* ::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #232323;
}

button:disabled {
  filter: grayscale(1);
}

#toast-container {
  margin-top: 10px !important;
}

.field {
  margin-bottom: 10px;
  position: relative;
}
.field.referral-label::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 12px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/common/referral.png?v=0.1);
  background-size: cover;
  background-repeat: no-repeat;
}
.field.uid-label::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 12px;
  width: 20px;
  height: 20px;
  background-image: url(../../images/common/uid.png?v=0.1);
  background-size: cover;
  background-repeat: no-repeat;
}
.field.label-txt::before {
  content: attr(data-label);
  position: absolute;
  left: -33px;
  top: 14px;
  color: #fff;
  font-size: 14px;
}
.field > i {
  color: #fff;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 1rem;
  cursor: pointer;
  padding: 5px 5px;
}

.basic-game-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 3%;
}
.basic-game-wrapper > li {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.basic-game-wrapper > li > img {
  width: 95%;
  height: auto;
  border-radius: 8px;
}

.check {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background: transparent;
}
.check > input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.check > span {
  position: relative;
  bottom: 0;
  width: calc(100% - 30px);
  color: #fff;
  font-size: 12px;
}
.check > span > a {
  color: #f8c73d;
  text-decoration: underline;
}

.error {
  color: red;
}

#promoDetails .modal-body h1,
h2,
h3,
h4,
h5,
h6,
span,
a,
p,
font,
* {
  color: #fff;
}

.splide__slide {
  border-radius: 6px;
  position: relative;
}

.splide__slide img {
  width: 100%;
  height: 100%;
}

.mb-wrap img {
  width: 100%;
}

.mainmenu {
  width: 100%;
  padding: 15px 3%;
}

.slot-pagination-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
}
.slot-pagination-wrapper > li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  margin-right: 10px;
  font-size: 12px;
  border-radius: 8px;
  padding: 0 5px;
  min-width: 30px;
  min-height: 30px;
}
.slot-pagination-wrapper > li.circle {
  border-radius: 50%;
  padding: 0;
}
.slot-pagination-wrapper > li.active {
  background: #f8c73d;
  color: #fff;
  border-radius: 50%;
}
.slot-pagination-wrapper > li.disabled {
  pointer-events: none;
}

.gamesfilter {
  margin: 15px auto;
}

.games-category-overlay {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 3%;
}

.games-category {
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  overflow-x: scroll;
  padding-bottom: 10px;
}
.games-category > li {
  width: 90px;
  height: 90px;
  display: flex;
}
.games-category > li:not(:last-of-type) {
  margin-right: 10px;
}
.games-category > li > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
  background: #232323;
  border-radius: 6px;
}
.games-category > li > a > i {
  display: block;
  text-align: center;
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 10px;
}
.games-category > li > a > img {
  width: 35px;
}
.games-category > li > a > span {
  font-size: 1em;
  color: #fff;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: initial;
}
.games-category > li > a.active {
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
}

.games-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 3%;
}
.games-list > li {
  width: 10%;
  display: flex;
  margin-bottom: 20px;
  padding: 0 8px;
}
.games-list > li > a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.games-list > li > a > img {
  width: 100%;
  margin-bottom: 5px;
  border-radius: 8px;
}
.games-list > li > a > span {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1em;
  text-align: center;
  color: #fff;
  line-height: initial;
}
.games-list.slot-wrapper > li {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 135px) / 10);
  margin-right: 0;
}
.games-list.slot-wrapper > li:not(:nth-of-type(10n)) {
  margin-right: 15px;
}
.games-list.slot-wrapper > li {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding: unset;
  cursor: pointer;
}
.games-list.slot-wrapper > li > img:nth-of-type(1) {
  width: 100%;
  height: 100%;
}
.games-list.slot-wrapper > li > img:nth-of-type(2) {
  height: 60px;
  position: absolute;
  left: 10px;
  top: 40%;
  transform: translateY(-40%);
}
.games-list.slot-wrapper > li:hover {
  border: transparent;
}
.games-list.slot-wrapper > li:hover > div {
  display: flex;
}
.games-list.slot-wrapper > li > div {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border: 2px solid #f8c73d;
  border-radius: 6px;
  position: absolute;
  animation: 0.3s ease-out gameSlideIn forwards;
  top: -100%;
  z-index: 2;
}
.games-list.slot-wrapper > li > div > img {
  height: 30px;
  margin-bottom: 5px;
  cursor: pointer;
}
.games-list.slot-wrapper > li > div > span {
  margin: 5px 0 10px 0;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  text-overflow: ellipsis;
  width: 90%;
  white-space: nowrap;
}
.games-list.slot-wrapper > li > div > button {
  width: 60%;
  height: 30px;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
}

.iframe-game-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  height: calc(100vh - 115px);
}
.iframe-game-wrapper > img {
  width: 85%;
}
.iframe-game-wrapper > a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.iframe-game-wrapper > a > img {
  width: 85%;
}
.iframe-game-wrapper > iframe {
  width: 100%;
  height: calc(100vh - 115px);
}

.slot-provider-list {
  background: #232323;
}
.slot-provider-list > li {
  line-height: 1;
  display: flex;
}
.slot-provider-list > li > a {
  display: flex;
  align-items: center;
}
.slot-provider-list > li > a > img {
  position: relative;
  margin: 0;
  margin-right: 15px;
}
.slot-provider-list > li.active, .slot-provider-list > li:hover {
  background: #f8c73d;
  border-radius: 4px;
}
.slot-provider-list > li.active > a, .slot-provider-list > li:hover > a {
  background: #f8c73d;
}
.slot-provider-list > li.active > a > span, .slot-provider-list > li:hover > a > span {
  color: #fff;
}

.no-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0;
}
.no-content-wrapper > img {
  width: 150px;
  margin-bottom: 25px;
}
.no-content-wrapper > span {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

.horizontal-jackpot-overlay {
  width: 100%;
  display: flex;
  margin: 15px 0 0 0;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #232323;
  box-shadow: 0 0 4px 2px #f8c73d;
  border-radius: 8px;
  padding: 15px 10px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-img {
  width: 100%;
  display: flex;
  margin: 10px 0;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-img > span {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  text-shadow: 0 0 10px rgba(248, 199, 61, 0.9);
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container {
  display: flex;
  width: 100%;
  font-weight: normal;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div {
  width: calc((100% - 10px) / 2);
  background: #232323;
  border-radius: 8px;
  padding: 0 2px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div:first-of-type {
  margin-right: 10px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div:first-of-type {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3px;
  border-bottom: solid 1px rgba(131, 131, 131, 0.7);
  padding-bottom: 3px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div:first-of-type > img {
  height: 35px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div:first-of-type > span {
  color: #fff;
  font-size: 18px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 3px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper > div:first-of-type {
  display: none;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper > div > span {
  color: #fff;
  font-size: 12px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container {
  max-height: 150px;
  overflow: hidden;
  border-radius: 8px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  animation: slider linear infinite;
  animation-duration: 120s;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 3px;
  font-weight: normal;
  height: 30px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul > li > div {
  height: 30px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul > li > div:first-of-type {
  display: flex;
  flex-direction: column;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul > li > div:first-of-type > span:first-of-type {
  font-size: 14px;
  display: none;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul > li > div:first-of-type > span:last-of-type {
  font-size: 14px;
}
.horizontal-jackpot-overlay .horizontal-jackpot-wrapper .horizontal-jackpot-container > div > div.jv-list-wrapper .jv-list-container > ul > li > div > span {
  color: #bfbfbf;
  font-size: 14px;
}
.slots-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.slots-wrapper .slots-container {
  width: 100%;
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.slots-wrapper .slots-container .slots-swiper-overlay {
  width: 100%;
  display: flex;
  justify-content: center;
  height: auto;
  background: #1e1e1e;
  max-width: 1280px;
  border-radius: 12px;
  margin-top: 15px;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding: 0 30px;
  position: relative;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper::before {
  content: "";
  width: 95%;
  height: 80%;
  background-color: #0d0d0d;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 12px;
  pointer-events: none;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li {
  width: 7.1428571429%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-out;
  opacity: 0.4;
  z-index: 2;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li:hover, .slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li.active {
  opacity: 1;
  filter: brightness(1.2);
  transform: scale(1.2);
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li > a {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li > a.favor > img {
  width: 40%;
  margin-bottom: 10px;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li > a.favor > span {
  color: #c7c7c7;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li > a > img {
  width: 80%;
  padding: 10%;
  height: auto;
  opacity: 1;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .provider-wrapper > li > a > span {
  color: #fff;
  font-size: 1.1em;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .swiper-button-next {
  right: 0px !important;
  background-image: url(../../../images/icon/next.svg);
  transform: scale(0.8);
  display: none;
}
.slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .swiper-button-prev {
  left: 0px !important;
  background-image: url(../../../images/icon/prev.svg);
  transform: scale(0.8);
  display: none;
}
@media (max-width: 1280px) {
  .slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .swiper-button-next,
  .slots-wrapper .slots-container .slots-swiper-overlay .slots-swiper .swiper-button-prev {
    transform: scale(0.6);
  }
}
.slots-wrapper .slots-container .tab-wrapper {
  max-width: 1280px;
  width: 100%;
  display: flex;
  background: transparent;
  position: relative;
  margin: 15px 0 15px;
}
.slots-wrapper .slots-container .tab-wrapper > li {
  width: 140px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 5px;
}
.slots-wrapper .slots-container .tab-wrapper > li.active > a, .slots-wrapper .slots-container .tab-wrapper > li:hover > a {
  color: #f8c73d;
}
.slots-wrapper .slots-container .tab-wrapper > li > img {
  height: 30px;
  margin-right: 10px;
}
.slots-wrapper .slots-container .tab-wrapper > li > a {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #838383;
}
.slots-wrapper .slots-container .tab-wrapper .search-wrapper {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  justify-content: flex-start;
  align-items: center;
  width: 15%;
  height: 50px;
  background: #232323;
  overflow: hidden;
  border-radius: 12px;
}
.slots-wrapper .slots-container .tab-wrapper .search-wrapper > input {
  width: 70%;
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  height: 50px;
  padding-left: 15px;
  font-size: 1.1em;
}
.slots-wrapper .slots-container .tab-wrapper .search-wrapper > i {
  color: #838383;
  padding: 10px 10px;
  cursor: pointer;
  font-size: 1.2em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.slots-wrapper .slots-container .games-wrapper {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.slots-wrapper .slots-container .games-wrapper > li {
  display: flex;
  flex-wrap: wrap;
  width: calc((100% - 40px) / 8);
  margin-left: 2.5px;
  margin-right: 2.5px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #f8c73d;
  border-radius: 6px;
  border-width: 3px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  border: solid 2px #1f1f1f;
}
.slots-wrapper .slots-container .games-wrapper > li > img:nth-of-type(1) {
  width: 100%;
  height: 100%;
}
.slots-wrapper .slots-container .games-wrapper > li > img:nth-of-type(2) {
  height: 60px;
  position: absolute;
  left: 10px;
  top: 40%;
  transform: translateY(-40%);
}
.slots-wrapper .slots-container .games-wrapper > li:hover {
  border: transparent;
}
.slots-wrapper .slots-container .games-wrapper > li:hover > div {
  display: flex;
}
.slots-wrapper .slots-container .games-wrapper > li > div {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  border: solid 2px #1f1f1f;
  position: absolute;
  animation: 0.3s ease-out gameSlideIn forwards;
  top: -100%;
  z-index: 2;
}
.slots-wrapper .slots-container .games-wrapper > li > div > img {
  height: 30px;
  margin-bottom: 5px;
  cursor: pointer;
  display: none;
}
.slots-wrapper .slots-container .games-wrapper > li > div > span {
  margin: 5px 0 10px 0;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  white-space: nowrap;
}
.slots-wrapper .slots-container .games-wrapper > li > div > button {
  width: 60%;
  height: 30px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
  transition: 0.3s ease-out;
}
.slots-wrapper .slots-container .games-wrapper > li > div > button:hover {
  filter: brightness(1.1);
}
.slots-wrapper .slots-container .games-wrapper > .skeleton-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.slots-wrapper .slots-container .games-wrapper > .skeleton-wrapper > li {
  display: flex;
  width: calc((100% - 40px) / 8);
  margin-left: 2.5px;
  margin-right: 2.5px;
  height: auto;
  min-height: 140px;
  margin-bottom: 15px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #595959;
  position: relative;
  overflow: hidden;
}
.slots-wrapper .slots-container .games-wrapper > .skeleton-wrapper > li::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 3s infinite;
  content: "";
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.slots-wrapper .slots-container .games-wrapper > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.slots-wrapper .slots-container .games-wrapper > div > img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 15px;
}
.slots-wrapper .slots-container .games-wrapper > div > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.slots-wrapper .slots-container .games-wrapper > div > span {
  color: #fff;
  font-size: 1.1em;
}
.slots-wrapper .slots-container .pagination-wrapper {
  max-width: 1280px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.slots-wrapper .slots-container .pagination-wrapper > li {
  opacity: 0.6;
  cursor: pointer;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #171717;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  margin: 0 5px;
}
.slots-wrapper .slots-container .pagination-wrapper > li > span {
  color: #fff;
}
.slots-wrapper .slots-container .pagination-wrapper > li.active {
  opacity: 1;
  background: #f8c73d;
}
.slots-wrapper .slots-container .pagination-wrapper > li.active > span {
  color: #171717;
}
.slots-wrapper .slots-container .pagination-wrapper > li.pagination-btn {
  border-radius: 5px;
  width: auto;
  padding: 5px 10px;
}
.slots-wrapper .slots-container .pagination-wrapper > li:hover {
  opacity: 1;
}

.top-nav > li.active > a > i,
.top-nav > li.active > a span {
  color: #f8c73d;
}
.top-nav > li.active > a {
  color: #f8c73d;
  border-radius: 4px;
}

.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}

.maintenance-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 121px - 161px - 130px);
}

.pf-form-group {
  position: relative;
}
.pf-form-group > i {
  color: #fff;
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 1rem;
  cursor: pointer;
  padding: 5px 5px;
}

.btn-trans {
  max-width: 300px;
}

.member-wrapper {
  width: 100%;
  padding: 30px 3%;
  display: flex;
  min-height: calc(100vh - 121px - 161px - 130px);
}
.member-wrapper > div:first-of-type {
  width: 15%;
}
.member-wrapper > div:nth-of-type(2) {
  width: calc(70% - 100px);
  margin: 0 50px;
}
.member-wrapper > div:last-of-type {
  width: 15%;
}
.member-wrapper > div:last-of-type.member-tutorial {
  display: block;
  overflow-y: scroll;
  border-radius: 8px;
  padding: 0px 10px 0 15px;
}
.member-wrapper > div:last-of-type.member-tutorial::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}
.member-wrapper > div:last-of-type.member-tutorial::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #b5b5b5;
}
.member-wrapper > div:last-of-type.member-tutorial h2 {
  color: #f8c73d;
  font-size: 24px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.member-wrapper > div:last-of-type.member-tutorial span,
.member-wrapper > div:last-of-type.member-tutorial p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  color: #bfbfbf;
  font-size: 14px;
}

.promotions-wrapper {
  width: 100%;
  padding: 30px 3%;
}

.dialog-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.dialog-overlay .dialog-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dialog-overlay .dialog-wrapper.fadeIn {
  animation: fadeIn ease-out 0.3s forwards;
}
.dialog-overlay .dialog-wrapper.fadeOut {
  animation: fadeout ease-out 0.3s forwards;
}
.dialog-overlay .dialog-wrapper .dialog-container {
  color: #fff;
}

#popup-dialog .dialog-wrapper .dialog-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
#popup-dialog .dialog-wrapper .dialog-container > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
}
#popup-dialog .dialog-wrapper .dialog-container > i:hover {
  transform: rotate(360deg);
}
#popup-dialog .dialog-wrapper .dialog-container > i {
  color: #fff;
  z-index: 2;
  padding: 5px 5px;
}

#promotion-dialog .dialog-wrapper .dialog-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
#promotion-dialog .dialog-wrapper .dialog-container > i {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.5s ease-out;
}
#promotion-dialog .dialog-wrapper .dialog-container > i:hover {
  transform: rotate(360deg);
}
#promotion-dialog .dialog-wrapper .dialog-container > i {
  color: #fff;
  z-index: 3;
}
#promotion-dialog .dialog-wrapper .dialog-container > img {
  width: 100%;
  max-width: 1100px;
  height: auto;
}
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper {
  width: 100%;
  max-width: 1100px;
  max-height: 450px;
  min-width: 1100px;
  min-height: 450px;
  height: auto;
  border-radius: 0 0 6px 6px;
  background: #1d1d1d;
  position: relative;
  overflow-y: scroll;
  padding: 10px 15px;
}
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper span,
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper p,
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper font,
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper * {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: black;
}
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}
#promotion-dialog .dialog-wrapper .dialog-container .article-wrapper::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #f8c73d;
}

.popup-wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.popup-wrapper > img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.popup-wrapper .popup-container {
  width: 100%;
}
.popup-wrapper .popup-container > div.swiper-wrapper {
  width: 100%;
}
.popup-wrapper .popup-container > div.swiper-wrapper > a {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: transparent;
  border-radius: 8px;
}
.popup-wrapper .popup-container > div.swiper-wrapper > a > img {
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.accountmenu > li.active > a > i {
  color: #f8c73d;
}
.accountmenu > li.active > a {
  color: #f8c73d;
}

.trx-form-group .amount-radiobtn {
  cursor: pointer;
}

input[type=date].invert::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.info-center-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  max-width: 1280px;
  margin: 30px 0;
  min-height: 500px;
  font-weight: normal;
}
.info-center-wrapper .tab-wrapper {
  display: flex;
  width: 30%;
  margin-right: 30px;
  flex-direction: column;
}
.info-center-wrapper .tab-wrapper > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  height: 50px;
  border-radius: 7px;
  background: #232323;
  justify-content: flex-start;
  align-items: center;
  padding: 0 5%;
  position: relative;
  opacity: 0.7;
  cursor: pointer;
}
.info-center-wrapper .tab-wrapper > li:hover {
  opacity: 1;
}
.info-center-wrapper .tab-wrapper > li:hover > a > span {
  color: #f8c73d;
}
.info-center-wrapper .tab-wrapper > li.active {
  opacity: 1;
}
.info-center-wrapper .tab-wrapper > li.active > a > span {
  color: #f8c73d;
}
.info-center-wrapper .tab-wrapper > li > a {
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
}
.info-center-wrapper .tab-wrapper > li > a > span {
  color: #808080;
  font-size: 1.2em;
}
.info-center-wrapper .article-wrapper {
  padding: 10px 20px;
  width: 70%;
  display: none;
  background: #232323;
  border-radius: 8px;
  max-height: 1000px;
  overflow-y: scroll;
  cursor: default;
  color: #fff;
}
.info-center-wrapper .article-wrapper span,
.info-center-wrapper .article-wrapper p {
  color: #fff;
}
.info-center-wrapper .article-wrapper h1,
.info-center-wrapper .article-wrapper h2,
.info-center-wrapper .article-wrapper h3,
.info-center-wrapper .article-wrapper h4,
.info-center-wrapper .article-wrapper h5,
.info-center-wrapper .article-wrapper h6 {
  color: #f8c73d !important;
  text-align: left;
}

.ft-copy {
  text-align: center;
}

.thirdPartyDetail .modal-body {
  width: 100%;
  height: 70vh;
  border-radius: 6px;
  pointer-events: all;
}
.thirdPartyDetail .modal-body iframe {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  pointer-events: all;
}

.trx-method {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.trx-method .trx-options {
  width: 250px;
  cursor: pointer;
}
.trx-method .trx-options:hover {
  border: solid 2px #fff;
}

.trx-form-group .bank-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.trx-form-group .bank-list > li {
  display: flex;
  width: 150px;
  margin-right: 10px;
  height: auto;
  background: transparent;
  border-radius: 9px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.trx-form-group .bank-list > li > img {
  border-radius: 9px;
  width: 90%;
  height: auto;
}
.trx-form-group .bank-list > li > span {
  color: rgba(170, 170, 170, 0.6666666667);
  text-align: center;
}
.trx-form-group .bank-list > li.active, .trx-form-group .bank-list > li:hover {
  background: #000;
  border: solid 2px #fff;
}
.trx-form-group .bank-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #232323;
  border-radius: 8px;
  padding: 15px 15px;
}
.trx-form-group .bank-detail > li {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}
.trx-form-group .bank-detail > li > span {
  color: #fff;
}
.trx-form-group .bank-detail > li > span:first-child {
  margin-right: 3px;
}
.trx-form-group .bank-detail > li > span:last-child {
  color: #f8c73d;
}
.trx-form-group .bank-detail > li:last-child {
  justify-content: flex-end;
}
.trx-form-group .bank-detail > li:last-child > button {
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  border-radius: 6px;
  width: 85px;
  height: 35px;
}
.trx-form-group.file-field {
  cursor: default;
  display: flex;
  flex-wrap: wrap;
}
.trx-form-group.file-field > label {
  width: 100%;
}
.trx-form-group.file-field > div {
  width: calc(100% - 150px - 10px);
  height: 40px;
  background: transparent;
  border-radius: 9px;
  border: solid 1px #fff;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-left: 5%;
}
.trx-form-group.file-field > div > span {
  color: rgba(170, 170, 170, 0.6666666667);
  font-size: 14px;
}
.trx-form-group.file-field > button {
  width: 150px;
  height: 40px;
  border-radius: 6px;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
}
.trx-form-group.file-field > input {
  display: none;
}
.trx-form-group.bank-field {
  display: none;
}
.trx-form-group .thirdbank-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.trx-form-group .thirdbank-list > li {
  display: flex;
  width: 150px;
  margin-right: 10px;
  height: auto;
  background: #232323;
  border-radius: 9px;
  margin-right: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.trx-form-group .thirdbank-list > li > img {
  border-radius: 9px;
  width: 60%;
  height: auto;
  margin-bottom: 10px;
}
.trx-form-group .thirdbank-list > li > span {
  color: #fff;
  text-align: center;
}
.trx-form-group .thirdbank-list > li.active, .trx-form-group .thirdbank-list > li:hover {
  background: #232323;
  border: solid 2px #fff;
}

.custom-form-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-form-wrapper .custom-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.custom-form-wrapper .custom-form > li {
  width: 100%;
  display: flex;
}
.custom-form-wrapper .custom-form > li > span {
  margin-bottom: 10px;
  color: #fff;
}
.custom-form-wrapper .custom-form > li > span > span {
  color: yellow;
  font-style: italic;
  font-size: 14px;
}
.custom-form-wrapper .custom-form > li.touch, .custom-form-wrapper .custom-form > li.touch2 {
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.custom-form-wrapper .custom-form > li.touch.hide, .custom-form-wrapper .custom-form > li.touch2.hide {
  display: none;
}
.custom-form-wrapper .custom-form > li.touch > span, .custom-form-wrapper .custom-form > li.touch2 > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 5px;
}
.custom-form-wrapper .custom-form > li.touch > div, .custom-form-wrapper .custom-form > li.touch2 > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  background: #232323;
  border: solid 2.5px #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  width: calc((100% - 90px) / 10);
  height: auto;
  margin-bottom: 7px;
  position: relative;
}
.custom-form-wrapper .custom-form > li.touch > div > img, .custom-form-wrapper .custom-form > li.touch2 > div > img {
  width: 90%;
}
.custom-form-wrapper .custom-form > li.touch > div > span, .custom-form-wrapper .custom-form > li.touch2 > div > span {
  text-align: center;
  color: #fff;
}
.custom-form-wrapper .custom-form > li.touch > div:not(:nth-of-type(10n)), .custom-form-wrapper .custom-form > li.touch2 > div:not(:nth-of-type(10n)) {
  margin-right: 10px;
}
.custom-form-wrapper .custom-form > li.touch > div.active, .custom-form-wrapper .custom-form > li.touch2 > div.active {
  color: #fff;
  border: solid 2.5px #f8c73d;
  background: #000;
}
.custom-form-wrapper .custom-form > li.touch > div.tag:after, .custom-form-wrapper .custom-form > li.touch2 > div.tag:after {
  content: attr(data-tag);
  position: absolute;
  top: -8px;
  right: -8px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: red;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  animation: blinker 1.5s linear infinite;
}
.custom-form-wrapper .custom-form > li.touch2 {
  position: relative;
}
.custom-form-wrapper .custom-form > li.touch2::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #a7a1a1;
  position: absolute;
  bottom: -5px;
}
.custom-form-wrapper .custom-form > li.touch2 > div {
  position: relative;
  min-height: 89px;
}
.custom-form-wrapper .custom-form > li.touch2 > div > span {
  position: absolute;
  bottom: 6px;
}
.custom-form-wrapper .custom-form > li.detail {
  margin-bottom: 15px;
  display: none;
}
.custom-form-wrapper .custom-form > li.detail.show {
  display: flex;
  flex-direction: column;
}
.custom-form-wrapper .custom-form > li.detail > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: transparent;
  border: solid 1px #fff;
  padding: 20px 20px;
  border-radius: 8px;
  position: relative;
}
.custom-form-wrapper .custom-form > li.detail > ul > li {
  width: 100%;
  display: flex;
}
.custom-form-wrapper .custom-form > li.detail > ul > li:not(:last-of-type) {
  margin-bottom: 15px;
}
.custom-form-wrapper .custom-form > li.detail > ul > li:hover {
  filter: brightness(1.1);
}
.custom-form-wrapper .custom-form > li.detail > ul > li {
  cursor: pointer;
}
.custom-form-wrapper .custom-form > li.detail > ul > li > span {
  color: #fff;
  font-size: 1rem;
}
.custom-form-wrapper .custom-form > li.detail > ul > li > span:last-of-type {
  margin-left: 5px;
  color: #ffce50;
}
.custom-form-wrapper .custom-form > li.detail > ul > li > i {
  margin-left: 5px;
  font-size: 1rem;
  color: #ffce50;
}
.custom-form-wrapper .custom-form > li.detail > ul > button {
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  color: #fff;
  border-radius: 8px;
  padding: 10px 15px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.custom-form-wrapper .custom-form > li.detail > div {
  width: 100%;
  display: none;
  flex-direction: column;
  background: transparent;
  border: solid 1px #fff;
  margin-top: 15px;
  padding: 20px 20px;
  border-radius: 8px;
  position: relative;
}
.custom-form-wrapper .custom-form > li.detail > div.show {
  display: flex;
}
.custom-form-wrapper .custom-form > li.detail > div > span {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 10px;
}
.custom-form-wrapper .custom-form > li.detail > div > img {
  width: 60%;
  max-width: 200px;
  border-radius: 8px;
  padding: 10px 10px;
  background-color: #fff;
}
.custom-form-wrapper .custom-form > li.release {
  align-items: center;
  margin-bottom: 15px;
  display: none;
}
.custom-form-wrapper .custom-form > li.release.show {
  display: flex;
}
.custom-form-wrapper .custom-form > li.release > div {
  width: 20px;
  height: 20px;
  border: solid 1px #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
}
.custom-form-wrapper .custom-form > li.release > span {
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
}
.custom-form-wrapper .custom-form > li.release.active > div::after {
  content: "";
  width: 6px;
  height: 6px;
  background: red;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.custom-form-wrapper .custom-form > li.extreme {
  justify-content: space-between;
  margin-bottom: 5px;
}
.custom-form-wrapper .custom-form > li.extreme > span {
  color: #fff;
  font-size: 1rem;
}
.custom-form-wrapper .custom-form > li.amount {
  margin-bottom: 15px;
  flex-direction: column;
}
.custom-form-wrapper .custom-form > li.amount > div {
  width: 100%;
  display: flex;
}
.custom-form-wrapper .custom-form > li.amount > div.typing {
  position: relative;
  margin-bottom: 5px;
}
.custom-form-wrapper .custom-form > li.amount > div.typing::after {
  content: attr(data-bonus);
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #ffce50;
}
.custom-form-wrapper .custom-form > li.amount > div.typing > input {
  width: 100%;
  color: #fff;
  background: transparent;
  border: 1px solid #a7a1a1;
  border-radius: 8px;
  margin-bottom: 5px;
  padding: 10px 10px;
}
.custom-form-wrapper .custom-form > li.amount > div.fill {
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.custom-form-wrapper .custom-form > li.amount > div.fill > button {
  background: transparent;
  border: 2px solid #f8c73d;
  border-radius: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 30px) / 4);
  height: 42px;
  margin-bottom: 5px;
  position: relative;
}
.custom-form-wrapper .custom-form > li.amount > div.fill > button::after {
  content: attr(data-bonus);
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 12px;
  color: #ffce50;
}
.custom-form-wrapper .custom-form > li.amount > div.fill > button:not(:nth-of-type(4n)) {
  margin-right: 10px;
}
.custom-form-wrapper .custom-form > li.pin {
  margin-bottom: 15px;
  flex-direction: column;
}
.custom-form-wrapper .custom-form > li.pin > div {
  width: 100%;
  display: flex;
  position: relative;
}
.custom-form-wrapper .custom-form > li.pin > div > input {
  width: 100%;
  color: #fff;
  background: #101010;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-bottom: 5px;
  padding: 10px 10px;
}
.custom-form-wrapper .custom-form > li.pin > div > i.fa-eye, .custom-form-wrapper .custom-form > li.pin > div > i.fa-eye-slash {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 1rem;
}
.custom-form-wrapper .custom-form > li.receipt {
  cursor: default;
  display: none;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.custom-form-wrapper .custom-form > li.receipt.show {
  display: flex;
}
.custom-form-wrapper .custom-form > li.receipt > span {
  width: 100%;
  margin-bottom: 5px;
}
.custom-form-wrapper .custom-form > li.receipt > div {
  width: calc(100% - 85px - 10px);
  height: 40px;
  background: transparent;
  border-radius: 9px;
  border: 1px solid #a7a1a1;
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 10px;
  padding-left: 5%;
}
.custom-form-wrapper .custom-form > li.receipt > div > span {
  color: rgba(170, 170, 170, 0.6666666667);
  font-size: 14px;
}
.custom-form-wrapper .custom-form > li.receipt > button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 40px;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  color: #fff;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
}
.custom-form-wrapper .custom-form > li.receipt > input {
  display: none;
}
.custom-form-wrapper .custom-form > li.list {
  flex-direction: column;
  margin-bottom: 15px;
}
.custom-form-wrapper .custom-form > li.list > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 5px;
}
.custom-form-wrapper .custom-form > li.list > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.custom-form-wrapper .custom-form > li.list > ul > li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #a7a1a1;
  border-radius: 8px;
  color: #fff;
  padding: 8px 5%;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.custom-form-wrapper .custom-form > li.list > ul > li > span {
  width: 100%;
  text-align: center;
  color: #ffce50;
}
.custom-form-wrapper .custom-form > li.list > ul > li > i {
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 1.2rem;
  color: green;
}
.custom-form-wrapper .custom-form > li.list > ul > li > button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  justify-content: center;
  align-items: center;
}
.custom-form-wrapper .custom-form > li.list > ul > li > button.show {
  display: flex;
}
.custom-form-wrapper .custom-form > li.list > ul > li > button > i {
  color: #fff;
  font-size: 1.4rem;
}
.custom-form-wrapper .custom-form > li.list > ul > li > div {
  margin-top: 5px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.custom-form-wrapper .custom-form > li.list > ul > li > div > span {
  color: #fff;
  border: solid 1px #efefef;
  border-radius: 12px;
  padding: 3px 5px;
}
.custom-form-wrapper .custom-form > li.list > ul > li > div > span:not(:last-of-type) {
  margin-right: 5px;
}
.custom-form-wrapper .custom-form > li.list > ul > li.active {
  color: #fff;
  border: 2px solid #ffce50;
}
.custom-form-wrapper .custom-form > li.list > ul > li.active > i {
  display: flex;
}
.custom-form-wrapper .custom-form > li.list > ul > li.none > span {
  color: #fff;
}
.custom-form-wrapper .custom-form > li.turnover {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: solid 2px #c61123;
  background: #101010;
  display: none;
  margin-bottom: 15px;
  position: relative;
}
.custom-form-wrapper .custom-form > li.turnover::before {
  content: "Note :";
  color: #c61123;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: -20px;
  left: 0;
}
.custom-form-wrapper .custom-form > li.turnover.show {
  display: flex;
}
.custom-form-wrapper .custom-form > li.turnover > div {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.custom-form-wrapper .custom-form > li.turnover > div > span {
  width: auto;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
.custom-form-wrapper .custom-form > li.turnover > div > span:first-of-type {
  color: #ec8028;
  font-size: 1.2rem;
}
.custom-form-wrapper .custom-form > li.turnover > div > span.pad {
  position: relative;
}
.custom-form-wrapper .custom-form > li.turnover > div > span.pad::before {
  content: "*";
  color: red;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 5px;
}
.custom-form-wrapper .custom-form > li.button {
  justify-content: center;
}
.custom-form-wrapper .custom-form > li.button > button {
  width: 80%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  color: #fff;
  transition: all 0.3s;
  border-radius: 8px;
  font-size: 1.2rem;
}
.custom-form-wrapper .custom-form > li.button > button:disabled {
  filter: grayscale(1);
}

.full-overlay {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.status-msg-wrapper {
  width: 100%;
  display: flex;
  min-height: 500px;
  justify-content: center;
  align-items: center;
  display: none;
}
.status-msg-wrapper.show {
  display: flex;
}
.status-msg-wrapper .status-msg-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 15px 0;
  justify-content: center;
  align-items: center;
}
.status-msg-wrapper .status-msg-container > img {
  width: 180px;
  margin-bottom: 30px;
}
.status-msg-wrapper .status-msg-container > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.status-msg-wrapper .status-msg-container > img.padding {
  padding: 10px 10px;
  background: #fff;
  border-radius: 8px;
}
.status-msg-wrapper .status-msg-container > span {
  color: #fff;
  font-size: 1.6rem;
}
.status-msg-wrapper .status-msg-container > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
  font-size: 1.4rem;
  justify-content: center;
  align-items: center;
  padding: 15px 60px;
  margin-top: 30px;
  border-radius: 8px;
  display: none;
}
.status-msg-wrapper .status-msg-container > button.show {
  display: flex;
}
.status-msg-wrapper .status-msg-container > div {
  display: none;
}
.status-msg-wrapper .status-msg-container > div.show {
  display: flex;
  background: #fff;
  padding: 10px 10px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.status-msg-wrapper .status-msg-container > div.show > img,
.status-msg-wrapper .status-msg-container > div.show > canvas {
  width: 300px;
  height: 300px;
}

.mm--wallet {
  position: relative;
}
.mm--wallet:hover .withdraw-difference {
  display: flex;
  align-items: center;
}
.mm--wallet .withdraw-difference {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: auto;
  height: 30px;
  padding: 0 8px;
  border-radius: 6px;
  background: #fff;
  display: none;
}
.mm--wallet .withdraw-difference > span {
  white-space: nowrap;
}
.mm--wallet .withdraw-difference::before {
  content: "";
  width: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent; /* transparent 設置邊框顏色透明*/
  position: absolute;
  top: -20px;
  left: 20%;
}

.launch-game-wrapper {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: black;
  background-repeat: no-repeat;
  background-size: 100%;
  display: none;
}
.launch-game-wrapper.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.launch-game-wrapper .launch-game-container {
  width: 90%;
  height: 90%;
  background: black;
}
.launch-game-wrapper .launch-game-container.full {
  width: 100%;
  height: 100%;
}
.launch-game-wrapper .launch-game-container .launch-game-header {
  width: 100%;
  display: flex;
  height: 45px;
  padding: 0 20px;
  background: black;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.launch-game-wrapper .launch-game-container .launch-game-header > i {
  color: #fff;
  font-size: 1.5rem;
  padding: 5px 5px;
  cursor: pointer;
}
.launch-game-wrapper .launch-game-container .launch-game-header > i:first-of-type {
  transition: 0.4s ease-out;
}
.launch-game-wrapper .launch-game-container .launch-game-header > i:first-of-type:hover {
  transform: scale(1.2);
}
.launch-game-wrapper .launch-game-container .launch-game-header > i:last-of-type {
  transition: 0.5s ease-out;
  margin-left: 10px;
}
.launch-game-wrapper .launch-game-container .launch-game-header > i:last-of-type:hover {
  transform: rotate(360deg);
}
.launch-game-wrapper .launch-game-container .launch-game-content {
  width: 100%;
  height: calc(100% - 45px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.launch-game-wrapper .launch-game-container .launch-game-content > img {
  width: 250px;
  max-width: 250px;
  margin-bottom: 15px;
}
.launch-game-wrapper .launch-game-container .launch-game-content > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.launch-game-wrapper .launch-game-container .launch-game-content > span {
  margin-top: 30px;
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
.launch-game-wrapper .launch-game-container .launch-game-content > span.failed {
  color: red;
}
.launch-game-wrapper .launch-game-container .launch-game-content #myProgress {
  width: 100%;
  background-color: #272727;
  position: relative;
  border-radius: 4px;
  max-width: 345px;
}
.launch-game-wrapper .launch-game-container .launch-game-content #myBar {
  width: 0%;
  height: 2px;
  text-align: center;
  line-height: 2px;
  box-shadow: 0 0px 5px 2px rgba(255, 255, 255, 0.7);
  background: #fff;
  color: #fff;
  border-radius: 4px;
}
.launch-game-wrapper .launch-game-container .launch-game-content #myBar > span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  text-shadow: 0.1em 0.1em 0.2em black;
  font-size: 16px;
  display: none;
}
.launch-game-wrapper .launch-game-container .launch-game-content > iframe {
  width: 100%;
  height: 100%;
  display: none;
}

.section-title {
  border: none;
}

.modal.black-bg {
  background: rgba(0, 0, 0, 0.7);
}
.modal .modal-body.strict-height {
  max-height: 650px;
  overflow-y: scroll;
}
.modal .modal-body .report-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
}
.modal .modal-body .report-wrapper.show {
  display: flex;
}
.modal .modal-body .report-wrapper > div {
  margin-bottom: 15px;
}
.modal .modal-body .report-wrapper .report-tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-body .report-wrapper .report-tab > button {
  width: calc((100% - 15px) / 2);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: transparent;
  font-size: 1rem;
  padding: 10px 10px;
  outline: none;
}
.modal .modal-body .report-wrapper .report-tab > button:first-of-type {
  margin-right: 15px;
}
.modal .modal-body .report-wrapper .report-tab > button.active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
  border: none;
}
.modal .modal-body .report-wrapper .report-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.modal .modal-body .report-wrapper .report-title > i {
  color: #fff;
  font-size: 1rem;
  margin-right: 10px;
}
.modal .modal-body .report-wrapper .report-title > span {
  color: #fff;
  font-size: 1rem;
}
.modal .modal-body .report-wrapper .report-table-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal .modal-body .report-wrapper .report-table-wrapper .report-table-header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  background: #232323;
}
.modal .modal-body .report-wrapper .report-table-wrapper .report-table-header > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.modal .modal-body .report-wrapper .report-table-wrapper .report-table-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 370px;
  overflow-y: scroll;
}
.modal .modal-body .report-wrapper .report-table-wrapper .report-table-container > li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  background: transparent;
  border-bottom: 1px solid rgba(239, 239, 239, 0.4);
}
.modal .modal-body .report-wrapper .report-table-wrapper .report-table-container > li > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.modal .modal-body .report-wrapper .report-table-wrapper .report-table-container > li > span.underline-detail {
  text-decoration: underline;
  cursor: pointer;
}
.modal .modal-body .report-wrapper .report-table-wrapper .report-table-container > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  justify-content: center;
  align-items: center;
}
.modal .modal-body .report-wrapper .report-table-wrapper .report-table-container > div > img {
  width: 20%;
  max-width: 100px;
  margin-bottom: 10px;
}
.modal .modal-body .report-wrapper .report-table-wrapper .report-table-container > div > span {
  color: #fff;
  font-size: 1rem;
}
.modal .modal-body .report-detail-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
}
.modal .modal-body .report-detail-wrapper.show {
  display: flex;
}
.modal .modal-body .report-detail-wrapper > div {
  margin-bottom: 15px;
}
.modal .modal-body .report-detail-wrapper .report-detail-title {
  width: 100%;
  display: flex;
  align-items: center;
}
.modal .modal-body .report-detail-wrapper .report-detail-title > button {
  display: flex;
  margin-right: 10px;
}
.modal .modal-body .report-detail-wrapper .report-detail-title > button > i {
  color: #fff;
  font-size: 1.2rem;
}
.modal .modal-body .report-detail-wrapper .report-detail-title > span {
  color: #fff;
  font-size: 1rem;
}
.modal .modal-body .report-detail-wrapper .report-detail-table-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal .modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-header {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  background: #232323;
}
.modal .modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-header > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.modal .modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-height: 370px;
  overflow-y: scroll;
}
.modal .modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container > li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 5px;
  background: transparent;
  border-bottom: 1px solid rgba(239, 239, 239, 0.4);
}
.modal .modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container > li > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.modal .modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container > li > span.underline {
  text-decoration: underline;
  cursor: pointer;
}
.modal .modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  justify-content: center;
  align-items: center;
}
.modal .modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container > div > img {
  width: 20%;
  max-width: 100px;
  margin-bottom: 10px;
}
.modal .modal-body .report-detail-wrapper .report-detail-table-wrapper .report-detail-table-container > div > span {
  color: #fff;
  font-size: 1rem;
}
.modal .modal-body .quest-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal .modal-body .quest-wrapper > div {
  margin-bottom: 15px;
}
.modal .modal-body .quest-wrapper .quest-tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-body .quest-wrapper .quest-tab > button {
  width: calc((100% - 30px) / 3);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: transparent;
  font-size: 1rem;
  padding: 10px 10px;
  outline: none;
}
.modal .modal-body .quest-wrapper .quest-tab > button:not(:last-of-type) {
  margin-right: 15px;
}
.modal .modal-body .quest-wrapper .quest-tab > button.active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
  border: none;
}
.modal .modal-body .quest-wrapper .quest-title {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal .modal-body .quest-wrapper .quest-title > div:first-of-type {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.modal .modal-body .quest-wrapper .quest-title > div:first-of-type > i {
  color: #fff;
  font-size: 1rem;
  margin-right: 10px;
}
.modal .modal-body .quest-wrapper .quest-title > div:first-of-type > span {
  color: #fff;
  font-size: 14px;
}
.modal .modal-body .quest-wrapper .quest-title > div:last-of-type {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #232323;
  border-radius: 6px;
}
.modal .modal-body .quest-wrapper .quest-title > div:last-of-type > span {
  padding: 10px 0;
  color: #fff;
  font-size: 1rem;
}
.modal .modal-body .quest-wrapper .quest-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal .modal-body .quest-wrapper .quest-container > li {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 10px 0;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:first-of-type {
  width: calc(75% - 10px);
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:first-of-type > span {
  width: 100%;
  color: #fff;
  font-size: 1rem;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:first-of-type > div {
  width: 100%;
  display: flex;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:first-of-type {
  margin: 8px 0;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:first-of-type > i {
  margin-right: 10px;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:first-of-type > i,
.modal .modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:first-of-type > span {
  display: flex;
  align-items: center;
  color: #f8c73d;
  font-size: 1rem;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:last-of-type {
  height: 35px;
  background: #232323;
  border-radius: 6px;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:last-of-type > span {
  display: flex;
  height: 35px;
  align-items: center;
  justify-content: center;
  background: #1e1e1e;
  font-size: 1rem;
  border-radius: inherit;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:last-of-type {
  width: 25%;
  display: flex;
  justify-content: center;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:last-of-type > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
  height: 35px;
  font-size: 14px;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:last-of-type > button:disabled {
  filter: grayscale(1);
}
.modal .modal-body .quest-wrapper .quest-container > li > div:last-of-type > button.claim {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:last-of-type > button.not_completed {
  background: transparent;
  pointer-events: none;
  color: #4e4e4e;
  border: none;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:last-of-type > button.pending {
  background: transparent;
  pointer-events: none;
  color: orange;
  border: none;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:last-of-type > button.fail {
  background: transparent;
  pointer-events: none;
  color: red;
  border: none;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:last-of-type > button.success {
  background: transparent;
  pointer-events: none;
  color: green;
  border: none;
}

.error-msg-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-msg-wrapper .error-msg-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 150px 0;
  justify-content: center;
  align-items: center;
}
.error-msg-wrapper .error-msg-container > img {
  width: 180px;
  margin-bottom: 30px;
}
.error-msg-wrapper .error-msg-container > span {
  color: #fff;
  font-size: 1.6rem;
}

.download-wrapper {
  width: 100%;
  display: flex;
  height: 800px;
  align-items: center;
  justify-content: center;
  padding: 0 10%;
}
.download-wrapper > img {
  height: 500px;
}
.download-wrapper > ul {
  width: 50%;
}
.download-wrapper > ul > li {
  display: flex;
  width: 100%;
  padding: 0 10%;
  flex-wrap: wrap;
}
.download-wrapper > ul > li:nth-child(1) {
  margin-top: 15px;
}
.download-wrapper > ul > li:nth-child(1) > span {
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  width: 100%;
  margin: 10px 0;
  white-space: nowrap;
}
.download-wrapper > ul > li:nth-child(1) > span:last-child {
  margin: 30px 0;
  color: #fff;
}
.download-wrapper > ul > li:last-child {
  flex-wrap: nowrap;
  justify-content: center;
}
.download-wrapper > ul > li:last-child > a {
  width: 130px;
  height: 120px;
  padding: 15px 10px;
  border-radius: 6px;
  display: flex;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 10px;
}
.download-wrapper > ul > li:last-child > a > img {
  height: 50px;
  margin-bottom: 10px;
}
.download-wrapper > ul > li:last-child > a > span {
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}
.download-wrapper > ul > li:last-child > a:hover {
  filter: brightness(1.2);
}

.entrance-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 20px;
  bottom: 0vh;
  z-index: 10;
}
.entrance-wrapper > button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8c73d;
  position: absolute;
  right: -5px;
  top: -15px;
  padding: 5px 5px;
  border-radius: 50%;
  color: #000;
}
.entrance-wrapper > button i {
  color: #000;
  font-size: 1rem;
  width: 15px;
  height: 15px;
}
.entrance-wrapper > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.entrance-wrapper > a > img {
  width: 100px;
}
.entrance-wrapper.event-2 {
  bottom: 30vh;
}
.entrance-wrapper.event-2 > button {
  right: unset;
  left: -5px;
}

.referral-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #232323;
  padding: 15px 15px;
  border-radius: 8px;
}
.referral-wrapper .referral-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: inherit;
}
.referral-wrapper .referral-container > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #1e1e1e;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 0 15px;
}
.referral-wrapper .referral-container > div > h4 {
  color: #f8c73d;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 10px 0;
  font-size: 1.2rem;
}
.referral-wrapper .referral-container > div > span {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 15px;
}
.referral-wrapper .referral-container .referral-bonus-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li {
  width: 100%;
  display: flex;
  padding: 10px 0;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:first-of-type {
  flex-direction: row;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:first-of-type > span {
  font-size: 1.2rem;
  color: #f8c73d;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(2) {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(2) > span {
  font-size: 2rem;
  color: #f8c73d;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(2) > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
  padding: 5px 15px;
  font-size: 1rem;
  margin-left: 15px;
  height: 40px;
  color: #fff;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(2) > button i {
  margin-right: 10px;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(3) {
  flex-direction: row;
  flex-wrap: wrap;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(3) > div {
  width: 100%;
  display: flex;
  width: calc((100% - 20px) / 2);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 0;
  position: relative;
  margin: 5px 5px;
  background: #121212;
  border-radius: 8px;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(3) > div > span:first-of-type {
  font-size: 1.6rem;
  color: #f8c73d;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(3) > div > span:last-of-type {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 10px;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(4), .referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(5), .referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(6) {
  flex-direction: column;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(4) > span, .referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(5) > span, .referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(6) > span {
  font-size: 14px;
  color: #fff;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(4) > span:first-of-type, .referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(5) > span:first-of-type, .referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(6) > span:first-of-type {
  font-size: 1.2rem;
  color: #f8c73d;
  margin-bottom: 10px;
}
.referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(4) > span:not(:first-of-type), .referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(5) > span:not(:first-of-type), .referral-wrapper .referral-container .referral-bonus-wrapper > li:nth-of-type(6) > span:not(:first-of-type) {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.2;
}
.referral-wrapper .referral-container .referral-copy-wrapper {
  padding: 10px 15px;
}
.referral-wrapper .referral-container .referral-copy-wrapper > div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.referral-wrapper .referral-container .referral-copy-wrapper > div:first-of-type {
  flex-direction: column;
  padding: 0 5%;
  margin: 5px 0;
}
.referral-wrapper .referral-container .referral-copy-wrapper > div:first-of-type > div {
  width: 100%;
  display: flex;
  background: #232323;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  border-radius: 8px;
  margin: 5px 0;
}
.referral-wrapper .referral-container .referral-copy-wrapper > div:first-of-type > div > span {
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  width: 85%;
}
.referral-wrapper .referral-container .referral-copy-wrapper > div:first-of-type > div > button {
  width: 15%;
  height: inherit;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
}
.referral-wrapper .referral-container .referral-copy-wrapper > div:nth-of-type(2) {
  margin: 5px 0;
}
.referral-wrapper .referral-container .referral-copy-wrapper > div:nth-of-type(2) > img {
  height: 200px;
  padding: 15px 15px;
  background: #fff;
}
.referral-wrapper .referral-container .referral-copy-wrapper > div:last-of-type {
  width: 100%;
  height: 92px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.referral-wrapper .referral-container .referral-copy-wrapper > div:last-of-type > a:not(:last-child) {
  margin-right: 15px;
}
.referral-wrapper .referral-container .referral-copy-wrapper > div:last-of-type > a > img {
  width: 45px;
  height: 45px;
}
.referral-wrapper .referral-container .referral-reward-wrapper > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
.referral-wrapper .referral-container .referral-reward-wrapper > ul > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  background: #232323;
}
.referral-wrapper .referral-container .referral-reward-wrapper > ul > li:not(:last-of-type) {
  margin-bottom: 10px;
}
.referral-wrapper .referral-container .referral-reward-wrapper > ul > li > button {
  width: 15%;
  height: 30px;
  font-size: 12px;
  text-align: left;
  transition: 0.3s ease-out;
}
.referral-wrapper .referral-container .referral-reward-wrapper > ul > li > button:hover {
  filter: brightness(1.1);
}
.referral-wrapper .referral-container .referral-reward-wrapper > ul > li > button {
  color: #fff;
  pointer-events: none;
}
.referral-wrapper .referral-container .referral-reward-wrapper > ul > li > span {
  display: flex;
  align-items: center;
  height: 30px;
  width: 80%;
  color: #fff;
  font-size: 12px;
  justify-content: flex-end;
}
.referral-wrapper .referral-container .referral-reward-wrapper > ul > li > span > span {
  color: #f8c73d;
  font-size: 12px;
  margin-left: 5px;
}
.referral-wrapper .referral-container .referral-withdraw-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
.referral-wrapper .referral-container .referral-withdraw-wrapper > span {
  font-size: 1.2rem;
  color: #fff;
  margin: 15px 0;
}
.referral-wrapper .referral-container .referral-withdraw-wrapper > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.referral-wrapper .referral-container .referral-withdraw-wrapper > ul > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.referral-wrapper .referral-container .referral-withdraw-wrapper > ul > li > span {
  font-size: 1rem;
  color: #fff;
}
.referral-wrapper .referral-container .referral-withdraw-wrapper > div {
  width: 100%;
  display: flex;
  padding: 15px 0;
}
.referral-wrapper .referral-container .referral-withdraw-wrapper > div > input {
  width: calc(70% - 15px);
  height: 40px;
  color: #fff;
  font-size: 1rem;
  border: solid 1px #bfbfbf;
  border-radius: 8px;
  margin-right: 15px;
  padding-left: 10px;
}
.referral-wrapper .referral-container .referral-withdraw-wrapper > div > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
  width: 30%;
  height: 40px;
}
.referral-wrapper .referral-container .referral-rebate-wrapper > ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 10px 0;
}
.referral-wrapper .referral-container .referral-rebate-wrapper > ul > li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  border-radius: 8px;
}
.referral-wrapper .referral-container .referral-rebate-wrapper > ul > li:nth-of-type(odd) {
  background: #232323;
}
.referral-wrapper .referral-container .referral-rebate-wrapper > ul > li:nth-of-type(even) {
  background: transparent;
}
.referral-wrapper .referral-container .referral-rebate-wrapper > ul > li > span {
  font-size: 14px;
}
.referral-wrapper .referral-container .referral-rebate-wrapper > ul > li > span:first-of-type {
  color: #fff;
}
.referral-wrapper .referral-container .referral-rebate-wrapper > ul > li > span:last-of-type {
  color: #fff;
}
.referral-wrapper .referral-container .referral-text-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.referral-wrapper .referral-container .referral-text-wrapper > h4 {
  font-size: 1.2rem;
  color: #f8c73d;
  margin-bottom: 10px;
}
.referral-wrapper .referral-container .referral-text-wrapper > span {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}
.referral-wrapper .referral-container .referral-text-wrapper > span > span {
  color: #f8c73d;
}
.referral-wrapper .referral-container .referral-tab-wrapper {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}
.referral-wrapper .referral-container .referral-tab-wrapper > li {
  width: calc((100% - 10px) / 2);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  background: #232323;
}
.referral-wrapper .referral-container .referral-tab-wrapper > li:first-of-type {
  margin-right: 10px;
}
.referral-wrapper .referral-container .referral-tab-wrapper > li > span {
  color: #fff;
  background: transparent;
}
.referral-wrapper .referral-container .referral-tab-wrapper > li.active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
}
.referral-wrapper .referral-container .referral-tab-wrapper > li.active > span {
  color: #fff;
}
.referral-wrapper .referral-container .referral-filter-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.referral-wrapper .referral-container .referral-filter-wrapper > li {
  width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.referral-wrapper .referral-container .referral-filter-wrapper > li:not(:last-of-type) {
  margin-right: 10px;
}
.referral-wrapper .referral-container .referral-filter-wrapper > li > span {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
}
.referral-wrapper .referral-container .referral-filter-wrapper > li > input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: solid 1px #fff;
  border-radius: 4px;
  color: #fff;
}
.referral-wrapper .referral-container .referral-filter-wrapper > li > input::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.referral-wrapper .referral-container .referral-filter-wrapper > li > button {
  width: 100%;
  height: 40px;
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
  font-size: 1rem;
}
.referral-wrapper .referral-container .referral-table-wrapper {
  display: none;
}
.referral-wrapper .referral-container .referral-table-wrapper.show {
  display: flex;
}
.referral-wrapper .referral-container .referral-table-wrapper > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  padding-bottom: 10px;
}
.referral-wrapper .referral-container .referral-table-wrapper > div .referral-table-header {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.referral-wrapper .referral-container .referral-table-wrapper > div .referral-table-header > span {
  width: 100%;
  color: #fff;
  font-size: 16px;
  text-align: left;
}
.referral-wrapper .referral-container .referral-table-wrapper > div .referral-table-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.referral-wrapper .referral-container .referral-table-wrapper > div .referral-table-container > li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 3px;
  border-bottom: 1px solid rgba(131, 131, 131, 0.6);
}
.referral-wrapper .referral-container .referral-table-wrapper > div .referral-table-container > li > span {
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-align: left;
  position: relative;
}
.referral-wrapper .referral-container .referral-table-wrapper > div .referral-table-container > li > button {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.referral-wrapper .referral-container .referral-table-wrapper > div .referral-table-container > li > button > span {
  color: orange;
  font-size: 14px;
}
.referral-wrapper .referral-container .referral-table-wrapper > div .referral-table-container > li > button > i {
  color: orange;
  margin-left: 5px;
  font-size: 14px;
}
.referral-wrapper .referral-container .referral-table-wrapper > div .referral-table-container::before {
  content: attr(data-amount);
  color: #f8c73d;
  position: absolute;
  left: 50%;
  bottom: -27px;
  font-size: 16px;
  font-weight: bold;
}
.referral-wrapper .referral-container .referral-table-wrapper > div .referral-table-container::after {
  content: attr(data-income);
  color: #f8c73d;
  position: absolute;
  left: 75%;
  bottom: -27px;
  font-size: 16px;
  font-weight: bold;
}
.referral-wrapper .referral-container .referral-loading {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 250px 0;
  display: none;
  background: transparent;
}
.referral-wrapper .referral-container .referral-loading.show {
  display: flex;
}
.referral-wrapper .referral-container .referral-loading > img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  margin-bottom: 15px;
}
.referral-wrapper .referral-container .referral-loading > img.rotate {
  animation: rotate 1.2s ease-out infinite forwards;
}
.referral-wrapper .referral-container .referral-loading > span {
  color: #fff;
  font-size: 1.1em;
}
.referral-wrapper .referral-container .referral-pagination-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  margin: 20px 0 20px 0;
}
.referral-wrapper .referral-container .referral-pagination-wrapper > li {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s ease-out;
}
.referral-wrapper .referral-container .referral-pagination-wrapper > li:hover {
  filter: brightness(1.1);
}
.referral-wrapper .referral-container .referral-pagination-wrapper > li {
  margin-right: 10px;
  font-size: 12px;
  border-radius: 8px;
  padding: 0 5px;
  min-width: 30px;
  min-height: 30px;
}
.referral-wrapper .referral-container .referral-pagination-wrapper > li.circle {
  border-radius: 50%;
  padding: 0;
}
.referral-wrapper .referral-container .referral-pagination-wrapper > li.active {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
  border-radius: 50%;
}
.referral-wrapper .referral-container .referral-pagination-wrapper > li.disabled {
  pointer-events: none;
}

.deposit-qr {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
  padding: 10px 0;
  margin-top: 15px;
}
.deposit-qr.show {
  display: flex;
}
.deposit-qr > span {
  color: #f8c73d;
  font-size: 0.85em;
  margin-bottom: 8px;
}
.deposit-qr > div {
  display: flex;
  width: 250px;
  background-color: #fff;
  padding: 2px 2px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
}
.deposit-qr > div > img {
  width: 100%;
  height: auto;
}

.withdraw-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: solid 2px #f8c73d;
  background: #232323;
  margin-bottom: 10px;
  display: none;
}
.withdraw-txt > div {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
}
.withdraw-txt > div > span {
  width: auto;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
}
.withdraw-txt > div > span:first-of-type {
  color: #f8c73d;
  font-size: 1.2rem;
}
.withdraw-txt > div > span.pad {
  position: relative;
}
.withdraw-txt > div > span.pad::before {
  content: "*";
  color: red;
  font-size: 14px;
  line-height: 1.5;
  padding: 0 5px;
}

@keyframes rotate {
  0% {
    transform: rotate(-360deg);
  }
}
@keyframes gameSlideIn {
  0% {
    opacity: 0;
    top: -100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes gameSlideUp {
  0% {
    opacity: 0;
    bottom: -80%;
  }
  100% {
    opacity: 1;
    bottom: 0;
    border: 2px solid #f8c73d;
    border-radius: 6px;
  }
}
@keyframes slider {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-2700px);
  }
}
.agentregister-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.agentregister-overlay.show {
  display: flex;
}
.agentregister-overlay .agentregister-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container {
  width: 50%;
  background: #000;
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 75px 0;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .close-btn {
  display: flex;
  padding: 10px 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #f8c73d;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .close-btn > i {
  color: #f8c73d;
  font-size: 2rem;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > img {
  width: 200px;
  pointer-events: none;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > span {
  width: 100%;
  color: #f8c73d;
  margin: 20px 0;
  pointer-events: none;
  text-align: center;
  font-size: 1.2rem;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  margin: 10px 0;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper > a {
  display: flex;
  margin-right: 10px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper > a:first-of-type {
  margin-right: 10px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper > a.disabled {
  filter: grayscale(1);
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .lang-wrapper > a > img {
  width: 30px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div {
  width: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  background: rgba(35, 35, 35, 0.5);
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 0 10px;
  position: relative;
  border: 1px solid #f8c73d;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div.prefix {
  position: relative;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div.prefix > input {
  padding-left: 35px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div.prefix::after {
  content: attr(data-prefix);
  position: absolute;
  left: 10px;
  bottom: 9px;
  font-size: 14px;
  color: #f8c73d;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div > img {
  width: 20px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div > input {
  background: transparent;
  outline: none;
  border: none;
  width: calc(100% - 25px);
  height: 40px;
  color: #fff;
  padding-left: 10px;
  font-size: 1rem;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div > input::-moz-placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div > input::placeholder {
  color: rgba(128, 128, 128, 0.5);
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div > i {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #f8c73d;
  padding: 3px 3px;
  cursor: pointer;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > div > span {
  width: 100%;
  font-size: 1rem;
  color: rgb(172, 6, 6);
  position: absolute;
  left: 0;
  bottom: -20px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container > button {
  border-radius: 6px;
  color: #fff;
  background: linear-gradient(0deg, #d79617 0%, #f8c73d 100%);
  font-size: 1rem;
  padding: 7px 10px;
  border: none;
  outline: none;
  width: 50%;
  height: 40px;
  font-size: 1rem;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .agentregister-welcome {
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .agentregister-welcome > img {
  width: 100%;
  max-width: 30vw;
}
.agentregister-overlay .agentregister-wrapper .agentregister-container .agentregister-welcome.show {
  display: flex;
}/*# sourceMappingURL=index.css.map */