@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');



* {
  margin: 0;
  padding: 0;
}

html, body {
  background: var(--body-color);
  /*margin: 0;*/
  margin-top: 10px; /* Sesuaikan dengan tinggi total header */
  width: 100%;
  padding: 0;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff!important;
  overflow-x: hidden;
}

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

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

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

.form-control {
  border: 1px solid #ffffff;
  background-color: #ffffff00;
  color: #495057 !important;
  height: 30px;
  border-radius: 3px;
}

.form-control:focus{
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #495057 !important;
  height: 30px;
  border-radius: 3px;
}

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

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

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

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

.btn-secondaries {
  background-color: var(--primary-color);
  font-weight: 900;
}

.btn-secondaries:hover {
  background-color: var(--primary-color-hover);
  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,.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 #FFB302;
  background-color: #ffffff;
  color: #495057 !important;
  height: 30px;
  border-radius: 3px;
}

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

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

.card--full .card__cta {
    padding: .5rem 1rem 0;
}
.btn--brand {
    color: #fff;
    background: var(--primary-color);
}

/* Header */

.topMenu {
  background: var(--body-color);
  min-height: 60px;
  padding: 7px 3px;
  vertical-align: middle;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.topNav {
  background: radial-gradient(circle, rgba(61,61,61,1) 0%, rgba(26,9,36,1) 80%);
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  top: 60px; /* Sesuaikan dengan tinggi .topMenu */
  width: 100%;
  z-index: 1000;
}

.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(--primary-color);
  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: #002d7b00;
}

section .gameList {
  display: grid;
  grid-gap: .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: .5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(6,minmax(0,1fr));
}

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

section .gameListSlotColoumn .gameList_box {
  width: 100%;
  height: 160px;
}

section .gameListSlotColoumn .gameList_box .progress {
  position: relative; bottom: -85px; left: 0px; z-index: 1;background: rgb(255,255,255,0.5); height: 25px; border-radius: 0px;
}

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

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

section .gameListCasinoColoumn .casinoListBox {
    width: 100%;
    height: 375px!important;
  }

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

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

section .casinoListColoumn .casinoList_box {
  width: 100%;
  height: 350px!important;
}

.slotMenu ul.nav.flex-column li.nav-item a.nav-link {
  background : none;
  color: #fff;
  font-size: .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: rgb(253,208,23,0.3);
  color: #FFB302!important;
}

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

section .bankListColoumn {
  width: 100%;
  height: 60px;
  margin-bottom: 5px;
  background: var(--unguu-color);
}

.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: #060d15;
  border: 2px solid #060d15;
  cursor: pointer;
  border-radius: 0px;
  width: 100%;
  height: 60px;
  font-size: 10px;
}

.radio-nominale:checked + label {
  text-align: center;
  background-image: none;
  background-color: #FFB302;
  color: #fff;
  border: 2px solid #FFB302;
  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,.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(--ungu-color);;
  border: 1px solid var(--ungu-color);;
  border-radius: 0;
  color: #fff;
}
/* Body */

/* Footer */

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

footer h5.footTitle {
  font-size: 14px;
  font-weight: 700;
}

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

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

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

.footMenux {
  display: grid;
  grid-gap: .5rem;
  grid-auto-flow: dense;
  grid-template-columns: repeat(5,minmax(0,1fr));
}
.btn--flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn--sm {
    font-size: .75rem;
    height: 24px;
}
.card .card__see-all {
    font-weight: 700;
    font-size: .75rem;
    padding: .2rem .75rem;
    background-color: #070d14;
    border-radius: 10px;
}

.footMenuColomn {
  width: 100%;
  height: auto;
  text-align: center;
}

.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(--primary-color-hover);
    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(--primary-color);
    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: 0.75rem;
    font-weight: 700!important;
    margin: 0!important;
  }

  .mobile ul.nav li.nav-item a.nav-link:hover {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 700!important;
  }

  .mobile section .card {
    background: var(--unguu-color);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  .sports-poker-header  {
    background: var(--helper-color-hover);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }
  section .boxInfo {
    background: var(--primary-color-hover);
    height: 30px;
    padding: 3px 8px;
    padding-left:0;
    border-radius: 3px;
    font-size: 14px;
  }

  section .boxInfo .iconAlert {
    background: var(--primary-color-hover);
    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: .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: .5rem;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3,minmax(0,1fr));
  }

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

  section .gameListSlotColoumn .gameList_box {
    width: 100%;
    height: 125px;
  }

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

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

  section .gameListCasinoColoumn .casinoListBox {
    width: 100%;
    height: 250px!important;
  }

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

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

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

  section .bankListColoumn {
    width: 100%;
    height: 60px;
    margin-bottom: 5px;
    background: var(--unguu-color);
  }

  footer {
    font-size: .75rem;
    background-color: #00153a;
    border-top: 1px solid rgba(213,214,213,.1);
    padding-top: 15px;
    padding-bottom: 0;
  }
  
  .foot_icon {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
  }

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

/* Responsive */

/* Sidebar */

