:root {
	--cor1: #C36FF6;
	--cor2: #8B66D4;
	--cor3: #807BEA;
	--cor4: #667fd4;
	--cor5: #76B7F6;
}

::placeholder {
	text-decoration: underline;
}

body {
	font-family: 'Inter', sans-serif;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: rgb(27, 27, 27);
	color: white;
	overflow-y: hidden;
}

.notes {
	width: 25%;
}

.score {
	position: absolute;
	padding: 0px;
	top: 15%;
	left: 5%;
	width: 300px;
	display: block;
}

#maxCombo {
	margin-bottom: 0px;
}

.map {
	position: relative;
	width: 400px;
	height: 100vh;
}

.path {
	height: 87vh;
	overflow: hidden;
	background-color: white;
	border-bottom: none;
}

.path-correct {
	height: 87vh;
	overflow: hidden;
	background-color: white;
	border-bottom: none;
}

.path-wrong {
	height: 87vh;
	overflow: hidden;
	background-color: white;
	border-bottom: none;
}

.path-correct::before, .path-correct::after {
	content: '';
	position: absolute;
	left: -10px;
	width: calc(100% + 18px);
	height: calc(100% - 5vh);
	background-color: rgb(1, 198, 1);
	box-shadow: 0px 1px 2px rgba(0, 220, 0, 0.5),
				0px 2px 4px rgba(0, 220, 0, 0.5),
				0px 4px 8px rgba(0, 220, 0, 0.5),
				0px 8px 16px rgba(0, 220, 0, 0.5);
	background-size: 150%;
	z-index: -1;
}

.path-wrong::before, .path-wrong::after {
	content: '';
	position: absolute;
	left: -10px;
	width: calc(100% + 18px);
	height: calc(100% - 5vh);
	background-color: red;
	box-shadow: 0px 1px 2px rgba(255, 0, 0, 0.5),
				0px 2px 4px rgba(255, 0, 0, 0.5),
				0px 4px 8px rgba(255, 0, 0, 0.5),
				0px 8px 16px rgba(255, 0, 0, 0.5);
	background-size: 150%;
	z-index: -1;
}

.notes {
	border: 4px solid rgb(27, 27, 27);
}

.buttons {
	height: 12vh;
	background-color: rgb(27, 27, 27);
}

.keys {
	background-color: white;
	border-radius: 80px;
	border: 1px solid black;
}

.beat {
	position: absolute;
	pointer-events: none;
	top: 0px;
	color: white;
	text-align: center;
	padding: 0px;
	background-color: rgb(27, 27, 27);
	border-radius: 50px;
	height: 75px;
	width: 75px;
	z-index: 4;
}

.txt {
	margin-top: 20px;
	font-size: 1.5em;
	color: white;
} 

.hud {
	background-color: white;
	border-radius: 40px;
	padding: 0px 20px 20px 20px;
	height: 500px;
	width: 100%;
	text-align: center;
}

.info {
	color: rgb(27, 27, 27);
	margin-bottom: 0px;
	font-weight: bolder;
	font-size: 2em;
	text-align: left;
	margin-bottom: 0px;
}

.pontuacaoFinal {
	width: 50%;
	text-align: center;
	font-size: 2em;
}

.pontos {
	background-color: #8B66D4;
	border: 20px solid var(--cor5);
	border-radius: 30px;
}

.modal {
	color: rgb(27, 27, 27);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #9c009f;
	background-size: 100% 100%;
}

.modal div {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px;
}

.titulo {
	margin-top: 20vh;
	color: white;
}

.conteudo {
	justify-content: start;
	background-color: white;
	border-radius: 40px;
	padding: 20px;
}

h1 {
	font-size: 5rem;
	font-weight: 900;
}

#menu button {
	width: 30%;
	height: 10vh;
	margin: 1vh;
	border-radius: 50px;
	font-size: 20px;
	color: rgb(27, 27, 27);
	font-weight: 900;
	border: none;
	background-color: white;
}

#menu button:hover {
	background-color: #a8a8a8;
}

#menu-config {
	color: rgb(27, 27, 27);
	font-size: 1.2em;
	font-weight: 900;
	display: none;
}

#menu-config button {
	padding: 10px;
	font-weight: 900;
	text-align: center;
	border-radius: 50px;
	border: none;
	background-color: rgb(255, 255, 255);
}

#menu-ajuda {
	color: rgb(27, 27, 27);
	display: none;
}

#menu-ajuda b {
	font-size: 1.2em;
	font-weight: 900;
}

#menu-ajuda button {
	padding: 10px;
	font-weight: 900;
	text-align: center;
	border-radius: 50px;
	border: none;
	background-color: rgb(255, 255, 255);
}

#menu-ajuda button:hover {
	background-color: #a8a8a8;
}

#menu-pause {
	background:rgba(104, 104, 104, 0.80);
	color: rgb(27, 27, 27);
	display: none;
}

#menu-pause button {
	padding: 20px;
	margin-bottom: 15px;
	font-weight: 900;
	text-align: center;
	border-radius: 50px;
	border: none;
	background-color: rgb(255, 255, 255);
}

#button-continue:hover {
	background-color: #a8a8a8;
}


#button-back-pause:hover {
	background-color: #eb2424;
}

#score {
	font-size: 2.5em;
	color: rgb(27, 27, 27);
	margin-bottom: 0px;
	font-weight: bolder;
	margin-bottom: 0px;
}

