/*
.path-user, .path-my-profile {
  background: url("../../images/bg.jpg") no-repeat fixed;
  background-size: cover;
  @include mediaOnly(sm){
    background: url("../../images/bg_mobile.jpg") no-repeat fixed;
  }
}

 */
.content-loghi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 auto 3.13rem;
}
.content-loghi > div {
  max-width: 10rem;
  margin: 0 2.81rem;
}
@media (max-width: 767px) {
  .content-loghi > div {
    max-width: none;
    margin: 0 12px;
    width: 33%;
  }
}
.content-loghi .logo-levissima-plus {
  max-width: 7.5rem;
}
@media (max-width: 767px) {
  .content-loghi .logo-levissima-plus {
    max-width: none;
  }
}

.content-custom-tag {
  text-align: left;
}
.content-custom-tag .fieldset-legend {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.5rem 1.25rem;
  text-transform: uppercase;
  font-size: 0.88rem;
  font-weight: 500;
  font-style: italic;
  transition: opacity 0.3s;
}
.content-custom-tag .form-type-checkbox {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 0;
  margin-right: 0.63rem;
}
.content-custom-tag .form-type-checkbox:last-child {
  margin-right: 0;
}
.content-custom-tag .form-type-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  pointer-events: auto;
  z-index: 1;
}
.content-custom-tag .form-type-checkbox input:checked + .form-item--label {
  border: 1px solid #FFF;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all 0.4s ease;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  padding: 0.63rem 1.25rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  color: #FFF;
  background-color: rgba(255, 255, 255, 0.25);
}
.content-custom-tag .form-type-checkbox input:checked + .form-item--label:after {
  content: none;
}
.content-custom-tag .form-type-checkbox label {
  font-size: 1rem;
  line-height: 1.125;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 3rem;
  font-weight: 500;
  font-style: italic;
  text-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: all 0.4s ease;
  border: 1px solid var(--green);
  background-color: var(--green);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  padding: 0.63rem 1.25rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  color: #FFF;
}
.content-custom-tag .form-type-checkbox label:before {
  content: none;
}

.bg-login {
  background-color: #176B35;
  opacity: 100%;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  backdrop-filter: blur(50px);
  --webkit-backdrop-filter: blur(50px);
}
@media (max-width: 767px) {
  .bg-login {
    width: 100%;
    top: 430px;
  }
}

.consumer-promo-login__visual-mob {
  display: none;
}
@media (max-width: 767px) {
  .consumer-promo-login__visual-mob {
    display: block;
  }
}

.consumer-promo-login .site-form--title {
  margin-top: 100px;
}

