<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
emojilo custom style
each language has its style in separate stule sheets
*/

@import "sharedstyle.css";
@import "sprite-sheet.css";
@media (max-width: 575px) {
	/*iphone*/
	.rowsp {
		margin-left: -4px;
	}
	.loading-image {
		left: 40% !important;
	}
}

@media (max-width: 767px) {
	/*ipad*/
	.rowsp {
		margin-left: -2px;
	}
	#store-button-top {
		/* visibility: hidden !important; */
		display: none !important;
	}
}

@media (min-width: 991px) {
	.rowsp {
		margin-left: 8px;
	}
}

@media (max-width: 1199px) {
	.rowsp {
		margin-left: 10px;
	}
}

@media (min-width: 1200px) {
	.rowsp {
		margin-left: 0px;
	}
}

.xicon {
	left: -24px;
}

.navbar-brand {
	float: left;
}

.footer {
	padding-bottom: 50px;
	width: inherit;
}

.loading-image {
	left: 45%;
}

@media (max-width: 767px) {
	/*ipad*/
	.rowsp {
		margin-left: -2px;
	}
	#store-button-top {
		/* visibility: hidden !important; */
		display: none !important;
	}
}

@media (min-width: 991px) {
	.rowsp {
		margin-left: 8px;
	}
}

@media (max-width: 1199px) {
	.rowsp {
		margin-left: 10px;
	}
}

@media (min-width: 1200px) {
	.rowsp {
		margin-left: 0px;
	}
}

.xicon {
	left: -24px;
}

.xicon-s {
	left: -24px;
}

.footer {
	padding-bottom: 50px;
	/* float: left; */
	width: inherit;
}

.loading-image {
	left: 45%;
}

.button__badge {
	background-color: #fa3e3e;
	border-radius: 2px;
	color: white;
	padding: 0px 2px;
	font-size: 8px;
	position: absolute;
	top: 2px;
	right: -9px;
	padding-bottom: 1px;
}

.button {
	color: white;
	display: inline-block;
	/* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
	position: relative;
	/* All 'absolute'ly positioned elements are relative to this one */
	padding: 2px 5px;
	/* Add some padding so it looks nice */
}

#store-long {
	margin-left: 2px !important;
	margin-right: 2px !important;
}

#languages-bar {
	padding-top: 68px;
}

#store-button-top {
	margin-top: 10px;
	margin-left: -12px;
}

.store-icon {
	width: 19px;
	vertical-align: initial;
	fill: currentColor;
}
.advert{
	padding-bottom: 15px;
}</pre></body></html>