
.report-filter-sticked-height {
    height: 75px;
}

.report-filter-sticked {
    position: absolute;
    top: 115px;
    float: left;
    margin: 0 0 0 -15px;
    padding: 30px 15px 10px 15px;
    z-index: 999;
    background-color: var(--go-sticky-filter-bg, #ffffff);

    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
}
.report-filter-sticked.stick {
    position: fixed;
    top: 0;
    margin-top: 50px;

    -webkit-box-shadow: 2px 0 4px rgba(0,0,0,0.25) !important;
    -moz-box-shadow: 2px 0 4px rgba(0,0,0,0.25) !important;
    box-shadow: 2px 0 4px rgba(0,0,0,0.25) !important;
}


@media (max-width: 991px) {
    .report-filter-sticked-height {
        height: 190px;
    }
}