/* IUBENDA COOKIE POLICY */
/* ATTENZIONE!, prima di modificare consultare il task "Cookie Policy KB" su Asana */




/*  GENERAL CLASS */
#iubenda-cs-banner{
    bottom: 0px !important;
    left: 0px !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 99999998 !important;
}

.iubenda-cs-rationale{
    position:relative; 
    margin: 0 auto ;
    text-align:center;
    
}

/*  CONTENT CLASS */
.iubenda-cs-content{
    display:block;
    margin:0 auto;
    padding: 5px 10px;
    width:auto;
    font-size: 12px;
    background: #e5e5e5;
    color: #6e6e6e;
}


    
.iubenda-banner-content{
    display:inline;
  
}


.iubenda-banner-content a{
  	  color: #6e6e6e;
  
}

  /* Bottoni di gestione del consenso (accetta, personalizza, rifiuta) */
  #iubenda-cs-banner .iubenda-cs-opt-group,
  #iubenda-cs-banner .iubenda-cs-opt-group-custom,
  #iubenda-cs-banner .iubenda-cs-opt-group-consent{
  	    display:inline;
  	
  }
  #iubenda-cs-banner .iubenda-cs-opt-group button{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border:none;
    padding: 3px !important;
    cursor: pointer !important;
    font-weight: normal !important;
    text-align: center !important;

  }  
  
  /* Bottone accetta */
  #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-accept-btn,
  #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-reject-btn{
		color:white;
    background-color: #cccccc !important;
    border-radius: 8px !important;
		padding-right:15px!important;
		padding-left:15px!important;
		margin-right:5px;
  }  
  
   /* Bottone persanalizza */
	#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-customize-btn{
	color: #6e6e6e;
  background-color:inherit;
	margin-left:0px;
	margin-right:18px;
  }  
  
	/* Bottone chiudi */
	
	#iubenda-cs-banner button.iubenda-cs-close-btn{
		font-size:20px! important;
		background-color:inherit !important; 
		color: white;
		border:0;
		padding:0;
		position: absolute!important;
    top: -4px!important;
    right: 0!important;
	}



/* PERSONALIZZAZIONI SU DEVICE MOBILE*/
@media (max-width: 600px) {
  

  .iubenda-cs-content{
  	font-size:8px!important;

  }
  

  #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-customize-btn {
    margin-right:5px!important;
  }
  
  #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-accept-btn,
  #iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-reject-btn{
  	padding-right:15px!important;
  	padding-left:15px!important;
  }  
  
	
	#iubenda-cs-banner button.iubenda-cs-close-btn{

    top: 3px!important;

	}

  

}
  



/* FINE IUBENDA */