#cg-test-loader-header-css,
#cg-test-loader-footer-css {
	text-align: center;	
}

main.modal-registrazione.cg-signup-responsive {
	display: flex;
    flex-direction: column;
    min-height: 100%;
}
.colonna-reg {
	justify-content: normal;
}

.versamenti-numeri {
	display: flex;
	flex-wrap: wrap;
}

.bottone-versamento {
	margin-right: .3rem;
	margin-bottom: .3rem;	
}

.bottoni-login .bottone {
	text-transform: uppercase;
}

.cg-hide {
	display: none;
}

.cg-visibility {
	visibility: hidden;
}

.cg-phone-number {
	display: flex;
}

.cg-phone-number input:first-child {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	max-width: 20%;
	
}
.cg-phone-number input:nth-child(2) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	max-width: 80%;
}

#cg-forza-cellulare-modal #cg-popup-phone{
	max-width: 100%;
}

.form-group.cg-mandatory label:after {
    content: '(*)';
    color: red;
    font-size: 1.3rem;
    margin-left: 0.5rem;
}

.cg-error-container {
	background-color: #ffafaf;
	padding: .375rem .75rem;
	border-radius: .25rem;
}

.cg-color-red {
	color: red;
	font-weight: 450;
}

#cg-signup-banner-container .draggable, .cg-signup-banner-height{
    height: 8vw !important;
}

.modal-body #cg-signup-banner-container .draggable, 
.modal-body .cg-signup-banner-height{
    height: 8vw !important;
}

.modal-body #cg-signup-banner-container .draggable,
.modal-body #cg-signup-banner-container .cg-signup-banner-height {
  height: auto !important;
  max-height: unset !important;
  max-width: unset !important;
  margin: auto;
}

:root {
    --cg-ratio-signup-banner-carousel: 250 / 500;
}

.modal-body #cg-signup-banner-container .cg-signup-banner-item {
  height: unset;
  padding-top: calc(100% * var(--cg-ratio-signup-banner-carousel));
  max-width: unset !important;
}


.cg-signup-banner-item{
	background-size: 100% 100%;
    height: 100%;
    margin: auto;
}

#info-psw.cg-signup-info-icon{
	position: absolute;
    z-index: 1000;
    background-image: url(../../images/signup/infopsw.svg);
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    right: 20px;
    margin-top: -24px;
}

.cg-promoRegContainer{
	margin-bottom: 30px;
}

.cg-promoRegTextContainer{
	text-align: center;
}

.cg-classic-signup-start-class,.cg-spid-signup-start-class{
	border-radius: 10px;
	padding: 20px;
	cursor:pointer;
}

#cg-spid-signup-start{
	background-color: #B4CFEA;
}

#cg-classic-signup-start{
	background-color: #B6CD85;
}

.cg-reg-init-card, .cg-reg-init-card > *{
	width: 100%;
}

.cg-reg-init-card-title{
	padding: 10px 0;
}

#cg_roundButtonBack{
	position:fixed;
	height: 100%;
    justify-content: center;
    display: flex;
}

#cg_roundButtonBack .rounded-circle{
	margin: auto;
}

#cg_roundButtonBack .rounded-circle > *{
	height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

#cg-form-group-gender .btn.active{
	background-color: var(--bg-color-1);
}

.bottoni-ul {
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: inherit;
    justify-content: center;
}
  
.bottoni-ul li {
    display: flex;
    float: left;
    margin: 5px;
    width: 100px;
    height: 40px;
    position: relative;
}
.bottoni-ul input:hover {
      cursor: pointer;
}
  
.bottoni-ul label,
.bottoni-ul input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
  
.bottoni-ul input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}
  
.bottoni-ul input[type="radio"]:checked+label,
.Checked+label {
    background: var(--border-color-1);
}
  
.bottoni-ul label {
    padding: 10px;
    cursor: pointer;
    z-index: 90;
    background: #f2f2f2;
    border-color: transparent;
    box-shadow: 0px 2px 3px 0px #0000006b;
    font-family: 'Metropolis-Bold', sans-serif;
    text-align: center;
    color: #635f5f;
}
  
.bottoni-ul label:hover {
    background: #fccc0082;
    cursor: pointer;
}

.cg-signup-responsive #cg-signup-balance-limit-input{
	width: 100%;
	margin: auto;
}