.site-form {
  color: #FFF;
  padding-top: 10.63rem;
  text-align: center;
  padding-bottom: 5rem;
  position: relative;
  z-index: 2;
  background: url("../../images/bg.jpg") no-repeat fixed;
}
.site-form.consumer-promo-login {
  background: url("../../images/consumer-promo-login-bg.jpg") no-repeat;
  background-size: cover;
  min-height: 116vh;
  padding-top: 0;
}
@media (max-width: 767px) {
  .site-form.consumer-promo-login {
    background: url("../../images/bg.jpg") no-repeat fixed;
    background-size: cover;
    min-height: auto;
  }
}
.site-form.consumer-promo-login .offset-md-2 {
  margin-left: 60%;
}
@media (max-width: 767px) {
  .site-form.consumer-promo-login .offset-md-2 {
    margin-left: 0;
  }
}
.site-form.consumer-promo-login .col-md-8 {
  width: 40%;
}
@media (max-width: 767px) {
  .site-form.consumer-promo-login .col-md-8 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-form {
    overflow: hidden;
    padding-top: 5.31rem;
  }
}
.site-form.mbw-form {
  padding-top: 5rem;
}
.site-form.reset-pwd .form-item {
  max-width: 23.5rem;
  width: 100%;
  margin: auto;
}
.site-form.reset-pwd .password-strength {
  display: none;
}
.site-form .right {
  text-align: left;
}
@media (max-width: 767px) {
  .site-form .right {
    text-align: center;
  }
}
.site-form a {
  color: #FFF;
  text-decoration: underline;
}
.site-form a.button {
  text-decoration: none;
}
.site-form--title-benefici {
  font-size: 1.88rem;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  text-align: left;
}
@media (max-width: 767px) {
  .site-form--title-benefici {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .site-form--overflow-benefici {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
}
.site-form--benefici {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: left;
      justify-content: left;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 1.88rem;
  text-align: left;
}
@media (max-width: 767px) {
  .site-form--benefici {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 33.33%;
    padding: 0 4px;
  }
}
.site-form--benefici .image-box {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 6.25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .site-form--benefici .image-box {
    width: 70px;
    height: 70px;
  }
}
.site-form--benefici .image-box img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.site-form--benefici .beneficio {
  font-size: 0.88rem;
  line-height: 1.57em;
  margin-left: 1.88rem;
  width: calc(100% - 6.25rem);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .site-form--benefici .beneficio {
    margin-left: 0;
    margin-top: 0.63rem;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    text-transform: none;
  }
}
.site-form--subtitle {
  font-size: 1.56rem;
  margin-top: 2.19rem;
}
@media (max-width: 767px) {
  .site-form--subtitle {
    font-size: 1.25rem;
  }
}
.site-form--title {
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
  font-size: 4.38rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .site-form--title {
    font-size: 3.13rem;
    margin-top: 2.81rem;
  }
}
@media (max-width: 767px) {
  .user-login-form .site-form--title {
    margin-top: 70px;
  }
}
.site-form--subtitle {
  font-size: 1rem;
}
.site-form--subtitle em {
  font-style: normal;
  font-weight: bold;
}
.site-form--text {
  font-size: 0.88rem;
}
@media (max-width: 767px) {
  .site-form--text {
    font-size: 14px;
    line-height: 22px;
  }
}
.site-form--form {
  margin-top: 3.13rem;
}
.site-form--lost {
  font-size: 14px;
  margin-top: -10px;
}
.site-form--lost a {
  color: #FFF;
  text-decoration: underline;
}
.site-form--reg-text {
  margin-top: 1.25rem;
  font-size: 0.88rem;
  margin-bottom: 0.63rem;
  text-align: center;
}
.site-form--reg-text a {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}
.site-form .content-action {
  display: inline-block;
}
.site-form .form-actions {
  margin-top: 1.5rem;
}
.site-form--informativa {
  text-align: left;
}
.site-form.thankyou-page .site-form--subtitle {
  font-size: 1.56rem;
  font-style: italic;
  font-weight: 100;
}
.site-form.thankyou-page .site-form--text {
  font-weight: 100;
  font-size: 1rem;
  margin-bottom: 5rem;
}

.error {
  text-align: left;
  padding-left: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.13rem;
  font-weight: 500;
  margin-top: 0.5rem;
  display: block;
}

.field--type-datetime h4 {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.5rem 1.25rem;
  text-transform: uppercase;
  font-size: 0.88rem;
  font-weight: 500;
  font-style: italic;
  transition: opacity 0.3s;
  text-align: left;
}
.field--type-datetime h4.form-required:after {
  content: "*";
}
.field--type-datetime .form-item--label {
  display: none;
}

.form-item {
  margin-bottom: 0.63rem;
  position: relative;
  padding-bottom: 1.38rem;
}
.form-item label.error {
  position: absolute;
  left: 0;
  bottom: 0;
}
.form-item--label {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.5rem 1.25rem;
  text-transform: uppercase;
  font-size: 0.88rem;
  font-weight: 500;
  font-style: italic;
  transition: opacity 0.3s;
}
.form-item--label.active {
  opacity: 1;
}
.form-type-checkbox .form-item--label {
  opacity: 1;
  font-size: 0.88rem;
  text-transform: none;
  line-height: 1.75rem;
  font-style: normal;
}
@media (max-width: 767px) {
  .form-type-checkbox .form-item--label {
    font-size: 14px;
    line-height: 22px;
  }
}

.note {
  font-size: 0.75rem;
  text-align: center;
  margin-bottom: 1.25rem;
}

.info-pwd {
  font-size: 0.75rem;
  text-align: left;
  margin-bottom: 1.25rem;
}

.user-pass-reset .form-type-password-confirm label.form-required {
  display: none;
}

.password-strength__meter {
  border-radius: 0.63rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.password-strength__meter .password-strength__indicator {
  border-radius: 0.63rem;
  background-color: white;
}

.form-type-password-confirm {
  --gutter-x: 1rem;
  --gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--gutter-y));
  margin-right: calc(-0.5 * var(--gutter-x));
  margin-left: calc(-0.5 * var(--gutter-x));
}
.form-type-password-confirm .form-type-password {
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 767px) {
  .form-type-password-confirm .form-type-password {
    width: 100%;
  }
}
.form-type-password-confirm .password-confirm-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 0.75rem;
}
.form-type-password-confirm .password-confirm-message .error {
  color: red;
}
.form-type-password-confirm .password-confirm-message .error, .form-type-password-confirm .password-confirm-message .ok {
  margin-top: 0;
  margin-left: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 0;
}
.form-type-password-confirm .password-match-status-text {
  margin-left: 10px;
  font-size: 12px;
}
.form-type-password-confirm #edit-pass--description {
  display: none;
}
.form-type-password-confirm .password-strength {
  font-size: 0.75rem;
}
.form-type-password-confirm .password-suggestions {
  font-size: 0.63rem;
  text-align: left;
}

