.filter-container {
    position: absolute;
    inset: auto auto 0px 0px;
    margin: 0px;
    transform: translate(20px, -80px);
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #d6d4de;
    background-color: #191e29;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #465670;
    appearance: none;
    border-radius: 7px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    min-width: 16rem;
}

.item-filter {
    position: relative;
}

.label-filter {
    position: absolute;
    top: 5px;
    left: 20px;
    color: #d6d4de;
    font-size: .7rem;
}

.filter-buttons-container {
    display: flex;
    justify-content: space-around;
}

.bg-black-filter {
    color: #7C8FAC !important;
    border: 1px solid rgb(51, 63, 85) !important;
}