.asterisco-required {
    color: #b30000;
    font-size: 1.3em;
}

/* Progresse bar */
.progressbar-width0 {
	width: 0%;
}


/* Home page styles */
body.custom{
	color:#30373d;
}
footer{
  font-size: 22px;
  color: #30373d;
  line-height: 28px;
}
.it-footer .footer-heading-title{
	font-size: 22px;
	text-transform: initial;
	border-bottom:none;
}
.it-footer-main, .it-footer-small-prints{
	background-color: #30373d;
}
footer h2 {
	  border-top:1px solid #444e57;
	  margin:25px 0 0;
	    margin-left: 0px;
	  padding:25px 0 10px;
	  font-weight: 300;
	  font-size: 22px;
	  color: #ffffff;
	  font-style: normal;
}
footer p{
  font-size: 16px;
  color: #c6cace;
}
.footer-bottom p{
	float:right;
	
}
.it-header-slim-wrapper{
	background-color: #666666;
}
.it-header-center-wrapper{
	background-color: #ffffff;
	color: #30373d;
}
.custom .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a{
	background-color: #ffffff;
	color: #30373d;
}
.custom .it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand{
	font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  padding: 12px 0;
  display: inline-block;
}

/* Fissa il cerchio dell'icona e centra l'SVG dentro */
.it-user-wrapper .rounded-icon {
  width: 1.5rem;   /* cerchio pił piccolo */
  height: 1.5rem;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
  flex-shrink: 0;
  overflow: hidden;
}

/* Normalizza l'SVG */
.it-user-wrapper .rounded-icon .icon {
  width: 1rem;
  height: 1rem;
  display: block;
  vertical-align: middle;
  margin: 0 !important;
}

/* Disinnesca classi che possono spostare l'icona */
.it-user-wrapper .rounded-icon .icon.left,
.it-user-wrapper .rounded-icon .icon.icon-sm {
  margin: 0 !important;
  transform: none !important;
  width: 1rem !important;
  height: 1rem !important;
}

/* Se Bootstrap aggiunge pseudo-elementi o caret al dropdown-toggle */
.it-user-wrapper.nav-item.dropdown > a.btn.dropdown-toggle::after {
  display: none;
}

.it-user-wrapper.nav-item.dropdown > a.btn,
.it-user-wrapper.nav-item.dropdown > a.btn:focus,
.it-user-wrapper.nav-item.dropdown > a.btn:focus-visible,
.it-user-wrapper.nav-item.dropdown > a.btn:hover,
.it-user-wrapper.nav-item.dropdown > a.btn:active {
    background-color: #0065cb !important; /* colore primario */
    color: #fff !important;               /* testo */
    box-shadow: none !important;          /* elimina eventuali shadow di focus/active */
}

.it-user-wrapper.nav-item.dropdown > a.btn:focus-visible {
    outline: 2px solid rgba(13, 110, 253, 0.5) !important;
    outline-offset: 2px !important;
}



.custom .it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand:before
{
 /* background:transparent url(https://www.comune.napoli.it/flex/TemplatesUSR/assets/img/elements/sprites.png) 0 -128px no-repeat; */
  background:transparent url("/agid/assets/images/logo-comune-sprites.png") 0 -128px no-repeat; 
  content:" ";
  display:inline-block;
  height:25px;
  width:25px;
  margin:0 5px 0 25px;
  vertical-align:middle;
  position:relative;
  background-size:800px 800px;
}
@media (min-width: 992px) {
.custom .it-header-wrapper .it-brand-wrapper .icon image,.custom .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon{
	width: 110px;
	height: 110px;
}
}
@media (max-width: 991px) {
.custom .it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand{
	font-size: 14px;
}
.custom .it-header-wrapper .it-nav-wrapper .it-brand-wrapper{
	padding-left:0;	
}
.custom .it-header-slim-wrapper .it-header-slim-wrapper-content .navbar-brand:before
{
  margin:0;
}
.title-xxxlarge{
	font-size: 2.1rem;
}
.custom .it-header-wrapper .it-brand-wrapper .icon image,
.custom .it-header-center-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon{
	width: 65px;
	height: 65px;
}
}
/* Risolve il probelmma dei nomi lunghi dei file nella dialog quando si accede da telefono */
.upload-file-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 100%;      /* impedisce che la dialog si allarghi */
}

.upload-file-list .upload-file {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-bottom: .5rem;
  flex-wrap: wrap;      /* permette al testo di andare a capo */
  min-width: 0;         /* evita overflow temporaneo durante il caricamento */
}

.upload-file-list .upload-file p {
  flex: 1 1 0;
  min-width: 0;         /* fondamentale in flex per testo lungo */
  margin: 0;
  word-break: break-word;  
  overflow-wrap: anywhere;
  white-space: normal;
}

.upload-file-list .upload-file p strong {
  display: block;       /* per file vecchi con strong */
  line-height: 1.4;
}

/* X sempre a destra */
.upload-file-list .upload-file > button,
.upload-file-list .upload-file .btn-delete-existing {
  flex-shrink: 0;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive */
@media (max-width: 576px) {
  .upload-file-list .upload-file {
    gap: .25rem;
  }

  .upload-file-list .upload-file p,
  .upload-file-list .upload-file p strong {
    font-size: 0.9rem;
  }
}
