/* === INTERNAL CSS FOR ALL PAGE : START === */
body[data-topbar-color="light"] .navbar-custom {
  position: absolute;
}

#qr-qris {
  width: 12rem !important;
}

.color-primary {
  color: #5919d4;
}

.color-secondary {
  color: #2d9cdb;
}

.card {
  margin-bottom: 18px !important;
}

.bg-color-secondary {
  background-color: #f9f9f9;
}

.custom-btn {
  background-color: #08061d !important;
  border: 0.8px solid #1bcec9;
  font-size: 12px;
  width: 80% !important;
  padding: 15px 0px;
  clip-path: polygon(
    5% 0%,
    95% 0%,
    100% 20%,
    100% 80%,
    95% 100%,
    5% 100%,
    0% 80%,
    0% 20%
  ) !important;
  transition: 0.2s ease-out;
  margin-top: -35px;
}

@keyframes blinker {
  50% {
    box-shadow: 0 0 3.22222vw gold, inset 0 10.40741vw 8.05556vw gold,
      inset 0 10.24074vw 11.48148vw gold;
  }
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 85px;
  z-index: 1;
}

.navbar-light .navbar-toggler {
  border: 0;
}

.navbar .row > * {
  position: fixed;
}

.navbar .mobile-and-tablet-menu li {
  margin: 10px 0px;
}

/* Offcanvas */
/* Offcanvas on the right */
.offcanvas {
  width: 80%;
  height: 100vh;
}

.offcanvas-end {
  right: 0;
  transform: translateX(100%);
}

.offcanvas-end.show {
  transform: translateX(0);
}

.topnav {
  position: absolute;
}

.swiper {
  width: 950px;
  height: 350px;
}

.swiper-slide img {
  display: block;
  width: 95%;
  height: 100%;
  object-fit: contain;
  margin-left: 5px;
}

#tableDaftarLayanan_wrapper #exportsearch div:nth-child(1) {
  flex-shrink: 0;
}

#tableDaftarLayanan_wrapper #exportsearch div:nth-child(2) {
  width: 100%;
}

#tableDaftarLayanan_filter {
  height: 100%;
  width: 100%;
}

#tableDaftarLayanan_filter label {
  height: 100%;
  width: 100%;
}

#tableDaftarLayanan_filter input {
  width: 100%;
  height: 100%;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .swiper-slide img {
    width: 650px;
    display: block;
    margin-left: 40px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* #tableDaftarLayanan_filter input {
        width: 30rem;
    } */

  .swiper-slide img {
    width: 950px;
  }

  #qr-qris {
    width: 15rem !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.swiper-slide {
  width: 60%;
}

.swiper-slide:nth-child(2n) {
  width: 40%;
}

.swiper-slide:nth-child(3n) {
  width: 20%;
}

.swiper-slide-shadow {
  background: transparent !important;
}

.content-page {
  margin-left: 250px;
  overflow: hidden;
  margin-top: 30px;
}

.swal-title {
  margin-bottom: 28px;
  font-size: 16px !important;
  color: white;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
  padding: 0.8em 1em !important;
  text-align: left !important;
}

.swal-text {
  color: white;
  font-weight: 200;
  text-align: left !important;
  font-size: 16px !important;
}

.swal-modal {
  background-color: #222831;
}

.black-strip {
  background-color: #5e21d8;
  position: absolute;
  width: 40px;
  height: 5px;
  border-radius: 10px;
}

