/* GENERAL */
body {
  font-family: 'Roboto', sans-serif !important;
}

.main-container {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .main-container {
    height: 66px;
  }
}

b, strong {
  font-weight: bold !important;
}

a {
  text-decoration: none;
}

a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
}

.bg-success {
  background: #789520 !important;
}

.btn-close {
  --bs-btn-close-focus-shadow: none !important;
}

.btn-primary {
  color: #FFFFFF !important;
  font-size: 1em !important;
  font-weight: 700 !important;
}
.btn-primary:hover  {
  color: #FFFFFF !important;
}

.btn-success {
  background: #789520 !important;
  border-color: #789520 !important;
  color: #FFFFFF !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  padding: 10px 20px;
}
.btn-success:hover  {
  color: #FFFFFF !important;
  background: #485c13 !important;
  border-color: #485c13 !important;
}

.btn-success > img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  vertical-align: baseline;
}

.btn-warning {
  background: #f8ac00 !important;
  border-color: #f8ac00 !important;
  color: #FFFFFF !important;
  font-size: 1em !important;
  font-weight: 700 !important;
}
.btn-warning:hover  {
  color: #FFFFFF !important;
  border-color: #d69403 !important;
  background: #d69403 !important;
}

.form-floating>.form-control-plaintext~label::after,
.form-floating>.form-control:focus~label::after,
.form-floating>.form-control:not(:placeholder-shown)~label::after,
.form-floating>.form-select~label::after {
    background-color: inherit;
}

.form-control:focus {
  border-color: #dee2e6 !important;
}

.hidden {
  display: none;
}

.cursor-pointer {
  cursor: pointer !important;
  outline: 0;
}

.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

@media only screen and (max-width: 991px) {
  .mobile-only {
      display: block;
  }

  .desktop-only {
      display: none;
  }
}

.yellow-icon {
  filter: invert(77%) sepia(24%) saturate(5457%) hue-rotate(360deg) brightness(96%) contrast(104%);
}

.green-icon {
    filter: invert(46%) sepia(84%) saturate(381%) hue-rotate(34deg) brightness(98%) contrast(91%)
}

.white-icon {
  filter: invert(99%) sepia(1%) saturate(880%) hue-rotate(276deg) brightness(115%) contrast(100%);
}

.gray-icon {
  filter: invert(49%) sepia(11%) saturate(338%) hue-rotate(167deg) brightness(89%) contrast(94%)
}

.nek_fs_sm {
  font-size: 14px !important;
}

.nek_fc_red {
  color: #FF5C36 !important;
}

.nek_fc_yellow {
  color: #f8ac00 !important;
}

.nek_fc_green {
  color: #789520 !important;
}

.nek_bc_green {
  background-color: #789520 !important;
}

.nek_bc_gray {
  background-color: #ebebeb !important;
}

.nek_bc_yellow {
  background-color: #f8ac00 !important;
}

.nek_border_green {
  border-color: #789520 !important;
}

.accordion-button:focus,
.navbar-toggler:focus {
  box-shadow: none !important;
}

.nek_navbar_item:hover {
  color: #f8ac00 !important;
  font-weight: bold;
}

/* CMS CONTENT */

.nek-cms-content {
  a {
    color: #f8ac00;
    font-weight: bold;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
  }

  h1 {
    font-size: 2rem !important;
  }

  h2 {
    font-size: 1.75rem !important;
  }

  h3 {
    font-size: 1.5rem !important;
  }

  h4, h5, h6 {
    font-size: 1.25rem !important;
  }
}

/* CMS IFRAME */
.embed-responsive-item {
  width: 100%;
}

.form-control {
  box-shadow: none !important;
}

input[type="radio"],
input[type="checkbox"]:not(.seat-input) {
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

input[type="radio"]:disabled,
input[type="checkbox"]:not(.seat-input):disabled {
  visibility: hidden;
}

input[type="radio"] + label,
input[type="checkbox"]:not(.seat-input) + label {
  display: flex;
  user-select: none;
}

input[type="radio"] + label::before,
input[type="checkbox"]:not(.seat-input) + label::before {
  content: '';
  padding: 7px;
  height: 13px;
  border: 1px solid #f8ac00;
  position: relative;
  margin-right: 10px;
  margin-top: 4px;
  display: inline-block;
  cursor: pointer;
}

input[type="checkbox"].active-region:not(.seat-input) + label::before {
  border: 4px solid #f8ac00 !important;
  padding: 4px; !important;
}

input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked:not(.seat-input) + label::before {
  background-color: #f8ac00;
}

input[type="radio"] + label::before {
  border-radius: 100% !important;
}

input[type="radio"].is-invalid + label::before,
input[type="checkbox"].is-invalid:not(.seat-input) + label::before {
  border-color: #dc3545;
}

/* BREADCRUMBS */

.breadcrumbsBox {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 0;
  margin: 1em 0;
}

.breadcrumbsBox li {
  padding-right: 3px;
  color: #333;
}

.breadcrumbsBox li span.active {
  color: #f8ac00;
}

.breadcrumbsBox a {
  color: #333;
  text-decoration: none;
}

.cmsBreadcrumbsBox {
  padding-left: 15px;
}

/* DASHBOARD */

.main-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 460px;
}
@media only screen and (max-width: 991px) {
  .main-header {
    background-image: none;
  }
}

