/* 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;
}

/* CNY*/
.modal-lc.lc-cny {
  overflow: visible;
}
.modal-lc.lc-cny.modal.fade.in {
  top: 300px !important;
}
.modal-lc.lc-cny,
.modal-lc.lc-cny * {
  font-family: Go3, Arial, sans-serif;
}
.modal-lc.lc-cny.vi-vn,
.modal-lc.lc-cny.vi-vn * {
  font-family:
    Roboto,
    Open Sans,
    Go3,
    Arial,
    sans-serif;
}
.modal-lc.lc-cny .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/_static/img/luckychest/cny/Main-Background.png") !important;
}
.modal-lc.modal-lc-claim.lc-cny .modal-body {
  background-size: 874px 416px;
}
.modal-lc.modal-lc-claim.lc-cny .modal-body:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 874px;
  height: 416px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
}
.modal-lc.lc-cny .lc-header,
.modal-lc.lc-cny .lc-sub-header {
  display: none;
}
.modal-lc.modal-lc-claim.lc-cny .lc-sub-header {
  display: block;
  margin-top: -14px;
}
.modal-lc.lc-cny .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-EN.png");
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  width: 1000px;
  height: 450px;
  margin-top: -350px;
}
.modal-lc.lc-cny.bn-bd .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-BD.png");
}
.modal-lc.lc-cny.hi-in .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-HI.png");
}
.modal-lc.lc-cny.id-id .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-ID.png");
}
.modal-lc.lc-cny.km-kh .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-KH.png");
}
.modal-lc.lc-cny.ko-kr .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-KR.png");
}
.modal-lc.lc-cny.th-th .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-TH.png");
}
.modal-lc.lc-cny.vi-vn .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-VN.png");
}
.modal-lc.lc-cny.zh-cn .lc-cny-header,
.modal-lc.lc-cny.zh-my .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-CN.png");
}
.modal-lc.lc-cny.modal-lc-claim .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-Congratulations-EN.png");
  height: 418px;
  margin-top: -380px;
}
.modal-lc.lc-cny.modal-lc-claim.bn-bd .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-Congratulations-BD.png");
}
.modal-lc.lc-cny.modal-lc-claim.hi-in .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-Congratulations-HI.png");
}
.modal-lc.lc-cny.modal-lc-claim.id-id .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-Congratulations-ID.png");
}
.modal-lc.lc-cny.modal-lc-claim.km-kh .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-Congratulations-KH.png");
}
.modal-lc.lc-cny.modal-lc-claim.ko-kr .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-Congratulations-KR.png");
}
.modal-lc.lc-cny.modal-lc-claim.th-th .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-Congratulations-TH.png");
}
.modal-lc.lc-cny.modal-lc-claim.vi-vn .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-Congratulations-VN.png");
}
.modal-lc.lc-cny.modal-lc-claim.zh-cn .lc-cny-header,
.modal-lc.lc-cny.modal-lc-claim.zh-my .lc-cny-header {
  background-image: url("/_static/img/luckychest/cny/Header-Congratulations-CN.png");
}
.modal-lc.lc-cny .lc-chest-container {
  row-gap: 0;
  column-gap: 100px;
  max-width: 900px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: -20px;
}
.modal-lc.lc-cny .lc-chest-item-close:nth-child(2) {
  position: relative;
  top: -24px;
}
.modal-lc.lc-cny .lc-chest-item-close:nth-child(4),
.modal-lc.lc-cny .lc-chest-item-close:nth-child(5) {
  position: relative;
  top: -24px;
}
.modal-lc.lc-cny .lc-chest-item-close .lc-chest {
  background-image: url("/_static/img/luckychest/cny/CNY-Chest-Close.png");
}
.modal-lc.lc-cny .lc-chest-item-close.selected .lc-chest {
  background-image: url("/_static/img/luckychest/cny/Chest-Chosen.png");
  background-size: 278px 160px;
  background-position: 48% center;
}
.modal-lc.lc-cny .lc-chest-item-open .lc-chest {
  background-image: url("/_static/img/luckychest/cny/CNY-Chest-Open.png");
  background-size: 160px 140px;
}
.modal-lc.lc-cny .lc-chest-item-large {
  position: relative;
  top: -5px;
}
.modal-lc.lc-cny .lc-chest-item-large:before {
  content: "";
  background-image: url(/_static/img/luckychest/cny/Bonus-Burst.png);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 400px;
  height: 400px;
  top: -37px;
  left: -97px;
}
.modal-lc.lc-cny .lc-chest-item-large .lc-chest {
  width: 220px;
  height: 220px;
  background-size: 240px 190px;
}
.modal-lc.lc-cny .lc-chest-prize-roll {
  bottom: 1px;
  background-color: transparent;
}
.modal-lc.lc-cny.ko-kr .lc-chest-prize-roll,
.modal-lc.lc-cny.km-kh .lc-chest-prize-roll,
.modal-lc.lc-cny.th-th .lc-chest-prize-roll {
  bottom: 3px;
}
.modal-lc.lc-cny.vi-vn .lc-chest-prize-roll {
  bottom: 3px;
}
.modal-lc.lc-cny .lc-chest-item-large .lc-chest .lc-chest-prize {
  width: 162px;
  height: 107px;
}
.modal-lc.lc-cny.vi-vn .lc-chest-item-large .lc-chest .lc-chest-prize {
  top: 8px;
}
.modal-lc.lc-cny .lc-chest-item-large .lc-chest .lc-chest-prize-roll {
  bottom: 6px;
  background-color: transparent;
}
.modal-lc.lc-cny.modal-lc-claim .content-text.lc-body {
  z-index: 2;
}
.modal-lc.lc-cny .content-text.lc-body:before,
.modal-lc.lc-cny .content-text.lc-body:after {
  content: "";
  position: absolute;
  width: 166px;
  height: 112px;
}
.modal-lc.lc-cny .content-text.lc-body:before {
  background-image: url(/_static/img/luckychest/cny/Gold-Cloud-Left.png);
  left: 85px;
  top: 315px;
}
.modal-lc.lc-cny.modal-lc-claim .content-text.lc-body:before {
  left: 180px;
  top: 249px;
}
.modal-lc.lc-cny .content-text.lc-body:after {
  background-image: url(/_static/img/luckychest/cny/Gold-Cloud-Right.png);
  right: 52px;
  top: 239px;
}
.modal-lc.lc-cny.modal-lc-claim .content-text.lc-body:after {
  right: 148px;
  top: 195px;
}
.modal-lc.lc-cny .lc-chest-prize {
  background-color: transparent;
  background-image: url(/_static/img/luckychest/cny/Bonus-Frame-Blank.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 7px;
  width: 105px;
  height: 72px;
}
.modal-lc.lc-cny.vi-vn .lc-chest-prize {
  top: 1px;
  width: 102px;
  height: 78px;
}
.modal-lc.lc-cny .lc-chest-prize-name {
  padding: 2px 0;
}
.modal-lc.lc-cny .lc-chest-prize-name > div {
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
}
.modal-lc.lc-cny .lc-chest-prize-roll > div {
  font-size: 13px;
}
.modal-lc.lc-cny.ko-kr .lc-chest-prize-roll > div,
.modal-lc.lc-cny.km-kh .lc-chest-prize-roll > div,
.modal-lc.lc-cny.th-th .lc-chest-prize-roll > div {
  font-size: 11px;
}
.modal-lc.lc-cny .lc-chest-prize-name,
.modal-lc.lc-cny .lc-body-points .lc-chest-prize-name,
.modal-lc.lc-cny .lc-chest-item-points .lc-chest-prize-name {
  gap: 4px;
}
.modal-lc.lc-cny.modal-lc-claim .lc-chest-prize-name {
  gap: 10px;
  padding: 10px 0;
}
.modal-lc.lc-cny.modal-lc-claim .lc-chest-prize-name > div {
  font-size: 24px;
  line-height: 22px;
}
.modal-lc.lc-cny .lc-chest-prize-name > div:last-child {
  font-size: 24px;
}
.modal-lc.lc-cny.modal-lc-claim .lc-chest-prize-name > div:last-child {
  font-size: 30px;
}
.modal-lc.lc-cny .lc-button {
  margin-top: -6px;
}
.modal-lc.lc-cny.modal-lc-claim .lc-button {
  margin-top: 7px;
}
.modal-lc.lc-cny.modal-lc-claim .lc-button,
.modal-lc.lc-cny.modal-lc-claim .lc-link {
  z-index: 1;
}
.modal-lc.lc-cny .lc-button > a {
  background-image: url(/_static/img/luckychest/cny/Button-Blank.png);
  background-size: cover;
}
.modal-lc.lc-cny.vi-vn .lc-button > a {
  font-size: 23px;
}
.modal-lc.lc-cny .lc-link > a {
  color: #fff;
}
.modal-lc.lc-cny .lc-timer {
  background-image: url(/_static/img/luckychest/cny/Countdown-Timer-Frame.png);
}
.modal-lc.lc-cny .lc-countdown-item-count {
  background-image: url(/_static/img/luckychest/cny/Countdown-Timer-Box-for-Time.png);
  height: 47px;
}
/* /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 */

/* Milestone Promo Campaign */
.modal-mc {
  background: none;
  width: auto;
  overflow: visible;
}
.modal-mc,
.modal-mc * {
  color: #fff;
}
.white.modal-mc,
.white.modal-mc * {
  color: #000;
}
.modal-mc .mc-body {
  display: flex;
  justify-content: center;
  position: relative;
}
.modal-mc .mc-body-container {
  position: relative;
}
.modal-mc .mc-body-container .close {
  position: absolute;
  right: 25px;
  top: 25px;
  z-index: 2;
}
.modal-mc .mc-body-container .close .w88-icon:before {
  height: 40px;
  width: 40px;
}
.modal-mc .mc-container {
  position: relative;
  border: 4px solid;
  border-radius: 30px;
  padding: 0 20px;
  background-color: #1f1f1f;
}
.white.modal-mc .mc-container {
  background-color: #eee;
}
.modal-mc .mc-container-content {
  position: relative;
  top: -19px;
}
.modal-mc .mc-border-vertical {
  position: absolute;
  top: 35px;
  height: calc(100% - 65px);
  width: 4px;
  overflow: hidden;
}
.modal-mc .mc-border-horizontal {
  position: absolute;
  left: 35px;
  width: calc(100% - 65px);
  height: 4px;
  overflow: hidden;
  display: flex;
}
.modal-mc .mc-border-vertical.mc-border-right {
  right: 0;
}
.modal-mc .mc-border-vertical.mc-border-left {
  left: 0;
}
.modal-mc .mc-border-horizontal.mc-border-top {
  top: 0;
}
.modal-mc .mc-border-horizontal.mc-border-bottom {
  bottom: 0;
}
.modal-mc .mc-border-item {
  position: relative;
}
.modal-mc .mc-border-vertical .mc-border-item {
  width: 4px;
}
.modal-mc .mc-border-horizontal .mc-border-item {
  height: 4px;
}
.modal-mc .mc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-height: 144px;
  /* top: -125px; */
}
.modal-mc .mc-header .mc-header-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.modal-mc .mc-header-title-title {
  font-weight: bold;
}
.modal-mc .mc-header-title-title,
.modal-mc .mc-header-title-subtitle {
  text-align: center;
}
.modal-mc .mc-header-img,
.modal-mc .mc-header-img-container {
  position: relative;
  z-index: 1;
}
.modal-mc .mc-header-img:last-child {
  position: relative;
  top: 20px;
}
.modal-mc .mc-header-title-date-range,
.modal-mc .mc-content-item-bonus {
  color: #dab867;
}
.modal-mc .mc-content-item-subtitle {
  color: #808080;
}
.modal-mc .mc-content {
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.mc-content .mc-content-header {
  background: linear-gradient(90deg, #0088e3, #004d80);
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mc-content-header .mc-content-header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  gap: 10px;
}
.mc-content-header .mc-content-header-right > img {
  width: 30px;
  height: 30px;
}
.mc-content-header .mc-content-header-left,
.mc-content-header .mc-content-header-right-item {
  color: #fff;
}
.modal-mc .mc-content-items {
  display: flex;
  align-items: center;
  border: 1px solid #333;
  border-collapse: collapse;
  border-top: 0;
}
.white.modal-mc .mc-content-items {
  border-color: #c3c3c3;
}
.mc-content-items > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 5px;
  padding: 20px 20px 10px 20px;
  border-left: 1px solid #333;
  border-collapse: collapse;
}
.mc-content-items > div:first-child {
  border-left: none;
}
.white.modal-mc .mc-content-items > div {
  border-color: #c3c3c3;
}
.mc-content-item .mc-content-item-title,
.mc-content-item .mc-content-item-bonus {
  font-weight: 600;
}
.mc-content-item .mc-content-item-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}
.mc-content-item-price > div {
  flex: 1;
  width: 100%;
  text-align: center;
}
.mc-content-item .mc-content-item-price-container {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
}
.mc-content-item .mc-content-item-price-title {
  color: #ddd;
}
.white.modal-mc .mc-content-item .mc-content-item-price-title {
  color: #aaa;
}
.mc-content-item .mc-content-item-price-item {
  padding: 5px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.mc-content-item .mc-content-item-price-progress {
  background-color: #444;
}
.modal-mc .mc-content-item .mc-content-item-price-progress {
  background-color: #c3c3c3;
}
.mc-content-item .mc-content-item-price-progress,
.mc-content-item .mc-content-item-price-progress-bar {
  height: 3px;
  transition: all 0.9s ease-in-out;
}
.mc-content-item .mc-content-item-price-progress-bar {
  background-color: #3adb3a;
}
.mc-content-item .w88-check-mark {
  border-bottom-color: #3adb3a;
  border-right-color: #3adb3a;
}
.mc-content-item .mc-content-item-button a,
.mc-content-item .mc-content-item-button a:before {
  border-radius: 10px;
}
.mc-content-item .mc-content-item-terms {
  margin: 5px 0;
}
.modal-mc .mc-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #252525;
  border-radius: 15px;
  gap: 100px;
  margin-top: 15px;
}
.white.modal-mc .mc-footer {
  background-color: #ddd;
}
.modal-mc .mc-completed,
.modal-mc .mc-completed * {
  opacity: 1;
}
.modal-mc .mc-greyed-out,
.modal-mc .mc-greyed-out * {
  opacity: 0.7;
}
.mc-header-img-confetti {
  position: absolute;
  top: 0;
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.confetti {
  width: 15px;
  height: 15px;
  background-color: #f2d74e;
  position: absolute;
  left: 50%;
  animation: confetti 5s ease-in-out -2s infinite;
  transform-origin: left top;
}
.confetti:nth-child(1) {
  background-color: #f2d74e;
  left: 10%;
  animation-delay: 0;
}
.confetti:nth-child(2) {
  background-color: #95c3de;
  left: 20%;
  animation-delay: -5s;
}
.confetti:nth-child(3) {
  background-color: #ff9a91;
  left: 30%;
  animation-delay: -3s;
}
.confetti:nth-child(4) {
  background-color: #f2d74e;
  left: 40%;
  animation-delay: -2.5s;
}
.confetti:nth-child(5) {
  background-color: #95c3de;
  left: 50%;
  animation-delay: -4s;
}
.confetti:nth-child(6) {
  background-color: #ff9a91;
  left: 60%;
  animation-delay: -6s;
}
.confetti:nth-child(7) {
  background-color: #f2d74e;
  left: 70%;
  animation-delay: -1.5s;
}
.confetti:nth-child(8) {
  background-color: #95c3de;
  left: 80%;
  animation-delay: -2s;
}
.confetti:nth-child(9) {
  background-color: #ff9a91;
  left: 90%;
  animation-delay: -3.5s;
}
.confetti:nth-child(10) {
  background-color: #f2d74e;
  left: 100%;
  animation-delay: -2.5s;
}
@media screen and (max-width: 1000px) {
  .modal-mc .mc-header {
    max-height: 200px;
  }
}
@media screen and (max-width: 620px) {
  .modal-mc .mc-header {
    max-height: 300px;
  }
}
.mc-floating-icon {
  position: fixed;
  bottom: 100px;
  right: -21px;
  z-index: 999;
}
.mc-floating-icon.hidden {
  display: none !important;
}
.mc-floating-icon.show {
  display: block !important;
}

.jh-floating-icon {
  position: fixed;
  bottom: 240px;
  right: 10px;
  z-index: 999;
}
.jh-floating-icon.jh-floating-icon-down {
  bottom: 100px;
}
.jh-floating-icon > a:hover {
  cursor: context-menu;
}
.jh-floating-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  border: 2px solid transparent;
  background: #7ccbef;
  background: linear-gradient(
      117.83deg,
      rgb(124 203 239 / 100%) 15.75%,
      rgb(42 143 189 / 100%) 27.88%,
      rgb(19 82 112 / 100%) 47.75%
    )
    border-box;
  mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.jh-floating-icon-bg {
  background: #0f3345;
  background: linear-gradient(
    313.17deg,
    rgb(15 51 69 / 90%) 30.77%,
    rgb(20 68 91 / 90%) 54.33%,
    rgb(37 94 121 / 90%) 76.44%
  );
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 8px;
}
.jh-floating-icon-bg.jh-floating-icon-bg-over {
  padding: 0 10px 10px;
}
.jh-floating-icon-bg > img {
  position: relative;
  width: 103px;
  margin-top: -23px;
}
.jh-floating-title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
}
.jh-floating-timer {
  background-color: #07212a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: calc(100% - 45px);
  flex: 1;
  padding: 10px 20px;
  margin-bottom: 2px;
}
.jh-floating-timer,
.jh-floating-timer * {
  font-size: 16px;
  font-weight: 600;
  color: #9ee0fb;
}
.jh-floating-timer .jh-floating-timer-label {
  font-size: 12px;
  font-weight: normal;
}
.jh-floating-timer > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

