
@font-face {
  font-family: 'Baloo 2';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("baloo2.woff") format('woff');
  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;
}

html,
body {
  box-sizing: border-box;
  font-family: 'Baloo 2', 'Ubuntu', verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0px;
  border: 0;
  overflow: hidden;
  display: block;
  background-color: transparent;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.centered {
  margin: auto;
  text-align: center;
}

.selected {
  background-color: #00c0ff !important;
  color: white !important;
}

.selected:active {
  background-color: #00acf6 !important;
}

.hyperlink {
  color: #00acf6;
  cursor: pointer;
}

.island {
  padding-top: 1em;
}

.white-space-no-wrap {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

.leftmost.rounded-inner {
  border-bottom-right-radius: 0em;
  border-top-right-radius: 0em;
}

.rightmost.rounded-inner {
  border-bottom-left-radius: 0em;
  border-top-left-radius: 0em;
}

.bottommost.rounded-inner {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}

.topmost.rounded-inner {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}

.leftmost.rounded-middle {
  border-bottom-right-radius: 0em;
  border-top-right-radius: 0em;
}

.rightmost.rounded-middle {
  border-bottom-left-radius: 0em;
  border-top-left-radius: 0em;
}

.bottommost.rounded-middle {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}

.topmost.rounded-middle {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}

.leftmost.rounded-outer {
  border-bottom-right-radius: 0em;
  border-top-right-radius: 0em;
}

.rightmost.rounded-outer {
  border-bottom-left-radius: 0em;
  border-top-left-radius: 0em;
}

.bottommost.rounded-outer {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}

.topmost.rounded-outer {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
}

.rounded-inner {
  border-radius: 0.8em;
}

.rounded-middle {
  border-radius: 0.85em;
}

.rounded-outer {
  border-radius: 0.9em;
}

.leftmost.backdrop {
  padding-right: 0em;
}

.rightmost.backdrop {
  padding-left: 0em;
}

.middle.backdrop {
  padding-right: 0em;
  padding-left: 0em;
}

.bottommost.backdrop {
  padding-top: 0em;
}

.topmost.backdrop {
  padding-bottom: 0em;
}

.backdrop {
  padding: 0.125em;
  background-color: white;
}

.leftmost.border {
  padding-right: 0em;
}

.rightmost.border {
  padding-left: 0em;
}

.middle.border {
  padding-right: 0em;
  padding-left: 0em;
}

.bottommost.border {
  padding-top: 0em;
}

.topmost.border {
  padding-bottom: 0em;
}

.border {
  padding: 0.115em;
  background-color: black;
}

.bottomgradient {
  background-color: white;
  padding-bottom: 0.3em;
  background-image: linear-gradient(to top, #adbdd1, 50%, #adbdd1);
  background-blend-mode: multiply;
}

.bottomgradient:active {
  padding-bottom: 0em;
  padding-top: 0.3em;
  background-image: linear-gradient(to bottom, #adbdd1, 50%, #adbdd1);
}

.buttonface {
  padding: 1em;
  background-color: white;
  color: #adbdd1;
  cursor: pointer;
}

.buttonface:active {
  background-color: #e7e9ed;
}

.headerface {
  padding: 1.5em;
  background-color: #adbdd1;
}

.messageface {
  background-color: white;
}

.buttonrow {
  display: flex;
}

.inrow {
  flex-grow: 1;
}

.leftdivider {
  border-left: 0.05em solid lightgray;
}

.rightdivider {
  border-right: 0.05em solid lightgray;
}

.topdivider {
  border-top: 0.05em solid lightgray;
}

.bottomdivider {
  border-bottom: 0.05em solid lightgray;
}
#content {
  display: none;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform:  translate(-50%, -50%);
}
input {
  font-family: 'Baloo 2', 'Ubuntu', verdana, sans-serif;
  color: #adbdd1;
  font-size: 1em;
  height: 3em;
  padding: 0;
  text-align: center;
  border-radius: 0;
  -webkit-appearance: none;
}
input:focus {  outline: none;}
::placeholder {
  font-family: 'Baloo 2', 'Ubuntu', verdana, sans-serif;
  color: #cdddf1;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: 'Baloo 2', 'Ubuntu', verdana, sans-serif;
  color: #cdddf1;
}
::-ms-input-placeholder { /* Microsoft Edge */
  font-family: 'Baloo 2', 'Ubuntu', verdana, sans-serif;
  color: #cdddf1;
}
.vertical {
  display: flex;
  flex-direction: column;
}
.inputfield {
  width: 100%;
  flex-grow: 1;
  background-color: white;
  border: none;
}
#error_message {
  color: #ff4967;
}
#btncancel > .buttonface {
  background-color: #adbdd1;
  color: white;
}
#btncancel > .buttonface:active {
  background-color: #a0afc0;
}
#btncancel.bottomgradient {
  background-color: #adbdd1;
}
#btncancel.bottomgradient:active {
  background-color: #a0afc0;
}
