/* .kf-reservation-form {
  background-color: #FFEFD5!important;
} */

.kf-h-group a {
  color: #FFEFD5!important;
}

.kf-h-group a:hover {
  color: #355E3B!important;
}


/** UTILS */
::-moz-selection {
  color: #FFEFD5!important;
  background: #355E3B!important;
}

::selection {
  color: #FFEFD5!important;
  background: #355E3B!important;
}

::-webkit-scrollbar {
  width: 9px!important;
}

::-webkit-scrollbar-track {
  background-color: #355E3B!important;
}

::-webkit-scrollbar-thumb {
  background: #355E3B!important;
  border-top-left-radius: 8px!important;
  border-top-right-radius: 8px!important;
}

body::-webkit-scrollbar-track {
  background-color: #FFEFD5!important;
}

body::-webkit-scrollbar-thumb {
  outline: 1px solid #355E3B!important;
  border-top-left-radius: 12px!important;
  border-bottom-left-radius: 12px!important;
}

.tabs__controls::-webkit-scrollbar-thumb {
  outline: 1px solid #355E3B!important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 9px !important;
}