.navbar {
  max-width: var(--max-with-mobile);
}

.navbar.nav-child {
  background: #ffffff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
  min-height: 60px !important;
}

.navbar.nav-child .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.navbar.nav-child img {
  max-width: 30px;
}

.navbar.fixed-top {
  background: #19264b;
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.6);
  min-height: 70px;
  padding: 0;
  left: auto;
  right: auto;
  width: 100%;
}

.navbar.fixed-top .text-animated {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
}

.navbar.fixed-top .text-animated .text-overflow {
  word-wrap: none;
  position: relative;
}

.navbar.fixed-top .content {
  display: flex;
  min-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar.fixed-top .content .btn {
  min-width: auto;
  height: 28px;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar.fixed-top .content .btn.btn-language {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  margin-right: 5px;
  width: 32px;
  padding-left: 3px;
  padding-right: 3px;
}

.navbar.fixed-top .content .btn.btn-currency {
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  background: #fdbb2c;
  color: #000000;
  border-color: transparent;
  display: flex;
  place-content: center;
  place-items: center;
  padding-left: 8px;
  padding-right: 8px;
}

.navbar.fixed-top .content .btn.btn-currency img {
  margin-right: 5px;
}

.navbar.fixed-top .content .btn.btn-add {
  display: flex;
  place-content: center;
  place-items: center;
  width: 30px;
}

.navbar.fixed-top .content .btn.btn-login {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #000000;
}

.navbar.fixed-top .content .btn.btn-login div {
  display: flex;
  place-content: center;
  place-items: center;
  height: 100%;
  gap: 5px;
}

.navbar.fixed-top .content #navMenu {
  min-width: auto;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-left: -3px;
}

.navbar.fixed-top .content #navMenu:focus {
  box-shadow: none;
}

.navbar.fixed-top .content #navMenu img {
  width: 26px;
}

.navbar.fixed-top .content__customer_service {
  width: 80px;
  font-style: normal;
  display: flex;
  place-content: center;
  place-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #597ef7;
}

.navbar.fixed-top .content__customer_service img {
  width: 25px;
}

.navbar.fixed-top .content__logo {
  max-width: 100px;
}

.navbar.fixed-bottom {
  background: #19264b;
  box-shadow: 0px -3px 8px rgba(0, 0, 0, 0.6);
  left: auto;
  right: auto;
  width: 100%;
  padding: 0;
}

.navbar.fixed-bottom .content {
  display: flex;
  place-content: space-around;
  place-items: center;
  text-align: center;
}

.navbar.fixed-bottom .content .nav-item {
  height: 55px;
  width: 50px;
  text-decoration: none;
  display: flex;
  place-content: space-around;
  place-items: center;
  flex-direction: column;
  position: relative;
}

.navbar.fixed-bottom .content .nav-item .img {
  min-height: 15px;
  display: flex;
  place-content: center;
  place-items: center;
  width: 50px;
  margin: auto;
  margin-top: 10px;
}

.navbar.fixed-bottom .content .nav-item .img img {
  height: 17px;
}

.navbar.fixed-bottom .content .nav-item .img img.active {
  height: 27px;
  margin-top: -5px;
}

.navbar.fixed-bottom .content .nav-item .img .active {
  display: none;
}

.navbar.fixed-bottom .content .nav-item .text {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 7px;
}

.navbar.fixed-bottom .content .nav-item.active .img img {
  display: none;
}

.navbar.fixed-bottom .content .nav-item.active .img img.active {
  display: block;
}

.navbar.fixed-bottom .content .nav-item.active .text {
  color: #fdbb2c;
}

.navbar.fixed-bottom .content .nav-item.active::after {
  position: absolute;
  content: "";
  top: 0;
  width: 25px;
  height: 3px;
  background: #fdbb2c;
  border-radius: 1.5px;
}

.select-bank {
  margin-left: -8px;
  margin-right: -8px;
}

.select-bank__item {
  margin-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}

.select-bank__item__label {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 70px;
  width: 100%;
  display: flex;
  place-content: space-around;
  place-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 8px 0;
}

.select-bank__item__label .checkmark {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 10px;
}

.select-bank__item__label__checkbox {
  display: none;
}

.select-bank__item__label__checkbox:checked~.checkmark {
  border-color: #597ef7;
}

