.wordpress-multilingual-multisite-country-selector {
	list-style: none;
    margin: 0;
    padding: 5px 0;
}

.country_selector_dropbtn {
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.country_selector_dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.country_selector_dropdown-content {
    display: none;
    position: absolute;
    right: -50px;
    background-color: #f9f9f9;
    color: #000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.country_selector_2);
    z-index: 9999999;
}

/* Links inside the dropdown */
.country_selector_dropdown-content a {
    color: black !important;
    padding: 5px 8px 3px;
    text-decoration: none;
    display: block;
}

.wordpress-multilingual-multisite-country-selector-flag {
    display: inline;
    max-width: 18px;
}

.wordpress-multilingual-multisite-country-selector-flag, 
.wordpress-multilingual-multisite-country-selector .flag-icon {
    margin-right: 5px;
}

/* Change color of dropdown links on hover */
.country_selector_dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.country_selector_dropdown:hover + .country_selector_dropdown-content,
.country_selector_dropdown:hover + .country_selector_dropdown-content ul {
    display: block !important;
}

.country_selector_dropdown-content:hover {
   display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.country_selector_dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.wordpress-multilingual-multisite-country-selector, .country_selector_dropdown-content {
    visibility: visible !important;
    opacity: 1 !important; 
}

.select2-container {
  width: 100% !important;
}

@media(max-width: 768px) {
    .country_selector_dropdown-content {
        position: initial;
        background-color: transparent;
        width: 100%;
    }
}

.country_selector_dropdown-content ul.wordpress-multilingual-multisite-country-selector {
    float: none !important;
    left: 0 !important;
    top: 0 !important;
    position: initial !important;
    z-index: 99999999999999 !important;
    height: auto !important;
    background-color: #f9f9f9;
}