@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Figtree:ital,wght@0,300..900;1,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Scroll Bar Custom */
::-webkit-scrollbar { 
width: 10px; 
} 

::-webkit-scrollbar-thumb { 
background: #888; 
} 

::-webkit-scrollbar-thumb:hover { 
background: #555; 
} 

::-webkit-scrollbar-track { 
background: #f1f1f1; 
}
/* End Scroll Bar Custom */

.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mr-3 {
  margin-right: 1rem;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  /* font-size: 1rem !important; */
  font-size: 0.9rem !important;
}
.fs-7 {
  font-size: 0.8rem !important;
}
.fs-8 {
  font-size: 0.6rem !important;
}
.flex {
  display: flex;
}
.justify-center {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.justify-start {
  display: flex !important;
  justify-content: start !important;
  align-items: center !important;
}
.justify-end {
  display: flex !important;
  justify-content: end !important;
  align-items: center !important;
}
.justify-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.justify-sb-res {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.rounded-4 {
  border-radius: .4rem !important;
}
.rounded-5 {
  border-radius: .5rem !important;
}
@media (max-width: 800px) {
  .justify-sb-res {
    flex-direction: column;
    gap: 1rem;
  }
}
.gap-1 {
  gap: 0.2rem;
}
.gap-2 {
  gap: 0.4rem;
}
.gap-3 {
  gap: 0.6rem;
}
.gap-4 {
  gap: 0.8rem;
}
.gap-5 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.2rem;
}
.gap-7 {
  gap: 1.4rem;
}
.gap-8 {
  gap: 1.8rem;
}
.gap-9 {
  gap: 2rem;
}
.gap-10 {
  gap: 2.6rem;
}

.btn {
  border-radius: 15px !important;
  padding: .8rem 1.2rem !important;
}
.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.20);
}
.btn-outline-light:hover {
  background: transparent;
}

:root {
  --bg-body: #f6f8fd;
  --bg-dark: #0e1221;
  --yellow-primary: #2195FB;/*#ffa842;*/
  --light-yellow: #CBE4FF; /*fff7ee*/
  --light-blue: rgba(255, 255, 255, 0.10); 
  --dark-blue: #0e1221;
  --black: #34364a;
  --black-text: #6b7c8e;
  --dark-grey: #e5e9f2;
  --navbar: #14192be3;
  --light-grey: #f6f8fd;
  --white: #fff;
  --white-rgb: 255, 255, 255;
}

[data-theme="dark"] {
  /* --bg-body: red;
	--primary-color: #9a97f3;
	--secondary-color: #818cab;
	--font-color: #e1e1ff;
	--bg-color: #161625;
	--heading-color: #818cab; */
  --light-grey: #001538;
  --black: #fff;
  --black-text: #fff;
  /* --white: #34364A; */
  --bg-body: #001538;
  --dark-blue: #00102C;
  --white: #fff;
}

body {
  background-color: var(--dark-blue) !important;
  padding-top: 90px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  font-family: "Figtree", serif !important;
}

html {
  scroll-behavior: smooth;
}

body.login {
  padding-top: 0;
}

a {
  text-decoration: none;
  color: var(--yellow-primary);
}

.containerNews {
  background-color: var(--bg-body);
}

.text-left {
  text-align: left !important;
}
.txt-primary {
  color: var(--yellow-primary);
}

/* Custom Search */

.custom-search {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: .5rem !important;
  padding: 0.2rem;
}
.custom-search input {
  color: var(--black) !important;
  border-radius: .5rem 0 0 .5rem !important;
  background: transparent;
  border: none !important;
  height: 40px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 300;
  align-self: stretch;
  outline: none;
}
.custom-search input::placeholder {
  color: var(--black) !important;
  opacity: 1;
}
.custom-search input:focus {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  box-shadow: none;
}
.custom-search .input-group-text {
  background: transparent;
  border: none;
  border-radius: 0 .5rem .5rem 0 !important;
  color: var(--black-text);
}

/* End Custom Search */

/* Section Blog Detail */

.blog-detail h1 {
  width: 50%;
}
.blog-detail .header {
  margin-top: 3rem;
}
.blog-detail .banner img {
  width: 100%;
  border-radius: 15px;
}
.blog-detail .author {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.blog-detail .author .author-profile {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.20);
  padding: .5rem;
}
.blog-detail .author .author-profile img {
  width: 100%;
}
.blog-detail .content {
  background: transparent;
  margin: 1rem 10rem;
}
.blog-detail .content article {
  color: var(--black);
  text-align: justify;
}
.blog-detail .content img {
  width: 100% !important;
  height: auto !important;
  border-radius: 15px;
}

/* Section Blog Detail */

/* section {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
} */

section h1 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--white);
}

#section-konfirmasi {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
  box-shadow: 0px -15px 50px rgba(255, 255, 2555, 0.1);
}

.bg--light {
  background-color: var(--light-grey) !important;
  color: var(--white);
}

.bg--dark {
  background-color: var(--dark-blue) !important;
}

/* Jumbotron Error */

.jumbotron-404 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.30);
}
.jumbotron-404 img {
  width: 100%;
  aspect-ratio: 237/157;
  /* aspect-ratio: 16/9; */
  object-fit: cover;
}
.jumbotron-404::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(152.52% 152.52% at 50.04% 52.29%, rgba(0, 0, 0, 0.00) 23.62%, #000 100%);
}
.jumbotron-404::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(288.51% 164.43% at -3.52% 113.56%, #000 0%, rgba(0, 0, 0, 0.00) 65.19%);
}
.jumbotron-404 .container-fluid {
  padding: 3rem 3rem;
  z-index: 1;
}

/* End Jumbotron Error */

/* Section CTA */

.cta {
  background-image: url('/template-user/img/cta.png');
  background-color: rgba(var(--white-rgb), 0.1);
  padding: 3rem;
  border-radius: 16px;
  background-size: 20% auto;
  background-repeat: no-repeat;
  border: 1px solid rgba(var(--white-rgb), 0.2);
  background-position: left bottom;
}

.cta .title {
  color: var(--white);
}

.cta .title h1 {
  font-weight: 700;
  width: 100%;
  margin: 0;
  line-height: 1;
}

/* End Section CTA */

/* .receipt{
	background-color: var(--white);
	padding: 40px; 
	border-radius: 20px;
} */

.receipt::before,
.receipt::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border: 5px solid var(--yellow-primary);
  border-radius: 50%;
  background-color: var(--dark-blue);
  z-index: 4;
}

.receipt::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
  border-bottom-color: transparent;
  border-right-color: transparent;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%)
}

.receipt::after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  border-bottom-color: transparent;
  border-right-color: transparent;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%)
}

.receipt-body {
  border-radius: 20px;
  border: 5px solid var(--yellow-primary);
  padding: 1rem;
}

.receipt-body .element-universe-lg {
  position: absolute;
  bottom: 0;
  width: 30%;
  right: 0;
}

.receipt-bg {
  /* background: url('/template-user/img/receipt-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
  --bs-gutter-x: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(10, 34, 103, 0.80) 0%, rgba(3, 20, 57, 0.80) 33%, rgba(1, 16, 43, 0.80) 64%), url('/template-user/img/receipt-bg.webp') lightgray 50% / cover no-repeat;
  position: relative;
  overflow: hidden; /* Add this line to ensure the ::after element is clipped */
}
.receipt-bg::before {
  content: "";
  position: absolute;
  background: url('/template-user/img/element-universe.webp');
  background-size: cover;
  right: -5%;
  top: -8%;
  width: 150px;
  height: 150px;
  animation: rotate 30s linear infinite;
  opacity: 50%;
}
.receipt-bg::after {
  content: "";
  position: absolute;
  background: url('/template-user/img/element-universe.webp');
  background-size: cover;
  right: -15%;
  bottom: -42%;
  width: 350px;
  height: 350px;
  animation: rotate 30s linear infinite;
  opacity: 50%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.receipt-body::before,
.receipt-body::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  border: 5px solid var(--yellow-primary);
  border-radius: 50%;
  background-color: var(--dark-blue);
  z-index: 3;
}

.receipt-body::before {
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
  border-bottom-color: transparent;
  border-right-color: transparent;
  clip-path: polygon(0% 0%, 77.3% 0%, 0% 77.3%, 0% 100%);
  background: var(--dark-blue);
}

.receipt-body::after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  border-bottom-color: transparent;
  border-right-color: transparent;
  clip-path: polygon(0% 0%, 77.3% 0%, 0% 77.3%, 0% 100%);
  background: var(--dark-blue);
}

.receipt-left {
  /* background-color: var(--dark-blue); */
  /* padding: 40px; */
  /* padding: 15px 0 15px 15px; */
  border-radius: 24px 0 0 24px;
  /* border-left: 5px solid var(--yellow-primary);
  border-top: 5px solid var(--yellow-primary);
  border-bottom: 5px solid var(--yellow-primary); */
}
.receipt-right {
  /* background-color: var(--white); */
  /* padding: 40px; */
  /* padding: 15px 15px 15px 0; */
  border-radius: 0 24px 24px 0;
  /* border-right: 5px solid var(--yellow-primary);
  border-top: 5px solid var(--yellow-primary);
  border-bottom: 5px solid var(--yellow-primary); */
}

.circle {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--bg-body);
}
@media (max-width: 920px) {
  .receipt-left {
    /* background-color: var(--white); */
    /* padding: 24px; */
    border-radius: 24px 24px 0 0;
  }
  .receipt-right {
    /* background-color: var(--white); */
    /* padding: 24px; */
    border-radius: 0 0 24px 24px;
  }
  .ticketDetail {
    padding: 0 !important;
    position: relative;
    border-radius: 15px !important;
  }
  .receipt .ticketDetail {
    padding: 0 !important;
    position: relative;
    border-radius: 0 0 15px 15px !important;
    border-left: 5px solid var(--yellow-primary);
    border-top: 0 !important;
    border-bottom: 5px solid var(--yellow-primary);
    border-right: 5px solid var(--yellow-primary);
  }
}

.navbar {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  padding: 12px 50px;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  background: none !important;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.scrolled {
  position: fixed;
  background-color: #ffffffcf;
  backdrop-filter: blur(13.59px);
  box-shadow: 0 14px 8px rgba(54, 54, 54, 0.05);
}

[data-theme="dark"] .navbar {
  background-color: var(--navbar);
}

.navbar .logo {
  height: 34px;
  transform: rotate(0);
  transition: all 0.3s ease;
}
.navbar .logo:hover {
  transform: rotate(15deg); /* Adjust the rotation angle as needed */
  transition: all 0.3s ease; /* Add a smooth transition effect */
  cursor: pointer;
}

.navbar .navSearch {
  position: relative;
}

.navbar .navSearch input {
  width: 100%;
  height: 50px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 300;
  color: inherit;
  background: rgba(255, 255, 255, 0.3);
  align-self: stretch;
  border: none;
  outline: none;
}

[data-theme="dark"] .navbar .navSearch input {
  color: var(--black);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid hsla(0, 0%, 100%, 0.12);
}

[data-theme="dark"] .navbar .navSearch input::placeholder {
  color: var(--white);
}

.navbar .navSearch i {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(-50%, -50%);
  font-size: 16px;
  padding-left: 4px;
  color: var(--black-text);
}

.navbar .search {
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
  border-radius: 0.375rem;
  padding: 6px 0.6rem 6px 0.6rem;
}

[data-theme="dark"] .navbar .search {
  background: var(--light-blue);
  border: 1px solid hsla(0, 0%, 100%, 0.12);
}

.navbar .search i {
  font-size: 18px;
  color: var(--dark-blue);
}

[data-theme="dark"] .navbar .search i {
  color: var(--white);
}

.navbar.active {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07), 0 4px 5px rgba(0, 0, 0, 0.06),
    0 1px 10px rgba(0, 0, 0, 0.1) !important;
  padding: 16px 50px;
  transition: all ease-in-out 0.3s;
}

[data-theme="dark"] .navbar.active {
  background-color: var(--navbar);
  backdrop-filter: blur(13.59px);
}

.navbar .navLeft {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.6rem;
}
.navbar .navLeft img {
  height: 34px;
}
.navbar .navLeft .logoName {
  color: var(--dark-blue);
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 800;
}
[data-theme="dark"] .navbar .navLeft .logoName {
  color: var(--white);
}
/* Ketika navLogo di hover itu logonya rotate */
#navLogo:hover > .logo { 
  transform: rotate(15deg); /* Adjust the rotation angle as needed */
  transition: all 0.3s ease; /* Add a smooth transition effect */
  cursor: pointer;
}

.navbar .navRight {
  display: flex;
  justify-content: start;
  align-items: center;
  /* gap: 0.8rem; */
}
.navbar .navRight .navSearch {
  position: relative;
}

.navbar .navSearchContainInput {
  background-color: rgba(255, 255, 255, 0.3);
  width: 40px; 
  /* transition: width 0.32s ease-out; */
}

.navbar .navRight .navSearch input {
  /* width: 299px; */
  height: 40px;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 300;
  color: var(--black-text);
  background: var(--light-grey);
  align-self: stretch;
  border: none;
  outline: none;
}
[data-theme="dark"] .navbar .navRight .navSearch input {
  color: var(--black);
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid hsla(0, 0%, 100%, 0.12);
}

.navSearchContainInput input {
  width: 0; 
  opacity: 0;
  transition: width 0.32s ease-out;
  transition: opacity 0.32s ease-out;
  overflow: hidden;
}

.navSearchContainInput:hover,
.navSearchContainInput:focus-within {
  width: 100%;
}

.navSearchContainInput:hover input,
.navSearchContainInput input:focus {
  width: 200px;
  opacity: 1;
}

.navbar .navRight .navSearch i {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translate(-50%, -50%);
  font-size: 16px;
  padding-left: 4px;
  color: var(--black-text);
}

.cards {
  position: relative;
  border-radius: 15px;
  padding: 20px 22px;
  background: var(--white);
}

.cards-product {
  position: relative;
  border-radius: 15px;
  padding: 20px 22px;
  background: rgba(var(--white-rgb), 0.1);
  border: 1px solid rgba(255, 255, 255, 0.20);
  color: var(--black);
  overflow: hidden;
  margin-bottom: 2rem;
}
.nom-radio:checked:checked ~ .cards-product {
  /* background: var(--light-yellow); */
  border: 1px solid var(--yellow-primary);
}

.cards-product.disabled {
  border: rgba(255, 94, 94, 1) 1px solid !important;
  /* opcity background with var(--bs-danger) */
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.20) 0%, rgba(255, 0, 0, 0.20) 100%), rgba(255, 255, 255, 0.10);
}
.cards-product.disabled .title-product .title {
  color: #FF5E5E !important;
}
.cards-product.warning {
  border: 1px solid #ffc107 !important;
  /* opcity background with var(--bs-danger) */
  background: linear-gradient(0deg, rgb(255 225 0 / 20%) 0%, rgb(255 255 0 / 20%) 100%), rgba(255, 255, 255, 0.10);
}
.cards-product.warning .title-product .title {
  color: #ffc107 !important;
}

