* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.imageLoading{
      margin: auto;
      width: 100%;
      height:100%;
      border: 1px solid green;
      padding: 0;
      background-color:rgba(0,0,0,0.2);
      vertical-align:middle;
      display:none;
      z-index:100;
      animation: blinker 3s linear infinite;
      position: relative;
    }
    .imageLoading img{
        position:fixed;
        top:45%;
        left:45%;
        vertical-align:middle;
        border: 0.1px solid blue;
        border-radius: 50%;
    }
.report{
        padding: 10px;
        vertical-align:center;
        width:100%;
        background-color:transparent;
        color: green;
        position: fixed;
        bottom: 50px;
        right: 0;
        text-align:center;
        vertical-align:middle;
        padding:10px;
        z-index:100;
        font-size:20px;
        font-weight:bold;
    }

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
  background: #0b0f14;
  color: #e5e7eb;
}

/* ========================= */
/* TOP NAVBAR (DESKTOP) */
/* ========================= */

.top-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #0b0f14;
  border-bottom: 1px solid #1f2937;
  display: flex;
  align-items: center;
  padding: 0 24px;
  z-index: 1000;
}
.img {
    width:100px;
    height:auto;
}
.nav-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-logo {
  width: 36px;
  height: 36px;
}

.brand {
  font-weight: 600;
  letter-spacing: 1px;
}

.nav-center {
  display: flex;
  gap: 32px;
  margin: 0 auto;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #9ca3af;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
}

.nav-item img {
  width: 18px;
}

.nav-item.active,
.nav-item:hover {
  color: #22c55e;
}

.nav-right img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

/* ========================= */
/* HAMBURGER */
/* ========================= */

.hamburger {
  display: none;
  background: none;
  border: none;
  color: white;
  font-size: 22px;
  cursor: pointer;
}

/* ========================= */
/* MOBILE SIDEBAR */
/* ========================= */

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -260px;
  width: 260px;
  height: 100vh;
  background: #0b0f14;
  border-right: 1px solid #1f2937;
  padding: 20px;
  transition: left 0.3s ease;
  z-index: 2000;
}

.mobile-sidebar.open {
  left: 0;
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.sidebar-header img {
  width: 32px;
}

.side-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  color: #9ca3af;
  text-decoration: none;
}

.side-item img {
  width: 18px;
}

.side-item.active,
.side-item:hover {
  color: #22c55e;
}

/* ========================= */
/* PAGE CONTENT */
/* ========================= */

.main-content {
  padding-top: 80px;
  max-width: 1440px;
  margin: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.card {
  background: #121826;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
}

/* ========================= */
/* RESPONSIVE RULES */
/* ========================= */

@media (max-width: 1023px) {
  .nav-center {
    display: none;
  }
  .hamburger {
    display: block;
  }
  
 .balbetween {
  overflow-x: auto;   /* scroll happens here */
  -webkit-overflow-scrolling: touch;
}

.balbox {
    display: inline-grid; /* important */
  grid-auto-flow: column; /* makes columns grow naturally */
  grid-auto-columns: minmax(150px, auto);
  width: max-content; /* key line */

}

}

@media (min-width: 1024px) {
  .mobile-sidebar {
    display: none;
  }
}

.styleheading {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: #e5e7eb;
  margin-top: 30px;
  margin-bottom: 12px;
}

.lifetimeh2 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.cards5 {
  margin-top: 8px;
  margin-bottom: 24px;
}

.card1 h3 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #9ca3af;
}

.card1 .btn {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}

.sec h3 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #9ca3af;
}

.sec p {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.section4 {
  margin-bottom: 24px;
}

.rightcont {
  padding-top: 90px !important;
}

/* ========================= */
/* REFERRAL INPUT FINAL FIX */
/* ========================= */

#inputLink,
#inputLink.form-control-flex,
textarea#inputLink.referral-box {
  display: block !important;
  width: 100% !important;
  max-width: 300px !important;
  min-height: 88px !important;
  height: 88px !important;
  max-height: 88px !important;
  margin: 14px auto 12px auto !important;
  padding: 12px 14px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  font-family: "Inter", sans-serif !important;
  color: #111827 !important;
  background: #ffffff !important;
  border: 1px solid rgba(31, 41, 55, 0.35) !important;
  border-radius: 10px !important;
  -webkit-text-fill-color: #111827 !important;
  caret-color: #111827 !important;
  opacity: 1 !important;
  resize: none !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  white-space: normal !important;
  word-break: break-all !important;
}

#copy {
  display: block !important;
  width: 170px !important;
  max-width: 170px !important;
  margin: 10px auto 0 auto !important;
}

.cards5 .card1:last-child {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
}

.cards5 .card1:last-child h3 {
  margin-top: 10px !important;
  margin-bottom: 8px !important;
}