.select-bank__item__label__checkbox:checked~.checkmark::before {
  content: "";
  width: 18px;
  height: 19px;
  background-image: url(../images/wallet/check.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.select-bank__item__label__img img {
  max-height: 30px;
  max-width: 30px;
}

.select-bank__item__label__title {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #000000;
}

.deposit-amount {
  margin-left: -8px;
  margin-right: -8px;
}

.deposit-amount__select-bank,
.deposit-amount__select-promotion {
  display: flex;
  place-content: space-between;
  place-items: center;
  border-bottom: 2px solid #eeeeee;
  padding: 10px 0;
  margin-bottom: 30px;
  cursor: pointer;
}

.deposit-amount__select-bank__input__label,
.deposit-amount__select-promotion__input__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  padding-bottom: 10px;
  text-align: left;
}

.deposit-amount__select-bank__input__placeholder,
.deposit-amount__select-promotion__input__placeholder {
  font-weight: 300;
  font-size: 16px;
  line-height: 14px;
  color: #a5a9b3;
}

.deposit-amount__summary {
  margin-top: -15px;
  margin-bottom: 15px;
}

.deposit-amount__summary__title {
  background: #597ef7;
  border-radius: 10px 10px 0px 0px;
  padding: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
}

.deposit-amount__summary__content {
  background: #ffffff;
  border: 1px solid #a5a9b3;
  border-top: none;
  box-sizing: border-box;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.deposit-amount__summary__content__sub {
  background: #eeeeee;
  border-radius: 10px;
  padding: 15px 30px;
  margin: 10px;
}

.deposit-amount__action {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #000000;
}

.deposit-amount__action .btn {
  min-height: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.deposit-amount__action .btn-choose {
  min-height: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  margin-bottom: 20px;
  border: 1px solid #a5a9b3;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  place-items: center;
  place-content: center;
  gap: 5px;
}

.deposit-amount__action .btn-choose:hover,
.deposit-amount__action .btn-choose:active {
  background-color: #fff;
}

.deposit-amount__action .btn-choose img {
  max-width: 24px;
}

.deposit-amount__input-group {
  margin-bottom: 15px;
}

.deposit-amount__input-group .form-control {
  background: #ffffff;
  border: 1px solid #a5a9b3;
  box-sizing: border-box;
  border-radius: 10px !important;
  min-height: 40px;
}

.deposit-amount__input-group .form-control::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a5a9b3;
}

.deposit-amount__input-group .input-group-text {
  background: #ffffff;
  border: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  color: #000000;
  padding-left: 0;
}

.deposit-amount__item {
  margin-bottom: 15px;
  padding-left: 8px;
  padding-right: 8px;
}

.deposit-amount__item__label {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 50px;
  width: 100%;
  display: flex;
  place-content: space-around;
  place-items: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 8px 0;
}

.deposit-amount__item__label .checkmark {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid transparent;
  border-radius: 10px;
}

.deposit-amount__item__label__checkbox {
  display: none;
}

.deposit-amount__item__label__checkbox:checked~.checkmark {
  border-color: #597ef7;
}

.deposit-amount__item__label__checkbox:checked~.checkmark::before {
  content: "";
  width: 18px;
  height: 19px;
  background-image: url(../images/wallet/check.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.deposit-amount__item__label__title {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #000000;
}

#selectLanguage .modal-dialog {
  padding: 0 30px;
  margin: auto;
}

#selectLanguage .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}

#selectLanguage .modal-dialog .modal-content .modal-header {
  background-image: url(../images/select-language-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  border-radius: 0 !important;
}

#selectLanguage .modal-dialog .modal-content .modal-body {
  padding-top: 30px;
  padding-bottom: 30px;
}

#selectLanguage .modal-dialog .modal-content .modal-body img {
  max-width: 40px;
}

#selectLanguage .modal-dialog .modal-content .modal-body .choose-language {
  word-break: keep-all;
}

#selectLanguage .modal-dialog .modal-content .modal-body .title {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000000;
  margin-top: 7px;
}

#selectLanguage .modal-dialog .modal-content .modal-body .subtitle {
  display: flex;
  place-items: center;
  place-content: space-between;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000000;
  padding-bottom: 25px;
}

#selectBankModal .select-bank-modal__items {
  display: flex;
  place-content: flex-start;
  place-items: center;
  gap: 15px;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px;
}

#selectBankModal .select-bank-modal__items__img {
  min-width: 40px;
  text-align: center;
}

#selectBankModal .select-bank-modal__items__img img {
  max-width: 30px;
  max-height: 30px;
}

#selectBankModal .select-bank-modal__items__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
}

#chooseWalletModal .choose-modal__items {
  display: flex;
  place-content: space-between;
  place-items: center;
  gap: 15px;
  border-bottom: 1px solid #f2f2f2;
  padding: 15px;
}

#chooseWalletModal .choose-modal__items__img {
  min-width: 50px;
  text-align: center;
}