.sticky-left {
    position: fixed;
    top: 0;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9900;
  top: 0;
  right: -15px;
  background: var(--body-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: #4a5059;
  width: 100%;
  height: 100%;
}

.sidenav .side_navigation ul.nav.flex-column li.nav-item a.nav-link {
  background : none;
  color: #fff;
  font-size: .775rem;
  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.5rem 1rem;
}

.sidenav .side_navigation ul.nav.flex-column li.nav-item a.nav-link:hover {
  background: rgb(253,208,23,0.3);
  color: #FFB302!important;
}


/* Sidebar */

/* ============================================================
   PROVIDER SLIDER
   ============================================================ */

.provider-image-box {
    width: 100%;
    overflow: hidden;
    position: relative;

    margin: 0;
    padding: 2px;

    box-sizing: border-box;

    touch-action: pan-y;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;

    cursor: grab;
}

.provider-image-box.dragging {
    cursor: grabbing;
}


/* ============================================================
   SLIDER
   ============================================================ */

.provider-slider {
    width: 100%;

    display: flex;

    transition: transform 0.35s ease;
    will-change: transform;

    margin: 0;
    padding: 0;
}


/* ============================================================
   1 SLIDE = 5 KOLOM × 3 BARIS
   ============================================================ */

.provider-slide {
    width: 100%;
    min-width: 100%;
    flex: 0 0 100%;

    display: grid;

    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, auto);

    column-gap: 4px;
    row-gap: 4px;

    margin: 0;
    padding: 2px;

    box-sizing: border-box;
}


/* ============================================================
   ITEM PROVIDER
   ============================================================ */

.provider-item {
    min-width: 0;

    margin: 0;
    padding: 0;

    display: flex;

    justify-content: center;
    align-items: stretch;
}


/* ============================================================
   LINK / PEMBUNGKUS
   ============================================================ */



.provider-link {
    width: 68px !important;
    height: 68px !important;

    min-width: 68px !important;
    min-height: 68px !important;

    padding: 5px !important;
    margin: 0 auto !important;

    display: flex !important;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-decoration: none;

    box-sizing: border-box;

    background: rgb(214, 36, 36);

    border: 1px solid rgb(255, 255, 255);

    /* WAJIB 50% */
    border-radius: 50% !important;

    overflow: hidden;

    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        background 0.2s ease;
}

.provider-link:hover {
    transform: scale(1.05);

    background: rgba(1, 0, 0, 0.98);

    border-color: rgba(255, 255, 255, 0.25);
}





/* ============================================================
   HOVER / TOUCH
   ============================================================ */

.provider-link:hover {
    transform: translateY(-1px);

    background: rgba(255, 255, 255, 0.08);

    border-color: rgb(208, 19, 19);
}


/* ============================================================
   GAMBAR PROVIDER
   ============================================================ */

.provider-image {
    width: auto;

    /*
       Sedikit lebih besar
    */
    height: 56px;

    max-width: 96%;

    object-fit: contain;

    display: block;

    margin: 0 auto 2px auto;

    padding: 0;

    pointer-events: none;

    flex-shrink: 0;
}



/* ============================================================
   PROVIDER ITEM
   ============================================================ */

.provider-item {
    min-width: 0;

    margin: 0;
    padding: 0;

    display: flex !important;

    align-items: center !important;
    justify-content: center !important;
}


/* ============================================================
   LINK PROVIDER
   ============================================================ */

.provider-link {
    width: 100% !important;

    min-width: 0 !important;
    min-height: 0 !important;

    padding: 0 !important;
    margin: 0 auto !important;

    display: flex !important;

    flex-direction: column !important;

    align-items: center !important;
    justify-content: flex-start !important;

    text-decoration: none;

    box-sizing: border-box;

    background: transparent !important;

    border: 0 !important;

    overflow: visible !important;

    border-radius: 0 !important;

    transition: none;
}


/* ============================================================
   LINGKARAN GAMBAR
   ============================================================ */

.provider-image {
    width: 62px !important;
    height: 62px !important;

    max-width: 100% !important;

    padding: 7px;

    display: block;

    object-fit: contain;

    margin: 0 auto 3px auto !important;

    box-sizing: border-box;

    border-radius: 50% !important;

    background: var(--ungu-color);

    border: 1px solid rgba(255, 255, 255, 0.10);

    pointer-events: none;

    flex-shrink: 0;
}


/* ============================================================
   NAMA PROVIDER
   ============================================================ */

.provider-name {
    display: block !important;

    width: 100% !important;

    height: 15px;

    margin: 0 !important;
    padding: 0 2px !important;

    font-size: 0.62rem;

    line-height: 15px;

    text-align: center;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    box-sizing: border-box;
}


/* ============================================================
   HOVER
   ============================================================ */

.provider-link:hover .provider-image {
    transform: scale(1.05);

    border-color: rgb(209, 17, 17);
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 576px) {

    .provider-image {
        width: 54px !important;
        height: 54px !important;

        padding: 6px;

        margin-bottom: 2px !important;
    }

    .provider-name {
        height: 14px;

        font-size: 0.58rem;

        line-height: 14px;
    }

}

/* ============================================================
   DESKTOP
   ============================================================ */

@media (min-width: 577px) {

    .provider-image {
        height: 56px;
    }

}
