.course-dates__card {
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  cursor: pointer;
  border: 1px solid #ffffff;
}

.course-dates__card .carrot-down {
  display: none;
}

.course-dates__card--active {
  border: 1px solid #38aa3e;
}

.course-dates__card--active .carrot-down {
  display: block;
}

.course-dates__card--active .carrot-right {
  display: none;
}

.course-dates__card:hover {
  border: 1px solid #38aa3e;
}

.course-dates__card--full {
  opacity: 0.6;
}

.course-dates__card--full:hover {
  cursor: unset;
  border: 1px solid #ffffff;
}

.course-dates__card__left-column {
  border-right: 1px solid #e5e5e5;
}

.course-dates__card_left-column__date {
  font-weight: 700;
  margin-top: 8px;
  margin-left: 12px;
}

.course-dates__card__right-column__location {
  font-weight: 700;
}

.course-dates__card .row {
  height: 100%;
}

.course-dates__card__right-column__language {
  font-size: 10px;
  font-weight: 400;
}

.course-dates__card__right-column__fully-booked {
  font-size: 10px;
  font-weight: 400;
  color: #ed1111;
}

.course-dates__more-information {
  padding: 25px;
  border-radius: 5px;
  background-color: #ffffff;
}

.course-dates__more-information__image img {
  border-radius: 5px;
  height: 190px;
  object-fit: cover;
  width: 100%;
}

.course-dates__more-information__center {
  border-right: 1px solid #e5e5e5;
}

.course-dates__more-information__right {
  text-align: center;
}

.course-dates__more-information__right__reserve {
  text-decoration-line: underline;
  font-size: 12px;
  color: #000000;
  margin-top: 20px;
  display: block;
}

.course-dates__more-information__center__all-dates {
  color: #898989;
}

.course-dates__more-information__center__zip {
  color: #898989;
}

.course-dates-modal {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10000;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}

.course-dates-modal.active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}

.course-dates-modal-content {
  border-radius: 5px;
  position: relative;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 60px 40px 40px 40px;
  border: 1px solid #888;
  width: 60%;
}

@media only screen and (max-width: 720px) {
  .course-dates-modal-content {
    width: 90%;
  }

  .course-dates-modal-content .gf_left_half {
    width: 100% !important;
  }

  .course-dates-modal-content .gf_right_half {
    width: 100% !important;
  }
}

.button_nl{
  background-color: white;
  color: #000 !important;
  border-radius: 5px;
  padding: 11px 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-family: inherit;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  word-break: break-word;
}

.width_changed{
  min-width: 191px;
}

.course-dates-modal-content .close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 10px;
}

.course-dates-modal-content .close:hover,
.course-dates-modal-content .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.gform_wrapper .top_label li.gfield.gf_left_half,
.gform_wrapper
  .ginput_complex.ginput_container.has_first_name.no_middle_name.has_last_name
  span.name_first {
  clear: left !important;
  margin-right: 1.3%;
}

/* No dates block */
.no-dates-card {
  display: flex;
  background: #fff;
  box-shadow: 0px 2.5px 3px 5px rgb(0 0 0 / 1%);
  border-radius: 5px;
  padding: 40px 50px;
  text-align: center;
}

.no-dates-card img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  aspect-ratio: 1;
  margin: auto;
  object-fit: cover;
  object-position: center;
}
