@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  font-family: "Inter";
}

.select-pill.is-per-item {
  display: none;
}

.scroll-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.scroll-container > * {
  scroll-snap-align: start;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  row-gap: 16px;
}

.scroll-item-wrapper {
  display: flex;
  justify-content: center; /* center horizontal */
  align-items: center;
}

.card-highlight-product {
  min-width: 355zpx;
  border-radius: 16px;
  background: linear-gradient(
    64.97deg,
    #02369c -69.13%,
    #839cce -1.3%,
    #ffffff 90.18%
  );
  overflow: hidden;
  padding: 1rem;
  position: relative;
  z-index: 1;
}

.card-highlight-product .product-info {
  width: 50%;
  z-index: 2;
}

.card-highlight-product h5 {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.3;
}

.card-highlight-product small {
  font-size: 0.75rem;
  color: #333;
}

.card-highlight-product .shoe-img {
  position: absolute;
  top: -70px;
  right: -5px;
  width: 200px;
  height: auto;
  z-index: 5;
  mix-blend-mode: multiply;
  pointer-events: none;
  transform: rotate(-40deg);
}

.container-desktop {
  display: block !important;
}
.container-mobile {
  display: none !important;
}

img.logo-bocorocco {
  width: 60%;
  margin: 20px auto 20px auto;
}

body {
  background-color: #f5f5f5;
  padding: 0;
  margin: 0;
}

.join-us {
  width: 100%;
  background: #02369c;
  background: linear-gradient(
    151deg,
    rgba(2, 54, 156, 1) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 85%,
    rgba(2, 54, 156, 1) 100%
  );
  margin: auto;
  border-radius: 20px;
  padding: 18px;
}

img.image-join-mitra {
  width: 30%;
  text-align: center;
  transform: rotate(-10deg);
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 240px;
  height: 100vh;
  min-height: 100vh;
  background-color: #08182f;
  display: flex;
  flex-direction: column;
  padding: 1em;
  gap: 1em;
}

.sidebar a {
  display: flex;
  align-items: center;
  gap: 0.8em;
  padding: 0.75em 1em;
  border-radius: 8px;
  text-decoration: none;
  color: #989a9a;
  transition: 0.3s ease-in-out;
}

.sidebar a .icon {
  font-size: 1em;
  transition: 0.3s ease-in-out;
}

