/* NASCONDO GLI STEP NON VISIBILI AL CARICAMENTO PAGINA */
#boxmessage, #popup--cambio-piano, #abbonamento__bottom,
#cart-fatturazione, #cart-pagamento, #cart-riepilogo,
#abbonamento--riepilogo,#abbonamento-conferma,
#condizioni-container, .cart-info__item, #txtRecaptcha, #boxmessage-2
{
	display:none;
}

/* box messaggio a tutta pagina */
#boxmessage{
	margin-bottom: 100px;
}

a.disabled,
a:disabled,
button.disabled,
a[disabled],
button[disabled],
label[disabled],
div[disabled],
td[disabled],
.btnSelectCard.disabled
{
	opacity: .50!important;
	pointer-events: none!important;
}
.btnSelectCard.disabled .cta {
	pointer-events: none!important;
}



/* NASCONDO ELEMENTI ABBONAMENTO */
[subscriptionccinfo]{
	display:none;
}

[buttonRinnovo],
[buttonRinnovoConf],
[buttonChangeConf],
[buttonAcquista]
{
	display:none;
}
.abbonamento__row{
	border-bottom:0 !important;
}
.abbonamento__row.itemprod:not(:last-child){ /*classe custom per visualizzare border bottom altrimenti rimosso se servizio monoprodotto*/
	border-bottom: 1px solid rgba(198, 198, 198, 0.6) !important;
}
/*SELETTORI ADDON*/
.plan-store__count--minus, .plan-store__count--plus
{
	margin-bottom: auto !important;
}
.switch--addon
{
	justify-content: center !important;
}

/* RESETTO CSS PORTLET */
.gscs_fe_gadget_maincontent_portlet > .boxGroup_ctrl,
.gscs_fe_gadget_maincontent_portlet > .boxGroup_ctrl .labelText_ctrl
{
	margin:0 !important;
    margin-top:0 !important;
	margin-right:0 !important;
	margin-bottom:0 !important;
	margin-left:0 !important;
    
	padding:0 !important;
	padding-top:0 !important;
	padding-right:0 !important;
	padding-bottom:0 !important;
	padding-left:0 !important;
}
.gszs_fe_gadget_navbar_raw_portlet > .RawHtml0_ctrl
{
	z-index: 7 !important;
}
.portlet_store {
	overflow: visible !important;
}

/* CART 3.0 - START */

.newBasket .labelAsterisk { color:#FF6600; font-size:14px; font-weight: bold; word-wrap: normal !important; }

.bootstrap-autocomplete.dropdown-menu {
	height: auto;
    max-height: 300px;
    overflow-x: hidden;
}
/*PASSWORD SHOW OFF*/
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
.loading-skeleton h1, .loading-skeleton h2, .loading-skeleton h3, .loading-skeleton h4, .loading-skeleton h5, .loading-skeleton h6,
.loading-skeleton p, 
.loading-skeleton li,
.loading-skeleton ul li a.nav-link,
.loading-skeleton .btn,
.loading-skeleton label,
.loading-skeleton a,
.loading-skeleton input,
.loading-skeleton img,
.loading-skeleton .form-control
 {
  color: transparent !important; 
  appearance: none !important;
  -webkit-appearance: none !important;
  background-color: #eee !important;
  border-color: #eee !important;
}
.loading-skeleton h1::placeholder, .loading-skeleton h2::placeholder, .loading-skeleton h3::placeholder, .loading-skeleton h4::placeholder, .loading-skeleton h5::placeholder, .loading-skeleton h6::placeholder,
.loading-skeleton p::placeholder, .loading-skeleton li::placeholder,
.loading-skeleton .btn::placeholder,
.loading-skeleton label::placeholder,
.loading-skeleton .form-control::placeholder {
  color: transparent;
}

@keyframes loading-skeleton {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.loading-skeleton {
  pointer-events: none;
  animation: loading-skeleton 1s infinite alternate;
}
.loading-skeleton img {
  filter: grayscale(100) contrast(0%) brightness(1.8);
}

/*Istruzioni per fixare problema di visibilità pagina degli addon con contatore es: ZCarFleet*/

.fixed-plan-store_count{
  /*Non metto display:flex perchè viene inserito già dalla funzione che mostra l'elemento*/
  justify-content: center;

}
.fixed-plan-store_count .plan-store__count--plus, .fixed-plan-store_count .plan-store__count--minus {
  
  margin-bottom: 0;
}

#registration-form .form__section
{
	padding-bottom: 43px;
}
#registration-form .form__title
{
	font-size: 19px;
    font-weight: 600;
    line-height: 25px;
    color: #1d2127;
    padding-bottom: 0px;
    display: block;
}
#registration-form .form__description {
    padding-top: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #1d2127;
}
.cart.tab-pane{
	padding-bottom: 25px;
}
#registration-form .cart-form__submit {
    font-size: 12px;
    line-height: 16px;
    top: calc(50% + 14px);
    right: 4px;
}
/* CART 3.0 - END */

/* ORDER DETAIL */
.cart-info {
  margin-right: 15% !important;
}

