.radio label::before { border: 2px solid #00b86c !important; }
.radio label::after { background-color: #00b86c !important; }

.form_report_item { width: 100%; margin: auto; }
@media only screen and (max-width: 1399px) {
    .form_report_item { max-width: 740px; margin: auto; }
	.first_row_report p { height: auto !important; }
}
@media only screen and (min-width: 1440px) {
    .form_report_item { max-width: 740px; margin: auto; }
}
.first_row_report { min-height: 80px; margin: auto; border-radius: 6px; background-color: rgb(0, 184, 108, 0.1); padding: 15px; } 
.first_row_report p { font-family: 'avenir-next-lt-pro-medium' !important; color: #1f7a75; font-size: 12px; height: 50px; margin-bottom: 0px; line-height: 21px; }  
        
        
        