/* custom scrollbar */
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #cbcbcb;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #ff6259;
}

.ein {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  image-rendering: pixelated;
}

body {
  background-color: black;
  cursor: none;
  height: 100vh;
}

.rounded{
  background-size: cover;
  image-rendering: pixelated;
  z-index: 2;
  width: 61px;
  height: 61px;
  background-image: url(/cyber-einstein/cursor.png);
}

#button{
	background-image: url(/cyber-einstein/circlepix.png);
	background-size: cover;
	background-position: center;
	image-rendering: pixelated;
	width: 500px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}

#rec{
	background-image: ;
	background-size: cover;
	background-position: center;
	image-rendering: pixelated;
	width: 500px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
}

#controls{
  display: block;
}

#hideControls{
    background-color: white;
	width: 30px;
	height: 30px;
	margin: 10px;
	cursor: pointer;
}

#speakTimeInput{
	display: inline-block;
	margin: 10px;
}

.button{
	display: inline-block;
    background-color: white;
	width: 30px;
	height: 30px;
	margin:10px;
	cursor: none;
}

.noHighlight{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}