:root {
  --text: #00140b;
  --bg: #e3dced;
  --isDark: 0;
  --marginRight: 0px;
  --marginTop: 5px;

  --sector1: #ffffff80;
  --sector2: #f6aaaa80;
  --sector3: #a0afff80;
  --sector4: #f8ffa980;
  --sector5: #fe8ed880;
  --sector6: #d4dd6f80;
  --sector7: #ae929280;
  --sector8: #32171780;

  --animationBG: 0;
  --animationMain: none;
  --animationName: "";

  --sat: env(safe-area-inset-top);
  --sar: env(safe-area-inset-right);
  --sab: env(
    safe-area-inset-bottom,
    10px
  ); /* THIS ONE GETS US THE HOME BAR HEIGHT */
  --sal: env(safe-area-inset-left);
}
@media (prefers-color-scheme: dark) {
  :root {
    --text: #e3dced; /*vk #141414*/
    --bg: #17212b;
    --isDark: 1;

    --sector1: #112244ff;
    --sector2: #3fb1cbff;
    --sector3: #446699ff;
    --sector4: #8baaa3aa;
    --sector5: #226666ff;
    --sector6: #32405cff;
    --sector7: #b56f99ff;
    --sector8: #33ccaaaa;

    --animationBG: 0;
    --animationMain: none;
    --animationName: "";
  }
}
html {
  scrollbar-width: none;
  height: calc(100dvh + 2px);
}
body {
  scrollbar-width: none;
  font-family: sans-serif;
  background-color: var(--bg);
  color: var(--text);
  font-size: 16px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
/* #root {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
} */
*::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
  background-color: #00000000;
  border-radius: 6px;
  display: none;
}
body::-webkit-scrollbar {
  display: none;
}
*::-webkit-scrollbar,
::-webkit-scrollbar {
  background-color: #00000000;
  width: 2px;
  height: 2px;
  display: none;
  -webkit-appearance: none;
}
*::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgb(56, 60, 65, 0);
  display: none;
}
*::-webkit-scrollbar-thumb:horizontal:hover,
::-webkit-scrollbar-thumb:horizontal:hover,
*::-webkit-scrollbar-thumb:vertical:hover,
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: rgb(22, 82, 155, 0);
  display: none;
}
.main-preloader {
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.main-preloader svg {
  width: 300px;
  transform: scaleX(-1);
}
@keyframes loader-animation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader div {
  position: absolute;
  animation: loader-animation 0.88s linear infinite;
  width: 58px;
  height: 58px;
  top: 21px;
  left: 21px;
  border-radius: 50%;
  box-shadow: 0 1.9000000000000001px 0 0 #ff7c7e;
  transform-origin: 29px 29.95px;
}
.loader_container {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.loader {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.loader div {
  box-sizing: content-box;
}
.bokeh {
  display: var(--animationMain);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(80px);
  backface-visibility: hidden;
  opacity: var(--animationBG);
  transition: opacity 3s linear;
  user-select: none;
  pointer-events: none;
}

.bokeh circle {
  animation: var(--animationName);
}

.bokeh #sector1 {
  fill: var(--sector1);
  transform-origin: 50%;
}
.bokeh #sector2 {
  fill: var(--sector2);
  transform-origin: 20% 110%;
  animation-delay: -10s;
  animation-duration: 14s;
}
.bokeh #sector3 {
  fill: var(--sector3);
  transform-origin: 70% 30%;
  animation-delay: -5s;
  animation-duration: 27s;
}
.bokeh #sector4 {
  fill: var(--sector4);
  transform-origin: 110% 70%;
  animation-delay: -6s;
  animation-duration: 16s;
}
.bokeh #sector5 {
  fill: var(--sector5);
  transform-origin: 30% 40%;
}
.bokeh #sector6 {
  fill: var(--sector6);
  transform-origin: -10% 80%;
  animation-delay: -26s;
}
.bokeh #sector7 {
  fill: var(--sector7);
  transform-origin: 70% -10%;
}
.bokeh #sector8 {
  fill: var(--sector8);
  transform-origin: -30% 50%;
  animation-delay: -8s;
}

@keyframes rotate {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}

@font-face {
  font-display: swap;
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100 700;
  src: local("Pacifico Regular"), url("/web_res/main_v1.woff2") format("woff2");
}

.material-symbols-rounded,
.material-symbols-rounded-filled {
  font-display: swap;
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

.material-symbols-rounded-filled {
  font-variation-settings: "FILL" 1, "wght" 200, "GRAD" 0, "opsz" 24;
}

.SnackbarContent-root {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap !important;
  border-radius: 10px !important;
}

.SnackbarItem-wrappedRoot {
  padding-left: 0 !important;
}

#notistack-snackbar {
  padding: 0 !important;
}

.SnackbarItem-action {
  margin-left: unset !important;
  padding-left: unset !important;
  margin-right: unset !important;
}

html {
  touch-action: pan-x pan-y;
  overscroll-behavior: none;
}

#webpack-dev-server-client-overlay {
  inset: 50px !important;
  top: 100px !important;
  width: calc(100vw - 100px) !important;
  height: calc(100vh - 150px) !important;
  border-radius: 25px;
}
