.report-summary{
    background-color: #F1F3F4;
    padding:60px 0;
}
.report-summary h2{
    color: #125B60;
    font-size: 24px;
    font-weight: 800;
    line-height: 34px;
    text-align: center;
    margin: 0;
}
.table-reports{
    overflow: auto;
}
.table-reports table{
    border-radius: 16px; 
    border: 1px solid #298187;
    background: #FFF;
    width:100%;
    overflow: hidden;
    border-spacing: 0;

}
.table-reports thead {
    background-color: #125B60;
  
}
.table-reports th {
    padding: 16px 24px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    color: #fff;
    background-color: #125B60;
    border-right: 1px solid #298187;
    text-transform: capitalize;
}
.table-reports th:last-child {
    border-right: 0;
}
.table-reports td {
    border-right: 1px solid #298187;
    border-bottom: 1px solid #298187;
    padding:25px;
    font-size: 16px;
font-style: normal;
font-weight: 400;
}
.table-reports td:last-child {
    border-right: 0;
   
}
.status {
    border-radius: 6px;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    padding: 4px 16px;
    text-align: center;
}
.reported {
    background: #006600;
}
.reportLink{
    font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration-line: underline;
text-transform: capitalize;
color:#000;
}
.report-summary .first-info{
    display: flex;
    flex-direction: column;
    min-width: 25%;
    margin-right: 20px;
}
.report-summary .second-info{
    display: flex;
    flex-direction: column;
}
.report-summary .header{
    display: flex;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 28px; /* 155.556% */

color: #000;
}
.report-summary .header a{
    display: flex;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 28px; /* 155.556% */

color: #000;
}
.report-summary .header a:hover{
text-decoration: underline;
}
.report-summary .top-info{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.report-summary .info-wrapper{
    display: flex;
    margin-top:20px;
}
.report-summary .report{
padding-bottom: 60px;

}
.info-wrapper span{
    font-size: 18px;
}
.info-wrapper span b{
    font-size: 16px;
}
@media(max-width: 576px) {
    .info-wrapper {
        flex-direction: column;
        margin-top:0!important;
    }
    .info-wrapper span{
     padding-top: 20px;
    }
    .report-summary .report {
        padding-bottom: 30px;
    }
    .report-summary {
        padding: 30px 0;
    }
}