/* @font-face {
	font-family: "Unbounded";
	src: url("../fonts/Unbounded-VariableFont_wght.ttf") format("ttf");
}
@font-face {
	font-family: "Outfit";
	src: url("../fonts/Outfit-VariableFont_wght.ttf") format("ttf");
} */

.unbounded {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.vapbookerrordiv {
border-radius: 32px!important;
background:#fff}

#vappaymentsdiv {padding-top: 40px!important; }

/* Icone caricate dinamicamente - stile base */
.uk-icon .uk-custom-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-color: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  vertical-align: middle;
  transition: background-color 0.3s ease;
}

.uk-custom-icon svg {
  fill: none;
}

.botttone-custom .uk-button {
  padding: 0 10px 0 30px;
}

/* Stati opzionali */
/* .uk-button:hover .uk-custom-icon,
.uk-icon:hover .uk-custom-icon {
  background-color: var(--uk-primary-hover, #1e87f0);
} */


.card-servizi {
  border-radius: 32px;
}


/* 1. Rimuove l'icona originale */
.uk-accordion-title::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  margin-left: 16px;
  float: right;

  /* Sostituisce l'immagine inline con la tua */
  background-image: url('/images/icone/ico=light.svg');
  /* Cambia path */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  /* Colore dinamico (solo se l'SVG usa currentColor) */
  background-color: currentColor;
  mask-image: url('/images/icone/ico=light.svg');
  -webkit-mask-image: url('/images/icone/ico=light.svg');
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;

  /* Se usi la maschera, rimuovi l’immagine visiva */
  background-image: none;
}

/* Hover/attivo (opzionale) */
.uk-open .uk-accordion-title::before {
  transform: rotate(90deg);
  /* Se vuoi ruotare la tua icona */
  transition: transform 0.3s ease;
}

.el-link.uk-link-text .uk-icon hover {
  transform: rotate(90deg);
  /* Se vuoi ruotare la tua icona */
  transition: transform 0.3s ease;
}