.cards-product-flash-sale .card-title .title-image {
  border-radius: 10px;
  background: rgba(var(--white-rgb), 0.1);
  border: 1px solid rgba(255, 255, 255, 0.20);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards-product-detail .card-title .title-product .title,
.cards-product-flash-sale .card-title .title-product .title {
  color: var(--yellow-primary);
}
.cards-product-flash-sale .card-title .title-product .subtitle {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.cards-product-flash-sale .card-title .title-product .subtitle .price-slice {
  color: #FF8181;
  text-decoration: line-through;
  font-size: .8rem;
}
.cards-product-flash-sale .card-title .title-product .subtitle .discount {
  color: var(--black);
  background: rgba(33, 149, 251, 0.30);
  padding: 0.2rem;
  border-radius: 3px;
  font-size: .8rem;
}
.cards-product-flash-sale .card-body {
  padding: 0 0 2.5rem 0;
}
.cards-product-flash-sale .card-footer {
  padding: 1.7rem .5rem .5rem .5rem;
  position: absolute;
  bottom: 0;
  background: #2195FB;
  left: 0;
  width: 100%;
  text-align: center;
  border: none;
}
.cards-product-flash-sale .card-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 0 0 15px 15px;
  background: #1a2842;
}

/* Disable */

.cards-product-flash-sale.disabled .card-footer {
  background: #dc3545;
}
.cards-product-detail.cards-product-flash-sale.disabled .card-footer::before {
  background: #48243d;
}

/* Flash Sale Progress Bar */

.flash-sale-bar-progress {
  width: 40%;
  height: 25px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  /* border: 2px solid rgba(255, 255, 255, 0.20); */
}
.flash-sale-bar {
  width: 100%;
  background-color: rgba(var(--white-rgb), .20);
  font-size: 0.8rem;
  height: 100%;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: center !important;
}
.flash-sale-bar span {
  position: relative;
  z-index: 3;
  font-weight: bold;
}
.flash-sale-progress {
  height: 100%; /* Change from inherit to 100% */
  left: 0;
  position: absolute;
  top: 0;
  background: linear-gradient(270deg, #e3b500, #ff9900); /* Updated gradient colors */
  z-index: 2;
}
.flash-sale-progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 165, 0, 1), rgba(255, 215, 0, 1), rgba(255, 165, 0, 1)); /* Updated gradient colors */
  background-size: 200% 200%;
  animation: fireAnimation 3s linear infinite;
  z-index: 3;
}

@keyframes fireAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* End Flash Sale Progress Bar */

.cards-product-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
}
.cards-product-detail .card-title .title-image {
  border-radius: 10px;
  background: rgba(var(--white-rgb), 0.1);
  border: 1px solid rgba(255, 255, 255, 0.20);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cards-product-detail .card-body {
  padding: 0;
  align-items: end;
}
.cards-product-detail.cards-product-flash-sale .card-body {
  padding: 0 0 2.5rem 0;
}
.cards-product-detail.cards-product-flash-sale .card-body {
  width: 100%;
}
.cards-product-detail.cards-product-flash-sale .card-body .description {
  width: 50%;
  display: flex;
  align-items: end;
}
.cards-product-detail.cards-product-flash-sale .card-body .subtitle {
  display: flex;
  gap: 0.5rem;
  align-items: end;
  width: 50%;
  flex-direction: column;
}
.cards-product-detail.cards-product-flash-sale .card-body .subtitle .price-slice {
  color: #FF8181;
  text-decoration: line-through;
  font-size: .7rem;
}
.cards-product-detail.cards-product-flash-sale .card-body .subtitle .discount {
  color: var(--black);
  background: rgba(33, 149, 251, 0.30);
  padding: 0.2rem;
  border-radius: 3px;
  font-size: .8rem;
}
.cards-product-detail.cards-product-flash-sale .card-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  border-radius: 0 0 15px 15px;
  background: #1a2d4c;
}

#sectionFlashSale h1 {
  margin-bottom: 0;
}
section .times {
  display: flex;
  gap: 1rem;
  margin-left: 2rem;
}
section .times .time {
  border-radius: 10px;
  background: rgba(var(--white-rgb), 0.1);
  border: 1px solid rgba(255, 255, 255, 0.20);
  color: var(--black);
  font-size: 1rem;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards-blog {
  position: relative;
  border-radius: 15px;
  padding-bottom: 1rem;
  background: var(--light-blue);
  border: 1px solid rgba(255, 255, 255, 0.20);
  color: var(--black);
  overflow: hidden;
  margin-bottom: 2rem;
}

.cards-custom {
  position: relative;
  border-radius: 15px;
  padding-bottom: 1rem;
  background: var(--light-blue);
  border: 1px solid rgba(255, 255, 255, 0.20);
  color: var(--black);
  overflow: hidden;
  margin-bottom: 2rem;
  padding: 3rem;
}

.cards-custom .col-12 {
  display: flex;
  align-items: center;
}
.cards-custom .col-12:nth-child(2) {
  justify-content: end;
}

.cards-saldo {
  position: relative;
  border-radius: 15px;
  padding: 24px 26px;
  background: var(--white);
  background-image: url("../img/card-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.cards-kalkulator {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
  margin-bottom: 2rem;
}
.cards-kalkulator img {
  width: 100%;
  border-radius: 15px;
}
.cards-blog img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.cards-blog .card-title,
.cards-kalkulator .card-title {
  font-size: 1.5rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100ch;
}
.cards-blog .card-body,
.cards-kalkulator .card-body {
  margin-top: 1.5rem;
  padding-bottom: 0;
}
.cards-blog .card-text p,
.cards-kalkulator .card-text p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.cards-blog .card-footer,
.cards-kalkulator .card-footer {
  background-color: transparent;
  border: 0;
}
.cards-blog .card-footer div {
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.cards-blog .card-footer p {
  padding: 1rem 0 0 0;
  margin: 0;
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.80);
}
.cards-blog .card-footer p:nth-child(1) {
  padding: 1rem 0 0 0;
  margin: 0;
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.80);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 20ch;
}

.cards-hasil {
  position: relative;
  border-radius: 15px;
  padding: 1rem;
  background: var(--light-blue);
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.table>:not(caption)>*>* {
  padding: 1rem 0.5rem;
  color: var(--white);
}
.table {
    --bs-table-bg: transparent;
}
.table tr, .table td {
  border: none;
}
.table th {
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.table-responsive {
  overflow-x: auto;
}
.table-responsive::-webkit-scrollbar {
  height: 8px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: rgba(var(--white-rgb), 0.7);
  border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-track {
  background-color: var(--dark-blue);
  border-radius: 10px;
}

/* Section Leaderboard */

section .banner-custom {
  position: relative;
}
section .banner-custom h1 {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 5;
}
section .banner-custom p {
  position: absolute;
  top: 170px;
  width: 100%;
  z-index: 5;
  color: var(--white);
}
section .banner-custom img {
  width: 100%;
}
section .banner-custom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 16, 44, 0.5);
  z-index: 1;
}
section .banner-custom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 16, 44, 1), rgba(0, 16, 44, 0));
  z-index: 2;
}

.navTabsCustom {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 15px;
}
.navTabsCustom .nav-item {
  padding: 0.3rem 1rem;
  border-radius: 15px;
  font-weight: 500;
}
.navTabsCustom .nav-item .nav-link {
  color: var(--white);
  text-transform: capitalize;
}
.navTabsCustom .nav-item:has(.nav-link:hover),
.navTabsCustom .nav-item:has(.nav-link.active) {
  background: var(--light-blue);
  /* border: 1px solid rgba(255, 255, 255, 0.20); */
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.20);
}

.table-leaderboard tbody tr:nth-child(2) {
  background: linear-gradient(270deg, rgba(255, 225, 49, 0.00) 0%, rgba(255, 225, 49, 0.22) 100%);
}
.table-leaderboard tbody tr:nth-child(2) td:first-child {
  border-radius: 10px 0 0 10px;
  box-shadow: inset 2px 0 0 0 #FFE131;
}

.table-leaderboard tbody tr:nth-child(4) {
  background: linear-gradient(270deg, rgba(194, 194, 194, 0.00) 0%, rgba(194, 194, 194, 0.22) 100%);
}
.table-leaderboard tbody tr:nth-child(4) td:first-child {
  border-radius: 10px 0 0 10px;
  box-shadow: inset 2px 0 0 0 #C2C2C2;
}

.table-leaderboard tbody tr:nth-child(6) {
  background: linear-gradient(270deg, rgba(243, 161, 77, 0.00) 0%, rgba(243, 161, 77, 0.22) 57%);
}
.table-leaderboard tbody tr:nth-child(6) td:first-child {
  border-radius: 10px 0 0 10px;
  box-shadow: inset 2px 0 0 0 #F3A14D;
}

.table-leaderboard tbody tr:nth-child(2) td:first-child,
.table-leaderboard tbody tr:nth-child(4) td:first-child,
.table-leaderboard tbody tr:nth-child(6) td:first-child {
  position: relative;
}
.table-leaderboard tbody tr:nth-child(2) td:first-child::before,
.table-leaderboard tbody tr:nth-child(4) td:first-child::before,
.table-leaderboard tbody tr:nth-child(6) td:first-child::before {
  content: url('/template-user/img/icon/leaderboard.svg');
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: auto;
  z-index: 1;
}
.table-leaderboard tbody tr td {
  white-space: nowrap;
}
.table-leaderboard tbody tr td:nth-child(2) {
  text-transform: capitalize;
}

.table-leaderboard .profile-mitra {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-leaderboard .profile-default {
  width: 30px;
}
.table-leaderboard .profile-mitra img {
  width: 80%;
}
.table-leaderboard .list-show-off-achievement
{
  width: 80px;
}
.table-leaderboard .list-show-off-achievement .show-off-achievement {
  width: 50%;
  cursor: pointer;
  background: url('/template-user/img/bg-logo-achievement.webp') no-repeat top center / 100%;
}
.table-leaderboard .list-show-off-achievement .show-off-achievement img {
  width: 100% !important;
}

/* End Section Leaderboard */

/* Table Datatabale */
.table-responsive [type="search"] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid rgba(var(--white-rgb), .20);
  border-radius: 0.375rem;
  font-size: 1rem;
  color: var(--black-text);
  background-color: var(--light-blue);
}
.table-responsive [type="search"]:focus {
  border: 1px solid rgba(var(--white-rgb), .50);
  box-shadow: none;
}
.dataTables_filter label {
  color: var(--black-text);
}.dataTables_paginate .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.dataTables_info {
  color: var(--black-text);
}
.dataTables_paginate .pagination li {
  margin: 0 0.25rem;
}
.dataTables_paginate .pagination li a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  background-color: var(--light-blue);
  color: var(--white);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  border-color: rgba(var(--white-rgb), .20) !important;
}
.dataTables_paginate .pagination li a:hover {
  background-color: var(--light-blue);
  color: var(--white);
}
.dataTables_paginate .pagination li.active a {
  background-color: var(--light-blue);
  color: var(--white);
}
.dataTables_paginate .pagination li.disabled a {
  background-color: var(--light-blue);
  color: var(--black);
  pointer-events: none;
}

.table-search::placeholder {
  color: var(--black);
  opacity: 0.6;
}

.table-search:focus {
  outline: none;
  border-color: var(--yellow-primary);
  box-shadow: 0 0 0 0.2rem rgba(33, 149, 251, 0.25);
}

[data-theme="dark"] .cards-saldo {
  /* background-image: url("../img/card-bg-dark.png") !important; */
  background: var(--dark-blue);
  background-repeat: no-repeat;
  background-size: cover;
}

.cards-title {
  color: var(--black);
  font-weight: 500;
}

[data-theme="dark"] .cards {
  background: var(--light-grey);
  /* backdrop-filter: blur(13.59px); */
  border: 1px solid rgba(255, 255, 255, 0.20);
}
.swiper .cards {
  background: #fff;
}
[data-theme="dark"] .swiper .cards {
  background: var(--light-blue);
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdownMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: var(--white);
  border-radius: 12px;
  border: none;
  outline: none;
}
[data-theme="dark"] .dropdown .dropdownMenu {
  background: var(--light-blue);
  border: 1px solid hsla(0, 0%, 100%, 0.12);
}
.dropdown .dropdownMenu i {
  font-size: 20px;
  color: #6b7c8e;
}
[data-theme="dark"] .dropdown .dropdownMenu i {
  color: var(--yellow-primary);
}
.dropdown .dropdownMenu ion-icon {
  font-size: 20px;
  color: #6b7c8e;
}
[data-theme="dark"] .dropdown .dropdownMenu ion-icon {
  color: var(--yellow-primary);
}
.dropdown-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 3.4rem;
  right: -1rem;
  min-width: 200px;
  transition: all 0.6s ease;
  border-radius: 20px;
  background: var(--white);
  margin-top: 10px;
  min-width: 260px;
  padding: 18px 20px;
  box-shadow: 0px 0px 0px 0px rgba(36, 71, 249, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

[data-theme="dark"] .dropdown-content {
  background-color: var(--dark-blue);
}

.dropdown:focus-within .dropdown-content {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
  transform: translateY(-10px);
}
.dropdown .dropdown-content::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 25px;
  height: 0;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--white);
}
.dropdown .dropdown-content a {
  display: flex;
  padding: 12px 20px;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  transition: 0.3s;
}
.dropdown .dropdown-content a:hover {
  background: var(--light-grey);
  transition: 0.3s;
}
.dropdown .dropdown-content a .containers {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.8rem;
}
.dropdown .dropdown-content a .containers i {
  font-size: 16px;
  color: var(--black-text);
}
.dropdown .dropdown-content a .containers .name {
  color: var(--black-text);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.dropdown .dropdown-content a:hover .containers .name {
  font-weight: 500;
}
.dropdown .dropdown-content a .bi-arrow-right-short {
  font-size: 16px;
  color: var(--white);
}
.dropdown .dropdown-content a:hover .bi-arrow-right-short {
  color: var(--black-text);
}
.dropdown .dropdown-menu .dropdown-item:active {
  color: #1e2125 !important;
  background-color: #e9ecef !important;
}

/* ======== FLOATING LABEL  ======== */

.floating-label-content {
  position: relative;
  width: 100%;
}

.floating-label-content .floating-input {
  position: relative;
  height: 55px;
  padding: 25px 25px 10px 25px;
  border-radius: 15px;
  border: none;
  background: var(--light-grey);
}

.floating-label-content .floating-select {
  position: relative;
  height: 55px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  /* background: var(--light-grey); */
  background: transparent;
  color: var(--black-text);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2 5l6 6 6-6"/></svg>');
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}
/* Ubah warna pada opsi */
.floating-label-content .floating-select option {
  background-color: var(--dark-blue); /* Warna background dropdown */
  color: var(--black); /* Warna teks */
}

[data-theme="dark"] .floating-label-content .floating-input {
  color: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.20);
}

.floating-label-content i {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: var(--black-text);
}

.floating-label {
  position: absolute;
  left: 24px;
  top: 15px;
  color: var(--black-text);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  cursor: text;
  transition: 0.2s ease all;
}

.floating-label-content.is-valid input#voucher {
  border-color: var(--yellow-primary);
}
.floating-label-content.is-invalid input#voucher {
  border-color: rgba(255, 94, 94, 1);
}
.input-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.floating-label-content.is-valid .input-icon i {
  font-size: 1rem;
  color: var(--yellow-primary);
}
.floating-label-content.is-invalid .floating-label {
  color: rgba(255, 94, 94, 1) !important;
}
.floating-label-content.is-invalid .input-icon i {
  font-size: 1rem;
  color: rgba(255, 94, 94, 1);
}

.floating-input:focus,
.floating-select:focus {
  outline: none;
  box-shadow: none;
}

.floating-input:focus ~ .floating-label {
  top: 10px;
  left: 25px;
  font-size: 12px;
  color: var(--yellow-primary);
}

.floating-input:not(:-moz-placeholder-shown) ~ .floating-label {
  top: 13px;
  left: 25px;
  font-size: 12px;
  color: var(--yellow-primary);
}

