  body {
      background-image: url(../images/back1.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      /* backdrop-filter: brightness(0.3); */
      color: #e0f7fa;
      font-family: 'Segoe UI', sans-serif;
      background-attachment: fixed;
      margin: 5px;
  }

  p {
      font-weight: 600;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
      font-weight: 600;

      color: #ff33f4;
  }

  .navbar {
      background-color: #b700ac4a;
      border-radius: 12px;
      margin: 20px;
      box-shadow: inset 0 0 15px #b700ad;
  }

  .navbar-brand {
      font-weight: bold;
      color: #e0f7fa;
      font-size: 1.5rem;
  }

  .navbar-nav .nav-link {
      color: #ffffff !important;
      font-weight: 600;
  }

  .btn-disconnect {
      background-color: #b700ad;
      color: white;
      font-weight: bold;
      border-radius: 8px;
      padding: 8px 16px;
      border: none;
  }

  .card-blue {
      background-color: #1e2a3a;
      border: none;
      border-radius: 12px;
      color: #e0f7fa;
      /* box-shadow: 5px 6px 20px rgb(183 0 173 / 57%) */
  }

  .card {
      background: linear-gradient(90deg, #35003282 60%, #b700ad5e) !important;
      padding: 30px 40px;
      border-radius: 10px;
      text-align: center;
      transition: transform 0.5s ease, box-shadow 0.3s ease;
      cursor: pointer;
      border: 2px solid #b700ad;
      text-align: justify;
      /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
  }

  .card:hover {
      transform: scale(1.05);
      box-shadow: inset 2px 2px 20px rgb(183 0 173 / 57%);
      /* background-color: #b700ac4a; */
  }

  .card:active {
      transform: scale(0.98);
      box-shadow: 0 0 12px rgb(132 0 125 / 63%)
  }

  .table-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      justify-content: center;
  }

  .table-card {
      background-color: #b700ac4a;

      border-radius: 15px;
      box-shadow: inset 0 0 15px #b700ad;
      padding: 20px;

      transition: transform 0.3s ease;
  }

  .table-card h2 {
      font-size: 20px;
      border-bottom: 1px solid #fff;
      padding-bottom: 8px;

  }

  table {
      width: 100%;
      border-collapse: collapse;
  }

  th,
  td {
      text-align: left;
      padding: 10px;
      border-bottom: 1px solid #fff;
  }

  tr:hover {
      background-color: rgba(181, 46, 175, 0.292);
      transition: background-color 0.3s ease;
  }

  th {
      color: #ffffff;
      font-weight: 500;
  }

  .report-card {
      background-color: #b700ac4a;
      /* border: 2px solid #1b263b; */
      border-radius: 15px;
      box-shadow: inset 0 0 15px #b700ad;
      padding: 25px;
  }

  .report-card h4 {
      font-size: 20px;
      border-bottom: 1px solid #fff;
      padding-bottom: 10px;
      margin-bottom: 20px;
      font-weight: 600;
  }

  .styled-table {
      width: 100%;
      border-collapse: collapse;
  }

  .styled-table thead th {
      background: #b700ad94;
      color: white;
      padding: 12px;
      text-align: center;
      font-weight: 600;
      font-size: 14px;
  }

  .styled-table tbody td {
      padding: 12px;
      text-align: center;
      color: #ffffff;
      border-top: 1px solid #fff;
  }

  .styled-table tbody tr:hover {
      background-color: #b700ac4a;
      transition: background-color 0.3s ease;
  }

  .one {
      display: flex;
      justify-content: space-between;
  }

  .scroll-container {
      display: flex;
      overflow-x: auto;
      padding: 1rem 0;
      gap: 1rem;

  }

  .package-card {
      flex: 0 0 auto;
      width: 250px;
      background-color: #111;
      border: 1px solid #b700ad;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      box-shadow: inset -1px 0px 20px 0px #b700ad;
  }

  .elite {
      background-color: #000;
      box-shadow: inset 0 0 20px 0px #ff53ac;
      color: #ff3e98;
      border: 1px solid #ff3e98;
  }

  .btn-glow {
      background-color: #c83bc1;
      color: #ffffff;
      font-weight: bold;
      box-shadow: 0 0 10px #c83bc1;
      border: none;
  }

  .not-eligible {
      background-color: #c83bc1;
      color: #000;
      font-weight: 600;
      opacity: 0.5;
      cursor: not-allowed;
  }

  .btn-1 {
      background: #c60058;
      color: #fff;
      border: none;
  }

  .glaw {
      color: #ff3e98;
  }

  .btn:hover {
      background-color: #c83bc1;
  }

  .report-box {
      border: 1px solid #c83bc1;
      border-radius: 10px;
      padding: 20px;
      margin-top: 30px;
      background: linear-gradient(to right, #001100, #002200);
      box-shadow: 0 0 10px #c83bc1;
  }

  /* Custom scrollbar styling */
  .scroll-container::-webkit-scrollbar {
      height: 12px;
  }

  .scroll-container::-webkit-scrollbar-track {
      background: #ffffff;
      border-radius: 6px;
  }

  .scroll-container::-webkit-scrollbar-thumb {
      background: linear-gradient(90deg, #b700ad, #b700ad);
      border-radius: 6px;
      box-shadow: 0 0 10px #b700ad;
  }

  .scroll-container::-webkit-scrollbar-thumb:hover {
      background: linear-gradient(90deg, #b700ad, #b700ad);
  }

  .neon-box {
      background-color: #111;
      border: 1px solid #b700ad;
      border-radius: 15px;
      padding: 20px;
      margin-bottom: 30px;
      box-shadow: inset 0 0 15px #b700ad;
  }

  .balance-card {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: linear-gradient(135deg, #1a0018, #2a0025);
      padding: 25px;
      border-radius: 20px;
      box-shadow: inset 0 0 30px #ae26a794;
  }

  .balance-text {
      font-size: 1.2rem;
  }

  .balance-amount {
      font-size: 2rem;
      font-weight: bold;
      color: #b700ad;
  }

  .wallet-icon {
      font-size: 3rem;
      color: #b700ad;
      background: rgba(255, 255, 255, 0.05);
      padding: 15px;
      border-radius: 50%;
      box-shadow: inset 0 0 15px #b700ad;
  }

  .form-control {
      background-color: #b700ad3d;
      border: 1px solid #b700ad;
      color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 5px #b700ad;
  }

  ::placeholder {
      color: #ffffffbb !important;
  }

  .form-control:focus {
      color: #ffffff;
      background-color: #ffffff00;
      border-color: #b700ad;
      outline: 0;
      /* box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25); */
  }

  .btn-withdraw {
      background-color: #b700ad;
      border: none;
      font-weight: bold;
      color: #fff;
      border-radius: 10px;
      box-shadow: 0 0 15px #b700ad;
  }

  .table thead th {
      background-color: #222;
      color: #fff;
  }

  .table td,
  .table th {
      border-color: #b700ad;
  }

  .nav-tabs .nav-link {
      color: #ff2df4;
      border: none;
  }

  .nav-tabs .nav-link.active {
      border-bottom: 2px solid #ff2df4;
      font-weight: bold;
      background: #c346bc99;
      color: #fff;
  }

  .table thead th {
      background-color: #222;
      color: #fff;
  }

  .table td,
  .table th {
      border-color: #ff2df4;
  }

  .pagination-controls {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 15px;
  }

  .btn-glow {
      background-color: #ff2df4;
      color: #000;
      font-weight: bold;
      border-radius: 10px;
      padding: 5px 15px;
      box-shadow: 0 0 10px #ff2df4;
      border: none;
  }

  .btn-glow:disabled {
      opacity: 0.4;
  }

  .register-card {
      max-width: 450px;
      margin: auto;
      background-color: #ffffff24;
      padding: 2rem;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  }

  .form-control {
      background-color: #ffffff24;
      border: none;
      color: #fff;
  }

  .form-select {
      background-color: #ffffff24;
      border: none;
      color: #fff;
  }

  .form-control::placeholder {
      color: #aaa;
  }

  .btn-submit {
      background-color: #d31cc9;
      color: #fff;
      font-weight: 600;
  }

  .btn-submit:hover {
      background-color: #d31cc9;
  }

  .input-group-text {
      background-color: #ffffff24;
      border: none;
      color: #ffffff;
  }

  .form-footer {
      text-align: center;
      margin-top: 1rem;
      font-size: 0.9rem;
  }

  .form-footer a {
      color: #fff;
      font-weight: 600;
      text-decoration: underline;
  }

  .form-icon-toggle {
      cursor: pointer;
  }

  img.logo {
      max-width: 180px;
      display: block;
      margin: 0 auto 1rem;
  }

  h3.title {
      text-align: center;
      margin-bottom: 2rem;
      font-weight: 600;
  }

  .btn-disconnect {
      background-color: #ff00cc;
      color: white;
      font-weight: bold;
      border: none;
      padding: 6px 16px;
      border-radius: 8px;
      transition: background-color 0.3s;
  }

  .btn-disconnect:hover {
      background-color: #e600b3;
  }

  .navbar-toggler {
      border-color: #fff;
  }

  .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }