
/* ---------------------------------------------------------------------------------- */
/* Widget językowy (Wtyczka: GTranslate) */
/* ---------------------------------------------------------------------------------- */
.gtranslate_wrapper {
    margin-right: 5px !important;
	margin-left: 5px !important;
	flex: 0 0 auto;
	width:60px;
	height:28px;
	background-color: #2d3748;
	border-radius:3px;
	order:3;
}
@media (max-width: 1024px) {
	.gtranslate_wrapper { margin-right:5px !important; }
}
.gt_float_switcher {
    display:block!important; 
    font-size: 14px;
    box-shadow: none!important;
    border-radius:none!important;
    transition:none!important;
}
.gt_float_switcher img {
	width: 22px!important;
	margin-right: 7px !important;
}
.gt_float_switcher .gt-selected {
	background-color: #2d3748 !important
}

.gt-lang-code {
	display:none!important;
    color:white;
	font-size:13px!important;
		top:0px!important;
}

div:has(#gt_float_wrapper) {
	position:relative!important;
	align-items: unset;
}

.gt-current-lang {
	padding: 2px 8px !important;
    display:flex;
}

.gt-current-lang:hover, .gt-current-lang:active {
		background: #1a202c;
}

.gt_options {
    position:absolute!important;
    background: #252c39;
    border: 1px solid #2d3748;
    right: 0;
    min-width:200px;
    scrollbar-color: #6b32ff #2c3647;
    scrollbar-width: thin;
	margin-top:4px!important;
	box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.2);
}

/* .gt_options:hover {
		border-color:#6b32ff;
} */
.gt_float_switcher .gt_options a:hover{
		background: #6b32ff!important;
}

.gt_float_switcher .gt_options a{
	font-size:13px!important;
	color:#fff!important;
}

/* WebKit and Chromiums */
.gt_options::-webkit-scrollbar {
	width: 8px;
  height: 8px;
  background-color: #2c3647;
}

.gt_options::-webkit-scrollbar-thumb {
	background: #6b32ff;
    border-radius: 5px;
}
.nturl {
	display: flex!important;
    align-items: center!important;
	font-weight:600!important;
}
.nturl:img {
	margin-right:7px;
}
font font       { margin:0; }
/* ---------------------------------------------------------------------------------- */