#chooseWalletModal .choose-modal__items__content {
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #000000;
}

#chooseWalletModal .choose-modal__items .checkmark {
  opacity: 0;
  transition: 0.3s;
}

#chooseWalletModal .choose-modal__items input:checked~.checkmark {
  opacity: 1;
}

.mbsc-popup-content .mbsc-ios.mbsc-scroller {
  background-color: #fff !important;
}

.mbsc-popup-content .mbsc-ios.mbsc-scroller .mbsc-ios.mbsc-scroller-wheel-group-cont {
  padding: 0;
}

.mbsc-popup-content .mbsc-ios.mbsc-scroller .mbsc-ios.mbsc-scroller-wheel-group-cont .mbsc-ios.mbsc-scroller-wheel-line {
  margin: 0;
  border-radius: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: rgba(255, 255, 255, 0);
}

.mbsc-popup .mbsc-ios.mbsc-scroller-wheel-cont-bottom.mbsc-scroller-wheel-cont-3d,
.mbsc-popup .mbsc-ios.mbsc-scroller-wheel-cont-top.mbsc-scroller-wheel-cont-3d {
  background: #fff;
}

.mbsc-popup .mbsc-ios.mbsc-scroller-wheel-item.mbsc-selected {
  background: #fff;
}

.mbsc-popup .mbsc-ios.mbsc-scroller-wheel-overlay-bottom,
.mbsc-popup .mbsc-ios.mbsc-scroller-wheel-overlay-top {
  background: transparent !important;
}

.mbsc-popup .mbsc-ios.mbsc-scroller-wheel-item {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.back-to-top {
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  display: flex;
}

.back-to-top a {
  background: #fff;
  display: flex;
  place-content: center;
  place-items: center;
  margin: auto;
  flex-direction: column;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #7e8796;
  min-width: 130px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 10px 2px rgba(1, 1, 1, 0.1);
  box-shadow: 0px 4px 10px 2px rgba(1, 1, 1, 0.1);
}

#collapseCustomDate .action a {
  display: flex;
  place-content: center;
  place-items: center;
}

.fullPage {
  height: 100vh;
  margin: 0;
  overflow: hidden;
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

html[lang="zh"] .register_link {
  place-items: center !important;
}

html[lang="zh"] .register_link span {
  transform: rotate(-180deg) !important;
  -webkit-transform: rotate(180deg) !important;
}

@media only screen and (max-width: 380px) {
  .dropdown-menu .btn {
    min-width: 50px !important;
  }
}

.footer-info {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-top: 50px;
  color: rgba(255, 255, 255, 0.7);
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.footer-info .title {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
}

.footer-info div.collapse:not(.show) {
  height: 55px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.footer-info div.collapsing {
  min-height: 55px !important;
}

.footer-info a {
  display: block;
  text-align: center;
  color: #fdbb2c;
  padding: 15px 0;
}

.footer-info .infolink {
  text-align: center;
  color: #fdbb2c;
  display: inline;
  text-align: justify;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

.footer-info a.collapsed .show {
  display: initial;
}

.footer-info a.collapsed .hide {
  display: none;
}

.footer-info a:not(.collapsed) .show {
  display: none;
}

.footer-info a:not(.collapsed) .hide {
  display: initial;
}

.input-group-currency {
  background: #212b42;
  border-radius: 0px 4px 4px 0px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #ffffff;
  min-width: 80px;
  display: flex;
  place-content: center;
  place-items: center;
}

/* #popupLayer start */
#popupLayer .close-btn {
  z-index: 999;
  top: 5px;
  right: 5px;
  position: absolute;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.6);
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* #popupLayer end */

#freeCreditModal .modal-dialog,
#verifyNowModal .modal-dialog {
  max-width: 347px;
}

#freeCreditModal .modal-dialog .modal-content,
#verifyNowModal .modal-dialog .modal-content {
  padding: 0;
  box-shadow: 0px 4px 100px 0px rgba(253, 187, 44, 0.32);
}

#freeCreditModal .modal-dialog .modal-content .modal-header,
#verifyNowModal .modal-dialog .modal-content .modal-header {
  border-bottom: none !important;
}

#freeCreditModal .modal-dialog .modal-content .btn-close,
#verifyNowModal .modal-dialog .modal-content .btn-close,
#verifyEmailModal .modal-dialog .modal-content .btn-close,
#changeEmailModal .modal-dialog .modal-content .btn-close,
#emailOtpModal .modal-dialog .modal-content .btn-close,
#emailOtpVerifiedModal .modal-dialog .modal-content .btn-close,
#verifyContactNumModal .modal-dialog .modal-content .btn-close,
#accountVerifiedModal .modal-dialog .modal-content .btn-close,
#changeContactNumModal .modal-dialog .modal-content .btn-close,
#contactNumOtpModal .modal-dialog .modal-content .btn-close,
#contactNumOtpVerifiedModal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#freeCreditModal .modal-dialog .modal-content .modal-body img,
#verifyNowModal .modal-dialog .modal-content .modal-body img {
  max-width: 180px;
}

