
.textColored {
  color: var(--arancioStudioboost);
}

#terminicondizioni {
  color: var(--arancioStudioboostScuro);
  margin-left: -1.3rem;
}

.parent-label {
  text-align: left;
}

button:focus {
  outline: none;
}

.errorinput {
  border: solid 1px red !important;
}

.errorText {
  color: red;
}

.largo50 {
  width: 50%;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
}

@font-face {
  font-family: "Raleway";
  src: url("../assets/fonts/Raleway-Medium.ttf");
}

.fontForNumber {
  font-family: "Roboto", Arial, sans-serif;
}

body {
  font-family: "Raleway" !important;
  background-image: url("../assets/img/registrazione_bkgrnd.png");
  background-position: center;
  background-repeat-x: inherit;
  background-size: cover;
}

#div-container-main {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#all-rows-form {
  display: grid;
  grid-template-columns: 40rem 40rem;
  column-gap: 7rem;
  row-gap: 2rem;
}

.width-form-container {
  width: 780px;
}

.spacing-content-div {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
}

.maincontainer {
  background-image: url(../assets/img/bgHome2.png);
  background-size: 14% 44%;
  background-repeat: no-repeat;
  background-position: top left;
}
.flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  align-items: center;
  padding: 2rem;
}

.ercoleefrom-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-direction: row-reverse;
  justify-content: center;
}

.imgercolechespia {
  position: absolute;
  z-index: 0;
  margin-top: -3rem;
}

.modificaTelefono {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  align-items: center;
  justify-content: center;
}

hr {
  width: 100%;
}

#container-counter {
  height: 5rem;
}

.separatore {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

#telFornito {
  font-size: 2rem;
  font-family: "Roboto", Arial, sans-serif;
}

.btnBigSize {
  font-size: 2rem;
  padding: 0.5rem 2.5rem;
}

.form__pincode {
  font-family: "Roboto", Arial, sans-serif;
  width: 50%;
}

#loadingSms {
  height: 3rem;
}

.form-container {
  background-color: white;
  -webkit-box-shadow: 0 0px 16px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 0px 16px 0 rgb(0 0 0 / 20%);
  padding-top: 5rem;
  padding-bottom: 5rem;
  z-index: 2;
  border-radius: 0.5rem;
}

.form_iniziale {
  display: grid;
  grid-template-columns: 58% 42%;
  align-content: center;
  align-items: center;
  justify-items: center;
}

.leftCol {
  padding: 0rem 4rem;
  border-right: 1px solID #ebebeb;
  margin: 2rem 0;
  width: 100%;
  text-align: center;
}

.div-btn-centrale {
  display: flex;
  justify-content: center;
}

.width-btn-custom {
  width: 21rem;
}

.div-btn-centrale-custom {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 1rem;
}

.form-top {
  width: 100%;
}

.form-form {
  width: 100%;
  padding: 8px;
  text-align: center;
}

.form-img1-container,
.form-img2-container {
  text-align: center;
  padding: 6px 0px;
}
.form-img1 {
  height: 10rem;
}

.form-img2-container {
  text-align: center;
  font-size: 16px;
  color: var(--arancioStudioboost);
  font-weight: bold;
}
.form-text {
  display: block;
  margin-top: 0.25rem;

  padding: 3px 10%;
}
.form-text-container {
  text-align: center;
  font-size: 18px;
  color: var(--arancioStudioboost);
  font-weight: bold;
}
.col-12.pxbold {
  font-weight: bold;
}
.par-smaller {
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
}
.labeltext {
  text-align: start;
}
.occhiettoPsw {
  color: #a1a1a1;
  cursor: pointer;
  font-size: 1.8rem;
  position: absolute;
  top: 0rem;
  right: 1rem;  
}
.occhiettoMostraPsw {
  color: var(--arancioStudioboostScuro);
}
.password-strength-meter {
  width: 90%;
}
.passwordstrength {
  text-align: center;
}
#password-strength-meter {
  width: 90%;
}
#passwordstrength {
  text-align: center;
  width: 93%;
}

