body {
    font-family: Arial, Helvetica, sans-serif;
}

.content {
    min-height: 100vh;
    height: auto;
    transition: all 0.2s ease-in-out;
}

.card {
    width: 100%;
    background-color: transparent;
}

@media(min-width: 990px) {
    .content {
        padding-left: 250px;
    }
}

#filter-sideBar{
    max-width: 250px;
    max-height: 950px;
    height: auto;
    z-index: 1;
    margin-left: -250px;
    color: rgb(7, 78, 146);
    background-color: red;
    overflow-y: auto;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 5;
}

#filterReset {
    position: absolute;
    z-index: 2;
    margin-left: 30px;
}

.fTop {
    width: 233px;
    height: 60px;
    position: absolute;
    z-index: 1;
}

.modal {
    color: rgb(7, 78, 146);
    position: fixed;
}