@charset "UTF-8";
/* COLOR VARIABLES
============================================= */
/* GRIGI ---------------------*/
/* VERDI ---------------------*/
/* BTN PADDING WITH IMAGE BACKGROUND
============================================= */
/* GRADIENT LISTS
============================================= */
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* TEXT TRANSFORM
============================================= */
/*BOX SHADOW
============================================= */
select {
  color: #000000 !important;
}

input {
  padding: 15px 30px;
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background-color: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #C1CCD5;
}

input[type=submit] {
  cursor: pointer;
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  background: #FFFFFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}

form h4, #map-search h4 {
  margin-top: 20px;
}
form#registrazione h2, #map-search#registrazione h2 {
  font-size: clamp(18px, 2vw, 22px);
  color: #000000;
  margin: 20px 0;
}
form#registrazione #sdicont2, form#registrazione #sdicont3, #map-search#registrazione #sdicont2, #map-search#registrazione #sdicont3 {
  padding-top: 40px;
}
form .input-block.multiple-input, #map-search .input-block.multiple-input {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  height: 100%;
  flex-wrap: nowrap;
  /*.six {
    width: calc(50% - 10px);
  }

  .six {
    width: calc(50% - 10px);
  }

  .three {
    width: calc(33.333333% - 12px);
  }*/
}
form .input-block.multiple-input .one:not(:last-child), form .input-block.multiple-input .two:not(:last-child), form .input-block.multiple-input .three:not(:last-child), form .input-block.multiple-input .four:not(:last-child), form .input-block.multiple-input .five:not(:last-child), form .input-block.multiple-input .six:not(:last-child), form .input-block.multiple-input .seven:not(:last-child), form .input-block.multiple-input .eight:not(:last-child), form .input-block.multiple-input .nine:not(:last-child), form .input-block.multiple-input .ten:not(:last-child), form .input-block.multiple-input .eleven:not(:last-child), #map-search .input-block.multiple-input .one:not(:last-child), #map-search .input-block.multiple-input .two:not(:last-child), #map-search .input-block.multiple-input .three:not(:last-child), #map-search .input-block.multiple-input .four:not(:last-child), #map-search .input-block.multiple-input .five:not(:last-child), #map-search .input-block.multiple-input .six:not(:last-child), #map-search .input-block.multiple-input .seven:not(:last-child), #map-search .input-block.multiple-input .eight:not(:last-child), #map-search .input-block.multiple-input .nine:not(:last-child), #map-search .input-block.multiple-input .ten:not(:last-child), #map-search .input-block.multiple-input .eleven:not(:last-child) {
  margin-right: 10px;
}
form a.active, #map-search a.active {
  background: #000000;
}
form h5, #map-search h5 {
  font-size: 18px;
  margin: 30px 0 15px 0;
  color: #000000;
  margin: 15px 0;
}
form .link-yellow, #map-search .link-yellow {
  color: #FFFFFF;
  margin: 10px 0 25px 0;
}
form .link-yellow a, #map-search .link-yellow a {
  color: #F2CB05;
}
form section.flex, #map-search section.flex {
  justify-content: space-between;
  flex-direction: column;
}
form .flex, form .actions, #map-search .flex, #map-search .actions {
  justify-content: space-between;
  margin-bottom: 8px;
  margin-top: 8px;
}
form .input-block, #map-search .input-block {
  position: relative;
  /*margin-bottom: 6px;
  margin-top: 6px;*/
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  text-align: left;
  width: 100%;
}
form .input-block.attachment, #map-search .input-block.attachment {
  background: none;
  border: 1px dashed #C1CCD5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  width: calc(100% - 20px);
}
form .input-block.attachment .file, form .input-block.attachment .removefile, #map-search .input-block.attachment .file, #map-search .input-block.attachment .removefile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #000000;
}
form .input-block.attachment .file i, form .input-block.attachment .removefile i, #map-search .input-block.attachment .file i, #map-search .input-block.attachment .removefile i {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 21px;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 0;
  z-index: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  top: 27px;
  background: #000000;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  margin-right: 15px;
  color: #F2CB05;
  position: relative;
  font-size: 21px;
  right: 0;
  top: 0;
}
form .input-block.attachment .file i:hover, form .input-block.attachment .removefile i:hover, #map-search .input-block.attachment .file i:hover, #map-search .input-block.attachment .removefile i:hover {
  background: #333333;
}
form .input-block.attachment .file i.view-pwd, form .input-block.attachment .removefile i.view-pwd, #map-search .input-block.attachment .file i.view-pwd, #map-search .input-block.attachment .removefile i.view-pwd {
  cursor: pointer;
}
form .input-block.attachment .file.hidden, form .input-block.attachment .removefile.hidden, #map-search .input-block.attachment .file.hidden, #map-search .input-block.attachment .removefile.hidden {
  display: none;
}
form .input-block p, #map-search .input-block p {
  color: #333333;
  margin: 7px 0;
}
form .input-block img, #map-search .input-block img {
  width: 26px;
  position: absolute;
  right: 10px;
  top: 18px;
  z-index: 10;
  cursor: pointer;
}
form .input-block input, #map-search .input-block input {
  text-indent: 5px;
  padding: 5px;
  outline: none;
  -webkit-appearance: none !important;
  font-display: fallback;
  width: calc(100% - 10px);
  background: #FFFFFF;
  border: 1px solid #C1CCD5;
  width: calc(100% - 22px);
  height: 30px;
  padding: 10px 5px 10px 15px;
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFFFFF;
  margin-bottom: 6px;
  margin-top: 6px;
}
form .input-block input:-webkit-autofill, form .input-block input:-webkit-autofill:focus, #map-search .input-block input:-webkit-autofill, #map-search .input-block input:-webkit-autofill:focus {
  box-shadow: 0 0 0 1000px white inset;
  -webkit-text-fill-color: #000000;
}
form .input-block.textarea, #map-search .input-block.textarea {
  height: auto;
}
form .input-block i, #map-search .input-block i {
  position: absolute;
  color: #F25924;
  right: -1px;
  top: 30px;
  font-size: 24px;
  z-index: 2;
  padding: 14px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  margin: 0;
}
form .input-block i.view-pwd, #map-search .input-block i.view-pwd {
  cursor: pointer;
  top: 0;
}
form .input-block .field-error, #map-search .input-block .field-error {
  color: #E3001B !important;
}
form .input-block .field-error::placeholder, #map-search .input-block .field-error::placeholder {
  opacity: 1 !important;
}
form .input-block.error input, #map-search .input-block.error input {
  background: transparent;
  border: 1px solid #E3001B;
  color: #E3001B !important;
}
form .input-block.six, #map-search .input-block.six {
  width: 50%;
  min-width: 320px;
}
form .input-block.hidden, #map-search .input-block.hidden {
  display: none;
}
form .info, #map-search .info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
form .info .input-block, #map-search .info .input-block {
  width: calc(100% - 72px);
}
form .info .tooltip, #map-search .info .tooltip {
  background: #0058A2;
  color: #0058A2;
  cursor: pointer;
  padding: 14px;
  border-radius: 10px;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  font-size: 24px;
}
form .info .tooltip:hover, #map-search .info .tooltip:hover {
  background: #0072CE;
}
form .form-control, #map-search .form-control {
  height: auto;
  resize: none;
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  position: relative;
  z-index: 2;
  font-size: 16px;
  font-display: swap;
  color: #000000;
}
form .form-control .textarea, #map-search .form-control .textarea {
  height: 250px;
}
form .form-control:focus label, #map-search .form-control:focus label {
  top: 0;
}
form label, #map-search label {
  display: block;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  margin: 10px;
}
form label.checkcontainer, #map-search label.checkcontainer {
  pointer-events: auto;
}
form label.error, #map-search label.error {
  color: #E3001B;
}
form label span, #map-search label span {
  color: #F25924;
}
form .checkcontainer label, #map-search .checkcontainer label {
  pointer-events: auto;
}
form label.checkcontainer, #map-search label.checkcontainer {
  position: relative;
  margin: 10px 0;
  pointer-events: auto;
}
form .submit_form, form .submit_login, form .button-recover, form .pwdrecover, #map-search .submit_form, #map-search .submit_login, #map-search .button-recover, #map-search .pwdrecover {
  margin-top: 40px;
}
form .error input, form input.error,
form .error textarea, form textarea.error, #map-search .error input, #map-search input.error,
#map-search .error textarea, #map-search textarea.error {
  border-color: #E3001B;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  color: #E3001B !important;
  font-display: swap;
  opacity: 1 !important;
}
form #country, #map-search #country {
  width: 100%;
  padding-left: 10px;
}

