.widget-book-teetime {
  width: 330px;
  max-width: 100%;
}
.widget-book-teetime.panel-default > .panel-heading {
  padding: 13px;
  background-color: #fcfdfd;
}
.widget-book-teetime > .panel-body {
  padding: 13px;
  padding-top: 8px;
}
.widget-book-teetime .booking-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
.widget-book-teetime .booking-header h3 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.widget-book-teetime .booking-header a {
  font-size: 12px;
  white-space: nowrap;
}
.widget-book-teetime .booking-header a .booking-show-all-short {
  display: none;
}
@media (max-width: 767px) {
  .widget-book-teetime .booking-header h3 {
    font-size: 22px;
  }
  .widget-book-teetime .booking-header a .booking-show-all-long {
    display: none;
  }
  .widget-book-teetime .booking-header a .booking-show-all-short {
    display: inline;
  }
}
.widget-book-teetime .book-teetime-label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #172b4d;
  margin: 14px 0 6px;
}
.widget-book-teetime .book-teetime-label:first-child {
  margin-top: 0;
}
.widget-book-teetime .book-teetime-date-wrap {
  position: relative;
  width: 100%;
}
.widget-book-teetime .book-teetime-date-wrap > i.fa-calendar {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #898e92;
  pointer-events: none;
}
.widget-book-teetime .book-teetime-date {
  width: 100%;
  height: 42px;
  padding-right: 34px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #172b4d;
  cursor: pointer;
}
.widget-book-teetime .book-teetime-date[readonly] {
  background-color: #fff;
}
.widget-book-teetime .book-teetime-times {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.widget-book-teetime .book-teetime-time {
  flex: 1 1 0;
  min-width: 0;
  height: 34px;
  padding: 0 4px;
  border: 1px solid #dadce0;
  border-radius: 10px;
  background-color: #fff;
  font-size: 13.5px;
  font-weight: 400;
  color: #606875;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
}
.widget-book-teetime .book-teetime-time:hover {
  border-color: #b9bdc4;
}
.widget-book-teetime .book-teetime-time.is-selected {
  background-color: #56b9f1;
  border-color: #56b9f1;
  color: #fff;
}
.widget-book-teetime .book-teetime-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.widget-book-teetime .book-teetime-players {
  flex-wrap: nowrap;
}
.widget-book-teetime .book-teetime-players .book-teetime-choice {
  flex: 1 1 0;
  width: auto;
  min-width: 0;
}
.widget-book-teetime .book-teetime-choice {
  flex: 0 0 60px;
  width: 60px;
  height: 42px;
  padding: 0;
  border: 1px solid #dadce0;
  border-radius: 10px;
  background-color: #fff;
  font-size: 15px;
  font-weight: 600;
  color: #172b4d;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.widget-book-teetime .book-teetime-choice:hover {
  border-color: #b9bdc4;
}
.widget-book-teetime .book-teetime-choice.is-selected {
  background-color: #56b9f1;
  border-color: #56b9f1;
  color: #fff;
}
.widget-book-teetime .book-teetime-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}
.widget-book-teetime .book-teetime-footer .book-teetime-choices {
  flex: 1 1 auto;
}
.widget-book-teetime .book-teetime-times + .book-teetime-footer {
  margin-top: 14px;
}
.widget-book-teetime .book-teetime-search {
  flex: 0 0 auto;
  height: 42px;
  width: 60px;
  margin: 0;
  padding: 0 12px;
  border-radius: 10px;
}
.widget-book-teetime .book-teetime-search i {
  font-size: 16px;
}
@media (max-width: 767px) {
  .widget-book-teetime {
    width: 100%;
  }
  .widget-book-teetime .book-teetime-date-wrap {
    width: 100%;
  }
}

/*# sourceMappingURL=book-teetime.css.map */
