  body {
      background: transparent;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }


  .wrap-bg {
      position: relative;
      z-index: 1;
      background: transparent;
  }

  .wrap-bg::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('../img/bg.png');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
  }

  .login-wrapper {
      min-height: 80vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 20px;
  }

  .login-card {
      width: 100%;
      max-width: 360px;
      background: #000;
      border-radius: 12px 12px 0px 0px;

      padding: 20px;
      border: 1px solid #ffffff8f;
      border-bottom: none;
      padding-top: 30px;
  }

  /* Tabs */
  .login-tabs {
      display: flex;
      gap: 10px;
      margin-bottom: 16px;
  }

  .login-tab {
      flex: 1;
      text-align: center;
      padding: 10px 6px;
      border-radius: 12px;
      border: 1px solid #e3e3e3;
      font-size: 13px;
      color: #fff;
      background:#222;
  }

  .login-tab i {
      display: block;
      font-size: 18px;
      margin-bottom: 3px;
  }

  .login-tab.active {
      background: #6778e3;
      color: #fff;
      border-color: #6778e3;
  }

  /* Inputs */
  .input-box {
      background: #f1f1f1;
      border-radius: 8px;
      height: 46px;
      display: flex;
      align-items: center;
      padding: 0 12px;
      margin-bottom: 6px;
  }

  .input-box i {
      color: #8a8a8a;
      font-size: 16px;
  }

  .input-box input {
      border: none;
      background: transparent;
      outline: none;
      width: 100%;
      font-size: 14px;
      padding: 0 8px;
  }

  .error-text {
      font-size: 12px;
      color: #ff5a5a;
      margin-bottom: 12px;
  }

  /* Checkbox */
  .form-check-label {
      font-size: 15px;
      letter-spacing: 0;
      font-weight: 700;
      text-transform: uppercase;
      color: #ccc;
  }
  .form-check-input:checked{
    background-color: #6778e3;
    border-color: #6778e3;
  }

  .terms {
      font-size: 13px;
  }

  .terms a {
      color: #f5a623;
      text-decoration: underline;
      font-weight: 500;
  }

  /* Button */
  .btn-login {
      margin-top: 10px;
      height: 44px;
      background: #d8d8d8;

      border: none;
      border-radius: 8px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #fff;
  }

  .btn-login:disabled {
      border: 1px solid #d8d8d8;
      background-color: #d8d8d8;
  }

  /* Links */
  .login-links {
      text-align: center;
      font-size: 14px;
      font-weight: 700;
      margin-top: 10px;
      color: #eee;
      text-transform: uppercase;
  }

  .login-links a {
      color: #f5a623;
      font-weight: 600;
      text-decoration: underline;
  }


  /* header */
  .fun88-header {
      width: 100%;
      background: transparent;
  }

  /* Top blue bar */
  .header-top {
      height: 52px;
      padding: 0 14px;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .header-top .logo {
      height: 30px;
  }

  .header-top i {
      color: #fff;
      font-size: 22px;
  }

  /* White login bar */
  .header-bottom {
      background: transparent;
      height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      top: 42px;
      font-size: 26px;
      text-transform: uppercase;
      font-weight: 600;
      z-index: 1;
  }

  .header-bottom::after {
      content: '';
      position: absolute;
      left: 38%;
      top: 56%;
      width: 90px;
      height: 20px;
      background-color: #6778e3;
      z-index: -1;
  }

  .header-bottom span {
      color: #fff;
  }

  /* Close button */
  .close-btn {
      position: absolute;
      right: 12px;
      top: 50%;
      transform: translateY(-50%);
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #000;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .close-btn i {
      color: #fff;
      font-size: 14px;
  }


  .fun88-footer {
      position: relative;
      background: transparent;
      padding: 16px 10px 20px;
      margin: 0px;
      border-radius: 0px 0px 12px 12px;
      overflow: hidden;
      border: 1px solid #ffffff8f;
      border-top: none;
      z-index: 1;
  }

  .fun88-footer::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url('../img/loginBGfooter.png');
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: -1;
  }

  .sponsor-track {
      display: flex;
      justify-content: space-between;
      text-align: center;
  }

  /* dots */
  .sponsor-dots {
      margin-top: 12px;
      display: flex;
      justify-content: center;
      gap: 8px;
  }

  .sponsor-dots .dot {
      width: 10px;
      height: 10px;
      background: #cfcfcf;
      border-radius: 50%;
  }

  .sponsor-dots .dot.active {
      background: #1da1f2;
  }


  /* Floating WhatsApp Button - Bootstrap Icon */
  .whatsapp-float {
      position: fixed;
      width: 55px;
      height: 55px;
      bottom: 20px;
      right: 20px;
      background-color: #25D366;
      color: #fff;
      border-radius: 50%;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .whatsapp-float i {
      font-size: 28px;
      line-height: 1;
  }

  .whatsapp-float:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
      color: #fff;
  }