@font-face {
    font-family: "tenby";
    src: local("tenby"), url('/fonts/metropolis.otf') format('opentype'), url('/fonts/metropolis.woff2') format('woff2'), url('/fonts/metropolis.woff') format('woff'), url('/fonts/metropolis.ttf') format('truetype');
}

html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	
	background: #000000;
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

#notSupportedWrap {
	margin: 2em auto 1em auto;
	width: 75%;
	max-width: 45em;
	border: 2px solid #aaa;
	border-radius: 1em;
	padding: 2em;
	background-color: #f0f0f0;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: black;
}

#notSupportedTitle {
	font-size: 1.8em;
}

.notSupportedMessage {
	font-size: 1.2em;
}

.notSupportedMessage em {
	color: #888;
}

/* bbcode styles */
.bbCodeH1 {
	font-size: 2em;
	font-weight: bold;
}

.bbCodeH2 {
	font-size: 1.5em;
	font-weight: bold;
}

.bbCodeH3 {
	font-size: 1.25em;
	font-weight: bold;
}

.bbCodeH4 {
	font-size: 1.1em;
	font-weight: bold;
}

.bbCodeItem::before {
	content: " • ";
}

input,
select {
    padding: 10px;
    font-size: 15px;
    border: 2px solid #F57B20;
}

input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::placeholder {
    color: #000;
    opacity: 1;
}

.error-label {
    font-size: 13px;
    color: red;
    margin-bottom: 20px;
    font-family: Arial;
}

.swal2-popup {
    background: #000 !important;
    font-family: "tenby";
}

.swal2-popup h2 {
    color: #fff;
    font-family: "tenby";
    font-style: italic;
}

.grayscale {
    opacity: 0.5;
    cursor: auto;
    animation: none;
}

#cont-check {
    color: #fff;
    font-family: Arial;
    font-size: 13px;
}

#cont-check a {
    font-family: Arial;
    font-size: 13px;
    color: #F57B20;
}

@media (max-width: 480px) {
    #submiInfo {
        font-size: 15px;
    }
}
