@charset "UTF-8";
#container::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%);
  background-size: 100% 4px;
  z-index: 3;
  pointer-events: none;
}

.scanline {
  width: 100%;
  height: 150px;
  z-index: 8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.4) 10%, rgba(0, 0, 0, 0.1) 100%);
  opacity: 0.23;
  position: absolute;
  bottom: 100%;
  animation: scanline 5s linear infinite, beam 0.01s infinite;
  animation-delay: 3s;
}

@keyframes flicker {
  0% {
    opacity: 0.9;
  }
  20% {
    opacity: 0.9;
  }
  40% {
    opacity: 0.9;
  }
  60% {
    opacity: 0.9;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes beam {
  50% {
    opacity: 0;
  }
}
@keyframes scanline {
  0% {
    bottom: 100%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 0%;
  }
}
@keyframes textShadow {
  0% {
    text-shadow: 0.4389924193px 0 1px rgba(0, 30, 255, 0.5), -0.4389924193px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  5% {
    text-shadow: 2.7928974011px 0 1px rgba(0, 30, 255, 0.5), -2.7928974011px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  10% {
    text-shadow: 0.0295627584px 0 1px rgba(0, 30, 255, 0.5), -0.0295627584px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  15% {
    text-shadow: 0.4021853855px 0 1px rgba(0, 30, 255, 0.5), -0.4021853855px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  20% {
    text-shadow: 3.47940379px 0 1px rgba(0, 30, 255, 0.5), -3.47940379px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  25% {
    text-shadow: 1.6125630401px 0 1px rgba(0, 30, 255, 0.5), -1.6125630401px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  30% {
    text-shadow: 0.7015590085px 0 1px rgba(0, 30, 255, 0.5), -0.7015590085px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  35% {
    text-shadow: 3.8969140477px 0 1px rgba(0, 30, 255, 0.5), -3.8969140477px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  40% {
    text-shadow: 3.8709056148px 0 1px rgba(0, 30, 255, 0.5), -3.8709056148px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  45% {
    text-shadow: 2.2310569634px 0 1px rgba(0, 30, 255, 0.5), -2.2310569634px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  50% {
    text-shadow: 0.0808429042px 0 1px rgba(0, 30, 255, 0.5), -0.0808429042px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  55% {
    text-shadow: 2.3758461067px 0 1px rgba(0, 30, 255, 0.5), -2.3758461067px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  60% {
    text-shadow: 2.2021930511px 0 1px rgba(0, 30, 255, 0.5), -2.2021930511px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  65% {
    text-shadow: 2.8638780615px 0 1px rgba(0, 30, 255, 0.5), -2.8638780615px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  70% {
    text-shadow: 0.4887402516px 0 1px rgba(0, 30, 255, 0.5), -0.4887402516px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  75% {
    text-shadow: 1.8948491306px 0 1px rgba(0, 30, 255, 0.5), -1.8948491306px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  80% {
    text-shadow: 0.0833037308px 0 1px rgba(0, 30, 255, 0.5), -0.0833037308px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  85% {
    text-shadow: 0.0976982726px 0 1px rgba(0, 30, 255, 0.5), -0.0976982726px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  90% {
    text-shadow: 3.4433397615px 0 1px rgba(0, 30, 255, 0.5), -3.4433397615px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  95% {
    text-shadow: 2.1841838853px 0 1px rgba(0, 30, 255, 0.5), -2.1841838853px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
  100% {
    text-shadow: 2.6208764474px 0 1px rgba(0, 30, 255, 0.5), -2.6208764474px 0 1px rgba(255, 0, 80, 0.3), 0 0 3px;
  }
}
:root {
  --html_font_size: 20px;
  --html_mobile_font_size: 15px;
  --border-title-padding: 10px;
  --warning-color: #eb2d26;
  --text-color: #ecb27b;
  --url-color: #f0e3c2;
  --background-color: #0b0015;
}

@font-face {
  font-family: dejavu_monospace;
  src: url(./dejavu-fonts-ttf-2.37/ttf/DejaVuSansMono.ttf);
}
html {
  margin: 0;
  padding: 0m;
  height: 100%;
  width: 100vw;
  background-color: var(--background-color);
  /* Font settings */
  font-family: dejavu_monospace;
  font-size: var(--html_font_size);
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 98vw;
  overflow-y: hidden;
}

hr {
  color: var(--text-color);
}

dd {
  margin: 0;
  padding-left: 2ch;
}

dl {
  margin: 0;
}

li::marker {
  content: "- ";
}

a {
  color: var(--url-color);
  text-decoration: none;
}

button {
  all: unset;
  cursor: pointer;
}

fieldset {
  border-color: 2px solid var(--text-color);
}

legend {
  animation: textShadow 1.9s infinite;
  padding: 0px;
}

code {
  display: inline-block;
  margin-left: 2ch;
  padding-left: 2ch;
  text-indent: -2ch;
  white-space: pre-wrap;
  color: var(--url-color);
}

#fax-form {
  height: 100%;
}

#content {
  height: 90%;
}

.center {
  margin: auto;
  width: 52ch;
  height: 100%;
}

#fax-message-boundaries {
  height: 100%;
}

#login-box-boundaries {
  height: 100%;
}

.login-container {
  display: block;
  margin: auto;
  text-align: center;
}

.tui-input {
  width: 50%;
  max-width: 15ch;
  font-family: dejavu_monospace;
  font-size: var(--html_font_size);
  border: solid 2px;
  overflow: hide;
  outline: none;
  resize: horizontal;
  background-color: var(--background-color);
  color: var(--text-color);
}

textarea {
  scrollbar-width: none;
  width: 100%;
  height: 100%;
  font-family: dejavu_monospace;
  font-size: var(--html_font_size);
  border: none;
  overflow: auto;
  outline: none;
  resize: none;
  background-color: var(--background-color);
  color: var(--text-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-wrap: unrestricted;
  word-break: break-word;
}

/* CSS for centering images */
.centeredImgContainer {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.centeredImg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: pointer;
}

/* --- */
.nav-button::before {
  content: " ";
}

.nav-button::after {
  content: " ";
}

.nav-button.selected::before {
  content: ">";
}

.nav-button.selected::after {
  content: "<";
}

.neon-text,
dt {
  color: var(--text-color);
  text-shadow: 0 0 1px var(--text-color);
}

#container {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
}

.main-container {
  /* This will render the box with limits to the top and bottom */
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  /* Center the container horizontally */
  max-width: 80ch;
  margin: auto;
  padding: 0;
  padding: var(--border-title-padding);
  color: var(--text-color);
  background-color: var(--background-color);
  scroll-snap-type: y mandatory;
  word-break: break-word;
}

.main-container-content {
  height: 100%;
  overflow-y: auto;
  /* IE and Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
  scroll-snap-align: start;
}

.main-container-content::-webkit-scrollbar {
  display: none;
}

.collapsible {
  cursor: pointer;
  color: var(--url-color);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
}

.collapsible-content.open {
  max-height: min-content;
  overflow: auto;
}

/* ↖ ↑ ↗ */
/* ← · → */
/* ↙ ↓ ↘ */
.collapsible::before {
  content: "+ ";
}

.collapsible.open::before {
  content: "- ";
}

.no-underline {
  color: var(--text-color);
  text-decoration: none;
}

.warning {
  color: var(--warning-color);
}

@media (max-width: 900px) {
  html {
    font-size: var(--html_mobile_font_size);
  }
}

/*# sourceMappingURL=aesthetic.css.map */