@keyframes confetti {
  0% {
    transform: rotateZ(15deg) rotateY(0deg) translate(0, 0);
  }
  25% {
    transform: rotateZ(5deg) rotateY(360deg) translate(-5vw, 20vh);
  }
  50% {
    transform: rotateZ(15deg) rotateY(720deg) translate(5vw, 60vh);
  }
  75% {
    transform: rotateZ(5deg) rotateY(1080deg) translate(-10vw, 80vh);
  }
  100% {
    transform: rotateZ(15deg) rotateY(1440deg) translate(10vw, 110vh);
  }
}
/* /Milestone Promo Campaign */

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

/* EPL */
.jh-modal {
  border-radius: 10px;
}
.jh-modal .modal-header {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jh-modal .modal-header > a.close {
  position: absolute;
  top: 10px;
  right: 20px;
}
.jh-body-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 10px;
}
.jh-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.jh-header-content .jh-header-title {
  font-size: 26px;
  font-weight: 600;
}
.jh-modal.white .jh-header-title {
  color: #000;
}
.jh-header-content .jh-header-sub-title {
  font-size: 14px;
}
.jh-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.jh-content-image > img {
  width: 240px;
}
.jh-content-items {
  width: 330px;
  position: relative;
  left: -20px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.jh-content-item {
  position: relative;
  width: 350px;
}
.jh-content-item:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  border: 1px solid transparent;
  background: #7ccbef;
  background: linear-gradient(
      117.83deg,
      rgb(124 203 239 / 100%) 15.75%,
      rgb(42 143 189 / 100%) 27.88%,
      rgb(19 82 112 / 100%) 47.75%
    )
    border-box;
  mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
.jh-content-item-step {
  background: #0f3345;
  background: linear-gradient(
    313.17deg,
    rgb(15 51 69 / 90%) 30.77%,
    rgb(20 68 91 / 90%) 54.33%,
    rgb(37 94 121 / 90%) 76.44%
  );
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 30px;
  gap: 15px;
}
.jh-content-item-step-text {
  color: #fff;
  font-size: 16px;
}
.jh-content-item-step-icon .w88-icon:before {
  background-size: contain;
}
.jh-button-join {
  padding: 15px 30px;
  border-radius: 10px;
  min-width: 150px;
  font-size: 26px;
  text-align: center;
}
.jh-button-join:before {
  border-radius: 10px;
}

.icon-step-cards:before {
  background-image: url("/_static/sports/img/epl/icons/icon-step-cards.svg");
}
.icon-step-clubs:before {
  background-image: url("/_static/sports/img/epl/icons/icon-step-clubs.svg");
}
.icon-step-missions:before {
  background-image: url("/_static/sports/img/epl/icons/icon-step-missions.svg");
}
/* /EPL */
