/* Loading Overlay */
body.loadingOverlay {
  overflow: hidden;
}

.loadingInlineInProgress {
  position: relative;
}

.loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loadingOverlay .loadingOverlayInner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.loadingOverlay .loadingOverlayText {
  display: block;
  color: #fff;
  padding-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.loadingOverlay.loadingOverlayIsInline {
  position: absolute;
  width: 110%;
  height: 110%;
  left: -5%;
  border-radius: 16px;
  backdrop-filter: blur(2px);
  z-index: 1;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hidden {
  display: none !important;
}

@keyframes grow-progress-HeaderLogin {
  0% {
    top: 63px;
  }
  20% {
    top: 96px;
  }
  100% {
    top: 96px;
  }
}
.drzLogo {
  padding: 20px;
}

.page-header-login {
  position: absolute !important;
  z-index: 15;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 0 0 32px 32px;
  padding: 48px 0 64px 0;
  background: #222226;
  color: rgba(255, 255, 255, 0.8);
  transition: visibility 0s 200ms, opacity 200ms linear;
  opacity: 0;
  visibility: hidden;
  animation: grow-progress-HeaderLogin auto linear;
  animation-timeline: --page-scroll;
}
.page-header-login.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 200ms linear;
}
.page-header-login .helpNewAccountSign {
  display: inline-flex !important;
}
.page-header-login .helpNewAccountSign .sign {
  display: inline-flex !important;
  width: 22px;
  height: 22px;
  background: var(--font-darkgray);
  border-radius: 16px;
  font-size: 14px;
  text-align: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 0px;
  margin-left: 7px;
}
.page-header-login .helpNewAccountSign .createNewOptionContent {
  position: absolute;
  display: none;
  margin: 10px 0;
  padding: 1rem;
  border: 2px solid #222226;
  left: 0;
  z-index: 15;
  font-size: 1rem;
}
.page-header-login .helpNewAccountSign .sign:hover + .createNewOptionContent,
.page-header-login .helpNewAccountSign .createNewOptionContent:hover {
  display: block !important;
}
.page-header-login > .frame {
  max-width: 660px;
  margin: 0 auto;
}
.page-header-login > .frame h3 {
  font-size: 2rem;
  line-height: 2.25rem;
  padding-bottom: 4px;
}
.page-header-login > .frame form {
  margin-top: 30px;
}
.page-header-login > .frame form .loginFields {
  display: grid;
  grid-gap: var(--layout-grid-gap, 20px);
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}

/*# sourceMappingURL=custom_styles.css.map */
