/* Free Play */
.modal-fp {
  width: 490px;
}
.modal-fp.modal-fp-product {
  width: 550px;
}
.modal-fp .modal-body {
  padding: 20px 40px;
}
.modal-fp .fp-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.modal-fp .fp-body > div {
  flex: 1 1 0;
}
.modal-fp .w88-icon.w88-icon-signature-freeplay:before {
  height: 90px;
  width: 90px;
}
.modal-fp .fb-body,
.modal-fp .fb-body *,
.modal-fp .fp-message,
.modal-fp .fp-message *,
.modal-fp-product .fp-products,
.modal-fp-product .fp-products * {
  font-size: 14px;
}
.modal-fp .fp-message.fp-message-bold {
  font-size: 16px;
  font-weight: bold;
}
.modal-fp .fp-logo {
  padding: 15px 0;
}
.modal-fp .fp-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-fp .fp-button,
.modal-fp .fp-button a.button {
  width: 100%;
}

.modal-fp-product i.header-logo {
  width: 100%;
  height: 80px;
}
.modal-fp-product .fp-products {
  align-self: flex-start;
  width: 100%;
  gap: 15px;
  flex-direction: column;
  padding-bottom: 20px;
}
.modal-fp-product .fp-products,
.modal-fp-product .fp-products > div,
.modal-fp-product .fp-product-items,
.modal-fp-product .fp-product-items > div {
  display: flex;
}
.modal-fp-product .fp-products > div {
  flex-direction: column;
  gap: 5px;
}
.modal-fp-product .fp-products > div > div {
  flex: 1 1 0;
}
.modal-fp-product .fp-product-items {
  align-items: flex-start;
  flex-direction: column;
  padding: 0 10px 0;
  gap: 5px;
}
.modal-fp-product .fp-product-items > div {
  align-items: center;
  gap: 10px;
}
.modal-fp-product .fp-product-items > div input {
  margin: 0;
}
/* /Free Play */

