
.reports_summary > .report-card:first-child {
    padding: 33px;
}
.report-item {
    width: 33%;
}
.report-item:not(:last-child) {
    margin-right: 20px;
}
.report-item .report-name  {
    height: auto;
    top: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.report-col-2 {
    flex-direction: column;
}
.rating-wrapper {
    margin: 50px 0 20px;
}
.rating-label,
.filter-label {
    font-weight: 700;
    font-size: 20px;
    margin-right: 20px;
}
.rating-badge {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    background-color: #FFD72F;
    display: inline-block;
    padding: 5px 16px;
    border-radius: 4px;
    margin: 2px 8px 2px 0;
}
.rating-badge:hover,
.rating-badge.active {
    background-color: #3C6BA1;
    cursor: pointer;
    color: #fff;
}
.rating-badge.active {
    cursor: default;
}
.table {
    box-shadow: 7px 7px 36px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}
.acp-page .table thead tr,
.table-header {
    color: #375981;
    background-color: #A9CEF9;
    padding: 22px 30px;
    border-radius: 4px 4px 0 0;
    font-weight: 600;
}
.table-row {
    flex-wrap: wrap;
}
.rating-col {
    padding: 23px 30px;
    align-items: center;
    width: 50%;
    border-bottom: solid 1px #A9CEF9;
}
.table-col {
    width: 25%;
}
.table-row:last-child .table-col {
    border-bottom: none;
}
.table td {
    border: solid 1px #A9CEF9;
    border-collapse: collapse;
    text-align: center;
    line-height: 1.5;
}
.acp-page .table thead th {
    border: solid 1px #A9CEF9;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    border-bottom: 0 none;
}
.table td:first-child {
    padding-left: 3%;
    text-align: left;
    min-width: 400px;
}
.rating-number {
    margin-right: 14px;
    font-size: 20px;
}
.rating-image {
    padding-left: 16px;
    border-left: solid 1px #000;
    margin-left: 8px;
    margin-right: 34px;
}
.rating-percent {
    font-size: 34px;
    font-weight: 700;
    color: #3C6BA1;
}
.rating-organ {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-right: 30px;
}
.rating-organ-name {
    line-height: 1;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}
.area_risks-wrapper {
    margin: 30px 0;
}
.area_risks-wrapper h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 20px 0;
}
.linear-bar-empty {
    height: 23px;
    border: solid 1px #D9D9D9;
    display: block;
}
.linear-bar-full {
    height: 21px;
    display: block;
}
.status-excelent {
    background-color: #04CE91;
}
.status-good {
    background-color: #DFE229;
}
.status-suficient {
    background-color: #E7C13C;
}
.status-bad {
    background-color: #EF5626;
}
.top_btn-wrapper {
    background-color: #fff;
    justify-content: center;
    padding: 30px 0;
    position: relative;
    top: -1px;
    display: flex;
}
.filter-wrapper {
    margin: 23px 0;
}
.filter-button {
    border: solid 1px #FFD72F;
    background-color:#FFD72F;
    border-radius: 4px;
    width: 50%;
    padding: 1px 10px;
    cursor: pointer;
}
.sorting {
    margin: 0 10px;
    cursor:pointer;
}
.sorting img {
    height: 13px;
    transition: all 0.5s ease;
}
.allarea_btn-wrapper {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
@media (max-width: 660px) {

    .rating-col {
        width: 100%;
    }
    .table td:first-child {
        min-width: auto;
    }
    .area_risks-wrapper {
        overflow-x: auto;
    }
    .rating-badge {
        font-size: 12px;
        line-height: 14px;
        padding: 2px 8px;
    }
    .rating-wrapper {
        margin-top: 10px;
    }
}