.round {
  border-radius: 32px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.ye-form--btn-content .uk-text-middle {
  padding-right: 16px
}

.slideshow .uk-icon {
  padding-left: 16px
}

.uk-dotnav>*>* {
  display: block;
  box-sizing: border-box;
  width: 70px;
  height: 3px;
  background: 0 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  transition: .2s ease-in-out;
  border-radius: 5px;
  transition-property: color, background-color, border-color, box-shadow;
  background-color: rgb(214 212 212 / 40%);
  border-color: transparent;

}


.uk-dotnav>.uk-active>* {
  background-color: rgba(102, 102, 102, .6);
  border-color: transparent;
}


hr,
.uk-hr {
  border-top: 2px dotted #5E7C6F !important;
}

.uk-accordion .el-item {
  border-radius: 32px;
  border: 1px solid var(--AP-To-Grey, #666);
  display: block;
  min-width: 300px;
  max-width: 780px;
  padding: 8px 10px 8px 24px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
}

.uk-accordion .el-content {
  padding-bottom: 8px;
}

.boxr {
  height: 187px;
  flex-shrink: 0;
  width: 100%;
  align-self: stretch;
  border-radius: 32px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.consulenza {
  border-radius: 32px;
  background-blend-mode: multiply;
  display: flex;
  width: 228px;
  height: 232px;
  padding: 0px 30px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  background-size: 228px 232px;
  background-color: rgb(244, 237, 227);
}

.shop_card,
.dettagli {
  padding: 20px
}



.nav-footer li {
  color: #FFF;
  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}


.vapcalendardiv {
  background:#fff;
  padding:15px!important;
  border-top: 3px solid #c47864!important;
}

.overlay-gradient {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.overlay-gradient::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2; /* maggiore della mappa se serve */
  pointer-events: none; /* così la mappa rimane cliccabile */
  background: linear-gradient(180deg, #C47864 41%, #465951 100%);
  background-blend-mode: hard-light, normal;
  opacity: 0.5; /* Modifica per regolare l'intensità della sfumatura */
}


.vapempcontactsp {
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: start!important;
    padding:20px;
}


/* .floating-label {
    position: absolute;
    font-family: Outfit;
    top: 5%;
    left: 10px;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    color: #ababab;
    padding: 0 16px;
    pointer-events: none;
  }

@media (max-width: 900px) {
.floating-label {
    position: absolute;
    font-family: Outfit;
    top: 4%;
    left: 10px;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    color: #ababab;
    padding: 0 16px;
    pointer-events: none;
}
}
.floating-label.active {
    top: 10px;
    left: 10px;
    font-size: 10px;
    color: #c47864;
} */

.vapcustomfields .cf-value input {
  padding: 12px!important;
}

.uk-card-default-white {background-color: #fff;
}

.vapsummarytotaldiv:first-child {border-top: 0!important;}
.vap-packages-cart-row {border-bottom: 0!important;}

.shop_mode-top {
  z-index: 2;
}
.shop_mode-bottom {    margin-top: -20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vapmodcartpricediv {
  color: #666!important;
}
.vapcartinneritemdiv,.vapcartitemboxdialog {
  background: none!important;
  border: 0!important;
}
div#vap-pay-box {
  margin-top: 40px;
}

.vap-allorders-tinylist .list-order-bar .order-view-button a {border-radius: 32px}

.vap-allorders-tinylist .list-order-bar {border-bottom: 1px solid #b6b6b6!important;}

.select2-container > .select2-choice {
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ffffff !important;
  border-radius: 32px !important;
  height: 48px !important;
  line-height: 48px !important;
}

.vap-userprofile-container {border-radius: 32px}
.vap-userprofile-field-control input {border-radius: 32px!important;}
.vap-userprofile-field-label {
  font-size: medium;
}
.cf-label {
  font-size: medium;
}

.vap-userprofile-container {background:#fff!important; }

.moduletable .tm-header-placeholder  {display: none}
.uk-subnav-pill>* {padding: 5px!important;}

@media (max-width: 991.98px) {
  .footer-toolbar {
    background-color:var(--gray-100);
    border-top: 1px solid var(--gray-200);
    z-index: 500;
    color: var(--body-color);
    height: fit-content
  }

  .footer-toolbar>* {
    margin: .4rem 0
  }

  .is-ios .footer-toolbar {
    padding-bottom: env(safe-area-inset-bottom)
  }
}


@media screen and (max-width: 550px) {
  .vap-allorders-tinylist .list-order-bar .order-view-button a {
    width: auto!important;
  }
}

#module-125 .uk-subnav>*>:first-child { color: #5E7C6F !important;}
.uk-dropdown.uk-drop {
  left: -50px !important;
}

#module-125 {
  margin-right: -25px;
}
#module-127 .uk-subnav>*>:first-child { color: #5E7C6F !important;}
.uk-dropdown.uk-drop {
  left: -50px !important;
}

#module-127 {
  margin-right: -15px;
}
@media screen and (max-width: 550px) {
  .vapcalendardiv {
    width: 90%!important;
  }
}

.uk-list-divider > :nth-child(n+2) {border-top: 3px dotted #ffffff;}

input#titolo {
  display: none;
}

fs-search-empty.uk-alert.uk-text-center {
  display: none;
}

fieldset {padding: 40px;
  border-radius: 32px!important;}

legend {
  padding: 0 20px;
  font-weight: 800;
}

.c-bn {border-radius: 32px!important;}

/*
.cc-trigger.cc-trigger-icon svg path {
  fill: #5E7C6F !important;
  stroke: #5E7C6F !important;
}
*/

.cc-trigger.cc-trigger-icon svg {
  width: 40px!important;
}

.breadcrumb-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}


.iti__flag-container {
  padding: 10px!important;
}
.vapinput {border-radius:32px!important;}


/*

!* Celle disabilitate (sovrascrive il colore di disponibilità e blocca i click) *!
.vaptd-disabled,
.vaptd-disabled .vapdivday {
  background: repeating-linear-gradient(
          45deg,
          #ccc,
          #ccc 5px,
          #e0e0e0 5px,
          #e0e0e0 10px
  ) !important;
  color: #666 !important;
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none; !* 🔹 Blocca il click *!
}

!* Bordo e testo *!
.vaptd-disabled .vapdivday {
  border: 1px solid #bbb !important;
  border-radius: 3px;
  text-shadow: none;
}

!* Disattiva hover *!
.vaptd-disabled:hover {
  background: repeating-linear-gradient(
          45deg,
          #ccc,
          #ccc 5px,
          #e0e0e0 5px,
          #e0e0e0 10px
  ) !important;
}*/