.sidebar a.active {
  background: linear-gradient(90deg, #02369c 0%, #c7d3eb 70%);
  color: #ffffff;
  font-weight: 500;
}

.sidebar a.active .icon {
  color: #ffffff;
  transform: scale(1.2);
}

.sidebar a:hover {
  background-color: #16263f;
  color: #fff;
}

.title-join {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
}

.text-join {
  font-size: 20px;
  font-weight: 500;
  color: #6a6c6c;
}
.navbar-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.navbar-item {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 12px;
}

.navbar-list {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #e2e9fc;
  border-radius: 999px;
  padding: 8px 14px;
  text-decoration: none;
  color: #16263f;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.3s ease;
}

.navbar-list:hover {
  background-color: #c2d1f9;
}

.navbar-list span {
  font-weight: 600;
}

.navbar-list img {
  width: 18px;
  height: 18px;
}

h1.title-section {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}

.about-us .row {
  width: 100%;
}

.card-about-us {
  border-radius: 18px;
  border: 0px;
  padding: 12px;
  background-color: white;
  text-align: center;
}

img.img-card-about-us {
  width: 35%;
}

.card-about-us .card-body {
  padding: 0;
}

.card-about-us .card-body h3 {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
}

.title-section-container {
  justify-content: space-between;
  margin-top: 32px;
}

.title-section-container-favorites,
.title-section-container-partner {
  justify-content: space-between;
}

a.title-section-link {
  font-size: 16px;
  color: #02369c;
  font-weight: 800;
  text-decoration: none;
}

.scroll-container {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.scroll-container .card {
  flex: 0 0 auto;
  scroll-snap-align: start;
}

.card-video-learning,
.card-video-learning .card-img-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-video-learning {
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.card-video-learning .card-title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

.card-video-learning .card-text {
  margin: 0;
  font-size: 14px;
}

.container-desktop .col-10 {
  display: block;
  width: 50%;
  margin: 0px auto;
}

.video-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

/* Biar card rapi 2–3 kolom */
.video-flex-wrap .card-video-learning {
  flex: 1 1 calc(33.333% - 16px); /* 3 kolom */
  max-width: calc(33.333% - 16px);
}

.card-partner,
.card-partner .card-img-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-partner {
  border-radius: 8px;
}

.card-partner .card-title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}

.card-partner .card-text {
  margin: 0;
  font-size: 14px;
}

.page-title {
  font-weight: 800;
  text-align: center;
  margin: 20px 0;
}

.circle-button {
  width: 40px;
  height: 40px;
  background-color: #c2d1f9;
  border-radius: 50%;
  border: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
}

.circle-button:hover {
  background-color: #e2e9fc;
  color: #000;
}

.other-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.section-title {
  font-weight: 800;
  margin-top: 20px;
  margin-bottom: 15px;
}

/* Section More */
.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding: 5px;
  border-radius: 10px;
  transition: background-color 0.2s ease;
  color: inherit;
}

.icon-item:hover {
  background-color: #c2d1f9;
  cursor: pointer;
  text-decoration: none;
}

.icon-img {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
}

.icon-label {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.back-button {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #c2d1f9;
  /* Warna krem / soft beige */
  border-radius: 50%;
  color: #333;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
}

.back-button:hover {
  background-color: #e2e9fc;
  color: #000;
}

.other-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.other-item img {
  width: 25px;
  height: 25px;
}

.icon-circle {
  background-color: #c2d1f9;
  /* warna krem sesuai contoh */
  border-radius: 50%;
  padding: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Section Downline Activity */
.filter-pill {
  border: none;
  background-color: #e2e9fc;
  border-radius: 30px;
  padding: 6px 15px;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter-pill.active {
  background-color: #fff;
  border: 2px solid #02369c;
  color: #02369c;
}

.filter-pill:hover {
  opacity: 0.9;
}

.modal-content {
  border-radius: 16px;
}

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

.overview-card {
  background: linear-gradient(to right, #e8eaf6, #02369c);
  /* background: var(--Linear-2, linear-gradient(65deg, #02369C -69.13%, #839CCE -1.3%, #FFF 90.18%)); */
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  min-height: 80px;
  padding: 1rem;
}

.overview-card small {
  font-size: 0.8rem;
}

.downline-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 1rem;
  padding-bottom: 3.2rem;
  /* ruang buat tag */
}

.downline-modal-card {
  background: #fff;
  border: 1px solid #6a6c6c;
  border-radius: 12px;
  position: relative;
  padding: 1rem;
  padding-bottom: 3.2rem;
}

.downline-modal-card .rank-icon {
  width: 25px;
  height: 20px;
}

.downline-card .rank-icon {
  width: 25px;
  height: 20px;
}

.downline-tag {
  background-color: #02369c;
  font-size: 0.75rem;
  white-space: nowrap;
  position: absolute;
  right: 0rem;
  bottom: 1rem;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 4px 10px;
  font-weight: 600;
  color: #fff;
}

/* Section Komisi */
.komisi-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.komisi-header {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 1rem;
}

.komisi-header .bulan {
  color: #1d2120;
  font-weight: 800;
}

.komisi-header .total {
  color: #2652a8;
  font-weight: 800;
}

.komisi-item {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  font-size: 0.95rem;
  border-bottom: 1px solid #6a6c6c;
}

.komisi-item:last-of-type {
  border-bottom: none;
}

.komisi-item .label {
  color: #333;
}

.komisi-item .nilai {
  font-weight: 700;
  color: #08182f;
}

.komisi-footer {
  position: absolute;
  bottom: -14px;
  right: 1rem;
  background: #c2d1f9;
  color: #02369c;
  padding: 4px 16px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.85rem;
}

.komisi-footer:hover {
  background: #e2e9fc;
  color: 02369C;
  text-decoration: none;
}

/* Section Withdraw */
.balance-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.balance-section .amount {
  font-weight: 700;
  font-size: 1.3rem;
  color: #08182f;
}

.form-control {
  border-radius: 10px;
}

.send-to-box {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.account-number {
  background-color: #f5f8fd;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.see-details {
  text-align: right;
  font-size: 0.9rem;
  color: #02369c;
  font-weight: 600;
}

.keypad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  text-align: center;
  margin-top: 2rem;
}

.keypad button {
  font-size: 1.5rem;
  background: none;
  border: none;
  padding: 1rem;
  cursor: pointer;
}

.btn-withdraw {
  width: 100%;
  border-radius: 15px;
  font-weight: 600;
  background-color: #02369c;
  color: #fff;
  padding: 0.8rem;
  font-size: 1rem;
  margin-top: 2rem;
  border: none;
}

.eye-btn {
  background: none;
  border: none;
  cursor: pointer;
}

/* Section Komisi */
.text-orange {
  color: #02369c;
}

.btn-withdraw-komisi {
  background-color: #c2d1f9;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  font-size: 0.9rem;
}

.btn-withdraw-komisi:hover {
  background-color: #e2e9fc;
}

.back-button-purchase {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #c2d1f9;
  border-radius: 999px;
  padding: 8px 14px;
  text-decoration: none;
  color: #16263f;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.3s ease;
}

.back-button-purchase:hover {
  background-color: #e2e9fc;
  color: black;
}

.back-button-purchase span {
  font-weight: 600;
}
.purchase-history-title {
  font-weight: 800;
  font-size: 24px;
  margin: 0;
  margin-top: 20px;
}

.header-wrapper {
  padding: 16px 0;
}
.tab-wrapper {
  overflow-x: auto;
  -ms-overflow-style: none;
  white-space: nowrap;
  margin: 20px 0px;
}

.tab-wrapper::-webkit-scrollbar {
  display: none;
}

.tab-container {
  background-color: #c2d1f9;
  border-radius: 2rem;
  display: inline-flex;
  padding: 6px;
}

.tab-button {
  border: none;
  background: transparent;
  color: #0f172a;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 2rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-size: 16px;
}

.tab-button.active {
  background-color: #02369c;
  color: white;
  box-shadow: 0 4px 10px rgba(251, 191, 36, 0.3);
}

.tab-button:hover {
  cursor: pointer;
}

/* Hide scrollbar on Webkit (Chrome, Safari) */
.tab-wrapper::-webkit-scrollbar {
  display: none;
}

.tab-wrapper {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.image-phistory-container {
  margin: 12px;
  border-radius: 12px;
}

img.card-image-phistory {
  width: 100%;
  height: 100%;
}

.card-purchase-history .col-8 {
  padding: 0;
}

.card-purchase-history {
  background-color: white;
  border-radius: 12px;
  border: 0;
  padding: 20px;
}

.historyPuchase:hover {
  background-color: #eaeaea;
  cursor: pointer;
}

.product-attributes {
  margin-bottom: 4px;
}

.product-detail {
  padding: 12px;
  display: relative;
}

.title-product {
  font-size: 24px;
  font-weight: 700;
}

.product-attributes {
  font-size: 18px;
  font-weight: 700;
  color: #bb8f60;
  margin-bottom: 12px;
}

.total {
  font-weight: 600;
  font-size: 18px;
}

.total span {
  color: #6a6c6c;
  font-weight: 600;
  font-size: 18px;
}

.label-done {
  display: flex;
  width: auto;
  background-color: #34c75926;
}

.badge-done {
  background-color: #34c75926;
  color: #27ae60;
  font-size: 18px;
  border-radius: 12px;
  top: 0;
  right: 0;
  padding: 10px;
  position: absolute;
  display: flex;
  align-items: center; /* vertikal tengah */
  justify-content: center; /* horizontal tengah */
  gap: 12px; /* jarak antara icon dan teks */
}

img.icon-done {
  width: 20px;
  height: 20px;
}

.btn-belilagi {
  width: auto;
  background-color: #08182f;
  padding: 5px 35px;
  color: white;
  font-size: 18px;
  border-radius: 12px;
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-border-top-left-radius: 200px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 12px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 20px;
}

h1.greeting {
  font-weight: 800;
  font-size: 24px;
}
h1.greeting span {
  color: #02369c;
  margin: 0;
}

p.date-now {
  color: #08182f;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
}

.store {
  margin: 0;
  justify-content: space-between;
}

.store .col-1 {
  padding: 0;
}

.store input {
  width: 100%;
  margin: 0;
  height: 100%;
}

.filter {
  text-align: right;
}

.filter img {
  width: 42px;
  height: 42px;
  background-color: #08182f;
  padding: 8px;
  border-radius: 16px;
}

.search-container {
  width: 100%;
  display: flex;
}
.categories {
  overflow-x: auto;
  -ms-overflow-style: none;
  white-space: nowrap;
}
.categories::-webkit-scrollbar {
  display: none;
}

.categories ul {
  display: inline-flex;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-between;
}

.discount {
  position: absolute;
  /* width: 50px;
    height: 43px; */
  /* display: flex;
    justify-content: center;
    align-items: center; */
  padding: 11px 8px;
  bottom: 0;
  left: 0;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 10px;
  font-weight: 500;
  font-size: 90%;
  color: #ff3b30;
  background-color: rgba(255, 59, 48, 0.1);
}

.product-scroll-wrapper {
  overflow-x: auto;
  -ms-overflow-style: none;
  white-space: nowrap;
  /* margin-bottom: px; */
}
.product-scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.product-card.newRelease {
  min-height: 170px !important;
}

.product-card {
  display: inline-block;
  /* height: 100%; */
  width: 200px;
  min-height: 395px;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 21px 14px;
  background-color: #fff;
  position: relative;
  vertical-align: top;
  margin: 6px;
}

.product-card img {
  width: 100%;
  border-radius: 0.75rem;
  margin: 4px 0px;
}

.product-card h5 {
  font-size: 14px;
  font-weight: 700;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
}

.product-card .price {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 1.5rem;
}

.product-card .add-to-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #e2e9fc;
  border-radius: 50%;
  padding: 0.6rem;
  color: #02369c;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
}

.product-card .add-to-cart img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.card-cart {
  background-color: white;
  border-radius: 12px;
  border: 0;
}

.categories li a {
  display: inline-block;
  background-color: #0b1b33; /* dark blue */
  color: white;
  padding: 8px 16px;
  border-radius: 16px; /* pill shape */
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
  font-size: 14px;
  transition: background-color 0.3s;
}

.categoriesVideo li a {
  background-color: #1053ec;
}

.home li a {
  padding: 10px 50px;
}

.categories li a:hover {
  background-color: #1c2a4d;
}

.categoriesVideo li a:hover {
  background-color: #dfe9ff;
  color: #1053ec;
}

.search-wrapper {
  border-radius: 16px;
  height: 100%;
}

/* Search bar box */
.search-box {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 12px;
  padding: 10px 20px;
  height: 100% !important;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow 0.2s ease;
  gap: 10px;
}

/* Icon styling */
.search-box .icon {
  font-size: 24px;
  margin-right: 10px;
  color: #111;
}

/* Input styling */
.search-box input {
  border: none;
  outline: none;
  font-size: 16px;
  flex: 1;
  height: 100% !important;
}

.icon-img-new {
  width: 100%;
  height: auto;
}

.alert-nonmember img {
  width: 16px;
  height: 16px;
}

.alert-nonmember {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.alert-nonmember p {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}
.alert-nonmember p span {
  color: #02369c;
}
.alert-nonmember {
  background-color: #c2d1f9;
  border-radius: 18px;
}

.referral-product-card {
  width: 100%;
  height: 350px;
  text-align: center;
  font-size: 1rem;
  padding: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
}

.col-referral-detail {
  margin: 0px !important;
}

a.back-button-new {
  background-color: #e2e9fc;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  color: #08182f;
  text-decoration: none;
}
.image-phistory-container {
  margin: 0;
}

img.card-image-referral {
  width: 100%;
  height: auto;
  padding: 12px 4px;
}

.card-referral .row {
  width: 100%;
}

.card-referral {
  border-radius: 12px;
  padding: 12px;
}

.card-referral:last-child {
  margin-bottom: 6rem !important;
}

.add-referral-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 20px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  justify-content: center;
  z-index: 1000;
}

.add-referral {
  background-color: #02369c;
  color: white;
  border: none;
  border-radius: 16px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.add-referral-desktop {
  background-color: #02369c;
  color: white;
  border: none;
  border-radius: 16px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.modal-referral-desktop {
  width: 60%;
}

.add-referral:hover {
  background-color: #2652a8;
}

.modal-bottom-sheet {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  transition: transform 0.3s ease-out;
}

.modal-bottom-sheet .modal-content {
  border-radius: 24px 24px 0 0 !important;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
}

.modal-referral h5 {
  font-weight: 600;
  font-size: 16px;
}

.modal-referral .form-group {
  margin-bottom: 16px;
}

.modal-referral .form-group label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.modal-referral .form-group input,
.modal-referral .form-group select {
  border: 1px solid #0d0f0f;
  border-radius: 16px;
}

.modal-referral button.btn-generate {
  background-color: #02369c;
  color: white;
  border: none;
  border-radius: 16px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.container-action {
  width: auto;
  border: 2px solid #08182f;
  color: #08182f !important;
  padding: 4px 16px 4px 22px;
  color: white;
  font-size: 12px;
  border-radius: 12px;
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-border-top-left-radius: 200px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 12px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 20px;
}

.container-action ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 12px;
}

.container-action button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.container-action button img {
  width: 24px;
  height: 24px;
}

img.qr-detail {
  width: 60%;
}

.modal-referral-detail .modal-body {
  text-align: center;
}

.qr-instruction {
  color: #6a6c6c;
  margin-top: 0px;
  font-size: 16px;
}

.referral-copy-box {
  border: 1px solid #ccc;
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  background-color: white;
}

.btn-copy {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0;
  color: #02369c !important;
}

.card-share-referral {
  border: none;
  border-radius: 16px;
  padding: 12px;
}

.list-detail-referral li {
  font-size: 16px;
  /* Section Family Pack */
}
.container.component-project {
  padding-bottom: 100px;
}

.tab-switch {
  background-color: #c2d1f9;
  padding: 5px;
  border-radius: 999px;
  display: flex;
  gap: 5px;
}

.tab-btn {
  border: none;
  padding: 12px 0;
  flex: 1;
  border-radius: 999px;
  font-weight: 600;
  background-color: transparent;
  color: #08182f;
  cursor: pointer;
  transition: 0.2s;
  text-align: center;
}

.tab-btn.active {
  background-color: #02369c;
  color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#voucherForm {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

#voucherForm.collapsed {
  max-height: 0;
  padding: 0;
}

#voucherForm.expanded {
  max-height: 1000px;
}

form .form-control.family-pack {
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
}

img.icon-love {
  width: 24px;
  position: absolute;
  top: 2%;
  right: 2%;
}

.card-learning-favorites,
.card-partner-favorites {
  border-radius: 24px;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.card-learning-favorites,
.card-partner-favorites {
  border: 0px;
}

.card-learning-favorites .video-learning,
.card-partner-favorites .partner {
  padding: 24px;
}

.card-partner-favorites {
  border-radius: 24px;
}

.card-partner-favorites {
  border: 0px;
}

.notification-card {
  margin-bottom: 12px;
}

.notification-card:last-child {
  margin-bottom: 0px;
}

.notification-card .card-body {
  padding: 24px 18px;
}

.notification-card .card-body h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.notification-card .card-body p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.label-time {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: auto;
  background-color: #08182f;
  color: white;
  font-size: 14px;
  padding: 8px 10px;
  font-weight: 500;
  -webkit-border-top-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-topright: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.notification-card {
  border: 0px;
  border-radius: 16px;
}

.notification-card .col-10 {
  margin: auto 0px;
}

img.icon-promo {
  width: 32px;
  height: 32px;
}

.form-check-input.change-languange:checked {
  background-color: #08182f;
  border-color: #08182f;
}

.sidebar-stockist {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 240px;
  height: 100vh;
  min-height: 100vh;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 1em;
  gap: 1em;
}

.sidebar-stockist a {
  display: flex;
  align-items: center;
  gap: 0.8em;
  padding: 0.75em 1em;
  border-radius: 8px;
  text-decoration: none;
  color: #777a8e;
  transition: 0.3s ease-in-out;
}

.sidebar-stockist a .icon {
  font-size: 1em;
  transition: 0.3s ease-in-out;
}

.sidebar-stockist a.active {
  background: linear-gradient(90deg, #02369c 0%, #c7d3eb 70%);
  color: #ffffff;
  font-weight: 500;
}

.sidebar-stockist a.active .icon {
  color: #ffffff;
  transform: scale(1.2);
}

.sidebar-stockist a:hover {
  background-color: #16263f;
  color: #fff;
}

.custom-history-search-dekstop,
.custom-history-popular-search-dekstop {
  width: fit-content;
  padding-left: 25px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: rgba(2, 54, 156, 0.1);
  font-size: 14px;
}

.costom-icon-search-dekstop,
.costom-icon-history-search-desktop {
  width: 23px;
  height: 23px;
  background-color: #02369c;
}

.custom-color-icon-popular-search {
  background: rgba(187, 143, 96, 0.3);
}

.custom-position-icon-history-search-dekstop,
.custom-position-icon-history-popular-search-dekstop {
  left: -11px;
  top: 6px;
  background: rgba(2, 54, 156, 0.1);
}

.custom-position-icon-history-popular-search-dekstop {
  border: 1px solid rgba(38, 82, 168, 1);
}

.no-focus-search-dekstop:focus {
  outline: none;
  box-shadow: none;
}

.overflow-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-highlight {
  border: 4px solid #0d6efd;
  border-radius: 50%;
  background-color: rgba(13, 110, 253, 0.15);
}

.custom-bg-yellow {
  background-color: #02369c;
}

/* BE */
.containerBE {
  margin-bottom: 50px;
}

.custom-bg-imgBE {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 700px;
}

.custom-bg-footer-imgBE {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 700px;
}

.titleBE {
  align-self: stretch;
  color: #003e4d;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.textBE,
.textBE li {
  align-self: stretch;
  color: #003e4d;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
}

.textBE li {
  display: flex;
  align-items: center;
  gap: 20px;
}

.listContrainerBE {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.checkSVG {
  width: 48px;
  height: 48px;
  aspect-ratio: 1/1;
  padding-right: 10px;
}

.picBE {
  width: 480px;
  height: 450px;
  flex-shrink: 0;
}

/* Ukuran ke IMG saja */
.pillowBE,
.sizeChartBE {
  max-width: 520px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  object-fit: cover;
}

.badgeBE {
  display: flex;
  font-weight: 600;
  padding: 16px 8px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.25);
}

.prodCardBE {
  position: relative;
  display: flex;
  width: 100%;
  height: 400px;
  border-radius: 8px;
}

.prodCardBE img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  /* samain radiusnya */
  transition: opacity 0.3s ease;
  /* biar halus */
}

.prodCardBE .img-base {
  z-index: 1;
  width: 100%;
}

.prodCardBE .img-hover {
  z-index: 1;
  width: 100%;
  scale: 110%;
}

.prodCardBE:hover .img-hover {
  opacity: 1;
}

.stepCardBE {
  display: flex;
  height: 264px;
  padding: 50px;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0 26px;
  flex-wrap: wrap;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.25);
}
.stepIconBE {
  width: 40px;
  height: 40px;
  aspect-ratio: 1/1;
}

.stepTitleBE {
  color: #003e4d;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.stepTextBE,
.testiTextBE {
  color: #003e4d;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.stepTittleBE {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 16px;
}

.faqTitleSupBE {
  align-self: stretch;
  color: #003e4d;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.accordionBE .accordion-item {
  border: none;
  background: transparent;
  margin-bottom: 40px;
}
.accordionBE .accordion-button {
  background: #f5f4f9;
  color: #003e4d;
  font-weight: 600;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}

.accordionBE .accordion-body {
  background: #f5f4f9;
  color: #003e4d;
}
.accordionBE .accordion-button::after {
  filter: invert(35%) sepia(12%) saturate(800%) hue-rotate(150deg);
}

.testiCardBE {
  padding: 50px;
  min-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 0 26px;
  flex-wrap: wrap;
  border-radius: 24px;
  border: 1px solid #003e4d;
  background: #fff;
  box-shadow: 0 4px 29px 0 rgba(0, 0, 0, 0.25);
}

.testiAvatarBE {
  width: 70px;
  height: 70px;
}
.testiNameBE {
  color: #003e4d;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.testiDivider {
  width: 354px;
  height: 1px;
  background: #e3e3e3;
}

.testiQuoteBE {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
}

.footerBE {
  background: #ffffff;
  border-top: 1px solid #e6ecf2;
  color: #003e4d;
  padding: 32px 0 18px;
}
.footerBE .footerTitle {
  font-weight: 700;
  margin-bottom: 12px;
}
.footerBE .footerList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerBE .footerList li {
  margin: 10px 0;
}
.footerBE .footerList a {
  color: #003e4d;
  text-decoration: none;
}
.footerBE .footerList a:hover {
  text-decoration: underline;
}

.footerSocial .pill {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0a4a57;
  color: #fff;
  margin-right: 8px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.footerItem {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 12px 0;
}
.iconCircle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0a4a57;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
}
.iconCircle svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}
.footerCopy {
  text-align: center;
  font-size: 14px;
  margin-top: 12px;
  opacity: 0.85;
}
.custom-bg-imgBE h1 {
  font-size: 60px;
}

.menu-containerBE {
  display: flex;
  list-style-type: none;
  margin: auto 0;
}

.hamburger-menuBE {
  display: none;
  color: #003e4d;
}

.button-referralBE {
  display: flex;
}

.mobile-btn-referralBE {
  display: none;
}

.btn-cancle-menuBE {
  display: none;
}

.select-pill {
  position: relative;
  display: inline-block;
  width: auto;
}

.select-pill select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2rem;
  background-color: #0d47a1;
  color: #fff;
  border-radius: 6px;
  border: none;
}

.select-pill .select-caret {
  top: 65%;
}

.select-pill .select-cartAktivasi {
  top: 40%;
}

.select-pill .select-caret,
.select-pill .select-cartAktivasi {
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  color: #e2e9fc;
  transition: transform 0.2s;
  pointer-events: none;
}

.select-pill select:focus + .select-caret {
  transform: translateY(-50%) rotate(180deg);
}

.select-cart {
  width: auto;
  background-color: #02369c;
  font-size: 12px;
  padding: 2px 8px;
  color: white;
  border: none;
  margin-top: 6px;
}

.title-product-aktivasi {
  font-weight: 700;
}

.btn-alamat {
  width: 100%;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  padding: 8px 12px;
  border: none;
  border-radius: 20px;
  background-color: white;
}

.btn-gantiproduk {
  width: auto;
  color: #08182f;
  border: 1px solid #08182f;
  padding: 5px 28px;
  font-size: 12px;
  border-radius: 12px;
  bottom: 0;
  right: 0;
  position: absolute;
  -webkit-border-top-left-radius: 200px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 12px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 20px;
  font-weight: 500;
}

.btn-gantiproduk:hover {
  background-color: black;
  color: white;
}

.card-payment-method {
  border-radius: 20px;
  padding: 8px 12px;
  border: none;
  background-color: white;
}
.bank-logo {
  width: 42px;
  height: auto;
}

.card-promo {
  padding: 0px 12px;
  border-radius: 20px;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.coupon-title-checkout {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 0;
}

.apply-redeem-checkout {
  color: #6a6c6c !important;
  font-weight: 600;
  font-size: 12px !important;
}

.card-payment-method p {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.title-alamat {
  font-weight: 500;
}

.dtl-alamat {
  font-weight: 800;
  color: #02369c;
}

.bank-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
}

.bank-option:last-child {
  border-bottom: none;
}

.bank-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bank-logo {
  width: 42px;
  height: auto;
}

.custom-radio {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid orange;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.custom-radio:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background-color: orange;
  border-radius: 50%;
}

input[type="radio"]:focus {
  outline: none;
  box-shadow: none;
}

.list-detail-pembayaran {
  padding: 0;
  margin: 0;
}

.list-detail-pembayaran li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.list-detail-pembayaran .subtotal-title {
  font-size: 12px;
}

.list-detail-pembayaran .subtotal {
  font-size: 12px;
  color: #02369c;
  font-weight: 700;
}

.bottom-checkout {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 1050;
}

.coupon-title {
  /* font-size: 200px; */
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}

.custom-textarea {
  border: 1px solid #0d0f0f;
  border-radius: 16px;
}

.image-phistory-container {
  border-radius: 8px;
  overflow: hidden;
}
.card-image-phistory {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.normal-label h6,
.normal-label {
  font-size: 14px;
  margin: 0;
  color: #02369c;
  letter-spacing: 0.2px;
  font-weight: 800;
}

/* Purchase History */
.content-upper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px !important;
  align-items: center;
}

.content-bottom {
  display: flex;
  justify-content: space-between;
}
.order-no {
  font-size: 20px;
  margin-bottom: 10px !important;
}
p.awb-num,
p.date-num {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  font-size: 12px;
  color: #4b5667;
}
p.nama-artikel {
  font-weight: 500;
  font-size: 12px;
  color: #4b5667;
}
.btn-status,
.btn-status:hover {
  background-color: #dfe9ff;
  border-radius: 12px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #0000ff;
}

.badge {
  border-radius: 14px;
  padding: 8px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}

.payment-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #eee;
}

.btn-cancel,
.btn-cancel:hover {
  background: #02369c;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 12px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
}

.btn-cancel[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
}

.cart-fab-wrap {
  position: fixed;
  bottom: 60px;
  right: 19%;
  width: 50px;
  height: 50px;
  z-index: 9999;
}
.cart-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #dc3545;
  color: #fff;
  border-radius: 999px;
  min-width: 30px;
  height: 30px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.size-dd .dropdown-menu {
  width: 100%;
  max-height: 260px;
  overflow: auto;
}
.size-dd .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.size-dd .btn {
  text-align: left;
}

.price-range {
  margin-bottom: 12px;
}
.range-wrap {
  position: relative;
  height: 36px;
}
.range-track {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  width: 100%;
  border-radius: 999px;
  background: #e6e6e6;
}
.range-fill {
  position: absolute;
  height: 6px;
  border-radius: 999px;
  background: #02369c;
  top: 50%;
  transform: translateY(-50%);
}
.range-inputs input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  pointer-events: none;
  height: 36px;
  width: 100%;
  background: transparent;
  margin: 0;
}
.range-inputs input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  pointer-events: auto;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #02369c;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(2, 54, 156, 0.2);
}
.range-inputs input[type="range"]::-moz-range-thumb {
  pointer-events: auto;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #02369c;
  border: 2px solid #fff;
}
.range-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

/* Banner Aktivasi */
.banner-card {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--Grey, #777a8e);
}
.banner-img {
  width: 100%;
  aspect-ratio: 3 / 1;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.banner-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.banner-card:hover .banner-img::after {
  opacity: 1;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: 50% 5%;
  background-size: 117%;
}

.banner-card--active {
  outline: 5px solid #1053ec;
}

/* .banner-card:hover{
        box-shadow: 0 8px 24px rgba(0,0,0,.08);
    } */
.paket-cta {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 2px 10px;
  border-radius: 16px;
  border: 1px solid var(--Grey, #777a8e);
  background: var(--Light, #f2f3f7);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #08182f;
}
.btn-cta:hover {
  background: #e7e7e7;
}

.categories-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.scroll-btn {
  background: #fff;
  color: #1053ec;
  border: none;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);

  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.scroll-btn.left {
  left: -15px; /* geser keluar sedikit */
}

.scroll-btn.right {
  right: -15px;
}

.scroll-btn.hidden {
  display: none;
}

/* Product detail */
.all-size-btn {
  width: 43px;
  height: 45px;
  cursor: pointer;
  border-color: #08182f;
  border-radius: 16px;
  background-color: transparent;
  color: #08182f;
  border-width: 1px;
}

.all-size-btn.active {
  background-color: #08182f;
  color: #ffffff;
}

.btn-more-size {
  width: 43px;
  height: 45px;
  cursor: pointer;
  border-color: black;
  border-radius: 16px;
  background-color: transparent;
  color: white;
  background-color: black;
  border-width: 1px;
}

.color-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-btn span {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.custom-arrow-left-detail-product-dekstop,
#toggleDescBtn {
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.custom-arrow-right-detail-product-dekstop {
  top: 50%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 5;
  font-weight: bold;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.custom-arrow-left-detail-product-dekstop:hover,
.custom-arrow-right-detail-product-dekstop:hover,
#toggleDescBtn {
  background-color: rgba(0, 0, 0, 0.137);
}

.bg-image-detail-product {
  position: absolute;
  left: 50%;
  transform: translateX(-70%);
  opacity: 0.2;
  z-index: 0;
  object-fit: contain;
}

.custom-position-size-product {
  top: 30px;
}

.custom-overflow-size-product {
  height: 100%;
  overflow: hidden;
  scrollbar-width: none;
}

.custom-container-button-detail-product {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#descWrapper {
  transition: all 0.3s ease;
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px;
  border-radius: 12px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
  opacity: 0;
  font-size: 12px;
}

#descWrapper.show-up {
  display: block;
  transform: translateY(0);
  opacity: 1;
}

.product-image-carousel {
  max-width: 280px;
  max-height: 320px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.carousel-inner {
  mix-blend-mode: multiply;
}

/* Product Image */

.card-imgbox {
  position: relative;
  border: 1.5px solid #1053ec;
  border-radius: 12px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  overflow: hidden;
}

.badge-tip {
  position: absolute;
  top: 8px;
  left: 8px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  background: #1053ec;
  padding: 4px 10px;
  border: 1px solid #1053ec;
  border-radius: 999px;
  max-width: calc(100% - 16px);
  white-space: normal;
  word-break: keep-all;
  z-index: 3;
  display: none !important;
}

.card-imgbox::before {
  content: "";
  position: absolute;
  inset: 12px;
  background-image: url("../images/newproject/store/logo-boco.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 80%;
  opacity: 0.08;
  filter: grayscale(1);
  pointer-events: none;
  left: 25%;
}

.card-imgbox img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

#image-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas:
    "a b b"
    "c b b"
    "d e f";
}
.g-a {
  grid-area: a;
}
.g-b {
  grid-area: b;
}
.g-c {
  grid-area: c;
}
.g-d {
  grid-area: d;
}
.g-e {
  grid-area: e;
}
.g-f {
  grid-area: f;
}

/* size tweak */
.card-imgbox {
  height: 150px;
}
.card-imgbox.big {
  height: 357px;
}
.card-imgbox.tall {
  height: 197px;
}

#sizes-inline span {
  white-space: nowrap;
}

/* Katu nama dan sertif */
#certifContainer > div {
  flex: 0 0 auto;
  margin-right: 16px;
}

.carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  scrollbar-width: none;
}

.cardname-container {
  display: flex;
  max-height: 300px;
  width: 100%;
  max-width: 600px;
  min-width: 580px;
  scroll-snap-align: center;
  aspect-ratio: 3 / 4;
}

.cardname-content {
  max-height: 300px;
  height: 100%;
  width: 100%;
  background: url("../images/newproject/stockist/wallet/wallet_bg.png"),
    linear-gradient(
      120deg,
      rgba(245, 245, 245, 1) -5%,
      #839cce 130%,
      #02369c 190%
    );
  background-position: center;
  background-size: 60px, 100%;
  inset: 0;
}

.card-sertif {
  background: linear-gradient(
    100deg,
    rgba(245, 245, 245, 1) 25.83%,
    #839cce 109.12%,
    #02369c 138%
  );
}

.bg-color-sertif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 10, 40, 0.9));
  pointer-events: none;
}

#certifDots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  transition: background-color 0.3s;
  margin: auto 0;
}

#certifDots .dot.active {
  background-color: #02369c;
  width: 8px;
  height: 8px;
}

