_attivazione-restart.scss 6.66 KB
.activation-restart-ct{
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 25px;
  padding-right: 25px;

  @include bp-small-medium {
    padding-top: 200px;
    max-width: 750px;
    padding-top: 0px;
    flex-direction:row;
    height: 700px;
    height: calc(100vh - 215px);
    padding-bottom: 0;
    padding-top: 0;
  }
  @include  bp-full {
    max-width: 1128px;
  }
}

.activation-restart-l{

  width: 100%;
  margin-bottom: 100px;


  @include  bp-small-medium {
    padding-left: 50px;
    padding-right: 50px;
    margin-right: 0;
    padding-left: 0;
    margin-right: auto;
    display: flex;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;

  }
  @include bp-small-medium {
    padding-right: 0;
  }
}
.activation-restart--heading{
  margin-bottom: 30px;
  padding-top: 20px;
  h1{
    font-size: 2.4rem;
    font-family: TheMixPlain;
    color: #6D6B6D;
    margin-bottom:1rem;
    @include bp-large {
      font-size: 3.2rem;
    }
  }
  p{
    font-family: TheMixExtraLight;
    color: #5A585A;
    line-height: 1.2;
    font-size: 1.6rem;
    @include bp-large {
      font-size: 2.4rem;
    }
  }
}

.activation-restart-input__hide{
  display: none;
  @include bp-medium {
    max-width: 250px;
  }

}

.activation-info--hide{
  position: absolute;
  width: 100%;
  max-width: 250px;
  background: white;
  padding: 20px;
  border-radius: 4px;

  border: 1px solid #DEDEDE;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.15);


  @media only screen and (max-width: 440px) {
    top: 51px;
    right: 31px;
  }
  @media only screen and (max-width: 380px) {
    top: 51px;
    right: 0;
  }

  @include bp-medium {
    top: -10px;
    right: -300px;
    max-width: 300px;
  }
  &:before{
    content: '';
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    position: absolute;

    top: -15px;
    right: 88px;
    left: auto;
    transform: rotate(90deg);
    @include bp-medium {
      left: -10px;
      top: 17%;
      right: auto;
      transform:none;
    }
  }
}
.activation-restart-input{
  position: relative;
  .wrapper-input{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width:100%;
    label{
      font-size: 1.4rem;
      margin: 20px 0px 20px 0px;
      margin: 2rem 0rem 2rem 0rem;
      line-height: 1.8rem;
      font-family: TheMixSemiBold;
      text-transform: uppercase;
      
    }
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      padding-left: 10px;
    }
    ::-moz-placeholder { /* Firefox 19+ */
      padding-left: 10px;
    }
    :-ms-input-placeholder { /* IE 10+ */
      padding-left: 10px;
    }
    :-moz-placeholder { /* Firefox 18- */
      padding-left: 10px;
    }
    input{
      border: solid 1px #ccc;
     
      padding: 0 10px;
      background: white;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 60px;
      margin-bottom: 30px;
      width: 100%;
      padding-left: 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 0;
      @include  bp-small-medium{
        width: 300px;
        padding-left: 10px;
      }
      @include bp-medium {
        width: 240px;
        padding-left:10px;
      }
    }
  }
  button{
    width: 100%;
    @include  bp-small-medium{
      width: 300px;

    }
    @include bp-medium {
      width: 240px;
    }
  }
  .wrapper-label{
    display: flex;
    align-items: center;
    width: 250px;
    justify-content: space-between;
  }
}


.activation-info--hide{
  visibility: hidden;
  opacity:0;
  transitions:.3s ease;
}

.activation-info--text{
  p{
    font-size: 1.4rem;
    line-height: 1.9rem;
  }

}
.openToolTip{
  visibility: visible;
  opacity: 1;
}

img.openTooltip {
  cursor: pointer;
}

.attivazione-restart-r{
  background: rgba(255, 255, 255, 0.5);
  padding: 3rem;
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
  width: 100%;
  margin-top: 40px;
  display:none;
  @include bp-large-full {
    margin-top: 0;
    width: auto;
    margin-left: auto;
  }
  h2{
    font-size: 1.9rem;
    font-family: TheMixSemiBold;
    color: #6D6B6D;
    @include bp-large {
      font-size: 24px;
      margin: 3rem 0;
    }
  }
  p{
    font-size: 16px;
    line-height: 1.2;
    margin: 16px 0 32px 0;
    max-width: 80%;
    font-family: TheMixLight;
    @include bp-small-medium {
      font-size: 16px;
      margin: 16px 0 32px 0;
      }
    }
  button{
    border:2px solid  #5A585A;
    color: #5A585A;
    box-shadow:none;
  }
}

.attivazione-restart-r__inner{
  max-width: 300px;
  margin:0 auto;
  figure{
    margin-bottom: 30px;
  }
}

.error-msg-code{
  color: red;
  font-size: 16px;
  margin-top: 20px;
  display: none;
}

.btn__codeRepower{
  background:red !important;

}
.repower-code-true{
  display: flex;
  margin-bottom: 30px;
  flex-wrap: wrap;
  img{
    width: 24px;
    transform: translateY(-6px);
  }
  label{
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.4rem;

    line-height: 1.8rem;
    font-family: TheMixSemiBold;
    text-transform: uppercase;
  }
  p{
    font-family: TheMixSemiBold;
    letter-spacing: 2px;
    font-size: 2.8rem;
    margin-right: 5px;
  }
}

.wrapper-input__confirmed{
  p{
    margin-bottom: 30px;
  }

}

.modal-inner-hide{
  display:none;
}

.modal-spinner{
  display: none;
}

.modal-repower-restart{
  .modal-container{
    min-height: 388px;
    display: flex;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
    justify-content: center;
    @include bp-large {
      min-height: 388px;
      padding: 50px;
    }
    p{
      line-height:2.4rem;
    }
  }
}

.modal-container {
  .modal-spinner {
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    transform: translateY(-28px);
    p {
      font-size: 32px;
      font-family: TheMixSemiBold;
      line-height: 3.2rem;
      margin-top: -28px;
    }
  }
}

.activation-info--accise
{
  right: 250px;
  top: -10px;
  z-index:99999;
}
.activation-info--iva{
  right: 222px;
  top: -3px;
  z-index:99999;

}
.openTooltipIva{
  cursor: pointer;
}