.lateralPadding {
  padding: 0 2rem;
}
input.inputNoBorder {
  box-shadow:  0px 0px 4x 0px #bdbdbd;;
  -webkit-box-shadow: 0px 0px 4px 0px #bdbdbd;
  border: none;
}
.paswtext {
  font-size: 13px;
  padding: 0 2rem;
}
.pswstrenght-container {
  display: none;
}

.slimLabel {
  font-weight: normal;
}
.d-flex {
  display: flex !important;
  justify-content: center;
}

.rightcol-txt-container {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
}
.rightcol-txt {
  font-size: 13pt;
  width: 31rem;
}
.rightcol-icon-container {
  padding: 3.5rem;
}
.rightcol-icon-container > div > img {
  padding: 1rem;
}

.topandbottommargin {
  margin-top: 1.5rem;
}

.btn-warning-dark {
  color: #fff;
  background-color: var(--arancioStudioboost);
  border-color: var(--arancioStudioboost);
}

.btn-warning-dark:hover,
.btn-warning-dark:active,
.btn-warning-dark:focus {
  color: #fff;
  background: var(--arancioStudioboostScuro);
  border-color: var(--arancioStudioboostScuro);
}

#passwordstrength {
  top: 0;
  left: 0;
  margin-top: -3em;
}
#passwordstrength {
  display: none;
  position: absolute;
  width: 335px;
  background-color: #ffffff;
  z-index: 13030;
  padding: 9px;
  border-radius: 10px;
  border: 1px solid #8080802e;
  -webkit-box-shadow: 1px 1px 10px -3px #9e9e9ecc;
  box-shadow: 1px 1px 10px -3px #9e9e9ecc;
}
.paddingcheckbox {
  padding: 0 1.2rem;
}
.bottoneRegistrazione-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.rightCol {
  width: 31rem;
}

.right-container1 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

#timerSeconds {
  font-family: "Roboto", Arial, sans-serif;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}

/* inizio bandierina nel campo cellulare */
.iti {
  display: flex;
}

.iti__flag-container {
  right: unset;
}

.iti--separate-dial-code .iti__selected-dial-code {
  font-family: "Roboto", Arial, sans-serif;
}

.iti__selected-flag {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
/* fine bandierina nel campo cellulare */

/* start Pretty Checkbox */

.pretty .state label {
  margin-left: 1rem;
}

/* end Pretty Checkbox */

@media (max-width: 768px) {
  .largo50 {
    width: unset;
  }

  .width-form-container {
    width: -webkit-fill-available;
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 1rem;
  }

  #all-rows-form {
    grid-template-columns: 1fr;
  }
  .form-container {
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #passwordstrength {
    margin-top: -21rem;
    position: unset;
  }
  #div-container-main {
    align-items: flex-start;
  }
  .imgercolechespia {
    display: none;
  }
  .leftCol {
    padding: 0rem 1rem;
    width: 90%;
    font-size: 1.7rem;
    border-right: unset;
  }
  #div-container-main {
    height: unset;
  }
  .rightcol-txt-container {
    height: unset;
    margin-top: 6rem;
  }
  .form-img1-container,
  .form-img2-container {
    margin-top: 3rem;
  }
  .form-form {
    margin-top: 3rem;
  }
}
.template,
#modaleerrore .modal-header,
#modalemailinviata .modal-header,
#modaledovrestiaccetare .modal-header,
#messaggioErrore,
#errorPhone,
#divErrorPi {
  display: none;
}

.select2-container--default .select2-selection--single {
  box-shadow:  0px 0px 4x 0px #bdbdbd;;
  -webkit-box-shadow: 0px 0px 4px 0px #bdbdbd;
  border: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  text-align: center;
}

/* start avoid arrows from input type number*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* end avoid arrows from input type number*/

body {
  margin: 0;

}
html {
  margin: 0;
}

.div-input-occhietto {
  position: relative;
}
