#collapsedOptions{
    display: flex;
    font-family: Roboto, sans-serif;
}
.moreOptionsBtn{
    background-color: transparent;
    border: none;
    outline: none;
    color: rgb(255 255 255 / 70%);
    transition: 0.1s;
}
.moreOptionsBtn:hover{
    color: rgb(255 255 255 / 50%);
    transition: 0.1s;
}

.moreOptionsBtn:focus{
    outline: none;
}

#moreOptionsBtn i{
    transition: 0.3s;
    position: relative;
    left: 0;
}
#moreOptionsBtn:hover i{
    transition: 0.3s;
}
.hiddenCollapsed{
    display: none !important;
    height: 0;
}


#collapsedOptions input[type=search],
#collapsedOptions input[type=text],
#select2-country-container .select2-selection__placeholder{
    font-size: 16px;
}

#select2-country-container .select2-selection__placeholder{
    color: #fff !important;
    opacity: 0.3!important;
    font-size: 15px;
}
#select2-country-container{
    border-radius: 0.25rem;
    height: 100%;
}
.select2-container--bootstrap4 .select2-selection{
    font-size: 1rem !important;
}
