#Hint{
	background-color:#333;
	color:rgba(255, 255, 255, 0.6);
	}
.theme-switch input + .slider,
.soundHint>button
{
	background-color:#ddd;
	filter:invert(1) sepia();
	box-shadow: inset -1px -1px 1px rgba(50,50,50,.5),
	inset 1px 1px 1px rgba(255,255,255,0.7);
}
input:focus-visible + .slider::before {
	outline:4px solid blue;
}

body{
	color:#ddd;
}
.videobg::after {
  background: #46464673;
}

.wrap {
	background: hsla(0, 15%, 10%, 0.55);
	border-radius: 0.5em;
	box-shadow: 0 0 3px 0px #d4debae6 inset,
	0 0 10px 0px #d4debae6;
}

.header:hover {
	background: hsla(40, 35%, 10%, 0.6);
	box-shadow: 0 0 3px 1px #d4debae6 inset,
	0 0 10px 1px #000;
}

.header.add-mousedown {
  background-color: hsla(60,15%,10%,0.5) !important;
  backdrop-filter:blur(1px);
  box-shadow:0 0 1px 0px #cca;
}

.button {
  border: 1px solid #fff;
  color: #ddd;
}

.button::before {
  display: block;
  position: absolute;
  height: 5%;
  background: #e8dea6e6;
  box-shadow:
    0 0 3px 1px #e8dea6e6,
    inset 0 0 3px 1px #c8d26ee6;
  border-radius: 4px;
  opacity: 0.25;
  transition: 0.3s;
  z-index: -1;
}

.button:hover,
.button:focus {
  color: #333;
}

.button:hover::before,
.button:focus::before {
  height: 100%;
  opacity: 0.9;
}

@media (min-width: 750px) {
  .wrap {
    border-radius: 0.5em;
  }
}
