@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&display=swap");
:root {
  /* =========================
     BASE UI
  ========================= */
  --header-color: linear-gradient(145deg, #151515, #202020);
  --secondary-color: #15151500;
  
  
  --footer-color: #0f0f0f;
  --background-page: #14141400;

  /* =========================
     GOLD THEME (PRIMARY)
  ========================= */
  --primary-color: #d6a24f;
  --gradient: linear-gradient(
    to bottom,
    #f5ddb0 0%,
    #e3b36a 45%,
    #c98a3a 100%
  );

  --navbar-color: var(--gradient);
  --lottery-color: var(--gradient);

  /* =========================
     TEXT COLORS
  ========================= */
  --header-text: #ffffff;
  --primary-text: #ffffff;
  --page-text: #ffffff;
  --footer-text: #ffffff;

  --navbar-text: #1b1b1b;
  --secondary-text: #1b1b1b;
  --jackpot-text: #1b1b1b;
  --lottery-text: #1b1b1b;

  /* =========================
     UTILITY
  ========================= */
  --c-white: #ffffff;
  --c-black: #000000;
  --c-grey: #222222;
  --error: #e53935;

  /* =========================
     IMAGES
  ========================= */

}

/* Highlight text */
#front-themes-color {
  color: var(--primary-color);
}

