a {
  color: #ee3143 !important;
}

a:hover {
  color: #ee3143 !important;
}

.btn-link {
  color: black;
}

.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #ee3143;
}

.card-header {
  background-color: white;
}

.oh-step {
  display: inline-block;
  color: #ee3143;
  border: 1px solid  #ee3143;
  padding: 9px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 4px;
  margin-right: 11px;
}

.beschikbaarheid-row {
  border: 1px solid lightgray;
  margin: 10px;
  padding: 10px;
  background-color: white;
}

.beschikbaarheid-row .datum {
  font-size: 14px;
  border-bottom: 1px solid #ee3143;
  color: #ee3143;
}

.beschikbaarheid-row .time-slot {
  padding: 10px;
  margin: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.beschikbaarheid-row .time-slot.unavailable {
  background-color: #f1f1f1;
  color: gray;
}

.beschikbaarheid-row .time-slot.available {
  background-color: white;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
  cursor: pointer;
  color: #366136;
  border-left: 2px solid #3fad3f;
}

.beschikbaarheid-row .time-slot.available:hover {
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.25);
  background-color: #ecffec;
}

.beschikbaarheid-row .time-slot.active {
  background-color: #3ead3f;
  color: white;
}

.beschikbaarheid-row .time-slot.active:hover {
  background-color: #3ead3f;
}

.fm-primary-btn {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  cursor: pointer;
  display: block;
  width: fit-content;
  padding: 5px;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
}

.slick-arrow-custom {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #ee3143;
  color: white;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.slick-arrow-custom.prev {
  left: 8px;
}

.slick-arrow-custom.next {
  right: 8px;
}

.beschikbaarheid-0 {
  border: 2px solid #ffa9b2;
}

.slick-dots {
  display: none !important;
}

.fm-location {
  padding: 10px;
  border-radius: 4px;
  display: block;
  background-color: white;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}

.fm-location:hover {
  background-color: #ee3143;
  color: white !important;
}
