.date-btn.selected, 
.date-btn:hover {
  background-color:#8e7900;
  color:#fff;
}
.date-btn-wrap {
  display: flex;
  justify-content: center;
}
.date-btn {
  width: 30px;
  height: 30px;
  border-radius: 29px;
}
.calendar-break {
  flex-basis: 100%;
  height: 0; 
}
#calendar.loading::before {
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
    top: 0px;
  content:"";
  position: absolute;
  background-color: rgba(255,255,255,0.85);
  z-index: 2;
  
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
}
#calendar.loading {
  position: relative;
  z-index: 1;
}
 /* The alert message box */
.alert {
  padding: 16px 32px;
  background-color: #b29700; 
  color: #fff;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 500;
}

/* The close button */
.closebtn {
  margin-left: 16px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
} 
.service-detail ul {
  padding: 0px 20px;
  margin: 0px;
} 
.service-detail ul li {
  display: list-item;
  color: #6a5a00;
  font-size: 16px;
  line-height: 24px;
  list-style-image: url(images/arrow_right_gold.svg);
  font-weight: 500;
  color: var(--color-text-dark);
}