@charset "UTF-8";
body {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
body input[type=number]::-webkit-outer-spin-button,
body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
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: #070310;
}
* ::-webkit-scrollbar-track {
  background-color: transparent;
}
* ::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #242424;
}

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);
  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);
  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;
}

.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: #f1db60;
  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;
}

.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: #f1db60;
  color: #000;
  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: #242424;
  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;
  padding: 0 3px;
}
.games-category > li > a.active {
  background: linear-gradient(0deg, #c98b17 0%, #f4ca3d 100%);
}
.games-category > li > a.active > span {
  color: #000;
}

.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;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  padding: unset;
  cursor: pointer;
}
.games-list.slot-wrapper > li:not(:nth-of-type(10n)) {
  margin-right: 15px;
}
.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 #f1db60;
  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, #f2f27c 0%, #f0ca4c 100%);
  color: #000;
  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-tab-list {
  background: #242424;
}
.slot-tab-list > li {
  line-height: 1;
  display: flex;
  padding: 5px 0;
}
.slot-tab-list > li > a {
  display: flex;
  align-items: center;
}
.slot-tab-list > li > a > img {
  position: relative;
  margin: 0;
  margin-right: 15px;
}
.slot-tab-list > li.active, .slot-tab-list > li:hover {
  background: #f1db60;
  border-radius: 4px;
}
.slot-tab-list > li.active > a, .slot-tab-list > li:hover > a {
  background: #f1db60;
}
.slot-tab-list > li.active > a > span, .slot-tab-list > li:hover > a > span {
  color: #000000;
}

.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;
}

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

.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: calc(20% - 50px);
  margin-right: 50px;
}
.member-wrapper > div:last-of-type {
  width: 80%;
  max-width: 60vw;
}

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

.accountmenu > li.active > a {
  background: #f1db60;
  color: #000000;
}
.accountmenu > li.active > a > i {
  color: #000000;
}

.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: #242424;
  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: #f1db60;
}
.info-center-wrapper .tab-wrapper > li.active {
  opacity: 1;
}
.info-center-wrapper .tab-wrapper > li.active > a > span {
  color: #f1db60;
}
.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: #242424;
  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: #f1db60 !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;
}

.basic-game-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 3%;
}
.basic-game-wrapper > li {
  width: 33.3333333333%;
  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;
}

.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;
  border: solid 2px rgba(170, 170, 170, 0.6666666667);
}
.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 #f1db60;
}
.trx-form-group .bank-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #242424;
  border-radius: 8px;
  padding: 15px 15px;
  position: relative;
}
.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-of-type {
  margin-right: 3px;
}
.trx-form-group .bank-detail > li > span:last-of-type {
  color: #f1db60;
}
.trx-form-group .bank-detail > li:last-of-type {
  justify-content: flex-end;
}
.trx-form-group .bank-detail > li:last-of-type > button {
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  color: #000;
  border-radius: 6px;
  width: 85px;
  height: 35px;
}
.trx-form-group .bank-detail > p {
  position: absolute;
  left: 0;
  bottom: 5px;
  color: #fff;
  font-size: 1rem;
  padding-left: 5px;
}
.trx-form-group .bank-detail > p > span {
  color: red;
}
.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;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  color: #000;
}
.trx-form-group.file-field > input {
  display: none;
}
.trx-form-group.bank-field {
  display: none;
}
.trx-form-group .btp-bank-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.trx-form-group .btp-bank-list > li {
  display: flex;
  width: 150px;
  padding: 3px 0;
  margin-right: 10px;
  height: auto;
  background: transparent;
  border: solid 2px rgba(170, 170, 170, 0.6666666667);
  border-radius: 9px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  flex-direction: column;
}
.trx-form-group .btp-bank-list > li > img {
  border-radius: 9px;
  width: 80%;
  height: auto;
}
.trx-form-group .btp-bank-list > li > span {
  width: 100%;
  color: #fff;
  text-align: center;
}
.trx-form-group .btp-bank-list > li.active, .trx-form-group .btp-bank-list > li:hover {
  background: #000;
  border: solid 2px #f1db60;
}
.trx-form-group .btp-bank-detail {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #242424;
  border-radius: 8px;
  padding: 15px 15px;
}
.trx-form-group .btp-bank-detail > li {
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}
.trx-form-group .btp-bank-detail > li > span {
  color: #fff;
}
.trx-form-group .btp-bank-detail > li > span:first-child {
  margin-right: 3px;
}
.trx-form-group .btp-bank-detail > li > span:last-child {
  color: #f1db60;
}
.trx-form-group .btp-bank-detail > li:last-child {
  justify-content: flex-end;
}
.trx-form-group .btp-bank-detail > li:last-child > button {
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  color: #000;
  border-radius: 6px;
  width: 85px;
  height: 35px;
}
.trx-form-group.btp-bank-field {
  display: none;
}