.pts {
	font-size: 2em;
	color: #9c009f;
	margin-bottom: 0px;
	font-weight: bolder;
	margin-bottom: 0px;
}

hr {
	margin: 0px;
	border-color: rgb(27, 27, 27);
	border-style: dashed;
  	border-width: 2px;
}

#comboDiv {
	position: absolute;
	border-radius: 30px;
	padding-bottom: 10px;
	right: 15%;
	bottom: 20%;
	width: 200px;
	background-color: white;
}

#combos {
	text-align: center;
}

#homeBTN {
	position: absolute;
	left: 0;
}

#homeBTN p {
	color: white;
	font-size: 0.8em;
}

#texto-aleatorio {
	color: white;
	text-align: center;
}

select {
	font-weight: 900;
	background-color: rgb(224, 224, 224);
	border: none;
	border-radius: 20px;
	padding: 10px;
	text-align: center;
}

.ajuda {
	pointer-events: none;
	text-align: center;
	margin-top: 30px;
	font-size: 20px;
	font-weight: 900;
	color: rgb(27, 27, 27);
}

.form-range::-webkit-slider-runnable-track {
	width: 10px;
	border-radius: 10px;
	background-color: #9c009f;
}
  
/* Estilo do polegar do controle deslizante */
.form-range::-webkit-slider-thumb {
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #9c009f;
border: none;
-webkit-appearance: none;
margin-top: -4px;
}

select:hover {
background-color: rgb(173, 173, 173);
cursor: pointer;
}

.teclas-config {
	margin-left: 10px;
	font-weight: 900;
	width: 70px;
	text-align: center;
	border: none;
	border-radius: 20px;
	padding: 10px;
	background-color:rgb(224, 224, 224);
}

#lifebar {
	position: absolute;
	right: 0;
	height: 20px;
	width: 400px;
	background-color: blueviolet;
	border-radius: 20px 0px 0px 20px;
	box-shadow: 0px 1px 2px rgba(165, 69, 255, 0.5),
	0px 2px 4px rgba(165, 69, 255, 0.5),
	0px 3px 6px rgba(165, 69, 255, 0.5);
}

.pisca-pisca {
	margin-left: -10px;
	box-shadow: 0px 1px 2px rgba(165, 69, 255, 0.5),
	0px 2px 4px rgba(165, 69, 255, 0.5),
	0px 3px 6px rgba(165, 69, 255, 0.5);
    background-color: blueviolet;
	-webkit-animation: glow 3s linear 0s infinite alternate;
}

@-webkit-keyframes glow {
	0% {
	  box-shadow: 0 0 60px 20px #ff00ff, 25px 15px 50px 10px #ff00dd, -5px -25px 30px 5px #ff00ee;
	}
	100% {
	  box-shadow: 0 0 90px 20px #0d00ff, 35px 20px 40px 10px #2600ff, -30px -30px 40px 5px #1500ff;
	}
  }

#menu-quest {
	background:rgba(104, 104, 104, 0.80);
	color: rgb(27, 27, 27);
	display: none;
}

#menu-quest button {
	padding: 20px;
	margin-bottom: 15px;
	font-weight: 900;
	text-align: center;
	border-radius: 50px;
	border: none;
	background-color: rgb(255, 255, 255);
}

#pergunta-random {
	color: white;
	font-family: 'Inter', sans-serif;
	font-size: 24px;
}

#button-addon2 {
	padding: 20px;
	margin-bottom: 15px;
	font-weight: 900;
	text-align: center;
	border-radius: 50px;
	border: none;
	background-color: rgb(255, 255, 255);
}

#button-addon2:hover {
	background-color: #a8a8a8;
}

#resposta {
	padding: 20px;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 50px;
	background-color:white;
}

#menu-pontos {
	color: rgb(27, 27, 27);
	display: none;
	justify-content: center;
	align-items: center;
}

#menu-pontos section {
	width: 70%;
}

#menu-pontos #div-1 {
	width: 50%;
}

#menu-pontos #div-2 {
	width: 50%;
}

#menu-pontos #porcentagemResult {
	font-size: 2em;
    font-weight: bolder;
    margin-bottom: 0px;
}

#menu-pontos #div-2 #letrasResult {
	font-size: 12em;
	font-weight: 900;
	color: #9c009f;
}

#menu-pontos button {
	text-decoration: underline;
	font-size: 2em;
	padding: 10px;
	font-weight: 900;
	text-align: center;
	border-radius: 50px;
	border: none;
	background-color: rgb(255, 255, 255);
}

#menu-pontos button:hover {
	background-color: #a8a8a8;
}


#menu {
	display: flex;
}

#exibir-pontos {
	display: none;
	text-align: center;
	position: absolute;
	top: 3vh;
	left: 32%;
	height: 50px;
	width: 150px;
	z-index: 5;
}

#exibir-pontos p {
	margin: 0;
	padding: 0;
	font-size: 3em;
	font-weight: 900;
	background-image: linear-gradient(to right, rgb(195, 0, 255), indigo);
  	background-clip: text;
  	-webkit-background-clip: text; /* suporte para navegadores WebKit (Chrome, Safari, etc.) */
  	color: transparent;
}

#dica {
	color: white;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
}

#titulo {
	margin-top: 10vh;
	margin-bottom: 10vh;
	color: white;
}