.country-dropup button {
    margin: 0px !important;
    padding: 0px !important;
    background-color: transparent !important;
    border: none !important;
	display: flex !important;
    align-items: center !important;
}

.country-dropup li a {
    color: #000 !important;
    display: flex;
    align-items: center;
}

.country-dropup li a:hover{
	color:var(--zy-green-accent) !important;
}

.country-dropup img{
    width: 20px !important;
	margin-right:10px;
}

.country-dropup .dropdown-toggle::after {
	margin-left: 10px !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #fff !important;
}
/*
.country-dropup .dropdown-menu{
--bs-dropdown-padding-y: 0rem !important;
} */