.normalDate a { 
  background: #00CC00 !important;
  color:#000000 !important;
} 
.rushDate a { 
  background: #E00000 !important;
  color: #ffffff !important;
} 
.hide { 
  visibility: hidden;
  height: 0px;
}

.name-fields-wrapper {
  display: flex;
  gap: 20px; /* Adjust spacing as needed */
}

.name-fields-wrapper .form-item {
  flex: 1; /* Distribute space evenly */
}

.csz-fields-wrapper {
  display: flex;
  gap: 20px; /* Adjust spacing as needed */
}

.csz-fields-wrapper .form-item {
  flex: 1; /* Distribute space evenly */
}

.highlighted-row {
  font-weight: bold;
}

.btn {
	background-color: #5C068C !important;
  	border-color:#5C068C !important;
  	color:white !important;
}
.btn-default {
	background-color: #5C068C !important;
  	border-color:#5C068C !important;
  	color:white !important;
}

/* Reset Bootstrap 5 placeholder styles for Drupal core's em tags */
em.placeholder {
  display: unset;
  min-height: unset;
  vertical-align: unset;
  cursor: unset;
  background-color: unset;
  opacity: unset;
  animation: none; /* Stops the "glow" effect */
}