.subscribe {
  width: 100% !important;
  background-color: #5e21d8;
  position: absolute;
  right: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.social {
  margin: 0 15px;
}

.btn-call-float {
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 80px;
  right: 20px;
  color: #fff !important;
  background: #5e21d8;
  border: 1px solid #fff;
  border-radius: 6px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}

#btn-gotop {
  display: none;
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 20px;
  right: 20px;
  background: #5e21d8;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}

.btn-link {
  border: none;
  outline: none;
  background: none;
  cursor: pointer !important;
  padding: 0;
}

input:focus {
  border-color: #6b2c35 !important;
}

@media (max-width: 576px) {
  .content-page {
    margin-left: 250px;
    overflow: hidden;
    min-height: 80vh;
    margin-top: 70px;
  }

  .swiper {
    margin-top: 20px;
    width: 100%;
    height: 200px;
  }

  .product {
    width: 100px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar {
    height: 115px;
  }

  .navbar .row > * {
    position: fixed;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .navbar {
    height: 120px;
  }

  .navbar .row > * {
    position: relative;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* === INTERNAL CSS FOR ALL PAGE : END === */

body {
  background-color: #ffffff;
}

/* Hero Section : Start */
#hero-section {
  display: block;
  position: relative;
  background-image: url(../background/bg-jumbotron.jpg);
  /* background: #6B2C35; */
  /* background: linear-gradient(90deg,rgba(107, 44, 53, 1) 0%, rgba(137, 86, 93, 1) 80%, rgba(196, 171, 174, 1) 100%); */
  background-size: cover;
  height: 250px;
  z-index: 998;

  margin-bottom: 100px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #hero-section {
    height: 500px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

.carousel-container {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.carousel-wrapper {
  display: flex;
  flex-wrap: nowrap;
  transition: transform 0.3s ease-in-out;
}

.carousel-card {
  flex: 0 0 30%;
  margin: 0 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.carousel-card img {
  width: 100%;
}

.carousel-card h3 {
  margin-top: 10px;
  font-size: 1.2em;
}

.carousel-card p {
  margin-top: 10px;
}

.carousel-controls {
  margin-top: 20px;
  text-align: center;
}

.carousel-controls button {
  margin: 0 5px;
  padding: 5px 10px;
  background-color: #ddd;
  border: none;
  border-radius: 5px;
  font-size: 1.2em;
  cursor: pointer;
}

.carousel-controls button:hover {
  background-color: #ccc;
}

.carousel-controls button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* Hero Section : End */
.navbar {
  background-color: #ffffff;
}

.navbar .navbar-brand > .logo-img {
  width: 70px;
  visibility: hidden;
}

.navbar .btn-register {
  border-color: #7743db;
  color: #7743db;
}

.navbar .btn-outline-primary.btn-register:hover {
  background-color: #7743db;
  color: #ffffff;
}

.navbar .btn-login {
  border-color: #7743db;
  background-color: #7743db;
}

.navbar .search-form {
  background: #f5f7f9;
  border-radius: 200px;
  border: 0;
  padding-left: 3rem;
  background-image: url("../icons/search-form-icon-sm.svg");
  background-repeat: no-repeat;
  background-position: left 3% center;
}

.navbar-custom .input-group-append {
  background: #f5f7f9;
}

.navbar .nav-link {
  padding: 0;
}

.nav-link.active svg path {
  stroke: #7743db;
}

.nav-link.active p {
  color: #7743db;
}

.navbar-toggle span {
  background-color: #5e21d8 !important;
}

.topnav .navbar-nav .nav-link:hover {
  color: #5e21d8;
}

.btn-login {
  background-color: #5e21d8;
  color: #ffffff;
  transition: 0.5s filter;
}

.btn-login:hover {
  color: #ffffff;
  filter: brightness(80%);
}

.text-left {
  text-align: left !important;
}

#btn-gotop {
  background-color: #5e21d8;
  border: 1px solid #ffffff;
}

.navbar {
  background: #ffffff !important;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .navbar .navbar-brand .logo-img {
    width: 100px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* === NAVIGATION BAR : START === */
#topnav-menu-content .btn-login {
  color: #ffffff;
  margin-left: 18px;
}

.nav-pills .nav-link.active {
  box-shadow: none;
}

#TabNavMenu {
  background-color: #fff;
  color: #000000;
  border-color: transparent;
  border-radius: 0;
  margin: 70px 0px;
}

#TabNavMenu .nav-link {
  color: black;
  font-size: 12px;
  border-radius: 10px;
  padding: 0;
  margin: 0;
  margin-left: -10px;
  border-radius: 10.7062px;
}

#TabNavMenu .nav-link img {
  width: 50px;
}

#TabNavMenu .nav-link p {
  font-size: 16px;
  font-weight: 500;
}

#TabNavMenu .nav-link.active.btn-joki-game {
  background: linear-gradient(172.84deg, #ffe61b -17.68%, #ffb72b 64.09%);
  box-shadow: 0px 18.042px 17.0506px -3.37048px rgba(176, 132, 47, 0.25);
}

/* === NAVIGATION BAR : END === */

/* === DAFTAR LAYANAN : START === */

#daftarLayanan {
  background-color: #f9f9f9;
}

#daftarLayanan h1 {
  color: #5919d4;
}

#tableDaftarLayanan input[type="radio"] {
  /* remove standard background appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* create custom radiobutton appearance */
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 2px;
  /* background-color only for content */
  background-clip: content-box;
  border: 3px solid #e0e0e0;
  background-color: transparent;
  border-radius: 50%;
}

/* appearance for checked radiobutton */
#tableDaftarLayanan input[type="radio"]:checked {
  background-color: transparent;
  border: 5px solid #7743db;
}

/* optional styles, I'm using this for centering radiobuttons */
.flex {
  display: flex;
  align-items: center;
}

/* === DAFTAR LAYANAN : END === */

/* === LACAK PESANAN : START === */
#lacak-pesanan .card {
  background-color: #312250;
  background-image: url(../image/keqing-wangy.png);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 50px;
}

#lacak-pesanan p {
  width: 50% !important;
}

/* #lacak-pesanan h1,
p {
    color: #fff;
} */

#lacak-pesanan input::placeholder {
  text-align: center;
}

#lacak-pesanan .btn {
  background-color: #7743db;
}

/* === LACAK PESANAN : END === */

/* === LIST PRODUCT : START === */
#list-product-wrapper .nav-pills {
  background-color: transparent;
}

#list-product-wrapper .list-product {
  margin-top: 30px;
}

#list-product-wrapper .nav-pills .nav-link.btn-topup-game .icon-wrapper {
  background: linear-gradient(180deg, #ff6767 17.55%, #ff4646 56.55%);
  padding: 5px;
  margin-right: 5px;
  border-radius: 10px;
}

#list-product-wrapper .nav-pills .nav-link.btn-topup-game.active {
  background: linear-gradient(180deg, #ff6767 17.55%, #ff4646 56.55%);
  box-shadow: 0px 18.042px 17.0506px -3.37048px rgba(176, 47, 99, 0.25);
}

#list-product-wrapper .nav-pills .nav-link.btn-joki-game .icon-wrapper {
  background: linear-gradient(172.84deg, #ffe61b -17.68%, #ffb72b 64.09%);
  padding: 5px;
  margin-right: 5px;
  border-radius: 10px;
}

#list-product-wrapper .nav-pills .nav-link.btn-joki-game.active {
  background: linear-gradient(172.84deg, #ffe61b -17.68%, #ffb72b 64.09%);
  box-shadow: 0px 18.042px 17.0506px -3.37048px rgba(176, 132, 47, 0.25);
}

#list-product-wrapper .nav-pills .nav-link.btn-voucher-game .icon-wrapper {
  background: linear-gradient(180deg, #9cff2e -21.43%, #37da4b 67.86%);
  padding: 5px;
  margin-right: 5px;
  border-radius: 10px;
}

#list-product-wrapper .nav-pills .nav-link.btn-voucher-game.active {
  background: linear-gradient(180deg, #9cff2e -21.43%, #37da4b 67.86%);
  box-shadow: 0px 18.042px 17.0506px -3.37048px rgba(0, 255, 41, 0.25);
}

