.ems-logo-container {
  background-color: white;
  padding: 1rem;
}

.ems-logo {
  max-width: 140px;
}

.sidebar {
  background-color: #D9A12859;
  overflow: hidden;        /* allow corners to show */
  border-radius: 10px;      /* fully rounded corners */
  font-family:  "Poppins", sans-serif !important;
  width: 250px;
}


.sidebar .nav-link {
  padding: 12px 20px;
  margin-right: 0 !important;
  border-radius: 18px 0px 0px 13px !important; 
  margin-bottom: 8px !important; 
}

/* Hover effect */
/* Hover effect */
.sidebar .nav-link:hover {
  background-color: #ffffff;
  color: #D9A128 !important;
  margin-right: 0 !important;
  border-radius: 18px 0px 0px 13px !important; 
  margin-bottom: 8px !important; 
}


/* Active link - maintain pill shape */
.sidebar .nav-link.active {
  background-color: #ffffff;
  color: #D9A128 !important;     /* same text color as hover */
  margin-right: 0 !important;
  border-radius: 18px 0px 0px 13px !important;           /* stretch fully to right */
}

.competition-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-left: 50px;
}

.content-full-width {
  flex: 1; 
  padding: 0;
}