.bg-semi-transparent {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.navbar-toggler {
  border: none;
}

.dropdown-menu-custom {
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  transition: all 0.2s ease;
}

.dropdown-item-custom:hover {
  background: rgba(0, 0, 0, 0.55);
  border-color: rgba(255, 255, 255, 0.16);
}

.dropdown-divider {
  background: #7b7b7b;
  margin: 0.5rem 1rem;
}
