.datePickerContainer {
  width: 100%;
}

.timePickerContainer {
  width: 100%;
}

.numPeopleContainer {
  width: 100%;
}

.dividerLabel {
  color: var(--secondaryTextColor);
  font-size: 1.2rem;
  font-weight: 500;
}

.selectDateTimeContainer {
  width: 100%;
}

.dividerWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dividerNoteLabel {
  color: var(--textGreyColor3);
  font-size: 0.8rem;
}

.numberPeopleWrapper {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.numberPeopleItem {
  background-image: url("/images/user.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