.cg-signup-responsive  #cg-signup-balance-limit-input+.cg-error-container{
	width: 100%;
}

.cg-btn-big-success-reg{
	display: flex;
	height: 100%;
	width: 255px;
	margin: 10px auto;
}

.cg-btn-big-success-reg img{
	max-width: 120px;
}

#cg-signup-main-title{
	display: flex;
	justify-content: center;
/* 	height: 100%; */
}

.cg-spid-signup-title-img{
	background-image: url(../../images/signup/spid-logo-c-lb.png);
    width: 100px;
    background-position: center;
    background-size: 80% auto;
    background-repeat: no-repeat;
}

/*  loading icon */


@media screen and (max-width: 768px){
	.registrazione-responsive-main-obj .registrazione-main {
	    width: 100%!important;
	   	border: 0!important; 
	    padding: 0!important;
	    border-radius: 0!important;
	}
	
	.registrazione-responsive-main-obj .modal  p {
		font-size: unset;
	}
	
	#cg_roundButtonBack {
	    position: absolute;
	    height: 100%;
	    justify-content: center;
	    display: flex;
	}
}

.registrazione-main .titolo{
	position: sticky;
  	position: -webkit-sticky;
    top: 0;
    z-index:10;
    overflow: hidden;
}

.cg-error-container p {
	font-size: inherit;
}

.registrazione-responsive-main-obj .modal.show{
	display:flex!important;
}
.registrazione-responsive-main-obj .modal.show .modal-dialog{
	margin: auto;
}

.cg-pvr-page .registrazione-responsive-main-obj .registrazione-main {
	border: 0!important; 
}

.display-none {
    display: none !important; 
}

.overlay {
    top: 0;
    left: 0;
    color: aqua;
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}
 

.lds-dual-ring {color: aqua;}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #858585;
    border-color: #2b2a2a transparent #ac3636 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#cg-signup-autologin-container .lds-dual-ring:after{
	width: 32px;
    height: 32px;
    border-color: #2b2a2a transparent var(--bg-color-1) transparent;
}

#getDataBtn{
    background: #e2e222;
    border: 1px solid #e2e222;
    padding:  10px 20px;
}
.text-center{
    text-align: center;
}
#data-table table{
    margin: 20px auto;
}

.cg-signup-responsive .row.titolo{
	margin: 0!important;
}

.cg-signup-responsive .container.registrazione-main{
    display: flex;
    justify-content: center;
}

.bs-stepper.linear{
	align-self: center;
}
.cg-signup-responsive .container-fluid{
	min-width: unset;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.cg-signup-responsive .container-fluid.registrazione-main{
    flex-grow:1;
    display: flex;
    justify-content: center;
    flex-direction: column;
} 

.cg-signup-responsive .colonna-reg{
	padding: 0; 
}

.cg-signup-responsive #cg-signup-stepper{
	width:100%;
}

.cg-signup-responsive .container-fluid.titolo {
	z-index:1000;
	position: sticky;
    top: 0;
}

@media all and (max-width: 768px) {
	.cg-signup-responsive .form-control{
		font-size: 16px;
	}

}

.promoImageContainerResponsive img{
	max-width: 100%;
}

@supports (-webkit-touch-callout: none) {
    select {
	    font-size: 16px;
	    min-height: 25px;
	    line-height: 25px;
	    padding: 0; 
/* 	   -webkit-appearance: none; */
    }
}

.cg-btn-signup-center{
	display: flex;
	justify-content: center;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bolder;
}

#genericModalDialog .modal-dialog.modal-dialog-centered{
	justify-content:center;
}

#cg-signup-finalbutton-container .bottone{
	margin: 0 20px;
	width: 100px;
	display: block;
	padding: 5px;
}

.bottone.cg-disabled{
	background-color: grey;
    color: white;
    cursor: not-allowed;
}

.promo-text-info-button{
	background-color: var(--login-btn-bg-color);
	border-radius: 60%;
	margin-top: 5px;
	cursor: pointer;
}


.cg-otp-field {
  display: flex;
}
.cg-otp-field input {
  width: 100%;
  font-size: 27px;
  padding: 13px;
  text-align: center;
  border-radius: 11px;
  margin: 5px;
  background: darkgrey;
  font-weight: bold;
  color: white;
  outline: none;
  transition: all 0.1s;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.cg-otp-field input::-webkit-outer-spin-button,
.cg-otp-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
	margin: 0;
}

