.sub-navbar {
  background-color: #126FA3;
  padding: 6px 6px;
}

.navbar-nav .nav-link {
  font-size: 18px !important;
  text-decoration: none;
  color: #fff !important;
  margin-right: 15px;
  transition: color 0.2s ease;
}

.navbar-nav .nav-link:hover {
  text-decoration: underline;
}

.navbar-nav .nav-link.fw-bold {
  font-weight: 700 !important;
}

.profile-img {
  width: 25px;
  height: 25px;
  object-fit: cover;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