#list-product-wrapper .nav-pills .nav-link.btn-pulsa-dan-listrik .icon-wrapper {
  background: linear-gradient(156.04deg, #85f4ff -16.48%, #42c2ff 56.54%);
  padding: 5px;
  margin-right: 5px;
  border-radius: 10px;
}

#list-product-wrapper .nav-pills .nav-link.btn-pulsa-dan-listrik.active {
  background: linear-gradient(156.04deg, #85f4ff -16.48%, #42c2ff 56.54%);
  box-shadow: 0px 18.042px 17.0506px -3.37048px rgba(2, 225, 255, 0.25);
}

#list-product-wrapper .nav-link.active p {
  color: #ffffff !important;
}

#list-product-wrapper .buttonSelect {
  background-color: #08061d;
  border: 0.8px solid #1bcec9;
  font-size: 12px;
  width: 80%;
  padding: 15px 0px;
  clip-path: polygon(
    5% 0%,
    95% 0%,
    100% 20%,
    100% 80%,
    95% 100%,
    5% 100%,
    0% 80%,
    0% 20%
  );
  transition: 0.2s ease-out;
  margin-top: -35px;
}

#list-product-wrapper .buttonSelect:active {
  filter: brightness(85%);
}

#list-product-wrapper .img-top {
  width: 100%;
}

#list-product-wrapper .buttonSelect:hover {
  filter: brightness(85%);
  transition: 0.2s ease-in;
}

#list-product-wrapper .heading-and-desc-wrapper {
  position: absolute;
  margin-top: -360px;
  text-align: center;
}

@media (max-width: 455px) {
  #lacak-pesanan .card {
    background-color: #312250;
    background-image: url(../image/keqing-wangy.png);
    background-size: cover !important;
    background-position: right;
    background-position-y: 11rem;
    margin: 0px;
    padding: 10px;
  }

  #lacak-pesanan p {
    width: 100% !important;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #list-product-wrapper .heading-and-desc-wrapper {
    margin-top: -280px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #list-product-wrapper .heading-and-desc-wrapper {
    margin-top: -360px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

#list-product-wrapper .heading-and-desc-wrapper h2 {
  font-weight: 600;
  color: #5919d4;
}

#list-product-wrapper .heading-and-desc-wrapper p {
  color: #828282;
}

#tab-content-topup-game .list-product {
  background-image: url(../background/homepage-topup-game.jpg);
  /* background: #6B2C35; */
  /* background: linear-gradient(90deg,rgba(107, 44, 53, 1) 0%, rgba(137, 86, 93, 1) 80%, rgba(196, 171, 174, 1) 100%); */
  background-size: cover;
  background-position: center;
  padding: 30px 5px;
  border-radius: 20px;
}

#tab-content-topup-game .list-product .col {
  padding: 0px 15px;
}

#tab-content-topup-game .splide__list .splide__slide {
  padding: 10px;
}

.splide-topup-game .custom-current-page-top-up {
  color: #ffaa00;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #list-product-wrapper .heading-and-desc-wrapper {
    text-align: left;
  }

  #list-product-wrapper .heading-and-desc-wrapper p {
    width: 90%;
  }

  #tab-content-topup-game .list-product {
    padding: 35px 30px;
  }

  .splide__list .splide__slide {
    padding: 20px 15px 20px 15px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #list-product-wrapper .heading-and-desc-wrapper {
    position: absolute;
    margin-top: -230px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* === LIST PRODUCT : END === */

/* === PROMO : START === */
#promo .bg-img {
  background-image: url(../background/bg-promo.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

#promo .timer {
  background-color: #5919d4;
  /* font-weight: 500; */
}

#promo .timer {
  font-size: 30px;
}

#promo .see-more {
  margin-top: -35px;
  margin-right: 15px;
}

#promo .see-more a {
  font-size: 17px;
}

#promo .timer p {
  font-size: 30px;
  font-weight: 500;
}

#promo img.game {
  width: 100%;
  margin: auto;
}

#promo .custom-current-page-promo,
.trending-custom-current-page {
  color: #ffaa00;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}

#promo #trending .game {
  font-size: 20px;
  font-weight: 500;
}

#promo #trending .btn:hover {
  color: #ffffff;
}

#promo h2 {
  color: #ffffff;
}

#promo .heading {
  font-weight: 600;
  color: #5919d4;
}

#promo .desc {
  color: #828282;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #promo img.game {
    width: 200px;
  }

  #promo .top-shapes {
    display: block;
    background-image: url(../background/promo-shapes.png);
    background-size: cover;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #pulsa-dan-listrik .octagon-btn {
    width: 183px !important;
    margin-top: -1rem;
  }

  #pulsa-dan-listrik .octagon-btn img {
    top: -10px !important;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* === PROMO : END === */

/* === PAKET TOPUP RESELLER : START === */
#paket-topup-reseller .heading {
  font-weight: 600;
  color: #5919d4;
}

#paket-topup-reseller .desc {
  color: #828282;
}

#paket-topup-reseller .game {
  font-size: 20px;
  font-weight: 500;
}

#paket-topup-reseller .splide__slide img {
  width: 100%;
}

#paket-topup-reseller .splide__slide .btn {
  color: #4f4f4f !important;
}

#paket-topup-reseller .paket-topup-reseller-custom-current-page {
  color: #ffaa00;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}

/* === PAKET TOPUP RESELLER : START === */

/* === JASA JOKI GAME : START === */
#jasa-joki-game .heading {
  font-weight: 600;
  color: #5919d4;
}

#jasa-joki-game .desc {
  color: #828282;
}

#jasa-joki-game .splide__slide img {
  width: 100%;
}

#jasa-joki-game .splide__slide .btn {
  color: #4f4f4f !important;
}

#jasa-joki-game .game {
  font-size: 20px;
  font-weight: 500;
}

