@import url("https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "ms-pgothic";
  src: url("/assets/css/fonts/ms-pgothic.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  scroll-behavior: smooth;
}
* ::-moz-selection {
  color: white;
  background: #9933ff;
}
* ::selection {
  color: white;
  background: #9933ff;
}
* ::-webkit-scrollbar {
  width: 10px;
}
* ::-webkit-scrollbar-track {
  background: #0b0b0b;
}
* ::-webkit-scrollbar-thumb {
  background: #fafafa20;
}
* ::-webkit-scrollbar-thumb:hover {
  background: #fafafa40;
}
* h1, * h2, * h3, * h4, * h5, * h6, * th {
  font-family: "Space Mono", arial, sans-serif;
  font-weight: 700;
}
* p, * td, * input {
  font-family: "Space Mono", arial, sans-serif;
}
* a {
  font-family: "Space Mono", arial, sans-serif;
  text-decoration: none;
}

html, body {
  background-color: #0b0b0b;
}
html a, body a {
  color: #fafafa;
}
html a:active, body a:active {
  color: #22ef92;
}
html #gothic, body #gothic {
  font-family: "ms-pgothic" !important;
  letter-spacing: 0px !important;
  font-size: 1.1em !important;
  opacity: 0.75;
}
html section#title, body section#title {
  margin-left: 100px;
  margin-top: 50px;
  color: #fafafa;
}
html section#title h1, body section#title h1 {
  font-size: 4em;
}
html section#main, body section#main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 5em;
  color: #fafafa;
  font-size: 1.5em;
}
html section#main.lowtop, body section#main.lowtop {
  margin-top: 2em;
}
html section#main #ascii pre, body section#main #ascii pre {
  letter-spacing: -2px;
  font-size: 1.5em;
  margin-right: 2em;
}
html section#main #info, body section#main #info {
  max-width: 500px !important;
}
html section#main #info #about, body section#main #info #about {
  line-height: 1.5em;
}
html section#main #info #cdcontainer, body section#main #info #cdcontainer {
  display: flex;
  flex-direction: row;
}
html section#main #info #cdcontainer div:nth-child(2), body section#main #info #cdcontainer div:nth-child(2) {
  margin-left: 2em;
}
html section#main #info form, body section#main #info form {
  min-width: 95%;
}
html section#main #info input, body section#main #info input {
  margin-left: 5%;
  padding: 0;
  padding-bottom: 5px;
  border: none;
  outline: none;
  border-bottom: 5px solid rgba(34, 239, 146, 0.5);
  background-color: rgba(0, 0, 0, 0);
  font-size: 1em;
  font-family: "Space Mono", arial, sans-serif;
  text-decoration: none;
  min-width: 100%;
  flex: 2;
  display: inline;
  color: #fafafa;
  transition: 0.2s;
}
html section#main #info input:focus, body section#main #info input:focus {
  transition: 0.1s;
  border: none;
  border-bottom: 5px solid #22ef92;
}
html section#main #info input::-moz-placeholder, body section#main #info input::-moz-placeholder {
  font-weight: 700;
}
html section#main #info input:-ms-input-placeholder, body section#main #info input:-ms-input-placeholder {
  font-weight: 700;
}
html section#main #info input::placeholder, body section#main #info input::placeholder {
  font-weight: 700;
}
html section#main #info .row, body section#main #info .row {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5em;
}
html section#main #info .row .col, body section#main #info .row .col {
  margin-right: 0.4em;
  display: flex;
  flex-direction: column;
}
html section#list, body section#list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5em;
  color: #fafafa;
  font-size: 1.5em;
}
html section#list.lowtop, body section#list.lowtop {
  margin-top: 2em;
}
html section#list .form_inline, body section#list .form_inline {
  display: flex;
  flex-direction: row;
  width: 60%;
  background-color: #0d0d0d;
  color: #fafafa;
  outline: none;
  margin-bottom: 2.5em;
}
html section#list .form_inline .title_input, html section#list .form_inline .date_input, html section#list .form_inline .time_input, html section#list .form_inline .add_btn, body section#list .form_inline .title_input, body section#list .form_inline .date_input, body section#list .form_inline .time_input, body section#list .form_inline .add_btn {
  padding: 8px;
  border: 3px solid #0b0b0b;
  font-size: 1em;
  background-color: #0d0d0d;
  color: #fafafa;
  border: 3px solid rgba(250, 250, 250, 0.1);
  margin: -3px;
  outline: none;
}
html section#list .form_inline .title_input:hover, html section#list .form_inline .date_input:hover, html section#list .form_inline .time_input:hover, html section#list .form_inline .add_btn:hover, body section#list .form_inline .title_input:hover, body section#list .form_inline .date_input:hover, body section#list .form_inline .time_input:hover, body section#list .form_inline .add_btn:hover {
  background-color: #0b0b0b;
  border-color: rgba(255, 255, 255, 0.205);
}
html section#list .form_inline .title_input, body section#list .form_inline .title_input {
  flex: 5;
}
html section#list .form_inline .date_input, body section#list .form_inline .date_input {
  flex: 1.75;
}
html section#list .form_inline .date_input::-webkit-calendar-picker-indicator, body section#list .form_inline .date_input::-webkit-calendar-picker-indicator {
  filter: invert(0.95);
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  opacity: 0.9;
}
html section#list .form_inline .date_input::-webkit-calendar-picker-indicator:hover, body section#list .form_inline .date_input::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
html section#list .form_inline .time_input, body section#list .form_inline .time_input {
  flex: 1;
}
html section#list .form_inline .time_input::-webkit-calendar-picker-indicator, body section#list .form_inline .time_input::-webkit-calendar-picker-indicator {
  filter: invert(0.95);
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  opacity: 0.9;
}
html section#list .form_inline .time_input::-webkit-calendar-picker-indicator:hover, body section#list .form_inline .time_input::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}
html section#list .form_inline .add_btn, body section#list .form_inline .add_btn {
  width: 2.3em;
}
html section#list table#countdown, body section#list table#countdown {
  border-collapse: collapse;
  width: 70%;
  background-color: #0d0d0d;
  margin-bottom: 30vh;
}
html section#list table#countdown td, html section#list table#countdown th, body section#list table#countdown td, body section#list table#countdown th {
  padding: 8px;
  border: 3px solid #0b0b0b;
}
html section#list table#countdown tr:nth-child(even), body section#list table#countdown tr:nth-child(even) {
  background-color: #121212;
}
html section#list table#countdown tr:hover, body section#list table#countdown tr:hover {
  background-color: #0b0b0b;
}
html section#list table#countdown th, body section#list table#countdown th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #0b0b0b;
}
html section#list table#countdown td, body section#list table#countdown td {
  /*&:nth-child(1) {
  	width: 5%;
  }*/
}
html section#list table#countdown td:nth-child(3), body section#list table#countdown td:nth-child(3) {
  text-align: center;
  width: 10%;
  min-width: 130px;
}
html section#list table#countdown td a, body section#list table#countdown td a {
  color: transparent;
  text-shadow: 0 0 0 #fafafa;
}
html .h, body .h {
  opacity: 0.5;
}
html .g, body .g {
  color: #22ef92;
}
html .p, body .p {
  color: #9933ff;
}
html .b, body .b {
  font-weight: 700;
}
html .i, body .i {
  font-style: italic;
}
html .br, body .br {
  margin-bottom: 0.2em;
}
html .cursor, body .cursor {
  cursor: text;
}
html .hid, body .hid {
  color: #0b0b0b;
  opacity: 10%;
}
html .hid:hover, body .hid:hover {
  color: #22ef92;
  opacity: 2%;
  cursor: default;
}
html .spotify:hover, body .spotify:hover {
  opacity: 10%;
}
html .small, body .small {
  font-size: 0.8em !important;
}/*# sourceMappingURL=main.css.map */