#freeCreditModal .modal-dialog .modal-content .modal-body .title,
#verifyNowModal .modal-dialog .modal-content .modal-body .title,
#verifyEmailModal .modal-dialog .modal-content .modal-body .title,
#changeEmailModal .modal-dialog .modal-content .modal-body .title,
#emailOtpModal .modal-dialog .modal-content .modal-body .title,
#verifyContactNumModal .modal-dialog .modal-content .modal-body .title,
#changeContactNumModal .modal-dialog .modal-content .modal-body .title,
#contactNumOtpModal .modal-dialog .modal-content .modal-body .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #fdbb2c;
  margin: 10px 0 20px;
}

#freeCreditModal .modal-dialog .modal-body .action .cta-btn {
  width: 100%;
  height: 53px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-size: 16px;
}

#verifyNowModal .form-check .form-check-label {
  margin-left: 6px;
  margin-top: 4px;
  cursor: pointer;
  color: #c6c6c6;
  font-size: 12px;
}

#verifyNowModal .form-check .form-check-input {
  cursor: pointer;
}

.signup-verify-banner {
  background: linear-gradient(90deg, rgba(253, 187, 44, 0.5776) 0%, rgba(253, 187, 44, 0) 100%);
  border-radius: 8px;
  padding: 8px 0px 8px 9px;
  margin-bottom: 25px;
  height: 54px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.signup-verify-banner .signup-verify-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.signup-verify-banner .prefix-line {
  width: 2px;
  height: 37px;
  background-color: rgba(255, 255, 255, 0.67);
  margin-right: 8px;
}

.signup-verify-banner .signup-verify-title {
  font-size: 20px;
  line-height: 23px;
  color: #FDBB2C;
  font-weight: 700;
  white-space: nowrap;
}

.signup-verify-banner .signup-verify-subtitle {
  font-size: 12px;
  line-height: 12px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 4px;
  white-space: nowrap;
}

.signup-verify-banner .caishen-fade {
  position: absolute;
  right: -21px;
  bottom: -12px;
  height: 200px;
  width: 194px;
}

.signup-verify-banner img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.signup-verify-banner .coin-1 {
  position: absolute;
  right: 76px;
  bottom: 62px;
  height: 50px;
  width: 50px;
}

.signup-verify-banner img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.wallet-verify-banner {
  padding: 0px 10px;
  border-radius: 10px;
  background: linear-gradient(90deg,
      rgba(253, 187, 44, 0.5776) 0%,
      rgba(253, 187, 44, 0) 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 47px;
  margin-top: 90px;
}

.wallet-verify-banner .verify-text {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.wallet-verify-banner .verify-btn {
  height: 26px;
  font-size: 10px;
  font-weight: 700;
  padding: 0px 10px;
}

.wallet-verify-banner .verify-text .prefix-line {
  width: 1px;
  height: 29px;
  background-color: rgba(255, 255, 255, 0.67);
  margin-right: 8px;
}

.wallet-verify-banner .verify-text span {
  color: #fdbb2c;
}

.form__container {
  text-align: left;
}

.form__container .verify-now-btn {
  position: absolute;
  right: 15px;
  top: 67%;
  transform: translateY(-50%);
  height: 29px;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 10px;
}

.form__container #emailInputSuffix .verified-icon,
.form__container #contactNumInputSuffix .verified-icon {
  position: absolute;
  right: 15px;
  top: 67%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
}

#emailOtpVerifiedModal img,
#accountVerifiedModal img,
#contactNumOtpVerifiedModal img {
  width: 70px;
  height: 70px;
}

#verifyEmailModal .modal-dialog .modal-content .modal-body .text .email-txt,
#emailOtpModal .modal-dialog .modal-content .modal-body .text .email-txt,
#verifyContactNumModal .modal-dialog .modal-content .modal-body .text .phone-txt,
#contactNumOtpModal .modal-dialog .modal-content .modal-body .text .phone-txt {
  font-size: 14px;
  line-height: 24px;
  color: #84d2ff;
  font-weight: 400;
}

#changeEmailModal .form__container input,
#changeContactNumModal .form__container input {
  background: rgba(255, 255, 255, 0.13);
  border: none;
  border-radius: 4px;
  min-height: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
  margin-bottom: 4px;
}