#jasa-joki-game .jasa-joki-custom-current-page {
  color: #ffaa00;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
}

#tab-content-joki-game h1 {
  color: hsl(0, 0%, 100%);
  font-size: 25px;
  font-weight: 600;
  margin-top: 11px;
  margin-bottom: 0;
}

#tab-content-joki-game img {
  width: 232px;
  display: block;
  margin-left: auto;
}

#tab-content-joki-game .btn {
  background-color: #5919d4;
  color: #ffffff;
  clip-path: polygon(10% 0%, 100% 0, 100% 65%, 90% 100%, 0 99%, 0 28%);
  width: 100%;
  border-radius: 0;
}

#voucher-game .card {
  border: 0;
  filter: drop-shadow(0px 78px 31px rgba(0, 0, 0, 0.01))
    drop-shadow(0px 44px 26px rgba(0, 0, 0, 0.03))
    drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.04))
    drop-shadow(0px 5px 11px rgba(0, 0, 0, 0.05))
    drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.05));
}

#voucher-game .card .fw-bold {
  font-size: 17px;
}

#pulsa-dan-listrik img {
  width: 210px;
  display: block;
  margin-left: auto;
}

#pulsa-dan-listrik .btn {
  background-color: #5919d4;
  color: #ffffff;
  clip-path: polygon(10% 0%, 100% 0, 100% 65%, 90% 100%, 0 99%, 0 28%);
  width: 100%;
  border-radius: 0;
}

#pulsa-dan-listrik h1 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 600;
  margin-top: 11px;
  margin-bottom: 0;
}

#pulsa-dan-listrik .octagon-btn {
  width: 100%;
  margin-top: -1rem;
}

#pulsa-dan-listrik .octagon-btn img {
  top: -5px;
}

/* === JASA JOKI GAME : END === */

/* === TOP FOOTER : START === */
#top-footer {
  position: relative;
  background-color: #312250;
  color: #fff;
  margin: 55px 0px 50px 0px;
  z-index: 10;
}

#top-footer .footer-links p {
  font-size: 100px !important;
}

#top-footer .footer-links.link a {
  padding-top: 10px !important;
}

#top-footer .footer-links.social-link a {
  padding: 15px 0 !important;
  margin-top: -21px;
}

#top-footer .list-pembayaran img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0px 10px;
}

#top-footer .footer-links a {
  color: #ffffff;
}

.footer {
  background-color: #312250;
  color: #ffffff;
}

/* === TOP FOOTER : END === */

/* === PAKET TOP UP RESELLER : START === */
#page-contact-us {
  height: 80rem;
}

#page-contact-us h1 {
  font-size: 30px;
}

#page-contact-us a {
  color: #ffffff;
}

#page-contact-us .card {
  background-image: url(../background/bg-contact-us.png);
  background-size: cover;
  background-position: center;
  border: 0;
  border-radius: 20px;
  width: 100%;
}

#page-contact-us .card-body {
  background-color: transparent;
  color: #ffffff;
}

#page-contact-us input {
  background-color: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  color: #ffffff;
}

#page-contact-us ul li {
  padding: 0;
  margin: 0;
}

#page-contact-us button {
  background-color: #7743db;
  color: #ffffff;
  border-radius: 0;
  transition: 0.3s ease-out;
}

#page-contact-us button:hover {
  filter: brightness(80%);
  transition: 0.3s ease-in;
}

/* === PAKET TOP UP RESELLER : END === */

/* === PAGE PEMBAYARAN : START === */

#selected-game {
  height: 400px;
}

#selected-game {
  position: relative;
}

#selected-game div img {
  width: 200px;
  display: block;
  margin: 70px auto 0px auto;
  left: 0;
}

#page-pembayaran .border-primary {
  border-color: transparent !important;
}

/* 1. LENGKAPI DATA */
#lengkapi-data h1 {
  font-size: 30px;
  color: #5919d4;
}

#lengkapi-data .card {
  background: #ffffff;
  box-shadow: 0px 61px 37px rgba(0, 0, 0, 0.02),
    0px 27px 27px rgba(0, 0, 0, 0.03), 0px 7px 15px rgba(0, 0, 0, 0.03),
    0px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

#lengkapi-data .btn {
  color: #ffffff;
  background: #7743db;
  border-radius: 5px;
  transition: 0.3s ease-in;
}

#lengkapi-data .btn:hover {
  filter: brightness(85%);
  transition: 0.3s ease-out;
}

#lengkapi-data input {
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

#lengkapi-data input:focus {
  border-color: #5e21d8;
}

#lengkapi-data input::placeholder {
  font-weight: 500;
  color: #bdbdbd;
}

/* 2. PILIH NOMINAL */
#pilih-nominal h1 {
  font-size: 30px;
  color: #5919d4;
}

#pilih-nominal .btn {
  border: 2px solid transparent;
  border-radius: 10px;
  box-shadow: 0px 61px 37px rgba(0, 0, 0, 0.02),
    0px 27px 27px rgba(0, 0, 0, 0.03), 0px 7px 15px rgba(0, 0, 0, 0.03),
    0px 0px 0px rgba(0, 0, 0, 0.03);
}

#pilih-nominal .btn p {
  color: #4f4f4f;
}

#pilih-nominal .btn .item {
  font-size: 16;
  font-weight: 600;
}

#pilih-nominal .btn .price {
  font-size: 13px;
}

#pilih-nominal .select-button:hover {
  filter: brightness(80%);
}

#pilih-nominal input[type="radio"]:checked + .list-group-item {
  color: #4f4f4f;
  background: linear-gradient(
      0deg,
      rgba(151, 71, 255, 0.05),
      rgba(151, 71, 255, 0.05)
    ),
    #ffffff;
  border: 2px solid #7743db;
  box-shadow: 0px 61px 37px rgba(0, 0, 0, 0.02),
    0px 27px 27px rgba(0, 0, 0, 0.03), 0px 7px 15px rgba(0, 0, 0, 0.03),
    0px 0px 0px rgba(0, 0, 0, 0.03);
}

