/* Google Translate banner ve widgetlarını gizleme */
#google_translate_element { display: none !important; }
.goog-te-banner-frame { display: none !important; }
.goog-te-menu-frame.skiptranslate { display: none !important; }
.goog-te-gadget { display: none !important; }
iframe.goog-te-banner-frame { 
    width: 0; 
    height: 0; 
    border: none !important;
}
.goog-te-banner-frame.skiptranslate, 
.goog-te-menu-frame.skiptranslate {
    display: none !important;
}

body { top: 0px !important; }

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe-OiiCO,
.VIpgJd-ZVi9od-aZ2wEe {
    display: none !important;
}
#goog-gt-tt, #goog-gt-vt, .VIpgJd-suEOdc .VIpgJd-yAWNEb-L7lbkb .skiptranslate{
    display: none !important;
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q{
    background-color: #f1f1f100 !important;
    box-shadow: none !important;
}
/* iframe'leri gizle */
iframe { display: none !important; }

/* Stil ayarları */
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    max-height: 400px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    text-wrap: nowrap;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content img {
    height: auto !important;
    object-fit: contain;
}
.selected img{
    height: auto !important;
    object-fit: contain;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.selected {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    height: 50px;
}
.flag {
    display: block !important;
    width: 20px;
    height: 14px;
    margin-right: 5px;
}

/* .fade {
    animation: fadeEffect 0.8s;
}

@keyframes fadeEffect {
    from { opacity: 0; }
    to { opacity: 1; }
} */
