body{
  font-family: "Exo", sans-serif;
}
.blue-background{
  background-color: var(--theme-bg-tertiary, #031a42) !important;
}
.dark-blue-background{
  background-color: var(--theme-bg-primary, #0a1321) !important;
}
.dark-blue-secondary-background{
  background-color: var(--theme-bg-secondary, #050d1a) !important;
}
.game-headline-background{
  display: flex;
  background-color: var(--theme-bg-primary, #0a1321);
  padding: 4px 0 4px 10px;
  border-left: 2px solid var(--theme-accent, #FFD700);
}
.game-headline-mobile-background{
  display: flex;
  background-color: var(--theme-bg-tertiary, #031a42);
  padding: 4px 0 4px 10px;
  border-left: 2px solid var(--theme-accent, #FFD700);
}
.toto-card{
  background: var(--theme-bg-card, #021938);
  border: 2px solid var(--theme-border, #074cba);
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 4px 12px rgb(78 99 247 / 30%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.toto-card-result{
  background: rgb(137 141 255 / 10%);
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.game-list{
  display: flex;
  flex-wrap: nowrap;
  border: 0;
  padding: 0;
  margin-bottom: 0;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.games-group{
  width: calc((100% - 6px * 5) / 6.5);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 3px;
}
.game-item{
  width: 100%;
  margin: 0;
  flex-shrink: 0;
  position: relative;
}
.game-list .wrapper-container{
  position: relative;
  padding-top: 100%;
}
.game-item img{
  top: 5px;
  left: 5px;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  position: absolute;
}
@media screen and (max-width: 600px) {
  .game-list{
    margin: 0px 13px;
  }
  .game-item{
    height: 135px;
  }
}
.game-list .link-container{
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.game-list .link-container a{
  margin: 3px;
  padding: 5px 3px;
  width: 70%;
}
.play-now{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 18px;
  padding: 3px 15px;
  margin: 5px 0;
  text-decoration: none;
  color: var(--theme-text-primary, #fff);
  background-color: var(--theme-bg-tertiary, #031a42);
}
.container-content .game-list .wrapper-container:hover{
  background-color: transparent;
}
.game-list .wrapper-container:hover{
  background: #000;
}
.game-list .wrapper-container{
  position: relative;
  padding-top: 100%;
}
.game-list .wrapper-container:hover .link-container{
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
}
.play-now:hover{
  color: #fff;
  text-decoration: none;
}
.play-now:before, .free-play:before{
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  background: center no-repeat;
  background-image: url(//dsuown9evwz4y.cloudfront.net/Images/icons/play.png?v=20250528);
  background-size: contain;
}
.game-name{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.rounded-lg{
  border-radius: 5px;
}
.container-game-content p{
  text-align: center;
  margin-top: 5px;
}
.game-icon-menu{
  width: 25px;
  height: 25px;
  margin-right: 6px;
}
.tab-active{
  background-color: var(--theme-bg-tertiary, #031a42) !important;
}
.page-title{
  margin-bottom: 20px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-image: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #e99c05 0%, #f4ae00 8%, #f8bf33 25%, #f8ce19 62.5%, #ffdc02 100%);
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}
.provider-container{
  margin-top: 50px;
}
.provider{
  background-color: var(--theme-bg-secondary, #050d1a);
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 20px;
}
.provider:hover{
  background-color: var(--theme-bg-tertiary, #031a42) !important;
}
.contact-container{
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact-container i{
  font-size: 3.5rem;
  margin-bottom: 10px;
  color: transparent !important;
  -webkit-background-clip: text;
  background-image: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #e99c05 0%, #f4ae00 8%, #f8bf33 25%, #f8ce19 62.5%, #ffdc02 100%);
  padding: 10px;
}
.header-mobile-logo{
  width: 100%;
  max-width: 200px;
  height: auto;
  margin-top: 7px;
  max-height: 36px;
}
.header-mobile-balance-card{
  margin: auto 20px auto auto;
  border-radius: 4px;
  background-color: var(--theme-bg-secondary, #050d1a);
  padding: 2px 8px;
}
.btn-register{
  background-color: var(--theme-btn-register, #0080ff) !important;
  color: var(--theme-text-primary, #fff);
  display: flex;
  margin: auto auto auto 3%;
  border-radius: 3px;
  width: 50%;
  padding: 6px 8px;
  letter-spacing: 1px;
  cursor: pointer;
  height: 40px;
  font-weight: 700;
}
.btn-register-sidebar{
  background-color: var(--theme-btn-register, #0080ff) !important;
  color: var(--theme-text-primary, #fff);
  margin: auto auto auto 3%;
  border-radius: 3px;
  width: 50%;
  padding: 6px 8px;
  letter-spacing: 1px;
  cursor: pointer;
  height: 40px;
  font-weight: 700;
}
.btn-login{
  background-color: var(--theme-btn-login, #f4ae00);
  color: #000;
  display: flex;
  margin: auto 3% auto auto;
  border-radius: 3px;
  width: 50%;
  padding: 6px 0;
  letter-spacing: 1px;
  cursor: pointer;
  height: 40px;
  font-weight: 700;
}
.btn-login-sidebar{
  background-color: var(--theme-btn-login, #f4ae00);
  color: #000;
  margin: auto 3% auto auto;
  border-radius: 3px;
  width: 50%;
  padding: 6px 0;
  letter-spacing: 1px;
  cursor: pointer;
  height: 40px;
  font-weight: 700;
}
.btn-logout{
  width: 100%;
  color: var(--theme-text-primary, #fff);
  font-weight: 100%;
  background-color: var(--theme-btn-logout, #891f1c);
}
.btn-deposit{
  background-color: var(--theme-btn-deposit, #139b24);
  color: var(--theme-text-primary, #fff);
  display: flex;
  margin: auto 3% auto auto;
  border-radius: 3px;
  width: 50%;
  padding: 6px 0;
  letter-spacing: 1px;
  cursor: pointer;
  height: 40px;
  font-weight: 700;
}
.btn-withdraw{
  background-color: var(--theme-btn-withdraw, #f4ae00) !important;
  color: #000;
  display: flex;
  margin: auto auto auto 3%;
  border-radius: 3px;
  width: 50%;
  padding: 6px 8px;
  letter-spacing: 1px;
  cursor: pointer;
  height: 40px;
  font-weight: 700;
}
.provider-name-title{
  text-align: center;
  color: transparent !important;
  -webkit-background-clip: text;
  background-image: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #e99c05 0%, #f4ae00 8%, #f8bf33 25%, #f8ce19 62.5%, #ffdc02 100%);
  font-size: 20px;
  margin: auto auto 20px 0;
  font-weight: 700;
}
.live-casino-swiper-one{
  overflow: hidden;
}
.live-casino-swiper-two{
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 600px) {
  .live-casino-swiper-one{
    width: 90%;
    margin: 10px auto;
  }
  .live-casino-swiper-two{
    width: 90%;
    margin: 10px auto;
  }
}
.jackpot-desktop{
  background: url(https://cdn.garudaplay.site/asset/images/jackpot-desktop.jpg);
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 40px 120px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(255, 200, 0, 0.8), 0 0 35px rgba(255, 180, 0, 0.6), 0 0 40px rgba(255, 150, 0, 0.4), 0 20px 20px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
.card-payment-row{
  margin-top: 30px;
  margin-bottom: 30px;
}
.card-payment{
  background-color: var(--theme-bg-secondary, #050d1a) !important;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.card-payment-img{
  margin-right: 8px;
}
.pr5{
  padding-right: 5px !important;
}
.pl5{
  padding-left: 5px !important;
}
.transparent-background{
  background: rgba(255, 255, 255, 0.01);
}

/* Withdraw WD ticker: satu baris, rotasi fade in / fade out; lebar mengikuti teks */
.wd-withdraw-ticker{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 19;
  display: inline-flex;
  align-items: center;
  max-width: calc(100vw - 24px);
  width: auto;
  height: 34px;
  line-height: 34px;
  padding: 0 40px 0 16px;
  box-sizing: border-box;
  background: rgba(36, 28, 14, 0.9);
  color: #fffef8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9), 0 0 1px rgba(0, 0, 0, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  border: 1px solid rgba(255, 215, 0, 0.42);
  border-radius: 8px;
  pointer-events: auto;
}
.wd-ticker__close{
  position: absolute;
  top: 0;
  right: 6px;
  width: 28px;
  height: 34px;
  padding: 0;
  border: none;
  background: transparent;
  color: #fffef8;
  font-size: 22px;
  line-height: 32px;
  cursor: pointer;
  z-index: 2;
  opacity: 0.92;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85);
  pointer-events: auto;
}
.wd-ticker__close:hover,
.wd-ticker__close:focus{
  opacity: 1;
  color: #ffffff;
  outline: none;
}
.wd-ticker__viewport{
  flex: 0 1 auto;
  min-width: 0;
  overflow: hidden;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2px;
  box-sizing: border-box;
}
.wd-ticker__line{
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  max-width: 100%;
  opacity: 0;
}
.app-body.mobile .wd-withdraw-ticker{
  padding: 0 36px 0 12px;
  font-size: 12px;
  height: 32px;
  line-height: 32px;
  border-radius: 6px;
  max-width: calc(100vw - 16px);
}
.app-body.mobile .wd-ticker__close{
  height: 32px;
  line-height: 30px;
  font-size: 20px;
  right: 4px;
}
.app-body.mobile .wd-ticker__viewport{
  height: 32px;
}