/* Lucky Chest */
.modal-lc,
.modal-lc .modal-body {
  width: 1280px;
  height: 500px;
  background-color: transparent !important;
}
.modal-lc.modal.fade.in {
  top: 126px;
  transform: translateY(0);
}
.modal-lc,
.modal-lc * {
  line-height: normal;
}
.modal-lc .modal-body {
  background-image: url("/_static/img/luckychest/Pirate-Frame-BG.png") !important;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 1065px 475px;
  padding: 5px 15px;
}
.modal-lc.modal-lc-claim .modal-body {
  background-image: url("/_static/img/luckychest/Pirate-Frame-Wood.png") !important;
  background-size: 1065px 67px;
}
.modal-lc .lc-body,
.modal-lc .lc-chest-container {
  display: flex;
}
.modal-lc .lc-body {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 70px 10px 20px;
}
.modal-lc .lc-header {
  font-size: 54px;
  font-weight: bold;
}
.modal-lc .lc-sub-header {
  font-size: 30px;
  text-align: center;
  line-height: 30px;
}
.modal-lc .lc-header,
.modal-lc .lc-sub-header,
.modal-lc .lc-link > a {
  color: #462d26;
}
.modal-lc.modal-lc-claim .lc-header,
.modal-lc.modal-lc-claim .lc-sub-header {
  color: #fff;
}
.modal-lc.modal-lc-claim .lc-header {
  margin-bottom: 5px;
}
.modal-lc.modal-lc-claim .lc-sub-header {
  margin-top: 5px;
  font-size: 20px;
}
.modal-lc .lc-chest-container {
  gap: 10px;
  margin-top: 20px;
}
.modal-lc .lc-chest-item.unchosen {
  filter: brightness(0.6);
}
.modal-lc .lc-chest {
  width: 160px;
  height: 160px;
  position: relative;
}
.modal-lc .lc-chest:hover {
  cursor: pointer;
}
/* .modal-lc .lc-chest:before {
  content: "";
  height: 100%;
  width: 100%;
  background: url("/_static/img/Chest-Glow.png");
  background-size: 160%;
  background-position: -53px -63px;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
}
.lc-chest img.lc-chest-glow {
  display: none;
  position: absolute;
  z-index: 1;
}
.modal-lc .lc-chest-item.active .lc-chest:before,
.modal-lc .lc-chest:hover:before {
  display: block;
}
.modal-lc .lc-chest-item.unchosen .lc-chest:hover:before,
.modal-lc
  .lc-chest-item.lc-chest-item-open:not(.active)
  .lc-chest:hover:before {
  display: none;
} */
.modal-lc .lc-chest-item-close .lc-chest {
  background-image: url("/_static/img/luckychest/Chest-Close.png");
  background-size: 160px 130px;
}
.modal-lc .lc-chest {
  background-position: center center;
  background-repeat: no-repeat;
  transition: all ease-in-out 100ms;
}
.modal-lc .lc-chest-item-close .lc-chest:hover {
  transform: scale(1.1);
}
.modal-lc .lc-chest-item-open .lc-chest {
  background-image: url("/_static/img/luckychest/Chest-Open.png");
  background-size: 220px 170px;
}
.modal-lc .lc-chest-item-close {
  transition: all ease-in-out 200ms;
}
.modal-lc .lc-chest-item-close.unselected {
  filter: brightness(0.4);
}
.modal-lc .lc-chest-item-open.selected .lc-chest {
  transform: scale(1.05);
  margin: 0 5px;
}
.modal-lc .lc-chest-item-large .lc-chest {
  background-image: url(/_static/img/luckychest/Chest-Open.png);
  background-size: 260px 213px;
  width: 200px;
  height: 200px;
}
.modal-lc .lc-chest-prize {
  position: absolute;
  background-color: rgba(30, 60, 74, 0.9);
  width: 100px;
  margin: 0 auto;
  margin-top: 0;
  padding: 10px;
  top: 0;
  left: 20px;
  text-align: center;
  border-radius: 10px;
  padding-bottom: 14px;
}
.modal-lc .lc-chest-prize-name {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.modal-lc .lc-body-points .lc-chest-prize-name,
.lc-chest-item-points .lc-chest-prize-name {
  gap: 15px;
}
.modal-lc .lc-chest-prize-name > div {
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  color: #fff;
}
.modal-lc .lc-chest-prize-name > div:last-child {
  font-size: 24px;
  color: #ffd200;
}
.modal-lc .lc-body-points .lc-chest-prize-name > div:last-child {
  font-size: 40px;
}
.modal-lc .lc-chest-prize-roll {
  position: absolute;
  bottom: -12px;
  padding: 1px 20px;
  background-color: #2a8fbd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 20px;
  margin-inline: auto;
  width: fit-content;
  left: 0;
  right: 0;
}
.modal-lc .lc-chest-prize-roll > div {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.lc-chest-item-close .lc-chest-prize {
  display: none;
}
.lc-chest-item-open .lc-chest-prize {
  display: block;
}
.modal-lc .lc-button {
  margin-top: 15px;
}
.modal-lc .lc-button > a {
  display: inline-block;
  font-size: 25px;
  height: 67px;
  width: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 40px;
  color: #fff;
  background-image: url("/_static/img/luckychest/Button-Short.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.modal-lc .lc-button > a.large {
  background-image: url("/_static/img/luckychest/Button-Long.png");
  height: 66px;
  width: 381px;
}
.modal-lc .lc-link {
  margin-top: 72px;
}
.modal-lc .lc-link.chosen,
.modal-lc-claim .lc-link {
  margin-top: 5px;
}
.modal-lc .lc-link > a {
  font-size: 16px;
  font-weight: bold;
}
.modal-lc-claim .lc-link > a {
  color: #fff;
}
.modal-lc .lc-link > a:hover {
  color: #2a8fbd;
}
.modal-lc .lc-timer ~ .lc-button {
  margin-top: 10px;
}
.modal-lc .lc-timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px 22px;
  border-radius: 10px;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  right: 123px;
  background-image: url(/_static/img/luckychest/Countdown-Timer-Frame.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 277px 150px;
}
.modal-lc .lc-timer-title {
  font-size: 20px;
  color: #f3d667;
}
.modal-lc .lc-countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 5px 20px 10px;
}
.lc-countdown > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.lc-countdown-item-count {
  background-image: url(/_static/img/luckychest/Countdown-Timer-Container.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 52px;
  height: 43px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 100%;
  padding: 5px 3px;
}
.lc-countdown-item-label {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.modal-lc.modal-lc-claim .lc-chest-prize {
  width: 140px;
  height: 72px;
}
.modal-lc.modal-lc-claim .lc-chest-prize-name > div {
  font-size: 28px;
}
.lc-button,
.lc-button *,
.lc-header,
.lc-timer-title,
.lc-countdown-item-label {
  font-family: windlass;
}

.modal-lc.id-id .lc-header {
  font-size: 38px;
}
.modal-lc .lc-sub-header {
  font-size: 28px;
  font-weight: 600;
}
.modal-lc.hi-in .lc-timer,
.modal-lc.km-kh .lc-timer {
  width: 310px;
  background-size: 330px 150px;
}
.modal-lc.vi-vn .lc-chest-prize-name {
  gap: 0;
}
.modal-lc.vi-vn .lc-header {
  font-size: 47px;
}
.modal-lc.vi-vn .lc-timer {
  width: 340px;
  background-size: 360px 150px;
}
.modal-lc.vi-vn .lc-timer-title {
  font-size: 18px;
}
.modal-lc.ko-kr .lc-chest-prize-roll > div {
  font-size: 14px;
}
.modal-lc.th-th .lc-chest-prize-roll > div {
  font-size: 13px;
  padding: 2px 0;
}

.shake-lucky-chest {
  -webkit-animation-name: shake-lucky-chest;
  -moz-animation-name: shake-lucky-chest;
  -o-animation-name: shake-lucky-chest;
  animation-name: shake-lucky-chest;
}
/* /Lucky Chest */

/* Free Spin */
.modal-fs {
  overflow: visible;
}
.modal-fs .modal-header a.close i:before {
  height: 35px !important;
  width: 35px !important;
}
.modal-fs .modal-header .fs-title,
.modal-fs .modal-header .fs-title * {
  font-size: 18px;
}
.modal-fs .modal-body {
  padding: 0;
}
.modal-fs .fs-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.modal-fs .fs-spin,
.modal-fs .fs-spin * {
  font-size: 18px;
  line-height: normal;
}
.modal-fs .fs-content {
  padding: 20px;
  width: calc(100% - 40px);
  max-height: 344px;
  overflow: hidden;
}
.modal-fs .fs-content-item > div {
  display: flex;
  align-items: center;
  gap: 20px;
}
.modal-fs .fs-footer {
  width: 100%;
  border-top: 1px solid #404040;
}
.modal-fs.white .fs-footer {
  border-color: #c3c3c3;
}
.modal-fs .fs-footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 20px 10px;
}
.modal-fs .fs-footer-content .slick-dots {
  position: relative;
  top: unset;
  bottom: unset;
}
.modal-fs .fs-footer-content .slick-dots li {
  width: 22px;
  height: 22px;
  margin: 0;
}
.modal-fs .fs-footer-content .slick-dots button {
  height: 12px;
  width: 12px;
  background-image: none;
  background-color: #bbb;
  border-radius: 50% 50%;
  margin: 10px;
}
.modal-fs .fs-footer-content .slick-dots .slick-active button {
  background-color: #2a8fbd;
}
.modal-fs .fs-footer-content .slick-dots li button:before {
  content: unset !important;
}
.modal-fs .fs-line {
  width: 30px;
  height: 190px;
  border-left: 1px solid #404040;
}
.modal-fs.white .modal-body,
.modal-fs.white .fs-line {
  border-color: #c3c3c3;
}
.modal-fs .fs-thumbnail,
.modal-fs .fs-image img {
  position: relative;
  width: 240px;
  height: auto;
}
.modal-fs .fs-name {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.modal-fs .fs-name .opacity_content .opacity_content {
  padding: 5px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-fs .fs-detail {
  margin-left: auto;
  width: 255px;
}
.modal-fs .fs-spin {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-fs .fs-spin-qty {
  font-size: 90px;
}
.modal-fs .fs-spin-footer {
  font-size: 30px;
}
.modal-fs .fs-spin-qty,
.modal-fs .fs-spin-footer {
  font-weight: 700;
  color: #f8d874;
}
.modal-fs .fs-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.modal-fs .fs-button a {
  padding: 3px 15px;
  width: 100%;
}
.modal-fs .fs-spin-confetti img {
  object-fit: cover;
  height: 33px;
}
/* /Free Spin */

/* Content Popup */
.modal-cp .cp-header {
  background: #2a8fbd;
  background: linear-gradient(
    0deg,
    rgba(42, 143, 189, 1) 0%,
    rgb(4 89 127) 75%
  );
  max-height: 100px;
}
.modal-cp a.close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.modal-cp .cp-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #252525;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  position: relative;
  top: 30px;
}
.modal-cp.white .cp-logo {
  background-color: #fff;
}
.modal-cp .cp-logo .cp-logo-icon {
  height: 80px;
  width: 80px;
  background-repeat: no-repeat;
  background-position: center center;
}
.modal-cp .cp-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 50px 10px 20px;
  position: relative;
  z-index: 1;
}
.modal-cp .cp-content,
.modal-cp .cp-content * {
  color: #fff;
}
.modal-cp.white .cp-content,
.modal-cp.white .cp-content * {
  color: #000;
}
.modal-cp .cp-content-title {
  font-size: 28px;
}
.modal-cp .cp-content-text {
  font-size: 14px;
}
.modal-cp .cp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
}
.modal-cp .cp-button > a {
  width: 100%;
  padding: 8px 10px;
  font-size: 20px;
}
/* /Content Popup */

/* Deposit Streak */
.modal-ds {
  border: 1px solid #808080;
  border-radius: 20px;
  padding: 10px 20px;
  width: 952px;
}
.modal-ds .modal-header {
  border: none;
  padding: 0;
  margin: 0;
}
.modal-ds .modal-header a.close {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 20px;
}
.modal-ds .modal-header a.close i:before {
  height: 35px !important;
  width: 35px !important;
}
.modal-ds .ds-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-ds .ds-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 60px;
}
.modal-ds .ds-logo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-ds .ds-logo.ds-logo-no-streak {
  background-size: 140px 140px;
}
.modal-ds .ds-logo .ds-logo-text {
  position: relative;
  top: 2px;
  left: -5px;
  font-size: 50px;
  font-weight: bold;
}
.modal-ds .ds-logo.ds-logo-no-streak .ds-logo-text {
  top: 8px;
}
.modal-ds .ds-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
}
.modal-ds .ds-header > div,
.modal-ds .ds-logo .ds-logo-text,
.modal-ds .ds-text .ds-text-header,
.modal-ds .ds-text .ds-text-subheader,
.modal-ds .ds-item .ds-item-logo-text,
.modal-ds .ds-item .ds-item-text {
  color: #fff;
}
.white.modal-ds .ds-header > div,
.white.modal-ds .ds-text .ds-text-header,
.white.modal-ds .ds-text .ds-text-subheader {
  color: #000;
}
.modal-ds .ds-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.modal-ds .ds-items .ds-item {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  margin: 0;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 10px;
  width: 65px;
  height: 70px;
}
.modal-ds .ds-items .ds-item.ds-item-disabled,
.modal-ds .ds-items .ds-item.ds-item-disabled * {
  color: #808080;
}
/* .modal-ds .ds-items .ds-item.ds-item-disabled:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #3d3d3d80;
  border-radius: 20px;
  z-index: 1;
} */
.modal-ds .ds-item .ds-item-logo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-ds .ds-item .ds-item-logo-text {
  position: relative;
  top: 2px;
}
.modal-ds .ds-item .ds-item-text {
  font-weight: 600;
}
.modal-ds .ds-item.ds-item-grey .ds-item-text {
  color: #353535;
}
.modal-ds .ds-button {
  margin: 30px 0 10px 0;
}
.modal-ds .ds-button.ds-button-term {
  margin-top: 5px;
}
.modal-ds .ds-button a {
  font-size: 28px;
  padding: 10px 15px;
  width: 300px;
}
.modal-ds .ds-button.ds-button-term a {
  padding: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.modal-ds .ds-button.ds-button-term a i {
  position: relative;
  top: -2px;
}
.modal-ds .ds-button.ds-button-term a i:before {
  filter: invert(46%) sepia(55%) saturate(631%) hue-rotate(153deg)
    brightness(96%) contrast(87%);
  width: 16px;
}

a.deposit-streak-icon {
  display: inline-block;
  position: relative;
  width: 20px;
}
a.deposit-streak-icon div:first-child {
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  color: #fff;
  font-size: 9px;
  font-weight: 600;
  text-align: center;
}
.account_menu .risk-category a.deposit-streak-icon {
  width: 30px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.account_menu .risk-category a.deposit-streak-icon div:first-child {
  width: 30px;
  height: 36px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
}
.account_menu .risk-category a.deposit-streak-icon div:last-child {
  color: #2a8fbd !important;
}
.account_menu .risk-category a.deposit-streak-icon:hover div:last-child {
  color: #38c0ff !important;
}
/* /Deposit Streak */

@-webkit-keyframes shake-lucky-chest {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate(-10px, 0) rotate(0deg);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate(10px, 0) rotate(0deg);
  }
}


/* Retention/TSM/Dormant */
.crm-container,
.crm-container * {
  font-size: 16px;
}