button.btn.btn-secondary.reset-filters {
    /* text-decoration: underline; */
    background: #004875;
    color: #fff;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
    /* text-decoration: underline; */
    background: #004875;
    color: #fff;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
    --bs-btn-color: #000000;
    --bs-btn-bg: #004875;
    --bs-btn-border-color: #004875;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #004875;
    --bs-btn-hover-border-color: #004875;
    --bs-btn-focus-shadow-rgb: 217, 66, 39;
    --bs-btn-active-color: #000000;
    --bs-btn-active-bg: #004875;
    --bs-btn-active-border-color: #004875;
    --bs-btn-active-shadow: #004875;
    --bs-btn-disabled-color: #000000;
    --bs-btn-disabled-bg: #004875;
    --bs-btn-disabled-border-color: #004875;
}