.time-slot-item-reserved {
  background-color: #eee8aa;
}

.today {
  background: #00c7c4 !important;
  color: white !important;
}

.time-slot-item-disabled:hover,
.time-slot-item-disabled {
  cursor: not-allowed !important;
  color: #cddadf !important;
}

.time-picker {
  margin: 0 -5px;
}

.time-picker-header {
  position: relative;
}

.date-slot {
  list-style: none;
  padding-left: 16px;
  padding-right: 16px;
}

.date-slot-item {
  margin: 0 5px 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid transparent;
}

.date-slot-item.active {
  border-bottom: 1px solid #00C7C4;
  background-color: #00C7C4;
}

.date-slot-item.no-free-slot>* {
  color: #666;
}

.date-slot-day {
  line-height: 24px;
  color: #666;
}

.date-slot-date {
  color: white;
}

.time-slot-item {
  font-size: 12px;
  line-height: 22px;
  color: black;
  border-radius: 4px;
  padding: 5px;
  margin: 0 5px 0px;
  text-align: center;
  cursor: pointer;
}

.time-slot-item:hover,
.time-slot-item.picked {
  background: #00c7c4;
  border-color: #00c7c4;
  color: #fff;
}

.time-picker-container {
  background: #fff;
  padding: 15px;
  width: 100%;
}

.time-slot-cont {
  padding-left: 0;
  padding-right: 0;
}

.date-slot-wrapper {
  width: 40%;
  text-align: center;
  float: left;
  font-size: 12px;
}

.date-slot {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}

.date-slot-day,
.date-slot-date {
  font-size: 0.7rem;
  display: block;
}

.date-slot-item {
  margin: 0 5px 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid transparent;
}

.time-slot {
  list-style: none;
  float: left;
  display: inline-block;
  width: 14.2%;
  font-size: 12px;
}

.calendar-arrow {
  padding: 1px 6px;
}

@media screen and (min-width: 768px) {
  .time-slot-cont {
    padding-left: 16px;
    padding-right: 12px;
  }

  .date-slot-item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .date-slot {
    list-style: none;
    padding-left: 16px;
    padding-right: 16px;
  }

  .date-slot-day,
  .date-slot-date {
    /* font-size: 0.7rem; */
    display: block;
  }

  .date-slot-wrapper {
    width: 14.285%;
    text-align: center;
    float: left;
    font-size: 12px;
  }

  .time-picker-container {
    background: #fff;
    padding: 0px 10px 30px 30px;
    width: 100%;
  }
}

@media (max-width:767px) {
  .time-picker-container form .form-control {
    margin: 0 0 10px;
  }
}