.qr-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  display: none;
  margin-top: 20px;
}
.qr-field.show {
  display: flex;
}
.qr-field > span {
  color: #f1db60;
  font-size: 1rem;
  margin-bottom: 10px;
}
.qr-field > div {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.qr-field > div > img {
  background-color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
  width: 25%;
  max-width: 300px;
  height: auto;
}

.bankAccountNumber-field {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #242424;
  border-radius: 8px;
  padding: 10px 7px;
  margin-top: 15px;
  display: none;
}
.bankAccountNumber-field.show {
  display: flex;
}
.bankAccountNumber-field > span {
  color: #f1db60;
  font-size: 1rem;
  margin-bottom: 10px;
}
.bankAccountNumber-field > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bankAccountNumber-field > li:not(:last-of-type) {
  margin-bottom: 12px;
}
.bankAccountNumber-field > li > span {
  color: #fff;
  font-size: 14px;
}
.bankAccountNumber-field > li > span:first-of-type {
  margin-right: 5px;
}
.bankAccountNumber-field > li > span:last-of-type {
  color: #f1db60;
}
.bankAccountNumber-field > li > button {
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  border-radius: 6px;
  margin-left: 8px;
  display: flex;
  align-items: center;
  padding: 2px 4px;
  font-size: 14px;
  color: #000;
}
.bankAccountNumber-field > li > button > i {
  font-size: 14px;
  color: #000;
  margin-right: 3px;
}

.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: #f1db60;
  display: none;
}
.mm--wallet .withdraw-difference > span {
  white-space: nowrap;
  color: #000;
}
.mm--wallet .withdraw-difference::before {
  content: "";
  width: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #f1db60 transparent; /* transparent 設置邊框顏色透明*/
  position: absolute;
  top: -20px;
  left: 20%;
}

.marquee-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  background: #000;
  visibility: hidden;
  width: 100%;
  height: 25px;
  max-width: 100% !important;
  font-weight: normal;
}
.marquee-overlay .marquee-wrapper {
  background: transparent;
  width: 100%;
  height: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.marquee-overlay .marquee-wrapper > div {
  display: flex;
  align-items: center;
}
.marquee-overlay .marquee-wrapper > div:first-of-type > img {
  height: 15px;
  margin-right: 5px;
}
.marquee-overlay .marquee-wrapper > div:first-of-type > span {
  color: #f1db60;
  font-size: 14px;
  white-space: nowrap;
}
.marquee-overlay .marquee-wrapper .marquee-container {
  display: flex;
  overflow: hidden;
}
.marquee-overlay .marquee-wrapper .marquee-container div {
  display: flex;
}
.marquee-overlay .marquee-wrapper .marquee-container span,
.marquee-overlay .marquee-wrapper .marquee-container p {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  text-shadow: 0.1em 0.1em 0.2em black;
  margin-right: 50px;
}

.member-success-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: flex-start;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
}
.member-success-overlay .member-success-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.56) 0 22px 70px 4px;
  background: #000;
  border-radius: 6px;
  margin-top: 30px;
}
.member-success-overlay .member-success-wrapper > a {
  width: 100%;
  display: flex;
  border-radius: inherit;
}
.member-success-overlay .member-success-wrapper > a > img {
  width: 100%;
  border-radius: 6px;
}

.member-success-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  background: #000;
}
.member-success-wrapper > a {
  display: flex;
}
.member-success-wrapper > a > img {
  width: 100%;
}

.empty-wrapper {
  width: 100%;
  height: 60vh;
  background: transparent;
}

