@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200;0,6..12,300;0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;0,6..12,1000;1,6..12,200;1,6..12,300;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900;1,6..12,1000&display=swap");

/* ================================================= */
/* [PERUBAHAN] PALET WARNA BARU: UNGU ROYAL & EMAS  */
/* ================================================= */
:root {
    --body-color: #151414; /* Latar belakang gelap (tetap) */

    /* Warna Utama: Ungu Royal */
    --primary-color: #782fef;
    --primary-color-hover: rgb(150, 84, 255); /* Versi lebih terang untuk hover */
    
    /* Warna Aksen: Emas */
    --secondary-color: rgb(255, 191, 0); 
    --secondary-color-hover: rgb(224, 168, 0); /* Versi lebih gelap untuk hover */

    /* Warna Utama untuk elemen besar seperti navigasi dan footer */
    --ungu-color: var(--primary-color);
    --footer-color: var(--primary-color);

    /* Variabel lain yang bisa disesuaikan atau dihapus jika tidak digunakan */
    --helper-color: #18dcff; /* Aksen Cyan (bisa diubah ke emas jika diinginkan) */
    --helper-color-hover: #17c0eb;
    --gelap-color: #343a40;
    --gelap-color-hover: #23272b;
    --text-color: #fff;
    --primary-color-hover2: var(--primary-color-hover); /* Menggunakan hover yang sama */

    --secondary-color2: rgb(200, 30, 60); 
    --secondary-color-hover2: rgb(175, 25, 50); /* Versi lebih gelap untuk hover */
}
/* ================================================= */
/* AKHIR DARI PERUBAHAN                             */
/* ================================================= */


* {
  margin: 0;
  padding: 0;
}

html,
body {
  background: var(--body-color);
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif;
  color: #fff !important;
}

a {
  color: var(--text-color);
  font-weight: 700 !important;
}

a:hover {
  /* Diubah agar hover menjadi emas untuk kontras */
  color: var(--secondary-color);
  font-weight: 700 !important;
  text-decoration: none;
}

.container-fluid {
  margin: 0 !important;
  padding: 0 !important;
}

.form-control {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: var(--body-color) !important;
  border-radius: 3px;
}

.form-control:focus {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: var(--body-color) !important;
  border-radius: 3px;
}

::placeholder {
  color: #9c9c9c !important;
  font-size: 14px;
  opacity: 0.5 !important;
}

.btn {
  width: auto;
  height: 35px;
  line-height: 18px !important;
  color: var(--text-color);
  font-size: 14px;
  border-radius: 3px;
}

/* Tombol utama sekarang berwarna EMAS */
.btn-main {
  background-color: var(--secondary-color);
  font-weight: 700;
  color: var(--body-color); /* Teks hitam agar kontras dengan emas */
}

.btn-main:hover {
  background-color: var(--secondary-color-hover);
  color: var(--body-color);
  font-weight: 700;
}

/* Tombol sekunder sekarang berwarna UNGU */
.btn-secondaries {
  background-color: var(--secondary-color2);
  font-weight: 700;
}

.btn-secondaries:hover {
  background-color: var(--secondary-color-hover2);
  color: var(--text-color);
  font-weight: 700;
}

.btn-helper {
  background-color: var(--helper-color);
  font-weight: 700;
}

.btn-helper:hover {
  background-color: var(--helper-color-hover);
  color: var(--text-color);
  font-weight: 700;
}

.btn-gelap {
  background-color: var(--gelap-color);
  font-weight: 700;
}

.btn-gelap:hover {
  background-color: var(--gelap-color-hover);
  color: var(--text-color);
  font-weight: 700;
}

hr {
  height: 0.5px;
  background: rgba(213, 214, 213, 0.1);
}

.breadcrumb {
  background: none;
  border: 0;
  padding: 0;
  font-size: 0.875rem;
}

#modalLogin {
  width: 96%;
  border-radius: 15px;
  z-index: 99999;
}

#modalLogin .modal-body .form-control {
  border: 1px solid var(--body-color);
  background-color: #ffffff;
  color: var(--body-color) !important;
  height: 30px;
  border-radius: 3px;
}

#modalLogin .modal-body .form-control:focus {
  border: 1px solid var(--body-color);
  background-color: #ffffff;
  color: var(--body-color) !important;
  height: 30px;
  border-radius: 3px;
}

#modalLogin .modal-body ::placeholder {
  color: #9c9c9c !important;
  font-size: 14px;
  opacity: 0.5 !important;
}

/* Header */

.topMenu {
  min-height: 60px;
  padding: 7px 3px;
  vertical-align: middle;
}

