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

@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0turn;
  inherits: false;
}

@keyframes gradient-angle {
  to {
    --gradient-angle: 1turn;
  }
}

@keyframes gradient-rotate {
  from {
    --gradient-angle: 0turn;
  }
  to {
    --gradient-angle: 1turn;
  }
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  color: #ececec!important;
    color: #212529;
    background-color: #0e0d0d!important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.modal-logo {
  margin: 0 auto;
  display: block;
  width: 150px;
}

.custom-search {
  background: #313131;
  border: 0;
  border-radius: 50px;
  width: 50%;
  margin: 0 auto;
  height: 50px;
  color: #fff;
  text-align: center;
  margin-bottom: 38px;
  margin-top: 38px;
}

.modal-custom .modal-footer {
  text-align: center !important;
}

.modal-custom .modal-footer span {
  color: #000;
}

.modal-custom .modal-body .card {
  padding: 15px;
  padding-bottom: 10px;
}

.modal-custom .modal-body {
  background: rgb(36, 36, 36);
  color: #efefef;
}

.modal-custom .modal-header {
  background: rgb(26, 26, 26);
  border: 0;
  color: #fff;
  border-bottom: 3px solid #4e2f00;
}

.modal-custom .modal-body h3 {
  color: #fefefe;
}
.modal-custom .modal-body p {
  font-size: 18px;
  margin-bottom: 0px;
  font-family: tahoma;
}

/* Utilities */

.mg-b-35 {
  margin-bottom: 35px !important;
}

.mg-b-30 {
  margin-bottom: 30px !important;
}

.mg-b-15 {
  margin-bottom: 15px !important;
}

.modal-custom .modal-body a {

  margin-bottom: 10px;
}

.blue-text {
  color: #02bee6;
}

.wd-84-center {
  width: 84%;
  margin: 0 auto;
}

.wd-full {
  width: 100%;
  font-family: Tahoma, sans-serif;
  word-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
}

.eight-columns {
  padding-left: 0;
  list-style: none;
  width: 100%;
  -webkit-column-count: 8;
  -moz-column-count: 8;
  column-count: 8;
}

.f-54 {
  font-size: 54px;
}

.text-bold {
  font-weight: bold;
}

.f-18 {
  font-size: 18px;
}

.d-block {
  display: block;
}

.mg-bt-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.d-flex {
  display: flex;
}

.space-around {
  justify-content: space-around;
}

.card-transparent {
  border: 1px solid #545454;
}

.pd-25 {
  padding: 25px;
}

.table-hover > tbody > tr:hover {
  background-color: #02bee6;
}

.table-draw tbody tr {
  background: #1a1d22;
}

.content {
  min-height: calc(100vh - 172px);
  padding-top: 75px;
}

a.text-white:hover {
  color: #fff;
  text-transform: none;
  text-decoration: none;
}

.card-guide-detail .card-footer p {
  color: #fff !important;
  font-weight: 300;
}

.star-checked {
  color: #f7ce06;
}

.custom-blue-bg {
  margin-left: 37%;
  margin-right: 37%;
  background-image: url("../images/background%20result-min.html");
  background-size: cover;
  background-position-y: center;
  background-position-x: center;
}

.pd-5 {
  padding: 5px;
}

.pd-20-10 {
  padding: 20px 10px;
}

.mg-b-0 {
  margin-bottom: 0;
}

.mg-t-0 {
  margin-top: 0;
}

p.title_pyellow {
  color: #fff;
}
p.title_pyellow_orange {
  color: #fff;
}

.btn-close-absolute {
  position: absolute;
  right: 0;
  display: block;
}

.flag-custom {
  position: absolute !important;
  font-size: 55px;
  border-radius: 100%;
}

.f-70 {
  font-size: 70px;
  font-weight: bold;
}

.wd-100 {
  width: 100%;
}

.five-columns {
  padding-left: 0;
  list-style: none;
  width: 100%;
}

.card-guide {
  background: #000;
  border-radius: 10px;
}

.card-guide-detail {
  background: #000;
  border-radius: 10px;
}

.card-guide-detail .card-body {
  padding: 6px;
  color: #fff;
}

.card-guide-detail .card-body p {
  color: #fff !important;
}

.card-guide .card-body {
  padding: 6px;
  min-height: 140px;
}

.card-guide p.title {
  color: #f4cc06;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.card-guide p.subtitle {
  color: #fff;
  font-weight: normal;
}

.card-guide p.date {
  font-weight: normal;
}

.btn-yellow-guide {
  background: #f4cc06;
  color: #000;
  font-weight: bold;
  border-radius: 0px 0px 5px 5px;
}

.text-yellow {
  color: #f4cc06;
}

.flag-icon-square {
  font-size: 36px;
  margin-bottom: 10px;
}

.text-upper {
  text-transform: uppercase;
}

.custom-navbar-nav {
  width: 100%;
  background: #282d34;
  border-top: 1px solid #54595f;
  border-bottom: 1px solid #54595f;
  margin-top: -20px;
  margin-bottom: 30px;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
  position: fixed;
  margin-top: -13px;
  transition-property: position;
  transition-duration: 4s;
  z-index: 99;
  height: 55px;
}

.custom-navbar-nav li a {
  color: #fff;
  text-transform: uppercase;
}

.custom-navbar-nav li a:hover,
.custom-navbar-nav li a:active,
.custom-navbar-nav li a:focus {
  background-color: transparent;
}

.navbar-fixed {
  position: fixed;
  margin-top: -13px;
  transition-property: position;
  transition-duration: 4s;
  z-index: 99;
}

.statistik-page {
  padding-top: 50px;
}