#changeEmailModal .form__container .error,
#emailOtpModal .error,
#changeContactNumModal .form__container .error,
#contactNumOtpModal .error {
  display: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ff1a1a;
  margin-bottom: 10px;
}

#verifyEmailModal .modal-dialog .modal-content,
#changeEmailModal .modal-dialog .modal-content,
#emailOtpModal .modal-dialog .modal-content,
#emailOtpVerifiedModal .modal-dialog .modal-content,
#verifyContactNumModal .modal-dialog .modal-content,
#accountVerifiedModal .modal-dialog .modal-content,
#changeContactNumModal .modal-dialog .modal-content,
#contactNumOtpModal .modal-dialog .modal-content,
#contactNumOtpVerifiedModal .modal-dialog .modal-content {
  padding: 30px 15px;
}

#verifyEmailModal .modal-dialog .modal-content .modal-body .text,
#changeEmailModal .modal-dialog .modal-content .modal-body .text,
#emailOtpModal .modal-dialog .modal-content .modal-body .text,
#verifyContactNumModal .modal-dialog .modal-content .modal-body .text,
#changeContactNumModal .modal-dialog .modal-content .modal-body .text,
#contactNumOtpModal .modal-dialog .modal-content .modal-body .text {
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
  font-weight: 400;
}

#verifyEmailModal .modal-dialog .modal-content .modal-body .action .btn,
#changeEmailModal .modal-dialog .modal-content .modal-body .action .btn,
#emailOtpModal .modal-dialog .modal-content .modal-body .action .btn,
#emailOtpVerifiedModal .modal-dialog .modal-content .modal-body .action .btn,
#verifyContactNumModal .modal-dialog .modal-content .modal-body .action .btn,
#accountVerifiedModal .modal-dialog .modal-content .modal-body .action .btn,
#changeContactNumModal .modal-dialog .modal-content .modal-body .action .btn,
#contactNumOtpModal .modal-dialog .modal-content .modal-body .action .btn,
#contactNumOtpVerifiedModal .modal-dialog .modal-content .modal-body .action .btn {
  font-size: 13px;
}

#emailOtpModal .otp-wrap,
#contactNumOtpModal .otp-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#emailOtpModal .otp-wrap input,
#contactNumOtpModal .otp-wrap input {
  font-size: 20px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #fff;
  outline: none;
  color: #fff;
  width: 46px;
  height: 46px;
  overflow: hidden;
  text-align: center;
}

#emailOtpModal a,
#contactNumOtpModal a {
  color: #0089ff;
  text-decoration: underline;
}

#emailOtpModal .modal-dialog .modal-content .modal-body,
#contactNumOtpModal .modal-dialog .modal-content .modal-body {
  overflow-y: visible;
}

#verifyContactNumModal .methods-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#verifyContactNumModal .methods-row .method-wrap {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

#verifyContactNumModal .methods-row .method-wrap .method-box {
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 4px;
}

.emailOtp-spam-remarks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 5%;
  margin-top: 5px;
}

.emailOtp-spam-remarks img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  margin-right: 10px;
}

.emailOtp-spam-remarks>div {
  text-align: left;
  line-height: 21px;
  font-size: 13px;
}

.btn-warning,
.btn-light,
.btn-grey {
  box-shadow: 0px 0px 51.84px 0px rgba(255, 255, 255, 0.4);
}

.main.my-account-page {
  margin-top: 50px;
}

.profile-bg {
  background: linear-gradient(91.03deg, #1B1C9A 0%, #3AB3AE 100%);
  height: 112px;
  width: 100vw;
  border-radius: 0px 0px 10px 10px;
  max-width: var(--max-with-mobile);
}

.profile-avatar-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 25px;
  margin-top: -30px;
}

.profile-avatar-wrap img.avatar {
  width: 110px;
  height: 110px;
  margin-right: 20px;
}

.profile-avatar-wrap .name-wrap {
  margin-top: 20px;
}

.profile-avatar-wrap .name-wrap .display-name-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.profile-avatar-wrap .name-wrap .display-name-wrap img {
  height: 20px;
  width: auto;
  object-fit: contain;
  margin-left: 10px;
}

.profile-avatar-wrap .display-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0.25em;
}

.profile-avatar-wrap .fullname {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  margin-top: 2px;
}

.account-page-content {
  margin-top: 36px;
}

.my-account-page__content #myAccountNav {
  padding: 0px;
  height: 44px;
}

.my-account-page__content #myAccountNav .nav-item {
  width: calc(100% / 3);
}

