[data-bs-theme=dark] {
  color-scheme: dark;
  --nv-txt-dark-blue: #e2f0ff;
}

[data-bs-theme=light] {
  color-scheme: light;
  --nv-txt-dark-blue: #002b5b;
}

body {
  background-color: #f8f9fa;
}

.bg-transparent-2 {
  background-color: rgba(255, 255, 255, 0.84) !important;
}

.bg-transp-4 {
  background-color: rgba(255, 255, 255, 0.607) !important;
}

.form-control {
  color: #333434 !important;
  border-color: #002b5b !important;
}

.txt-dblue {
  color: #002b5b !important;
}

.login-btn {
  background: #014898;
  border-radius: 50px !important;
  color: rgb(255, 255, 255);
  transition: transform 0.3s ease-in, box-shadow 0.3s ease-in;
}
.login-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3) !important;
  color: rgb(255, 255, 255);
  background: #002b5b;
}

.main-header {
  background-color: #002b5b;
}

.profile-img {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 50px;
  padding: 6px;
  float: inline-end;
  background-color: rgba(255, 255, 255, 0.1411764706);
}
.profile-img img {
  width: 100%;
  height: 100%;
}

.logo-cont {
  width: 100px;
  height: 90px;
}
.logo-cont img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.nav-logo-cont {
  display: none;
}

.nav-link:hover {
  color: rgb(177, 179, 197) !important;
}
.nav-link:hover:hover i {
  color: rgb(177, 179, 197);
}

.menu-icon {
  display: none !important;
}

.dashboard-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.alert-primary {
  background-color: var(--bs-primary-light);
}

.bg-warning2 {
  background-color: rgb(255, 166, 0);
}

.btn-info2 {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(27, 132, 255) !important;
  color: rgb(27, 132, 255) !important;
  transition: all ease-in-out 500ms;
}
.btn-info2:hover {
  background-color: rgb(27, 132, 255);
  color: rgb(255, 255, 255) !important;
}

.support-section {
  text-align: center;
  margin-top: 30px;
}

@media (width < 64em) {
  .card {
    width: 100%;
  }
  .logo-cont {
    width: 70px;
  }
  .logo-cont img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .menu-state-title-primary .menu-item .menu-link.active {
    transition: color 0.2s ease;
    font-weight: 600;
    color: var(--nv-txt-dark-blue);
  }
  .menu-state-title-primary .menu-item .menu-link.active.active i {
    color: var(--nv-txt-dark-blue);
  }
  .menu-icon {
    display: block !important;
  }
  .nav-logo-cont {
    display: block;
    width: 90px;
  }
  .nav-logo-cont img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .card-body2 {
    padding: 0.5rem !important;
  }
}