* {
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: transparent;
}
body,
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: env(safe-area-inset-top);
	padding-bottom: env(safe-area-inset-bottom);
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	background-color: #272727;
}
html.a-fullscreen body {
	background-color: transparent !important;
}
.ui-div {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	transform-origin: top left;
	margin: 0;
}
.card {
	background: white;
	padding: 0 4px 4px 4px;
	border-radius: 8px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 120px;
	position: relative;
}
.card img {
	width: 107%;
	border-radius: 8px 8px 0 0;
	display: block;
	margin-bottom: 5px;
	margin-left: -4px;
}
.card:before {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 30px solid white;
}


button {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    width: 38px;
    padding: 0;
    margin: 0;
    height: 38px;
    border: 0;
    background: #1C274C;
    border-radius: 11px;
}