.my-account-page__content #myAccountNav .nav-item .nav-link {
  padding: 3px;
}

.not-verified-reminder {
  background: #0C142B;
  border-radius: 15px;
  padding: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.not-verified-reminder .txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #FDBB2C;
}

.not-verified-reminder button {
  font-weight: 700;
  font-size: 14px;
  padding: 6px 20px;
  box-shadow: 0px 0px 51.84px 0px rgba(255, 255, 255, 0.25);
}

.profile-item-wrap {
  margin-bottom: 40px;
}

.profile-item-wrap .label-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

.profile-item-wrap .label-wrap img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 8px;
}

.profile-item-wrap .label-wrap label {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}

.profile-item-wrap .value-txt {
  margin-left: 26px;
}

.my-account-page__content #myAccountContent .form__action .btn {
  width: auto !important;
  padding: 8px 20px !important;
  height: auto;
  min-height: auto;
}


/* modal */
#verificationModal {
  background-color: rgba(0, 0, 0, 0.5);
}

#verificationModal .modal-dialog {
  width: 90vw;
  max-width: 600px;
}

#verificationModal .modal-content {
  backdrop-filter: blur(40px);
  border: 1px solid #152850;
  background: #000B26;
  padding: 15px;
}

#verificationModal .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

#verificationModal .modal-body {
  overflow-y: visible;
  padding: 10px;
  margin-top: 35px;
}

#verificationModal .verify-stepper {
  width: 100%;
  background-image: url(../images/stepper-line.png?v1);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7px;
}

#verificationModal .step-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20%;
}

#verificationModal .step-wrap:first-child {
  align-items: flex-start;
}

#verificationModal .step-wrap:last-child {
  align-items: flex-end;
  margin-right: -1px;
}

#verificationModal .step-wrap .icon-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 36px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#verificationModal .verify-stepper-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

#verificationModal .step-wrap-label {
  font-size: 12px;
  width: 20%;
}

#verificationModal #stepperPhoneLabel.step-wrap-label {
  text-align: left;
}

#verificationModal #stepperEmailLabel.step-wrap-label {
  margin-right: -1px;
}

#verificationModal #stepperGameLabel.step-wrap-label {
  margin-right: 10px;
}

#verificationModal #stepperBirthdateLabel.step-wrap-label {
  text-align: right;
  margin-right: -10px;
}

#stepperPhone .icon-wrap {
  background-image: url(../images/round-icon-phone.webp);
}

#stepperPhone.active .icon-wrap {
  background-image: url(../images/round-icon-phone-active.webp);
}

#stepperEmail .icon-wrap {
  background-image: url(../images/round-icon-email.webp);
}

#stepperEmail.active .icon-wrap {
  background-image: url(../images/round-icon-email-active.webp);
}

#stepperGame .icon-wrap {
  background-image: url(../images/round-icon-game.webp);
}

#stepperGame.active .icon-wrap {
  background-image: url(../images/round-icon-game-active.webp);
}

#stepperBirthdate .icon-wrap {
  background-image: url(../images/round-icon-birthday.webp);
}

#stepperBirthdate.active .icon-wrap {
  background-image: url(../images/round-icon-birthday-active.webp);
}

#verificationModal .verify-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#verificationModal .verify-content .verification-form {
  display: none;
}

.verification-form .form_container {
  margin-bottom: 15px;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.verification-form .form_container .form-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
}

.verification-form .form_container .form-control {
  width: 100%;
  padding: 5px .75rem;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  height: 48px;
}

.verification-form .form_container .prefix-input-wrap,
.verification-form .form_container .suffix-input-wrap {
  display: flex;
  flex-direction: row;
  background-color: rgba(255, 255, 255, 0.13);
  border-radius: 0.25rem;
  height: 48px;
}

