.swp-translator-selections {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 14px;
	margin-left: 2px;
	color: black;
}

.swp-translator-wrapper {
	display: flex;
	background: white;
	width: 265px;
	display: block;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.66);
	box-shadow: rgb(0 0 0 / 66%) 0px 0px 9px -6px;
	border: 1px solid #ddd;
	z-index: 999;
	position: static;
	bottom: auto;
	left: auto;
}

.swp-translator-wrapper [id*='react-select-']:hover {
	cursor: pointer;
}

.swp-translator-wrapper[data-is-fixed='true'] {
	position: fixed;
	bottom: 15px;
	left: 15px;
}

.swp-translator-countries,
.swp-translator-languages {
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	color: black;
}

.swp-translator-countries {
	margin-top: 0;
}

.swp-translator-skeleton {
	background: #dfdfdf;
	height: 20px;
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	border-radius: 4px;
}