/* Removing hover effect on cart breadcrumbs */
[zs-cart-btn-type="nav-link"]:hover {
  color: #1d2127;
  opacity: .65;
  cursor: default;
}

.cart-navbar__voice--active:hover {
  opacity: 1;
  color: #0156cb !important;
}


/* User Section */
#btnConfirmChanges {
  margin-bottom: 25px !important;
}

.user-box__field {
  padding-right: 0px !important;
}

.text-danger{
	color: #dc3545!important;
}

.text-center {
    text-align: center !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.mt-0 {
   margin-top: 0 !important;
}
.mt-1 {
   margin-top: 0.25rem !important;
}
.mt-2 {
   margin-top: 0.5rem !important;
}
.mt-3 {
   margin-top: 1rem !important;
}
.mt-4 {
   margin-top: 1.5rem !important;
}
.mt-5 {
   margin-top: 3rem !important;
}
.mt-auto {
   margin-top: auto !important;
}
.ml-0 {
   margin-left: 0 !important;
}
.ml-1 {
   margin-left: 0.25rem !important;
}
.ml-2 {
   margin-left: 0.5rem !important;
}
.ml-3 {
   margin-left: 1rem !important;
}
.ml-4 {
   margin-left: 1.5rem !important;
}
.ml-5 {
   margin-left: 3rem !important;
}
.ml-auto {
   margin-left: auto !important;
}
.mr-0 {
   margin-right: 0 !important;
}
.mr-1 {
   margin-right: 0.25rem !important;
}
.mr-2 {
   margin-right: 0.5rem !important;
}
.mr-3 {
   margin-right: 1rem !important;
}
.mr-4 {
   margin-right: 1.5rem !important;
}
.mr-5 {
   margin-right: 3rem !important;
}
.mr-auto {
   margin-right: auto !important;
}
.fw-bold {
    font-weight: bold; /* oppure font-weight: 700 */
}
.fw-normal {
    font-weight: normal; /* oppure font-weight: 400 */
}
.fw-light {
    font-weight: 300;
}




/*AUTOCOMPLETE*/
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

/* GESTIONE PAGAMENTI */
.gszs_fe_gestione_pagamenti_container .cart__table {
  flex-wrap: nowrap !important;
}

.gszs_fe_gestione_pagamenti_container .cart__table .cart__column {
  margin-right: 73px !important;
}

/*Content della colonna nella gestione abbonamento per ticpro e servizi simili*/
[configurazioneAttuale]::before{
  content: "Configurazione attuale"!important;
}

#form-dati-aziendali .form__icon { 
    width: 18px;
    height: 18px;
    transform: translateY(-185%);
    position: absolute;
    right: 17px;
    cursor: pointer;
}

/*Gestione abbonamenti, nel css originale è gestita con gli id, ma essendo due box per 
  nel template uso questa classe custom per gestire la media query*/
.store-custom-abbonamento-riepilogo{
  display: none;
}
@media screen and (max-width: 1024px) {
  .store-custom-abbonamento-riepilogo {
		display: flex ;
		display: none !important;
	}
}

.pro-datepicker{display: block!important;}

/*Prepagato */
.block-ricarica__box--input .block-ricarica__price-input{
	visibility: visible!important;
	opacity: 1!important;
	max-height: 100%!important;
}

/* info recaptcha registrazione */
@media screen and (max-width: 992px) {
	#txtRecaptcha {
		display: block;
		margin-top: 5px;
	}
}

/* navigazione wizard registrazione */
.gszs_fe_signup_raw_container .form__voice:hover 
{
	color: rgba(29, 33, 39, 0.5) !important;
}


/* Progress - jquery.password.strength.js */
.pwstrength_viewport_progress{
	display:none;
	margin-top:5px;
}
.pwstrength_viewport_progress:has(.progress-bar-success), .pwstrength_viewport_progress:has(.progress-bar-primary), .pwstrength_viewport_progress:has(.progress-bar-success),
.pwstrength_viewport_progress:has(.progress-bar-warning), .pwstrength_viewport_progress:has(.progress-bar-info), .pwstrength_viewport_progress:has(.progress-bar-dark) {
	display:block;
}

.progress {
	border-radius: 25px;
	height: 15px;
	background: #FFF;
	overflow: visible;
	font-size: 11px;
}
.progress:has(.progress-bar-success), .progress:has(.progress-bar-primary), .progress:has(.progress-bar-success),
.progress:has(.progress-bar-warning), .progress:has(.progress-bar-info), .progress:has(.progress-bar-dark) {
	background: #f1f1f1;
}

.progress.progress-border-radius {
	border-radius: 3px;
}

.progress.progress-border-radius .progress-bar {
	border-radius: 3px;
}

.progress.progress-no-border-radius {
	border-radius: 0;
}

.progress.progress-no-border-radius .progress-bar {
	border-radius: 0;
}

.progress.progress-xs {
	height: 5px;
}

.progress.progress-xs .progress-bar {
	line-height: 5px;
	height: auto;
}

.progress.progress-sm {
	height: 10px;
}

.progress.progress-sm .progress-bar {
	line-height: 10px;
	height: auto;
}

