@import '../../../../assets/css/variables.scss';

.building-dropdown, .room-dropdown {
  width: 100%;
}

.container {
  margin-top: 20px;
}

.response {
  margin-bottom: 30px;
  font-weight: 500;
}

.hideVisibility {
  visibility: hidden;
}

.readOnlyMsg {
  font-style: italic;
  margin-bottom: 34px
}

p.error {
  font-size: smaller;
  font-style: italic;
  color: $danger;
  margin-top: 0px;
}