.verification-form .form_container .prefix-input-wrap .prefix-wrap,
.verification-form .form_container .suffix-input-wrap .suffix-wrap {
  padding: 5px 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.verification-form .form_container .prefix-input-wrap .prefix {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
  color: #FDBB2C;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding: 5px .75em !important;
  border: none !important;
  border-radius: 0px !important;
  padding-right: .75rem;
  cursor: pointer;
}

.verification-form .phonePrefix-seperator {
  height: 24px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: auto 0px auto 10px;
}

.verification-form .form_container .suffix-input-wrap .suffix {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FDBB2C;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  padding-right: .75rem;
  width: max-content;
}

.verification-form .edit-dob {
  text-decoration: underline;
  cursor: pointer;
}

.verification-form .form_container .prefix-input-wrap .form-control,
.verification-form .form_container .suffix-input-wrap .form-control {
  width: 100%;
  padding: 5px .75rem;
  color: #ffffff;
  background-color: transparent;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 10px;
  height: 100%;
}

.verification-form .title {
  font-size: 19px !important;
  font-weight: 700 !important;
}

.verification-form .text {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* end of modal */


/* START of GAME PREFERENCE SELECTOR */
/* The container must be positioned relative: */
.game-preference-selector {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;

}

.game-preference-selector select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: rgba(255, 255, 255, 0.13);
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: #ffffff;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 4px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: rgba(87, 87, 87, 0.13);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  height: 160px;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.select-items::-webkit-scrollbar {
  display: none;
}

.select-items:last-child {
  border-radius: 0px 0px 4px 4px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* END of GAME PREFERENCE SELECTOR */

.btn-grey,
.btn-grey:hover {
  background: rgba(121, 121, 121, 0.6);
  box-shadow: 0px 0px 51.84px 0px rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.6);
}


input#new_contact_num::placeholder {
  font-size: 11.5px;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.verification-form .methods-row .method-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.verification-form .methods-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.verification-form .methods-row .method-wrap .method-box {
  width: 60px;
  height: 60px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 4px;
}

.verification-form .otp-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.verification-form .otp-wrap input {
  font-size: 20px;
  background: transparent;
  border-radius: 5px;
  border: 1px solid #fff;
  outline: none;
  color: #fff;
  width: 46px;
  height: 46px;
  overflow: hidden;
  text-align: center;
}

#verifyPhoneSuccessMsg img,
#verifyEmailSuccessMsg img,
#accountVerifiedMsg img {
  width: 54px;
  height: 54px;
}

.verification-form .email-txt,
.verification-form .phone-txt {
  font-size: 14px !important;
  line-height: 24px !important;
  color: #84D2FF !important;
  font-weight: 400 !important;
}

.emailOtp-spam-remarks>div {
  text-align: left;
  line-height: 1.3;
  font-size: 10px;
}

.emailOtp-spam-remarks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 5%;
  margin-top: 5px;
}


.countdown-txt {
  display: none;
}

.suffix-input-wrap .edit-btn {
  position: absolute;
  right: 15px;
  top: 67%;
  transform: translateY(-50%);
  text-decoration: underline;
  color: #FDBB2C;
  cursor: pointer;
}

#langsBox {
  margin-bottom: 30px;
  display: flex;
}

.lang {
  min-width: 100px;
  background: rgba(255, 255, 255, .13);
  padding: 12px;
  margin-right: 10px;
  border-radius: 4px;
  text-align: center;
}

.lang.active {
  background-color: #fdbb2c;
  border-color: #fdbb2c;
  color: #212529;
  font-weight: bold;
}

.phonePrefix {
  background: rgba(255, 255, 255, 0.13);
  width: auto;
  border: none;
  border-radius: 4px;
  min-height: 50px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fdbb2c;
  margin-bottom: 4px;
  margin-right: 8px;
}

#changeContactNumConfirmation .modal-dialog .modal-content .btn-close,
#changeEmailConfirmation .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 1;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.xdsoft_select .xdsoft_option {
  color: #000 !important;
  background-color: #fff !important;
}

.xdsoft_datetimepicker {
  width: calc(90vw - 30px) !important;
  max-width: 500px !important;
  background-image: #19264B, rgba(255, 255, 255, 0.05) !important;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)), linear-gradient(0deg, #19264B, #19264B) !important;
  border: 0px !important;
  border-radius: 4px !important;
  color: rgba(255, 255, 255, 0.87) !important;
  padding: 8px !important;
}

.xdsoft_today_button {
  display: none !important;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  background: transparent !important;
  border: 0px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 43px !important;
  margin-bottom: 10px !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_mounthpicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_mounthpicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_mounthpicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_datepicker.active .xdsoft_mounthpicker .xdsoft_next:hover {
  border-radius: 5px !important;
  padding: 0px !important;
  opacity: 1 !important;
  height: 32px !important;
  width: 32px !important;
  background: transparent !important;
  border: 0 !important;
  cursor: pointer !important;
}

.xdsoft_month,
.xdsoft_year {
  height: 35px !important;
  color: rgba(255, 255, 255, 0.87) !important;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.16)), linear-gradient(0deg, #000B26, #000B26) !important;
  border: none !important;
  background-color: unset !important;
}

.xdsoft_month {
  margin-left: 5px !important;
  width: 45% !important;
  text-align: center !important;
}

