body.modal-open .dz-nav-floting {
  overflow: visible !important;
  position: static !important;
}
body.modal-open .dz-floting-sidebar.sidebar{
  z-index: -1;
}
.header2 {
  position: relative;
  margin-top: 5px;
  color: white;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
}

.bg-silver {
  background: #c0c0c0 !important;
  color: #222;
}

.bg-gold {
  background: #ffd700 !important;
  color: #222;
}

.bg-diamond {
  background: #e040fb !important;
  color: #fff;
}

.bg-double-diamond {
  background: #4fc3f7 !important;
  color: #222;
}

.bg-triple-diamond {
  background: #006400 !important;
  color: #fff;
}

.header2 .diamond-icon {
  position: absolute;
  right: -40px;
  top: 10px;
  font-size: 160px;
  color: white;
  opacity: 0.1;
  transform: rotate(20deg);
  pointer-events: none;
}

.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid white;
}

.balance-card {
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  padding: 20px;
}

.money-flow {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  margin-top: 10px;
  background: white;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.section-link {
  padding: 15px;
  margin-top: 10px;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: var(--box-shadow);
}

.btn-tag {
  background: #ffffff33;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 5px 15px;
  color: white;
  font-size: 14px;
  margin-right: 10px;
}

.item-card {
  padding: 10px 0px;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  text-decoration: none;
  color: #000;
}

.menu-item:hover {
  background-color: var(--bg-light);
}

.menu-item .menu-title {
  font-size: 1rem;
  font-weight: 500;
}

.menu-icon {
  color: #4371e1;
  display: inline-block;
  margin-right: 1rem;
}

.version-text {
  text-align: center;
  color: gray;
  margin-top: 1rem;
}

.btn-logout {
  margin: 1rem auto;
  display: block;
  width: 90%;
}

.badge-new {
  font-size: 0.7rem;
  background-color: red;
  color: white;
  border-radius: 0.5rem;
  padding: 0.2rem 0.5rem;
  margin-left: 0.5rem;
}

.link-icon-right {
  color: #919aa1;
}

/* Glass Shine Effect */
.level-badge {
  background-color: #1753d3;
}

.glass-shine {
  position: relative;
  overflow: hidden;
}

.glass-shine .shine {
  position: absolute;
  top: -50%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.4) 45%,
      rgba(255, 255, 255, 0.8) 50%,
      rgba(255, 255, 255, 0.4) 55%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-20deg);
  animation: shine-move 4s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
  animation-delay: -2s;
  /* Mulai di tengah animasi agar tidak terasa "langsung" */
  filter: blur(2px);
  pointer-events: none;
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes shine-move {
  0% {
    left: -100%;
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}


.clickable-card {
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: block;
}

.clickable-card .card {
  transition: inherit;
}

.clickable-card:hover .card {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bonus-card {
  border-radius: 12px;
  transition: 0.3s;
  height: 125px;
}

.bonus-card:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.bonus-inisial {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.bonus-value {
  text-align: center;
  font-size: 1.25rem;
  color: #198754;
}

.bonus-desc {
  font-size: 0.9rem;
  color: #6c757d;
}

.left-icon-menu {
  min-width: 48px;
}

.product-swiper .dz-info .title a {
  display: block;
  min-height: 45px;
}

.custom-swiper {
  margin: 0 auto;
  padding-bottom: 40px;
}

.custom-swiper .swiper-slide {
  overflow: hidden;
  text-align: center;
}

.custom-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.4s ease;
  border-bottom: 1px solid #eee;
}

.custom-swiper .slide-button {
  display: inline-block;
  margin: 15px auto 20px;
  padding: 8px 16px;
  background-color: var(--primary);
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.3s;
}

.custom-swiper .slide-button:hover {
  background-color: #0056b3;
}

.custom-swiper .swiper-pagination {
  text-align: center;
  position: static;
}

.kategori-content {
  display: none;
}

.kategori-content.active {
  display: block;
}

.kategori-swiper .dz-categories-bx {
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  border-radius: 16px;
  padding: 8px 10px;
}

.kategori-swiper .dz-categories-bx.active {
  background: var(--primary);
  color: #fff;
}

.kategori-swiper .dz-categories-bx.active .icon-bx i,
.kategori-swiper .dz-categories-bx.active .dz-content h6 {
  color: #fff;
}

.kategori-swiper .icon-bx {
  margin-right: 10px;
}

.kategori-swiper .icon-bx i {
  font-size: 16px;
}

.kategori-swiper .dz-content h6 {
  font-size: 14px;
}

.transaksi-menu {
  text-align: center;
  color: #000;
}

.transaksi-menu i {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}

.transaksi-wrapper {
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.kategori-swiper .swiper-slide{
  width: auto;
}

.wishlist-link:hover i {
  color: var(--bs-danger) !important;
}

.wishlist-link:hover i.far.fa-heart:before {
  content: "\f004";
  /* FontAwesome solid heart */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.bg-whatsapp{
  background-color: #4FCE5D !important;
  color: #fff !important;
}
a .bg-whatsapp:hover{
  color: #4FCE5D !important;
  background-color: #fff !important;
}
.text-whatsapp{
  color: #4FCE5D !important;
}
a .text-whatsapp:hover{
  color: #34b943 !important;
}

.rewards-box.bonus2{
  background-color: var(--bs-success);
}
.rewards-box.bonus3 {
  background-color: var(--bs-warning);
}
.rewards-box.bonus4 {
  background-color: var(--bs-info);
}
.rewards-box.bonus5 {
  background-color: var(--bs-danger);
}
.rewards-box.bonus6 {
  background-color: var(--bs-dark);
}

.card-pv {
  border-left: 5px solid var(--bs-warning);
  margin-bottom: 1rem;
}

.card-pv .label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-muted);
}

.card-pv .value {
  font-size: 0.95rem;
  font-weight: 600;
}

.card-transfer {
  border-left: 5px solid var(--bs-danger);
  margin-bottom: 1rem;
}

.card-border-primary {
  border-left: 5px solid var(--bs-primary);
}
.card-border-info {
  border-left: 5px solid var(--bs-info);
}
.card-border-success {
  border-left: 5px solid var(--bs-success);
}
.card-border-warning {
  border-left: 5px solid var(--bs-warning);
}

.card-referral {
  background: linear-gradient(135deg, #208032, #55c968);
  color: #fff;
  border: none;
  border-radius: 1rem;
  padding: 1.2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 15px rgba(61, 236, 99, 0.3);
}

.referral-link {
  font-size: 0.9rem;
  word-break: break-all;
}

.icon-data {
  width: 15px;
}

.reward-card {
  border-radius: 1rem;
  background: var(--bg-light);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 1rem;
}

.reward-body {
  padding: 1rem;
}

.reward-info {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.reward-header {
  color: white;
  padding: 0.75rem 1rem;
  position: relative;
  font-weight: 600;
}

.reward-header .badge {
  background-color: rgba(255, 255, 255, 0.25);
  font-size: 0.75rem;
  position: absolute;
  top: 0.75rem;
  right: 1rem;
}

.reward-body {
  padding: 1rem;
}

.reward-info {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.text-congrats {
  font-size: 0.9rem;
  color: #198754;
  font-weight: 500;
}

.gold-header {
  background-color: #f0ad4e;
}

.diamond-header {
  background-color: #BF1B81;
}

.double-diamond-header {
  background-color: #28AFF0;
}

.triple-diamond-header {
  background-color: #21864C;
}

.alamat-card {
  border: 1px solid #ccc;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  position: relative;
}

.alamat-aktif {
  background-color: #e6f8eb;
  border: 2px solid #0aad5d;
}

.static-bg-primary {
  background-color: var(--bs-primary) !important;
  color: var(--bs-light);
}

.static-bg-secondary {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-light);
}

.static-bg-warning {
  background-color: var(--bs-warning) !important;
  color: var(--bs-light);
}

.static-bg-danger {
  background-color: var(--bs-danger) !important;
  color: var(--bs-light);
}

.static-bg-info {
  background-color: var(--bs-info) !important;
  color: var(--bs-light);
}

.static-bg-success {
  background-color: var(--bs-success) !important;
  color: var(--bs-light);
}

.pv-summary-card {
  color: var(--bs-dark);
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  text-align: center;
  padding: 1.5rem 1rem;
  position: relative;
  overflow: hidden;
}

.pv-summary-card .pv-bg-circle {
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  background: rgba(173, 173, 173, 0.08);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.card .pv-bg-circle{
  position: absolute;
  left: -80px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.card .pv-bg-circle-2 {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}

.pv-summary-card .pv-bg-icon {
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 5rem;
  color: rgba(173, 173, 173, 0.08);
  z-index: 1;
  pointer-events: none;
}

.pv-summary-card .pv-summary-content {
  position: relative;
  z-index: 2;
}

.pv-summary-card .pv-summary-label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: block;
  color: var(--bs-dark);
  letter-spacing: 1px;
}

.pv-summary-card .pv-summary-points {
  color: var(--bs-dark);
  font-size: 2rem;
  margin-bottom: 0;
}

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

.search-container {
  display: none;
  position: absolute;
  left: 0;
  top: 170px;
  background-color: #ffffff;
  width: 100%;
  z-index: 999;
  padding: 10px 15px;
  min-height: 100vh;
  box-shadow: 0 2px 8px var(--bs-gray-200);
}

.search-container.active {
  display: block;
}

.theme-dark .search-container {
  background-color: #1a1a1a;
  color: #ffffff;
}

.header .my-back-btn {
  width: 46px;
  min-width: 46px;
  height: 46px;
  background-color: var(--rgba-primary-1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #373737;
  border-radius: 50%;
}

.transaksi-item:hover {
  background-color: var(--rgba-primary-1);
  cursor: pointer;
}



