/* Enter your CSS here */
.button.is-success {
  background-color: #5979AF;
  border-radius: 0;
  text-transform: uppercase;
  padding: 2rem 1rem;
}
.button.is-success.is-hovered, .button.is-success:hover {
  background-color: #5979AF;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #5979AF;
}


body .ui-datepicker .ui-datepicker-calendar tbody td .ui-state-active {
  background: #5979AF !important;
}
body .ui-datepicker .ui-datepicker-calendar tbody .ui-datepicker-current-day .ui-state-hover {
  background: #708C5D !important;
}

.sirvoy-has-floating-label.sirvoy-hfl--is-active label, .sirvoy-has-floating-label.sirvoy-hfl--is-filled label {
  text-transform: uppercase;
  font-weight: 700;
}


#book .page-details__notification .sft-text {
    display: none;
}

#book .page-details__notification .sirvoy-flexible-text::after {
  content: "Your credit card details are required in the next step to guarantee the booking."
}