.page-template-report header, .page-template-report footer{
    display: none;
}
.header-logo{
    padding-top: 62px;
    padding-bottom: 40px;
    border-bottom: 6px solid #cdcecf;
    margin-bottom: 25px;
}
.header-logo img{
    width: 180px;
}
.report-body{
    color: #333;
    padding-bottom: 50px;
    border-bottom: 1px solid #dddddd;
}
.report-body p{
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 30px;
}
.page-template-report h2{
    margin-bottom: 1rem;
    font-size: 30px;
    color: #333;
}
.page-template-report .report-form-content h2{
    margin-bottom: 0rem;
}
.page-template-report .report-form-content h2:nth-of-type(2){
    margin-top: 30px;
    display: none;
}
.type-list{
    padding-left: 190px;
    padding-top: 60px;
}
.type-list li{
    margin-bottom: 20px;
    cursor: pointer;
}
.type-list li img {
    max-height: 90px;
}
.report-body p.red{
    color: #D7352C;
}
.report-footer{
    color: #333333;
    padding: 50px 0 190px;
    line-height: 1.6;
}
.report-footer p{
    font-weight: 400;
    font-size: 14px;
}
.form-content .border-content{
    border: 10px solid #eef1f7;
    padding: 30px 36px 110px;
}
.step-img{
    padding: 40px 0;
}
.step-img img{
    display: none;
    max-width: 100%;
}
.step-img img.active{
    display: block;
}
.report-form-content label{
    font-size: 18px;
    font-weight: 400;
}
.report-form-content p{
    line-height: unset;
}
.report-form-content form, .report-form-content .border-content div{
    max-width: 800px;
}
.report-form-content .border-content div.hide{
    display: none;
}
.report-form-content .border-content div{
    margin-bottom: 30px;
}
.report-form-content input[type='text'], .report-form-content input[type='tel'], .report-form-content input[type='number'], .report-form-content input[type='date'], .report-form-content input[type='email'], .report-form-content select{
    border: 1px solid #02317d;
    box-shadow: none;
    border-radius: 8px;
    height: 44px;
    font-size: 16px;
    padding: 6px 20px;
    width: 100%;
    margin-top: 10px;
}
.report-form-content form>div>p{
    margin-bottom: 30px;
}
.wpcf7-list-item.first{
    margin-left: 0;
}
span.small-tip{
    font-size: 14px;
    color: #999;
}
div.contact-way.flex{
    margin-top: -1rem;
}
div.contact-way.flex input{
    width: 440px;
    display: none;
    margin-top: 0;
    margin-right: 1rem;
}

div.contact-way.flex input.active{
    display: inline-block;
}
.report-form-content input[type='checkbox']{
    width: 16px;
    height: 16px;
    font-size: 15px;
}
span[data-name="follow_up"]{
    margin-bottom: 0.5rem;
    display: inline-block;
}
span[data-name="follow_up"] .wpcf7-list-item, span[data-name="is_doctor"] .wpcf7-list-item{
    margin-left: 0;
}
.report-form-content .step-btn, .report-form-content input[type="submit"], .report-form-content button{
    font-size: 18px;
    height: 42px;
    line-height: 42px;
    max-width: 400px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 0;
    border-radius: 0;
    background: #02317d;
    border: none;
    margin-top: 20px;
    cursor: pointer;
}
.report-form-content button.add{
    max-width: 180px;
    margin-right: 40px;
}
.report-form-content button.next{
    display: block;
}
.report-form-content button.prev{
    display: inline-block;
}
.report-form-content button.add+button.prev{
    max-width: 180px;
}
.mb1{
    margin-bottom: 1rem;
}
.report-form-content input[type="submit"]{
    display: none;
}
.report-form-content input[type="submit"].active{
    display: inline-block;
}
.checkbox-item label{
    margin-left: 7px;
    transform: translateY(-2px);
    display: inline-block;
}
.steps li{
    display: none;
}
.steps li.active{
    display: flex;
}
.steps li.active span:nth-of-type(1){
    opacity: 0;
}
.table-title{
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 45px;
}
.report-form-content .border-content div.container, .report-form-content .border-content div.table-content{
    max-width: 100%;
}
.table-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.table-content table tr:nth-of-type(1){
    background-color: #d9d9d9;
    display: none;
}
.table-content table tr th, .table-content table tr td{
    border: 1px solid #d9d9d9;
    height: 50px;
    font-weight: 300;
    color: #333333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.table-content table tr td{
    padding: 0 1rem;
}
.table-content table tr td span.delete{
    background: #02317d;
    color: #ffffff;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    cursor: pointer;
    min-width: 75px;
}
.table-content table tr td:last-of-type{
    padding: 0;
}
.radio-row label{
    font-size: 16px;
}
.radio-row label~label{
    margin-left: 30px;
}
.radio-row label input{
    margin-right: 5px;
}
.radio-row label.full{
    width: 100%;
    margin-bottom: 1.1rem;
}
.radio-row label.label-title{
    font-size: 18px;
}
.report-form-content textarea{
    border: 1px solid #02317d;
    box-shadow: none;
    border-radius: 8px;
    height: 44px;
    width: 100%;
    font-size: 16px;
    padding: 6px 20px;
    height: 245px;
    padding: 14px 20px;
    font-family: inherit;
    font-weight: 400;
    margin-top: 1rem;
}
.report-form-content textarea+p{
    font-size: 14px;
}
.report-form-content p{
    font-weight: 400;
    margin-top: 10px;
}
.formContainer{
    display: none;
}
.email-data{
    display: none;
}