/* 3. TIPE PEMBAYARAN */
#tipe-pembayaran h1 {
  color: #5919d4;
  font-size: 30px;
}

#tipe-pembayaran .modal h1 {
  font-weight: 600;
  color: #333333;
}

#tipe-pembayaran .card.wrapper {
  border: 0;
  box-shadow: 0px 61px 37px rgba(0, 0, 0, 0.02),
    0px 27px 27px rgba(0, 0, 0, 0.03), 0px 7px 15px rgba(0, 0, 0, 0.03),
    0px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

#accordionTipePembayaran .card {
  border: 0;
}

#accordionTipePembayaran .payment-method {
  width: 50px;
}

#accordionTipePembayaran .card-header img {
  width: 50px;
  object-fit: contain;
}

#accordionTipePembayaran .card-header {
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

#accordionTipePembayaran .card-body {
  border: 0 !important;
  background-color: transparent;
}

#accordionTipePembayaran .metode-pembayaran,
.harga {
  color: black;
}

#accordionTipePembayaran .separator {
  display: block;
  border: 1px solid #000000;
  width: 100%;
}

#accordionTipePembayaran .card-footer .payment-method {
  object-fit: contain;
  margin: 0px 5px;
}

#accordionTipePembayaran input[type="radio"] + .btn-secondary {
  background-color: #f2f2f2;
  height: 100%;
  border: 2px solid transparent;
}

#accordionTipePembayaran input[type="radio"] + .btn-secondary:hover {
  background: rgba(119, 67, 219, 0.05);
  color: #ffffff;
}

#accordionTipePembayaran input[type="radio"]:checked + .btn-secondary {
  background: rgba(119, 67, 219, 0.05);
  border: 2px solid #7743db !important;
  border-radius: 5px;
}

#accordionTipePembayaran .deskripsi-tipe-pembayaran {
  font-size: 16px !important;
  font-weight: 600;
  color: #4f4f4f;
}

#accordionTipePembayaran .text-small {
  font-size: 13px;
  color: #4f4f4f;
}

.order-button {
  background-color: #7743db;
  transition: filter 0.5s;
}

.order-button:hover {
  color: white;
  background-color: #7743db;
  filter: brightness(85%);
}

#modalKonfirmasiPesanan button.close i {
  font-size: 20px;
}

#modalKonfirmasiPesanan table td {
  padding: 0;
}

#modalKonfirmasiPesanan h2 {
  font-size: 20px;
  color: #5919d4;
}

#deskripsi-mobile-legends h1 {
  font-size: 30px;
  color: #5919d4;
}

#modalKonfirmasiPesanan h3 {
  font-size: 16px;
}

#modalKonfirmasiPesanan .btn-cancel {
  color: #7743db;
  border: 1px solid #7743db;
  border-radius: 5px;
  transition: 0.3s ease-in;
}

#modalKonfirmasiPesanan .btn-cancel:hover {
  background-color: #7743db;
  color: #ffffff;
}

#modalKonfirmasiPesanan .order-button {
  border-radius: 5px;
}

#deskripsi-mobile-legends .sub-heading p {
  color: #333333;
  font-weight: 500;
}

#deskripsi-mobile-legends .sub-heading span {
  font-size: 20px;
  font-weight: 500;
  color: #262626;
}

#deskripsi-mobile-legends .btn-readmore {
  background: #ffffff;
  color: #7743db;
  box-shadow: 0px 15px 9px rgba(0, 0, 0, 0.01), 0px 7px 7px rgba(0, 0, 0, 0.02),
    0px 2px 4px rgba(0, 0, 0, 0.02), 0px 0px 0px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
}

#deskripsi-mobile-legends .btn-readmore-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -50px;
}

#kode-promo .card {
  border: 0;
  box-shadow: 0px 61px 37px rgba(0, 0, 0, 0.02),
    0px 27px 27px rgba(0, 0, 0, 0.03), 0px 7px 15px rgba(0, 0, 0, 0.03),
    0px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

#kode-promo input {
  border-color: #bdbdbd;
}

#kode-promo input::placeholder {
  font-weight: 500;
  color: #bdbdbd;
}

#kode-promo h1 {
  font-size: 30px;
}

#kode-promo span {
  font-size: 16px;
}

#kode-promo p {
  color: #000000;
}

/* === PAGE PEMBAYARAN : END === */

/* === PAGE PROSES PEMBAYARAN : START === */
#myProgress {
  width: 100%;
  background-color: #ddd;
  margin-top: 50px;
}

#myBar {
  width: 1%;
  height: 10px;
  background-color: #5e21d8;
}

.btn-refresh-btn-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  background-color: #e5e5e5;
  margin: -50px auto;
}

.btn-refresh {
  background-color: #5e21d8;
  color: #ffffff;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  font-size: 20px;
  left: 0;
  right: 0;
  margin: 20px auto;
  transition: 2s filter;
}

.btn-refresh:hover {
  color: #ffffff;
  filter: brightness(80%);
}

#payment-alert {
  background-color: #5e21d8;
  color: #ffffff;
}

#payment-alert .btn.close {
  font-size: 17px;
}

#buyer-data {
  background-color: #5e21d8;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

#buyer-data th,
td {
  font-size: 12px;
}

#payment-method .card {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

#payment-method .qris-logo,
.bca-logo,
.ovo-logo {
  width: 150px;
}

/* === PAGE PROSES PEMBAYARAN : START === */

/* === CARI PESANAN : START === */
#search-form input {
  transition: 0.5s border-color;
}

#search-form input:focus {
  border-color: #5e21d8;
}

