h3.footer-heading-title {
  font-size: 16px
}


.footer-items-wrapper.logo-wrapper {
  display: flex;
  align-items: center;   /* allinea verticalmente */
  gap: 1rem;             /* spazio tra i loghi e il testo */
}

.footer-items-wrapper.logo-wrapper a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.ue-logo {
  height: 60px;
  width: auto;
}

.it-brand-wrapper {
  display: flex;
  align-items: center;
}

.it-brand-text h2 {
  margin: 0 0 0 0.5rem;
  font-size: 1.2rem;
  color: white; /* cambia colore se necessario */
}


.brand-logo {
  height : 60px;
  width: auto;
  object-fit: contain;
}

.btn-outline-primary {
    box-shadow: inset 0 0 0 2px #B31b34;
    color: #B31b34
}

.btn-outline-primary:hover {
   color: #9B172D
}

thead {
	background-color: #B31b34 !important;
}


.it-header-slim-wrapper {
  background-color:#9B172D !important;
}

.it-header-center-wrapper {
  background-color: #B31B34!important
}

#header-nav-wrapper {
  background-color:#B31B34!important

}
@media (min-width: 992px) {
.link_portale {
  color: white !important;
 background-color:  #B31B34!important;
}
}

.link_portale {

}

.login_portale {
  background-color: #9B172D !important;
}

.icon_login_portale  {
  fill:  #9B172D!important;
}
.it-footer-main {
	  background-color: #202a2e!important;
}

.back-to-top{
	  background-color: #B31B34!important
}


.link-primary {
 /* color: #00ff00 !important; */
}

.link-primary:hover,
.link-primary:focus {
 /* color: white !important;*/
}

@media (min-width: 992px) {
.link-primary:hover,
.link-primary:focus {
  color: white !important;
}
}




.btn-primary {
	  background-color:#9B172D!important;
}


.btn-outline-primary {
	box-shadow: inset 0 0 0 2px #B31B34!important
	color: #810c03 !important;
	
}

svg.icon > image {
    width: inherit;
    height: inherit;
}