.progress.progress-lg {
	height: 35px;
}

.progress.progress-lg .progress-bar {
	font-size: 13px;
	line-height: 35px;
	height: auto;
}

.progress.progress-dark {
	background: #333333;
}

.progress.progress-right-side-value {
	position: relative;
	margin-right: 40px;
}

.progress.progress-right-side-value .progress-bar-value {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate3d(40px, -50%, 0);
	transform: translate3d(40px, -50%, 0);
}

.progress-bar {
	background-color: #CCC;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	border-radius: 25px;
	text-align: center;
	height: 100%;
}

.progress-bar-tooltip {
	position: absolute;
	padding: 4px 8px;
	background-color: #333;
	color: #FFF;
	line-height: 15px;
	font-size: 11px;
	display: block;
	position: absolute;
	top: -28px;
	right: 5px;
	border-radius: 3px;
	opacity: 0;
}

.progress-bar-tooltip:after {
	border-color: #333 transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -5px;
	content: "";
	display: block;
	left: 13px;
	position: absolute;
	width: 0;
}

.progress-bar-primary {
	background-color: #CCC;
	color: #FFF;
}

.progress-bar-success {
	background-color: #28a745;
	color: #FFF;
}

.progress-bar-warning {
	background-color: #ffc107;
	color: #FFF;
}

.progress-bar-danger {
	background-color: #dc3545;
	color: #FFF;
}

.progress-bar-info {
	background-color: #17a2b8;
	color: #FFF;
}

.progress-bar-dark {
	background-color: #212529;
	color: #FFF;
}

.gdpr-personalizza__heading {
	width: 100% !important;
}
.row-highlight-dcfo {
	background-color:#f9f5f8 !important;
}
.row-highlight-dcfo td {
	padding-top: 15px;
	padding-bottom: 15px;
}
.block-licenza__firmacheck{
	border-bottom: 1px solid #c6c6c6;
}

.cart-form__element::after {
	content: attr(data-dns-domain)
}

.boxMessage_userAnonymous
{
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}
#tabella--anticipay .credit-score {
	display: block !important;
}
span[iva6quater]
{
	display: flex;
	font-size: 14px;
}
span[ivaInclusa]
{
	font-size: 14px;
	margin-left: 10px;
}

div.card-item {
	background-color: #F7F7F7 !important;
	padding: 10px 10px;
	width: 330px;
	text-align: center;
	border-radius: 10px;
	color: #008fe2 !important;
	font-weight: 700 !important;
	margin: 15px 15px 0 0;
	-webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0);
	box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0);
	-webkit-transition: ease transform 300ms, ease box-shadow 300ms;
	transition: ease transform 300ms, ease box-shadow 300ms;
}

div.card-item:hover {
    -webkit-box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 10px 74px -15px rgba(0, 0, 0, 0.4);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}

#result-container {
	display: flex;
	flex-wrap: wrap;
}
[subscriptionenddate] {
	max-width: 145px !important;
}
.acquista-visure .card-item:hover
{
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
	background-color: #ebfaff !important;
}
.acquista-visure .elencoVisure_catastali .visura.acquista .card-item {
	background-color: #ebfaff !important;
}
.acquista-visure .visure_importoTOT{
	min-width: 200px;
}
[subscriptionenddate] {
	max-width: 145px !important;
}
.background-typ {
	padding-top: 150px;
}
#tabella--tic.cforeport tr:last-child td:nth-child(2)
{
	z-index: unset;
}
.linkArchivioDownload{
	margin-right: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	align-items: center;
	float: right;
}

/* GRADIENTI CUSTOM PER ACADEMY */
.background--gradient-grey{
	background: linear-gradient(45deg, #232526 0%, #414345 100%);
}
.background--gradient-dark-orange{
	background: linear-gradient(225deg, #f7c867 0%, #e8603c 62.29%, #e8603c 100%);
}
.background--gradient-light-blue{
	background: linear-gradient(25deg, #00204a 0%, #7fa2e3 100%);
}

/* form login + recupero credenziali */
#form-accesso .form__link:last-child {
	padding-bottom: 25px;
}
#form-accesso .form__block{
	padding: 25px 0 58px;
}
#modal-codice-promo button:first-child {
    margin-right: 10px;
}
#navTabArchivio.block-report{
	padding:0px;
	margin-top: 50px;
}
#navTabArchivio.block-report ul li::before{
	content: none;
}
#pagination a {
	color: #1d2127;
	font-weight: 300;
}
#pagination a.active{
	font-weight: 600;
}

/* fix close per popup alert */
#popup--cambio-piano .popup__close {
    z-index: 7;
}
/* fix z-index per area utente store */
.user-menu-active .user-menu{
	z-index: 12;
}

header .header__wrapper {
	opacity:0;
}

.footer__top {
	padding: 45px 0 45px !important;
}

.footer__lower {
    padding-top: 35px !important;
}
.footer__lower.footer_zspay {
    padding-top: 0px !important;
}
.hero-config__item {
    margin-top: 50px !important;
}

.background--top--200 {
	margin-top: 200px !important;
}

#iqnjr {
	padding-top: 30px !important;
}