@import url('Cookies.css');
@import url('Endless.css');
@import url('Footer.css');
@import url('GamePresentation.css');
@import url('Header.css');
@import url('Hub.css');
@import url('Main.css');
@import url('Medias.css');
@import url('Newsletter.css');
@import url('Languages.css');
@import url('OpenDev.css');
@import url('PreOrder.css');
@import url('Pillars.css');
@import url('SocialMedias.css');
@import url('SuicideSquad.css');
@import url('Notification.css');
@import url('MediasGallery.css');

body {
  background-color: grey;
}

.main {
  overflow: hidden;
}

.app-loading {
  color: #FFFFFF;
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
}

.app-loading-background {
  background: url(https://medias.games2gether.com/endless-dungeon/hub/Poster-KeyArt_1920x1080.jpg) no-repeat center center fixed;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.app-loading-background-blur {
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(32px);
  width: 100%;
  height: 100%;
}

.app-loading-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  gap: 8px;
}

.app-loading-content-animations {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-progress {
  position: absolute;
  bottom: 48px;
  width: calc(100% - 64px);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}

.loading-progress::-webkit-slider-runnable-track {
  background-color: #dbdbdb;
  height: 4px;
  border-radius: 2px;
}
.loading-progress::-moz-range-track {
  background-color: #dbdbdb;
  height: 4px;
  border-radius: 2px;
}

.loading-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 7px;
  appearance: none;
  margin-top: -6px;
  background-color: #dbdbdb;
  height: 14px;
  width: 14px;
}

.loading-progress::-moz-range-thumb {
  border: none;
  border-radius: 7px;
  background-color: #dbdbdb;
  height: 13px;
  width: 13px;
}

.loading-logo {
  width: 15%;
  min-width: 230px;
}

.loading-wording {
  z-index: 1;
  height: 24px;
  margin-top: -40px;
  font-family: Barlow;
  font-size: 21px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-transform:uppercase;
}

.blocked {
  overflow: hidden;
}

.loading-robot {
  height: 280px;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 8px 16px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 8px;
}


@keyframes loading {
  0% {
    transform: scale(1);
    opacity: 0.07;
  }

  25% {
    opacity: 0.04;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.07;
  }

  75% {
    opacity: 0.04;
  }

  100% {
    transform: scale(1);
    opacity: 0.07;
  }
}


@media screen and (min-width: 1920px) {
  .app-loading-background img {
    min-width: 100%;
  }
}
