html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  background: #0e171e;
  color: #f1e8e1;
  font-family: sans-serif;
  font-size: 24pt;
}

.fullscreen-loading {
  height: 100%;
  background: #0e171e;
  font-family: sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483647;
  font-size: 2em;
  text-align: center;
  padding: 15pt;
  transition: ease-out opacity 1s;
  opacity: 1.0;
}

.fullscreen-loading,
.fullscreen-loading * {
  pointer-events: none;
  user-select: none;
}

label.switch input[switch] {
  appearance: none;
  -webkit-appearance: none;
  width: 4em;
  height: 2em;
  background-color: #ccc;
  border: 1pt #333;
  border-radius: 1em;
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s;
  margin-right: 1em;
}

label.switch input[switch]::before {
  content: "";
  position: absolute;
  width: calc(2em - .4em);
  height: calc(2em - .4em);
  border-radius: 50%;
  top: .2em;
  left: .2em;
  background-color: #fff;
  transition: transform 0.2s;
}

label.switch input[switch]:checked {
  background-color: #4cd964;
}

label.switch input[switch]:checked::before {
  transform: translateX(2em);
}

label.switch {
  font-size: 18pt;
  font-family: sans-serif;
  clear: both;
  display: block;
}

label.switch input[switch] {
  font-size: 9pt;
  vertical-align: text-top;
}

.vore-map-panel {
  position: absolute;
  color: #333;
  padding: 15px;
  border-radius: 4px;
  max-width: 320px;
  min-width: 250px;
  z-index: 1;
  display: none;
  overflow: auto;
  top: 10px;
  max-height: calc(100vh - 50px);
}

.vore-map-panel-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
  padding: 0;
  width: 24px;
  height: 24px;
  line-height: 1;
}

.vore-map-panel label img {
  vertical-align: middle;
  width: 2em;
  margin-right: .5em;
}