.floating-input:not(:-ms-input-placeholder) ~ .floating-label {
  top: 10px;
  left: 25px;
  font-size: 12px;
  color: var(--yellow-primary);
}

.floating-input:not(:placeholder-shown) ~ .floating-label {
  top: 10px;
  left: 25px;
  font-size: 12px;
  color: var(--yellow-primary);
}

.floating-select:not([value=""]):valid ~ .floating-label {
  top: 10px;
  left: 25px;
  font-size: 12px;
  color: var(--yellow-primary);
}

textarea {
  padding: 14px 20px;
  resize: none;
}

/* ======== END FLOATING LABEL  ======== */

.content {
  padding: 20px 50px;
  background: var(--bg-body);
}

/*slider switch css */
.theme-switch-wrapper {
  display: flex;
  align-items: center;
}
.theme-switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 46px;
}
.theme-switch input {
  display: none;
}
.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.slider:before {
  background-color: #fff;
  bottom: 3px;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  position: absolute;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #66bb6a;
}
input:checked + .slider:before {
  transform: translateX(18px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}

.btnYellowPrimary,
.btnYellowPrimary:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 23px;
  height: 40px;
  border-radius: 12px;
  background: var(--yellow-primary);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
}
.btnOutlineYellowPrimary,
.btnOutlineYellowPrimary:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 23px;
  height: 40px;
  border-radius: 12px;
  background: transparent;
  border: 1px solid var(--yellow-primary);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  outline: none;
}

.btnYellowSuccess,
.btnYellowSuccess:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 23px;
  height: 40px;
  border-radius: 12px;
  background: var(--bs-success);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
}

.btnYellowDanger,
.btnYellowDanger:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 23px;
  height: 40px;
  border-radius: 12px;
  background: var(--bs-danger);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
}

.btnYellowSecond {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 23px;
  height: 40px;
  border-radius: 12px;
  background: var(--light-yellow);
  color: var(--yellow-primary);
  font-size: 14px;
  font-weight: 500;
  /* border: 2px solid var(--yellow-primary); */
  outline: none;
}

.btnYellowSecond:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 23px;
  height: 40px;
  border-radius: 12px;
  background: var(--yellow-primary);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  /* border: 2px solid var(--yellow-primary); */
  outline: none;
}

.btnYellowPrimary.md,
.btnOutlineYellowPrimary.md {
  height: 52px;
}

.btn.md {
  height: 52px;
}

.btnGrey,
.btnGrey:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  height: 40px;
  border-radius: 12px;
  background: var(--dark-grey);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset;
  backdrop-filter: blur(10px);
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
}

.containerTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
}
.containerTitle .title {
  color: var(--black);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.containerTitle .title .highlight {
  color: var(--yellow-primary);
}
.containerTitle .subtitle {
  color: var(--black-text);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.containerTitle .subtitle .highlight {
  font-weight: 700;
}

/* MODAL */

.btn-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 12px !important;
  color: var(--black-text) !important;
}

.modal {
  --bs-modal-zindex: 1222;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 15px;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1.2rem 1.8rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal.fade {
  transition: opacity 0.15s linear;
}
.modal.fade:not(.show) {
  opacity: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  padding: 1.2rem 1.8rem;
}
.modal-home-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  padding: 1.2rem 1.8rem;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}
.modal-header .modal-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #2b2b2b;
}
.modal-header .modal-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #888;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  margin-top: 1.8rem;
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid
    var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
.modal-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Custom Range Input Styles */
.custom-range-container {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.range-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.range-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.range-value {
    display: flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(135deg, #2196f3 0%, #00e5ff 100%);
    padding: 8px 15px;
    border-radius: 25px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3);
}

.range-input-wrapper {
    position: relative;
    height: 40px;
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.custom-range {
    width: 100%;
    height: 6px;
    background: transparent;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.custom-range::-webkit-slider-track {
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.custom-range::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #2196f3 0%, #00e5ff 100%);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.4);
    transition: all 0.3s ease;
}

.custom-range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(33, 150, 243, 0.5);
}

.custom-range::-moz-range-track {
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    border: none;
}

.custom-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: linear-gradient(135deg, #2196f3 0%, #00e5ff 100%);
    border-radius: 50%;
    cursor: pointer;
    border: none;
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.4);
    transition: all 0.3s ease;
}

.custom-range::-moz-range-thumb:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(33, 150, 243, 0.5);
}

.range-track {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    transform: translateY(-50%);
    z-index: 1;
}

.range-fill {
    position: absolute;
    top: 50%;
    left: 0;
    height: 6px;
    background: linear-gradient(135deg, #2196f3 0%, #00e5ff 100%);
    border-radius: 3px;
    transform: translateY(-50%);
    z-index: 2;
    transition: width 0.3s ease;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
/* End Custom Range Input Styles */

/* Card Robux Filter Animation */
.card-robux {
    transition: all 0.3s ease;
    opacity: 1;
    transform: scale(1);
}

.card-robux.hidden {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}
/* End Card Robux Filter Animation */

/* Readonly input styling */
.form-control[readonly] {
    background-color: rgba(255, 255, 255, 0.05);
    color: #2196f3;
    font-weight: 600;
    border: 1px solid rgba(33, 150, 243, 0.3);
}

.form-control[readonly]:focus {
    border-color: rgba(33, 150, 243, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}
/* End Readonly input styling */

/* Selected username styling */
.form-control.selected {
    border: 1px solid rgba(33, 150, 243, 0.3);
    background-color: rgba(255, 255, 255, 0.05);
    color: #2196f3;
    font-weight: 600;
}
/* End Selected username styling */

/* User Search Results Roblox */
.user-search-container-roblox {
    position: relative;
}

.user-search-results-roblox {
    position: static;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    backdrop-filter: blur(10px);
    max-height: 300px;
    overflow-y: auto;
    margin-top: 10px;
    display: none;
    transition: all 0.3s ease;
}

.user-search-results-roblox.show {
    display: block;
}

.user-search-results-roblox .user-result-item {
    /* display: none; */
}

.user-search-results-roblox .user-result-item input[type="radio"] {
    display: none;
}

.user-search-results-roblox .user-result-label {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 15px;
    margin: 10px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #ffffff;
}

.user-search-results-roblox .user-result-label:hover {
    background: rgba(33, 150, 243, 0.15);
    border-color: rgba(33, 150, 243, 0.4);
    transform: translateY(-1px);
}

.user-search-results-roblox .user-result-item input[type="radio"]:checked+.user-result-label,
.user-search-results-roblox .user-result-label.checked {
    background: linear-gradient(135deg, #2196f3 0%, #00e5ff 100%);
    border-color: #2196f3;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
}

.user-search-results-roblox .user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    object-fit: cover;
}

.user-search-results-roblox .user-info {
    flex: 1;
}

.user-search-results-roblox .user-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}

.user-search-results-roblox .user-display-name {
    font-size: 14px;
    opacity: 0.7;
}

.user-search-results-roblox .search-loading {
    text-align: center;
    padding: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.user-search-results-roblox .search-no-results {
    text-align: center;
    padding: 20px;
    color: rgba(255, 255, 255, 0.7);
}
/* End User Search Results Roblox */

/* Gamepass Settings Styles */
.gamepass-settings-container {
    display: flex;
    background: #2b2b2b;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 0;
    min-height: 400px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    /* Make completely non-interactive */
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.gamepass-settings-container * {
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -webkit-touch-callout: none !important;
    cursor: default !important;
}

.gamepass-left-panel {
    background: #1e1e1e;
    width: 200px;
    padding: 20px 15px;
    border-right: 1px solid #404040;
}

.gamepass-header {
    margin-bottom: 30px;
}

.gamepass-pass-label {
    color: #888;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
}

.gamepass-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0 0 0;
    letter-spacing: -0.5px;
}

.gamepass-section-title {
    color: #888;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 0;
}

.gamepass-detail-section {
    margin-bottom: 30px;
}

.gamepass-related-section {
    margin-bottom: 20px;
}

.gamepass-menu-item {
    color: #ccc;
    font-size: 13px;
    padding: 8px 12px;
    margin: 2px 0;
    border-radius: 4px;
    cursor: default;
    transition: all 0.2s ease;
}

.gamepass-menu-active {
    background: #404040;
    color: #fff;
    font-weight: 500;
}

.gamepass-right-panel {
    flex: 1;
    padding: 20px 25px;
    background: #2b2b2b;
}

.gamepass-sales-title {
    color: #d4d4d4;
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

.gamepass-sales-stats {
    margin-bottom: 25px;
}

.gamepass-stat {
    color: #aaa;
    font-size: 13px;
    margin-bottom: 5px;
}

.gamepass-sale-toggle {
    margin-bottom: 25px;
}

.gamepass-toggle-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gamepass-toggle-input {
    display: none;
    pointer-events: none !important;
}

.gamepass-toggle-label {
    display: flex;
    align-items: center;
    cursor: default !important;
    gap: 10px;
    position: relative;
    pointer-events: none !important;
    user-select: none !important;
}

.gamepass-toggle-label::before {
    content: '';
    width: 40px;
    height: 20px;
    background: #4a9eff;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
}

.gamepass-toggle-label::after {
    content: '';
    width: 16px;
    height: 16px;
    background: white;
    border-radius: 50%;
    position: absolute;
    left: 22px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.gamepass-toggle-input:not(:checked) + .gamepass-toggle-label::before {
    background: #666;
}

.gamepass-toggle-input:not(:checked) + .gamepass-toggle-label::after {
    left: 2px;
}

.gamepass-toggle-text {
    color: #4a9eff;
    font-size: 14px;
    font-weight: 500;
}

.gamepass-price-section {
    margin-bottom: 20px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.gamepass-price-section.enabled {
    opacity: 1;
}

.gamepass-price-input-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.gamepass-robux-icon {
    background: #666;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.gamepass-price-input {
    background: #404040;
    border: 1px solid #555;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    width: auto;
    text-align: center;
    pointer-events: none !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    cursor: default !important;
}

.gamepass-price-input:focus {
    outline: none;
    border-color: #4a9eff;
    box-shadow: 0 0 0 2px rgba(74, 158, 255, 0.2);
}

.gamepass-creator-earnings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-top: 1px solid #404040;
    margin-bottom: 25px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.gamepass-creator-earnings.enabled {
    opacity: 1;
}

.gamepass-earnings-label {
    color: #aaa;
    font-size: 14px;
}

.gamepass-earnings-amount {
    display: flex;
    align-items: center;
    gap: 8px;
}

.gamepass-earnings-amount .gamepass-robux-icon {
    background: #666;
}

.gamepass-earnings-amount span:last-child {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.gamepass-action-buttons {
    display: flex;
    gap: 15px;
}

.gamepass-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: default;
    transition: all 0.2s ease;
}

.gamepass-btn-cancel {
    background: transparent;
    color: #aaa;
    border: 1px solid #555;
}

.gamepass-btn-save {
    background: #4a9eff;
    color: white;
    transition: all 0.3s ease;
    transform: scale(1);
}

.gamepass-btn-save.needs-save {
    background: #ff6b35;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    animation: pulse-save 2s infinite;
}

@keyframes pulse-save {
    0% { 
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    }
    50% { 
        transform: scale(1.1);
        box-shadow: 0 6px 20px rgba(255, 107, 53, 0.5);
    }
    100% { 
        transform: scale(1.05);
        box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
    }
}

.gamepass-btn-save.saved {
    background: #4caf50;
    transform: scale(1);
    animation: none;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.gamepass-price-input:disabled {
    opacity: 0.4;
    background: #2a2a2a !important;
    color: #666 !important;
    cursor: not-allowed;
}

.gamepass-earnings-amount.disabled {
    opacity: 0.4;
}

.gamepass-earnings-amount.disabled span:last-child {
    color: #666 !important;
}
/* End Gamepass Settings Styles */

/* Sweet Alert */
.swal2-container {
  z-index: 1237 !important;
}
/* End Sweet Alert */

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.modal .modal-custom {
  background-color: #000815;
}
.modal .modal-custom .head {
  color: #F3F3F3;
}
.modal .modal-custom hr {
  background-color: #334056;
}
.modal .modal-custom .cards {
  background: rgba(255, 255, 255, 0.10);
}
.modal .modal-custom .cards .note {
  color: #F3F3F3;
}
.modal .modal-custom .cards-custom {
  padding: 1rem;
}

.voucher {
  display: flex;
  flex-direction: column;
}
.cards-voucher {
  position: relative;
  z-index: 3;
}
.cards-voucher .cards-custom {
  border: 2px solid rgba(var(--white-rgb), 0.20);
  padding: 1.7rem !important;
}
.cards-voucher::before,
.cards-voucher::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid rgb(72 78 87);
  border-radius: 50%;
  background-color: #000815;
  z-index: 4;
}

.cards-voucher::before {
  top: 55%;
  left: 0%;
  transform: translate(-50%, -50%) rotate(135deg);
  border-bottom-color: transparent;
  border-right-color: transparent;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%)
}

.cards-voucher::after {
  bottom: 45%;
  left: 100%;
  transform: translate(-50%, 50%) rotate(315deg);
  border-bottom-color: transparent;
  border-right-color: transparent;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%)
}

.voucher .voucher-title {
  color: var(--yellow-primary);
  font-weight: bold;
}
.voucher .voucher-code {
  color: var(--white);
  font-weight: bold;
  margin: 0;
}
.voucher .voucher-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 10px;
  background: transparent;
}
.voucher .voucher-image img {
  width: 70%;
}

.btn-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .8rem .8rem !important;
  height: 40px;
  border-radius: 10px !important;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  border: none;
  outline: none;
  border: 2px solid rgba(var(--white-rgb), .20);
}
.btn-copy:hover,
.btn-copy:focus {
  color: var(--white);
  box-shadow: 0 0 0 .25rem rgb(100 100 100 / 25%);
}

.modal-struk {
  border-radius: 15px;
  border: 3px solid var(--yellow-primary);
  background: linear-gradient(180deg, rgba(10, 34, 103, 0.80) 0%, rgba(3, 20, 57, 0.80) 33%, rgba(1, 16, 43, 0.80) 64%), url('/template-user/img/receipt-bg.webp') lightgray 50% / cover no-repeat;
  color: #F3F3F3;
}
.modal-struk .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f3f3f3'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  top: 20px;
  right: 10px;
}
.modal-struk .modal-header {
  border: none;
  padding: 1rem 0;
}
.modal-struk .modal-body {
  margin-top: 0;
  padding: 1rem 0;
}
.modal-struk .modal-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  /* transform: translate(-50%, -50%); */
  width: 100%;
  height: 0;
  border-top: 1px dashed transparent;
  border-image: repeating-linear-gradient(to right, var(--yellow-primary) 0, var(--yellow-primary) 10px, transparent 10px, transparent 20px) 1;
}
.modal-struk .modal-title {
  color: #F3F3F3;
}
.modal-struk p,
.modal-struk td {
  color: #F3F3F3;
}

.modal-struk .modal-body .line-striped::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  /* transform: translate(-50%, -50%); */
  width: 100%;
  height: 0;
  border-top: 1px dashed transparent;
  border-image: repeating-linear-gradient(to right, var(--yellow-primary) 0, var(--yellow-primary) 10px, transparent 10px, transparent 20px) 1;
}
.modal-struk .form-control,
.modal-custom-simple .form-control {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 15px;
  margin: 1rem 0;
  color: #F3F3F3;
  padding: .75rem;
}

