html {
  scroll-behavior: smooth;
}

p {
  overflow-wrap: break-word
}

.required:after {
  content: "*";
  color: #C5514F;
  margin-left: 5px;
  vertical-align: top
}

.has-error {
  border-color: #C5514F
}

.alert-danger {
  border-color: #C5514F !important
}

.cookie-notice {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  z-index: 1000;
  width: 400px;
  max-width: 100%;
}

@media (max-width: 600px) {
  .cookie-notice {
    width: calc(100% - 40px);
    /* Ensures it stays 20px away from the sides */
    left: 50%;
    transform: translateX(-50%);
  }
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #000000;
}

.daterangepicker .ranges li.active {
  background-color: #000000;
}

.grecaptcha-badge {
  visibility: hidden;
}

.btn-warning {
  color: #fff !important;
  border: #F4D35E !important;
  background-color: #F4D35E !important
}

.btn-warning:hover,
.btn-warning.active {
  border-color: #F4D35E !important;
  background-color: #F4D35E !important
}

.bg-warning {
  background-color: #F4D35E !important
}



.main-timeline {
  position: relative;
}

.timeline {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.timeline-date-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}

.date-time-content {
  background: #06444A;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

.timeline-date {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.timeline-time {
  font-size: 14px;
}

.timeline-content {
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  flex-grow: 1;
}

.title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.description {
  margin: 0;
}

.timeline::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: #06444A;
  left: 48px;
  /* Adjusted to fit new design */
  top: 0;
  z-index: -1;
}

/*Brand colours */

      .bg-dark-teal {
        color: #ffffff !important;
        border: #082227 !important;
        background-color: #082227 !important
      }
      .bg-pale-sage {
        color: #082227 !important;
        border: #d5e8d4 !important;
        background-color: #d5e8d4 !important
      }
        .bg-pink {
        color: #082227 !important;
        border: #fff3f3 !important;
        background-color: #fff3f3 !important
      }
      .bg-lilac {
        color: #082227 !important;
        border: #e4edff !important;
        background-color: #e4edff !important
      }
      .bg-light-mint {
        color: #082227 !important;
        border: #efffff !important;
        background-color: #efffff !important
      }
      .bg-light-grey {
        color: #082227 !important;
        border: #f5f7f8 !important;
        background-color: #f5f7f8 !important
      }