.btn-busy {
  cursor: progress !important;
  opacity: 0.6;
  pointer-events: none;
}
.btn-busy img {
  filter: grayscale(100%);
}

.scale-outer {
  position: relative;
  transform-origin: top center;
}
.scale-outer.no-scale {
  transform: none !important;
  width: auto !important;
  height: auto !important;
}

.scale-outer > .scale-target {
  display: block;
}

.cat-chip {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #e5e7eb;
  background: #fff;
  color: #111827;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.cat-chip.active {
  background: #dfe9ff;
  color: #1053ec;
  border-color: #dfe9ff;
}

/* saat print, pastikan tanpa scale */
@media print {
  .scale-outer {
    transform: none !important;
    width: auto !important;
    height: auto !important;
  }
}

/* Modal Weak Pas*/
.wp-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  background: rgba(0, 0, 0, 0.6);
}
.wp-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.wp-card {
  width: min(560px, 92vw);
  background: #fff;
  border-radius: 8px;
  padding: 32px 50px;
  text-align: center;
  box-sizing: border-box;
}
.wp-card img {
  max-width: 360px;
  width: 100%;
  height: auto;
  margin: 0 auto 12px;
  display: block;
}
.wp-card h3 {
  margin: 0.25rem 0 0.5rem;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.wp-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #374151;
  margin-bottom: 16px;
}

