#drop-zone {
	width: 100%;
	height: 100%;
	position: fixed;
	visibility: hidden;
	z-index: 999
}

.dropping {
	background-color: hsla(0, 0%, 82.7%, .5333333333333333);
	visibility: visible !important
}

.beatmap-image {
	-o-object-fit: contain;
	object-fit: contain;
	width: 300px;
	height: 169px
}

.difficulty-image {
	width: 48px;
	height: 48px
}

#gameCanvas {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

#canvasWrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center
}

.locale {
	margin-right: 8px;
	cursor: pointer
}

html {
	overflow: hidden !important
}

::-webkit-scrollbar {
	width: 8px
}

::-webkit-scrollbar-track {
	background: #454545
}

::-webkit-scrollbar-thumb {
	background: #242424;
	border-radius: 8px
}

::-webkit-scrollbar-thumb:hover {
	background: #242424
}
