.qa-section {
  margin-bottom: 20px;
  font-family: 'HarmoniaSansStd-Regular';
  padding: 50px 0;
  color: #1d4465;
}
.qa-section label {
    font-family: 'HarmoniaSansStd-Bold';
	font-size: 24px;
}
.qa-section input[type="text"], .qa-section input[type="number"], .qa-section input[type="tel"], .qa-section input[type="email"], .qa-section select {
    background:  linear-gradient(281.76deg, rgba(233, 236, 240, 0.697917) 0%, rgba(233, 236, 240, 0.26) 100%);
    padding: 16px;
    width: 100%;
    border-radius: 10px;
    color: #7f7f7f;
    font-size: 18px;
    font-weight: 400;
    border: 0;
    outline: none; 
}

/* Campi readonly pre-compilati - stile discreto */
.qa-section input[readonly] {
    background: linear-gradient(281.76deg, rgba(233, 236, 240, 0.9) 0%, rgba(233, 236, 240, 0.6) 100%) !important;
    border: 1px solid #d0d0d0 !important;
    color: #5a5a5a !important;
    cursor: not-allowed !important;
    opacity: 0.85;
}

.qa-section h2 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.qa-next, .qa-prev, .qa-submit {
  border-radius: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    background: #1d4465;
    border: 0;
    outline: none;
    padding-left: 59px;
    padding-right: 59px;
    transition: 0.2s;
}

.btn-scopri-oss{
	 border-radius: 10px;
    padding-top: 16px;
    padding-bottom: 16px;
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    background: #1d4465;
    border: 0;
    outline: none;
    padding-left: 59px;
    padding-right: 59px;
    transition: 0.2s;
}

.btn-scopri-oss:hover{
	color: #fff;
}

.qa-next:hover, .qa-prev:hover, .qa-submit:hover, .btn-scopri-oss:hover {
  background-color: #cfb376;
}

#qa-result {
  margin-top: 20px;
}

#qa-result h2 {
  color: #0073aa;
}

.img-result{
	width: 250px;
	height: 250px;
}

.progress-circle-container {
	position: relative;
	width: 150px;
	height: 150px;
	margin: 0 auto;
}
.progress-circle-bg {
	fill: none;
	stroke: rgba(207, 179, 118, 0.3);
	stroke-width: 5;
}
.progress-circle-fg {
	fill: none;
	stroke: #CFB376;
	stroke-width: 5;
	stroke-linecap: round;
	stroke-dasharray: 0 1000;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
	transition: stroke-dashoffset 0.5s linear;
}
.inside-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #003D62;
	transform: translate(-50%, -50%);
}

.container-result{
	min-height: 370px;
}

.container-loader{
	min-height: 390px;
}

.text-gold{
	font-family: 'HarmoniaSansStd-Bold';
	color: #cfb376;	
	text-transform: uppercase !important;
	font-weight: bold !important;
}	

.btn-privacypolicy{
	color: #cfb376;
	transition: .5s;
}

.btn-privacypolicy:hover {
	color: #003D62;
	text-decoration: underline;
}

.priv-pol label{
	font-size: 18px;
}

@media only screen and (max-width: 768px){
	
	.qa-next, .qa-prev, .qa-submit {
		padding-left: 49px;
		padding-right: 49px;
	}
	
	.div-img-result{
		display: flex;
		justify-content: center;
		margin-bottom: 60px;
	}
	
	.h6-elaborazione{
		margin-top: 70px;
	}
}