html, body {
      height: 100%;
      margin: 0;
      overflow: hidden;
    }

    body {
      background-color: #000;
      font-family: 'Segoe UI', sans-serif;
      display: flex;
      flex-direction: column;
    }
    .form-control:disabled, .form-control[readonly] {
        background-color: #232121;
        opacity: 1;
    }
    .main-content {
      flex: 1 1 auto;
      overflow-y: auto;
      padding-top: 64px;
      padding-bottom: 60px;
      text-align: -webkit-center;
      border-bottom: solid #FFF;
    }

    .navbar {
      background-color: #ffc107;
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
      border-bottom: solid;
    }

    .navbar-brand {
      color: red;
      font-weight: bold;
      font-size: 24px;
    }

    .navbar-nav .nav-link {
      color: white !important;
    }

    .navbar-nav .nav-link:hover {
      color: red !important;
    }

    .footer {
      background: #111;
      color: #888;
      text-align: center;
      padding: 15px 10px;
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 999;
      border-top: solid;
    }

    .hero {
        background: linear-gradient(to right, #000, #111);
        color: white;
        padding: 20px 20px 20px;
        text-align: center;
        border-bottom: solid;
    }

    .hero h1 {
      color: red;
      font-size: 48px;
      margin-bottom: 20px;
    }

    .hero p {
      color: #ccc;
      font-size: 18px;
    }

    .section-title {
      text-align: center;
      font-size: 36px;
      color: red;
      margin: 40px 0 30px;
      position: relative;
    }

    .section-title::after {
      content: '';
      height: 4px;
      width: 60px;
      background: red;
      display: block;
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .package-card {
      background: #1b1b1b;
      border: 2px solid red;
      border-radius: 10px;
      padding: 20px 15px;
      text-align: center;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 0 10px #000;
      height: 100%;
    }

    .package-card:hover {
      transform: scale(1.05);
      /*box-shadow: 0 0 25px red;*/
    }

    .package-title {
      font-size: 18px;
      color: red;
      margin-bottom: 0px;
    }

    .package-price {
      font-size: 18px;
      color: white;
    }

    .package-description {
      color: #aaa;
      font-size: 14px;
    }

    .btn-danger {
      background-color: red;
      border: none;
    }

    .btn-danger:hover {
      background-color: darkred;
    }


    .login-card {
      background: #111;
      padding: 40px 30px;
      border-radius: 15px;
      box-shadow: 0 0 20px red;
      max-width: 400px;
      width: 100%;
    }

    .login-card h2 {
      color: red;
      margin-bottom: 30px;
      text-align: center;
    }

    .form-control {
      background-color: #222;
      border: 1px solid #444;
      color: white;
    }

    .form-control:focus {
      background-color: #222;
      border-color: red;
      color: white;
    }

    
    .text-muted a {
      color: #ccc;
    }

    .text-muted a:hover {
      color: red;
    }
    .toggle-password:hover {
      color: red;
    }

    .register-card {
      background: #111;
      padding: 40px 30px;
      border-radius: 15px;
      box-shadow: 0 0 20px red;
      max-width: 500px;
      width: 100%;
    }

    .register-card h2 {
      color: red;
      margin-bottom: 30px;
      text-align: center;
    }



    .form-control {
      background-color: #222;
      border: 1px solid #444;
      color: white;
    }

    .form-control:focus {
      background-color: #222;
      border-color: red;
      color: white;
    }

    .btn-danger {
      background-color: red;
      border: none;
    }

    .btn-danger:hover {
      background-color: darkred;
    }

    .toggle-password {
      position: absolute;
      top: 38px;
      right: 15px;
      cursor: pointer;
      color: #ccc;
    }

    .income-section {
      padding: 10px 10px 40px;
      text-align: center;
    }

    .income-title {
      font-size: 36px;
      font-weight: bold;
      color: red;
      margin-bottom: 20px;
    }

    .income-subtitle {
      font-size: 20px;
      color: #ccc;
      margin-bottom: 30px;
    }

    .income-list {
      max-width: 800px;
      margin: 0 auto;
      text-align: left;
    }

    .income-item {
      background-color: #1b1b1b;
      border-left: 5px solid red;
      padding: 15px 20px;
      margin-bottom: 15px;
      border-radius: 6px;
      box-shadow: 0 0 10px #000;
      font-size: 18px;
      transition: 0.3s;
    }

    .income-item:hover {
      transform: scale(1.02);
      box-shadow: 0 0 20px red;
    }

    .income-item i {
      color: red;
      margin-right: 12px;
    }

    @media (max-width: 576px) {
      .income-title {
        font-size: 28px;
      }
      .income-item {
        font-size: 16px;
      }
    }

    #loader {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .spinner-border {
    width: 3rem;
    height: 3rem;
  }

  .fade-out {
    animation: fadeOut 0.5s ease-out forwards;
  }

  @keyframes fadeOut {
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  
  
  /* WhatsApp Floating Button */
    .whatsapp-float1 {
        position: fixed;
        width: 70px;
        height: 70px;
        bottom: 100px;
        right: 10px;
        /*background-color: none;*/
        color: #fff;
        border-radius: -64%;
        text-align: center;
        /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); */
        z-index: 1000;
        transition: all 0.3s  ease;
    }
    
    /*.whatsapp-float:hover {*/
    /*  transform: scale(1.1);*/
    /*  background-color: #20b857;*/
    /*}*/
    
    .whatsapp-icon {
      width: 70px;
      height: 70px;
      margin-top: 12px;
    }

.toast-middle-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
}
  
  