textarea {
  padding: 15px;
  width: calc(100% - 32px);
  -webkit-appearance: none !important;
  outline: none;
  border: 1px solid #C1CCD5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.form-container #login .submit {
  margin-right: 0;
}

/* CHECKBOX */
/* Customize the label (the container) */
.checkcontainer {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
  cursor: pointer;
}
.checkcontainer.w100 {
  width: calc(100% - 60px);
}

/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  display: none !important;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  top: calc(50% - 11px);
  left: 3px;
  height: 22px;
  width: 22px;
  background-color: #FFFFFF;
  border: 1px solid #C1CCD5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #F3F6FA;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #014176;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 8px;
  top: 4px;
  width: 4px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkcontainer .checkmark::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* FINE CHECKBOX */
/* RADIO */
.checkcontainer.radiocontainer .checkmark {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* FINE RADIO */
/*
.checks {
  column-count: 2;
  column-gap: 15px;
}*/
select.custom-select {
  background-position: calc(100% - 10px) 50%;
  background-image: url("/library/pagination/ui/chevron-down.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0;
  -ms-box-shadow: 0;
  -o-box-shadow: 0;
  box-shadow: 0;
  padding: 15px 40px 15px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #C1CCD5;
  font-size: 16px;
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  /*span {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: $grigiochiarissimo;
  }*/
}
select.custom-select::after {
  position: absolute;
  right: 0;
  content: url("/library/pagination/ui/chevron-down.svg");
}
select.custom-select.error {
  color: #E3001B;
  border-color: #E3001B;
}
select.custom-select.auto {
  width: auto;
}

.filter select.custom-select {
  padding: 7px 40px 7px 12px;
}

@keyframes error {
  0% {
    transform: scale(1) translate(0, 0);
  }
  10% {
    transform: scale(1.1) translate(0, 0);
  }
  75% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
@keyframes attention {
  5%, 15% {
    transform: rotate(25deg);
  }
  10%, 20% {
    transform: rotate(-25deg);
  }
  25% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.contact-form .input-block #pwd-error {
  color: #FFFFFF;
  padding: 5px;
  font-size: 14px;
  padding-bottom: 0px;
  display: inline-block;
  height: 45px;
  margin: 20px 0 0 0;
  -webkit-line-clamp: 3;
  min-height: 60px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.contact-form .input-block #pwd-error i {
  color: #FFFFFF !important;
  background: none;
  padding: 0;
  margin-right: 6px;
  position: relative;
  top: 4px;
  right: inherit;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The switch - the box around the slider */
.switch, .contact-form label.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 38px;
  left: 0;
  top: 0;
  margin: 15px 15px 15px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  pointer-events: auto;
}
.switch.error, .contact-form label.switch.error {
  animation-name: error;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
.switch.error .slider::before, .contact-form label.switch.error .slider::before {
  background-color: #E3001B;
  animation-name: attention;
  animation-duration: 2s;
  animation-iteration-count: 1;
  background-position: 50% 50%;
  background-size: 80%;
  background-repeat: no-repeat;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #333333;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
.slider:hover {
  background: #F3F6FA;
}

.slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 2px;
  bottom: 2px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #333333;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.switch.error .slider {
  background: #E3001B;
}
.switch.error .slider:before {
  background: #F2CB05;
}

input:checked + .slider {
  background-color: #F2CB05;
}

input:focus + .slider {
  /*box-shadow: 0 0 1px #2196F3;*/
}

input:checked + .slider:before {
  -webkit-transform: translateX(62px);
  -moz-transform: translateX(62px);
  -ms-transform: translateX(62px);
  -o-transform: translateX(62px);
  transform: translateX(62px);
  background-color: #FFFFFF;
}

/*
input:checked + .slider::before {
  background-color: $azzurroscuro;
}
*/
/* input quantità */
.quantity {
  position: relative;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1.6px solid #000000;
  margin-right: 15px;
  width: 60px;
  height: 50px;
  padding: 0 10px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type=number] {
  -moz-appearance: textfield;
}
.quantity input {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  float: left;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.quantity input:focus {
  outline: 0;
}
.quantity .quantity-button {
  cursor: pointer;
  text-align: center;
  color: #000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 20px;
  min-width: 20px;
}
.quantity .quantity-button i {
  font-size: 18px;
}

/* fine input quantità */
/* LOGIN */
.login-mask {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  height: auto;
}
.login-mask .first, .login-mask .last {
  width: calc(50% - 60px);
}
.login-mask .first {
  margin-right: 20px;
  padding: 20px 20px 0 20px;
}
.login-mask .last {
  margin-left: 20px;
  padding: 20px 20px 0 20px;
}
.login-mask h2 {
  font-size: clamp(18px, 2vw, 22px);
  color: #000000;
  margin: 0 0 20px 0;
}
.login-mask form .input-block i.view-pwd {
  top: 6px;
}

/* FINE LOGIN */
#login.contact-form .input-block i, #registration.contact-form .input-block i {
  color: #000000;
}

#login .flex.relative {
  justify-content: flex-end;
}

#messaggio_failed, #messaggio_success {
  width: calc(100% - 60px);
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
  padding: clamp(20px, 2vw, 30px);
}
#messaggio_failed h4 i, #messaggio_success h4 i {
  /*color: $giallochiaro;*/
  color: #0072CE;
  font-size: 22px;
}
#messaggio_failed p, #messaggio_success p {
  text-transform: none;
}

