/*
 * This is a manifest file that'll be compiled into application.css
 * which will include all the files listed below.
 */

/* Additional custom styles */
.flash-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  max-width: 400px;
}

/* Fix dropdown menu position */
.navbar .dropdown {
  position: relative;
}

.navbar .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  margin: 0.125rem 0 0;
}

.navbar .dropdown-menu.show {
  display: block;
}

/* Badge text color - force white text for better readability */
.badge {
  color: #ffffff;
}

/* Exception for light badges - use dark text instead */
.badge.bg-light,
.badge.bg-azure-lt,
.badge.bg-yellow-lt,
.badge.bg-secondary-lt,
.badge.badge-outline {
  color: #1e293b;
}


