html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Admin Dropdown Menu Styling */
.custom-navbar .dropdown-menu {
  background-color: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-top: 0.5rem !important;
  z-index: 1000 !important;
}

.custom-navbar .dropdown-item {
  color: #2f2f2f !important;
  padding: 0.5rem 1rem !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  background-color: transparent !important;
}

.custom-navbar .dropdown-item:hover {
  background-color: #e9ecef !important;
  color: #000000 !important;
}

.custom-navbar .dropdown-item.active {
  background-color: #3b5d50 !important;
  color: #ffffff !important;
}

.custom-navbar .dropdown-item.active:hover {
  background-color: #2d4a3f !important;
  color: #ffffff !important;
}

.custom-navbar .dropdown-toggle::after {
  margin-left: 0.5rem !important;
  vertical-align: middle !important;
}

/* Override any navbar link styles that might be affecting dropdown items */
.custom-navbar .dropdown-menu .dropdown-item {
  color: #2f2f2f !important;
  text-decoration: none !important;
}

.custom-navbar .dropdown-menu .dropdown-item:hover {
  color: #000000 !important;
}

.custom-navbar .dropdown-menu .dropdown-item.active {
  color: #ffffff !important;
}

.custom-navbar .dropdown-menu .dropdown-item.active:hover {
  color: #ffffff !important;
}