/* cmsms stylesheet: dropdown modified: 12/09/25 13:35:12 */
.language-selector {
    position: relative;
    display: inline-block;
}

.language-btn {
    background-color: #ffffff00;
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
}

.language-btn:hover {
    border-color: white;
}

.language-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    min-width: 160px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 4px;
    z-index: 1000;
    margin-top: 0;
}

.language-dropdown.show {
    display: block;
}

.language-option {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.language-option:last-child {
    border-bottom: none;
}

.language-option:hover {
    background-color: #f8f9fa;
    color: #007bff;
}

/* بۆ پیشاندانی dropdown بە hover */
.language-selector:hover .language-dropdown {
    display: block;
}
 .showfont {
    background: #fff !important;
    color: #000 !important;
    font-size: 16px;
}
a.showfont:hover {
    color: #df541e;
    border-bottom: solid 1px #1BBCE8;
}
@media only screen and (max-width: 640px){
.showfont {
    font-size: 16px !important;
}
}
.language-option.english::before {
    content: "???????? ";
    margin-right: 5px;
}

.language-option.german::before {
    content: "???????? ";
    margin-right: 5px;
}

.language-option.dutch::before {
    content: "???????? ";
    margin-right: 5px;
}
.flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-radius: 2px;
    object-fit: cover;
}
.widget_address li {
margin-bottom: 0px !important;}
}
