.full-page-loader_loading__bFuhS {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--dls-size-8);
  background-color: rgba(27, 27, 27, 0.5);
  z-index: 100;
}