#search-form .btn {
  background-color: #5e21d8;
  color: #ffffff;
}

#search-form .btn:hover {
  color: #ffffff;
  filter: brightness(80%);
}

/* === CARI PESANAN : END === */

/* === RESPONSIVE CSS === */
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* --- NAVIGATION BAR : START */
  #TabNavMenu .nav-link {
    font-size: 14px;
  }

  /* --- NAVIGATION END : START */

  /* --- LIST PRODUCT : START --- */
  #list-product-wrapper .card {
    height: 100%;
  }

  #list-product-wrapper .card-body h5,
  p {
    font-size: 14px;
  }

  #list-product-wrapper .buttonSelect {
    font-size: 14px;
  }

  /* --- LIST PRODUCT : END --- */

  /* --- FOOTER : START --- */
  #top-footer .black-strip {
    position: absolute;
  }

  /* ---- FOOTER : END --- */

  /* --- PROSES PEMBAYARAN : START --- */
  #buyer-data th,
  td {
    font-size: 15px;
  }

  #payment-details .card {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  /* --- PROSES PEMBAYARAN : END --- */
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* --- LIST PRODUCT : START --- */

  #list-product-wrapper .gy-5 {
    --bs-gutter-y: 6.5rem;
  }

  /* --- LIST PRODUCT : END --- */
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  margin-top: 10px;
}

.custom-select select {
  display: none;
  /*hide original SELECT element: */
}

.select-selected {
  background-color: #ffffff;
  border: 1px solid #ced4da !important;
  border-radius: 0.3em;
}

/* Style the arrow inside the select element: */
.select-selected::after {
  position: absolute;
  content: "\f078";
  font-family: "FontAwesome";
  font-weight: 400;
  top: 7px;
  right: 0;
  padding-right: 16px;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active::after {
  content: "\f077";
  font-family: "FontAwesome";
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  color: black;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: white;
  top: 120%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #ced4da;
  border-radius: 0.3em;
  height: 300px;
  overflow-y: scroll;
}

/* width */
.select-items::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.select-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.select-items::-webkit-scrollbar-thumb {
  background: #5e21d8;
}

/* Handle on hover */
.select-items::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* === PAGE : STATUS PESANAN : START === */
#progress-pesanan {
  margin-top: 6rem !important;
}

#progress-pesanan .card {
  background: #ffffff;
  box-shadow: 0px 61px 37px rgba(0, 0, 0, 0.02),
    0px 27px 27px rgba(0, 0, 0, 0.03), 0px 7px 15px rgba(0, 0, 0, 0.03),
    0px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

.progress-bar {
  width: 100%;
}

.progress-bar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.progress-bar li {
  position: relative;
  flex: 1;
  text-align: center;
  z-index: 0;
}

@keyframes progress-bar-pulse {
  0% {
    background-color: rgba(120, 67, 219, 0);
  }

  50% {
    background-color: rgba(119, 67, 219, 0.2);
  }

  100% {
    background-color: rgba(120, 67, 219, 0);
  }
}

.progress-bar li.on .circle {
  background-color: rgba(119, 67, 219, 0.2);
  animation: progress-bar-pulse 1s infinite;
}

.progress-bar li.on .circle::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #673ab7;
  position: absolute;
  border-radius: 100%;
  left: -5px;
  top: -5px;
}

.progress-bar li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #dedede;
  top: 13px;
  z-index: -1;
}

.progress-bar li:first-child::before {
  left: 50%;
}

.progress-bar li:last-child::before {
  right: 50%;
  opacity: 0;
}

.progress-bar li.active::before,
.progress-bar li.active a .circle {
  background-color: #7743db;
}

.progress-bar a {
  display: block;
  text-decoration: none;
}

.progress-bar .circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 10px solid transparent;
  border-radius: 50%;
  margin-bottom: 10px;
  background-color: transparent;
  transition: all 0.3s;
  position: relative;
}

.progress-bar .circle:hover,
.progress-bar li.active a .circle {
  background-color: #5919d4;
  color: #fff;
  border-color: rgba(119, 67, 219, 0.2);
}

.progress-bar .label {
  display: block;
  font-size: 14px;
  color: #5919d4;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.3s;
  white-space: break-spaces;
}

.progress-bar li.active .label,
.progress-bar .circle:hover + .label,
.progress-bar li.active a .circle + .label {
  color: #5919d4;
  font-weight: 700;
}

#detail-pesanan .fw-bold {
  font-weight: 600;
}

#detail-pesanan .card {
  background: #ffffff;
  box-shadow: 0px 61px 37px rgba(0, 0, 0, 0.02),
    0px 27px 27px rgba(0, 0, 0, 0.03), 0px 7px 15px rgba(0, 0, 0, 0.03),
    0px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

#detail-pesanan .separator {
  border: 1px solid #bdbdbd;
}

#detail-pesanan h1 {
  font-size: 30px;
  color: #5919d4;
  font-weight: 600;
}

#detail-pesanan h2 {
  font-size: 16px;
  font-weight: 600;
  color: #5919d4;
}

#detail-pesanan p {
  margin: 5px;
}

#detail-pesanan .btn.submit {
  background-color: #7743db;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
}

#pesanan-kamu .card {
  background: #ffffff;
  box-shadow: 0px 61px 37px rgba(0, 0, 0, 0.02),
    0px 27px 27px rgba(0, 0, 0, 0.03), 0px 7px 15px rgba(0, 0, 0, 0.03),
    0px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

#pesanan-kamu h1 {
  font-weight: 600;
  font-size: 30px;
  color: #5919d4;
}

#pesanan-kamu h2 {
  font-size: 25px;
  font-weight: 600;
  color: #312250;
}

#pesanan-kamu img {
  width: 200px;
  margin: 20px 0px;
}

#pesanan-kamu p {
  color: #312250;
}

