@font-face {
	font-family: "SansBoldV";
	src: url(FreeSansBold.ttf) format("truetype");
}

@font-face {
	font-family: "SerifBoldItalic";
	src: url(FreeSerifBoldItalic.ttf) format("truetype");
}

:not(:root):fullscreen::backdrop,
:not(:root):fullscreen {
	background-image: inherit;
	background-size: cover;
	background-position: center;
}

body {
	margin: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	background-size: 100% auto;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.content > section {
	margin-right: 15px;
}

canvas {
	touch-action: pan-y pinch-zoom !important;
	background-image: url("../images/loading.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px;
	width: 100%;
	height: 100%;
}

#bonus_id {
	font-size: small;
	text-align: left;
}

div:where(.swal2-container) div:where(.swal2-popup) {
	background-color: #19191a;
	color: #e1e1e1;
}

div:where(.swal2-container) div:where(.swal2-popup) a {
	color: #7066e0;
}

div:where(.swal2-container) div:where(.swal2-popup) a:hover {
	color: #655cc9;
}

div:where(.swal2-container) div:where(.swal2-popup) img {
	width: 100%;
}

body.swal2-shown.swal2-height-auto {
	height: 100vh !important;
}

#bonus_rules {
	max-height: 200px;
	overflow-y: scroll;
	box-shadow: 0px 0px 5px #999 inset;
	box-sizing: border-box;
	padding: 10px;
	display: none;
}

.element_open {
	display: block !important;
}
