.available-day a {
  background-color: #c8f7c5 !important;
  color: #000 !important;
  border-radius: 50%;
}

.unavailable-day a {
  background-color: #f8d7da !important;
  color: #555 !important;
  border-radius: 50%;
  text-decoration: line-through;
}
 