#messaggio_success.yellow-label {
  font-size: clamp(14px, 2vw, 16px);
}
#messaggio_success.yellow-label p {
  font-size: clamp(14px, 2vw, 16px);
}

.reg-message {
  font-size: clamp(14px, 2vw, 16px);
}

/* ---------- support ----------- */
#ok-specifica, #nok-specifica {
  font-size: 24px;
  margin-bottom: 20px;
}

.box-richiesta {
  text-align: center;
  margin: 20px auto;
  max-width: 600px;
  background: #F3F6FA;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: clamp(20px, 2vw, 30px);
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.09);
}
.box-richiesta .flex {
  text-align: left;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
.box-richiesta .clear-request {
  margin-top: 20px;
  background: #C1CCD5;
}
.box-richiesta .clear-request.inactive {
  opacity: 0.5;
}
.box-richiesta .ok-request {
  margin-top: 20px;
}
.box-richiesta .ok-request.inactive {
  opacity: 0.5;
}
.box-richiesta picture {
  margin-right: 15px;
  width: 100px;
  flex: 0 0 100px;
}
.box-richiesta h4 {
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 20px;
}

#contact-container {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
#contact .optional, #contact1 .optional {
  display: none;
}
#contact .optional.visible, #contact1 .optional.visible {
  display: block;
}
#contact .main-action, #contact1 .main-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
#contact .main-action a, #contact1 .main-action a {
  background-color: #0058A2;
  color: #FFFFFF;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 12px 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 5px;
  opacity: 0.6;
}
#contact .main-action a:hover, #contact1 .main-action a:hover {
  background: #0072CE;
}
#contact .main-action a.active, #contact1 .main-action a.active {
  opacity: 1;
}
#contact .custom-select, #contact1 .custom-select {
  padding: 16px 12px;
}

