@font-face {
  font-family: "Source Sans 3", sans-serif;
  src: url("..font/fonts/SourceSans3-Bold.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Source Sans 3", sans-serif;
  src: url("..font/fonts/SourceSans3-BoldItalic.ttf");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Source Sans 3", sans-serif;
  src: url("..font/fonts/SourceSans3-SemiBold.ttf");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Source Sans 3", sans-serif;
  src: url("..font/fonts/SourceSans3-SemiBoldItalic.ttf");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Source Sans 3", sans-serif;
  src: url("..font/fonts/SourceSans3-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Source Sans 3", sans-serif;
  src: url("..font/fonts/SourceSans3-MediumItalic.ttf");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Source Sans 3", sans-serif;
  src: url("..font/fonts/SourceSans3-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Source Sans 3", sans-serif;
  src: url("..font/fonts/SourceSans3-Italic.ttf");
  font-weight: 700;
  font-style: italic; }

body {
  font-family: "Source Sans 3", sans-serif; }
  
.bg_black1, body {
  background: #414141;
  color: #fff; }

.bg_black2 {
  background: #212121; }


.bg_blacky {
  background: #191919; }

a {
  text-decoration: none;
  color: #FEE830; }


.close {
  font-size: 1.5em;
  color: #fff; }

.btn-main {
  background: #FEE830;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: .045em;
  color: #151515;
  padding: .4em 2.4em;
  border: 2px solid #FEE830; }
 
  .btn-main:hover, .btn-main:focus {
    border-color: #FEE830;
    transition: all .2s ease; }

.register {
  background: #212121;
  border-radius: 30px; }
  
  .register .close {
    font-size: 1.5em;
    color: #fff; }
   
    .register .close #link i {
      font-size: 1.3em; 
      color: white;
    
    }

    .register .close #link:hover i {
      font-size: 1.3em; 
      color: #FEE830;
    
    }
 
  .register .side-img {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }
  
  .register .logo {
    width: 8.5em;
    height: auto;
    display: block;
    margin-top: -2em; }
 
  .register h3 {
    font-size: .75em;
    font-weight: 600; }

  .register h2 {
    font-size: .9em;
    font-weight: 700;
    padding: .7em 0 .5em 0; }

/*stepper*/
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1; }
  
  .stepper-item:after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #151515;
    width: 100%;
    top: .75em;
    left: 50%;
    z-index: 2; }
  
  .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8em;
    font-weight: 700;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    background: #151515;
    border: 2px solid #151515; 
    cursor: default;
  }

.stepper-item:first-child::before {
  content: none; }

.stepper-item:last-child::after {
  content: none;
  border: none; }

.stepper-item.active .step-counter {
  border-color: #FEE830; 
}

.stepper-item.completing .step-counter {
  border:2px solid #FEE830; 
  cursor:pointer;
}

.stepper-item.completed .step-counter {
  border-color: #FEE830; 
  cursor:pointer;
}

.stepper-item.completed .step-counter {
  background-color: #FEE830;
  color: #151515; }

.stepper-item.completed:after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #FEE830;
  width: 100%;
  top: .75em;
  left: 50%;
  z-index: 4; }

  .stepper-item.completing:before {
    position: absolute;
    content: "";
    border-bottom: 2px dashed #FEE830;
    width: 100%;
    top: .75em;
    right: 50%;
    z-index: 4; }

.stepper-item:first-child:before {
  content: none; }

.stepper-item:last-child:after {
  content: none; }

/* error messages */

.form-helper {
  display: none; }
  
  .form-helper.invalid-feedback, .form-helper.valid-feedback {
    font-size: .8em;
    font-weight: 500;
    min-height: 1.2em;
    font-size: .8em;
    margin-top: .8em; }

/* floating forms */

.form-floating > .form-control, .form-floating > .form-select {
  height: calc(2.8rem + calc(var(--bs-border-width) * 2));
  min-height: calc(2.8rem + calc(var(--bs-border-width) * 2));
  line-height: 1.1; }
.form-control, .form-select {
  font-size: .9em;
  background-color: #151515;
  color: #fff;
  font-weight: 500;
  border-color: #959595; }
 .form-control:focus, .form-select:focus {
    background-color: #212121;
    color: #fff;
    font-weight: 400; }
.form-floating > .form-control:focus,
.form-floating > .form-select:focus,
.form-check-input:focus {
  outline: none;
  box-shadow: none; }
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #212121;
}
.form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown), .form-floating > .form-control:focus, .form-floating > .form-select:not(:placeholder-shown),
.form-floating > .form-select-plaintext:focus, .form-floating > .form-select-plaintext:not(:placeholder-shown), .form-floating > .form-select:focus, .form-floating > .form-select:not(:placeholder-shown) { padding-top: 1.2em;
  padding-bottom: 1em; }

.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-valid:not([multiple]):not([size]) {
  background-size: 20px auto; }

.form-control:focus, .form-control:focus,
.form-select:focus, .form-select:focus {
  border-color: #FEE830; }
  
/*debug for chrome*/
.form-floating > .form-control:-webkit-autofill {
 -webkit-text-fill-color: #959595 !important;
 transition: background-color 5000s ease-in-out 0s;
}


/* labels */
.form-floating > label {
  font-size: .9em; 
  position: absolute;
  top: -.3em;
  left: 0;
  z-index: 2;
  height: 100%;
  color: #959595;
  background-color: inherit;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.125rem;
  padding-bottom: 0.925rem;
  background-color: #212121;
}
.form-floating > .form-control:focus + label {
  color: #FEE830;
  transform: translateY(-1.3rem) translateX(0.15rem) scale(0.95);
  display: inline-block; }
  
  .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating .form-select ~ label {
  transform: translateY(-1.3rem) translateX(0.15rem) scale(0.95);
  display: inline-block;
  height: 1.3em;
  padding-bottom: 1.4em; }
  
 .form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: #212121;
  border-radius: none;
} 
 .valid-feedback, .form-floating > .is-valid.form-control + label,
.valid-feedback, .form-floating > .is-valid.form-select + label {
  color: #54AF32; }

.is-invalid ~ .invalid-feedback, .invalid-feedback, .form-floating > .is-invalid.form-control + label,
.invalid-feedback, .form-floating > .is-invalid.form-select + label,
.is-invalid ~ .invalid-feedback, .invalid-feedback, .awesomplete.form-floating > .is-invalid.form-control + label,
.invalid-feedback, .awesomplete.form-floating > .is-invalid.form-select + label {
  color: #EC2C24; } 
/*debug for chrome*/
.form-floating > .form-control:-webkit-autofill ~ label {
 -webkit-text-fill-color: #959595 !important; 
}

 /*debug mobile*/ 
#label_mobile ~ .form-control {border-color:#959595;}

.form-floating > .form-control:not(:placeholder-shown) ~ #label_mobile {
  color:#959595; }
   .form-floating > .form-control:focus  ~ #label_mobile {color: #FEE830;}
  .form-floating > .form-control.is-invalid  ~ #label_mobile, .form-control:focus.is-invalid ~ #label_mobile {color: #EC2C24;}
  .form-floating > .form-control.is-valid  ~ #label_mobile, .form-control:focus.is-valid ~ #label_mobile {color: #54AF32;}
 
#mobile.form-control {background-color: #151515;}
#mobile.form-control:focus, #mobile.form-control.is-invalid, #mobile.form-control.is-valid {background-color: #212121;}	

 /*  debug awesometemplate*/ 
.awesomplete.form-floating > .form-control:focus ~ label {
color: #FEE830; 
}
.awesomplete.form-floating > .form-control:focus {
border-color: #FEE830; 

}
.awesomplete.form-floating > .form-control:not(:placeholder-shown) ~ label { 
transform: translateY(-1.3rem) translateX(0.15rem) scale(0.95);
  display: inline-block;
  height: 1.3em;
  padding-bottom: 1.8em;
  color:#FEE830; 
 }
 .awesomplete.form-floating > .form-select:not(:placeholder-shown) ~ label::after { 
  color:#959595; 
 }
.awesomplete.form-floating >  label, .form-floating > .form-select + label {color: #959595;}
.awesomplete.form-floating > .is-valid.form-control + label, .awesomplete.form-floating > .is-valid.form-select + label {color: #54AF32;}
.awesomplete.form-floating > .is-invalid.form-control:focus ~ label, .awesomplete.form-floating > .is-invalid.form-select:focus ~ label {color: #EC2C24;}
.awesomplete.form-floating > .is-invalid.form-control:focus, .awesomplete.form-floating > .is-invalid.form-select:focus {border-color: #EC2C24; }
.awesomplete.form-floating > .is-invalid.form-control ~ label, .awesomplete.form-floating > .is-invalid.form-select ~ label {color: #EC2C24;}
.awesomplete.form-floating > .is-valid.form-control:focus ~ label, .awesomplete.form-floating > .is-valid.form-select:focus ~ label {color: #54AF32; }
.awesomplete.form-floating > .is-valid.form-control:focus,. awesomplete.form-floating > .is-valid.form-select:focus {border-color: #54AF32;}
.awesomplete.form-floating > .is-valid.form-control:not(:placeholder-shown)~label, .awesomplete.form-floating > .is-valid.form-select:not(:placeholder-shown)~label {color: #54AF32;}
.awesomplete.form-floating > .is-valid.form-control:not(:placeholder-shown), .awesomplete.form-floating > .is-valid.form-select:not(:placeholder-shown) {border-color: #54AF32;}
.awesomplete.form-floating > .is-invalid.form-control:not(:placeholder-shown)~label, .awesomplete.form-floating > .is-invalid.form-select:not(:placeholder-shown)~label {color: #EC2C24;}
.awesomplete.form-floating > .is-invalid.form-control:not(:placeholder-shown), .awesomplete.form-floating > .is-invalid.form-select:not(:placeholder-shown){border-color: #EC2C24;}
.awesomplete > ul {
  position: absolute;  
  z-index: 4;
 }
 .awesomplete mark {background:  #000; padding:0;color: #FEE830;}
.awesomplete li:hover mark, .awesomplete > ul > li:hover {background: #151515;color: #fff;}
.awesomplete > ul:before {
  background: #000;
}

/* icons  */  
.feedback-pw {
  column-count: 2;
  min-height: 3.6em; }

  .feedback-pw p {
    font-size: .8em;
    line-height: .95em;
    padding: 0 0 .4em 0;
    margin: 0;
    color: #fff; }

  .feedback-pw .okko_ico {
    height: .8em;
    width: auto;
    marin-right: 5px; }
	
.field-hide {
  float: right;
  margin-right: 2px;
  margin-top: -2.85em;
  position: relative;
  z-index: 2;
  background: #212121 url(../img/ico-s4w-hide.svg) no-repeat;
  background-size: 1.3em auto;
  background-position: center;
  height: 2.7em;
  width: 2.7em;
  text-align: center; }

.field-show {
  float: right;
  margin-right: 2px;
  margin-top: -2.8em;
  position: relative;
  z-index: 2;
  background: #212121 url(../img/ico-s4w-show.svg) no-repeat;
  background-size: 1.3em auto;
  background-position: center;
  height: 2.7em;
  width: 2.7em;
  text-align: center; }
  
.form-control.is-valid, .was-validated .form-control:valid,
.form-control:focus.is-valid, .was-validated .form-control:focus:valid,
.form-select.is-valid, .was-validated .form-select:valid,
.form-select:focus.is-valid, .was-validated .form-select:focus:valid {
  border-color: #54AF32;
  background-color: #212121;
  background-image: url("../img/ico-s4w-confirm.svg");
  background-size: calc(1em + .375rem) auto; } 
  .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-size: 20px auto, calc(1 + .375rem) calc(1 + .375rem); }
.form-control.is-invalid, .was-validated .form-control:invalid,
.form-select.is-invalid, .was-validated .form-select:invalid {
  border-color: #EC2C24;
  background-color: #212121;
  padding-right: calc(1.5em + .75rem);
  background-image: url("../img/ico-s4w-error.svg");
  background-size: calc(1em + .375rem) auto; }

.oppure {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1; }
  
  .oppure:after {
    position: absolute;
    content: "";
    border-bottom: 1px solid #848484;
    width: 45%;
    top: .65em;
    right: 45%;
    z-index: 2; }
 
  .oppure:before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #848484;
    width: 45%;
    top: .65em;
    left: 45%;
    z-index: 2; }
 
  .oppure .oppure-center {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9em;
    font-weight: 700;
    color: #848484;
    background: #212121;
    padding-right: 1em;
    padding-left: 1em; }


h4.registra {
  font-size: .95em;
  padding: .6em 0;
  font-weight: 600; }
  
/*buttons*/
.btn-yellow  {
  background: #FEE830;
  border: 1px solid #FEE830;
  color: #000 ;
  font-size: 1.4em;
  font-weight: 700; }
 
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
  border-color: #FEE830 !important;
  background:transparent;
  color: #FEE830 ;
  transition: all .2s ease; }  

button.postfinance {
  width: 10em;
  height: 3em;
  background: #fcd205 url(../img/logo-postfinance.webp) no-repeat;
  background-size: 8em auto;
  background-position: center;
  border: 1px solid #fcd205; }
  
  button.postfinance:hover {
    background: #fcd205 url(../img/logo-postfinance.webp) no-repeat;
    background-size: 9em auto;
    background-position: center;
    border: 1px solid #fcd205;
    opacity: .9;
    transition: all .2s ease; }
    
.img-btm {
  height: 3em;
  width: auto;
  display: block; }

.responsibly {
  height: .8em;
  width: auto; }
  

  /*  checkboxes  */
.form-check-label {
  font-size: .8em;
  font-weight: 600; }

.form-check-input {
  width: .8em;
  height: .8em;
  margin-top: .45em;
  background-color: transparent; }

.form-check-input[type="checkbox"] {
  border-radius: .3em; }

.form-check-input:checked[type="checkbox"] {
  --bs-form-check-bg-image: none; }

.form-check-input:checked {
  background-color: #FEE830;
  border-color: #fff;
  box-shadow: 0px 0px 0px 2px inset #212121; }

.form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
  background-color: transparent; }

.form-check-input.is-invalid:checked:focus, .was-validated .form-check-input:invalid:checked:focus {
  outline: none;
  box-shadow: none; }

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
  border-color: #EC2C24; }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #fff; }

*:-webkit-focus-ring {
  outline: none;
  box-shadow: none; }


.envelope {
  width: 9em;
  height: auto;
  display: block; }
  @media (min-width: 768px) {    
    .envelope {
      width: 11em; } }
	  
.envelope2 {
  width: 14em;
  height: auto;
  display: block; }
  @media (min-width: 768px) {
    .envelope2 { width: 22em; } }	  

.ok p {
  font-weight: 600; }
  .ok p.conferma {
    font-size: 1.5em;
    font-weight: 800; }


.attenzione {
  background: #191919;
  color: #959595;
  padding: .5em 1.1em .5em 1.1em;
  border-radius: .25em;
  margin: 2.5em 0;
  min-height: 3em; }

  .attenzione p {
    font-size: .9em;
    font-weight: 600;
    padding: 0;
    margin: 0; }

  .attenzione i {
    font-size: 2em; }
    @media (min-width: 1200px) {
      /* line 358, ../form_b5/scss/style.scss */
      .attenzione i {
        font-size: 1.4em; } }


p.hlp {
  font-weight: 800; }

.ko h2 {font-size:2em;}
.ko h3 {font-size:1.7em;}

.form-floating > .form-control:focus + label  + span#hyde.field-hide {
  background: #212121 url(../img/ico-s4w-hide-focus.svg) no-repeat;
  background-size: 1.3em auto;
  background-position: center;
}


.form-floating > .is-invalid.form-control  + label + span#hyde.field-hide  {
  background: #212121 url(../img/ico-s4w-hide-invalid.svg) no-repeat;
  background-size: 1.3em auto;
  background-position: center;
}

.form-floating > .is-valid.form-control  + label + span#hyde.field-hide  {
  background: #212121 url(../img/ico-s4w-hide-success.svg) no-repeat;
  background-size: 1.3em auto;
  background-position: center;
}




.form-floating > .form-control:focus + label  + span#hyde.field-show {
  background: #212121 url(../img/ico-s4w-show-focus.svg) no-repeat;
  background-size: 1.3em auto;
  background-position: center;
}


.form-floating > .is-invalid.form-control  + label + span#hyde.field-show  {
  background: #212121 url(../img/ico-s4w-show-invalid.svg) no-repeat;
  background-size: 1.3em auto;
  background-position: center;
}

.form-floating > .is-valid.form-control  + label + span#hyde.field-show  {
  background: #212121 url(../img/ico-s4w-show-success.svg) no-repeat;
  background-size: 1.3em auto;
  background-position: center;
}


.form-floating.awesomplete > .form-control:focus+ ul + span  + label {
  transform: translateY(-1.3rem) translateX(0.15rem) scale(0.95);
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.form-floating:has(> .spinner)::after{
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px dotted white;
  display: block;
  /* background: white; */
  position: absolute;
  right: 9px;
  top: 13px;
  animation: rotating 2s linear infinite;
}

.form-floating:has(> .spinner.is-invalid)::after{
  border-color: #EC2C24!important ;
} 

.form-floating:has(> .spinner.is-valid)::after{
  border-color: #54AF32;
} 

.form-floating:has(> .spinner:focus)::after{
  border-color: #FEE830;
} 

.spinner{
  background: none!important;
}

.form-control:disabled, .form-select:disabled{
  background-color: #434141!important;
}
/*
.form-control:disabled + label::after, .form-select:disabled + label::after,.form-control:disabled + ul + span + label::after, .form-select:disabled + ul + span + label::after{
  background: linear-gradient(0deg, #434141 50%, rgba(33, 33, 33, 1) 50%);
}
*/

.btn.btn-yellow.disabled, .btn.btn-yellow:disabled{
  background: #FEE82F; 
  color: black;
}


.invalid-feedback.is-invalid{
  display: block!important;
}
.form-check-input.is-valid ~ .form-check-label {color:#fff;}

button[type="submit"]:disabled {
  cursor: no-drop;
}

.btn-grey {
  background: #959595;
  border: 1px solid #959595;
  color: #fafafa;
  font-size: 1.4em;
  font-weight: 700;
}

/* line 235, ../form_b5/scss/style.scss */
.btn-grey:hover {
  border-color: #fff;
  color: #fff;
  transition: all .2s ease; }
/*   .check_return {border-left:2px solid #FEE830; margin-left:.3em;} */
  .check_return span {padding-left:1em;}
  .fished {padding-top:.1rem; font-weight:500; font-size:1.15em;width:100%; display:block;}
  
/*postfinanc data page */
.logo1 {width:12em; height:auto; display:block;margin-bottom:1.5em;}
.logo2 {width:8.2em; height:auto; display:block;}
.form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
  background-color: #FEE82F;
  border-color: #fff;
  box-shadow: 0px 0px 0px 2px inset #212121;
}

.register h2.bigger {
  font-size: 1.4em;
}

/******fake inputs ****/

.fake-form {
  background-color: #191919;
  border-color: #191919;
  padding:1em;
  font-weight: 500;
  font-size: 1em;
  border: 1px solid #54AF32;
  color: #848484;
  height: calc(2.8rem + calc(var(--bs-border-width) * 2)); 
  line-height: 1.2;
  border-radius: var(--bs-border-radius);
  display:flex;
  justify-content:space-between; 
}
.fake-form img {
	height:1.3rem;
	width:auto;
	display:block;
	align-self:center;
}
p.fake-label {
	position:relative;
	top:-3.8rem;
	margin-left:1em;
	color: #54AF32;
	background: rgb(33,33,33,.9);
	padding:1px 12px 1px 2px;
	line-height:.9em;
	font-size:.8em;
	display: inline-block;
}

/* Max */
.custom-radio .form-check-input {
    border-radius: 4px; 
    border-color:#fff !important;
}

.custom-radio .form-check-input:unchecked, .custom-radio .form-check-input:focus  {
    border: 2px solid #fff; 
    border-radius: 4px;   
}
