#reporting-page .body{
    padding: 50px 0 100px 0;
}
.reporting{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quarterly_select option[value=""], .month-select option[value=""]{
    display: none;
}
.reporting__container{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
}
.reporting__data.year{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 30px;
}
.report-year{
    width: 100%;
    color: #BF1A1F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.2px;
    padding: 20px 0;
    border-bottom: 1px solid #F0F0F0;
}
.report-quarter{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #282828;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 167.523%; /* 26.804px */
}

.reporting__data.quarter{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}
.reporting__data.quarter .reporting__data-row{
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.reporting__data.month{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}
.reporting__data.month .reporting__data-row{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #F0F0F0;
}
.reporting__data-month-row{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.reporting__data.month .report-year{
    border-bottom: unset;
}
.report-month{
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 147.023%; /* 20.583px */
    padding: 20px 0;
}

.filter-box{
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
}
.filter-box__filters{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.filter-box__filter{
    width: 100%;
    display: flex;
}
.filter-box__filter label, .filter-box__filter label select{
    width: 100%;
}


.filter-box__button-box{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
.filter-box__button-box span{
    color: #BF1A1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 147.023%; /* 20.583px */
}

.mobile_reporting {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
}
.switch_item--title {
    width: 100%;
    padding: 17px;
    background-color: #F0F0F0;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #F0F0F0;
}
.switch_item.active .switch_item--title{
    background-color: #BF1A1F;
    border: 1px solid #BF1A1F;
    color: #fff;
}
.switch_item--content {
    display: none;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 40px 0;
}
.switch_item.active .switch_item--content {
    display: flex;
}
.switch_item--content--block {
    width: 48%;
    padding: 17px;
    background-color: #F0F0F0;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #F0F0F0;
    flex: 1 1 calc((100% / 2) - 1rem);
    justify-content: center;
}
.switch_item--content--block.active {
    background-color: #fff;
    border: 1px solid #BF1A1F;
    color: #BF1A1F;
}
.switch_item--content--download-btn {
    width: 100%;
    padding: 17px;
    background-color: #BF1A1F;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
}

.mobile-report-select {
    width: 100%;
    padding: 17px;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #BF1A1F;
}
.mobile-report-quarterly, .mobile-report-month {
    display: none;
}
.mobile-report-quarterly.show, .mobile-report-month.show {
    display: flex;
}
.switch_item__switcher {
    width: 100%;
}
.switch_item__switcher--select {
    width: 100%;
    padding: 17px;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #6E6E6E;
    display: flex;
    align-items: center;
    height: 52px;
    color: #6E6E6E;
}
.switch_item__switcher.selected .switch_item__switcher--select{
    border: 1px solid #BF1A1F;
    color: #BF1A1F;
}
.switch_item__switcher.selected .switch_item__switcher--select-arrow svg path  {
    fill: #BF1A1F;
}
.switch_item__switcher--select span {
    width: 33%;
}
.switch_item__switcher--select-arrow  {
    display: flex;
    justify-content: flex-end;
}
.switch_item__switcher--select-arrow svg path  {
    fill: #6E6E6E;
}
.switch_item__switcher.selected .mobile-report-year-select{
    display: none;
}
.switch_item__switcher {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.switch_item__switcher--select-title {
    white-space: nowrap;
    text-align: center;
}
.switch_item__switcher.quarterly {
    display: none;
    width: 100%;
}
.quarterly.show {
    display: flex;
}
.switch_item__switcher.quarterly.selected .switch_item--content--block{
    display: none;
}
@media screen and (max-width: 730px) {
    .reporting .switch-box{
        display: none;
    }
    .mobile_reporting {
        display: flex;
    }
}