body {
    background-color: black;
    color:white;
}

.modebar {
    display: none !important;
}

._dash-loading {
  position: fixed;
  top: 0; left: 0; width: 100vw; height: 100vh;
  /* background: white url('/assets/my-custom-spinner.gif') center center no-repeat; */
  z-index: 9999;
  opacity: 0.85;
}