.poster-card__tags{
    color: black;
}
.event-link{
    width: 100%;
}

.event-loc-badge{
    min-height: 40px !important;
    font-size: 17px !important;
    top: 120px !important;
    line-height: 19px !important;
}
#dropdown-buton-type,#dropdown-buton-language,
#dropdown-buton-date,#dropdown-buton-location{
    background: white;
    border: 1px solid;
    border-color: #17a2b8;
    border-radius: 4px;
    cursor: pointer;
    height: 50%;
    margin: auto;
    min-height: 35px;
    max-height: 35px;
    padding: 5%;
    width: 100%;

}
@media (max-width:1139px){
    #dropdown-buton-type,#dropdown-buton-language,
    #dropdown-buton-date,#dropdown-buton-location{
        font-size: 75%;
        min-width: -webkit-fill-available;
        max-width: -webkit-fill-available;
        margin: auto;

    }
}
@media (max-width:1139px){
    #type-dropdown, #location-dropdown,
    #date-dropdown, #language-dropdown{
        margin: auto;
        font-size: x-small;
    }
}
@media(max-width:768px){
    #dropdown-buton-type,#dropdown-buton-language,
    #dropdown-buton-date,#dropdown-buton-location{
        min-width: 109%;
        max-width: 109%;
        margin-left: -5%;

    }
}
@media(max-width:768px){
    #type-dropdown, #location-dropdown,
    #date-dropdown, #language-dropdown{
        margin-left: -4%;
    }
}
#type-span, #type-remove-icon, #glyph-type-up, #glyph-type-down,
#language-span, #language-remove-icon, #glyph-language-up, #glyph-language-down,
#location-span, #location-remove-icon, #glyph-location-up, #glyph-location-down,
#date-span, #date-remove-icon, #glyph-date-up, #glyph-date-down
{
    color: #17a2b8;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content-language, .dropdown-content-date,
.dropdown-content-location, .dropdown-content-type{
    display: none;
    position: absolute;
    background-color: white;
    min-width: -webkit-fill-available;
    width: max-content;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: small
}

.dropdown-content-date li,
.dropdown-content-language li,
.dropdown-content-location li,
.dropdown-content-type li
{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.multi-select-container li:hover {background-color: #ddd;}
.show {display: block;}
#event-loader {
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;

}

#event-loader img {
    width: 3%;
    vertical-align: center;
}
button.link { background:none;border:none; }
button.link:hover {
    color: #17a2b8;
}
ul{
    padding: initial;
}

.cross {
    top: 2px;
    right: 8px;
    position: absolute;
    border: 1px solid #31708f;
    padding: 0 5px;
}

.cross:hover {
    cursor: pointer;
    border-width: 2px;
}


#filters-container {
    text-align: right;
    padding-right: 30px;
}
@media (min-width: 954px) {
    #filters-container {
        margin-top: -31px;
    }
}

 .displayLanguage{
        position: absolute;
        top: 4%;
        right: 30px;
    }