.topNav {
  background: var(--ungu-color);
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}

.topNav ul.nav li.nav-item a.nav-link {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500 !important;
  margin: 5px 10px;
}

.topNav ul.nav li.nav-item a.nav-link:hover {
  color: var(--secondary-color); /* Diubah ke emas agar lebih menonjol */
  font-size: 16px;
  font-weight: 500 !important;
}

/* Header */

/* Body */

section .boxInfo {
  background: var(--ungu-color);
  height: 30px;
  padding: 3px 8px;
  padding-left: 0;
  border-radius: 3px;
  font-size: 14px;
}

section .boxInfo .iconAlert {
  background: var(--ungu-color);
  position: relative;
  top: -3px;
  left: 0;
  padding-left: 8px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 2;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

section .boxInfo .contentAlert {
  position: relative;
  top: -30px;
  left: 0;
  height: 30px;
  z-index: 1;
}

section .topContent {
  background: var(--ungu-color);
  padding: 8px;
  padding-bottom: 0px;
  border-radius: 3px;
  vertical-align: middle;
}

section .card {
  background: var(--ungu-color);
}

section .gameList {
  display: grid;
  grid-gap: 0.5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

section .gameListColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

section .gameListSlot {
  display: grid;
  grid-gap: 0.5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

section .gameListSlotColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

section .gameListCasino {
  display: grid;
  grid-gap: 0.5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

section .gameListCasinoColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

section .casinoList {
  column-count: 4;
  column-gap: 5px;
}

section .casinoListColoumn {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.slotMenu ul.nav.flex-column li.nav-item a.nav-link {
  background: none;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: line-height 0.3s ease-in-out;
  transition: line-height 0.3s ease-in-out;
  border-bottom: 1px solid #343a40;
  padding: 0.75rem 1rem;
}

.slotMenu ul.nav.flex-column li.nav-item a.nav-link.active,
.slotMenu ul.nav.flex-column li.nav-item a.nav-link:hover {
  background: var(--footer-color);
  color: var(--text-color) !important;
}

section .bankList {
  display: grid;
  grid-gap: 0.5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

section .bankListColoumn {
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
}

.radio-nominale {
  color: white;
  display: none;
  margin: 10px;
  cursor: pointer;
}

.radio-nominale + label {
  text-align: left;
  color: var(--text-color);
  display: inline-block;
  padding: 8px;
  background-color: var(--footer-color);
  border: 2px solid var(--footer-color);
  cursor: pointer;
  border-radius: 0px;
  width: 100%;
  height: 60px;
  font-size: 10px;
}

.radio-nominale:checked + label {
  text-align: center;
  background-image: none;
  background-color: var(--body-color);
  color: #fff;
  border: 2px solid var(--secondary-color); /* Border emas saat dipilih */
  cursor: pointer;
  border-radius: 0px;
  width: 100%;
  font-size: 10px;
}

section ul.nav.nav-tabs {
  width: 100%;
  border-bottom: 1px solid rgba(213, 214, 213, 0.1);
}

section ul.nav.nav-tabs .nav-item {
  width: 33.3%;
  background: none;
  color: #fff;
}

section ul.nav.nav-tabs .nav-item .nav-link {
  width: 100%;
  background: none;
  color: #fff;
}

section ul.nav.nav-tabs .nav-item .nav-link:hover,
section ul.nav.nav-tabs .nav-item .nav-link.active {
  width: 100%;
  background: var(--footer-color);
  border: 1px solid var(--footer-color);
  border-radius: 0;
  color: #fff;
}
/* Body */

/* Footer */

footer {
  font-size: 0.75rem;
  background-color: var(--footer-color);
  border-top: 1px solid rgba(213, 214, 213, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
}

footer h5.footTitle {
  font-size: 14px;
  font-weight: 700;
  color: var(--secondary-color); /* Judul footer emas */
}

footer ul.nav.flex-column li.nav-item {
  padding: 2px;
}

footer ul.nav.flex-column li.nav-item a.nav-link {
  font-size: 12px;
  font-weight: 400 !important;
  padding: 0;
}

.foot_icon {
  width: 64px;
  height: 64px;
  margin-bottom: 25px;
}

.foot_icon a img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
}

/* Footer */

/* Component */

.main-content {
  position: relative;
  top: -10px;
  height: 100px;
}

.main-content .owl-carousel {
  height: 100px;
  margin-top: 5px;
}

div.owl-item .item {
  width: 100px !important;
}

.owl-theme .custom-nav {
  position: absolute;
  width: 100%;
  top: 3px;
  margin-top: 0 !important;
  height: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff !important;
}

.owl-prev,
.owl-next {
  position: absolute;
  height: 100px;
  color: #fff !important;
  background: var(--ungu-color) !important;
  border: none;
  z-index: 100;
}

.owl-prev {
  left: 0;
}

.owl-next {
  right: 0;
}

/* Component */

/* Responsive */

@media (max-width: 480px) {
  .topNav {
    background: var(--ungu-color); /* Dihapus radial-gradient agar konsisten */
    vertical-align: middle;
    padding: 0;
  }

  .topNav .mobileNavWrapper {
    width: 100%;
    height: auto;
    overflow-x: scroll;
    border-right: 2px solid var(--primary-color);
  }

  .topNav ul.nav {
    width: 650px;
    margin: 0;
  }
  .topNav ul.nav li.nav-item a.nav-link {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 700 !important;
    margin: 0 !important;
  }

  .topNav ul.nav li.nav-item a.nav-link:hover {
    color: var(--secondary-color); /* Diubah ke emas */
    font-size: 12px;
    font-weight: 700 !important;
  }

  .mobile .mobileNavWrapper {
    width: 100%;
    height: auto;
    overflow-x: scroll;
  }

  .mobile ul.nav {
    width: 520px;
    margin: 0;
  }
  .mobile ul.nav li.nav-item a.nav-link {
    color: var(--text-color);
    font-size: 12px;
    font-weight: 700 !important;
    margin: 0 !important;
  }

  .mobile ul.nav li.nav-item a.nav-link:hover {
    color: var(--secondary-color); /* Diubah ke emas */
    font-size: 12px;
    font-weight: 700 !important;
  }

  .mobile section .card {
    background: var(--ungu-color);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  section .boxInfo {
    background: var(--ungu-color);
    height: 30px;
    padding: 3px 8px;
    padding-left: 0;
    border-radius: 3px;
    font-size: 14px;
  }

  section .boxInfo .iconAlert {
    background: var(--ungu-color);
    position: relative;
    top: -3px;
    left: 0;
    padding-left: 8px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 2;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  section .boxInfo .contentAlert {
    position: relative;
    top: -30px;
    left: 0;
    height: 30px;
    z-index: 1;
  }

  section .gameList {
    display: grid;
    grid-gap: 0.5rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  section .gameListColoumn {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  section .gameListSlot {
    display: grid;
    grid-gap: 0.5rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  section .gameListSlotColoumn {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  section .gameListCasino {
    display: grid;
    grid-gap: 0.5rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  section .gameListCasinoColoumn {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  .mobile section .casinoList {
    column-count: 3;
    column-gap: 5px;
  }

  .mobile section .casinoListColoumn {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
  }

  section .bankList {
    display: grid;
    grid-gap: 0.5rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  section .bankListColoumn {
    width: 100%;
    height: 60px;
    margin-bottom: 5px;
  }

  footer {
    font-size: 0.75rem;
    background-color: var(--footer-color);
    border-top: 1px solid rgba(213, 214, 213, 0.1);
    padding-top: 15px;
    padding-bottom: 0;
  }

  .foot_icon {
    width: 45px;
    height: 45px;
    margin-bottom: 25px;
  }

  .foot_icon a img {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
  }
}

/* Responsive */

/* Sidebar */

.sticky-left {
  position: fixed;
  top: 180px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9900;
  top: 100px;
  right: -15px;
  background: var(--footer-color);
  transition: 0.5s;
}

.sidenavTop {
  width: 100%;
  margin: 2px;
  padding: 5px;
}

.sidenav .sidebarMenuLeft {
  column-count: 4;
  column-gap: 2px;
}

.sidenav .sidebarMenuLeft .sidebarMenuLeftItem {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  width: 40px;
  margin-bottom: 10px;
}

.sidenavBottom {
  background: var(--ungu-color);
  width: 100%;
  height: 100%;
}

.sidenav .side_navigation ul.nav.flex-column li.nav-item a.nav-link {
  background: none;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  -webkit-transition: line-height 0.3s ease-in-out;
  transition: line-height 0.3s ease-in-out;
  border-bottom: 1px solid #343a40;
  padding: 1rem;
}

.sidenav .side_navigation ul.nav.flex-column li.nav-item a.nav-link:hover {
  background: rgba(255, 191, 0, 0.3); /* Hover emas transparan */
  color: var(--text-color) !important;
}

.div-jackpot {
    background-color:var(--ungu-color);
    padding:8px;
    border-radius:5px;
}

/* Sidebar */