.wp-btn {
  display: block;
  width: 100%;
  padding: 12px 18px;
  border-radius: 14px;
  background: #02369d;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}
.wp-btn:hover {
  background: #1053ec;
  color: #fff;
}

/* Forget dan change pass */
.no-focus:focus {
  outline: none;
  box-shadow: none;
}
.border-safe {
  border-color: #16a34a !important;
  box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.15);
}
.border-weak {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.15);
}
.text-safe {
  color: #16a34a;
}
.text-weak {
  color: #ef4444;
}
#pwIcon {
  font-size: 24px;
  line-height: 1;
}
#confirmIcon {
  font-size: 24px;
  line-height: 1;
}
.success-send-email {
  display: none;
}
.re-login {
  display: none;
}

@media (min-width: 768px) {
  .card-imgbox {
    height: 300px;
  }
  .card-imgbox.big {
    height: 650px;
  }
  .card-imgbox.tall {
    height: 340px;
  }
}

@media screen and (min-width: 1023px) {
  .custom-container-button-detail-product {
    position: static;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }

  .margin-bottom-detail-product {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  .container-desktop {
    display: none !important;
  }

  .cart-fab-wrap {
    bottom: calc(100px + env(safe-area-inset-bottom));
    right: 20px;
    width: 48px;
    height: 48px;
  }
  .cart-badge {
    top: -10px;
    right: -10px;
    min-width: 27px;
    height: 27px;
    font-size: 11px;
  }

  .normal-label h6,
  .normal-label {
    font-size: 12px;
    margin: 0;
    color: #02369c;
    letter-spacing: 0.2px;
    font-weight: 800;
  }

  .container-mobile {
    display: block !important;
  }

  .notification-card {
    margin-bottom: 12px;
  }

  .notification-card:last-child {
    margin-bottom: 0px;
  }

  .notification-card .card-body {
    padding: 12px 16px;
  }

  .notification-card .card-body h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .notification-card .card-body p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .label-time {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: auto;
    padding: 0;
    background-color: #08182f;
    color: white;
    font-size: 12px;
    padding: 8px 10px;
    font-weight: 500;
    -webkit-border-top-right-radius: 16px;
    -webkit-border-bottom-left-radius: 16px;
    -moz-border-radius-topright: 16px;
    -moz-border-radius-bottomleft: 16px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .notification-card {
    border: 0px;
    border-radius: 16px;
  }

  a.back-button-new {
    background-color: #e2e9fc;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color: #08182f;
    text-decoration: none;
  }

  .spacer {
    height: 13vh;
  }

  h1.greeting {
    font-weight: 800;
    font-size: 22px;
  }
  h1.greeting span {
    color: #02369c;
    margin: 0;
  }

  p.date-now {
    color: #08182f;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
  }

  .store {
    margin: 0;
    justify-content: space-between;
  }

  .store .col-2 {
    padding: 0;
  }

  .store input {
    width: 100%;
    margin: 0;
    height: 100%;
  }

  .filter {
    text-align: right;
  }

  .filter img {
    width: 36px;
    height: 36px;
    background-color: #08182f;
    padding: 8px;
    border-radius: 16px;
  }

  .categories {
    overflow-x: auto;
    -ms-overflow-style: none;
    white-space: nowrap;
  }
  .categories::-webkit-scrollbar {
    display: none;
  }

  .categories ul {
    display: inline-flex;
    gap: 12px;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .product-scroll-wrapper {
    overflow-x: auto;
    -ms-overflow-style: none;
    white-space: nowrap;
    margin-bottom: 20px;
  }

  .product-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }

  .product-card {
    width: 150px;
    border-radius: 12px;
    margin: 3px;
    min-height: 400px;
  }

  .product-scroll-wrapper:last-child {
    margin-bottom: 6rem;
  }

  .product-card img {
    width: 100%;
    border-radius: 0.75rem;
    margin: 4px 0px;
  }

  .product-card h5 {
    font-size: 14px;
    font-weight: 700;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
  }

  .product-card .price {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 1.5rem;
  }

  .product-card .add-to-cart {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #e2e9fc;
    border-radius: 50%;
    padding: 0.6rem;
    color: #02369c;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 10px;
  }

  .product-card .add-to-cart img {
    width: 20px;
    height: 20px;
    object-fit: cover;
  }

  .categories li a {
    display: inline-block;
    background-color: #0b1b33; /* dark blue */
    color: white;
    padding: 8px 16px;
    border-radius: 16px; /* pill shape */
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    font-size: 14px;
    transition: background-color 0.3s;
  }

  .categories li a:hover {
    background-color: #1c2a4d;
  }

  .categoriesVideo li a {
    background-color: #1053ec;
  }

  .categoriesVideo li a:hover {
    background-color: #dfe9ff;
    color: #1053ec;
  }
  .search-wrapper {
    border-radius: 16px;
  }

  /* Search bar box */
  .search-box {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 16px;
    padding: 10px 20px;
    box-shadow: 0 0 0 2px transparent;
    transition: box-shadow 0.2s ease;
    gap: 10px;
  }

  /* Icon styling */
  .search-box .icon {
    font-size: 24px;
    margin-right: 10px;
    color: #111;
  }

  /* Input styling */
  .search-box input {
    border: none;
    outline: none;
    font-size: 16px;
    flex: 1;
  }

  .join-us {
    height: 22vh;
    background: #f2f2f2;
    position: relative;
  }

  .navbar-top {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 16px 20px;
    z-index: 10;
  }

  .navbar-item {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 12px;
  }

  .navbar-list {
    width: 42px;
    aspect-ratio: 1 / 1;
    background-color: #e2e9fc;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .icon-img {
    width: 100%;
    height: auto;
  }

  .icon-img-new {
    width: 100%;
    height: auto;
  }

  .join-us {
    min-height: 20vh;
    background: #02369c;
    background: linear-gradient(
      151deg,
      rgba(2, 54, 156, 1) 0%,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 1) 85%,
      rgba(2, 54, 156, 1) 100%
    );
    border-radius: 0px 0px 50px 70px;
    -webkit-border-radius: 0px 0px 50px 70px;
    -moz-border-radius: 0px 0px 50px 70px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  }

  img.image-join-mitra {
    width: 80%;
    text-align: center;
    transform: rotate(-10deg);
  }

  .title-join {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }

  .text-join {
    font-size: 10px;
    font-weight: 500;
    color: #6a6c6c;
  }

  h1.title-section {
    font-weight: 700;
    font-size: 16px;
    margin: 0;
  }

  .container {
    padding: 20px;
    padding-bottom: 50px;
  }

  .bottom-detail-product {
    padding-bottom: 280px;
  }

  .card-about-us {
    border-radius: 18px;
    border: 0.3px solid #6a6c6c;
    padding: 12px;
    background-color: white;
    text-align: center;
  }

  .card-about-us .card-body {
    padding: 0;
  }

  .card-about-us .card-body h3 {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
  }

  .grid-container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    row-gap: 8px;
    padding-bottom: 25px;
  }

  .grid-container .card {
    flex: 1 1 100%;
  }

  .title-section-container {
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .card-learning-favorites,
  .card-partner-favorites {
    border-radius: 16px;
  }

  .card-learning-favorites,
  .card-partner-favorites {
    border: 0px;
  }

  .card-learning-favorites .video-learning,
  .card-partner-favorites .partner {
    padding: 16px;
  }

  .card-partner-favorites {
    border-radius: 16px;
  }

  .card-partner-favorites {
    border: 0px;
  }

  a.title-section-link {
    font-size: 12px;
    color: #02369c;
    font-weight: 800;
    text-decoration: none;
  }

  .scroll-container {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-container .card {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .card-video-learning,
  .card-video-learning .card-img-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .card-video-learning {
    border-radius: 8px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .card-video-learning .card-title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
  }

  .card-video-learning .card-text {
    margin: 0;
    font-size: 14px;
  }

  .video-flex-wrap .card-video-learning {
    flex: 1 1 100%; /* 1 kolom di HP */
    max-width: 100%;
  }

  .video-flex-wrap .card-video-learning {
    flex: 1 1 calc(50% - 16px); /* 2 kolom di tablet */
    max-width: calc(50% - 16px);
  }

  .card-partner,
  .card-partner .card-img-top {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .card-partner {
    border-radius: 8px;
  }

  .card-partner .card-title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
  }

  .card-partner .card-text {
    margin: 0;
    font-size: 14px;
  }

  .bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #08182f;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    max-width: 30em;
    -webkit-border-top-left-radius: 16px;
    -webkit-border-top-right-radius: 16px;
    -moz-border-radius-topleft: 16px;
    -moz-border-radius-topright: 16px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    z-index: 999;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding: 0.5em 0;
  }

  .icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #989a9a;
    font-size: 0.9rem;
  }

  .icon-wrapper a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
  }

  .icon {
    font-size: 1.5em;
    padding: 0.5em;
    margin: 0;
    transition: 0.3s ease-in-out;
    border-radius: 50%;
    background: transparent;
    color: #989a9a;
  }

  .icon-wrapper a.active .icon {
    transform: scale(1.5) translateY(-0.7em);
    background: #02369c;
    background: linear-gradient(
      74deg,
      rgba(2, 54, 156, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    color: white;
  }

  .icon-wrapper a.active span {
    color: white;
    font-weight: 500;
    font-size: 1em;
  }

  .row-partner {
    margin-bottom: 5rem;
  }

  .card-partner-favorites .partner .row-partner {
    margin-bottom: 0;
  }

  h1.purchase-history-title {
    font-weight: 800;
    font-size: 16px;
    margin: 0;
  }
  a.back-button {
    background-color: #e2e9fc;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 24px;
    color: #08182f;
    text-decoration: none;
  }

  .tab-wrapper {
    overflow-x: auto;
    -ms-overflow-style: none;
    white-space: nowrap;
    margin: 20px 0px;
  }

  .tab-wrapper::-webkit-scrollbar {
    display: none;
  }

  .alert-nonmember {
    background-color: #c2d1f9;
    padding: 18px;
  }

  .tab-container {
    background-color: #c2d1f9;
    border-radius: 2rem;
    display: inline-flex;
    padding: 6px;
  }

  .tab-button {
    border: none;
    background: transparent;
    color: #0f172a;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 2rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
  }

  .tab-button.active {
    background-color: #02369c;
    color: white;
    box-shadow: 0 4px 10px rgba(251, 191, 36, 0.3);
  }

  .tab-button:hover {
    cursor: pointer;
  }

  /* Hide scrollbar on Webkit (Chrome, Safari) */
  .tab-wrapper::-webkit-scrollbar {
    display: none;
  }

  .tab-wrapper {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  .image-phistory-container {
    margin: 12px;
    border-radius: 12px;
  }

  img.card-image-phistory {
    width: 100%;
    height: 100%;
  }
  .image-phistory-container {
    margin: 0;
  }

  img.card-image-referral {
    width: 100%;
    height: auto;
    padding: 12px 4px;
  }

  .card-referral .row {
    width: 100%;
  }

  .card-referral {
    border-radius: 12px;
    padding: 12px;
  }

  .card-referral:last-child {
    margin-bottom: 6rem !important;
  }

  .add-referral-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: white;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: center;
    z-index: 1000;
  }

  .add-referral {
    background-color: #02369c;
    color: white;
    border: none;
    border-radius: 16px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
  }

  .add-referral:hover {
    background-color: #2652a8;
  }

  .modal-bottom-sheet {
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    transition: transform 0.3s ease-out;
  }

  .modal-bottom-sheet .modal-content {
    border-radius: 24px 24px 0 0 !important;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  }

  /* Slide-up animation */
  @keyframes slideUp {
    from {
      transform: translateY(100%);
      opacity: 0;
    }
    to {
      transform: translateY(0%);
      opacity: 1;
    }
  }

  @keyframes slideDown {
    from {
      transform: translateY(0%);
      opacity: 1;
    }
    to {
      transform: translateY(100%);
      opacity: 0;
    }
  }

  /* Tambahkan animasi ke modal-dialog */
  .modal.fade .modal-dialog.slide-up {
    transform: translateY(100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }

  .modal.fade.show .modal-dialog.slide-up {
    transform: translateY(0);
  }

  .modal-referral h5 {
    font-weight: 600;
    font-size: 16px;
  }

  .modal-referral .form-group {
    margin-bottom: 16px;
  }

  .modal-referral .form-group label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
  }

  .modal-referral .form-group input,
  .modal-referral .form-group select {
    border: 1px solid #0d0f0f;
    border-radius: 16px;
  }

  .modal-referral button.btn-generate {
    background-color: #02369c;
    color: white;
    border: none;
    border-radius: 16px;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
  }

  .container-action {
    width: auto;
    border: 2px solid #08182f;
    color: #08182f !important;
    padding: 4px 16px 4px 22px;
    color: white;
    font-size: 12px;
    border-radius: 12px;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-border-top-left-radius: 200px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 12px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 20px;
  }

  .container-action ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 12px;
  }

  .container-action button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
  }

  .container-action button img {
    width: 24px;
    height: 24px;
  }

  img.qr-detail {
    width: 60%;
  }

  .modal-referral-detail .modal-body {
    text-align: center;
  }

  .qr-instruction {
    color: #6a6c6c;
    margin-top: 0px;
    font-size: 14px;
  }

  .referral-copy-box {
    border: 1px solid #ccc;
    border-radius: 16px;
    width: 100%;
    max-width: 500px;
    background-color: white;
  }

  .btn-copy {
    border: none;
    background: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0;
    color: #02369c !important;
  }

  .card-share-referral {
    border: none;
    border-radius: 16px;
    padding: 12px;
  }

  .list-detail-referral li {
    font-size: 12px;
  }

  .card-purchase-history .col-8 {
    padding: 0;
  }

  .card-purchase-history {
    background-color: white;
    border-radius: 12px;
    border: 0;
  }

  .card-cart {
    background-color: white;
    border-radius: 12px;
    border: 0;
  }

  .product-attributes {
    margin-bottom: 4px;
  }

  .product-detail {
    padding: 12px;
    display: relative;
  }

  .title-product {
    font-size: 12px;
    font-weight: 700;
  }

  .product-attributes {
    font-size: 12px;
    font-weight: 700;
    color: #bb8f60;
  }

  .total {
    font-weight: 600;
    font-size: 12px;
  }

  .total span {
    color: #6a6c6c;
    font-weight: 600;
    font-size: 12px;
  }

  .label-done {
    display: flex;
    width: auto;
    background-color: #34c75926;
  }

  .badge-done {
    background-color: #34c75926;
    color: #27ae60;
    font-size: 12px;
    border-radius: 12px;
    top: 0;
    right: 0;
    padding: 10px;
    position: absolute;
    display: flex;
    align-items: center; /* vertikal tengah */
    justify-content: center; /* horizontal tengah */
    gap: 5px; /* jarak antara icon dan teks */
  }

  .select-cart {
    width: auto;
    background-color: #02369c;
    font-size: 11px;
    padding: 2px 8px;
    color: white;
    border: 6px;
    margin-top: 6px;
  }

  .badge-danger {
    background-color: #b3261e1f;
    font-size: 12px;
    border-radius: 12px;
    top: 0;
    right: 0;
    padding: 10px;
    position: absolute;
    display: flex;
    align-items: center; /* vertikal tengah */
    justify-content: center; /* horizontal tengah */
    gap: 5px; /* jarak antara icon dan teks */
  }

  img.icon-done {
    width: 15px;
    height: 15px;
  }

  .btn-belilagi {
    width: auto;
    background-color: #08182f;
    padding: 5px 28px;
    color: white;
    font-size: 12px;
    border-radius: 12px;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-border-top-left-radius: 200px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 12px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 20px;
  }

  .btn-cart {
    width: auto;
    border: 2px solid #08182f;
    color: #08182f;
    padding: 5px 28px;
    font-size: 12px;
    border-radius: 12px;
    bottom: 0;
    right: 0;
    position: absolute;
    -webkit-border-top-left-radius: 200px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 12px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 20px;
  }

  .qty-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #0b1b34;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #0b1b34;
    font-size: 14px;
    font-weight: 800;
    padding: 0;
  }

  .qty-btn.plus {
    background-color: #0b1b34;
    color: white;
    border: 2px solid #0b1b34;
    font-size: 12px !important;
  }

  .qty-btn.plus {
    background-color: #0b1b34;
    color: white;
    border: 2px solid #0b1b34;
    font-size: 12px !important;
  }

  .qty-number {
    font-size: 12px;
    font-weight: 600;
    color: #0b1b34;
  }

  .alert-nonmember img {
    width: 16px;
    height: 16px;
  }

  .alert-nonmember {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .alert-nonmember p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
  }
  .alert-nonmember p span {
    color: #02369c;
  }

  img.icon-love {
    width: 24px;
    position: absolute;
    top: 2%;
    right: 2%;
  }

  /* News and Events */
  .custom-mitra-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    margin-left: -4px;
  }

  .custom-layout-img-mitra {
    display: flex;
  }

  .custom-bg-yellow {
    background-color: #02369c;
  }

  .custom-color-yellow {
    color: #02369c;
  }

  .custom-img-schedule {
    width: 60px;
    height: 60px;
    display: flex;
    justify-items: center;
    align-items: center;
    background-color: white;
    border-radius: 100%;
  }

  .training {
    background: rgba(243, 167, 20, 0.1);
  }

  .sport {
    background: rgba(8, 24, 47, 0.1);
  }

  .costum-font {
    font-size: 14px;
  }

  .custom-dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
  }

  .custom-dot.active {
    background-color: black;
  }

  .custom-tgl {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight: bold;
    border-radius: 50%;
  }

  .custom-tgl.active {
    background-color: black;
    color: white;
  }

  .custom-rounded {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .show-detail {
    transform: translateY(100%);
    transition: all 0.3s ease-in-out;
  }

  .show-detail.active {
    transform: translateY(0);
  }
  /* News and Events end */

  /* Help Center */
  .custom-font-color-help-center {
    color: #02369c;
  }

  .custom-bg-color-help-center {
    background-color: #02369c;
  }

  .custom-font-size-help-center {
    font-size: 18px;
  }

  .no-focus:focus {
    outline: none;
    box-shadow: none;
  }

  .custom-img-size-help-center {
    width: 16%;
  }

  .custom-border {
    position: relative;
    background: #fff;
    border-radius: 20rem;
  }

  .custom-border::before {
    content: "";
    position: absolute;
    top: 0.1px;
    left: 2%;
    width: 96%;
    height: 6px;
    background: linear-gradient(to bottom, #02369c, transparent);
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .custom-font-size-help-center-riwayat-pengajuan {
    font-size: 13px;
  }

  .cutom-position-contact-us {
    right: 25px;
    bottom: 25px;
  }

  .custom-size-riwayat-pengaduan {
    max-width: 70px;
  }

  /* Help center end */

  .scroll-btn {
    width: 45px;
    height: 45px;
  }
}

@media (min-width: 768px) {
  .icon-item {
    width: 100px;
  }
  .product-image-carousel {
    max-width: 600px;
    max-height: 700px;
  }
}

@media (max-width: 575.98px) {
  .wp-card {
    padding: 20px 16px;
  }
  .wp-card img {
    max-width: 240px;
    margin-bottom: 10px;
  }
  .wp-card h3 {
    font-size: 20px;
  }
  .wp-card p {
    font-size: 14px;
  }
  .wp-btn {
    padding: 12px 16px;
    font-size: 15px;
  }

  .badge-tip {
    font-size: 10px;
  }

  .overview-card h5 {
    font-size: 0.8rem;
  }

  .downline-card {
    padding: 0.75rem;
    padding-bottom: 3rem;
  }

  .downline-modal-card {
    padding: 0.75rem;
    padding-bottom: 3rem;
  }

  .downline-tag {
    font-size: 0.7rem;
    padding: 3px 8px;
  }

  .purchase-history-title {
    font-size: 1.25rem;
  }

  .card-purchase-history {
    padding: 20px !important;
  }

  .card-purchase-history h6 {
    font-size: 0.95rem;
  }

  .card-purchase-history .small,
  .card-purchase-history .text-muted,
  .card-purchase-history .fw-medium,
  .card-purchase-history .fw-bold {
    font-size: 0.85rem !important;
  }

  .btn {
    font-size: 0.85rem;
  }

  .order-no {
    font-size: 16px;
    margin-bottom: 10px !important;
  }
}
