#regionFltr:focus {
    outline: none;
    box-shadow: none;
    border-color: #ccc;
}

.dropdownIcon {
    padding-right: 3px;
}


#dropdownMenuButtonType {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #555;
    cursor: default;
}

    #dropdownMenuButtonType:hover {
        color: #555 !important;
    }

    #dropdownMenuButtonType span {
        font-size: 10px;
        color: #333;
        font-weight: bold;
    }

ul.filterByType {
    font-size: 14px;
    font-weight: 400;
    border: 1px solid;
    width: 100%;
}

    ul.filterByType .dropdown-item {
        padding: 0 12px;
        display: flex;
        align-content: center;
        align-items: center;
        cursor: default;
    }

        ul.filterByType .dropdown-item.selected {
            background: #757575 !important;
            color: white;
        }

        ul.filterByType .dropdown-item:hover {
            background: #757575;
            color: white;
        }

        ul.filterByType .dropdown-item img {
            height: 18px;
            width: 18px;
            border-radius: 4px;
            margin-right: 10px;
        }

.onlineEventLegend {
    font-size: 14px;
    margin-top: 15px;
    text-align: center;
}

@@media(max-width:768px) {
    #dropdownMenuButtonType, ul.filterByType, ul.filterByType .dropdown-item {
        font-size: 16px;
    }

    .dropdownIcon {
        padding-right: 5px;
    }
}
