.qibal-language-switcher {
	position: fixed;
	top: 14px;
	right: 16px;
	z-index: 9999;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 1px solid #173f35;
	border-radius: 10px;
	background: #173f35;
	color: #fff;
	line-height: 0;
	box-shadow: 0 8px 24px rgba(23, 63, 53, 0.16);
}

.qibal-language-switcher--inline {
	position: static;
	top: auto;
	right: auto;
	z-index: auto;
	margin-left: 8px;
	box-shadow: none;
}

.qibal-language-switcher-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.qibal-language-switcher svg {
	width: 15px;
	height: 15px;
	fill: currentColor;
}

.qibal-language-switcher:disabled {
	opacity: 0.7;
}

@media (max-width: 991px) {
	.qibal-language-switcher {
		top: 72px;
		right: 12px;
		left: auto;
		bottom: auto;
		width: 32px;
		height: 32px;
		box-shadow: 0 6px 18px rgba(23, 63, 53, 0.14);
	}

	.qibal-language-switcher svg {
		width: 14px;
		height: 14px;
	}
}
