.path-frontpage .main-container>.row {
    margin: 0;
}

/* changes on 29-08-22 for custom excel download */
.benchmark-excel-download {
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
    border-right: none !important;
}

.benchmark-chart-download+.benchmark-excel-download {
    border-left: 1px solid #E6E6E6;
    margin-left: 20px;
}

.benchmark-excel-download a {
    display: block;
    padding-right: 21px;
    color: #333;
}

.benchmark-excel-download a::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url("../img/reports/download_30_30.png") no-repeat center center transparent;
    position: absolute;
    right: 0;
    border: 1px solid #1c0d36;
    border-radius: 50%;
    top: calc(50% - 15px);
}

.benchmark-excel-download a:hover::after {
    background: url(../img/reports/download_hov_30_30.png) no-repeat center center #1c0d36;
}

/* changes on 29-08-22 for custom excel download */