/* recensioni ---------------------------------------------------------------------------------------- */
.form-container #review p.help-review {
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
  margin-top: 15px;
}
.form-container #review p.help-review.opacity-0 {
  opacity: 0;
}
.form-container #review .submit {
  margin-top: 15px;
}

.bgLgrey.ospite .padding {
  padding-bottom: 0;
}
.bgLgrey.ospite img {
  display: none;
}

/* registrazione ---------------------------------------------------------------------------------------- */
#registration .submit {
  opacity: 0.5;
  padding: 10px 50px 10px 20px;
  margin-bottom: 10px;
}

#rec .flex.relative {
  margin-top: 40px;
}

#registration .cont {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid #0072CE;
  border-bottom: 1px solid #0072CE;
}
#registration .legal-notes-first-registration {
  max-width: 520px;
  margin: 0 auto;
}
#registration .legal-notes {
  margin: 15px 0;
}

.legal-notes.input-block, .legal-notes.input-block.error {
  background: #FFFFFF;
  padding: 0;
  border: none;
}
.legal-notes.input-block p, .legal-notes.input-block.error p {
  text-indent: 0px;
}

.legal-notes-intro {
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid #0072CE;
}
.legal-notes-intro h5 {
  font-size: clamp(16px, 2vw, 18px);
  color: #0072CE;
  margin-top: 10px;
}
.legal-notes-intro p {
  font-size: 13px;
  text-align: justify;
}
.legal-notes-intro p b {
  color: #FDD920;
}

.condizioni {
  font-size: 14px;
  line-height: 22px;
  max-height: 100px;
  overflow-y: auto;
}

