/*
 * SPDX-FileCopyrightText: 2025 John Colagioia
 *
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

button img {
  width: 1em;
}
dialog {
  background-color: var(--base0);
  border-radius: 2em;
  height: 92.5vh;
  width: 95vw;
}
button,
dialog input,
dialog label {
  color: var(--base03) !important;
}
label {
  clear: both;
  display: block;
}
main {
  text-align: center;
}
.controls {
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  left: 0;
  padding-left: 0.1em;
  padding-bottom: 0.25em;
  position: fixed;
}
.credits {
  bottom: 0;
  font-size: small;
  right: 0;
  position: fixed;
}
.invisible {
  display: none;
}
.toggle-slider{
  background-color: transparent;
  border: 0;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 2em;
  width: 2em;
}
.toggle-slider::-webkit-slider-runnable-track,
.toggle-slider::-moz-range-track {
  background-color: var(--base2);
  border: 1px solid var(--base01);
  border-radius: 30px;
  height: 20px;
}
.toggle-slider::-webkit-slider-thumb,
.toggle-slider::-moz-range-thumb {
  background-color: var(--base02);
  box-shadow: 1px 1px 1px var(--base3);
}
.slider-container {
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 7em;
}
.slider-container img {
  height: 28px;
}
