/*!
 * Risk View&trade; Commercial v19.2.0-RELEASE
 * Copyright 2025 Change Healthcare LLC and/or one of its
			subsidiaries
 */
#environment-selector .environment-list {
  border-top: 4px solid rgb(214, 218, 223);
  border-bottom: 4px solid rgb(214, 218, 223);
}
#environment-selector .list-group {
  max-height: 60vh;
  overflow: hidden;
  overflow-y: auto;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0;
}
#environment-selector .list-group-item {
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  border-color: rgb(214, 218, 223);
  border-left: none;
  border-right: none;
  padding: 1.25em;
}
#environment-selector .list-group-item:nth-of-type(odd) {
  background-color: #f6f7f8;
}
#environment-selector .list-group-item:nth-of-type(even) {
  background-color: rgb(255, 255, 255);
}
#environment-selector .list-group-item:first-child {
  border-top: none;
}
#environment-selector .list-group-item:last-child {
  border-bottom: none;
}
#environment-selector .list-group-item:hover {
  background-color: #fff0c1;
}
#environment-selector .list-group-item.selected {
  background-color: rgb(202, 240, 255);
  font-weight: 600;
  color: rgb(15, 15, 89);
}

/*# sourceMappingURL=environments.css.map*/