.modal-custom-simple {
  border-radius: 15px;
  border: 3px solid var(--yellow-primary);
  background: linear-gradient(180deg, rgba(10, 34, 103, 0.80) 0%, rgba(3, 20, 57, 0.80) 33%, rgba(1, 16, 43, 0.80) 64%), url('/template-user/img/receipt-bg.webp') lightgray 50% / cover no-repeat;
  color: #F3F3F3;
}
.modal-custom-simple .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f3f3f3'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  top: 20px;
  right: 10px;
}
.modal-custom-simple .modal-header {
  border: none;
  padding: 1rem 0;
}
.modal-custom-simple .modal-body {
  margin-top: 0;
  padding: 1rem 0;
}
.modal-custom-simple .modal-title {
  color: #F3F3F3;
}
.modal-custom-simple p {
  color: #F3F3F3;
}

/* ======== END MODAL ======== */

/* SWIPER BANNER */

.swiper {
  /* margin-bottom: 1rem; */
}

.swiper-pagination {
  bottom: 10px !important;
  text-align: end;
  padding-right: 2.5rem;
}

/* Custom styling untuk pagination */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 2px solid white;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 30px;
  height: 10px;
  background-color: white;
  border-radius: 10px;
}

/* .banner-image{
	height: 300px;
	aspect-ratio: auto;
} */
.banner-img {
  width: 100%;
  /* border-radius: 15px; */
  overflow: hidden;
  /* height: 300px; */

  position: relative;
}

.banner-img img {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.banner-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); /* Adjust the gradient as needed */
  z-index: 1;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  /* background: linear-gradient(to right, #152851 0%, rgba(21, 40, 81, 0.30) 22%, rgba(21, 40, 81, 0.2) 100%); */
  /* padding: 20px; */
  border-radius: 10px;
  width: 100vw;
  height: calc(100vh + 5rem);
  z-index: 2;
}

.sectionBanner .banner-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  /* background: linear-gradient(to right, #152851 0%, rgba(21, 40, 81, 0.30) 22%, rgba(21, 40, 81, 0.2) 100%); */
  /* padding: 20px; */
  border-radius: 10px;
  width: 100%;
  /* height: calc(100vh + 5rem); */
  height: auto;
  z-index: 2;
}

.banner-text h1 {
  font-size: 3vw;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 1.5rem;
}

.banner-text p {
  font-size: 1.5vw;
  margin-bottom: 20px;
}

.swiper-slide.swiper-slide-active {
  /* transform: scale(1.1); */
  /* scale: 1; */
}

@media (max-width: 500px) {
  .banner-img {
    border-radius: 10px;
  }
}
/* 
@media (max-width: 900px) {
	.banner-img{
		height: 160px;
		border: 1px solid red;
		border-radius: 20px;
	}
} */

.swiper-slide.banner.swiper-slide-next,
.swiper-slide.banner.swiper-slide-prev {
  /* transform: scale(0.9); */
  transition: all ease-in 0.3s;
}

.swiper-slide {
  /* transform: scale(1); */
  /* transition: all ease-in 0.3s; */
}

.swiper-slide.banner.swiper-slide-prev img,
.swiper-slide.banner.swiper-slide-next img {
  /* width: 100%; */
  /* height: 250px; */
  /* transform: scale(.9);
	transition: all ease-in .3s; */
  /* aspect-ratio: auto; */
  /* border-radius: 30px; */
  /* overflow: hidden; */
}
.swiper-slide.banner.swiper-slide-active img {
  /* width: 100%; */
  /* transform: scale(1.1); */
  /* border-radius: 30px; */
  /* overflow: hidden; */
}

@media (max-width: 800px) {
  .swiper-pagination {
    /* display: none; */
    bottom: 10px !important;
    text-align: end;
    padding-right: 2.5rem;
  }
  
  /* Custom styling untuk pagination */
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid white;
    opacity: 1;
  }
  
  .swiper-pagination-bullet-active {
    width: 30px;
    height: 10px;
    background-color: white;
    border-radius: 10px;
  }
  
  .banner-img {
    border-radius: 15px;
  }
  
  .swiper-slide.swiper-slide-active {
    scale: 1;
  }

  .swiper-slide.banner.swiper-slide-next,
  .swiper-slide.banner.swiper-slide-prev {
    transform: scale(0.9);
  }

  .swiper-slide {
    /* transform: scale(1); */
  }
}

