.larghezza-piena{
	width: 100%;
	background-color: white;
	padding: 5px;
}

.btn-arrow{
	background-color: grey !important;
	border-color: grey !important;
	color: grey !important; 
}

#page-topbar-newen {
    background-color: #a0ce4e !important;
	height: 42px !important;
}


@media (max-width: 991.98px) {
  .no_mobile{
    display: none !important;
  }
}


#navbar-newen{
	display: flex!important;
    flex-basis: auto;
    align-items: flex-end;
    justify-content: space-between;
	padding: 10px;
}
.navbar-header{
	max-width: 100%;
}
.avatar-title-newen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #a0ce4e;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.badge-soft-primary-newen {
    background-color: rgba(17, 59, 73, 0.5);
    color: #a0ce4e!important;
}
.navbar-nav li:hover > a {
    border-bottom: 2px solid #3e511e; /* Adatta la dimensione del bordo come preferisci */
	color: #3e511e;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    color: black !important;
}

.change-language-newen{
	color: white;
	font-size: 12px;
}
input[readonly],
input[readonly]:hover {
  background-color: #e0e0e0 !important; /* Grigio chiaro */
  color: black !important; 
}
.helper-text{
	    font-size: .70em!important;
}

.dropdown-item-center {
    justify-content: center;
	text-align: center;
}

.footer {
	position: unset;
}