.cg-otp-field input:focus {
  border: 2px solid var(--tickets-button-border-color);
  box-shadow: 0 0 2px 2px #000000;
}

.cg-otp-field-space {
  margin-right: 1rem !important;
}

#genericModalNew img{
	max-width:-webkit-fill-available;
}

.promoRegTextButton{
	cursor:pointer;
}
#cg_genericPopupLight > div{
	padding-left: 10px;
	padding-right: 10px;
}

#cg-signup-finalbutton-container .bottone{
	margin: 0 20px;
	width: 100px;
	display: block;
	padding: 5px;
}

.bottone.cg-disabled{
	background-color: grey;
    color: white;
    cursor: not-allowed;
}


main.modal-registrazione.cg-signup-responsive.registrazione-responsive-main-obj{
    justify-content: space-between;
}

@media all and (max-width: 768px) {
	.cg-signup-responsive .container-fluid.registrazione-main{
		height:unset!important;
	}
}

.aiuto-bot{
	font-size: 10px;
}

.cg-signup-responsive-footer #cg-footer-logo-timone .cg-footer-logo, .cg-signup-responsive-footer #cg-footer-logo-18 .cg-footer-logo{
    height: 20px;
    width: 30px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.cg-signup-responsive-footer #cg-footer-logo-timone , .cg-signup-responsive-footer #cg-footer-logo-18{
    margin: auto 0px;
    order: 0;
}

#genericModalNew:has(~ .modal-registrazione) .btn-primary{
    background-color:grey;
    border-color: grey;
}

#genericModalNew:has(~ .modal-registrazione) .btn-default{
	width:50%;
	font-weight:600;
    background-color:var(--signup-btn-bg-color);
    border-color: var(--signup-btn-bg-color);
	color:var(--signup-btn-text-color)
}

body.cg-signup-finished-0 .modal-registrazione div.quasi-pronto{
	display: none;
}

.cg-spid-info-box-class{
	background-color:#f0f0f09e;
	border-radius: 10px;
    padding: 20px;
}

.cg-spid-info-box-class p{
	text-align:center;	
	text-decoration:underline;
	margin-bottom:0.4em;
}

.cg-spid-info-box-class a{
	text-decoration:none;
	color:black;
	font-weight: 600;
}

.cg-spid-info-box-class h4{
	text-align:center;
	font-weight:600;
	font-size:17px;
}

.cg-spid-info-generic-box-class p{
	text-decoration:underline;
}
.cg-spid-info-generic-box-class a{
	text-decoration:none;
	color:black;
	font-weight: 600;
}

.modal-registrazione:has(.cg-spid-info-box-class) .registrazione-top .pointer{
	display:none;
}

.cg-signup-responsive a[onclick]:hover{
	cursor: pointer;
}

#cg_promoRegistrazioneMessaggioNoPromo{
	font-weight: bold;
	font-size: 110%;
	margin: auto;
}

#cg-signup-step-bonus-responsive .promo-container{
  	width: 70vw;
  }
  
.promoImageContainerResponsive img{
	border-radius: 10px;
}
.promoImageContainerResponsive{
	padding-bottom: 15px;
	margin: auto;
}

@media (max-width: 600px) {
  #cg-signup-main-title-codAffiliato {
    display: flex;
    flex-direction: column;
  }
  #cg-signup-step-bonus-responsive .promo-container{
  	width: unset;
  }
  #cg-signup-step-bonus-responsive .promo-container > *{
	transform: unset;
}
}

#cg-signup-responsive-progress{
	-moz-appearance:none;
	-webkit-appearance: none;
	appearance: none;
    width: 100%;
    margin: 1rem auto;
    height: 5px;
}

#cg-signup-responsive-progress::-webkit-progress-bar{
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
	background-color: lightgray;
	color: lightgray;
}

#cg-signup-card-spid{
	background-color: #0080ff;
}
#cg-signup-card-spidCie{
	background-color: #0080ff;
}
#cg-signup-card-cie{
	background-color: #B6CD85;
}
#cg-signup-card-classica{
	background-color: #B6CD85;
}
#cg-signup-card-faceid{
	background-color: #B6CD85;
}

