body {
  margin: 0;
  padding: 0;
}

.splash-screen {
  display: none;
}

.page-loading .splash-screen {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Helvetica, "sans-serif";
  background-color: #f2f3f8;
  color: #5e6278;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

.page-loading .splash-screen span {
  color: #5e6278;
  transition: none !important;
  -webkit-font-smoothing: antialiased;
}

.page-loading .splash-screen img {
  margin-left: calc(100vw - 100%);
  margin-bottom: 30px;
  height: 30px !important;
}

[data-theme="dark"] .splash-screen {
  background-color: #151521;
  color: #92929f;
}

[data-theme="dark"] .splash-screen span {
  color: #92929f;
}

#nprogress .bar {
  background: rgb(var(--color-secondary)) !important;
}
#nprogress .bar {
  background: rgb(var(--color-secondary) / 1);
}
#nprogress .spinner-icon {
  border-top-color: rgb(var(--color-secondary));
  border-left-color: rgb(var(--color-secondary));
}
#nprogress .peg {
  box-shadow: 0 0 10px rgb(var(--color-secondary)),
    0 0 5px rgb(var(--color-secondary));
}
#nprogress .bar {
  background: rgb(var(--color-secondary) / 1);
}

#nprogress .peg {
  box-shadow: 0 0 10px rgb(var(--color-secondary) / 0.8),
    0 0 5px rgb(var(--color-secondary) / 0.8);
}

#nprogress .spinner-icon {
  border-top-color: rgb(var(--color-secondary) / 1);
  border-left-color: rgb(var(--color-secondary) / 1);
}
