 /* default sıfırlama */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
.goog-te-gadget .goog-te-combo {
    margin: 2px 0 !important;
}
body {
    top: 0px !important; 
    }
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
        display: none !important;
}
.np-translate-container{
    margin-top: 6%;    
    display: flex;    
    flex-wrap: nowrap;    
    flex-direction: row;    
    height: 100%;    
    align-items: center;
}
    .goog-logo-link {
        display: block;
        width:50px !important;
        transform: translate(-75px, -22px) !important;
    }
    .goog-close-link{
        display: block;
    }
    .np-reset{
        border-radius: 5px;
        border: 1px;
        height: 22px;
        width: 22px;
        display: flex;
        z-index: 999999999;
        background: rgba(255, 255, 255, 0.2) !important;
        transform: translate(-5px, -8px) !important;
        align-items: center;
        justify-content: center;
    }
    .np-reset:active{
        background: rgba(255, 255, 255, 0.5) !important;
    }
    .np-reset-icon::before{
        color: rgba(0, 0, 0, 0.6) !important;
        font-size: 17px;
    }
    .np-list-group{
        transform: translate(10px, -8px) !important;
    }
    .skiptranslate{
        position: relative;
        z-index: 0;
        color: transparent !important;
        
    }
    .skiptranslate::selection{
        color: transparent !important;
        background: transparent !important;
    }
    /* end default sıfırlama */
    /* style verme */
    .np-center{
        height: 31px;
        width: 160px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .goog-te-combo{
        border-radius: 5px;
        width: 150px;
        background: rgba(255, 255, 255, 0.2);
        color: rgba(0, 0, 0, 0.6);
    }
    .goog-te-combo:active{
        background: rgba(255, 255, 255, 0.5) !important;
    }
    /* end style verme */
    @media (max-width: 991px){
        .goog-logo-link {
            display: none;
        }
    }