* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.font-plus-jakarta-sans {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.font-lato {
  font-family: "Lato", sans-serif;
}

.marquee:hover .marquee-text {
  animation-play-state: paused;
}

.marquee-text {
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.banner-swiper .swiper-pagination-bullet {
  width: 4px;
  height: 4px;
  background-color: #d9d9d9;
  border-radius: 4px;
}

.banner-swiper .swiper-pagination-bullet-active {
  width: 24px;
  height: 4px;
  background-color: #ec7116;
  border-radius: 4px;
}

.banner-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

/* The Modal (background) */
.modal {
  padding: 16px;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.7); /* Fallback color */
  align-items: center;
  justify-content: center;
}

.content-text h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.content-text ul {
  @apply list-disc list-inside my-4;
}

.content-text p,
.content-text li {
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .content-text p,
  .content-text li {
    font-size: 14px;
    line-height: 20px;
  }
}

.policy-tab-ative {
  border-bottom: 4px solid #ec7116;
  background: rgba(255, 186, 89, 0.2);
}

.profile-tab-active {
  border-right: 4px solid #f5ac03;
  background: rgba(255, 181, 19, 0.16);
}

.nap-tab-active {
  border-color: #0a0a0a !important;
  opacity: 1 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.bg-orange-gradient {
  background: linear-gradient(130deg, #ffad33 0%, #de4300 100%);
}

.profile-tab-active {
  border: 1px solid rgba(116, 82, 9, 0.24) !important;
  background: rgba(255, 181, 19, 0.12) !important;
}

.profile-tab-active p {
  color: #f5ac03;
}

.profile-tab-active svg path {
  fill: #f5ac03;
}

.deposit-tab-active {
  border-color: black !important;
}

.deposit-tab-active p {
  color: #171717;
}

.deposit-method-active {
  border-color: #ec7116 !important;
}
.deposit-method-active p {
  color: #ec7116;
}

.collapse-content {
  max-height: 64px;
  overflow: hidden;
}

.collapse-content.expanded {
  max-height: 1000px;
}