.text-gold {
  background: -webkit-linear-gradient(#feae31, #efe457);
  -webkit-background-clips: text;
  -webkit-text-fill-color: transparent;
}

.col-2 {
  display: flex;
  padding-right: 5px;
  padding-left: 14px;
  flex-direction: row;
  justify-content: space-between;
  float: left;
}

.wd-50 {
  width: 50%;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.loader {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100vh;
  z-index: 99999999;
  background: #00000091;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.d-none {
  display: none;
}

.toto-box {
  display: table-cell;
  border: 1px solid #fff;
  width: 35px;
  height: 15px;
  font-size: 18px;
  font-weight: bold;
  padding: 0px 4px;
}

.cell-wrapper {
  padding: 0px 27%;
  margin: 0 auto;
  width: 100%;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 16px;
}
.lds-ellipsis div {
  position: absolute;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

/* bootstrap custom */
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 4px;
  padding-left: 4px;
}
/* Background Color */
.bg-body {
  background-color: rgb(13 13 13);
}
.bg-satu {
    display: block;
    position: relative;
    overflow: hidden;
    background: radial-gradient(ellipse farthest-corner at right bottom, #1299fd 0%, #0e65b5 8%, #19198d 30%, #442dc7 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #0680eb 8%, #0662b3 25%, #033a6b 62.5%, #01192f 100%);
border-top: 2px solid #1299fd;
border-left: 2px solid #19198d;
border-bottom: 2px solid #033a6b;
border-right: 2px solid #01192f;
border-radius: 20px;
}

.bg-satu:hover {
    border-bottom: 2px solid orange;
    border-right: 2px solid rgb(255, 214, 153);
    border-top: 2px solid rgb(179, 107, 0);
    border-left: 2px solid rgb(102, 61, 0);
    box-shadow: 2px 2px 8px #aaa;
}
div.bg-satu:after {
    content: "";
    position: absolute;
    top: -100%;
    right: -100%;
    width: 50%;
    height: 300%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%,  rgba(255, 255, 255, 0.4) 75%, rgba(255, 255, 255, 0.0) 100%);
    animation: shine 2s infinite;
  }

  @keyframes shine {
    to {
      opacity: 1;
      right: 150%;
    }
  }

.bg-dua {
  background: #060503;
}
.bg-tiga {
  background-color: #29182d;
}
.bg-blue {
  background: #5b8dfb;
}
.bg-prize {
  background: rgb(26, 26, 26);
  border: 1px solid #434343;
}
.kontent {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
}
.kontent-paito {
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
}
.kontent-before {
  border-radius: 10px;
  border: solid 1px #1d2232;
  background: rgb(19 22 32);
  padding: 30px;
  margin-top: 80px;
  margin-bottom: 20px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
}
.kontent img {
  max-width: 100%;
}

#breadcrumbs {
  background: #1a1a1a;
  margin: 5px 0 0;
  border: 1px solid #434343;
  border-radius: 10px;
  padding: 8px 0 7px 12px;
  font-family: Roboto, Helvetica Neue, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  overflow-x: hidden;
  overflow-y: hidden;
  letter-spacing: 1px;
  font-style: italic;
  line-height: 1.6em;
  box-shadow: inset 1px 1px 1px #434343;
}

#breadcrumbs a {
  color: #918f8f;
}
.breadcrumbs {
  padding: 0 0 22px;
  color: #bbb;
}

.table-result-dark {
  background-color: #000; /* hitam pekat */
  color: #f9de90; /* emas terang */
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  font-size: 15px;
  border-radius: 10px;
  overflow: hidden;
}