#pesanan-kamu .btn.kontak {
  background: #7743db;
  border-radius: 5px;
  color: #ffffff;
}

.copy-status {
  font-size: 0.8rem;
  margin-top: 0.5rem;
}

#menunggu-pembayaran .card {
  background: #ffffff;
  box-shadow: 0px 61px 37px rgba(0, 0, 0, 0.02),
    0px 27px 27px rgba(0, 0, 0, 0.03), 0px 7px 15px rgba(0, 0, 0, 0.03),
    0px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

#menunggu-pembayaran .timer p {
  color: #ff4646;
  font-weight: 600;
}

#menunggu-pembayaran .timer .hour,
.minute,
.second {
  font-size: 25px;
}

#menunggu-pembayaran .bg-secondary {
  background-color: #f2f2f2 !important;
}

#menunggu-pembayaran .metode-pembayaran {
  width: 100px;
  margin-bottom: 10px;
}

#menunggu-pembayaran .img-list-metode-pembayaran img {
  width: 50px;
  object-fit: contain;
  margin: 0 10px;
}

#menunggu-pembayaran .copy-text {
  font-size: 20px;
  font-weight: 600;
}

#menunggu-pembayaran .copy-content {
  color: #ff4646;
}

#menunggu-pembayaran h1 {
  font-size: 30px;
  font-weight: 600;
  color: #5919d4;
}

#menunggu-pembayaran h2 {
  font-size: 25px;
  font-weight: 600;
  color: #5919d4;
}

#menunggu-pembayaran h3 {
  font-size: 20px;
  font-weight: 600;
  color: #5919d4;
}

#menunggu-pembayaran .desc {
  color: #4f4f4f;
}

#menunggu-pembayaran .bg-secondary {
  height: auto;
}

/* === PAGE : STATUS PESANAN : END === */

/* === STATUS PEMBAYARAN : START === */
#status-pembayaran .card {
  background: #ffffff;
  box-shadow: 0px 61px 37px rgba(0, 0, 0, 0.02),
    0px 27px 27px rgba(0, 0, 0, 0.03), 0px 7px 15px rgba(0, 0, 0, 0.03),
    0px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

#status-pembayaran h1 {
  font-size: 30px;
  font-weight: 600;
  color: #5919d4;
}

#status-pembayaran .nominal {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
}

#status-pembayaran .status {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

#status-pembayaran .info {
  font-weight: 500;
  color: #7743db;
  text-transform: uppercase;
}

#status-pembayaran .sukses {
  font-weight: 600;
  color: #37da4b;
}

#status-pembayaran .gagal {
  font-weight: 600;
  color: #ff4646;
}

.badge-status-success {
  background-color: #219653;
  font-size: 16px;
}

.badge-status-pending {
  background-color: #ffb72b;
  font-size: 16px;
}

.badge-status-error {
  background-color: #ff4646;
  font-size: 16px;
}

/* === STATUS PEMBAYARAN : END === */

/* === LOGIN AND REGISTER PAGE */
#login-and-register .text-sm {
  text-transform: uppercase;
  color: #7743db;
  margin: 0;
}

#login-and-register .logo {
  width: 150px;
}

#login-and-register h1 {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
}

#login-and-register label {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 5px;
}

#login-and-register input.form-control {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

#login-and-register input::placeholder {
  color: #bdbdbd;
}

#login-and-register .form-group {
  padding: 10px 0px;
}

#login-and-register .btn-primary {
  color: #ffffff;
  background-color: #7743db;
  border-color: #7743db;
}

/* === DASHBOARD ADMIN : START === */
#dashboard-admin h2 {
  font-size: 20px;
  color: #333333;
  font-weight: 600;
}

#dashboard-admin .card {
  background: #fff;
  border: 0;
  box-shadow: 0px 61px 37px rgba(0, 0, 0, 0.02),
    0px 27px 27px rgba(0, 0, 0, 0.03), 0px 7px 15px rgba(0, 0, 0, 0.03),
    0px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

#dashboard-admin-primary .card {
  height: 200px;
}

#dashboard-admin h1 .admin-dashboard {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
}

#dashboard-admin h1 .destination {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #dashboard-admin h1 .admin-dashboard {
    font-size: 35px;
  }

  #dashboard-admin h1 .destination {
    font-size: 16px;
  }

  #dashboard-admin h2 {
    font-size: 25px;
  }

  #menunggu-pembayaran .bg-secondary {
    height: 300px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #progress-pesanan {
    margin-top: 9rem !important;
  }

  #menunggu-pembayaran .bg-secondary {
    height: 500px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* === DASHBOARD ADMIN : END === */

/* === ADMIN PESANAN : START === */

#dashboard-admin .dataTables_wrapper .dataTables_filter {
  display: none;
}

#dashboard-admin table.dataTable {
  width: 100% !important;
}

#dashboard-admin .custom-filter {
  display: flex;
  align-items: center;
}

#dashboard-admin .custom-filter select {
  height: 40px;
}

#dashboard-admin .custom-filter select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 0px;
  background-color: #f2f2f2;
}

#dashboard-admin .custom-filter select:focus {
  outline: none;
}

#dashboard-admin .custom-filter .filter-icon {
  margin-left: 5px;
  color: #888;
}

#dashboard-admin #searchInput {
  border-radius: 0px;
  height: 40px;
}

/* === ADMIN PESANAN : END === */

/* === ADMIN DEPOSIT : START === */
#admin-dashboard-deposit .form-control {
  background-color: #f2f2f2;
  border-radius: 0px;
  border-color: #f2f2f2;
}

#admin-dashboard-deposit .form-control::placeholder {
  color: #bdbdbd;
}

#admin-dashboard-deposit .btn {
  border-radius: 0px;
}

#admin-dashboard-deposit .btn-danger {
  background-color: #eb5757;
}

