/* .search__flyout{
    background-color: white;
    border-top: 1px solid #dfdfdf;
    bottom: auto;
    box-shadow: 0 20px 30px #0000002b;
    height: auto;
    text-align: left;
    text-align: initial;
    position: absolute;
}

.search__flyout__content{
    max-width: 1440px;
    padding: 44px 30px 60px;
} */

.search__flyout__content-tabs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
@media (min-width: 855px){
    .search__flyout{
        background-color: #fff;
        bottom: 0;
        left: 0;
        overflow: auto;
        position: fixed;
        right: 0;
    }
}


.activeAll{
    display: flex;
}