/*google translate*/
.goog-te-banner-frame,
#google_translate_element,
#goog-gt-tt,
.skiptranslate{
    display: none !important;
}
body{
    top: 0 !important;
}
.google-translation-box{
    position: relative;
}
.google-translation-box .lang-list{
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    background-color:#FFF;
    color: #333;
    font-family: Montserrat;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
    padding: 10px 0;
    margin-top: 8px;
    text-align: left;
    z-index: 100;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    min-width: 100%;
    border-radius: 10px;
}

.area-left .google-translation-box .lang-list{
    left: -15px;
    right: auto;
}

.google-translation-box .lang-list button.active,
.google-translation-box .lang-list button:hover{
    color:var(--accent-color);
}
.google-translation-box .lang-list button.active{
    font-weight: 600;
}


.google-translation-box .lang-list > button{
    display: block;
    padding: 6px 15px;
    background:transparent;
    border: none;
}



.google-translation-box .current-lang{
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    background-color: #0CADAB;
    padding: 0px 50px 0 17px;
    border-radius: 10px;
    display: flex ;
    align-items: center;
    gap: 13px;
    position: relative;
	height: 36px;
	border: none;
	position:relative;
}
.google-translation-box .current-lang::after{
    content: "";
	width: 9px;
	height: 9px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	vertical-align: middle;
	position:absolute;
	right: 15px;
	top: 14px;
	transition: all ease-in-out .2s;
}

.google-translation-box .current-lang::before{
    content: "";
    position: absolute;
    width: 36px;
    height: 100%;
    top: 0;
	right:0;
    background-color: #081C22;
    border-radius: 0 10px 10px 0;
}


.google-translation-box .current-lang.active::after{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 12px;
}