.title-head {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.title-card {
  color: var(--black);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1rem;
}

/* SWIPER FLASH SALE */

.containerFlashSale {
  position: relative;
}

.containerFlashSale .headerFS {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.containerFlashSale .headerFS .containers {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
}
.containerFlashSale .headerFS .containers .time {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  margin-left: 0.6rem;
}
.containerFlashSale .headerFS .containers .time .dots {
  color: var(--black-text);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.containerFlashSale .headerFS .containers .time .day,
.containerFlashSale .headerFS .containers .time .hours,
.containerFlashSale .headerFS .containers .time .minute,
.containerFlashSale .headerFS .containers .time .second {
  position: relative;
  color: var(--yellow-primary);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.containerFlashSale .headerFS .containers .time .day::after {
  content: "Hari";
}
.containerFlashSale .headerFS .containers .time .hours::after {
  content: "Jam";
}
.containerFlashSale .headerFS .containers .time .minute::after {
  content: "Menit";
}
.containerFlashSale .headerFS .containers .time .second::after {
  content: "Detik";
}
.containerFlashSale .headerFS .containers .time .day::after,
.containerFlashSale .headerFS .containers .time .hours::after,
.containerFlashSale .headerFS .containers .time .minute::after,
.containerFlashSale .headerFS .containers .time .second::after {
  position: absolute;
  bottom: -11px;
  left: 0;
  color: var(--black-text);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.containerFlashSale .headerFS .FSnav {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
.containerFlashSale .headerFS .FSnav .swiper-button-next,
.containerFlashSale .headerFS .FSnav .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: var(--white);
  color: #6b7c8e;
  box-shadow: 0px 1px 70px 0px rgba(203, 203, 203, 0.05);
}
.containerFlashSale .headerFS .FSnav .swiper-button-next {
  margin-right: -10px;
}
.containerFlashSale .headerFS .FSnav .swiper-button-prev {
  margin-right: 30px;
}
.containerFlashSale .headerFS .FSnav .swiper-button-prev::after,
.containerFlashSale .headerFS .FSnav .swiper-button-next::after {
  font-size: 15px;
}

.swiper-slide.flashSale {
  position: relative;
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.swiper-slide.flashSale img {
  width: 100%;
  filter: drop-shadow(0px 1px 70px rgba(203, 203, 203, 0.25));
}
.swiper-slide.flashSale .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 190px;
  border-radius: 0px 0px 10px 10px;
  border-image: fill 0 linear-gradient(#0e12215e, var(--bg-dark));
}
.swiper-slide.flashSale .produk {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: 70px;
  padding: 15px 0 15px 15px;
  border-radius: 0px 0px 0px 0px;
}
.swiper-slide.flashSale .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  width: 100%;
  height: 120px;
  padding: 12px 0 12px 14px;
  border-radius: 0px 0px 24px 10px;
}
.swiper-slide.flashSale .produk .titleFs,
.swiper-slide.flashSale .desc .titleFs {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 28px;
}
.swiper-slide.flashSale .desc .subtitleFs {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-right: 28px;
}
.swiper-slide.flashSale .desc .price {
  display: flex;
  justify-content: end;
  flex-direction: column;
  gap: 3px;
}
.swiper-slide.flashSale .desc .produkFS {
  color: var(--white);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-right: 28px;
}
.swiper-slide.flashSale .desc .realPrice {
  padding: 4px 10px;
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
  background: linear-gradient(
    90deg,
    var(--yellow-primary) 1.52%,
    rgba(255, 168, 66, 0) 60%
  );
}
.swiper-slide.flashSale .desc .realPrice .rp {
  color: var(--white);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.swiper-slide.flashSale .desc .disc {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 2px;
  text-decoration: line-through;
}

/* PRODUCT CATEGORY */

.navTabs {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;

  overflow: -moz-scrollbars-none; /* Untuk Firefox */
  -ms-overflow-style: none; /* Untuk IE dan Edge */
  scrollbar-width: none; /* Untuk Firefox */

  /* Untuk Safari dan Chrome (termasuk iOS) */
  -webkit-overflow-scrolling: touch; /* Membuat smooth scroll tetap ada */
}
.navTabs .btnNavTabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 10px 12px;
  border-radius: 15px;
  border: 2px solid transparent;
  background: transparent;
  /* box-shadow: 0px 1px 70px 0px rgba(203, 203, 203, 0.25); */
}
/* Menghilangkan scrollbar khusus untuk Webkit (iOS Safari, Chrome, dll.) */
.element::-webkit-scrollbar {
  display: none;
}
.navTabs .btnNavTabs:hover {
  background: var(--dark-blue);
}
[data-theme="dark"] .navTabs .btnNavTabs {
  /* background: var(--dark-blue); */
  /* border-color: 2px solid transparent; */
}
.navTabs .btnNavTabs .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 1rem;
  border-radius: 50%;
  color: var(--black-text);
  background: var(--light-grey);
}
.navTabs .btnNavTabs .text {
  color: var(--black-text);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
}
.navTabs .btnNavTabs.active {
  border: 2px solid var(--yellow-primary);
  background: var(--light-yellow);
}
[data-theme="dark"] .navTabs .btnNavTabs.active {
  border: 2px solid var(--white);
  background: var(--white);
}
.navTabs .btnNavTabs.active .icon {
  color: var(--white);
  background: var(--bg-dark);
}
.navTabs .btnNavTabs.active .text {
  color: var(--bg-dark);
}

.containerProduct .title-head {
  text-align: left;
  margin-bottom: 1.5rem;
}
.containerProduct .containers {
  border-radius: 15px;
  border: 2px solid var(--white);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
[data-theme="dark"] .containerProduct .containers {
  border: 2px solid hsla(0, 0%, 100%, 0.12);
}
.containerProduct .tab-content {
  /* margin-top: 1rem; */
}
/* .containerProduct .containers img {
	width: 100%;
} */

.containerProduct .containers .product-img {
  width: 100%;
  /* transform: scale(1) rotate(1deg); */
  transition: all ease-out 0.5s;
}
.containerProduct .containers .logo {
  height: 40px;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.5s;
}
.containerProduct .containers:hover .logo {
  top: 50%;
  height: 32px;
  transition: all ease-out 0.3s;
}
.containerProduct .containers:hover .product-img {
  /* transform: scale(1.2) rotate(3deg);
  transition: all ease-out 1s; */
}
.containerProduct .containers .item-detail {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%) translateY(30px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: -1;
}
.containerProduct .containers:hover .item-detail {
  opacity: 1;
  pointer-events: auto;
  bottom: 20px;
  transform: translateX(-50%) translateY(0);
  z-index: 1;
}
.containerProduct .containers:hover .item-detail .btn {
  padding: 7px 10px !important;
  white-space: nowrap;
  font-size: 12px;
  font-weight: semibold;
}

.containerProduct .containers:hover .mask,
.containerProduct .containers:hover .desc {
  /* opacity: 1;
	transition: .3s; */
  bottom: 0;
}

.containerProduct .containers .mask {
  position: absolute;
  left: 0;
  bottom: -60;
  z-index: 2;
  /* opacity: 0; */
  width: 100%;
  height: 55px;
  border-radius: 0px 0px 15px 15px;
  transition: 0.3s;
}
.containerProduct .desc {
  /* position: absolute; */
  /* left: 0; */
  /* bottom: -60px; */
  /* z-index: 4; */
  /* opacity: 0; */
  width: 100%;
  /* height: 58px; */
  padding: 15px 0px;
  /* border-radius: 0px 0px 15px 15px; */
  /* background: var(--dark-blue); */
  /* transition: 0.3s; */
}
.containerProduct .desc .game {
  color: var(--white);
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.containerProduct .desc .vendor {
  text-align: left;
  font-size: 12px;
  font-style: normal;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.containerProduct .desc .price {
  text-align: left;
  font-size: 12px;
  font-style: normal;
  color: var(--yellow-primary);
  font-weight: semibold;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}

.containerAlpha {
  position: relative;
  margin: 0;
}
.containerAlpha .banner {
  /* border-radius: 15px; */
  width: 100%;
}
.containerAlpha::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 16, 44, 0.5);
  z-index: 1;
}

.containerAlpha::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 16, 44, 1), rgba(0, 16, 44, 0));
  z-index: 2;
}
.containerML {
  /* position: absolute;
  left: 60px;
  bottom: -120px; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 110px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 10px;
  background: var(--bg-body);
  z-index: 3;
}
[data-theme="dark"] .containerML {
  background: var(--dark-blue) !important;
}

.containerML .logo-ml {
  width: 80px;
}

/*  ========  */

.containerNominal {
  position: relative;
  width: 100%;
}
.accordion {
  position: relative;
  margin-bottom: 1.6rem;
}
.accordionHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 24px;
  background: var(--yellow-primary);
  cursor: pointer;
  border-radius: 15px;
  transition: 0.2s;
}
.accordionHead.is-open {
  border-radius: 15px 15px 0 0;
  transition: 0.2s;
}
.accordionHead .containers {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.8rem;
}
.accordionHead .containers img {
  width: 28px;
  height: 34px;
}
.accordionHead .containers .title {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.accordionHead i {
  font-size: 14px;
  color: var(--white);
  transition: 0.3s;
}
.accordionHead.is-open i {
  transform: rotate(90deg);
}
.accordionBody {
  background-color: white;
  padding: 0 1.5rem;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 0px 15px 0px rgba(242, 242, 242, 0.5);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
[data-theme="dark"] .accordionBody {
  background-color: var(--light-blue);
}
.accordionBody .accordionContent {
  position: relative;
  margin: 1rem 0;
}
.accordionBody .accordionContent .text {
  color: var(--black-text);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.accordionBody .accordionContent .text2 {
  color: var(--black-text);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.accordionBody .accordionContent ul li {
  position: relative;
  list-style-type: decimal;
  color: var(--black-text);
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: -15px;
}

.accordionHeadPay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 42px 0 24px;
  border-radius: 15px;
  background: var(--light-blue);
  backdrop-filter: blur(5px);
  cursor: pointer;
  transition: 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.20);

  ;
}
.accordionHeadPay.is-open {
  border-radius: 15px 15px 0 0;
  transition: 0.2s;
  border-bottom: 0;
}
.accordionHeadPay .title {
  color: var(--white);
  text-align: start;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.accordionHeadPay::after {
  content: "\f138"; /* bi bi-arrow-right */
  font-family: "bootstrap-icons";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--white);
  transition: transform 0.3s;
}

.accordionHeadPay.is-open::after {
  content: "\f138"; /* bi bi-arrow-down */
  transform: translateY(-50%) rotate(90deg);
}

.accordionHeadPay .containers {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.accordionHeadPay .containers img {
  width: 50px;
}
.accordionHeadPay i {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 18px;
  color: var(--light-blue);
  transition: 0.3s;
}
.accordionHeadPay.is-open i {
  transform: rotate(90deg);
}
.accordionHeadPay.is-open i .accordionBodyPay {
  border: 1px solid var(--light-grey);
}
.accordionBodyPay {
  background-color: var(--white);
  padding: 0 42px 0 24px;
  border-radius: 0 0 10px 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accordionHeadPay.is-open ~ .accordionBodyPay {
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-top: 0;
}

[data-theme="dark"] .accordionBodyPay {
  background-color: var(--light-blue);
  /* border: 1px solid hsla(0, 0%, 100%, 0.12); */
}
.accordionBodyPay .accordionContent {
  position: relative;
  /* margin: 1rem 0; */
}

.accordion-custom .accordion-button:focus,
.accordion-filter .accordion-button:focus {
    box-shadow: none;
}
.accordion-custom .accordion-item,
.accordion-filter .accordion-item {
    margin-bottom: 1rem;
    border: none;
    background: transparent;
}
.accordion-custom .accordion-item .accordion-button,
.accordion-filter .accordion-item .accordion-button {
    border: 1px solid rgba(var(--white-rgb), 0.6);
    border-radius: 10px;
    background-color: rgba(var(--white-rgb), 0.1) !important;
    color: var(--white);
}
.accordion-custom .accordion-item>.accordion-header .accordion-button,
.accordion-filter .accordion-item>.accordion-header .accordion-button {
    border-radius: 10px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.accordion-custom .accordion-body,
.accordion-filter .accordion-body {
    margin-top: 1rem;
    border-radius: 10px;
    border: 1px solid rgba(var(--white-rgb), 0.6);
    background-color: rgba(var(--white-rgb), 0.1) !important;
    color: var(--white);
}
.accordion-custom .accordion-body img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px;
}
.accordion-filter .accordion-body {
    max-height: 300px;
    overflow-y: auto;
    /* Custom Scrollbar */
    scrollbar-width: thin;
    scrollbar-color: #DFDFDF transparent;
}
.accordion-filter .accordion-body::-webkit-scrollbar {
    width: 8px;
    border-radius: 10px;
    background: transparent;
}
.accordion-filter .accordion-body::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}
.accordion-filter .accordion-body::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}
.accordion-custom .accordion-button:not(.collapsed),
.accordion-filter .accordion-button:not(.collapsed) {
    background-color: var(--primary);
    color: #FFFFFF;
}
.accordion-custom .accordion-button::after,
.accordion-filter .accordion-button::after {
    font-family: 'bootstrap-icons';
    content: '\f4fe';
    font-weight: 900;
    color: var(--dark);
    font-size: 1rem;
    background-image: none !important;
}
.accordion-custom .accordion-button:not(.collapsed)::after,
.accordion-filter .accordion-button:not(.collapsed)::after {
    content: '\f2ea';
    color: #FFFFFF;
    transform: none !important;
}

/* ===== */

.containerNominal {
  position: relative;
  margin-top: 6rem;
}
.containerNominal .note {
  color: var(--black-text);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  overflow-wrap: break-word;
}
.nom-radio,
.pay-radio {
  display: none;
}
.containerChoice {
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem; */
  width: 100%;
  padding: 20px 24px;
  border-radius: 10px;
  border: 1px solid var(--dark-grey);
  background: rgba(var(--white-rgb), 0.1);
  /* backdrop-filter: blur(10px); */
  cursor: pointer;
  margin-bottom: 1.4rem;
}
.containerChoice .containerIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 10px 0px;
  background: var(--white);
}
.containerChoice .containerIcon i {
  font-size: 18px;
  color: var(--white);
}

.containerChoice .text .desc {
  color: var(--yellow-primary);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  /* text-align: center; */
  width: 50%;
}
.containerChoice .text .desc-detail {
  color: var(--black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 50%;
}
.containerChoice .text .count {
  color: var(--black);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}
[data-theme="dark"] .containerChoice {
  border: 1px solid hsla(0, 0%, 100%, 0.12);
  background: rgba(var(--white-rgb), 0.1);
}
.nom-radio:checked:checked ~ .containerChoice {
  /* background: var(--light-yellow); */
  border: 1px solid var(--yellow-primary);
}
[data-theme="dark"] .nom-radio:checked:checked ~ .containerChoice {
  /* background: var(--bg-dark); */
  border: 1px solid var(--yellow-primary);
}
.nom-radio:checked:checked ~ .containerChoice .text .desc,
.nom-radio:checked:checked ~ .containerChoice .text .count {
  /* color: var(--yellow-primary); */
}
.nom-radio:checked:checked ~ .containerChoice .containerIcon {
  top: -1px;
  left: -1px;
  background: var(--yellow-primary);
}

.choicePay {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 0 12px;
  border-radius: 12px;
  background: var(--light-grey);
  border: 2px solid var(--light-grey);
  cursor: pointer;
  margin-bottom: 1rem;
}
.choicePay .containers {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.6rem;
}
.choicePay .containers .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--dark-grey);
  background: var(--light-grey);
}
.choicePay .containers .icon i {
  font-size: 12px;
  color: var(--light-grey);
  margin-bottom: -2px;
  margin-left: -1px;
}
.choicePay .containers .text {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.6rem;
}
.choicePay .containers .text .name {
  color: var(--black-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.choicePay .containers .text .price {
  color: var(--light-grey);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: none;
}
.pay-radio:checked:checked ~ .choicePay {
  background: var(--light-yellow);
  border: 1px solid var(--yellow-primary);
}
[data-theme="dark"] .pay-radio:checked:checked ~ .choicePay {
  background: transparent;
}
.pay-radio:checked:checked ~ .choicePay .text .desc,
.pay-radio:checked:checked ~ .choicePay .text .count {
  color: var(--yellow-primary);
}
.pay-radio:checked:checked ~ .choicePay .containers .icon {
  background: var(--yellow-primary);
  border-color: var(--yellow-primary);
}
.pay-radio:checked:checked ~ .choicePay .containers .icon i {
  color: var(--white);
}
.pay-radio:checked:checked ~ .choicePay .containers .text .price {
  color: var(--yellow-primary);
  display: block;
}

.subContent {
  position: relative;
  background: #fff;
  /* margin-top: 100px; */
}

/* TESTIMONI */

.containerTestimoni {
  position: relative;
  width: 100%;
  background-color: var(--dark-blue);
  padding: 75px 48px;
}
[data-theme="dark"] .containerTestimoni {
  background-color: var(--bg-dark);
}
.containerTestimoni .trusted-text {
  color: var(--yellow-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.containerTestimoni .desc-text {
  color: var(--white);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 6px 0;
}
.containerTestimoni .subdesc-text {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  opacity: 0.5;
}
.containerTestimoni .containerUsers {
  display: flex;
  justify-content: start;
  align-items: center;
}
.containerTestimoni .containerUsers .containers {
  position: relative;
  width: 120px;
  margin-top: 1rem;
}
.containerTestimoni .containerUsers .containers:first-child::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 25px;
  width: 1px;
  height: 30px;
  background: #ffffff60;
}
.containerTestimoni .containerUsers .containers::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 36px;
  width: 1px;
  height: 30px;
  background: #ffffff60;
}
.containerTestimoni .containerUsers .containers:last-child:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 36px;
  width: 1px;
  height: 30px;
  background: transparent;
}
.containerTestimoni .containerUsers .containers .count {
  color: #f6f8fd;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
}
.containerTestimoni .containerUsers .containers .title {
  color: var(--white);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  opacity: 0.5;
}
.swiperTesti {
  /* margin-top: 1rem; */
}
.swiper-navigation {
  width: 5%;
  display: flex;
  justify-content: space-between; /* Pisahkan tombol navigasi ke kiri dan kanan */
  align-items: center;
  position: absolute;
  top: 25px;
  right: 10px;
  padding: 0 50px; /* Beri ruang horizontal */
}

/* Tombol navigasi */
.swiper-navigation .swiper-button-next,
.swiper-navigation .swiper-button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background-color: rgba(0, 0, 0, 0.5); Tambahkan background agar tombol terlihat */
  
  color: rgba(255, 255, 255, 0.8); /* Warna default */
  transition: background-color 0.3s, transform 0.3s; /* Animasi untuk hover */
  z-index: 1 !important;
}

/* Ikon di dalam tombol */
.swiper-navigation .swiper-button-next::after,
.swiper-navigation .swiper-button-prev::after {
  font-family: "bootstrap-icons";
  font-size: 20px;
}
/* Tombol Aktif */
.swiper-navigation .swiper-button-next.active,
.swiper-navigation .swiper-button-prev.active {
  color: var(--white); /* Warna putih penuh */
}

/* Ikon panah kanan */
.swiper-navigation .swiper-button-next::after {
  content: "\f138"; /* bi-arrow-right */
}

/* Ikon panah kiri */
.swiper-navigation .swiper-button-prev::after {
  content: "\f12f"; /* bi-arrow-left */
}

/* Efek hover */
.swiper-navigation .swiper-button-next:hover,
.swiper-navigation .swiper-button-prev:hover {
  
}

.testimoni .containers {
  position: relative;
}
.testimoni .containers .rate {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.4rem;
}
.testimoni .containers .rate i {
  color: var(--yellow-primary);
  font-size: 14px;
}
.testimoni .containers .gameNm {
  color: #34364a;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.testimoni .containers .desc {
  color: #6b7c8e;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: -4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.testimoni .containers .invoice {
  color: #6b7c8e;
}
[data-theme="dark"] .testimoni .containers .gameNm {
  color: #fff;
}
[data-theme="dark"] .testimoni .containers .desc {
  color: #fff;
}
[data-theme="dark"] .testimoni .containers .invoice {
  color: #fff;
}
.testimoni .containers .name {
  color: var(--yellow-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-top: 1rem;
}
.testimoni .containers .contentBot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
}
.testimoni .containers .contentBot .text {
  color: var(--black-text);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
}

.containerNews {
  position: relative;
  padding: 0 10rem;
  background-color: #fff;
}
[data-theme="dark"] .containerNews {
  background-color: var(--light-grey);
}
.containerNews .head {
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; */
}
.containerNews .title1 {
  color: var(--yellow-primary);
  /* text-align: center; */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.containerNews .title2 {
  position: relative;
  display: inline-flex;
  color: var(--dark-blue);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

[data-theme="dark"] .containerNews .title2 {
  color: var(--black);
}

.containerNews .title2 img {
  position: absolute;
  top: -20px;
  right: -40px;
}

.containerNews .title3 {
  color: var(--dark-blue);
  /* text-align: center; */
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

[data-theme="dark"] .containerNews .title3 {
  color: var(--black);
}

.swiperNews {
  position: relative;
  margin-top: 4rem;
}
.swiperNews .containers {
  position: relative;
}
.swiperNews .containers img {
  width: 100%;
  height: 220px;
  border-radius: 10px 10px 0 0;
}
.swiperNews .containers .date {
  position: relative;
  display: inline-block;
  padding-left: 1.4rem;
  border-radius: 20px;
  color: var(--yellow-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 1rem;
}
.swiperNews .containers .title {
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-right: 1.4rem;
  padding-left: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiperNews .containers .subtitle {
  color: var(--black-text);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 6px;
  padding-right: 1.4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.containerNavNews {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.containerBanner {
  margin-top: 0.5rem !important;
}
.container-track {
  background-image: url("https://flowbite.s3.amazonaws.com/docs/jumbotron/hero-pattern.svg");
  width: 100%;
  height: 100%;
}
[data-theme="dark"] .container-track {
  background-image: url("../img/hero-pattern-dark.svg");
  width: 100%;
  height: 100%;
}
.containerTracking {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 4rem;
  padding-bottom: 2rem;
}

.virtualaccount .head {
  /* color: #34364a; */
  color: var(--black);
  leading-trim: both;
  text-edge: cap;
  font-family: Outfit;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.virtualaccount ol {
  padding-left: 16px !important;
}

.text-green {
  color: #00dd73 !important;
}

.notfound {
  padding: 100px 0;
}

.notfound img {
  width: 200px;
}
.notfound .head {
  color: var(--blacktext);
  font-family: Outfit;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
}
.notfound .title {
  color: var(--blacktext);
  text-align: center;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
[data-theme="dark"] .notfound .head {
  color: #fff;
}
[data-theme="dark"] .notfound .title {
  color: #fff;
}

.virtualaccount ol li {
  color: #34364a;
  leading-trim: both;
  text-edge: cap;
  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.containerTracking .head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.containerTracking .head .title {
  color: var(--black);
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.containerTracking .head .subtitle {
  color: var(--black);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}
.containerTracking .cardTrack {
  position: relative;
  padding: 4px;
  border-radius: 20px;
  width: 100%;
  margin-top: 1.5rem;
  background: #fff;
}
.containerTracking .cardTrack {
  background: var(--white);
}
.containerTracking .cardTrack a {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(-50%, -50%);
}
.containerTracking .cardTrack button {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(-50%, -50%);
}
.containerTracking .notes {
  position: relative;
  width: 760px;
  margin-top: 3rem;
}
.containerTracking .notes .text1 {
  color: var(--black-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.containerTracking .notes .text2 {
  color: var(--black-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

.notes {
  color: #6b7c8e;
}

[data-theme="dark"] .notes {
  color: #fff;
}

/* FOOTER */

.footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background-color: var(--dark-blue);
  padding-top: 48px;
}
[data-theme="dark"] .footer {
  background-color: var(--dark-blue);
}
.footer .logo {
  display: flex;
  /* justify-content: center;
  align-items: center; */
  gap: 0.5rem;
}
.footer .logo img {
  height: 38px;
}
.footer .logo .names {
  color: var(--white);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
.footer .desc {
  color: rgba(255, 255, 255, 0.8);
  /* text-align: center; */
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  max-width: 450px;
  margin: 8px 0;
}
.footer .sosmed {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
}
.footer .sosmed .containers {
  position: relative;
  font-size: 1rem;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* width: 40px;
  height: 40px; */
  /* border-radius: 10px; */
  /* background: var(--yellow-primary);
  box-shadow: 0px 4px 50px 0px rgba(17, 20, 58, 0.3),
    0px 1px 0px 0px rgba(255, 255, 255, 0.4) inset;
  backdrop-filter: blur(5px); */
}
.footer .bottomFoot {
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  width: 100%;
  margin-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem 0;
}
.footer .bottomFoot .copyright,
.footer .bottomFoot .linkFoot {
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  width: 100%;
}
.footer .linkFoot .containers {
  position: relative;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 1rem;
}
.footer .linkFoot .btn {
  float: right;
}
.footer .bottomFoot .copyright .text {
  color: var(--white);
  text-align: left;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  white-space: nowrap;
}
.footer .bottomFoot .copyright .sosmed {
  float: right;
}
.footer .linkFoot a {
  color: var(--white);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  white-space: nowrap;
}

.mobileNav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed !important;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8%;
  padding: 1rem;
  visibility: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px -1px 100px 0px rgba(255, 168, 66, 0.1);
  z-index: 99;
  transition: transform 0.5s ease-out;
  transform: translateY(0);
}
[data-theme="dark"] .mobileNav {
  /* background: var(--navbar); */
  background: #000815;
  backdrop-filter: blur(13.59px);
}
.mobileNav-hidden {
  transform: translateY(-100%);
}
/* .mobileNav.login {
	background: transparent;
} */
.mobileNav .containers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mobileNav .containers i {
  font-size: 22px;
  color: var(--black-text);
}
.mobileNav .containers .text {
  /* color: var(--black-text); */
  color: #898989;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.mobileNav .containers.active i {
  font-size: 24px;
  color: var(--yellow-primary);
}
.mobileNav .containers.active .text {
  color: var(--black);
}

.icon-link.active + .title {
  color: var(--black) !important;
}
.icon-link svg {
  width: 2rem;
  height: 2rem;
  margin-bottom: 2px;
}
.icon-link.active > svg path {
  stroke: var(--black);
}
.icon-link.active > svg path.fill {
  fill: var(--black);
}

/* MODAL TICKET */

.ticketBarcode {
  position: relative;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  border-radius: 0 15px 15px 0;
  border-right: 5px solid var(--yellow-primary);
  border-top: 5px solid var(--yellow-primary);
  border-bottom: 5px solid var(--yellow-primary);
  z-index: 2;
}
.receipt .ticketDetail::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0px;
  /* transform: translate(-50%, -50%); */
  width: 0px;
  height: 80%;
  border-left: 1px dashed transparent;
  border-image: repeating-linear-gradient(
    to bottom,
    var(--yellow-primary) 0,
    var(--yellow-primary) 10px,
    transparent 10px,
    transparent 20px
  ) 1;
}

.ticketBarcode .logo {
  height: 50px;
  margin-bottom: 6px;
}
.ticketBarcode .gameNm {
  /* color: #6b7c8e; */
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ticketBarcode .diamond {
  /* color: #6b7c8e; */
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.ticketBarcode .price {
  color: var(--yellow-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ticketBarcode .barcode {
  width: 245px;
  height: 245px;
  margin: 1rem 0;
  border-radius: 10px;
  border: 1px solid var(--yellow-primary);
}
.ticketBarcode .status {
  width: 245px;
  height: 245px;
  margin: 1rem 0;
}
.ticketBarcode .desc .text {
  color: #6b7c8e;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.ticketBarcode .desc .logoPay {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 6px 0;
}
.ticketDetail {
  position: relative;
  /* padding-left: 2.2rem;
  padding-right: 1rem; */
  padding: 1.5rem;
  border-radius: 15px;
  /* border-left: 5px solid var(--yellow-primary);
  border-top: 5px solid var(--yellow-primary);
  border-bottom: 5px solid var(--yellow-primary); */
}
.ticketDetail .head {
  color: #34364a;
  /* color: var(--black); */
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.receipt .ticketDetail {
  position: relative;
  /* padding-left: 2.2rem;
  padding-right: 1rem; */
  padding: 1.5rem;
  border-radius: 15px 0 0 15px;
  border-left: 5px solid var(--yellow-primary);
  border-top: 5px solid var(--yellow-primary);
  border-bottom: 5px solid var(--yellow-primary);
  z-index: 2;
}
.receipt .ticketDetail .head {
  /* color: #34364a; */
  color: var(--black);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.ticketDetail .containers {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.ticketDetail .containers .title {
  color: #6b7c8e;
  /* color: var(--black); */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ticketDetail .containers .desc {
  color: #6b7c8e;
  /* color: var(--black); */
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: end;
}
.receipt .ticketDetail .containers .title {
  /* color: #6b7c8e; */
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.receipt .ticketDetail .containers .desc {
  /* color: #6b7c8e; */
  color: var(--black);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: end;
}

.containerRate {
  position: relative;
  background: var(--white);
}
.containerRate .logo {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
}
.containerRate .title {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 38.4px */
}
.containerRate .emoji {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.emoji-radio {
  display: none;
}
.choiceEmoji {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
  transition: 0.3s;
}
.emoji-radio:checked:checked ~ .choiceEmoji {
  border: 1px solid var(--yellow-primary);
  transition: 0.3s;
}

/* HISTORY */

section.history {
  position: relative;
  /* max-width: 768px; */
  /* margin: 0 auto 6rem auto; */
}
section.history .container {
  position: relative;
  max-width: 80%;
  margin: 7rem auto 6rem auto;
}
section.history .banner-account {
  position: relative;
}
section.history .banner-account h1 {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 5;
}
section.history .banner-account img {
  width: 100%;
}
section.history .identity img {
  width: 5%;
}
section.history .banner-account::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 16, 44, 0.5);
  z-index: 1;
}

section.history .banner-account::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 16, 44, 1), rgba(0, 16, 44, 0));
  z-index: 2;
}
section.history .cards {
  background-color: #192C4C;
}

.history .containerHead {
  /* display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.6rem; */
}
.history .containerHead .profile {
  /* display: flex; */
  /* width: 70%; */
}
.history .containerHead .user {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  color: var(--black);
  /* border: 2px solid var(--yellow-primary); */
  border: 1px solid rgba(var(--white-rgb), .20);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .5rem;
  font-size: 2.5rem;
  font-weight: 700;
}
.history .containerHead .identity .name {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
  color: var(--black);
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.history .containerHead .identity .name img {
  width: 20px;
  margin-bottom: 4px;
}
.history .containerHead .identity .desc {
  color: var(--blacktext);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
[data-theme="dark"] .history .containerHead .identity .desc {
  color: var(--white);
}
.history .containerSaldo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.history .containerSaldo .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: var(--yellow-primary);
}
.history .containerSaldo .desc {
  color: var(--black-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 6px 0;
}
.history .containerSaldo .price {
  color: var(--black);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: -40px;
}

.mt-10 {
  margin-top: 5rem;
}

.hisTabs {
  position: relative;
  bottom: -65px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.hisTabs .btnHisTabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  border-radius: 12px;
  border: 1px solid var(--dark-grey);
  background: var(--white);
}
[data-theme="dark"] .hisTabs .btnHisTabs {
  background: transparent;
}
.hisTabs .btnHisTabs i {
  font-size: 22px;
  color: var(--black-text);
}
.hisTabs .btnHisTabs .text {
  color: var(--black-text);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: -4px;
}
.hisTabs .btnHisTabs.active {
  border: 1px solid var(--yellow-primary);
  background: var(--light-yellow);
}
[data-theme="dark"] .hisTabs .btnHisTabs.active {
  background: var(--light-blue);
}
.hisTabs .btnHisTabs.active i,
.hisTabs .btnHisTabs.active .text {
  color: var(--yellow-primary);
}
.history .containerHis .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
}
.containerHis .head .title {
  color: #34364a;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.containerHis .head .filter {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 10px;
  color: var(--black-text);
  background: var(--dark-grey);
}
.containerHis .contents {
  position: relative;
}
.containerHis .contents .transaksi {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--light-grey);
}
.containerHis .contents .transaksi .containers {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 0.8rem;
}
.containerHis .contents .transaksi .containers .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  box-shadow: 0px 1px 70px 0px rgba(203, 203, 203, 0.25);
}
.containerHis .contents .transaksi .containers .icon.plus {
  background: #28c76f21;
}
.containerHis .contents .transaksi .containers .icon.min {
  background: #fff0f4;
}
.containerHis .contents .transaksi .containers .text .date {
  color: var(--black-text);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.containerHis .contents .transaksi .containers .text .date span {
  font-weight: 400;
}
.containerHis .contents .transaksi .containers .text .price {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.containerHis .contents .transaksi .containers .text .price.plus {
  color: #28c76f;
}
.containerHis .contents .transaksi .containers .text .price.min {
  color: #ff5f8c;
}
.containerHis .contents .transaksi i {
  font-size: 14px;
  color: var(--black-text);
}

.containerHis .note {
  color: var(--black-text);
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
}

@media (max-width: 800px) {
  .navbar {
    padding: 15px 18px;
    justify-content: start;
  }
  .navbar.active {
    padding: 16px 16px !important;
  }
  .navbar .navLeft img {
    position: absolute;
    top: 18px;
    left: 20px;
  }
  .navbar .navLeft .logoName {
    display: none;
  }
  .navbar .navRight {
    width: 100%;
    margin-left: 60px;
    gap: 2rem;
  }
  .navbar .navRight .navSearch {
    width: 100%;
    position: relative;
  }
  .navbar .navRight .navSearch input {
    width: 100%;
    height: 40px;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 300;
    color: var(--black-text);
    background: var(--light-grey);
    border: none;
    outline: none;
  }
  [data-theme="dark"].navbar .navRight .navSearch input {
    color: var(--black);
    background: var(--light-blue);
  }
  .navbar .navRight .login,
  .navbar .navRight .containerMenu {
    display: none;
  }

  .content {
    padding: 20px 0;
  }

  .swiper-slide.flashSale {
    height: 150px !important;
  }

  /* .swiper-slide.banner.swiper-slide-prev img,
	.swiper-slide.banner.swiper-slide-next img,
	.swiper-slide.banner.swiper-slide-active img {
		width: 100%;
		height: auto;
		border-radius: 20px;
		overflow: hidden;
	} */
  .containerTitle {
    padding: 0 12px;
  }
  .containerTitle .title {
    font-size: 22px;
  }
  .containerTitle .subtitle {
    font-size: 12px;
    margin-top: 0.5rem;
  }

  .title-head {
    font-size: 22px;
  }

  .containerFlashSale,
  .containerProduct {
    padding: 0 0;
  }
  .containerFlashSale .headerFS .FSnav {
    display: none;
  }

  .navTabs {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .navTabs .text {
    white-space: nowrap;
  }
  .navTabs::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    display: none;
  }

  .navTabs::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .navTabs::-webkit-scrollbar-track {
    background: transparent;
  }

  .containerAlpha .banner {
    width: 100%;
    height: 130px;
    /* border-radius: 10px; */
    object-fit: cover;
  }
  .containerAlpha {
    margin: 0 0 0 0;
  }

  .containerML {
    /* position: absolute;
    left: 10px;
    bottom: -45px; */
    width: 150px;
    height: 85px;
    border-radius: 10px;
  }
  .containerML .logo-ml {
    width: 80px;
  }

  .containerNominal {
    padding: 0 12px;
    margin-top: 4rem;
  }
  .containerNominal .reverse {
    flex-direction: column;
  }
  .accordionHeadPay {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    height: auto;
    padding: 15px 42px 15px 24px;
    transition: 0.2s;
  }
  .accordionHeadPay .containers img {
    width: 45px;
    margin-top: 4px;
  }
  .choicePay .containers .text {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 0.2rem;
  }

  .containerTestimoni {
    padding: 75px 12px;
  }
  .containerTestimoni .trusted-text {
    font-size: 14px;
  }
  .containerTestimoni .desc-text {
    font-size: 24px;
  }
  .containerTestimoni .subdesc-text {
    font-size: 12px;
  }
  .containerTestimoni .containerUsers .containers {
    position: relative;
    width: 120px;
    margin-top: 1rem;
  }
  .containerTestimoni .containerUsers .containers:first-child::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 18px;
    width: 1px;
    height: 25px;
    background: #ffffff60;
  }
  .containerTestimoni .containerUsers .containers::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 22px;
    width: 1px;
    height: 25px;
    background: #ffffff60;
  }
  .containerTestimoni .containerUsers .containers .count {
    font-size: 24px;
  }
  .containerTestimoni .containerUsers .containers .title {
    font-size: 12px;
  }
  .swiperTesti {
    margin-top: 5rem;
  }
  .testimoni .containers .rate {
    gap: 0.2rem;
  }
  .testimoni .containers .rate i {
    font-size: 12px;
  }
  .testimoni .containers .gameNm {
    font-size: 16px;
  }
  .testimoni .containers .desc {
    font-size: 12px;
  }
  .testimoni .containers .contentBot .text {
    font-size: 10px;
  }
  .containerNews {
    padding: 4rem 0;
  }

  .containerNews .title1 {
    font-size: 14px;
  }
  .containerNews .title2 {
    font-size: 24px;
  }
  [data-theme="dark"] .containerNews .title2 {
    font-size: 24px;
  }
  .containerNews .title2 img {
    display: none;
  }
  .containerNews .title3 {
    font-size: 12px;
  }
  .swiperNews .containers img {
    height: 120px;
  }

  /* .containerTracking  {
		padding-left: 2rem;
		padding-right: 2rem;
	} */
  .containerTracking .head .title {
    font-size: 24px;
  }
  .containerTracking .head .subtitle {
    font-size: 12px;
  }
  .containerTracking .cardTrack,
  .containerTracking .notes {
    width: 100%;
  }

  .footer .desc {
    padding: 0 1.2rem;
  }
  .footer .bottomFoot {
    flex-direction: column-reverse;
    gap: 0.4rem;
  }
  .footer .bottomFoot .copyright .text,
  .footer .bottomFoot .linkFoot a {
    font-size: 12px;
  }

  .mobileNav {
    visibility: visible;
  }
}

@media (max-width: 500px) {
  .containerTitle {
    margin: 24px 0;
  }
  .swiper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 800px) {
  /* .swiper-slide.banner .banner-sm {
		display: none;
	} */
}

@media (max-width: 766px) {
  .receipt::before {
    top: 40%;
    left: 0;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .receipt-body::before {
    top: 40%;
    left: 0;
    transform: translate(-50%, -50%) rotate(135deg);
    background: var(--dark-blue);
  }
  .receipt::after {
    bottom: 60%;
    left: 100%;
    transform: translate(-50%, 50%) rotate(315deg);
  }
  .receipt-body::after {
    bottom: 60%;
    left: 100%;
    transform: translate(-50%, 50%) rotate(315deg);
    background: var(--dark-blue);
  }
  .receipt-bg {
    flex-direction: column-reverse;
  }
  .receipt-bg::before {
    content: "";
    position: absolute;
    background: url('/template-user/img/element-universe.webp');
    background-size: cover;
    right: -10%;
    top: -5%;
    width: 120px;
    height: 120px;
  }
  .receipt-bg::after {
    content: "";
    position: absolute;
    background: url('/template-user/img/element-universe.webp');
    background-size: cover;
    right: -25%;
    bottom: -7%;
    width: 250px;
    height: 250px;
  }

  .ticketBarcode {
    /* margin-bottom: 1.5rem; */
    margin-bottom: 0 !important;
    border-radius: 15px 15px 0 0;
    border-left: 5px solid var(--yellow-primary);
    border-right: 5px solid var(--yellow-primary);
    border-top: 5px solid var(--yellow-primary);
    border-bottom: 0 !important;
  }

  .ticketDetail {
    /* margin-top: 1.5rem; */
    margin-top: 0;
    padding: 2rem 1rem !important;
  }
  .receipt .ticketDetail {
    /* margin-top: 1.5rem; */
    margin-top: 0;
    padding: 3rem 1.5rem !important;
  }
  .receipt .ticketDetail::after {
    display: none;
  }
  .receipt .ticketDetail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    /* transform: translate(-50%, -50%); */
    width: 60%;
    height: 0;
    border-top: 1px dashed transparent;
    border-image: repeating-linear-gradient(
      to right,
      var(--yellow-primary) 0,
      var(--yellow-primary) 10px,
      transparent 10px,
      transparent 20px
    ) 1;
  }

  section.history {
    margin: 3rem auto;
    padding: 0 0.6rem;
  }
  .hisTabs {
    bottom: -58px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .hisTabs .btnHisTabs {
    width: 70px;
    height: 70px;
  }
  .hisTabs .btnHisTabs i {
    font-size: 18px;
  }
  .hisTabs .btnHisTabs .text {
    font-size: 12px;
  }
}

.logins-wrapper {
  min-width: 100%;
  min-height: 100vh;
  /* background-image: url("../img/icon/bglogin.webp");
  background-position: top;
  background-size: cover; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-wrapper {
  min-width: 100vw;
  min-height: 100vh;
  background-image: url("../img/icon/bglogin.webp");
  background-position: top;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-card {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 20px;
  /* border: 1px solid var(--yellow-primary); */
  /* background: rgba(255, 255, 255, 0.1); */
  /* backdrop-filter: blur(10px); */
}

.icon-paddword {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
}

.login-card .head {
  color: var(--white);
  leading-trim: both;
  text-edge: cap;
  font-family: "Figtree", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.login-card .option {
  color: rgba(255, 255, 255, 0.6);
  leading-trim: both;
  text-edge: cap;
  font-family: Outfit;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 18px */
}

.login-card .option a {
  color: var(--yellow-primary);
}

.input-date {
  display: flex;
  height: 68px;
  padding: 20px;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
  border-radius: 18px;
  background: var(--grey, #f6f8fd);
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: var(--yellow-primary) !important;
}

.daterangepicker td.in-range {
  background-color: #fbf3e7 !important;
}

.btn-primary {
  background-color: var(--yellow-primary) !important;
  color: var(--white);
  border: none;
}

.theme-switch {
  cursor: pointer;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

[data-theme="dark"] .theme-switch {
  background-color: var(--light-blue);
  border: 1px solid hsla(0, 0%, 100%, 0.12);
}

.yellowprim {
  color: var(--yellow-primary);
}
.darkbl {
  color: var(--yellow-primary);
}

.floating-contact {
  background-color: var(--yellow-primary);
  padding: 10px;
  border-radius: 10px 10px 0 10px;
  position: fixed;
  /* z-index: 99999; */
  z-index: 1221;
  /* bottom: 250px; */
  right: 10px;
  cursor: pointer;
  box-shadow: 0px 2px 90px 0px rgba(71, 71, 71, 0.15);
}

.floating-btu {
  display: none;
  opacity: 0;
  background-color: var(--light-yellow);
  padding: 12px;
  border-radius: 10px 10px 10px 10px;
  position: fixed;
  /* z-index: 99999; */
  z-index: 1221;
  /* bottom: 230px; */
  right: 10px;
  cursor: pointer;
  box-shadow: 0px 2px 90px 0px rgba(71, 71, 71, 0.15);
}

.floating-contact img {
  width: 32px;
  display: block;
  margin: 0 auto;
}
.floating-contact span {
  color: #6b7c8e;
  font-weight: 600;
  font-size: 12px;
}

/* TEXT COLOR */

.text-white {
  color: #fff !important;
}
.text-dark {
  color: var(--black-text) !important;
}
.text-grey {
  color: #6b7c8e !important;
}
.text-info {
  color: #00cfe8 !important;
}
.text-success {
  color: #28c76f !important;
}
.text-danger {
  color: #ea5455 !important;
}
.text-sm {
  font-size: 12px;
  font-weight: 300;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

/* HEIGHT */

.h-40 {
  height: 6rem;
}

/* SHADOW */

.shadow {
  box-shadow: -1px 2px 4px 1px rgba(144, 144, 144, 0.5);
  -webkit-box-shadow: -1px 2px 4px 1px rgba(144, 144, 144, 0.5);
  -moz-box-shadow: -1px 2px 4px 1px rgba(144, 144, 144, 0.5) !important;
}

.hidden {
  display: none;
}

.leading-none {
  line-height: 1;
}

[data-theme="dark"] .desc {
  color: #fff;
}

/* Circle */

.circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -99999;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 130px;
  height: 130px;
  background: var(--white);
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 110px;
  height: 110px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 130px;
  height: 130px;
  animation-delay: 0s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  width: 90px;
  height: 90px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 110px;
  height: 110px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 150px;
  height: 150px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 80px;
  height: 80px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 20%;
  }
}

.sticky-tabs {
  position: sticky;
  top: 50px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffffcf;
  backdrop-filter: blur(13.59px);
  z-index: 19;
}
[data-theme="dark"] .sticky-tabs {
  background-color: var(--navbar);
}
.rounded-xl {
  border-radius: 0.75rem;
}

/* Menu Sidebar */
.menu {
  --s: 20px; /* Adjusted size */
  height: var(--s);
  aspect-ratio: 1;
  border: none;
  padding: 0;
  border-inline: calc(var(--s) / 2) solid #0000;
  box-sizing: content-box;
  --_g1: linear-gradient(var(--black) 20%, #0000 0 80%, var(--black) 0)
    no-repeat content-box border-box;
  --_g2: radial-gradient(
      circle closest-side at 50% 12.5%,
      var(--black) 95%,
      #0000
    )
    repeat-y content-box border-box;
  background: var(--_g2) left var(--_p, 0px) top,
    var(--_g1) left calc(var(--s) / 10 + var(--_p, 0px)) top,
    var(--_g2) right var(--_p, 0px) top,
    var(--_g1) right calc(var(--s) / 10 + var(--_p, 0px)) top;
  background-size: 20% 80%, 40% 100%;
  position: relative;
  clip-path: inset(0 25%);
  -webkit-mask: linear-gradient(90deg, #0000, #000 25% 75%, #0000);
  cursor: pointer;
  transition: background-position 0.3s var(--_s, 0.3s),
    clip-path 0s var(--_s, 0.6s);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.menu:before,
.menu:after {
  content: "";
  position: absolute;
  border-radius: var(--s);
  inset: 40% 0;
  background: var(--black);
  transition: transform 0.3s calc(0.3s - var(--_s, 0.3s));
}

.menu:checked {
  clip-path: inset(0);
  --_p: calc(-1 * var(--s));
  --_s: 0s;
}

.menu:checked:before {
  transform: rotate(45deg);
}

.menu:checked:after {
  transform: rotate(-45deg);
}

.menu:focus-visible {
  clip-path: none;
  -webkit-mask: none;
  border: none;
  outline: 2px solid var(--black);
  outline-offset: 5px;
}

.modal-backdrop {
  z-index: 1;
}

.offcanvas {
  /* background-color: var(--bg-body); */
  background: #000815;
}

.logoName {
  font-size: 20px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 800;
  font-size: bold;
  color: var(--dark-blue);
  cursor: pointer;
}

[data-theme="dark"] .logoName {
  color: var(--white);
}

.offcanvas-header .logoName {
  font-size: 30px;
}
.offcanvas-header img {
  width: 40px;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 15rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.nav-account {
  position: absolute;
  bottom: -20%;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
}

.cards-account {
  width: auto;
  position: relative;
  border-radius: 15px;
  background: var(--light-blue);
  border: 1px solid rgba(255, 255, 255, 0.20);
  padding: 1rem 2rem;
}

.cards-account .nav {
  gap: 1rem;
}
.cards-account .nav li i {
  margin-right: .5rem;
}

.cards-account .btnHisTabs {
  background-color: #192C4C;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 15px;
  padding: .5rem 1rem;
  color: var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  white-space: nowrap;
}

.cards-account .btnHisTabs.active {
  background-color: var(--yellow-primary);
  color: var(--white);
}

.cards-account .btnHisTabs.danger {
  background-color: rgba(255, 0, 0, .20);
  color: var(--white);
}

.nav-item-link {
  display: flex;
  gap: 2px;
  align-items: center;
  padding: 14px;
  border-radius: 10px;
  transition: all ease-in.3s;
  color: var(--dark-blue);
  background-color: transparent;
  font-size: 18px;
  font-weight: 500;
}

.nav-item-link .icon-link {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--bg-body);
  color: var(--dark-blue);
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
[data-theme="dark"] .nav-item-link .icon-link {
  /* background-color: var(--navbar); */
  background-color: transparent;
  color: var(--white);
}

.nav-item-link .title {
  color: var(--dark-blue);
}
.nav-item-link:hover .title {
  /* color: var(--bg-body); */
}
.nav-item-link:hover {
  /* color: var(--dark-blue);
  background-color: var(--dark-blue); */
}
.link-list {
  display: flex;
  flex-direction: column;
  gap: 2;
}
[data-theme="dark"] .nav-item-link .title {
  /* color: var(--white); */
  color: #898989;
}
[data-theme="dark"] .nav-item-link:hover .title {
  /* color: var(--bg-body); */
}
[data-theme="dark"] .nav-item-link:hover {
  /* color: var(--white);
  background-color: var(--white); */
}
[data-theme="dark"] .link-list {
  display: flex;
  flex-direction: column;
  gap: 2;
}

/* PWA */
.pwa {
  background-color: var(--light-yellow);
}
[data-theme="dark"] .pwa {
  background-color: var(--light-blue);
}
.pwa .desc {
  color: black;
}
[data-theme="dark"] .pwa .desc {
  color: var(--white);
}
.rounded-xl {
  border-radius: 0.75rem;
}
[data-theme="dark"] .bg-white {
  background-color: var(--light-blue) !important;
}

/* Header Account */
  
.header-account {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: -40%;
  z-index: 3;
  min-height: 180px;
}
.header-account .cards-account {
  width: 80%;
  position: relative;
  border-radius: 15px;
  background: var(--light-blue);
  border: 1px solid rgba(255, 255, 255, 0.20);
  padding: 2rem;
}
.header-account .identity-tags {
  width: auto;
  flex: 1 1 40%;
  padding: .5rem 1rem;
  border-radius: 15px;
  border: 1px solid rgba(var(--white-rgb), 0.20);
  background: rgba(var(--white-rgb), 0.10);
  color: var(--white);
  font-size: .8rem;
}

/* Header Account */

/* Mitra */

.profil-mitra {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.profil-mitra-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* overflow: hidden; */
  border: 1px solid rgba(var(--white-rgb), .20);
  padding: 10px;
  position: relative;
}
.profil-mitra-img img {
  width: 100%;
}
.profil-mitra-img .action-edit {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #C4D1E9;
  background-color: #192C4C;
  color: #C4D1E9;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profil-mitra-img .action-edit {
  font-size: .8rem;
}
.profil-mitra-img,
.profil-mitra-img img,
.profil-mitra-img .action-edit {
  cursor: pointer;
}
.profil-mitra-text {
  margin: 1rem 0;
}
.profil-mitra-text a {
  color: var(--white);
  font-weight: bold;
  text-decoration: none;
}

/* Mitra */

/* Achievement */

.header-achievement {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: -40%;
  z-index: 3;
  min-height: 180px;
}
.box-achievement {
  position: relative;
  width: 80%;
  background: 
    radial-gradient(circle at 50% 50%, 
        rgba(10, 34, 103, 0.1) 0%, 
        rgba(3, 20, 57, 0.1) 28%, 
        rgba(1, 16, 43, 0.1) 68.5%, 
        rgba(51, 83, 141, 0.1) 100%
    ), 
    linear-gradient(180deg, 
        rgba(10, 34, 103, 0.1) 0%, 
        rgba(3, 20, 57, 0.1) 28.69%, 
        rgba(1, 16, 43, 0.1) 70.18%, 
        rgba(51, 83, 141, 0.1) 102.45%
    ), 
    linear-gradient(180deg, 
        rgba(10, 34, 103, 0.15) 0%, 
        rgba(3, 20, 57, 0.15) 41.49%, 
        rgba(1, 16, 43, 0.15) 55.83%, 
        rgba(51, 83, 141, 0.15) 102.45%
    ), 
    linear-gradient(180deg, 
        rgba(10, 34, 103, 0.5) 0%, 
        rgba(3, 20, 57, 0.5) 34.29%, 
        rgba(1, 16, 43, 0.5) 65.27%, 
        rgba(51, 83, 141, 0.5) 102.45%
    ), 
    url('/template-user/img/receipt-bg.webp') no-repeat center / cover, 
    #2F476B;
  padding: 2rem;
  border-radius: 15px;
  border: 2px solid #EFBF04;
  box-shadow: 0px -4.992px 4.992px 0px rgba(255, 255, 255, 0.12) inset;
  display: flex;
  justify-content: space-between;
}
.info-achievement {
  width: 25%;
  position: relative;
}
.detail-achievement {
  width: 100%;
  height: auto;
  position: absolute;
  padding: 1rem 1rem 2rem 1rem;
  background: url('/template-user/img/perisai-achievement.webp') no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.info-achievement::after {
  content: '';
  width: 80%;
  height: 150px;
  position: absolute;
  background: url('/template-user/img/perisai-achievement.webp') no-repeat;
  background-size: 100%;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
}
.detail-achievement .title-achievement {
  color: var(--white);
  font-weight: bold;
}
.detail-achievement img {
  width: 80% !important;
}
.progress-achievement {
  width: 75%;
  padding: 0 0 0 3rem;
  color: var(--white);
  font-weight: bold;
}
.achievement-bar-progress {
  width: 100%;
  height: 45px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.20);
}
.achievement-bar {
  width: 100%;
  background: rgba(255, 204, 0, 0.10);
  font-size: 0.8rem;
  height: 100%;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
  align-items: center !important;
  padding: 0 1rem;
}
.achievement-bar span {
  position: relative;
  z-index: 3;
  font-weight: bold;
}
.achievement-progress {
  height: 100%; /* Change from inherit to 100% */
  left: 0;
  position: absolute;
  top: 0;
  background: linear-gradient(270deg, #e3b500, #ff9900); /* Updated gradient colors */
  z-index: 2;
}
.achievement-progress::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(255, 165, 0, 1), rgba(255, 215, 0, 1), rgba(255, 165, 0, 1)); /* Updated gradient colors */
  background-size: 200% 200%;
  animation: fireAnimation 3s linear infinite;
  z-index: 3;
}
.achievement-next {
  border: 2px solid rgba(255, 255, 255, 0.20);
  border-radius: 5px;
  background: rgba(var(--white-rgb), 0.20);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.achievement-next img {
  width: 60% !important;
}

.body-achievement{
  margin: 16rem 0;
}

.cards-achievement,
.cards-detail-achievement {
  border-radius: 15px;
  border: 2px solid #EFBF04;
  background: 
    url('/template-user/img/card-achievement-bg.webp') no-repeat center / 135%,
    radial-gradient(circle at 50% 50%, 
      rgba(10, 34, 103, 0.1) 0%, 
      rgba(3, 20, 57, 0.1) 28%, 
      rgba(1, 16, 43, 0.1) 68.5%, 
      rgba(51, 83, 141, 0.1) 100%
    ), 
    linear-gradient(180deg, 
      rgba(10, 34, 103, 0.1) 0%, 
      rgba(3, 20, 57, 0.1) 28.69%, 
      rgba(1, 16, 43, 0.1) 70.18%, 
      rgba(51, 83, 141, 0.1) 102.45%
    ), 
    linear-gradient(180deg, 
      rgba(10, 34, 103, 0.15) 0%, 
      rgba(3, 20, 57, 0.15) 41.49%, 
      rgba(1, 16, 43, 0.15) 55.83%, 
      rgba(51, 83, 141, 0.15) 102.45%
    ), 
    linear-gradient(180deg, 
      rgba(10, 34, 103, 0.5) 0%, 
      rgba(3, 20, 57, 0.5) 34.29%, 
      rgba(1, 16, 43, 0.5) 65.27%, 
      rgba(51, 83, 141, 0.5) 102.45%
    ), 
    url('/template-user/img/receipt-bg.webp') no-repeat center / cover, 
    #2F476B;
  box-shadow: 0px -4.992px 4.992px 0px rgba(255, 255, 255, 0.12) inset;
  padding: .5rem;
  margin-bottom: 1.7rem;
}
.cards-achievement.luminosity {
  mix-blend-mode: luminosity;
}
.cards-achievement .card-body {
  background: url('/template-user/img/perisai-achievement.webp') no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 3rem 0;
}
.cards-achievement .card-body img {
  width: 50%;
}
.cards-detail-achievement .card-body img {
  width: 100%;
}
.cards-detail-achievement .card-body .title-achievement {
  color: var(--white);
  font-weight: bold;
}
.cards-achievement .card-footer {
  padding: 1rem 0 2rem 0;
  border: none;
}
.cards-achievement .card-footer.active::after {
  content: '';
  background: url('/template-user/img/icon/check-achievement.svg') no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 40px;
  display: flex;
  justify-content: end;
  align-items: end;
}
.cards-achievement .card-footer .title-achievement {
  color: var(--white);
  font-weight: bold;
}
.copyright-achievement {
  color: var(--white);
  font-size: .8rem;
  margin-top: 1rem;
  display: none; /* kalau mau nyalakan pakai flex */
  justify-content: center;
  align-items: center;
  display: none;
}
.copyright-achievement img {
  width: 7%;
}
.copyright-achievement .copyright-store {
  margin-bottom: 0;
  margin-left: 5px;
}

#modal-achievement .modal-dialog,
#modal-show-off-achievement .modal-dialog,
#modal-informasi-achievement .modal-dialog {
  min-width: 360px;
}
#modal-achievement .modal-achievement,
#modal-show-off-achievement .modal-achievement,
#modal-informasi-achievement .modal-achievement {
  border-radius: 15px;
  border: 2px solid #EFBF04;
  background: 
    radial-gradient(circle at 50% 50%, 
      rgba(10, 34, 103, 0.1) 0%, 
      rgba(3, 20, 57, 0.1) 28%, 
      rgba(1, 16, 43, 0.1) 68.5%, 
      rgba(51, 83, 141, 0.1) 100%
    ), 
    linear-gradient(180deg, 
      rgba(10, 34, 103, 0.1) 0%, 
      rgba(3, 20, 57, 0.1) 28.69%, 
      rgba(1, 16, 43, 0.1) 70.18%, 
      rgba(51, 83, 141, 0.1) 102.45%
    ), 
    linear-gradient(180deg, 
      rgba(10, 34, 103, 0.15) 0%, 
      rgba(3, 20, 57, 0.15) 41.49%, 
      rgba(1, 16, 43, 0.15) 55.83%, 
      rgba(51, 83, 141, 0.15) 102.45%
    ), 
    linear-gradient(180deg, 
      rgba(10, 34, 103, 0.5) 0%, 
      rgba(3, 20, 57, 0.5) 34.29%, 
      rgba(1, 16, 43, 0.5) 65.27%, 
      rgba(51, 83, 141, 0.5) 102.45%
    ), 
    url('/template-user/img/receipt-bg.webp') no-repeat center / cover, 
    #2F476B;
  box-shadow: 0px -4.992px 4.992px 0px rgba(255, 255, 255, 0.12) inset;
}
#modal-achievement .modal-achievement::before,
#modal-show-off-achievement .modal-achievement::before ,
#modal-informasi-achievement .modal-achievement::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/template-user/img/card-achievement-bg.webp') no-repeat center / cover;
  opacity: .4;
  z-index: 0;
}
#modal-achievement .modal-achievement .cards-achievement .card-footer,
#modal-show-off-achievement .modal-achievement .cards-achievement .card-footer ,
#modal-informasi-achievement .modal-achievement .cards-achievement .card-footer {
  padding: 1rem 0 1rem 0;
}
#modal-achievement .modal-achievement .btn-close,
#modal-show-off-achievement .modal-achievement .btn-close ,
#modal-informasi-achievement .modal-achievement .btn-close {
  background: url('/template-user/img/close-achievement.webp') no-repeat center / cover;
}
.description-achievement {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.34) 51.5%, rgba(0, 0, 0, 0.00) 100%);
}
.description-achievement p {
  color: var(--white);
  margin: 0;
  font-weight: 700;
}
.second-description-achievement p {
  color: var(--white);
  margin: 0;
  font-weight: 500;
}
.description-achievement .important,
.second-description-achievement .important {
  color: #FCE076;
  margin: 0;
  font-weight: 700;
}

.show-off-achievement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url('/template-user/img/bg-logo-achievement.webp') no-repeat top center / 60%;
  position: relative;
}
.show-off-achievement img {
  width: 60% !important;
}
.show-off-achievement p {
  color: var(--white);
  font-size: .7rem;
}
#modal-show-off-achievement .show-off-achievement.active::after {
  content: "\f272";
  font-family: "bootstrap-icons";
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  z-index: 2;
  background-color: rgba(40, 199, 111, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .7rem;
  color: var(--white);
}

/* End Achievement */

/* Roblox */

.container-info-robux {
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
    padding: 24px 40px;
    background-color: rgba(var(--white-rgb), 0.1);
    border-radius: 16px;
    border: 2px solid rgba(var(--white-rgb), 0.2);
}
.container-info-data-robux:nth-child(1) {
    flex-grow: 1;
}
.vertical-line {
    width: 1px;
    height: auto;
    margin: 0 40px;
    border-left: 2px solid rgba(var(--white-rgb), 0.2);
}
.container-info-data-robux:nth-child(3) {
    flex-grow: 2;
}
.container-info-robux .info-robux {
    display: flex;
    flex-direction: column;
    height: fit-content;
}
.container-info-robux .info-robux p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-bottom: 1rem;
    padding: 0;
}
.container-info-robux .info-robux h1 {
    font-size: calc(24px + 0.5vw);
    font-weight: 600;
    color: var(--yellow-primary);
    margin: 0;
    padding: 0;
}
.container-info-robux .info-robux h1 span {
    font-size: 12px;
    font-weight: 600;
}

/* End Roblox */

/* Custom Radio Tabs */
.custom-radio-tabs {
  display: flex;
  gap: 0;
  border-radius: 15px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4px;
}

.custom-radio-tabs input[type="radio"] {
  display: none;
}

.custom-radio-label {
  padding: 12px 32px;
  background: transparent;
  color: var(--white);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  min-width: 200px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.custom-radio-tabs input[type="radio"]:checked + .custom-radio-label {
  background-color: var(--yellow-primary);
  color: var(--white);
  border-radius: 10px;
}

.custom-radio-tabs input[type="radio"]:checked + .custom-radio-label:hover {
  background: var(--yellow-primary);
}

/* End Custom Radio Tabs */

/* Mobile Style */
@media (max-width: 768px) {
  body {
    padding-top: 90px;
  }

  .offcanvas.offcanvas-start {
    width: 75%;
  }

  /* Jumbotron Error */

  .jumbotron-404 .container-fluid {
    padding: 1rem;
  }
  .jumbotron-404 h1 {
    width: 90% !important;
  }

  /* End Jumbotron Error */

  .banner-img img {
    height: 100%;
  }

  /* .banner-text .col-6 {
    width: 100%;
  } */

  .banner-text h1 {
    font-size: .8rem;
    /* font-size: 1.5rem; */
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: .5rem;
    width: 100%;
  }

  .banner-text p {
    font-size: .6rem;
    /* font-size: 1rem; */
    margin-bottom: 20px;
  }

  section h1 {
    font-size: calc(1rem + 1.5vw);
    width: 50%;
  }

  .sectionProduct h1 {
    width: 100%;
  }

  /* Section CTA */

  .cta {
    padding: 1rem;
    background-size: 30% auto;
    background-position: left bottom;
  }

  .cta .title {
    color: var(--white);
  }

  .cta .title h1 {
    font-size: 1rem;
  }

  /* End Section CTA */

  /* Swiper */

  .swiper {
    width: 94%;
  }
  .swiper-pagination {
    bottom: 5px !important;
    padding-right: 1rem;
  }
  .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border: 1px solid white;
  }
  .swiper-pagination-bullet-active {
    width: 15px;
    height: 5px;
  }
  .swiperTesti {
    margin-top: 1rem;
  }

  /* End Swiper */

  /* Section FAQ */
  
  .accordionHeadPay .title {
    font-size: .8rem;
  }

  /* End Section FAQ */

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .ms-5 {
    margin-left: 1.5rem !important;
  }
  .fs-5 {
    font-size: .8rem !important;
  }

  .btn {
    padding: 0.7rem 1rem !important;
    font-size: 0.8rem;
  }

  .navTabs {
    width: 70%;
    position: relative;
  }
  .containerProduct .swiper-navigation,
  .containerNews .swiper-navigation {
    display: block !important;
  }
  .navTabs .btnNavTabs {
    padding: 0.7rem 1rem !important;
  }
  .navTabs .btnNavTabs .icon {
    font-size: 0.8rem;
  }
  .navTabs .btnNavTabs .text {
    font-size: 0.8rem;
  }

  .containerNews {
    padding: 1rem 0;
  }
  
  .containerNominal {
    margin-top: 1rem;
  }

  .footer .desc {
    padding: 0;
    font-size: .8rem;
  }
  .footer .linkFoot a {
    font-size: .8rem;
  }
  .footer .bottomFoot .copyright .text {
    font-size: .8rem;
    text-align: center;
  }
  .footer .bottomFoot .copyright .sosmed {
    float: none;
    text-align: center;
    margin-bottom: 3rem;
  }
  .footer .linkFoot .btn {
    float: left;
  }

  /* Section Banner Games */

  .sectionBanner .banner-text {
    top: 30%;
    left: 47.8%;
  }

  .containerAlpha .banner {
    width: 100%;
    height: 300px;
    /* border-radius: 10px; */
    object-fit: cover;
  }

  .containerML {
    left: 4.8%;
  }

  /* End Section Banner Games */

  /* Section Login */

  .logins-wrapper {
    min-height: 50vh;
  }

  /* End Section Login */

  /* Section Kalkulator */

  .cards-blog .card-title,
  .cards-kalkulator .card-title {
    font-size: 1rem;
  }
  .cards-blog .card-body,
  .cards-kalkulator .card-body {
    margin-top: 0rem;
  }
  .cards-blog .card-text,
  .cards-kalkulator .card-text {
    font-size: .8rem;
  }
  /* .cards-blog .card-footer div {
    flex-direction: column;
  } */
  .cards-blog .card-footer p:nth-child(1) {
    max-width: 20ch;
  }
  /* .cards-blog .card-footer p:nth-child(2) {
    padding: 0;
  } */

  /* End Section Kalkulator */

  #section-konfirmasi {
    bottom: 62px;
  }

  .cards-custom {
    padding: 1rem;
  }

  .cards-custom .col-12:nth-child(2) {
    justify-content: start;
  }

  /* Section Blog Detail */

  .blog-detail h1 {
    width: 100%;
  }
  .blog-detail .header {
    margin-top: 1rem;
  }
  .blog-detail .author {
    margin-top: 1rem;
    gap: .5rem;
  }
  .blog-detail .author .author-profile {
    width: 50px;
    height: 50px;
  }
  .blog-detail .author p {
    font-size: .8rem;
  }
  .blog-detail .content {
    margin: .5rem 0;
  }

/* End Section Blog Detail */

  /* Table Datatabale */
  .table-responsive .dataTables_filter {
    text-align: right !important;
  }
  .table-responsive div.dataTables_wrapper div.dataTables_info {
    text-align: right !important;
  }
  .table-responsive .dataTables_paginate {
    text-align: right !important;
  }
  .table-responsive div.dataTables_wrapper .dataTables_paginate ul.pagination {
    justify-content: end !important;
  }

  /* End Table Datatable */

  .hisTabs {
    flex-wrap: wrap;
  }
  
  section.history {
    margin: 0 auto;
    padding: 0;
  }
  
  section.history .banner-account h1 {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 5;
    font-size: 1.5rem;
  }
  section.history .banner-account::after {
    height: 50%;
  }
  section.history .container {
    max-width: 100%;
    margin: 20rem auto 6rem auto;
  }
  .nav-account {
    bottom: -100%;
  }
  .nav-account .cards-account .nav li i {
    margin-right: 0;
  }
  .nav-account .cards-account {
    padding: .5rem;
  }
  .nav-account .cards-account .nav li span {
    display: none;
  }

  .history .cards-account .containerHead .profile .user {
    display: none;
  }

  .history .cards-account .containerHead {
    width: 330px;
  }
  
  .history .containerHead .profile {
    width: 100%;
    /* border-right: 1px solid rgba(var(--white-rgb), .20); */
  }
  .history .containerHead .balance {
    width: 35%;
    font-size: .8rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: right;
  }
  .history .containerHead .balance .value {
    font-size: 1rem;
  }
  .header-account {
    bottom: -315px;
  }
  .header-account .cards-account {
    width: 94%;
    padding: 1rem;
  }
  .history .cards-account .navTabs {
    width: 75% !important;
  }
  .cards-account .btnHisTabs {
    font-size: .8rem;
  }
  .header-account .identity-tags {
    padding: .5rem .6rem;
  }

  #sectionFlashSale h1 {
    margin-bottom: 0;
  }
  #sectionFlashSale .container .d-flex {
    flex-direction: column;
    align-items: start !important;
    gap: 1rem;
  }
  .cards-product-flash-sale .card-title .d-flex {
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem;
  }
  .cards-product-flash-sale .card-footer .d-flex {
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem;
  }
  #sectionFlashSale .container .swiper-navigation {
    top: 38px;
  }
  section .times {
    display: flex;
    gap: .5rem;
    margin-left: 0;
  }
  section .times .time {
    border-radius: 10px;
    background: rgba(var(--white-rgb), 0.1);
    border: 1px solid rgba(255, 255, 255, 0.20);
    color: var(--black);
    font-size: .8rem;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Section Leaderboard */

  section .banner-custom h1 {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 5;
    font-size: 1.5rem;
  }
  section .banner-custom p {
    position: absolute;
    top: 40px;
    width: 90%;
    z-index: 5;
    font-size: .8rem;
  }
  section .banner-custom::after {
    height: 50%;
  }
  .navTabsCustom .nav-item {
    padding: 0.3rem .72rem;
  }

  .table-leaderboard tbody tr:nth-child(2) td:first-child::before, 
  .table-leaderboard tbody tr:nth-child(4) td:first-child::before,
  .table-leaderboard tbody tr:nth-child(6) td:first-child::before {
    left: 41%;
  }

  /* End Section Leaderboard */

  /* Card Voucher */

  #modal-promo .modal-content {
    padding: 1rem;
  }
  #modal-promo .ticketDetail {
    padding: 0rem !important;
  }
  .cards-voucher .cards-custom {
    padding: 1rem !important;
  }
  .voucher .voucher-title {
    font-size: .8rem;
    margin-bottom: .2rem;
  }
  .voucher .voucher-code {
    font-size: 1.2rem;
  }
  .voucher .flash-sale-bar {
    padding: 0 .5rem !important;
  }
  .voucher .flash-sale-bar span {
    font-size: .8rem;
  }

  /* End Card Voucher */

  /* Section Achievement */

  .header-achievement {
    bottom: -240px;
  }
  .box-achievement {
    width: 94%;
    padding: 1rem;
    flex-direction: column-reverse;
    height: 265px;
  }
  .progress-achievement {
    width: 100%;
    padding: 0 0 0 0;
  }
  .detail-achievement {
    position: relative;
  }
  .info-achievement {
    width: 65%;
    margin: 0 auto -113px auto;
  }
  .info-achievement::after {
    top: -7%;
  }
  .body-achievement {
    margin: 23rem 0;
  }

  /* End Section Achievement */

  /* Custom Radio Button */

  .custom-radio-label {
    padding: 10px 24px;
    font-size: 14px;
    min-width: 150px;
  }

  /* Custom Radio Button */

  /* Custom Range Input Styles */
  .range-header {
      flex-direction: column;
      gap: 10px;
      align-items: flex-start;
  }

  .range-value {
      align-self: flex-end;
  }
  /* End Custom Range Input Styles */

  .vertical-line {
      width: auto;
      height: 1px;
      border-bottom: 1px solid var(--white);
      margin: 0;
  }

  /* Roblox */
  .container-info-robux {
      padding: 16px;
      flex-direction: column;
      gap: 20px;
  }
  .container-info-robux .info-robux p {
      font-size: 12px;
  }
  .container-info-robux .info-robux h1 {
      font-size: 20px;
      width: 100%;
  }
  /* End Roblox */
}
