.antellha-segment.active {
  background: #5fa5f5 !important;
  color: #000 !important;
  border-radius: 3px;
}
/* Antellha calendar month/year label font size */
.antellha-monthyear-label {
  font-size: 0.75em;
}
.antellha-calendar-popover {
  color: #111;
  background: #fff;
}
.antellha-calendar-popover button {
  color: #111;
  background: #f5f5f5;
  border: 1px solid #bbb;
}
.antellha-calendar-popover button:focus {
  outline: 2px solid #339;
}
.antellha-calendar-popover [style*="font-weight: bold"] {
  color: #222;
}
body {
  background: #070707;
  color: #fff;
  font-family: 'Sixtyfour', monospace, sans-serif;
}

input, label, span, h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: 'Sixtyfour', monospace, sans-serif;
}

input[type="date"], input[type="antellha-date"] {
  color: #000;
  background: #fff;
  border-radius: 4px;
}

.antellha-date-picker, .antellha-date-picker span, .antellha-segment {
  color: #000 !important;
  background: #fff !important;
}

#moon-canvas {
  background: transparent;
  box-shadow: 0 0 24px 4px #010816, 0 0 0 2px #fff2;
  border-radius: 50%;
}