/* FOOTER */
.footer {
  background-color: #f8ac00;
  margin-top: auto;
  font-weight: 700;
  padding: 15px 0;
}

@media only screen and (max-width: 991px) {
  .footer {
      height: 100%;
      text-align: center;
  }
  .footer > .container {
      margin-bottom: 4em;
  }
}

.base-container {
  padding-bottom: 15px;
  min-height: 51em;
}

.no_offer p {
  margin: 1.5rem 0;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #fff0cc !important;
}

.light-gallery-plugin {
  position: relative;
  height: 30rem;
  padding-bottom: 65%;
}

/* CONTACT FORM */
.offer-not-available {
  max-width: 40em;
  text-align: center;
  margin: 2rem 0;
  font-size: 16px;
}

.offer-not-available a {
  text-decoration: none;
  font-weight: 900;
  color: #f8ac00;
  white-space: nowrap;
}
.offer-not-available a:hover {
  color: #000000;
}

#searchbar__form input {
  color: #000000;
  background: #FFFFFF;
}

#searching-submit-btn {
  width: 150px;
  height: 43px;
  font-size: 15px;
  font-weight: 700;
}

#searching-submit-btn:hover {
  color: #FFFFFF !important;
}

#query-input-button:hover {
  background: #FFFFFF !important;
}

.searching__nav_loader,
.searching__nav_more,
.searching__nav_no_results {
  display: none;
}

.searching__nav_results_container {
  position: absolute;
  right: 0;
  z-index: 17;
  min-width: 25em;
}

.searching__nav_item__url {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
}

.searching__nav_item__wrapper {
  display: inline-flex;
  width: 100%;
}

.searching__nav_item__data {
  list-style: none;
  padding-left: 0;
}

.searching__nav_item__img {
  display: none;
  margin-right: 5px;
}

.searching__nav_item__name {
  font-size: 16px;
  font-weight: 600;
}

.searching__nav_item__location {
  font-size: 12px;
  font-weight: 400;
}

.searching__nav_item__category {
  min-height: 20px;
}

.yellow_link {
  color: #f8ac00;
  font-size: 1em;
  font-weight: 700;
}

.yellow_link > img {
  filter: invert(62%) sepia(79%) saturate(1793%) hue-rotate(6deg) brightness(104%) contrast(107%);
  vertical-align: baseline;
  margin: 0 5px;
}

.yellow_button {
  padding: 10px 20px;
  border: 1px solid #f8ac00;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 700;
  background-color: #f8ac00;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

.yellow_button:hover {
  background-color: #FFFFFF;
  border: 1px solid #f8ac00;
  color: #f8ac00 !important;
}

.yellow_button > img {
  filter: invert(97%) sepia(97%) saturate(11%) hue-rotate(222deg) brightness(104%) contrast(103%);
  vertical-align: baseline;
  margin: 0 5px;
}

.yellow_button:hover > img {
  filter: invert(62%) sepia(79%) saturate(1793%) hue-rotate(6deg) brightness(104%) contrast(107%);
}

.gray_button {
  padding: 10px 20px;
  border: 1px solid #6c757d;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 1em;
  font-weight: 700;
  background-color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 10em;
}

.gray_button:hover {
  background-color: #FFFFFF;
  border: 1px solid #6c757d;
  color: #6c757d !important;
}

.base__toast_container {
  position: fixed;
  right: 0;
  width: 25em;
  top: 7em;
  z-index: 1100;
}

.base__toast_body > a {
  color: #f8ac00;
  font-weight: 600;
}

.img_reversed {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.favorite_hotel__icon_add,
.favorite_hotel__icon_remove {
  display: none;
}

.tfg-popover {
  --bs-popover-max-width: 50em;
}

.agency__map__pin {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #263238;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 30px;
  justify-content: center;
  padding: 4px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 30px;
}

.agency__map__pin::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFFFFF;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 90%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
}

.agency__map__pin .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

.agency__map__pin.highlight {
  background-color: #FFFFFF;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  height: 100px;
  padding: 15px;
  width: auto;
}

.agency__map__pin.highlight .details {
  display: flex;
}

.test-required {
  filter: invert(20%) sepia(96%) saturate(5300%) hue-rotate(117deg) brightness(97%) contrast(106%);
}

.test-not-required {
  filter: invert(17%) sepia(97%) saturate(6663%) hue-rotate(358deg) brightness(97%) contrast(109%);
}


/* cookie consent */
#cc-main {
  /** Change font **/
  --cc-font-family: 'Roboto', sans-serif;
 /*#f8ac00*/
  /** Change button primary color to black **/
  --cc-btn-primary-bg: #789520;
  --cc-btn-primary-border-color: #789520;
  --cc-btn-primary-hover-bg: #485c13;
  --cc-btn-primary-hover-border-color: #485c13;


  /** Also make toggles the same color as the button **/
  /*--cc-toggle-on-bg: var(--cc-btn-primary-bg);*/

  /** Make the buttons a bit rounder **/
  /*--cc-btn-border-radius: 10px;*/
}