@keyframes blinkAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-3px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-icon-change {
  0%, 6% {
    -webkit-transform: translateX(11px);
    transform: translateX(11px);
  }
  12%, 21% {
    -webkit-transform: translateX(-51px);
    transform: translateX(-51px);
  }
  27%, 36% {
    -webkit-transform: translateX(-113px);
    transform: translateX(-113px);
  }
  42%, 51% {
    -webkit-transform: translateX(-173px);
    transform: translateX(-173px);
  }
  57%, 66% {
    -webkit-transform: translateX(-236px);
    transform: translateX(-236px);
  }
  72%, 81% {
    -webkit-transform: translateX(-302px);
    transform: translateX(-302px);
  }
  87%, 100% {
    -webkit-transform: translateX(-367px);
    transform: translateX(-367px);
  }
}
@keyframes floating-show-stat {
  0%, 20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  21%, 84% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  85%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes floating-show-icons {
  0%, 20% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  21%, 84% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  85%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes progress-animation {
  from {
    left: -60%;
    width: 50%;
  }
  to {
    left: 110%;
    width: 50%;
  }
}
@keyframes steam {
  20% {
    filter: blur(5px);
    opacity: 1;
  }
  50% {
    filter: blur(10px);
    opacity: 0.5;
  }
  100% {
    filter: blur(15px);
    opacity: 0;
  }
}
@keyframes new-game-blinker {
  50% {
    opacity: 0;
  }
}
@keyframes beat {
  to {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 1080px) {
  .main-content {
    padding-bottom: 80px !important;
  }
  .home {
    padding-bottom: 65px !important;
  }
  .header__top {
    display: none;
  }
  .header__mid {
    display: none;
  }
  .header-nav {
    display: none;
  }
  .header-mobile {
    display: block !important;
    background: var(--header-color);
  }
  .header-mobile__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
  }
  .header-mobile__top .mobile-logo {
    display: flex;
    align-items: center;
    width: 165px;
  }
  .header-mobile__top .mobile-logo img {
    width: 110px;
    height: 40px;
    margin-left: 8px;
  }
  .header-mobile__top .mobile-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    height: 100%;
  }
  .header-mobile__top .mobile-button .fa-sync {
    color: var(--header-text);
  }
  .header-mobile__top .mobile-button .mobile-button--transaksi, .header-mobile__top .mobile-button .mobile-button--menu, .header-mobile__top .mobile-button .mobile-button--register {
    color: var(--c-black);
    background: var(--gradient);
 border: 1px solid var(--primary-color);
    padding: 7px 10px;
    margin-left: 5px;
    font-size: 12px;
    min-width: 70px;
    max-width: 110px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-weight: 600;

    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 3px;
    margin-right: 5px;
  }
  .header-mobile__top .mobile-button .mobile-button--transaksi span, .header-mobile__top .mobile-button .mobile-button--menu span, .header-mobile__top .mobile-button .mobile-button--register span {
    font-weight: 700;
    color: var(--c-black);
    width: 100%;
  }
  .header-mobile__top .mobile-button .mobile-button--register {
    font-size: 12px;
  }
  .header-mobile__top .mobile-button .mobile-button--menu {
    background: var(--navbar-color);
    color: var(--c-black);
    margin-right: 0;
    margin-left: 0;
    min-width: 35px;
    display: flex;
  }
  .header-mobile__top .mobile-button .mobile-button--menu i {
    font-size: 17px;
  }
  .header-mobile__marquee {
    background: linear-gradient(145deg, #151515C2, #353535);
    display: flex;
    align-items: center;
    width: 100%;
  }
  .header-mobile__marquee i {
    font-size: 12px;
    padding: 5px 7px;
    background: linear-gradient(115deg, #151515, #151515C2);
    color: #7C7C7C91;
  }
  .header-mobile__marquee .marquee {
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    color: #7C7C7C91;
  }
  .home__slider {
    max-height: 100% !important;
  }
  .home__slider .swiper-slide {
    min-height: 170px !important;
  }
  
  .home__menu {
    margin-top: 20px;
  }
  .home__menu .menu-container {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-areas: "item-right item-right" "item-download item-download";
  }
  .home__menu .menu-container .download-border {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .home__menu .menu-container .download-border .menu-download {
    height: auto !important;
  }
  .home__menu .menu-container .download-border .menu-download img {
    width: 200px;
    margin: auto;
  }
  .home__menu .menu-container .menu-right .menu-games {
    margin: 20px 0 !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .home__menu .menu-container .menu-right .menu-games .games-item img {
    width: 180px !important;
    max-height: 140px !important;
  }
  .home__menu .menu-container .menu-right .menu-games .games-item .games-border {
    margin-left: auto;
    margin-right: auto;
  }
  .home__menu .menu-container .menu-right .menu-games .games-item.show-mobile {
    display: block !important;
  }
  .home__menu .menu-container .menu-right .menu-slider .slider-cstmr {
    margin-bottom: 20px;
  }
  .home__menu .menu-container .menu-right .menu-slider .slider-provider {
    margin-bottom: 20px;
  }
  .home__menu .menu-container .item-download {
    grid-area: item-download;
  }
  .home__menu .menu-container .item-right {
    grid-area: item-right;
  }
  .home__payment .payment-border {
    margin-bottom: 20px;
  }
  .home__seo .seo-content, .home__seo .home .mobile__seo .seo-mobile, .home .mobile__seo .home__seo .seo-mobile {
    display: none;
  }
  .home__seo .seo-mobile {
    display: block !important;
  }
  .page-header {
    font-size: 20px !important;
    font-size: 24px !important;
    color: var(--primary-color) !important;
  }


  .game-list-container .game-holder .game-bottom .game-name {
    font-size: 14px !important;
  }
  .game-list-container .game-holder .game-bottom .game-links a {
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 3px 7px !important;
  }
  .floating-contact {
    bottom: 80px !important;
    width: 60px !important;
    height: 60px !important;
  }
  .floating-contact__item {
    bottom: 70px !important;
    width: 190px !important;
  }
  .floating-contact__item a {
    font-size: 12px !important;
  }
  .floating-contact__item a span {
    width: 25px !important;
    height: 25px !important;
  }
  .floating-contact__item a span i {
    font-size: 13px !important;
  }
  .floating-contact__button {
    width: 60px !important;
    height: 60px !important;
    border: 2px solid var(--secondary-color);
  }
  .transaksi .component-tab-content .transaksi-grid {
    grid-template-columns: 1fr !important;
    grid-template-areas: "transaksi-form transaksi-form" "transaksi-payment transaksi-payment";
  }
  .transaksi .component-tab-content .transaksi-payment {
    grid-area: transaksi-payment;
  }
  .transaksi .component-tab-content .transaksi-form {
    grid-area: transaksi-form;
  }
  .lottery .lottery__container .lottery-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .slot-game__container {
    margin-top: 25px;
  }
}
@media screen and (max-width: 630px) {
  .promo__filter {
    background: transparent !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    grid-gap: 7px;
  }
  .promo__filter .filter-promo {
    padding: 5px !important;
    margin: 0 !important;
    font-size: 11px !important;
    background: var(--secondary-color);
    color: var(--primary-text) !important;
    border-radius: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .promo__filter .filter-promo.active {
    color: var(--c-black) !important;
    background: var(--primary-color) !important;
  }
  .promo__filter .filter-promo.active:before {
    display: none;
  }
  .promo__filter .filter-promo:hover {
    color: var(--c-black) !important;
    background: var(--primary-color) !important;
  }
  .promo__list .promo-info .info-title {
    font-size: 12px !important;
  }
  .promo__list .promo-info .info-read {
    font-size: 10px !important;
  }
  .promo-content .main-promo .promo-img img {
    height: auto !important;
  }
  .promo-content .other-promo {
    display: none;
  }
  .news .info-title {
    font-size: 16px !important;
  }
  .news .info-content {
    font-size: 12px !important;
    height: 55px !important;
  }
  .news-bottom .bottom-publish {
    display: none;
  }
  .news-bottom .bottom-read {
    margin-left: 0 !important;
  }
  .post .main-post .post-img img {
    height: auto !important;
  }
  .post .other-post {
    display: none;
  }
  .game-list-container .game-holder .game-bottom {
    padding: 5px 10px 10px !important;
    flex-direction: column;
  }
  .game-list-container .game-holder .game-bottom .game-name {
    font-size: 14px !important;
  }
  .game-list-container .game-holder .game-bottom .game-links {
    margin-right: auto !important;
  }
  .game-list-container .game-holder .game-bottom .game-links a {
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 3px 7px !important;
    margin-left: 0 !important;
  }
  .register .cap-img {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .register .cap-img .cap-content {
    margin-bottom: 15px;
  }
  .memo-view .memo-view-form {
    padding: 10px !important;
  }
  .memo-view .memo-view-form .memo-view-content {
    padding: 10px 15px !important;
  }
  .memo-view .memo-view-form .memo-view-content .content-subject {
    font-size: 14px !important;
    text-align: center;
  }
  .memo-view .memo-view-form .memo-view-content .content-desc {
    font-size: 12px !important;
  }
  .memo-view .memo-view-form .memo-view-reply {
    padding: 10px 15px !important;
  }
  .memo-view .memo-view-form .memo-view-reply .reply-top .reply-avatar i {
    font-size: 35px !important;
  }
  .memo-view .memo-view-form .memo-view-reply .reply-top .reply-user-info .reply-user {
    font-size: 14px !important;
  }
  .memo-view .memo-view-form .memo-view-reply .reply-desc {
    font-size: 12px !important;
  }
  .memo-view .memo-view-form .memo-reply-form .reply-form-code {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .memo-view .memo-view-form .memo-reply-form .reply-form-code img {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .memo-view .memo-view-form .memo-reply-form .btn-reply {
    text-align: center;
  }
  .home__slider {
    max-height: 100% !important;
  }
  .home__slider .swiper-slide {
    min-height: 71px !important;
  }
  .home__menu .menu-container .menu-right .menu-games {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .home__menu .menu-container .menu-right .menu-games .games-item img {
    height: 120px !important;
  }
  .lottery .lottery__container .lottery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .bonus-checkbox {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 390px) {
  .home__menu {
    margin-top: 20px;
  }
  .home__menu .menu-container .menu-right .menu-games {
    margin: 20px 0 !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .home__menu .menu-container .menu-right .menu-games .games-item img {
    width: 130px !important;
  }
  .home__menu .menu-container .menu-right .menu-games .games-item .games-border .games-name {
    font-size: 14px !important;
  }
  .news-list .news-item {
    flex-direction: column;
  }
  .news-list .news-item .news-date {
    margin-right: auto;
  }
  .lottery .lottery__container .lottery-grid .lotto-flag img {
    width: 50px !important;
    height: 30px !important;
  }
  .lottery .lottery__container .lottery-grid .lotto-country {
    font-size: 18px !important;
  }
  .lottery .lottery__container .lottery-grid .lotto-date {
    font-size: 12px !important;
  }
  .lottery .lottery__container .lottery-grid .lotto-number {
    font-size: 30px !important;
  }
  .bonus .component-tab-content span {
    margin-right: 10px;
  }
  .bonus .component-tab-content .referral-link {
    flex-wrap: wrap;
  }
  .bonus .component-tab-content .referral-link .btn-custom-sm {
    margin: 5px 0 10px !important;
  }
}
@media screen and (max-width: 320px) {
  .game-list-container {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .lottery .lottery__container .lottery-grid {
    grid-gap: 15px;
  }
  .lottery .lottery__container .lottery-grid .lotto-country {
    font-size: 17px !important;
  }
  .lottery .lottery__container .lottery-grid .lotto-date {
    font-size: 10px !important;
  }
  .lottery .lottery__container .lottery-grid .lotto-number {
    font-size: 25px !important;
  }
  .bonus-checkbox {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .header-mobile .mobile-logo {
    width: 200px;
  }
  .header-mobile .mobile-logo img {
    width: 140px;
  }

  
}
@media screen and (max-width: 770px) {
  .home__jackpot .jackpot-gif {
    height: 110px !important;
  }
  .home__jackpot .jackpot-gif .jackpot-amount {
    font-size: 12px !important;
    top: 15px !important;
  }
}
@media screen and (max-width: 500px) {
  .home__jackpot .jackpot-gif {
    height: 90px !important;
  }
  .home__jackpot .jackpot-gif .jackpot-amount {
    font-size: 9px !important;
    top: 12px !important;
  }
}
@media screen and (max-width: 390px) {
  .home__jackpot .jackpot-gif {
    height: 80px !important;
  }
  .home__jackpot .jackpot-gif .jackpot-amount {
    font-size: 9px !important;
    top: 10px !important;
  }
}
.footer-mobile {

  display: none;
}

.html, body {
  background: linear-gradient(120deg, #181818, #151515, #151515, #121212);
background-size: 100% 100%;
  min-height: 100%;
  margin: 0;
}

 #main-route {
  min-height: 100vh;
  background: linear-gradient(120deg, #181818, #151515, #151515, #121212);
  background-size: 100% 100%;
  box-shadow: inset 0 0 65px rgba(0,0,0,0.20);
}

.header {
  background: var(--header-color);
  color: var(--header-text);
}
.header .header__top {
  padding: 10px 0 7px;
}
.header .header__top .header-time {
  font-size: 13px;
  font-weight: 600;
}
.header .header__top .header-marquee {
  border: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 2px;
}

.icon-premium {
  width: 28px;
  height: 28px;
  filter: drop-shadow(0 0 6px rgba(255, 215, 90, 0.5));
}

#overlay {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  
  /* Buat background semi-transparan tetap ada supaya blur terlihat */
  background: rgba(0, 0, 0, 0.3);
  
  /* Efek blur */
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  cursor: pointer;
}

.main-content {
  background-image: var(--background-theme);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .main-content {
    background-color: var(--background-page);
    background-image: none;
  }
}

.home .mobile__download-bannner {
  background: var(--secondary-color);
  color: var(--c-white);
}
.home .mobile__download-bannner .mobile-download-container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.home .mobile__download-bannner .mobile-download-container .download-icon {
  padding: 5px;
  background: var(--background-page);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.home .mobile__download-bannner .mobile-download-container .download-title {
  margin: 0 15px 0 10px;
}
.home .mobile__download-bannner .mobile-download-container .download-title h5 {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 5px;
}
.home .mobile__download-bannner .mobile-download-container .download-title h6 {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}
.home .mobile__download-bannner .mobile-download-container .download-button {
  margin-left: auto;
}

#accountBalance .modal-content {
  max-width: 380px;
  margin: auto;
}
#accountBalance .modal-body {
  padding: 0;
  max-height: 75vh;
  overflow-y: auto;
  position: relative;
}
#accountBalance .modal-body::-webkit-scrollbar {
  width: 5px;
}
#accountBalance .modal-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}
#accountBalance .modal-body::-webkit-scrollbar-thumb {
  background: rgb(184, 184, 184);
  border-radius: 10px;
}
#accountBalance .popup-account-balance .balance-header {
  padding: 15px 10px 15px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#accountBalance .popup-account-balance .balance-header h6 {
  font-weight: 600;
  margin-bottom: 8px;
}
#accountBalance .popup-account-balance .balance-header .acc-balance {
  font-size: 35px;
  color: var(--primary-color);
  line-height: 23px;
}
#accountBalance .popup-account-balance .balance-category {
  padding: 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#accountBalance .popup-account-balance .balance-category .category-name {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
  margin-left: 4px;
  margin-bottom: 2px;
}
#accountBalance .popup-account-balance .balance-category .provider-list .prov-item {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 4px 10px;
  background: rgba(255, 255, 255, 0.1);
  padding: 3px 10px;
  border-radius: 4px;
}
#accountBalance .popup-account-balance .balance-category .provider-list .prov-balance {
  margin-left: auto;
}
#accountBalance .popup-account-balance .balance-category #balance-MAIN {
  font-size: 15px;
  font-weight: 600;
}
#accountBalance .balance-button {
  padding: 13px 15px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#accountBalance .balance-button .btn-custom {
  border-radius: 25px;
  padding: 7px 15px;
  margin: 0 5px;
  min-width: 120px;
}

.home .home__slider {
  overflow: hidden;
  position: relative;
/*border: 1px solid var(--primary-clor);*/
  border-top: 0;
  max-height: 100%;
}
.home .home__slider .swiper-slide {
  cursor: pointer;
}
.home .home__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home .home__slider .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  opacity: 1;
}
.home .home__slider .swiper-pagination .swiper-pagination-bullet-active-main {
  background: #fff;
}
.home .home__slider .swiper-button-prev:after {
  color: var(--c-white);
  font-weight: 700;
  font-size: 20px;
}
.home .home__slider .swiper-button-next:after {
  color: var(--c-white);
  font-weight: 700;
  font-size: 20px;
}

.component-tabs {
  border-radius: 3px 3px 0 0;
  border-bottom: 0 !important;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
}
.component-tabs .nav-link {
  background: var(--secondary-color);
  border: 2px solid var(--primary-color) !important;
  color: var(--c-white) !important;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 5px !important;
  min-width: 150px;
  text-align: center;
  white-space: nowrap;
}
.component-tabs .nav-link i {
  margin-right: 5px;
}
.component-tabs .nav-link.active {
  background: var(--primary-color);
  color: var(--c-black) !important;
}
.component-tabs .nav-link:hover {
  background: var(--primary-color);
  color: var(--c-black) !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 763px) {
  .component-tabs .nav-item {
    margin: 0;
  }
  .component-tabs .nav-item .nav-link {
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 9px 5px 3px;
    font-size: 11px;
    height: 100%;
  }
  .component-tabs .nav-item .nav-link:nth-child(1) {
    color: red;
  }
  .component-tabs .nav-item .nav-link i {
    margin-bottom: 2px;
    margin-right: 0;
  }
  .component-tabs .nav-item .nav-link span {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.component-tab-content {
  background: transparent;
  padding: 20px 0 30px;
}

.page-header {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  background: -webkit-linear-gradient(#ffe4b9, #e3ae72, #CF863D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.btn-custom {
   background: linear-gradient(135deg, #f5c16c, #cfa14a);
   box-shadow: 0 12px 50px rgba(245, 193, 108, .4);
   color: #111111;
   border-radius: 8px;
   padding: 8px;
   font-weight: 600;
   margin-right: 1px;    /* 🔥 INI KUNCINYA */
   height: 34px;
 }
.btn-custom:hover {
   transform: translateY(-2px);
   box-shadow: 0 18px 40px rgba(245, 193, 108, .6);
 }
.btn-custom-2 {
   background: linear-gradient(135deg, #f5c16c, #cfa14a);
   box-shadow: 0 12px 50px rgba(245, 193, 108, .4);
   color: #111111;
   border-radius: 8px;
   padding: 8px;
   font-weight: 600;
   margin-right: 1px;    /* 🔥 INI KUNCINYA */
   height: 45px;
 }
.btn-custom-2:hover {
   transform: translateY(-2px);
   box-shadow: 0 18px 40px rgba(245, 193, 108, .6);
 }
.btn-custom-3 {
   background: linear-gradient(180deg, #FFFFFF14, #FFFFFF0F);
   border: 1px solid #FFFFFF14;
   border-radius: 8px;
   color: #A9A9A9A3;
   box-shadow: 0 0 0 1px rgba(247, 247, 247, 0.12);
   padding: 8px;
   font-weight: 600;
   margin-right: 7px;    /* 🔥 INI KUNCINYA */
   height: 34px;
 }
.btn-custom-3:hover {
  background: linear-gradient(180deg, #303030, #202020);
  box-shadow: 0 0 0 1px rgba(143, 209, 158, 0.25);
 }
.btn-custom,
.btn-custom-2,
.btn-custom-3 {
  display: inline-flex;
  align-items: center;      /* center vertikal */
  justify-content: center;  /* center horizontal */
  line-height: 1;           /* cegah text turun */
}
.btn-custom,
.btn-custom-2,
.btn-custom-3 {
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; /* Android */
}

.btn-custom:focus,
.btn-custom-2:focus,
.btn-custom-3:focus,
.btn-custom:active,
.btn-custom-2:active,
.btn-custom-3:active {
  outline: none;
  box-shadow: none;
}
.btn-custom-3:active {
  background: linear-gradient(180deg, #2a2a2a, #1a1a1a);
  color: #ffffff;
  border-color: #ffffff2a;
}

.header-btn i {
  margin-right: 6px; /* atur jarak icon ke text */
  font-size: 14px;
}
  
/* HEADER */
.none-header {
  position: sticky;
  top: 0;
  z-index: 999;
  gap: 8px;      
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  
  padding: 8px;
  /* dipersempit */
 background: #1a1a1a;
  
  font-weight: 600;
  font-size: 16px;
  color: #A9A9A9;
  
  border-bottom: 1px solid #222;
}

/* Container kanan */
.none-header .right {
  display: flex;
  /* agar tombol berjajar horizontal */
  gap: 8px;
  /* jarak antar tombol, bisa disesuaikan */
  align-items: center;
  /* supaya ikon sejajar vertikal */
}

.none-header .left {
  cursor: pointer;
}

.icon-btn-none {
  background: #2a2a2a;
  padding: 6px 10px;
  border-radius: 8px;
  color: #B9B9B9C9;
  font-size: 14px;
  display: flex;          /* agar ikon dan teks sejajar */
  align-items: center;
  gap: 4px;               /* jarak antara ikon dan teks */
  text-decoration: none;  /* hilangkan underline */
  
}



/* ========= MODAL OVERLAY */
.modal-sheet5-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  pointer-events: none;
  transition: .23s;
  z-index: 20000;
}

.modal-sheet5-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-sheet5-drag {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 42px;
  height: 4px;
  border-radius: 3px;
  background: #666;
}

/* BOX */
.modal-sheet5-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 85vh;
  background: #141414;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 -20px 50px rgba(0, 0, 0, .8);
  display: flex;
  flex-direction: column;
  transform: translateY(100%);
  transition: transform .35s ease;
}

/* SHOW */
.modal-sheet5-overlay.active .modal-sheet5-box {
  transform: translateY(0);
}

/* HEADER */
.modal-sheet5-header {
  position: sticky;
  top: 0;
  background: #222;
  padding: 14px 16px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #f5c16c;
  font-weight: 700;
  z-index: 10;
  border-bottom: 1px solid #333;
}

.modal-sheet5-close {
  background: none;
  border: none;
  font-size: 22px;
  line-height: 1;
  color: #f5c16c;
  cursor: pointer;
  padding: 4px;
}

/* BODY (SCROLLABLE) */
.modal-sheet5-body {
  padding: 14px 16px 20px; /* px kosong */
  font-size: 13px;
  line-height: 1.6;
  color: #ddd;
  overflow-y: auto;
}

/* FOOTER */
.modal-sheet5-footer {
  padding: 12px 16px;
  border-top: 1px solid #222;
  background: #111;
}

.modal-sheet5-footer button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 14px;
  background: linear-gradient(135deg, #f5c16c, #cfa14a);
  font-weight: 700;
  color: #000;
}
.step {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.step-num {
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #cfa14a;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.step h4 {
  font-size: 13px;
  margin-bottom: 4px;
  color: #f5c16c;
}

.step p {
  color: #ddd;
}

.step ul {
  padding-left: 16px;
  color: #ccc;
}

.step.highlight {
  background: #1f1f1f;
  padding: 10px;
  border-radius: 12px;
}

.example {
  margin-top: 6px;
  font-size: 11px;
  color: #7CFFB2;
}

.note {
  margin-top: 12px;
  padding: 10px;
  background: #0f0f0f;
  border-left: 3px solid #cfa14a;
  font-size: 11px;
  color: #ccc;
}