.table-result-dark thead {
  background: linear-gradient(90deg, #c7a03c, #f9de90); /* gold gradient */
  color: #000; /* teks hitam untuk kontras */
  font-weight: bold;
}

.table-result-dark th,
.table-result-dark td {
  text-align: center;
  vertical-align: middle;
  padding: 12px 8px;
  border: 1px solid #7c6515; /* gold gelap */
}

.table-result-dark tbody tr:hover {
  background-color: rgba(249, 222, 144, 0.1); /* gold transparan saat hover */
  transition: background-color 0.3s ease;
}

.badge.rescir {
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(135deg, #f9de90, #c7a03c);
  color: #000;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(255, 223, 105, 0.4);
}

/* Custom Datatables */
.kontent .dataTables_wrapper .dataTables_length,
.kontent .dataTables_wrapper .dataTables_filter,
.kontent .dataTables_wrapper .dataTables_info,
.kontent .dataTables_wrapper .dataTables_processing,
.kontent .dataTables_wrapper .dataTables_paginate {
  color: #e5e5e5;
}
.kontent .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.kontent
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:hover,
.kontent
  .dataTables_wrapper
  .dataTables_paginate
  .paginate_button.disabled:active {
  cursor: default;
  color: #eaeaea !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.kontent .dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  cursor: hand;
  color: #969696 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.container {
  max-width: 1024px;
}

.bg-white {
  background-color: white;
}

/* tabel paito */
.thead-paito {
  font-weight: 600;
}

.thead-paito th {
  text-align: center;
  color: #fff;
  border: 1px solid #333333;
  background: #434343;
}

.sticky {
  position: fixed;
  top: 0px;
  width: 40%;
  background-color: #07091b;
  box-shadow: 0 8px 6px -6px black;
  color: whitesmoke;
  margin-left: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #060503;
  border: 2px solid #060503;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

footer {
  padding: 8px;
  text-align: center;
  color: rgb(177 177 177);
  cursor: default;
}

.mb-1 {
  margin-bottom: 1rem;
}

a.t-none {
  font-weight: 400;
}

a.t-none:hover {
  color: white;
  text-decoration: none;
}

.rounded-circle {
  border-radius: 50%;
}

/* Responsive */

@media (min-width: 768px) {
  #pre_4d {
    font-size: 24px;
    font-weight: bold;
  }
  #h_4D {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }
  .five-columns {
    word-spacing: 60px;
  }
}

@media (max-width: 768px) {
  .f-28 {
    font-size: 22px !important;
  }
  .pd-50 {
    padding: 25px;
  }
  #h_4d {
    font-size: 14px;
    font-weight: bold;
  }
  #pre_4d {
    font-size: 18px;
    font-weight: bold;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }

  .custom-blue-bg {
    margin-left: 15%;
    margin-right: 15%;
  }

  .modal-custom .modal-body a {
    width: 100%;
    margin-bottom: 10px;
  }

  .pd-custom {
    padding: 10px 10px;
  }

  .f-19 {
    font-size: 12px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  .title-bg-grey {
    margin-top: 0px;
  }

  .mobile-card-home {
    margin-bottom: 15px;
  }

  .mobile-card-home h1 {
    font-size: 16px;
    margin: 0;
  }

  .mobile-card-home p {
    font-size: 13px;
    margin: 0;
  }

  .flag-custom-mobile {
    font-size: 15px;
    display: inline-flex !important;
  }

  h1.after-flag {
    font-size: 14px;
    text-align: right;
    display: inline-flex;
  }

  .text-yellow {
    color: #f7ce06 !important;
  }

  .btn-gold {
    padding: 3px 10px;
  }

  .draw-mobile {
    font-size: 20px !important;
  }

  .pd-r-0 {
    padding-right: 0;
  }

  h2.mobile {
    font-size: 14px;
    font-weight: bold;
  }

  .footer {
    padding: 15px 9px;
    margin-top: 10px;
  }

  .card-block {
    width: 100%;
  }

  .wd-84-center {
    width: inherit;
    margin-right: -15px;
    margin-left: -15px;
  }

  .pd-0-mobile {
    padding: 0px;
  }

  .pd-l-0-mobile {
    padding-left: 0;
  }

  .pd-r-0-mobile {
    padding-right: 0;
  }
  .pd-1-mobile {
    padding: 1px;
  }
  .pd-2-mobile {
    padding: 2px;
  }
  .min-height-25 {
    min-height: 19px;
  }

  .flag-custom {
    display: none !important;
  }

  .table-custom tbody tr {
    background: #4e4e4e;
    font-weight: bold;
    border: 1px solid #1e8c8c;
    border-bottom: 10px solid #1a1d22;
  }

  .table-responsive {
    border: 0;
  }

  .custom-search {
    width: 100%;
  }

  .modal-custom .modal-body p {
    font-size: 15px;
    margin-bottom: 0px;
  }

  .card-bandar-mobile {
    border: 1px solid #fff;
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 10px;
  }

  .card-bandar-mobile.weight-blue {
    background: linear-gradient(360deg, rgb(1 55 77) 27%, rgb(78 157 218) 68%);
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid rgb(0 233 254);
  }

  .card-bandar-mobile.soft-blue {
    background: linear-gradient(360deg, rgb(1 55 77) 27%, rgb(78 157 218) 68%);
    padding: 12px;
    margin-bottom: 15px;
    border-radius: 10px;
    border: 1px solid rgb(0 233 254);
  }

  .card-bandar-mobile h3.position,
  .card-bandar-mobile h3.bandar-name,
  .card-bandar-mobile h3.min-dp,
  .card-bandar-mobile h3.min-wd {
    margin: 0;
  }

  h3.bandar-name {
    font-size: 30px;
    font-weight: bold;
  }

  h3.min-dp,
  h3.min-wd {
    font-size: 13px;
  }

  .card-bandar-mobile .star-checked {
    font-size: 21px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .desktop-only-table {
    display: none;
  }

  .card-block-custom {
    height: 246px;
    align-items: center;
    display: flex;
    justify-content: center;
  }

  .custom-navbar-nav li {
    display: inline-block;
  }

  .custom-navbar-nav li a {
    padding: 10px 11px;
  }

  .custom-navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }

  .custom-navbar-nav .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }

  .card-guide-detail .card-body img {
    width: 100% !important;
  }
}

@media (min-width: 769px) {
  .table-responsive {
    overflow-x: hidden;
  }

  .desktop-only {
    display: block;
  }

  .desktop-only-table {
    display: table-cell;
  }

  .mobile-only {
    display: none;
  }

  .btn-close-absolute {
    display: none;
  }

  .pd-r-0-desktop {
    padding-right: 0;
  }

  .pd-lr-5-desktop {
    padding-left: 5px;
    padding-right: 5px;
  }

  .pd-l-0-desktop {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .cell-wrapper {
    padding: 0px 6%;
    margin: 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-5-5 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
  }
  .col-sm-2-5 {
    width: 40%;
  }
  .col-sm-3-5 {
    width: 60%;
  }
  .col-sm-4-5 {
    width: 80%;
  }
  .col-sm-5-5 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sticky {
    width: 60%;
    margin-left: 4px;
  }

  .kontent-paito {
    padding: 2px;
  }

  .container {
    margin-right: auto;
    margin-left: auto;
  }

  table,
  th,
  td {
    font-family: Roboto, Helvetica Neue, sans-serif;
    font-weight: 600;
    font-size: 12px;
    padding: 1px;
  }
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
    margin-top: 10px;
  }
}

@media (max-width: 756px) {
  .kontent {
    padding: 10px;
  }
}

