body {
  overflow-x: hidden !important;
}

#ooi-loader {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

body.ooi-loading {
  opacity: 1 !important;
}

body.ooi-loading > *:not(#ooi-loader):not(.site-header) {
  opacity: 1 !important;
  visibility: visible !important;
}

.dark, .dark body, html, html body {
  background-color: #0D1F1C !important;
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 128px 128px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #0D1F1C;
}

::-webkit-scrollbar-thumb {
  background: #1D7C6E;
  border-radius: 3px;
}

::selection {
  background: #1D7C6E;
  color: #fff;
}
