.loading{
    display: block;
    /*background-color: black;
	opacity: 0.4;*/
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
}

.popup-info-centrato{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
    justify-content: center;
    height: 100%;
}
.text-align-center{
    text-align: center;
}


.custom_textarea{
	font-size: 20px;
	border-color: #0a355e;
	border-radius: 15px;
	cursor: pointer;
	background-color: #ffffff !important;
	
	
}
.domande_bottone {
	background-color: #0a355e;
	color: #ffffff;
	border-radius: 15px;
    padding: 12px;
	font-weight: 600;
	margin-top: 30px;
	border-color: #0a355e;
}
.domande_bottone:hover {
	background-color: #ffffff;
	color: #0a355e;
}