.search {
  position: relative;
}
.search input {
  border: none;
  width: calc(100% - 75px);
  padding-right: 45px;
  -webkit-transition: padding 0.5s ease 0s;
  -moz-transition: padding 0.5s ease 0s;
  -ms-transition: padding 0.5s ease 0s;
  -o-transition: padding 0.5s ease 0s;
  transition: padding 0.5s ease 0s;
  /* background-image: url(/library/pagination/ui/search.svg);
   background-repeat: no-repeat;
   background-position: calc(100% - 20px) 50%;
   background-size: 24px;*/
  font-family: "Lato", sans-serif;
}
.search #srcBtn {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  cursor: hand;
  width: 24px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
.contact-form label {
  display: block;
}

.contact-form .input-block i {
  top: 30px;
}

.contact-form section.flex {
  flex-direction: row;
}

@media all and (max-width: 1023px) {
  form .input-block.multiple-input, form .input-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  form .input-block.multiple-input.hidden, form .input-block.hidden {
    display: none;
  }
  form .input-block.multiple-input input, form .input-block input {
    width: calc(100% - 22px);
    margin: 0 0 15px 0;
  }
  form .input-block.multiple-input select, form .input-block.multiple-input textarea, form .input-block select, form .input-block textarea {
    margin: 0 0 15px 0;
  }
  form .input-block.multiple-input .one, form .input-block.multiple-input .two, form .input-block.multiple-input .three, form .input-block.multiple-input .four, form .input-block.multiple-input .five, form .input-block.multiple-input .six, form .input-block.multiple-input .seven, form .input-block.multiple-input .eight, form .input-block.multiple-input .nine, form .input-block.multiple-input .ten, form .input-block.multiple-input .eleven, form .input-block .one, form .input-block .two, form .input-block .three, form .input-block .four, form .input-block .five, form .input-block .six, form .input-block .seven, form .input-block .eight, form .input-block .nine, form .input-block .ten, form .input-block .eleven {
    width: 100%;
  }
  form .input-block.multiple-input .one:not(:last-child), form .input-block.multiple-input .two:not(:last-child), form .input-block.multiple-input .three:not(:last-child), form .input-block.multiple-input .four:not(:last-child), form .input-block.multiple-input .five:not(:last-child), form .input-block.multiple-input .six:not(:last-child), form .input-block.multiple-input .seven:not(:last-child), form .input-block.multiple-input .eight:not(:last-child), form .input-block.multiple-input .nine:not(:last-child), form .input-block.multiple-input .ten:not(:last-child), form .input-block.multiple-input .eleven:not(:last-child), form .input-block .one:not(:last-child), form .input-block .two:not(:last-child), form .input-block .three:not(:last-child), form .input-block .four:not(:last-child), form .input-block .five:not(:last-child), form .input-block .six:not(:last-child), form .input-block .seven:not(:last-child), form .input-block .eight:not(:last-child), form .input-block .nine:not(:last-child), form .input-block .ten:not(:last-child), form .input-block .eleven:not(:last-child) {
    margin-right: 0;
  }
  .login-page.padding {
    padding: clamp(25px, 2.2vw, 55px) 0;
  }
  .login-page hgroup p {
    display: none;
  }
  .login-page form .actions {
    flex-direction: column-reverse;
    align-content: flex-end;
  }
  .login-page form .actions .btn {
    width: auto;
  }
  .login-page form .actions .btn.btn-outline {
    width: 100%;
    padding: 0;
    margin: 25px 0 0 0;
    height: auto;
    border: 0;
  }
  .login-mask {
    flex-direction: column-reverse;
  }
  .login-mask.padding-top {
    padding-top: clamp(20px, 2.2vw, 55px);
  }
  .login-mask .first {
    margin: 10px 0;
    padding: 20px;
    width: calc(100% - 40px);
  }
  .login-mask .first p {
    display: none;
  }
  .login-mask .last {
    margin: 10px 0;
    padding: 20px;
    width: calc(100% - 40px);
  }
  .login-mask .last p {
    color: #333333;
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .checkcontainer {
    width: calc(100% - 60px);
  }
}
@media all and (max-width: 500px) {
  .contact-form .input-block.multiple-input {
    flex-direction: column;
  }
  .contact-form .input-block.multiple-input .six, .contact-form .input-block.multiple-input .six:first-child {
    width: 100%;
    margin: 5px 0;
  }
}

/*# sourceMappingURL=form.css.map */
