.reports-view .widget {
    width: calc(100% - 96px);
    height: auto;
    margin: 48px;
    padding-bottom: 48px;
}

.reports-view .widget. .title {
    padding: 16px 24px
}

.reports-view .widget .title span {
    color: var(--ba-font-opactity);
    font-size: 20px;
    font-weight: 500;
}

.reports-view .sale-report-widget .report-container {
    width: 65%;
}