html {
  scroll-behavior: smooth;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13,110,253;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}



body {
  font-family: 'Inter';
  font-size: 15px;
  color: #fff;
  max-width: 490px;
  overflow-x: hidden;
  background: #1a1b21;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}

::-webkit-scrollbar {
  height: 5px;
  width: 4px;
  border-radius: 5px;
}

::-webkit-scrollbar-track {
  background: #25263d;
}

::-webkit-scrollbar-thumb {
  background: #6f42c1;
  border-radius: 50px;
}


main {
  max-width: 490px;
  overflow-x: hidden;
  background: #000217;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
}



.fw-semibold {
  font-weight: 500!important;
}

.separator-text {
  color: #495057;
  display: inline-block;
  position: relative;
  margin: 2rem 0;
}

.separator-text:before {
  content: '';
  position: absolute;
  height: 1px;
  border-top: 1px dashed #495057;
  width: 70px;
  top: 10px;
  right: 150%;
}

.separator-text:after {
  content: '';
  position: absolute;
  height: 1px;
  border-top: 1px dashed #495057;
  width: 70px;
  top: 10px;
  left: 150%;
}

.separator-text.center {
}

.separator-text.center:before, .separator-text.center:after {
  display: none;
}

a {
  text-decoration: none !important;
  color: #fd7e14;
}

.navbar-brand {
  margin: 0px auto !important;
  padding: 0;
  height: 40px;
}

.navbar-brand .logo {
  width: 100%;
  height: 100%;
  /*margin-top: 0;*/
  object-fit: contain;
}

h5 {
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
}

h6 {
  font-size: 17px !important;
  font-weight: 700;
  line-height: 120%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #c1e2ff;
    text-align: center;
    white-space: nowrap;
    background-color: #21233b;
    border-color: transparent;
}

.form-select, .select2 {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  height: 50px;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #6C757D;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #171827;
  background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #25263D;
  border-radius: 12px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

section {
  position: relative;
  padding: 25px 0;
}

.container {
  padding: 0 20px;
}

.navbar-blurry {
position: fixed;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    max-width: 490px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 0 0 0;
    height: auto;
    background: linear-gradient(360deg, rgba(5, 8, 40, 0.25) 35%, rgba(64, 69, 127, 0.25) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.user-icon {
  width: 42px;
  color: #fff;
  font-size: 24px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #FFC876 -1.75%, #FF6E04 100.23%);
  border: 2px solid #FFFFFF;
  border-radius: 50px;
  margin: 0;
}

.section-hero {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: end;
  height: 380px;
  background: radial-gradient(101.51% 100% at 50% 0%, #97B4FF 0%, #3F5DA7 50.75%, #1A5185 72.09%, #000217 100%);
}

.hero-action {
  text-align: center;
  color: white;
}

.section-hero .container {
  position: relative;
  z-index: 50;
}

.heading-cta {
  font-size: 37px;
  font-weight: 900;
  color: #fff;
  background: linear-gradient(to left, #fd7e14, #2ce0bf, #6b18dc, #ffb508, #e02cbf, #fd7e14);
  /*background: linear-gradient(180deg, #FFC876 0%, #FF6E04 80%);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-size: 1000px 100%;
  animation: textcta 25s linear infinite;
  /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
}

@keyframes textcta {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 10000px;
  }
}

.cta-button.btn-sm {
  font-size: 15px;
  padding: 7px 25px;
  height: auto;
}

.subheading-cta {
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #FFFFFF;
}

.btn {
  border-radius: 15px;
}

.btn.btn-lg, a.btn-lg {
  height: 50px !important;
  font-size: 15px;
  padding: 12px 8px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #FF7D19;
  --bs-btn-border-color: #FF7D19;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #CA6510;
  --bs-btn-hover-border-color: #FF7D19;
  --bs-btn-focus-shadow-rgb: 49,132,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #CA6510;
  --bs-btn-active-border-color: #FF7D19;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #A45315;
  --bs-btn-disabled-border-color: #A45315;
}

.cta-button {
  padding: 10px 25px;
  height: 40px;
  border: #495057;
  display: inline-flex;
  justify-content:center;
  align-items: center;
  position: relative;
  background: linear-gradient(180deg, #C64AFF -0.02%, #8830FF 99.75%);
  box-shadow: inset 0px 0px 5px 1px #B056F4;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  color: var(--bs-tertiary-bg);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.7;
}

.cta-button:hover {
  background: linear-gradient(180deg, #af30ea -0.02%, #6b18dc 99.75%);
  animation: auto;
  box-shadow: 0px 0px 15px -1px #c13bff;
}

.hero-image {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(100% 100% at 45% 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  z-index: 5;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}

.carousel {
  position: relative;
  padding: 10px 20px;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: .375rem .75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #6C757D;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #171827;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #25263D;
  border-radius: 12px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control::placeholder {
  color: #6C757D;
  opacity: 1;
}

.input-group .btn {
  border-color: #25263D;
  background-color: #25263d;
  font-size: 15px;
  color: #CED4DA;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.bank-radio {
  position: relative;
  /*width: 100%;*/
}

.bank-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.bank-radio input[type=radio] + img {
  cursor: pointer;
  width: 100%;
  height: 45px;
  display: block;
  object-fit: cover;
  border-radius: 4px;
  opacity: .5;
}

.bank-radio input[type=radio]:checked + img {
  outline: 2px solid #af30ea;
  opacity: 1;
}

.game-menu {
  gap: 15px;
}

.game-menu .nav-item {
  width: 45px;
}

.game-menu .nav-link {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: .785rem;
  gap: 4px;
  padding: 0;
  font-size: 15px;
  line-height: 150%;
}

.game-menu .nav-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.game-menu .nav-link.active {
  font-weight: 700;
  background: linear-gradient(180deg, #FFC876 -1%, #FF6E04 100.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.section-title {
}

.section-heading {
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  background: linear-gradient(180deg, #FFC876 -1.75%, #FF6E04 100.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.section-title .section-heading {
  margin-bottom: 0;
}

.section-title p {
  font-size: 13px;
  color: #ADB5BD;
}

.vertical-gamelist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
  grid-gap: 15px;
  align-items: stretch;
}

.horizontal-gamelist {
  display: flex;
  gap: 15px;
  overflow-y: scroll;
  margin-right: -20px;
    margin-left: -20px;
    padding: 0 20px;
}

.horizontal-gamelist::-webkit-scrollbar {
  display: none;
}

.horizontal-gamelist .thumb-card {
  width: 120px;
  min-width: 120px;
}



.thumb-card {
  /*display: inline-grid;*/
  height: 150px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: inherit;
  /*flex-wrap: wrap;*/
}

.last-play {
    position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: auto;
}

/*.last-play:after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  height: 100%;*/
/*  width: 50px;*/
/*  z-index: 10;*/
/*  background: linear-gradient(-90deg, #000217 0%, rgba(0,2,23,0) 100%);*/
/*  right: 0;*/
/*}*/



.last-play .thumb-card {
  min-width: 100px;
}

.thumb-card .viewer {
  position: absolute;
  color: #fff;
  z-index: 10;
  font-size: 10px;
  text-align: center;
  padding: 2px 0;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  background: linear-gradient(-90deg, rgba(0,2,23,0.35) 0%, rgba(0,2,23,0.75) 100%);
  animation-name: heartbeat;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.12);
  }
  50% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.08);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}



.thumb-card .card-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  background-color: rgba(0,0,0,0.7);
  display: none;
  height: 100%;
  z-index: 50;
}

.thumb-card:hover > .card-content {
  display: flex;
}

.thumb-card .card-content h1 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.thumb-card .card-content span {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 15px;
  font-weight: 700;
}

.thumb-card img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.card-content .btn {
  width: 100%;
}

.modal-content {
  border: 0px;
}

.modal-backdrop {
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.pop-transparan .modal-content img {
  width: 100%;
  margin: 0 auto;
}

.pop-transparan .modal-content .btn {
  margin-top: -5rem;
}

.page-header {
  padding: 7.5em 20px 15px 20px;
  text-align: center;
  background-image: linear-gradient(to bottom, rgba(18,19,30,0) 10%, rgb(0,2,23) 85%), url("../hookimg/header-bg.png");
  background-size: cover;
  background-position: top center;
  color: #fff;
}

.page-header.header-auth {
  padding-top: 15px;
}

.page-header.header-auth img {
  height: 50px;
  width: auto;
  margin-bottom: 1.5em;
}



.page-header .page-title {
  font-weight: 900;
  color: #fff;
  font-size: 25px;
}

.gradient-primary {
  background: linear-gradient(180deg, #FFC876 -1.75%, #FF6E04 100.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /*text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.25);*/
}

.frame-window {
  border-radius: 15px 15px 0 0;
  /*overflow: hidden;*/
  border: 2px solid #FD7E14;
  background-color: #171827;
  min-height: 220px;
  margin-bottom: 3.5em;
  position: relative;
}

.frame-window iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.footer-frame {
  position: absolute;
  z-index: 20;
  bottom: -32px;
  left: -2px;
  right: -2px;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  background-color: rgb(0,2,23);
  align-items: center;
  border: 2px solid #FD7E14;
  border-top: 0px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.footer-frame p {
  margin: 0;
  font-size: 12px;
}

.footbar-menu {
  box-sizing: border-box;
  display: flex;
  /*flex-direction: row;*/
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px;
  /*gap: 40px;*/
  position: fixed;
  max-width: 450px;
  height: 75px;
  left: 20px;
  right: 20px;
  margin: auto;
  bottom: 10px;
  background: radial-gradient(58.12% 62% at 50% 117.33%, rgba(255, 125, 25, 0.7) 0.36%, rgba(255, 125, 25, 0.2) 39.08%, rgba(255, 125, 25, 0) 100%), linear-gradient(180deg, #2C2A2F -0.02%, #151416 99.75%);
  border-bottom: 1px solid #FD9843;
  box-shadow: 0px 10px 10px -2px rgba(0, 0, 0, 0.50), 0px 12px 0px -3px #FF7400;
  border-radius: 15px;
  z-index: 99;
    transition: transform 0.3s ease-in-out;

}

.footbar-menu .link {
  display: flex;
  width: 47px;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #adb5bd;
  gap: 2px;
}

.footbar-menu .link i, .footbar-menu .link svg {
  display: block;
  font-size: 28px;
}

.footbar-menu .link.active, .footbar-menu .link:hover {
  font-weight: 700;
  color: #FF7D19;
}

footer {
  border-top: 1px solid #191a28;
  position: relative;
  padding: 2.5em 0;
  background: #12131e;
  color: #4E516C;
  text-align: center;
}

footer hr {
  border-top: 1px solid #51546f !important;
}

.footer-section {
  display: block;
  position: relative;
  margin-bottom: 1.5em;
}

.footer-section h6 {
  font-size: 15px;
  font-weight: 700;
}

.provider-logo {
  white-space: nowrap;
  overflow: hidden;
  grid-auto-columns: auto;
  position: relative;
  height: 50px;
}

.provider-bank {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 7px;
  position: relative;
  justify-content: center;
  opacity: 0.5;
}
.provider-bank img {
    height: 25px !important;
    width: 50px !important;
    object-fit: fill;
    object-position: center;
    border-radius: 4px;
}

.provider-logo::before {
  content: '';
  position: absolute;
  z-index: 50;
  left: 0;
  height: 50px;
  width: 50px;
  top: 0;
  background: linear-gradient(90deg, #12131e 15%, rgba(20, 22, 38, 0) 100%);
}

.provider-logo::after {
  content: '';
  position: absolute;
  z-index: 50;
  right: 0;
  height: 50px;
  width: 50px;
  top: 0;
  background: linear-gradient(270deg, #12131e 14.5%, rgba(20, 22, 38, 0) 100%);
}

.provider-logo img {
  display: inline-block;
  width: 100px;
  height: 50px;
  object-fit: contain;
  animation: marquee 5s linear infinite;
  animation-delay: 2.5s;
  filter: grayscale(1);
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.footer-seo {
  font-size: 13px;
}
.assosiations-logo {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    opacity: .5;
}
.assosiations-logo img {
    height: 20px;
    object-fit: contain;
    
    
}

.tab-finance {
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  /*height: 45px;*/
}

.tab-finance .btn-link {
  color: #6F42C1;
  /*height: 50px;*/
  font-size: 15px;
  padding: 10px 5px;
  border-radius: 50px !important;
  width: 100%;
  border: 0px !important;
}

.tab-finance .btn-link svg {
  margin-right: 6px;
  font-size: 16px;
  vertical-align: text-bottom;
}

.tab-finance .btn-link.active {
  border-radius: 50px;
  background: linear-gradient(180deg, #C64AFF -0.02%, #8830FF 99.75%);
  color: #fff;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 13px;
  --bs-alert-padding-y: 13px;
  --bs-alert-margin-bottom: 15px;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.alert span {
  font-size: 13px;
  line-height: 1.2 !important;
}

.alert-warning {
  --bs-alert-color: #653208;
  --bs-alert-bg: #FFE5D0;
  --bs-alert-border-color: #FECBA1;
  --bs-alert-link-color: #653208;
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.badge--primary {
  background-color: rgba(115, 103, 240, 0.15);
  border: 1px solid #7367f0;
  color: #7367f0;
}

.badge--secondary {
  background-color: rgba(134, 142, 150, 0.15);
  border: 1px solid #868e96;
  color: #868e96;
}

.badge--success {
  background-color: rgba(40, 199, 111, 0.15);
  border: 1px solid #28c76f;
  color: #28c76f;
}

.badge--danger {
  background-color: rgba(234, 84, 85, 0.15);
  border: 1px solid #ea5455;
  color: #ea5455;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.15);
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.badge--info {
  background-color: rgba(30, 159, 242, 0.15);
  border: 1px solid #1e9ff2;
  color: #1e9ff2;
}

.badge--light {
  background-color: rgba(188, 199, 218, 0.15);
  border: 1px solid #bcc7da;
  color: #bcc7da;
}

.badge--dark {
  background-color: rgba(16, 22, 58, 0.15);
  border: 1px solid #10163a;
  color: #10163a;
}

.badge--base {
  background-color: rgba(67, 128, 228, 0.15);
  border: 1px solid #4380e4;
  color: #4380e4;
}

.footbar-money {
  position: fixed;
  z-index: 99;
  width: 100%;
  max-width: 490px;
  height: auto;
  padding: 10px 20px 15px 20px;
  background-color: #212529;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.hero-member {
  padding-top: 5em;
  padding-bottom: 5px;
}

.hero-member .container {
  z-index: 50;
  margin-top: -3.5em;
}

.card-stat {
  color: #212529;
  text-align: center;
  background-color: #fff;
  background: radial-gradient(77.95% 100% at 50% 0%, #FFFFFF 25%, #EFEFFF 100%);
  border-bottom: 1px solid #8C68CD;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15), 0px 12px 0px -3px #6F42C1;
  border-radius: 15px;
  padding: 13px;
  position: relative;
  z-index: 50;
}

.card-stat hr {
  border-top: 1px solid #495057;
}

.card-stat .saldo {
  text-align: center;
  flex-grow: 1;
}

.card-stat .saldo p {
  font-weight: 700;
  color: #fd7e14;
  font-size: 18px;
  margin-bottom: 10px;
}

.profile-tabmenu {
  width: 100%;
  background-color: #212529;
  border: 1px solid #343a40;
  border-radius: 12px;
}

.profile-tabmenu .btn {
  font-size: 15px;
  color: #fff;
  text-align: left;
  padding: 13px 16px;
  border-bottom: 1px solid #343a40;
}

.profile-tabmenu .btn i, .profile-tabmenu .btn svg {
  margin-right: 10px;
  vertical-align: text-top;
}

.profile-tabmenu .btn:last-child {
  border-bottom: 0;
}

.list-provider {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  flex-direction: row;
  margin-top: 20px;
  overflow-x: scroll;
  padding: 0px 20px;
}

.gameprovider-link {
  display: block;
  width: 100px;
  min-width: 100px;
  height: 40px;
  padding: 5px 10px;
  border: 2px solid transparent;
  /*background-color: #fff;*/
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}

.gameprovider-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: invert(1) grayscale(1);
}

.gameprovider-link.active {
  border: 2px solid #8830ff;
}

.gameprovider-link.active img {
  filter: invert(0) grayscale(0);
}

.tabel-data {
  position: relative;
}

.tabel-data th {
  font-weight: 700;
  font-size: 13px;
  opacity: .7;
  padding: 4px 7px;
}

.tabel-data td {
  font-weight: 300;
  font-size: 12px;
  padding: 4px 7px;
}

.verifikasi-usia {
  color: #333;
  text-align: center;
}

.verifikasi-usia img.img-age {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.verifikasi-usia .modal-header {
  border: 0px !important;
}

.verifikasi-usia .modal-content {
  background-color: #ffffff;
}

.verifikasi-usia .modal-header {
  justify-content: center;
  color: #000000;
}

.deposit-card {
    position: relative;
    padding: 35px 0;
    background: radial-gradient(77.95% 100% at 50% 0%, #FFFFFF 25%, #EDEDFF 100%);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    color: #343A40;
}
.deposit-card:before, .deposit-card:after {
    content: '';
    position: absolute;
    z-index: 50;
    width: 50px;
    height: 25px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0px;
    background-color: #1a1b21;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.deposit-card:after {
    top: auto;
    bottom: 0px;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.deposit-card hr {
    border-top: 1px dashed #1a1b21 !important;
    opacity: 1 !important;
}
.deposit-card .first, .deposit-card .second {
    padding: 0px 10px;
}
.deposit-card table {
    background-color: #fff;
    width: 100%;    
    border-radius: 6px;
    border: 1px solid #E2D9F3;
    margin-bottom: 5px;
}

.deposit-card table th, .deposit-card table td {
    padding: 8px 10px;
    font-weight: 500;
}
.deposit-card table td {
    text-align: right;
    font-weight: 700;
    color: #343A40;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #020c25;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader__thumb {
  width: 350px;
  height: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 480px) {
  .preloader__thumb {
    width: 250px;
    height: 250px;
  }
}

.preloader__thumb::after {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border-radius: 50%;
  border: 2px solid #e6a25d;
  z-index: -1;
}

.preloader__thumb .loaderLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 70px;
}

.loadercircle {
  animation: leftRight 5s infinite linear;
}

@keyframes leftRight {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.preloader__inner .loaderLogo {
  max-width: 183px;
  max-height: 74px;
}

@media (max-width: 480px) {
  .preloader__inner .loaderLogo {
    max-width: 120px;
    max-height: 50px;
  }
}

.scroll-to-top {
  height: 45px;
  width: 45px;
  position: fixed;
  bottom: 12%;
  right: 5%;
  display: none;
  z-index: 99999;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  background-color: #ff9827;
  line-height: 50px;
}

.scroll-to-top .scroll-icon {
  font-size: 24px;
  color: #fff;
}

.payment-system-list {
  --thumb-width: 100px;
  --thumb-height: 40px;
  --radio-size: 12px;
  --border-color: #cccccf59;
  --hover-border-color: #ed1569;
  background-color: transparent;
  border-radius: 5px;
  height: 100%;
}

.payment-system-list.is-scrollable {
  max-height: min(388px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar {
  width: 5px;
}

.payment-system-list.is-scrollable::-webkit-scrollbar-thumb {
  background-color: #ed1569;
  border-radius: 10px;
}

.payment-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 18px;
  border: 1px solid #fff;
  border-top-color: var(--border-color);
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.payment-item:first-child {
  border-top-color: #fff;
  border-radius: 5px 5px 0 0;
}

.payment-item:has(.payment-item__radio:checked) {
  border-left: 3px solid var(--hover-border-color);
  border-radius: 0px;
}

.payment-item__check {
  border: 3px solid;
}

.payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 3px solid #ed1569;
}

.payment-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - var(--thumb-width));
}

.payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid #ed1569;
  display: inline-block;
  border-radius: 100%;
}

.payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  transition: all 0.3s;
}

.payment-item__thumb {
  width: var(--thumb-width);
  height: var(--thumb-height);
  text-align: right;
  padding-left: 10px;

  &:has(.text) {
    width: fit-content;
  }
}

.payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  object-fit: cover;
  border-radius: 5px;
}





.tabs {
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
    overflow: auto;
}
.tab-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    min-width: 120px;
    max-width: 120px;
    height: 80px;
    gap: 3px;
    padding: 8px 5px;
    background-color: #171827;
    border-radius: 8px;
}

.tab-button.active, .tab-button:hover {
  background: radial-gradient(58.12% 62% at 50% 117.33%, rgba(255, 125, 25, 0.7) 0.36%, rgba(255, 125, 25, 0.2) 39.08%, rgba(255, 125, 25, 0) 100%), linear-gradient(180deg, #2C2A2F -0.02%, #151416 99.75%);
  border: 0px;
  border-bottom: 1px solid #FD9843;
}

.tab-button img {
  object-fit: contain;
  object-position: center center;
}

.tab-button span {
  font-size: 12px;
  max-width: 70px;
  color: #ced4da;
}

.tab-button.active span {
  color: #fd7e14;
}

.bubble {
  position: fixed;
  top: -100px;
  width: 100%;
  transform: translateX(0px);
  padding: 4px 2px;
  background-color: rgba(0,0,0,0.75);
  color: #fff;
  z-index: 1000;
  opacity: 0;
  transition: top 0.5s ease, opacity 0.5s ease;
  display: flex;
  gap: 1px;
}

.bubble img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 5px;
  object-fit: cover;
  object-position: center center;
}

.bubble p {
  font-size: 10px;
  margin: 0;
}

.bubble p span {
  font-weight: 700;
}

.bubble small {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
}

.bubble.show {
  top: 0;
  opacity: 1;
}

.list-promo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-promo {
  background-color: #21233b;
  border: 1px solid #2a2b44;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: calc(50% - 10px);
  box-sizing: border-box;
  overflow: hidden;
}

.card-promo img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  object-position: center center;
}

.card-promo .card-content {
  padding: 6px;
  color: #efefff;
}

.card-promo h1 {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Show only 2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5; /* Adjust line height as needed */
  max-height: 3em;
}

.card-promo span {
  font-size: 12px;
  color: #c1e2ff;
}


.marquee {
    overflow: hidden;
    font-family: "Pridi", sans-serif;
    font-weight: 600;
    font-size: 10px;
    text-transform: uppercase;
    background-color: #ff7d19;
    margin-top: 5px;
}

.marquee__inner {
  display: flex;
}

.marquee__line {
  flex-shrink: 0;
  margin: 0;
  padding: 2px 4px;
  min-width: 100%;
  white-space: nowrap;
animation:marqueeLine 12s linear infinite;
}

@keyframes marqueeLine {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(-100%);
  }
}