#admin-dashboard-deposit .btn-success {
  background-color: #219653;
}

#admin-dashboard-deposit .card .btn {
  border-radius: 5px;
}

/* === ADMIN DEPOSIT : END === */

/* === RESELLER DASHBOARD : START === */
#reseller-dashboard h2 {
  font-size: 25px;
  color: #333333;
  font-weight: 600;
}

#reseller-dashboard .card {
  background: #fff;
  border: 0;
  box-shadow: 0px 61px 37px rgba(0, 0, 0, 0.02),
    0px 27px 27px rgba(0, 0, 0, 0.03), 0px 7px 15px rgba(0, 0, 0, 0.03),
    0px 0px 0px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
}

#reseller-dashboard .laporan .card {
  height: 200px;
}

#reseller-dashboard .filter .form-control {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

#reseller-dashboard .deposit .btn-primary {
  background: #7743db;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

#reseller-dashboard .text-warning {
  color: #ffd421 !important;
  font-weight: 400 !important;
}

#reseller-dashboard .saldo .title {
  color: #333333;
}

#reseller-dashboard .saldo .nominal {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
}

#reseller-dashboard .profile-edit .name {
  font-size: 17px;
  font-weight: 600;
  color: #4f4f4f;
}

#reseller-dashboard .profile-edit .form-control {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

#reseller-dashboard .btn-edit-profile {
  color: #7743db;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

#reseller-dashboard #masukkanKodeVoucher {
  background: #f8f8f8;
  border-color: #e0e0e0;
  border-radius: 10px;
}

#reseller-dashboard .kode-voucher .btn-reset {
  color: #4f4f4f;
  border-color: #e0e0e0;
  border-radius: 10px;
}

#reseller-dashboard .kode-voucher .btn-reset:hover {
  background-color: #7743db;
  color: #ffffff;
}

#reseller-dashboard .kode-voucher .btn-reset:active {
  background-color: #7743db;
  color: #ffffff;
}

#reseller-dashboard .kode-voucher .btn-submit {
  background: #7743db;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

#reseller-dashboard .download-laporan #masukkanUID {
  background: #f8f8f8;
  border-color: #e0e0e0;
}

#reseller-dashboard .download-laporan #masukkanUID::placeholder {
  color: #bdbdbd;
}

#reseller-dashboard .profile-edit-page label {
  color: #333333;
}

#reseller-dashboard .profile-edit-page .form-control {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

#reseller-dashboard .profile-edit-page .btn-otp {
  background: #7743db;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

#reseller-dashboard .profile-edit-page .btn-otp:disabled {
  background: #e0e0e0;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

#reseller-dashboard .profile-edit-page .btn-cancel {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  color: #4f4f4f;
}

#reseller-dashboard .profile-edit-page .btn-cancel:hover {
  background-color: #eb5757;
  color: #ffffff;
}

#reseller-dashboard .profile-edit-page .btn-save {
  background: #7743db;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

/* === RESELLER DASHBOARD : END === */

/* === ERROR PAGE : START === */
#error-page {
  height: 100vh;
  overflow: hidden !important;
  background-image: url(../background/error-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#error-page h1 {
  font-size: 200px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}

#error-page p {
  font-size: 30px;
  color: #ffffff;
  margin: 0;
}

#error-page .btn.btn-go-home {
  border-radius: 100px;
  background-color: #ffffff;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
}

/* === ERROR PAGE : END === */

.img-wrapper .hover-detail {
  opacity: 0;
  transition: all ease-in-out 0.2s;
  /* background: rgb(2,0,36); */
  border-radius: 22px;
  background: linear-gradient(
    180deg,
    rgba(107, 44, 53, 0.2912377450980392) 0%,
    rgb(53, 1, 10) 75%
  );
}

.img-wrapper .hover-detail h2 {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.img-wrapper .hover-detail p {
  color: white;
  font-size: 16px;
}

.img-wrapper:hover .hover-detail {
  opacity: 1;
}

.img-wrapper > div > img {
  transition: all ease-in-out 0.2s;
  width: 9rem !important;
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
}

.img-wrapper:hover > img {
  filter: blur(2px);
}

#myTable_wrapper > .row > .col-sm-12 {
  overflow-x: auto;
}

#tableDaftarLayanan_wrapper > .row > .col-sm-12 {
  overflow-x: auto;
}

.select-tipe {
  width: 384px;
  height: 63px;
  flex-shrink: 0;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 10px;
  line-height: normal;
  background: var(--purple-2, #7743db);
}

.select-tipe option {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 20px;
}

.modal-content.modal-search-game {
  backdrop-filter: blur(13px);
  background: rgba(255, 255, 255, 0.2);
  padding: 25px;
  /* border: 2px solid; */
  color: white !important;
  border-radius: 30px;
}

.modal-body #games a {
  transition: 0.2s ease-in-out;
  padding: 30px;
  font-size: 22px !important;
}

.modal-body #games p {
  transition: 0.2s ease-in-out;
  padding: 10px;
  font-size: 16px !important;
}

.modal-body #games a:hover {
  transform: scale(1.1);
  margin: 20px;
  background-color: rgba(94, 33, 216, 0.6) !important;
}

/* toggle button */
.toggle.ios,
.toggle-on.ios,
.toggle-off.ios {
  border-radius: 20rem;
}

.toggle.ios .toggle-handle {
  border-radius: 20rem;
}

tbody .layanan-produk-selected {
  background-color: #00000014;
}

/* HTML: <img class="octagon" src="" alt=""> */
.octagon {
  width: 200px;
  aspect-ratio: 1;
  --o: calc(100% * tan(-23.5deg));
  clip-path: polygon(
    var(--o) 50%,
    50% var(--o),
    calc(100% - var(--o)) 50%,
    50% calc(100% - var(--o))
  );
  border: 1px solid #1bcec9;
}