.mt-7 {
  margin-top: 7rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-4 {
  margin-top: 0rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.t-0 {
  top: 0;
}

.bank {
  background: #202020;
  padding: 10px;
  border: 1px solid #1a1a1a;
  border-radius: 4px;
  margin-bottom: 4px;
}

.p-2 {
  padding: 2rem;
}

.fw-900 {
  font-weight: 900;
}

.color-result {
  color: #a9a9a9;
}

.box-artikel {
  border: 1px solid #202020;
  border-radius: 8px;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.h-primary {
  background-image: linear-gradient(to bottom, #0c29f7 0%, #0ca6ef 100%);
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  margin-left: 4px;
  margin-right: 4px;
}

.mb-ads {
  margin-bottom: 2px;
}

@media (min-width: 320px) {
  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }
}

@media (min-width: 576px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }
}

.box-search {
  /* margin-bottom: 10px; */
  background: yellow;
  /* padding: 10px; */
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 4px;
}

.search-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 14px;
}

.search {
  border: 1px solid grey;
  border-radius: 5px;
  height: 25px;
  width: 100%;
  padding: 2px 23px 2px 30px;
  outline: 0;
  background-color: #f5f5f5;
  color: black;
}

.clear-icon {
  position: absolute;
  top: 9px;
  right: 8px;
  width: 12px;
  cursor: pointer;
  visibility: hidden;
}

#support {
  padding: 20px;
  border-bottom: 1px solid #202020;
}


  /* DOWNLOAD */



  /* Global Styles */

  .ul-apk {
	list-style: none;
}

.h1-apk,
.h2-apk,
.h3-apk,
.h4-apk {
	color: #fff;
}

.a-apk {
	color: #fff;
	text-decoration: none;
}

.p-apk {
	margin: 0.5rem 0;
}

.img-apk {
	width: 100%;
}

.showcase-apk {
	width: 100%;
	height: 92vh;
	position: relative;
	background: url("../img/jusbackground.jpg") no-repeat center center/cover;
}

.showcase-apk::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
    background: rgb(19 16 16 / 57%);
    /*box-shadow: inset 120px 100px 250px #77620596, inset -120px -100px 250px #77620596;*/
}

.showcase-top-apk {
	position: relative;
	z-index: 2;
	height: 90px;
}

.showcase-top-apk .img-apk {
	width: 170px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 0;
}

.showcase-top-apk .a-apk {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-50%, -50%);
}

.showcase-content-apk {
	position: relative;
	z-index: 2;
	width: 65%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-top: 9rem;
}

.showcase-content-apk .h1-apk {
	font-weight: 700;
	font-size: 5.2rem;
	line-height: 1.1;
	margin: 0 0 2rem;
}

.showcase-content-apk .p-apk {
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	font-size: 1.9rem;
	line-height: 1.25;
	margin: 0 0 2rem;
}

/* Tabs */
.tabs-apk {
	background: var(--dark-color);
	padding-top: 1rem;
	border-bottom: 3px solid #3d3d3d;
	border-right: none;
}

