.report-detail > div{
    line-height: 1.5;
}
.line{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
}
.post-report p b span,
.post-report p b{
    font-size: 20px;
    font-weight: 700;
    color: var(--green);
}
.post-report table{
    margin-top: 30px;
    margin-bottom:30px;
    width: 100% !important;
    

}

.post-report .report-content tr:first-child td{
    color:var(--white);
    background-color: var(--green);

}
.list-title{
    padding-top: 30px;
}

.post-report .list-suppliers table thead th{
    color:var(--white);
    background-color: var(--green);
    border: 1px solid var(--green);

}
.wrap-period{
    display: flex;
    flex-wrap: wrap;
}
.period-item{
    background-color: var(--gray);
    padding: 1rem;
    border-radius: 8px;
    width: 30%;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.period-text{
    margin-bottom: 1rem;
}
.read-more-period{
    margin-top: 1rem;
}
@media(max-width: 767px){
    .period-item {
    
        width: 100%;
        margin-right: 0rem;
      
    }
}