/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.autocomplete-list {
  max-height: 5.25rem;
  overflow-y: auto;
  list-style-type: none;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  margin-top: .2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: #f8f9fa;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .5rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.autocomplete-list::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.autocomplete-list li {
  position: relative;
  cursor: pointer;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  text-decoration: none;
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.autocomplete-list li:hover {
  color: #888888;
}

.overlay {
  z-index: 9;
  position: absolute;
  width: 31.6666667%;
}

.selected-members {
  height: 10.5rem;
  max-height: 10.5rem;
  overflow-y: auto;
}

.picture-container {
  display: flex;
  justify-content: center;
}

.iframe-scroll {
  overflow-y: auto;
  min-height: 480px;
  max-height: 480px;
  scrollbar-width: thin;
}