.tabs-apk .container-apk {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 1rem;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.tabs-apk .p-apk {
	font-size: 1.2rem;
	padding-top: 0.5rem;
}

.tabs-apk .container-apk > .div-apk {
	padding: 1.5rem 0;
}

.tabs-apk .container-apk > .div-apk:hover {
	color: #fff;
	cursor: pointer;
}

.tab-border-apk {
	border-bottom: var(--primary-color) 4px solid;
}

/* Tab Content */
.tab-content-apk {
	padding: 3rem 0;
	background: #000;
	color: #fff;
}

/* Buttons */
.btn-apk {
	display: inline-block;
	background: var(--primary-color);
	color: #fff;
	padding: 0.4rem 1.3rem;
	font-size: 1rem;
	text-align: center;
	border: none;
	cursor: pointer;
	margin-right: 0.5rem;
	transition: opacity 0.2s ease-in;
	outline: none;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
	border-radius: 2px;
}

.btn-apk:hover {
	opacity: 0.9;
}

.btn-rounded {
	border-radius: 5px;
}

.btn-xl {
	font-size: 2rem;
	padding: 1.5rem 2.1rem;
	text-transform: uppercase;
}

.btn-lg {
	font-size: 1rem;
	padding: 0.8rem 1.3rem;
	text-transform: uppercase;
}

.btn-icon {
	margin-left: 1rem;
}

.container .showcase-apk {
    max-width: 100%;
}

@media (max-width: 960px) {

	.showcase-apk {
        max-width: 110%;
		height: 90vh;
	}
	.showcase-top-apk .img-apk {
		top: 30%;
		left: 5%;
		transform: translate(0);
	}

	.showcase-content-apk .h1-apk {
		font-size: 3.7rem;
		line-height: 1;
	}

	.showcase-content-apk .p-apk {
		font-size: 1.5rem;
	}

}

@media (max-width: 700px) {
	.showcase-apk::after {
background: rgb(19 16 16 / 57%);
    /*box-shadow: inset 120px 100px 250px #ffcc16bf, inset -120px -100px 250px #ffcc16bf;*/
	}

	.showcase-content-apk .h1-apk {
		font-size: 2.5rem;
		line-height: 1;
	}

	.showcase-content-apk .p-apk {
		font-size: 1rem;
	}
}

@media(max-height: 600px) {
  .showcase-content-apk {
	margin-top: 3rem;
}
}

:root {
    --glow-hue: 222deg;
    --shadow-hue: 180deg;
    --spring-easing: linear(
    0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
    1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
    1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
    0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
    0.998 84%, 1
  );
    --spring-duration: 1.33s;
}
@property --shimmer {
    syntax: "<angle>";
    inherits: false;
    initial-value: 33deg;
}

@keyframes shimmer {
    0% {
        --shimmer: 0deg;
    }
    100% {
        --shimmer: 360deg;
    }
}

@keyframes shine {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes text-apk {
    0% {
        background-position: 100% center;
    }    
    100% {
        background-position: -100% center;
    }    
}

.btn-apk {
    color: var(--bg);
    font-weight: 600;
    /*     background-image: linear-gradient(90deg, #fcecfe, #fbf6e7, #e6fcf5); */
    background-image: linear-gradient( 315deg, #fc8000 -10%, #d6ac21 50%, #ffaf54 110% );
    padding: .8em 1.4em;
    position: relative;
    isolation: isolate;
    box-shadow: 0 2px 3px 1px hsl(var(--glow-hue) 50% 20% / 50%), inset 0 -10px 20px -10px hsla(var(--shadow-hue),10%,90%,95%);
    border-radius: 0.66em;
    scale: 1;
    transition: all var(--spring-duration) var(--spring-easing);
}

.btn-apk:hover:not(:active),
.btn-apk.active {
    transition-duration: calc(var(--spring-duration)*0.5);
    scale: 1.2;
    box-shadow: 0 4px 8px -2px hsl(var(--glow-hue) 50% 20% / 50%), inset 0 0 0 transparent;
}
.btn-apk:active {
    scale: 1.1;
    transition-duration: calc(var(--spring-duration)*0.5);
}

.shimmer-apk {
    position: absolute;
    inset: -40px;
    border-radius: inherit;
    mask-image: conic-gradient(
        from var(--shimmer, 0deg),
        transparent 0%,
        transparent 10%,
        black 36%,
        black 45%,
        transparent 50%,
        transparent 60%,
        black 85%,
        black 95%,
        transparent 100%
    );
    mask-size: cover;
    mix-blend-mode: plus-lighter;
    animation: shimmer 1s linear infinite both;
}
.btn-apk:hover .shimmer-apk::before,
.btn-apk:hover .shimmer-apk::after,
.btn-apk.active .shimmer-apk::before,
.btn-apk.active .shimmer-apk::after {
    opacity: 1;
    animation: shine 1.2s ease-in 1 forwards;
}
.shimmer-apk::before,
.shimmer-apk::after {
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
    border-radius: inherit;
    position: absolute;
    mix-blend-mode: color;
    inset: 40px;
    pointer-events: none;
}
.shimmer-apk::before {
    box-shadow: 0 0 3px 2px hsl(var(--glow-hue) 20% 95%),
        0 0 7px 4px hsl(var(--glow-hue) 20% 80%),
        0 0 13px 4px hsl(var(--glow-hue) 50% 70%),
        0 0 25px 5px hsl(var(--glow-hue) 100% 70%);
    z-index: -1;
}

.shimmer-apk::after {
    box-shadow: inset 0 0 0 1px hsl(var(--glow-hue) 70% 95%),
        inset 0 0 2px 1px hsl(var(--glow-hue) 100% 80%),
        inset 0 0 5px 2px hsl(var(--glow-hue) 100% 70%);
    z-index: 2;
}

a .text-apk {
    color: transparent;
    background-clip: text;
    background-color: var(--bg);
    background-image: linear-gradient(120deg, transparent, hsla(var(--glow-hue),100%,80%,0.66) 40%, hsla(var(--glow-hue),100%,90%,.9) 50%, transparent 52%);
    background-repeat: no-repeat;
    background-size: 300% 300%;
    background-position: center 200%;
}

a:hover .text-apk,
a.active .text-apk {
    animation: text-apk .66s ease-in 1 both;
}

span .download-text {
 display: -webkit-inline-box !important;
}

span.text-apk {
    color: #dbdbdb;
    font-size: 2.5rem;
}

.svg-apk {
    color: #dbdbdb;
    display : inline-block;
}

/* Biar notice dan swiper-box sama ukuran dan responsive */
.notice, .swiper-box {
  width: 100%;
  max-width: 800px;  /* max lebar desktop */
  margin: 0 auto;    /* center */
  box-sizing: border-box; /* agar padding gak nambahin lebar */
}

/* Notice styling (sudah bagus, cuma tambah box-sizing) */
.notice {
  text-shadow: #0d08038a 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 2px 5px, rgba(255, 255, 255, 0.8) 0px 1px inset,
    rgba(255, 255, 255, 0.2) 2px 0px inset, rgba(255, 255, 255, 0.2) -2px 0px inset,
    rgba(255, 255, 255, 0.1) 0px -2px inset;
  background: linear-gradient(to right, #fff8d6, #caa544, #7d5419) top,
    linear-gradient(to right, #7d5419, #caa544, #fff8d6) bottom,
    linear-gradient(to bottom, #fff8d6, #caa544, #7d5419) left,
    linear-gradient(to bottom, #7d5419, #caa544, #fff8d6) right !important;
  color: #a3a3a3;
  height: 3rem;
  min-height: 3rem;
  overflow: hidden;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  border-radius: 0 0 1rem 1rem;
  padding: 0 1rem;
  box-sizing: border-box;
}

/* Scroll text container */
.scrollText {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

/* Scroll text animation */
.scrollText ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  animation: scroll-left 20s linear infinite;
}

.scrollText li {
  display: inline-block;
  padding-right: 100px;
  white-space: nowrap;
  font-weight: bold;
  color: #000;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* Swiper container */
.swiper-box,
.swiper {
  width: 100%;
  max-width: 800px; /* samakan dengan notice */
  margin: 1rem auto 0 auto;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  box-sizing: border-box;
}

/* Slide image responsive */
.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* Tombol navigasi */
.swip-prev,
.swip-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.swip-prev {
  left: 10px;
  background-image: url('https://andalass188.net/resources/images/arrow-2.png');
  transform: translateY(-50%) rotate(180deg);
}

.swip-next {
  right: 10px;
  background-image: url('https://andalass188.net/resources/images/arrow-2.png');
}

.swip-prev:hover,
.swip-next:hover {
  opacity: 1;
}

/* Responsive untuk layar kecil */

@media screen and (max-width: 768px) {
  .notice,
  .swiper-box {
    max-width: 100%;
  }

  .swip-prev,
  .swip-next {
    width: 30px;
    height: 30px;
  }

  .swip-prev {
    left: 5px;
  }

  .swip-next {
    right: 5px;
  }
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.card {
  position: relative !important;
  border-radius: 20px !important;
  overflow: hidden;
  padding: 2px; /* ruang untuk efek border */
  background-image:
    linear-gradient(#1b1b1b, #000), /* isi dalam kartu */
    conic-gradient(
      from var(--gradient-angle),
      #584827 0%,
      #c7a03c 37%,
      #f9de90 40%,
      #c7a03c 43%,
      #584827 50%,
      #584827 70%,
      #c7a03c 77%,
      #f9de90 80%,
      #c7a03c 83%,
      #584827 90%
    );
  background-origin: padding-box, border-box!important;
  background-clip: padding-box, border-box!important;
  animation: gradient-rotate 4s linear infinite;
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.6),
    inset 0 0 14px rgba(219, 200, 28, 0.5);
  transition: transform 0.3s ease;
}

.card > .content {
  border-radius: 18px;
  background: linear-gradient(#1a1a1a, #000);
  padding: 1rem;
  color: white;
}

.card:hover {
  transform: scale(1.03);
}

.card-overlay {
    position: relative;
    overflow: hidden;
    padding: 2rem 1.5rem !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.card-overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--image-url);
    background-size: revert;         /* gambar memenuhi container */
    background-repeat: no-repeat;
    background-position: center;    /* gambar di tengah */
    opacity: 0.1;                   /* transparansi */
    z-index: 0;
}

.card-overlay > * {
    position: relative;
    z-index: 1;
}

.card-content {
  text-align: center; /* tengah */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gold-title {
    font-size: 2rem;
    font-weight: 800;
    margin: 0;
    background: linear-gradient(to bottom, #ffffff, #d5d5d5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tittle {
    text-align: center;
}

.tanggal {
  color: #ddd;
  margin: 0.3rem 0 0.8rem;
  text-shadow: 1px 1px 2px #000;
}

.card-prize-wrapper {
  margin: 1.2rem 0;
  width: 100%;
  max-width: 300px;
}

.card-prize-strip {
  height: 4px;
  background: linear-gradient(to bottom, #141414, #000000);
  box-shadow: 0 0 6px rgb(233 188 55 / 50%), inset 0 0 2px rgba(255, 255, 255, 0.3);
  border-radius: 6px 6px 0 0;
}

.card-prize {
    background: linear-gradient(320deg, #9678178f, #5555558f 63%);
    color: #fdf92a;
    font-size: 3rem;
    padding: 1rem 0;
    font-weight: 800;
    text-shadow: 2px 2px 6px rgb(247 176 40 / 20%);
}

.card-prize-strip2 {
    height: 4px;
    background: linear-gradient(to bottom, #141414, #000000);
    box-shadow: 0 0 6px rgba(219, 200, 28, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.3);
    border-radius: 0 0 6px 6px;
}

.card-actions {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-action {
    background: linear-gradient(145deg, #FFD700, #B8860B);
    color: #1c1c1c!important;
    padding: 0.75rem 1.25rem;
    font-weight: bold;
    border-radius: 12px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 
        inset 0 1px 1px rgba(255,255,255,0.6),
        inset 0 -1px 1px rgba(0,0,0,0.2),
        0 4px 6px rgba(0, 0, 0, 0.4),
        0 1px 0 rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(to bottom right, #f7e58d, #d4af37, #b8860b);
}

.btn-action:hover {
    background-image: linear-gradient(to bottom right, #fff3b0, #ffcc33, #cc9f18);
    transform: translateY(-2px);
    box-shadow:
        inset 0 1px 1px rgba(255,255,255,0.6),
        inset 0 -1px 1px rgba(0,0,0,0.3),
        0 6px 12px rgba(0, 0, 0, 0.5),
        0 2px 4px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 480px) {
  .gold-title {
    font-size: 2rem; /* sebelumnya 1.6rem */
  }

  .tanggal {
    font-size: 1.1rem;
  }

  .card-prize {
    font-size: 3rem; /* sebelumnya 2.2rem */
    padding: 1rem 0.5rem;
  }

  .btn-action {
    padding: 0.8rem 1.2rem;
  }

  .card-overlay {
    padding: 1.5rem 1rem; /* sedikit lebih sempit tapi tidak terlalu */
  }

  .card-actions {
    gap: 0.75rem;
  }
}
  .btn-action:hover {
      color: inherit;
      text-decoration: none;
  }
.modal-modern-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  overflow: auto;
}

.modal-modern-inner {
  width: 100%;
  max-width: 950px;
  max-height: 90vh;
  overflow-y: auto;
  scrollbar-width: none;
}
.modal-modern-inner::-webkit-scrollbar {
  display: none;
}

.modal-modern {
    border: 3px solid #b38e15;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6), inset 0 0 14px rgba(219, 200, 28, 0.5);
    background: #111;
    color: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    font-family: 'Segoe UI', sans-serif;
    /* box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7); */
    animation: fadeSlideUp 0.5s ease-out;
    position: relative;
    width: 100%;
    font-size: 1.15rem;
}

/* Header */
.modal-header-top {
  margin-bottom: 2rem;
}
.modal-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(to bottom, #dbb81c, #604c0a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.2rem;
}
.modal-header-logo {
  text-align: center;
}
.modal-header-logo img {
  max-width: 200px;
  margin-bottom: 0.5rem;
}
.modal-date {
  font-size: 1.3rem;
  color: #ccc;
  margin-bottom: 0.5rem;
}
.open-close-group {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  font-size: 1.1rem;
  color: #eee;
}
.open-close-group span {
  min-width: 130px;
  text-align: center;
}

/* Tombol close */
.btn-close-modern {
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 2.4rem;
  color: #fff!important;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}
.btn-close-modern:hover {
  color: #ff9999;
}

/* Info Grid */
.modal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.2rem;
}
.info-box {
  background: linear-gradient(320deg, #453f1c, #181b1bc4 63%);
  border-radius: 12px;
  padding: 1.2rem;
  box-shadow: inset 0 0 6px rgba(255, 238, 0, 0.2);
  text-align: center;
}
.info-box h5 {
  font-size: 1.4rem;
  color: #fff099;
  margin-bottom: 0.4rem;
}
.info-box p {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0;
}

/* Sections */
.modal-section {
  margin-top: 2rem;
}
.section-title {
  background: linear-gradient(to bottom, #dbb81c, #604c0a);
  padding: 0.6rem;
  border-radius: 10px;
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 1rem;
}
.number-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 0.6rem;
}
.number-grid.small {
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
}
.number-box {
  background: linear-gradient(320deg, #453f1c, #181b1bc4 63%);
  color: #fff;
  padding: 0.8rem 0;
  text-align: center;
  border-radius: 8px;
  font-weight: bold;
  font-size: 2rem;
  box-shadow: 0 0 6px rgba(219, 174, 28, 0.4);
}

/* CTA */
.modal-actions {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.btn-modern {
  background: linear-gradient(to bottom, #dbb81c, #604c0a);
  color: #fff;
  font-weight: bold;
  padding: 1rem 4rem;
  border: none;
  border-radius: 8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s ease;
  font-size: 1.5rem;
}
.btn-modern:hover {
  background: #b38e15;
  transform: scale(1.05);
}


.main_all {
  padding-top: 95px; /* Samakan dengan tinggi navbar */
}

.content_main {
    border-radius: 16px;
    border-width: 1px;
    padding: 20px;
    background: #080808;
    border: 1px solid #f1dd2c;
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsiveness */
@media (max-width: 600px) {
  .modal-modern {
    padding: 1.5rem;
    font-size: 1rem;
  }

  .modal-title {
    font-size: 1.8rem;
  }

  .info-box h5 {
    font-size: 1.2rem;
  }

  .info-box p {
    font-size: 1.4rem;
  }

  .number-box {
    font-size: 1.6rem;
  }

  .btn-modern {
    padding: 0.8rem 2.5rem;
    font-size: 1.2rem;
  }

  .open-close-group {
    gap: 0.8rem;
    font-size: 0.95rem;
  }

  main {
    padding-top: 80px; /* Samakan dengan tinggi navbar */
  }
}
.banner {
  background: #7d720f;
  border: none;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  padding: 0.8rem 1rem;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.6), inset 0 0 14px rgba(219, 200, 28, 0.5);
}

h3.text-base {
    padding: 10px;
}

footer {
    height: auto;
}

#footer {
    display: block;
    background: #000;
    max-width: 100%;
    color: #828e9e;
    margin: 10px auto 0 auto;
    padding: 20px 0;
}

#footer .footer-inner {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

/* Work Together Images */
#footer .worktogether {
    border-bottom: 1px solid #4e5665;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

#footer .worktogether img {
    display: block;
    height: 55px;
    filter: brightness(1);
    transition: filter 0.4s;
}

#footer .worktogether img:hover {
    filter: brightness(3);
}

/* Other Section */
#footer .other {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding-top: 20px;
}

/* Authentication badges */
#footer .authentication {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
}

#footer .authentication .item {
    flex: 1 1 200px;
    text-align: center;
    filter: brightness(1);
    transition: filter 0.4s;
}

#footer .authentication .item img {
    height: 60px;
    display: block;
    margin: 0 auto;
}

#footer .authentication .item:hover {
    filter: brightness(3);
}

/* Service icons */
#footer .service {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

#footer .service a {
    color: #828e9e;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#footer .service a img {
    height: 24px;
}

/* Copyright Section */
#footer .copyright {
    text-align: center;
    font-size: 14px;
    padding: 20px 10px;
}

#footer .copyright span {
    display: block;
    margin-top: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    #footer .worktogether img {
        height: 40px;
    }

    #footer .authentication .item {
        flex: 1 1 45%;
    }

    #footer .service {
        width: 100%;
        align-items: center;
    }

    #footer .service a {
        font-size: 14px;
    }
}
.table {
  color: white!important;
}

button, input, optgroup, select, textarea {
  color: #181818!important;
}

.card-result {
  background: linear-gradient(320deg, #453f1c, #181b1bc4 63%);
  border-radius: 16px;
  border-width: 1px;
  padding: 20px;
  border: 1px solid #857205;
}

.btn-3d {
  color: #ffffff!important;
  padding: 8px 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  background: linear-gradient(to bottom, #3c3801 0%, #120c0c  100%);
  border: 1px solid #a59b09;
  border-right: 6px solid #a59b09;
  border-left: 4px solid #a59b09;
  border-top: 1px solid #a59b09 !important;
  border-bottom: 1px solid #a59b09;
  border-radius: 35px !important;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  box-shadow: inset 0 0 0 rgba(255, 0, 0, 0);
  position: relative;
}

.btn-3d:hover {
  background: linear-gradient(to bottom, #856d00, #6d5000);
  border-color: #ffca1a;
  box-shadow: 0 0 10px rgba(255, 208, 0, 0.4);
  transform: translateY(-2px);
}

.btn-3d:active {
  transform: translateY(2px);
  box-shadow: inset 0 2px 6px rgba(255, 238, 0, 0.3);
}

.button-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 10px 0 15px 0;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
main.number{
    background-color: #0d0d0d;
    border-radius: 5px;
}

.box{
    height: 70px;
    width: 70px;
    background-color: rgb(174 162 162 / 80%);
    margin: 15px;
    border-radius: 10px;
    box-shadow: 7px 7px 20px 0px rgb(0 0 0 / 30%);

}
.box img{
    height: 55px;
    width: 55px;
    position: relative;
    top: 7px;
}


img.nmbr{
    height: 40px;
    width: 40px;
    position: relative;
    top: 2px;
}

.row{
    justify-content:center;
}


div.container.number{
    width: 95%;
}       

.gnrtr{
    /* background-color: #25282c; */
    /* background-image: url('../img/l21-logo-1.png'); */
    background-size: 97%;
    background-repeat: no-repeat;
    background-position: left;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.gnrtr h5 {
    width: 100%;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 10%), inset 0 1px rgb(255 255 255 / 5%);
    padding: 10px 0;
}
div.box.hidden{
    display: none;
}

h1, h5 {
    border-bottom: none;
}
#h1gene {
    font-size: 25px;
    color: #d8d8d8;
    box-shadow: 0 0 1px 1px rgb(0 0 0 / 10%), inset 0 1px rgb(255 255 255 / 5%);
    padding: 5px 0;
}
.col-3 {
    width: 100%;
}
.col-1 {
    width: 100%;
}

#pgene {
    color: #d8d8d8;
    white-space: pre-line;
}
.row>* {
    padding-right: 0;
    padding-left: 0;
}
#genenomor {
    padding: 8px;
    background-color: #0e0e0e;
    margin: 0;
    border-radius: 6px;
}
#mainnomor .fa-hand-pointer {
    position: absolute;
    top: 18rem;
    left: 56%;
    font-size: 20px;
    animation: arrow-up 2s infinite;
    z-index: 1;
}
main.main_all.container {
    background: #0e0c0c;
}


.buttonyellow {
  color: white;
  border: none;
  background-image: linear-gradient(176deg, #968700, #715300);
  padding: 7px 10px 7px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.buttonyellow:hover {
  background-image: linear-gradient(176deg, #9e6c01, #8e9e01);
}
/* Container utama */
.main.number {
  background-color: #0d0d0d;
  border-radius: 5px;
}

.box {
  height: 70px;
  width: 70px;
  background-color: rgba(174, 162, 162, 0.8);
  margin: 0 12px 12px 0; /* margin kanan & bawah untuk spasi */
  border-radius: 10px;
  box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.box img {
  height: 55px;
  width: 55px;
  position: relative;
  top: 0;
}



img.nmbr {
  height: 40px;
  width: 40px;
  position: relative;
  top: 0;
}

/* Container number box agar max lebar dan center */
div.container.number {
  max-width: 800px;
  margin: auto;
}

/* Container angka jitu generator */
.gnrtr {
  background-size: 97%;
  background-repeat: no-repeat;
  background-position: left;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: auto;
}

.gnrtr h5 {
  width: 100%;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.05);
  padding: 10px 0;
  color: #d8d8d8;
}

.row.mt-2 {
  background-color: #0e0e0e;
  border-radius: 6px;
  width: 100%;
  padding: 10px;
  margin-bottom: 1rem;
  padding: 10px;
}

h1, h5 {
  border-bottom: none;
  color: #d8d8d8;
}

#h1gene {
  font-size: 25px;
  color: #d8d8d8;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px rgba(255, 255, 255, 0.05);
  padding: 5px 0;
}

#pgene {
  color: #d8d8d8;
  white-space: pre-line;
  margin-bottom: 1rem;
}

div.box.hidden {
  display: none;
}

/* Reset padding col */
.row > * {
  padding-right: 0;
  padding-left: 0;
}

.siapwdgen {
  position: relative;
    width: 99%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    margin: 5px 0;
}

.secgenerator {
    width: 100%;
    padding: 15px;
    background-color: #151515;
    border-radius: 6px;
}


.col-1 {
    width: 100%!important;
}

.siapwdgen h1,
.siapwdgen p,
.siapwdgen h5 {
  text-align: center;
}
.secgenerator header {
  text-align: center;
}
.container.number {
  text-align: center;
}

/* Gaya dasar: konsisten bentuk kotak dan layout */
.box-nmbr,
.box-nmbr-splt {
  height: 45px;
    width: 55px!important;
    display: flex;
    background-color: rgb(174 162 162 / 80%);
    margin: 0 10px 10px 0;
    border-radius: 10px;
    padding: 0px 0px;
    box-shadow: 7px 7px 20px 0px rgb(0 0 0 / 30%);
    justify-content: center;
    align-items: center;
    padding: 0;
}

/* Hanya untuk yang split: beri jarak ke kiri */
.box-nmbr-splt {
  margin-left: 15px;
}

/* Responsive untuk perangkat kecil */
@media screen and (max-width: 768px) {
  .box-nmbr,
  .box-nmbr-splt {
    width: 45px;
    height: 45px;
    margin: 3px;
    font-size: 18px;
  }

  .box-nmbr-splt {
    margin-left: 10px;
  }
  
          #topangka2d .box-nmbr-splt {
        width: 60px;
        margin-left: 10px;
    }

        #topangka2d .box-nmbr {
        width: 60px;
    }

    .box-nmbr-splt img {
        height: 40px;
        width: 40px;
    }

        .box-nmbr img {
        height: 40px;
        width: 40px;
    }
}


@media screen and (max-width: 768px) {
    #genenomor {
        display: flex;
        padding: 0;
    }
        .box {
        width: 65px;
        margin: 5px;
    }
        #generate {
        width: 96%;
    }
        .buttonyellow {
        width: 100%;
        font-size: 11px;
        border-radius: 0;
    }

        .gnrtr {
        padding: 20px 5px;
    }

        #topangka2d {
        display: flex;
        gap: 5px 0;
    }

}