.filter select {
    color: #000;
    background-color: #f8f9fa;
    border-style: solid;
    border-width: 1px;
    border-color: #efd4d6;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.filter .form-group label {
    cursor: pointer;
    width: max-content;
}

.filter {
    overflow: hidden;
    width: max-content;
}

.filter label.cta.py-2.px-4.active {
    color: #daece9;
    background: #0a7a42;
    border-radius: 0;
}
