.header {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  z-index: 10;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}
.login-field {
  max-width: 300px;
  margin: 0 auto;
  border-radius: 16px;
  height: 45px;
}
.login-bg {
  background-image: url(../images//login-bg.png) !important;
  border-radius: 25px;
}
.login-body {
  padding: 45px 30px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.21);
  border-radius: 46px;
  margin: 20px;
  position: relative;
}
.login-body .side-img {
  bottom: 82px;
  left: -30px;
  width: 63px;
}

.close-btn {
  font-size: 1.5rem;
  background: none;
  border: none;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.card {
  background-size: cover;
  background-position: center;
  color: #fff;
}
.otp-input {
  width: 38px;
  padding: 7px;
}

/* Bottom menu bar styles */
.app-bottom-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 10px 10px;
}

.app-bottom-menu a {
  text-decoration: none;
  color: var(--black-color);
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0;
  transition: all 0.2s ease-in-out;
}

.app-bottom-menu a.active {
  color: var(--primary-color);
}

.app-bottom-menu a svg {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}

.app-bottom-menu a span {
  font-size: 12px;
}


.app-bottom-menu a.active svg {
  color: var(--primary-color);
}

.breadcrumbs {
  background-color: rgba(70, 255, 135, 0.35);
}

/* desktop menu active */
.nav-menu a {
  position: relative;
  padding-bottom: 5px; /* Adjust as needed */
  text-decoration: none;
  color: black;
}

.nav-menu a.active,
.nav-menu a:hover {
  border-bottom: 3px solid #f58634; /* Change the color as needed */
}


@media (max-width: 768px) {
  .modal-body {
    padding: 20px;
  }

  .form-control {
    width: 100%;
  }
}
