body {
	top: 0px !important;
}

.skiptranslate {
	display: none !important;
}

#select-language {
	width: 50px;
	position: relative;
}

.select2 {
	padding-right: 20px;
}

.select2-dropdown {
	z-index: 999999;
}

.select2-selection {
	background: transparent !important;
	border: none !important;
}

.select2-selection__rendered {
	color: #fff !important;
	padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
}

.select2-results__option {
	margin: 0;
}

.select2-results {
	background: #232323;
	width: 150px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: transparent !important;
}

.img-lang {
	border-radius: 50px;
	width: 16px !important;
	height: 16px !important;
	object-fit: cover;
}

.language-text {
	display: none;
}

.select2-results .language-text {
	display: block;
	margin-left: 10px;
	color: #f3f3f3;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	color: #fff !important;
	font-weight: 800;
}

.select2-dropdown {
	border: none;
}

.select2-results .span-language {
	display: flex;
	align-items: center;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 400px !important;
}