html::-webkit-scrollbar {
	display: none;
}

html {
	font-size: 1rem;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #03a9f4;
}

.progresstext {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #FFF;
}

.progress-container {
	margin: 1em auto;
}

.progressbar {
	position: relative;
	border-radius: 30px;
	padding: 3px;
	margin: 2px 0px;
	background-color: #673ab7;
}

.progressfill {
	border-radius: 30px;
	height: 20px;
	background: linear-gradient(-45deg, #eb74ff, #2196f3);
	background-size: 400% 400%;
	animation: gradient 3s ease infinite;
	width: 0%;
}

.button {
	cursor: pointer;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
}

.starting.start.button {
	text-align: center;
}

.loading.button > .col-12 > .row.animated-circle {
	width: 25px;
	height: 25px;
	background-color: #333;
	border-radius: 100%;
	-webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}

.loading.button > .col-12 > .row {
	font-size: 0.7em;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

.sorter > .col-4 > .image {
	max-height: 100%;
	max-width: 100%;
	margin: auto;
	cursor: pointer;
}

#three-one, #three-two, #three-three-one {
}

.options {
	text-align: left;
	font-size: 0.7rem;
}

.image.selector {
	display: none;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #FFF;
	width: 180px;
	font-size: 12px;
}

.time.taken {
	margin-top: 0.5em;
	display: none;
	text-align: center;
	color: #FFF;
}

.screenshot {
	background: #03a9f4;
}

.result-title {
	background: #3f51b5;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 20px;
	background-image: linear-gradient(to right, #9c27b0 , #673ab7);
	font-weight: bolder;
	margin-bottom: 10px;
	box-shadow: 0px 3px 8px 0px #673ab7;
	text-shadow: 0 0 1px #fff, 0 0 2px #9c27b0, 0 0 3px #673ab7, 0 0 5px #673ab7, 0 0 10px #673ab7, 0 0 12px #673ab7, 0 0 13px #673ab7, 0 0 20px #673ab7;
}
}

.results {
	display: flex;
	align-content: flex-start;
	margin: 10px;
}

.result-mcontainer {
	border-radius: 5px;
	max-width: 100%;
	background-image: linear-gradient(to right, #9c27b0 , #673ab7);
}

.result-mcontainer-left {
	border-radius: 5px 0px 5px 0px;
	background-color: #0a0;
	max-width: 100%;
}

.result-mcontainer > .row > img {
	max-width: 180px;
}

.result-mcontainer > .row > .col-8 > .row > img {
	max-width: 180px;
}

.result-mcontainer > .col-9 > .row > img {
	max-width: 290px;
}

.row > .result {
	color: #FFF;
	flex: 50%;
	max-width: 50%;
	box-shadow: 0px 3px 8px 0px #673ab7;
}

.row > .kami {
	margin: auto;
}

.col-12 > label {
	color: #FFF;
	font-size: 1.5em;
	font-weight: bold;
	border-bottom: 1px solid #efefef7a;
	margin-bottom: 1.5rem;
}

.col-6 > label {
	color: #FFF;
}

.info {
	font-size: 0.6em;
}

a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #FF6600;
}

a:visited {
	color: #6600FF;
}

.sorter-container {
	border-radius: 5px;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.35);
	background-color: #fff;
}

.sorter-container.col-4 {
	max-width: 290px;
}

.d-flex.right.col-9.pl-1.pr-0 {
	align-items: flex-start;
}

.d-flex > select {
	background-color: #9c27b0;
	color: #FFF;
	width: 62px;
	height: 30px;
	border-radius: 20px;
	border: none;
}

.d-flex > select:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
}

@media(min-width: 320px) {
	html {
		font-size: 0.8rem;
	}

	.d-flex.left.col-3.justify-content-end.px-0 {
		font-size: 1.2rem;
		font-weight: bold;
	}

	.container {
		max-width: 1125px;
	}
}

@media(min-width: 468px) {
	html {
		font-size: 1.1rem;
	}
}

@media(min-width: 576px) {
	html {
		font-size: 1.2rem;
	}
}

@media(min-width: 672px) {
	html {
		font-size: 1.3rem;
	}

	.progresstext {
		font-size: 0.6rem;
		color: #FFF;
	}
}

@media(min-width: 768px) {
	html {
		font-size: 1.4rem;
	}

	.result-mcontainer {
		font-size: 0.8rem;
	}

	.result-mcontainer > .left {
		font-size: 0.9rem;
	}
}

@media(min-width: 880px) {
	html {
		font-size: 1.5rem;
	}

	.progresstext {
		font-size: 0.5rem;
	}

	.result-mcontainer {
		font-size: 1rem;
	}
}

@media(min-width: 992px) {
	html {
		font-size: 1.6rem;
	}

	.progressbattle {
		font-size: 0.9rem;
	}

	.result-mcontainer {
	}
}

input[type="checkbox"] {
	-webkit-appearance: none;
	height: 3em;
	width: 3em;
	cursor: pointer;
	position: relative;
	-webkit-transition: .10s;
	border-radius: 4em;
	background-color: #673ab7;
}

input[type="checkbox"]:checked {
	background-color: #673ab7;
}

input[type="checkbox"]:before, input[type="checkbox"]:checked:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.3em;
	text-align: center;
	color: white;
	font-size: 2.2em;
}

input[type="checkbox"]:checked:before {
	content: '❀';
}

.name-groups {
	position: absolute;
	top: 0;
	left: 5.5em;
	width: 100%;
	height: 100%;
	line-height: 3em;
}

.row > .clearsave {
	text-decoration: none;
	color: #673ab7;
	background: #FFF;
	width: 125px;
	margin: auto;
	text-align: center;
	padding: 10px;
	border-radius: 30px;
	box-shadow: -2px 5px 5px rgb(33 33 33 / 12%);
	transition: box-shadow .3s;
	margin-bottom: 30px;
}

.row > .clearsave:hover, .row > .clearsave:focus {
	box-shadow: -3px 7px 20px rgb(33 33 33 / 50%);
}

hr {
	border-top: none;
}