#report-filters .filter-search,
#report-filters .filter-date {

    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;

}

#report-filters .search-inputs,
#report-filters .date-inputs {

    display: block;
    width: 50%;

}

#report-filters .filter-submit {

    background: #006d9b;
    border-color: #006d9b;
    color: #fff;

}
#report-filters .filter-submit:hover {

    background: transparent;
    color: #006d9b;

}

#report-filters .download-csv {

    background: #1c6b3e;
    border-color: #1c6b3e;
    color: #fff;

}
#report-filters .download-csv:hover {

    background: transparent;
    color: #1c6b3e;

}

#report-filters .download-pdf {

    background: #b51208;
    border-color: #b51208;
    color: #fff;

}
#report-filters .download-pdf:hover {

    background: transparent;
    color: #b51208;

}

#report-filters .filter-btn {

    display: inline-block;
    width: auto;
    border: 1px solid;
    border-radius: 5px;
    transition: .5s;
    
}

#report-filters .wired-button {

    background: transparent;
    border-color: #333;
    color: #333;

}
#report-filters .wired-button:hover {

    background: #333;
    color: #fff;

}

#report-filters .full-width-divider {

    width: 100%;
    height: 10px;
    background: #eceef2;
    margin-top: 25px;
    margin-bottom: 25px;
}

#report-filters .filter-top {

    background: transparent;
    border-color: #006d9b;
    color: #006d9b;

}
#report-filters .filter-top:hover,
#report-filters .active-filter-btn {

    background: #006d9b;
    color: #fff;

}