.form-text,
.form-email,
.form-date,
.form-select,
.form-password {
  width: 100%;
  background: transparent;
  border: 1px solid #FFF;
  height: 3.13rem;
  border-radius: 3.13rem;
  padding: 0 20px;
  font-weight: 500;
  text-align: left;
  font-style: italic;
  color: #FFF;
  font-size: 1rem;
}
.form-text:-ms-input-placeholder,
.form-email:-ms-input-placeholder,
.form-date:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
.form-password:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.form-text::placeholder,
.form-email::placeholder,
.form-date::placeholder,
.form-select::placeholder,
.form-password::placeholder {
  color: rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
}
.form-text.error,
.form-email.error,
.form-date.error,
.form-select.error,
.form-password.error {
  border-color: #FF0000;
  background-image: url("../../images/alert.svg");
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: 98% center;
  background-color: rgba(0, 0, 0, 0.4);
}

.description {
  font-size: 0.75rem;
  line-height: 1.13rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.25rem;
  margin-top: 0.5rem;
}

.form-select {
  appearance: none;
  background-image: url("../../images/arrow_down.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 97% center;
}

.form-type-checkbox {
  text-align: left;
  position: relative;
}
.form-type-checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.form-type-checkbox input:checked + .form-item--label {
  position: relative;
}
.form-type-checkbox input:checked + .form-item--label:after {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 13px;
  position: absolute;
  background-color: #FFF;
  left: 6px;
  top: 6px;
}
.form-type-checkbox .form-item--label {
  display: block;
  font-size: 0.88rem;
  font-weight: 400;
  padding-left: 45px;
  position: relative;
  line-height: 1.39;
}
@media (max-width: 767px) {
  .form-type-checkbox .form-item--label {
    font-size: 14px;
    line-height: 22px;
  }
}
.form-type-checkbox .form-item--label:before {
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid #FFF;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.form-managed-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

.content-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .content-preview {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.content-preview span {
  -ms-flex-order: 4;
      order: 4;
}
@media (max-width: 767px) {
  .content-preview span {
    -ms-flex-order: 30;
        order: 30;
  }
}
.content-preview span.file--image {
  -ms-flex-order: 3;
      order: 3;
}
@media (max-width: 767px) {
  .content-preview span.file--image {
    -ms-flex-order: 2;
        order: 2;
  }
}
.content-preview .form-submit {
  -ms-flex-order: 1;
      order: 1;
}
@media (max-width: 767px) {
  .content-preview .form-submit {
    -ms-flex-order: 4;
        order: 4;
  }
}
.content-preview .preview {
  -ms-flex-order: 2;
      order: 2;
}
@media (max-width: 767px) {
  .content-preview .preview {
    margin: 10px auto;
    -ms-flex-order: 1;
        order: 1;
  }
}

.content-file-upload .custom-file-upload {
  display: inline-block;
  position: relative;
}
.content-file-upload .form-file {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .gigya-screen .gigya-composite-control.gigya-composite-control-dropdown, .gigya-screen .gigya-composite-control.gigya-composite-control-password, .gigya-screen .gigya-composite-control.gigya-composite-control-textbox {
    width: 100% !important;
  }
}

#ridays-reservation .error {
  color: #f60606;
}

.custom-radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 767px) {
  .custom-radios {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.custom-radios .radio-label {
  display: block;
  position: relative;
  padding-left: 2.38rem;
  padding-right: 1.88rem;
  cursor: pointer;
  font-size: 1.44rem;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  text-transform: uppercase;
}
.custom-radios .radio-label.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .custom-radios .radio-label {
    font-size: 23px;
    padding-right: 19px;
    text-align: left;
    margin-bottom: 35px;
  }
}
.custom-radios .radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.custom-radios .radio-label input:checked ~ .checkmark:after {
  display: block;
}
.custom-radios .radio-label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  height: 1.25rem;
  width: 1.25rem;
  background-color: transparent;
  border: 1px solid #FFF;
  border-radius: 3px;
}
.custom-radios .radio-label .checkmark:after {
  content: "";
  position: absolute;
  width: 0.63rem;
  height: 0.63rem;
  border-radius: 13px;
  background: #FFF;
  top: 0.25rem;
  left: 0.25rem;
  display: none;
}

#edit-persone--wrapper .custom-radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.ridays-reservation legend {
  text-align: left;
  margin-bottom: 1.81rem;
}
.ridays-reservation legend span {
  text-align: left;
  font-size: 0.88rem;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .ridays-reservation legend span {
    font-size: 14px;
  }
}

#edit-people .custom-radios {
  -ms-flex-pack: start;
      justify-content: flex-start;
}