body {
      background: #f5f6fa;
      font-family: 'Poppins', sans-serif;
      padding-top: 60px;
      padding-bottom: 80px;
    }
    .app-header {
      background: linear-gradient(135deg, #007bff, #6610f2);
      color: white;
      padding: 15px;
      text-align: center;
      font-size: 1.3rem;
      font-weight: bold;
      position: fixed;
      width: 100%;
      top: 0;
      z-index: 1000;
    }
    .balance-card {
      background: white;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      padding: 20px;
      margin: 20px auto;
      text-align: center;
    }
    .balance-card h2 {
      font-size: 2rem;
      color: #28a745;
      margin: 0;
    }
    .social-box {
      background: white;
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      padding: 20px;
      text-align: center;
      margin: 10px auto;
      transition: transform 0.2s;
    }
    .social-box:hover {
      transform: translateY(-5px);
    }
    .social-icon {
      width: 50px;
      height: 50px;
      margin-bottom: 10px;
    }
    .social-text {
      font-size: 0.9rem;
      font-weight: bold;
      color: #333;

    }
    .bottom-nav {
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      border-top: 1px solid #ddd;
      display: flex;
      justify-content: space-around;
      padding: 10px 0;
    }
    .bottom-nav a {
      text-decoration: none;
      color: #555;
      font-size: 0.9rem;
      text-align: center;
    }
    a {
      text-decoration: none;
      color: inherit;
      /* font-weight: bolder; */
    }
    .bottom-nav a.active {
      color: #007bff;
      font-weight: bold;
    }
    .bottom-nav img {
      width: 24px;
      height: 24px;
      display: block;
      margin: 0 auto 3px;
    }



     .chat-container {
      max-width: 500px;
      margin: auto;
      background: #ffffff;
      border-radius: 10px;
      padding: 15px;
      /* box-shadow: 0 2px 8px rgba(0,0,0,0.1); */
    }

    .message {
      display: flex;
      align-items: flex-end;
      margin: 10px 0;
    }

    .message img {
      width: 35px;
      height: 35px;
      border-radius: 50%;
      margin-right: 10px;
    }

    .bubble {
      padding: 10px 14px;
      border-radius: 15px;
      max-width: 100%;
      font-size: 14px;
      position: relative;
    }

    .bubble p {
      margin: 0;
    }

    .bubble span {
      display: block;
      text-align: right;
      font-size: 11px;
      color: #888;
      margin-top: 5px;
    }

    /* Incoming message */
    .incoming .bubble {
      background: #f1f0f0;
      color: #333;
      border-bottom-left-radius: 0;
    }

    /* Outgoing message */
    .outgoing {
      justify-content: flex-end;
    }
    .outgoing .bubble {
      background: #dcf8c6;
      color: #333;
      border-bottom-right-radius: 0;
    }











     .profile-pic {
      width: 90px;
      height: 90px;
      border-radius: 50%;
      border: 3px solid #fff;
      margin-top: -50px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
      object-fit: cover;
    }
    .username {
      font-size: 1.3rem;
      font-weight: bold;
      margin-top: 10px;
    }
    .balance-card {
      background: white;
      border-radius: 15px;
      padding: 15px;
      margin: 20px auto;
      text-align: center;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }
    .balance-card h2 {
      color: #28a745;
      font-weight: bold;
    }
    .stats {
      display: flex;
      justify-content: space-between;
      margin: 20px 0;
    }
    .stat-box {
      flex: 1;
      background: white;
      border-radius: 12px;
      padding: 15px;
      margin: 0 5px;
      text-align: center;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .stat-box h4 {
      margin: 5px 0;
      font-weight: bold;
      color: #007bff;
    }
    .menu {
      background: white;
      border-radius: 15px;
      padding: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }
    .menu-item {
      padding: 12px 15px;
      border-bottom: 1px solid #eee;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #333;
      font-weight: 500;
    }
    .menu-item a {
      color: inherit;
      text-decoration: none;
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    .menu-item:last-child {
      border-bottom: none;
    }

    .profiless {
        margin-top: 30px;
    }










.form {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0.75rem;
  background-color: transparent;
  color: rgb(97 97 97);
  /* box-shadow: 20px 20px 30px rgba(0, 0, 0, .05); */
  width: 22rem;
  background-clip: border-box;
}

.header {
  position: relative;
  background-clip: border-box;
  background-color: #1e88e5;
  background-image: linear-gradient(to top right,#1e88e5,#42a5f5);
  margin: 10px;
  border-radius: 0.75rem;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,rgba(33,150,243,.4);
  height: 7rem;
  letter-spacing: 0;
  line-height: 1.375;
  font-weight: 600;
  font-size: 1.9rem;
  font-family: Roboto, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inputs {
  padding: 1.5rem;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.input-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-width: 200px;
  width: 100%;
  height: 2.75rem;
  position: relative;
}

.input {
  border: 1px solid rgba(128, 128, 128, 0.61);
  outline: 0;
  color: rgb(69 90 100);
  font-weight: 400;
  font-size: .9rem;
  line-height: 1.25rem;
  padding: 0.75rem;
  background-color: transparent;
  border-radius: .375rem;
  width: 100%;
  height: 100%;
}

.input:focus {
  border: 1px solid #1e88e5;
}

.checkbox-container {
  margin-left: -0.625rem;
  display: inline-flex;
  align-items: center;
}

.checkbox {
  position: relative;
  overflow: hidden;
  padding: .55rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.027);
  height: 35px;
  width: 35px;
}

.checkbox input {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.checkbox-text {
  cursor: pointer;
}

.sigin-btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center;
  padding: .75rem 1.5rem;
  background-color: #1e88e5;
  background-image: linear-gradient(to top right,#1e88e5,#42a5f5);
  border-radius: .5rem;
  width: 100%;
  outline: 0;
  border: 0;
  color: #fff;
}

.signup-link {
  line-height: 1.5;
  font-weight: 300;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.signup-link a, .forget {
  line-height: 1.5;
  font-weight: 700;
  font-size: .875rem;
  margin-left: .25rem;
  color: #1e88e5;
}

.forget {
  text-align: right;
  font-weight: 600;
}

.errormsgrt {
        margin-top: 10px;
        transition: all 0.3s;
        position: absolute;
        top: -500px;
        z-index: 9999999;
    }
    .progressr {
        height: 5px;
        width: 100%;
        background: #ddd;
        /* overflow: hidden; */
        /* z-index: -1; */
    }
    .progressrs {
        height: 5px;
        width: 100%;
        background: linear-gradient(90deg, #ff0000, #ffff00, #ff0000);
        animation: progressAnimation 3s steps(1000);
        margin-top: 10px;
    }
    @keyframes progressAnimation {
        0% {width: 100%; }
        100% { width: 0%; }

    }