.xdsoft_year {
  width: 30% !important;
  text-align: center !important;
  margin-right: 5px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  cursor: default !important;
  color: white !important;
  background: unset !important;
  border: none !important;
  padding: .7em .3em !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
  padding-right: 0 !important;
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  height: 44px !important;
  width: 44px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.xdsoft_other_month {
  visibility: hidden !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td {
  width: 14.2857142% !important;
  background: unset !important;
  border: none !important;
  color: #666666 !important;
  font-size: 12px !important;
  text-align: center !important;
  vertical-align: middle !important;
  padding: 0 !important;
  border-collapse: collapse !important;
  cursor: pointer !important;
  height: 25px !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #FDBB2C !important;
  color: #000 !important;
  border-radius: 100px !important;
}

.navbar.fixed-top .content .btn.btn-inbox-alert {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  margin-right: 5px;
  width: 32px;
  padding-left: 3px;
  padding-right: 3px;
  position: relative;
}

.navbar.fixed-top .content .btn.btn-reward {
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  margin-right: 5px;
  width: 32px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.navbar.fixed-top .content .btn.btn-inbox-alert img {
  height: 18px;
  width: 18px;
}

.navbar.fixed-top .content .btn.btn-inbox-alert .inbox-dot {
  background-color: #e3474a;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#inboxModal .modal-dialog {
  margin: 0;
  width: 100%;
  height: 100%;
  max-height: none;
}

#inboxModal .modal-content {
  padding: 0;
  height: 100%;
  background: #000b26;
}

#inboxModal .content {
  overflow-y: auto;
  padding: 1rem 1.5rem;
}

#inboxModal .content::-webkit-scrollbar {
  display: none;
}

.inbox-title {
  display: flex;
  justify-content: space-between;
  color: #FFFFFF73;
  background-color: #19264b;
  font-weight: 400;
  font-size: 20px;
  align-items: center;
}

.inbox-msg {
  display: flex;
  align-items: center;
  padding: 10px;
  margin-bottom: 1.5rem;
  background-color: #131D39;
  font-size: 0.9rem;
  border: 1px solid #FFFFFF1F;
  border-radius: 5px;
}

.inbox-image {
  width: 80px;
  margin-right: 10px;
}

.inbox-date {
  color: #F2F2F2;
}

.inbox-msg-title {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.inbox-new {
  margin-left: 10px;
  padding: 2px 8px;
  background-color: #2267FF;
  font-size: 0.7rem;
  font-weight: 400;
  border-radius: 1rem;
}

#inboxMsgModal .modal-content {
  padding: 0;
  min-height: 96%;
  border-radius: 0.5rem;
  background-color: #131d39;
  margin-bottom: 2rem;
}

#inboxMsgModal .banner-header {
  background-image: url(https://platforms3-yzw03img-0ejj3sb721.s3.ap-northeast-1.amazonaws.com/6a3826da1681115fec38874b6d5cbe5b2e95f074/homebanner/english_sy0vuFo3_20250630170101.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 155px;
}

#inboxMsgModal .content {
  height: 72%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox, Safari 18.2+, Chromium 121+ */
}

#inboxMsgModal .content::-webkit-scrollbar {
  display: none;
  /* Older Safari and Chromium */
}

#inboxMsgModal .content div {
  line-height: 1.4;
}

#inboxMsgModal .close-button {
  float: right;
  height: 20px;
  width: 20px;
  opacity: 1;
  border-radius: 50%;
  background-image: url(https://xuwi33m96.cdnasianetwk.com/u3v2/m/images/icons/close-white.svg);
  padding: 5px;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
}

#inboxMsgModal table {
  width: 100%;
  border-collapse: collapse;
}

#inboxMsgModal th {
  color: #597ef7;
  background: #9296bc33;
  padding: 6px;
}

#inboxMsgModal td,
th {
  border: 1px solid rgb(154 149 149 / 30%);
  padding: 4px;
  text-align: center;
  font-size: 14px;
}

#inboxMsgModal .ft-footer {
  padding-top: 10px;
  text-align: center;
}

#inboxMsgModal .cta-btn-row {
  padding: 20px 0;
  background-image: radial-gradient(100% 50px at bottom,
      rgba(13, 123, 252, 0.36) 0%,
      transparent 110%);
}

#inboxMsgModal .cta-btn-row button {
  width: 45%;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  background: #fdbb2c;
  color: #000;
  border-color: transparent;
  padding: 8px 10px;
  text-transform: uppercase;
}

#inboxMsgModal .modal-title {
  color: #fdbb2c;
  font-size: 24px;
  line-height: 1.1 !important;
  text-align: center;
  font-weight: 700;
}

#inboxMsgModal .modal-subtitle {
  font-weight: 400;
}