/* stylelint-disable */
.sekoia-loader {
  align-items: center;
  background: var(--color-background);
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  position: absolute;
  width: 100vw;
  z-index: 3;
}
.sekoia-loader-hide {
  display: none;
}
.loader p {
  color: var(--secondary-300);
  font-weight: 600;
}