.launch-game-wrapper {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #1b1b1b;
  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 {
  max-width: 375px;
  height: 145px;
  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;
}

.deposit-option-detail-block {
  display: none;
}
.deposit-option-detail-block.show {
  display: block;
}

.deposit-option-detail {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.deposit-option-detail.show {
  display: flex;
}
.deposit-option-detail > img {
  width: 50%;
}
.deposit-option-detail > span {
  width: 100%;
  color: #fff;
  text-align: center;
  margin-top: 3px;
  font-size: 14px;
  text-transform: uppercase;
}

.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 .refer-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modal .modal-body .refer-wrapper .refer-title {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.modal .modal-body .refer-wrapper .refer-title > span {
  width: 100%;
  text-align: center;
}
.modal .modal-body .refer-wrapper .refer-title > span:first-of-type {
  color: #f1db60;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.modal .modal-body .refer-wrapper .refer-title > span:nth-of-type(2) {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 5px;
}
.modal .modal-body .refer-wrapper .refer-title > span:last-of-type {
  color: #fff;
  font-size: 12px;
}
.modal .modal-body .refer-wrapper .refer-info {
  width: 100%;
  display: flex;
  background: #242424;
  border-radius: 8px;
  margin-bottom: 15px;
}
.modal .modal-body .refer-wrapper .refer-info > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  justify-content: center;
}
.modal .modal-body .refer-wrapper .refer-info > div > span {
  width: 100%;
  text-align: center;
}
.modal .modal-body .refer-wrapper .refer-info > div > span:first-of-type {
  color: #f1db60;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.modal .modal-body .refer-wrapper .refer-info > div > span:last-of-type {
  color: #fff;
  font-size: 14px;
}
.modal .modal-body .refer-wrapper .refer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.modal .modal-body .refer-wrapper .refer-container > div {
  margin-bottom: 15px;
}
.modal .modal-body .refer-wrapper .refer-container .refer-tab {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-body .refer-wrapper .refer-container .refer-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 .refer-wrapper .refer-container .refer-tab > button:first-of-type {
  margin-right: 15px;
}
.modal .modal-body .refer-wrapper .refer-container .refer-tab > button.active {
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border: none;
}
.modal .modal-body .refer-wrapper .refer-container .refer-tab > button.active > span,
.modal .modal-body .refer-wrapper .refer-container .refer-tab > button.active > i {
  color: #000;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  display: none;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link.show {
  display: flex;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link > span {
  width: 100%;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link .refer-copy {
  width: 100%;
  display: flex;
  align-items: center;
  border: solid 2px #fff;
  border-radius: 6px;
  background: transparent;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link .refer-copy > span {
  color: #fff;
  font-size: 1rem;
  pointer-events: none;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link .refer-copy > div {
  background: #242424;
  padding: 5px 5px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link .refer-copy > div > i {
  font-size: 1rem;
  color: #fff;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link .refer-share {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link .refer-share > span {
  color: #fff;
  margin-right: 10px;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link .refer-share > a {
  display: flex;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link .refer-share > a:not(:last-of-type) {
  margin-right: 10px;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link .refer-share > a > i {
  font-size: 1.5rem;
  color: #fff;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link .refer-share > a > i.fa-facebook {
  color: #1b74e4;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link .refer-share > a > i.fa-telegram {
  color: #357ebd;
}
.modal .modal-body .refer-wrapper .refer-container .refer-link .refer-share > a > i.fa-envelope {
  color: #e34133;
}
.modal .modal-body .refer-wrapper .refer-container .refer-qr {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal .modal-body .refer-wrapper .refer-container .refer-qr.show {
  display: flex;
}
.modal .modal-body .refer-wrapper .refer-container .refer-qr > span {
  width: 100%;
  text-align: left;
  font-size: 12px;
  margin-bottom: 10px;
}
.modal .modal-body .refer-wrapper .refer-container .refer-qr > div {
  display: flex;
  width: auto;
  padding: 10px 10px;
  max-width: 320px;
  background: #fff;
  margin-bottom: 15px;
}
.modal .modal-body .refer-wrapper .refer-container .refer-qr > div > img,
.modal .modal-body .refer-wrapper .refer-container .refer-qr > div > canvas {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.modal .modal-body .refer-wrapper .refer-container .refer-qr > a {
  width: 50%;
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal .modal-body .refer-wrapper .refer-container .refer-qr > a > span,
.modal .modal-body .refer-wrapper .refer-container .refer-qr > a > i {
  color: #000;
}
.modal .modal-body .refer-wrapper .refer-container .refer-qr > a > i {
  margin-right: 5px;
}
.modal .modal-body .refer-wrapper .refer-statistic {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal .modal-body .refer-wrapper .refer-statistic .refer-statistic-title {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.modal .modal-body .refer-wrapper .refer-statistic .refer-statistic-title > i {
  color: #fff;
  font-size: 1rem;
  margin-right: 10px;
}
.modal .modal-body .refer-wrapper .refer-statistic .refer-statistic-title > span {
  color: #fff;
  font-size: 1rem;
}
.modal .modal-body .refer-wrapper .refer-statistic .refer-statistic-info {
  width: 100%;
  display: flex;
  background: #242424;
  border-radius: 8px;
  margin-bottom: 25px;
}
.modal .modal-body .refer-wrapper .refer-statistic .refer-statistic-info > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 15px 10px;
  justify-content: center;
}
.modal .modal-body .refer-wrapper .refer-statistic .refer-statistic-info > div > span {
  width: 100%;
  text-align: center;
}
.modal .modal-body .refer-wrapper .refer-statistic .refer-statistic-info > div > span:first-of-type {
  color: #f1db60;
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.modal .modal-body .refer-wrapper .refer-statistic .refer-statistic-info > div > span:last-of-type {
  color: #fff;
  font-size: 14px;
}
.modal .modal-body .refer-wrapper .refer-statistic > button {
  width: 50%;
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.modal .modal-body .refer-wrapper .refer-statistic > button > span,
.modal .modal-body .refer-wrapper .refer-statistic > button > i {
  color: #000;
}
.modal .modal-body .refer-wrapper .refer-statistic > button > i {
  margin-right: 5px;
}
.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: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border: none;
}
.modal .modal-body .report-wrapper .report-tab > button.active > span,
.modal .modal-body .report-wrapper .report-tab > button.active > i {
  color: #000;
}
.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: #242424;
}
.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: #242424;
}
.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: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border: none;
}
.modal .modal-body .quest-wrapper .quest-tab > button.active > span,
.modal .modal-body .quest-wrapper .quest-tab > button.active > i {
  color: #000;
}
.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: #242424;
  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: 0.85rem;
}
.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: #f1db60;
  font-size: 0.8rem;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:last-of-type {
  height: 8px;
  background: #242424;
  border-radius: 3px;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:first-of-type > div:last-of-type > span {
  display: flex;
  height: 8px;
  align-items: center;
  justify-content: center;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  font-size: 1rem;
  border-radius: inherit;
  color: #000;
}
.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: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 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 > span,
.modal .modal-body .quest-wrapper .quest-container > li > div:last-of-type > button > i {
  color: #000;
}
.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: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
}
.modal .modal-body .quest-wrapper .quest-container > li > div:last-of-type > button.claim > span,
.modal .modal-body .quest-wrapper .quest-container > li > div:last-of-type > button.claim > i {
  color: #000;
}
.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;
}

.entrance-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  bottom: 15vh;
}
.entrance-wrapper > button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f1db60;
  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;
}

.line-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  background: #06c755;
  border-radius: 8px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.line-btn > img {
  width: 30px;
  margin-right: 5px;
}
.line-btn > span {
  color: #000;
  font-size: 1.2em;
}

.download-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
}
.download-wrapper .download-container {
  max-width: 1280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.download-wrapper .download-container > span {
  width: 100%;
  text-align: center;
}
.download-wrapper .download-container > span:first-of-type {
  color: #fff;
  font-size: 2rem;
  margin: 20px 0;
}
.download-wrapper .download-container > span:last-of-type {
  color: #BFBFBF;
  font-size: 1rem;
  margin-bottom: 30px;
}
.download-wrapper .download-container .download-tab {
  width: 100%;
  display: flex;
  align-items: center;
}
.download-wrapper .download-container .download-tab > button {
  width: calc((100% - 30px) / 2);
  height: 50px;
  background: #fff;
  color: #000;
  border: solid 1px #fff;
  border-radius: 8px;
  font-size: 1rem;
}
.download-wrapper .download-container .download-tab > button:first-of-type {
  margin-right: 30px;
}
.download-wrapper .download-container .download-tab > button.active {
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border-color: #f1db60;
}
.download-wrapper .download-container .download-tab > button.active > span,
.download-wrapper .download-container .download-tab > button.active > i {
  color: #000;
}
.download-wrapper .download-container .download-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 40px 0;
  overflow: hidden;
  display: none;
}
.download-wrapper .download-container .download-content.show {
  display: flex;
}
.download-wrapper .download-container .download-content .download-swiper, .download-wrapper .download-container .download-content .download-swiper2 {
  width: 100%;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  padding: 0 5px;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > img, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > img {
  height: 60px;
  max-height: 60px;
  margin-bottom: 10px;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div {
  width: 100%;
  padding: 5px 0;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-title, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-title {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-title > span, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-title > span {
  color: #fff;
  margin: 0 8px;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-title > a, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-title > a {
  color: #f1db60;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-title > h6, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-title > h6 {
  color: #f1db60;
  font-size: 1.2rem;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-qr, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-qr {
  display: flex;
  justify-content: center;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-qr > div, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-qr > div {
  width: calc((100% - 15px) / 2);
  background: #242424;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 12px 8px;
  border: solid 1px #BFBFBF;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-qr > div:first-of-type, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-qr > div:first-of-type {
  margin-right: 15px;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-qr > div > div, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-qr > div > div {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-qr > div > div > img, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-qr > div > div > img {
  width: 20px;
  height: 20px;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-qr > div > div > span, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-qr > div > div > span {
  margin-left: 5px;
  color: #fff;
  font-size: 14px;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-qr > div > img, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-qr > div > img {
  width: 80%;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-link, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-link {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-link > div, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-link > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #242424;
  border-radius: 8px;
  padding: 12px 8px;
  border: solid 1px #BFBFBF;
  margin-bottom: 15px;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-link > div > span, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-link > div > span {
  width: 100%;
  color: #fff;
}
.download-wrapper .download-container .download-content .download-swiper .swiper-wrapper > div > div.product-link > div > a, .download-wrapper .download-container .download-content .download-swiper2 .swiper-wrapper > div > div.product-link > div > a {
  width: 100%;
  color: #f1db60;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sports-game-wrapper {
  width: 100%;
  display: flex;
  padding: 30px 3%;
}
.sports-game-wrapper .sports-game-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sports-game-wrapper .sports-game-container > li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc((100% - 45px) / 4);
  background: #242424;
  border-radius: 8px;
  cursor: pointer;
  padding: 15px 0;
  margin-bottom: 15px;
}
.sports-game-wrapper .sports-game-container > li:not(:nth-of-type(4n)) {
  margin-right: 15px;
}
.sports-game-wrapper .sports-game-container > li > img {
  width: 80%;
}
.sports-game-wrapper .sports-game-container > li > span {
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
.sports-game-wrapper .sports-game-container > li > span:first-of-type {
  margin-bottom: 10px;
  font-size: 1.2rem;
  color: #f1db60;
}
.sports-game-wrapper .sports-game-container > li > span:last-of-type {
  font-size: 1rem;
  color: #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
}

.supple-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  margin-bottom: 20px;
}
.supple-field > span {
  color: #fff;
  margin-bottom: 10px;
}
.supple-field > span.red {
  color: #d9225b;
}
.supple-field > button,
.supple-field > a {
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  max-width: 30%;
  width: auto;
  height: 40px;
  display: flex;
  align-items: center;
}
.supple-field > button > span,
.supple-field > button > i,
.supple-field > a > span,
.supple-field > a > i {
  color: #000;
}
.supple-field > button > i,
.supple-field > a > i {
  margin-right: 5px;
  font-size: 1rem;
}
.supple-field > button > span,
.supple-field > a > span {
  font-size: 1rem;
}

.member-bank-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 30px 2%;
}
.member-bank-wrapper .member-bank-table {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 60px 0 60px 0;
  position: relative;
}
.member-bank-wrapper .member-bank-table::before {
  content: attr(data-title);
  font-size: 2rem;
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}
.member-bank-wrapper .member-bank-table > li {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 8px 10px;
  background: #fff;
}
.member-bank-wrapper .member-bank-table > li > span,
.member-bank-wrapper .member-bank-table > li button {
  width: 33.3333333333%;
  font-size: 1rem;
}
.member-bank-wrapper .member-bank-table > li:first-of-type {
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  border-radius: 8px 8px 0 0;
  padding: 10px 10px;
}
.member-bank-wrapper .member-bank-table > li:first-of-type > span {
  color: #000;
  font-size: 1.2rem;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) {
  border-bottom: solid 1.5px #000000;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) > span {
  color: #000;
  word-break: break-all;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) i {
  font-size: 1rem;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) i.fa-check-circle {
  color: green;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) i.fa-tools {
  color: orange;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) > button {
  display: flex;
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  height: 35px;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) > button > span,
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) > button > i {
  color: #000;
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) > button:disabled {
  filter: grayscale(1);
}
.member-bank-wrapper .member-bank-table > li:not(:first-of-type) > button > i {
  font-size: 1.4rem;
  color: #fff;
  margin-right: 7px;
}
.member-bank-wrapper .member-bank-creation {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.member-bank-wrapper .member-bank-creation > li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.member-bank-wrapper .member-bank-creation > li.title {
  justify-content: center;
  margin-bottom: 10px;
}
.member-bank-wrapper .member-bank-creation > li.title > span {
  font-size: 2rem;
  color: #fff;
}
.member-bank-wrapper .member-bank-creation > li.field {
  position: relative;
}
.member-bank-wrapper .member-bank-creation > li.field > span {
  color: #fff;
  font-size: 14px;
  width: 100%;
  margin-bottom: 5px;
}
.member-bank-wrapper .member-bank-creation > li.field > input,
.member-bank-wrapper .member-bank-creation > li.field select {
  width: 100%;
  min-width: 100%;
  height: 35px;
  min-height: 35px;
  display: block;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  border: 1.5px solid #3e3e3e;
  border-radius: 6px;
  background: transparent;
  padding-left: 10px;
  font-size: 14px;
}
.member-bank-wrapper .member-bank-creation > li.field > input.no-border,
.member-bank-wrapper .member-bank-creation > li.field select.no-border {
  border: none;
}
.member-bank-wrapper .member-bank-creation > li.field > input:disabled,
.member-bank-wrapper .member-bank-creation > li.field select:disabled {
  color: #7b7b7b;
  cursor: not-allowed;
}
.member-bank-wrapper .member-bank-creation > li.field > input::-webkit-calendar-picker-indicator,
.member-bank-wrapper .member-bank-creation > li.field select::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.member-bank-wrapper .member-bank-creation > li.field > input option,
.member-bank-wrapper .member-bank-creation > li.field select option {
  background: #0c1512;
  color: #fff;
}
.member-bank-wrapper .member-bank-creation > li.field > input {
  color: #fff;
}
.member-bank-wrapper .member-bank-creation > li.field > input:disabled {
  color: #aaaaaa;
}
.member-bank-wrapper .member-bank-creation > li.field > select {
  color: #fff;
}
.member-bank-wrapper .member-bank-creation > li.field > i {
  position: absolute;
  right: 15px;
  bottom: 5px;
  color: #fff;
  font-size: 1em;
  padding: 5px 5px;
}
.member-bank-wrapper .member-bank-creation > li.field > button {
  width: 105px;
  height: 35px;
  font-size: 1.2em;
  border: solid 1px #fff;
  border-radius: 9px;
  color: #fff;
}
.member-bank-wrapper .member-bank-creation > li.field > button.active {
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
}
.member-bank-wrapper .member-bank-creation > li.field > button.active > span,
.member-bank-wrapper .member-bank-creation > li.field > button.active > i {
  color: #000;
}
.member-bank-wrapper .member-bank-creation > li.field > button:last-child {
  margin-left: 20px;
}
.member-bank-wrapper .member-bank-creation > li.notice {
  justify-content: center;
}
.member-bank-wrapper .member-bank-creation > li.notice > span {
  width: 100%;
  font-size: 1rem;
  color: #d9225b;
  text-align: center;
}
.member-bank-wrapper .member-bank-creation > li.text {
  margin-bottom: 50px;
  position: relative;
}
.member-bank-wrapper .member-bank-creation > li.text::after {
  content: attr(data-label);
  position: absolute;
  bottom: -30px;
  left: 0;
  color: #aaa;
  font-size: 14px;
  text-align: center;
  font-weight: normal;
}
.member-bank-wrapper .member-bank-creation > li.btn {
  justify-content: center;
  margin-top: 10px;
}
.member-bank-wrapper .member-bank-creation > li.btn > button {
  width: 80%;
  height: 47px;
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  font-size: 1.2em;
}
.member-bank-wrapper .member-bank-creation > li.btn > button > span,
.member-bank-wrapper .member-bank-creation > li.btn > button > i {
  color: #000;
}
.member-bank-wrapper .member-bank-creation > li.btn > button:disabled {
  filter: grayscale(0.8);
}
.member-bank-wrapper .member-bank-creation > li.no-ma {
  margin-bottom: 5px;
}

.quickpay-middleware-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}
.quickpay-middleware-wrapper.show {
  visibility: visible;
}
.quickpay-middleware-wrapper > img {
  width: 50%;
  max-width: 150px;
  margin-bottom: 30px;
}
.quickpay-middleware-wrapper > span {
  font-size: 1.2rem;
  color: #fff;
}
.quickpay-middleware-wrapper > button {
  margin-top: 30px;
  display: none;
  width: 150px;
  height: 40px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.28) 0px -4px 0px inset;
  font-size: 1rem;
}
.quickpay-middleware-wrapper > button > span,
.quickpay-middleware-wrapper > button > i {
  color: #000;
}
.quickpay-middleware-wrapper > button.show {
  display: flex;
}

.my-agent-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: Microsoft JhengHei;
  margin-bottom: 80px;
  border-radius: 0 0 8px 8px;
}
.my-agent-wrapper .title-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  border-radius: 6px 6px 0 0;
  position: relative;
}
.my-agent-wrapper .title-wrapper > i {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-5%, -50%);
  color: #000;
  font-size: 1.1em;
  cursor: pointer;
}
.my-agent-wrapper .title-wrapper > span {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}
.my-agent-wrapper .ref-payout-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 80px;
  padding: 10px 5%;
  background: #242424;
  border-radius: 15px 15px 0 0;
}
.my-agent-wrapper .ref-payout-wrapper > li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-agent-wrapper .ref-payout-wrapper > li > span {
  font-weight: bold;
  font-size: 2.5rem;
  color: #fff;
}
.my-agent-wrapper .ref-payout-wrapper > li button {
  background: linear-gradient(0deg, rgb(242, 242, 124) 0%, rgb(240, 202, 76) 100%);
  padding: 15px;
  margin-left: 7px;
  border-radius: 8px;
}
.my-agent-wrapper .ref-payout-wrapper > li button span {
  color: #000;
}
.my-agent-wrapper .account-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 80px;
  padding: 10px 5%;
}
.my-agent-wrapper .account-wrapper > li {
  width: 50%;
  display: flex;
}
.my-agent-wrapper .account-wrapper > li > span {
  font-weight: bold;
  font-size: 1.2rem;
}
.my-agent-wrapper .account-wrapper > li > span:first-child {
  color: #f1db60;
  margin-right: 15px;
}
.my-agent-wrapper .account-wrapper > li > span:last-child {
  color: #fff;
}
.my-agent-wrapper .amount-wrapper {
  width: 100%;
  display: flex;
  background: #242424;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  min-height: 160px;
  padding: 5px 0 20px;
  position: relative;
  margin-bottom: 10px;
  border-radius: 0 0 15px 15px;
}
.my-agent-wrapper .amount-wrapper > li {
  width: 50%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
  position: relative;
  flex-direction: column;
}
.my-agent-wrapper .amount-wrapper > li > span {
  font-weight: bold;
}
.my-agent-wrapper .amount-wrapper > li > span:first-child {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 8px;
}
.my-agent-wrapper .amount-wrapper > li > span:last-child {
  color: #fff;
  font-size: 1.3rem;
}
.my-agent-wrapper .amount-wrapper > li:nth-child(odd)::after {
  content: "";
  width: 1px;
  height: 80%;
  background: rgba(112, 112, 112, 0.8);
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
}
.my-agent-wrapper .amount-wrapper > li:nth-child(1)::before, .my-agent-wrapper .amount-wrapper > li:nth-child(2)::before {
  content: "";
  width: 80%;
  height: 1px;
  background: rgba(112, 112, 112, 0.8);
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.my-agent-wrapper .amount-wrapper > li::before {
  content: "";
  width: 80%;
  height: 1px;
  background: rgba(112, 112, 112, 0.8);
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}
.my-agent-wrapper .copy-wrapper {
  width: 100%;
  display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.my-agent-wrapper .copy-wrapper .hint-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 30px;
  margin-bottom: 15px;
}
.my-agent-wrapper .copy-wrapper .hint-wrapper > span {
  color: #fff;
  font-size: 1.1em;
  font-weight: bolder;
  margin: 4px 0;
}
.my-agent-wrapper .copy-wrapper .hint-wrapper > i {
  color: #f1db60;
  font-size: 0.9em;
  margin-left: 5px;
}
.my-agent-wrapper .copy-wrapper > ul {
  width: 100%;
  height: 110px;
  display: flex;
  flex-wrap: wrap;
}
.my-agent-wrapper .copy-wrapper > ul > li {
  width: 100%;
  height: 50px;
  background: #1a1a1a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  border-radius: 6px;
}
.my-agent-wrapper .copy-wrapper > ul > li:first-child {
  margin-bottom: 10px;
}
.my-agent-wrapper .copy-wrapper > ul > li > span {
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.9em;
}
.my-agent-wrapper .copy-wrapper > ul > li > button {
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  border-radius: 6px;
  padding: 8px 15px;
}
.my-agent-wrapper .copy-wrapper > ul > li > button > span,
.my-agent-wrapper .copy-wrapper > ul > li > button > i {
  color: #000;
}
.my-agent-wrapper .copy-wrapper > ul > li > button:active, .my-agent-wrapper .copy-wrapper > ul > li > button:hover {
  filter: brightness(1.2);
}
.my-agent-wrapper .copy-wrapper .qrcode-wrapper {
  margin-top: 25px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.my-agent-wrapper .copy-wrapper .qrcode-wrapper #qrcode {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  cursor: pointer;
}
.my-agent-wrapper .copy-wrapper .qrcode-wrapper #qrcode > img,
.my-agent-wrapper .copy-wrapper .qrcode-wrapper #qrcode canvas {
  width: 100%;
  height: auto;
  padding: 10px 10px;
  background: #fff;
  position: relative;
}
.my-agent-wrapper .copy-wrapper .qrcode-wrapper ul {
  display: flex;
  flex-direction: row;
}
.my-agent-wrapper .copy-wrapper .qrcode-wrapper ul li {
  margin: 0 6px;
}
.my-agent-wrapper .copy-wrapper .qrcode-wrapper ul li button {
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  border-radius: 50%;
  position: relative;
}
.my-agent-wrapper .copy-wrapper .qrcode-wrapper ul li button i {
  color: #000;
  padding: 6px;
}
.my-agent-wrapper .copy-wrapper .qrcode-wrapper ul li button i::before {
  font-size: 1.5rem;
}
.my-agent-wrapper .copy-wrapper .qrcode-wrapper ul li button > img {
  width: 30px;
  height: auto;
  padding: 4px;
}
.my-agent-wrapper .copy-wrapper .qrcode-wrapper ul li:first-child {
  margin-left: 12px;
}
.my-agent-wrapper .copy-wrapper .qrcode-wrapper ul li:first-child button i {
  padding: 6px 10px;
}
.my-agent-wrapper .agent-btn-wrapper {
  width: 100%;
  display: flex;
  padding: 10px 5%;
  flex-direction: column;
}
.my-agent-wrapper .agent-btn-wrapper > li {
  width: 100%;
  display: flex;
}
.my-agent-wrapper .agent-btn-wrapper > li > a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 1em;
  border-radius: 4px;
}
.my-agent-wrapper .agent-btn-wrapper > li:first-child {
  margin-bottom: 15px;
}
.my-agent-wrapper .agent-btn-wrapper > li:first-child > a {
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
}
.my-agent-wrapper .agent-btn-wrapper > li:first-child > a > span,
.my-agent-wrapper .agent-btn-wrapper > li:first-child > a > i {
  color: #000;
}
.my-agent-wrapper .agent-btn-wrapper > li:nth-child(2) > a {
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
}
.my-agent-wrapper .agent-btn-wrapper > li:nth-child(2) > a > span,
.my-agent-wrapper .agent-btn-wrapper > li:nth-child(2) > a > i {
  color: #000;
}
.my-agent-wrapper .agent-btn-wrapper > img {
  margin-top: 20px;
  width: 100%;
  height: auto;
  max-height: 240px;
  padding: 10px 10px;
}
.my-agent-wrapper .full-qr-wrapper {
  background: black;
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  padding: 30px 2%;
  position: relative;
  align-items: center;
}
.my-agent-wrapper .full-qr-wrapper #gold-qr > img {
  width: 400px;
  height: 696px;
}
.my-agent-wrapper .full-qr-wrapper > li {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-agent-wrapper .full-qr-wrapper > li:first-child {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 696px;
  max-height: 696px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #000;
  background-image: url(../../images/refer-qr.png);
}
.my-agent-wrapper .full-qr-wrapper > li:first-child > img {
  width: 400px;
  height: 696px;
}
.my-agent-wrapper .full-qr-wrapper > li:first-child #qr-img {
  position: absolute;
  left: 50%;
  top: 174px;
  transform: translateX(-50%);
  max-width: 51%;
  width: 51%;
  height: 201.84px;
  padding: 5px 5px;
  background-color: #fff;
  z-index: 2;
}
.my-agent-wrapper .full-qr-wrapper > li:first-child #qr-dowload-bg {
  max-width: 90%;
  height: 100%;
  max-height: 696px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.my-agent-wrapper .full-qr-wrapper > li:nth-child(2) {
  margin-top: 60px;
}
.my-agent-wrapper .full-qr-wrapper > li:nth-child(2) > button,
.my-agent-wrapper .full-qr-wrapper > li:nth-child(2) a {
  width: 83%;
  height: 45px;
  border-radius: 6px;
  color: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 10px;
  border: none;
  outline: none;
  color: #000;
  font-weight: bold;
  font-size: 1rem;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-agent-wrapper .full-qr-wrapper > li:nth-child(2) > button > span,
.my-agent-wrapper .full-qr-wrapper > li:nth-child(2) > button > i,
.my-agent-wrapper .full-qr-wrapper > li:nth-child(2) a > span,
.my-agent-wrapper .full-qr-wrapper > li:nth-child(2) a > i {
  color: #000;
}

.reward-mission-wrapper > ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 100px;
  gap: 1rem;
}
.reward-mission-wrapper > ul > li {
  background-color: #252525;
  border-radius: 7px;
  padding: 1rem;
  display: grid;
  grid-template-columns: 40px 5fr 1fr;
  position: relative;
}
.reward-mission-wrapper > ul > li > img {
  width: 40px;
  height: auto;
}
.reward-mission-wrapper > ul > li .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 10px;
}
.reward-mission-wrapper > ul > li .content > span {
  font-size: 0.75rem;
  color: #C6C6C6;
}
.reward-mission-wrapper > ul > li .content > span:first-child {
  font-size: 1rem;
  color: #fff;
}
.reward-mission-wrapper > ul > li .content > span:last-child {
  color: #FCF503;
}
.reward-mission-wrapper > ul > li .content > span:last-child > i {
  color: #FCF503;
}
.reward-mission-wrapper > ul > li .rate {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.reward-mission-wrapper > ul > li .rate > div {
  margin-top: 5px;
  background-color: #d3d3d3;
  border-radius: 15px;
  height: 8px;
  width: 100%;
  position: relative;
}
.reward-mission-wrapper > ul > li .rate > div > div {
  position: absolute;
  width: 0%;
  height: 100%;
  border-radius: 15px;
  left: 0;
  top: 0;
  background-color: #fde174;
}
.reward-mission-wrapper > ul > li .rate > button {
  background-color: #fde174;
  border-radius: 7px;
  padding: 6px 10px;
  margin-top: 12px;
  display: none;
}
.reward-mission-wrapper > ul > li .rate > button.show {
  display: block;
}
.reward-mission-wrapper > ul > li .clear-txt {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5490196078);
  align-items: center;
  justify-content: center;
}
.reward-mission-wrapper > ul > li .clear-txt > span {
  font-size: 2.2rem;
  color: #fff;
}
.reward-mission-wrapper > ul > li.clear .rate > button {
  background-color: unset;
  color: rgb(38, 218, 38);
  cursor: unset;
}
.reward-mission-wrapper > ul > li.clear .clear-txt {
  display: flex;
}
.reward-mission-wrapper .mission-type-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.reward-mission-wrapper .mission-type-wrapper button {
  width: 125px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
}
.reward-mission-wrapper .mission-type-wrapper button:last-child {
  margin-left: 15px;
}
.reward-mission-wrapper .mission-type-wrapper button.active {
  border: unset;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  color: #000;
}
.reward-mission-wrapper .pagination-wrapper {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.reward-mission-wrapper .pagination-wrapper > div {
  border-radius: 7px;
  width: 60px;
  position: relative;
}
.reward-mission-wrapper .pagination-wrapper > div > input {
  border: 1px solid #f4d600;
  padding-right: 32px;
  border-radius: 7px;
  color: #fff;
  width: 100%;
  background-color: #000;
  font-size: 1rem;
  text-align: right;
}
.reward-mission-wrapper .pagination-wrapper > div > span {
  position: absolute;
  color: #f4d600;
  right: 5px;
  bottom: 6px;
  font-size: 1rem;
}
.reward-mission-wrapper .pagination-wrapper > button {
  color: #f4d600;
  padding: 0 8px;
  margin: 0 5px;
}
.reward-mission-wrapper .pagination-wrapper > button.unactive {
  opacity: 0.6;
  cursor: not-allowed;
}

.refer-history-wrapper .search-wrapper {
  width: 100%;
  position: relative;
}
.refer-history-wrapper .search-wrapper > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.refer-history-wrapper .search-wrapper > div span {
  width: 10%;
  white-space: nowrap;
  min-width: 75px;
}
.refer-history-wrapper .search-wrapper > div > button {
  background: linear-gradient(0deg, rgb(242, 242, 124) 0%, rgb(240, 202, 76) 100%);
  color: #000;
  font-size: 0.875rem;
  padding: 0.75rem 1.25rem;
}
.refer-history-wrapper .search-wrapper > div input, .refer-history-wrapper .search-wrapper > div select {
  min-width: 45%;
  width: 230px;
  background-color: #1A1A1A;
  border: #313131;
  padding: 0.75rem 1.25rem;
  border-radius: 7px;
}
.refer-history-wrapper .search-wrapper > div:first-child {
  width: 35%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.refer-history-wrapper .search-wrapper > div:last-child {
  width: 100%;
  position: relative;
}
.refer-history-wrapper .search-wrapper > div:last-child > div {
  width: 35%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.refer-history-wrapper .search-wrapper > div:last-child > div > span {
  text-align: center;
}
.refer-history-wrapper .search-wrapper > div:last-child > div:nth-child(2) {
  width: 25%;
  margin-right: 30px;
}
.refer-history-wrapper .ref-history-table {
  width: 100%;
  position: relative;
}
.refer-history-wrapper .ref-history-table tr th, .refer-history-wrapper .ref-history-table tr td {
  text-align: center;
  width: 50%;
  padding: 15px 12px;
}
.refer-history-wrapper .ref-history-table thead {
  background-color: #1C1C1C;
}
.refer-history-wrapper .ref-history-table tfoot tr td {
  width: 100%;
  text-align: left;
}
.refer-history-wrapper .ref-history-table tfoot tr:nth-child(even) {
  background-color: #343434;
}
.refer-history-wrapper .ref-history-table tfoot tr:nth-child(odd) {
  background-color: #1C1C1C;
}

.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.fixed {
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}
.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;
}

.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 > 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: #242424;
  border: solid 2px #242424;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1rem;
  width: calc((100% - 50px) / 6);
  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(6n)), .custom-form-wrapper .custom-form > li.touch2 > div:not(:nth-of-type(6n)) {
  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 2px #f1cc50;
  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: 64px;
}
.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;
  cursor: pointer;
}
.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 > 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, #f9b428 0%, #f1cc50 100%);
  color: #000;
  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: 1px solid #a7a1a1;
  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, #f9b428 0%, #f1cc50 100%);
  color: #000;
  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;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.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 > a {
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: linear-gradient(0deg, #f9b428 0%, #f1cc50 100%);
}
.custom-form-wrapper .custom-form > li.list > ul > a > i {
  color: #d9225b;
  font-size: 1rem;
  margin-right: 10px;
}
.custom-form-wrapper .custom-form > li.list > ul > a > span {
  color: #d9225b;
  font-size: 1rem;
}
.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.account {
  display: none;
}
.custom-form-wrapper .custom-form > li.account.show {
  display: flex;
}
.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, #f9b428 0%, #f1cc50 100%);
  color: #000;
  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: #000;
  background: linear-gradient(0deg, #f2f27c 0%, #f0ca4c 100%);
  font-size: 1rem;
  padding: 10px 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 > span,
.status-msg-wrapper .status-msg-container > button > i {
  color: #000;
}
.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;
}

#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;
  color: #fff;
  z-index: 3;
}
#promotion-dialog .dialog-wrapper .dialog-container > i:hover {
  transform: rotate(360deg);
}
#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;
  height: auto;
  max-height: 450px;
  min-width: 450px;
  min-height: 450px;
  border-radius: 0 0 6px 6px;
  background: #191919;
  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: #191919;
}
#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: #f1db60;
}

#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;
  color: #fff;
  z-index: 2;
  padding: 5px 5px;
}
#popup-dialog .dialog-wrapper .dialog-container > i:hover {
  transform: rotate(360deg);
}

.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;
}

@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 #f1db60;
    border-radius: 6px;
  }
}/*# sourceMappingURL=index.css.map */