* {
  touch-action: manipulation;
  user-select: none;
}

/* DIALOG */

.dialog {
  padding: 12px;
  font: 12pt Barlow;

  min-width: 300px;
  max-width: 500px;
  margin: 20px;

  background-color: rgba(255,255,255,.75);
  backdrop-filter: blur(5pt);
  -webkit-backdrop-filter: blur(5pt);
  border: none;
  color: black;
  box-shadow: 0pt 0pt 50pt 5pt black;
  border-radius: 24px;

  display: block;
}

/* CONTROLS */

.controls div {
  display: inline;
	user-select: none;
}

.controls img {
  vertical-align:-60%;
}

.controls button,
.controls input[type="radio"] + label,
.controls input[type="text"] {
  padding: 10pt;
  border: 2pt solid black;
  border-radius: 8pt;
  background: none;
  color: black;
  font: 12pt Barlow;
	user-select: none;
}
.controls button,
.controls input[type="radio"] + label
{
  padding: 10pt 16pt 12pt 16pt;
}
.controls input[type="text"] {
  border-radius: 0;
  width: 100%;
  padding: 0;
  padding-top: 4pt;
  padding-bottom: 6pt;
}
.controls input[type="radio"] + label {
  display: inline-block;
}

.controls input[type="radio"] {
  display: none;
}
.controls input[type="radio"]:checked + label {
  background: black;
  color: white;
}
.controls label {
  cursor: pointer;
}
.controls input[type="radio"] + label:hover,
.controls button:hover {
  background-color: rgba(0,0,0,.3);
}
.controls input[type="radio"] + label:hover,
.controls button:focus {
  border: 2pt solid rgba(0,0,0, .5);
}
.controls td {
  text-align: left;
}



svg text {
	user-select: none;
	pointer-events: none;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(3p/7cHpv4kjgoGqM7E_DMs5.woff2) format('woff2'); /* https://fonts.gstatic.com/s/barlow/v12/ */
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(3p/7cHqv4kjgoGqM7E3q-0s51os.woff2) format('woff2'); /* https://fonts.gstatic.com/s/barlow/v12/7cHqv4kjgoGqM7E3q-0s51os.woff2) format('woff2');*/
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
