.ScheduleTimePicker {
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
  /* border-top: solid 1px #FFFFFF; */
  /* text-align: center; */
  padding: 0px 24px 0px 24px;
}

.ScheduleTimePicker .Content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ScheduleTimePicker .btn-next .Next {
  margin-right: 0;
}

.ScheduleTimePickerOption {
  position: relative;
  display: block;
  margin: 0 auto;
  /* width: 80%; */
  padding: 12px 12px;
  border: solid 1px #d0d0d0;
  /* border-radius: 4px; */
  text-align: center;
  font-weight: normal;
  height: 46px;
  cursor: pointer;
}

.ScheduleTimePickerOption .indicator {
  height: 15px;
  width: 15px;
  border: solid 1px #d0d0d0;
  border-radius: 50%;
  display: block;
  margin-right: 10px;
  float: left;
  position: relative;
  top: 2.5px;
}

.ScheduleTimePickerOption .content {
  position: absolute;
  left: 0;
  right: 0;
}
.ScheduleTimePickerOption .content-now {
  position: absolute;
  margin-top: -8px;
  left: 0;
  right: 0;
  white-space: nowrap;
}
.ScheduleTimePickerOption .content-footer {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
}

.ScheduleTimePickerOption.active {
  background-color: #434343;
  color: #ffffff;
}

.ScheduleTimePickerOption.active .indicator {
  background-color: #ffffff;
  border-color: #000000;
}

.ScheduleTimePickerOption input {
  display: none;
}

.OptionSeparator {
  /* font-style: italic; */
  margin: 14px 0;
  display: block;
}

.ScheduleTimePicker .Header {
  margin: 35px 0 22px 0;
}

.ScheduleTimePickerDate {
  display: flex;
  flex: 1 1 auto;
  /* width: 80%; */
  margin: 0px auto 0;
}

.ScheduleTimePickerDate .hidden {
  display: none;
}

.ScheduleTimePickerDate .SelectWrapper {
  flex: 1;
  height: 50px;
}

.ScheduleTimePickerDate .Select {
  cursor: pointer;
  padding: 0 26px 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  /* background: transparent; */
  appearance: none;
  background: #ffffff;
  font-weight: 700;
}
/* .ScheduleTimePickerDate .SelectWrapper::after {
  position: absolute;
  top: 15px;
  right: 10px;
  content: "\F0D7";
  font-family: 'FontAwesome';
  font-size: 20px;
  color: #c7c7c7;
  pointer-events: none;
} */
.ScheduleTimePickerDate .Select::-ms-expand {
  display: none;
}

.errorSelectDateTime {
  color: #ff0000;
  margin: 10px 0px 0px 0px;
}

.option-minute-disabled {
  color: #d3d3d3 !important;
  background-color: #f5f5f5 !important;
  cursor: not-allowed !important;
  pointer-events: none;
  font-weight: 100 !important;
}
#ScheduleTimePickerDateSelector option,
#ScheduleTimePickerHoursSelector option,
#ScheduleTimePickerMinutesSelector option {
  font-weight: 700;
}

#ScheduleTimePickerHoursSelector option.option-minute-disabled,
#ScheduleTimePickerMinutesSelector option.option-minute-disabled {
  font-weight: 100 !important;
}

#ASAPOrderFieldLabel.asap-disabled {
  background-color: #f5f5f5 !important;
  color: #d3d3d3 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  opacity: 0.6;
}

#ASAPOrderFieldLabel.asap-disabled .indicator {
  background-color: #f5f5f5 !important;
  border-color: #d3d3d3 !important;
}

#ASAPDisabledMessage {
  background-color: #e7f3ff;
  border: 1px solid #b3d9ff;
  border-radius: 4px;
  color: #0c5aa6;
  font-size: 13px;
  font-weight: 400;
  margin: 8px 0 0 0;
  padding: 8px 12px;
  text-align: center;
  display: none;
}

#ASAPDisabledMessage.show {
  display: block;
}

#ScheduledOrderDisabledMessage {
  background-color: #e7f3ff;
  border: 1px solid #b3d9ff;
  border-radius: 4px;
  color: #0c5aa6;
  font-size: 13px;
  font-weight: 400;
  margin: 8px 0 0 0;
  padding: 8px 12px;
  text-align: center;
  display: none;
}

#ScheduledOrderDisabledMessage.show {
  display: block;
}

.ScheduleTimePickerDate .dropdown #pickup-date {
  width: 100%;
}

.ScheduleTimePickerDate .TimePicker {
  display: flex;
}

.ScheduleTimePickerDate .TimePicker .SelectWrapper::after {
  display: none;
}

.ScheduleTimePickerDate .TimePicker select {
  /* background: transparent; */
  appearance: none;
  padding: 0 10px;
  line-height: 46px;
  border-color: #212121;
  margin-left: 8px;
  /* border-radius: 4px; */
  min-width: 70px;
  cursor: pointer;
  background: #ffffff;
}
.ScheduleTimePickerOption {
  border-color: #212121;
  font-weight: 700;
}

#ScheduledOrderFieldLabel {
  margin: 0px 0px 10px 0;
}

/*--- Mobile Landscape & Portrait ---*/
@media (max-width: 992px) {
  .ScheduleTimePicker .Content {
    padding-bottom: 32px;
  }
  .ScheduleTimePickerOption,
  .ScheduleTimePickerDate {
    max-width: auto;
  }

  .ScheduleTimePicker .ScheduleTimePickerDate .dropdown-menu {
    top: initial;
    bottom: 100%;
  }
}
