.backup-recovery-container10 {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  background-image: url("public/game-background-desktop-1500w.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
 
.backup-recovery-thq-body-elm1 {
  gap: 55px;
}
 
.backup-recovery-thq-header-elm {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
 
.backup-recovery-thq-title-elm {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.backup-recovery-text {
  fill: var(--dl-color-default-bluegradient);
  color: var(--dl-color-default-bluegradient);
  z-index: 1;
}
 
.backup-recovery-thq-help-elm {
  align-self: flex-end;
  text-align: center;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/help.svg");
}
 
.backup-recovery-thq-close-elm {
  align-self: flex-end;
  text-align: center;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/close.svg");
}
 
.backup-recovery-thq-body-elm2 {
  gap: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.backup-recovery-thq-icon-elm {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-start;
  background-image: url("public/backup-access.svg");
  background-position: center;
}
 
.backup-recovery-thq-code-elm {
  gap: 35px;
  width: 100%;
  display: flex;
  z-index: 1;
  max-width: 550px;
  align-self: center;
  align-items: center;
  flex-direction: column;
}
 
.backup-recovery-thq-field-elm {
  gap: 15px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
 
.backup-recovery-thq-text-elm {
  color: var(--dl-color-white-100);
  height: auto;
  align-self: stretch;
  text-align: left;
  line-height: normal;
}
 
.backup-recovery-thq-recover-button-elm {
  text-align: center;
  text-decoration: none;
}
 
.backup-recovery-container11 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  position: absolute;
  align-self: center;
}
 
.backup-recovery-container12 {
  display: contents;
}
 
.backup-recovery-container14 {
  display: contents;
}
 
.backup-recovery-thq-timer-elm1 {
  width: 100%;
  height: 250px;
  display: none;
  overflow: hidden;
  position: relative;
  box-shadow: 5px 5px 8px 0px rgba(29, 29, 29, 0.5);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
 
.backup-recovery-thq-top-edge-elm {
  top: 0px;
  left: 0px;
  z-index: 4;
  position: absolute;
  object-fit: cover;
}
 
.backup-recovery-container15 {
  top: NaNpx;
  left: NaNpx;
  z-index: 4;
  position: absolute;
}
 
.backup-recovery-container16 {
  display: contents;
}
 
.backup-recovery-container17 {
  z-index: 2;
}
 
.backup-recovery-container18 {
  display: contents;
}
 
.backup-recovery-thq-bottom-edge-elm {
  right: 0px;
  bottom: 0px;
  margin: auto;
  z-index: 4;
  position: absolute;
  object-fit: cover;
}
 
.backup-recovery-container19 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
}
 
.backup-recovery-container20 {
  display: contents;
}
 
.backup-recovery-container21 {
  top: NaNpx;
  left: NaNpx;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
 
.backup-recovery-container22 {
  display: contents;
}
 
@media(max-width: 767px) {
  .backup-recovery-container10 {
    background-size: cover;
    background-image: url("public/game-background-mobile-1500w.jpg");
  }
  .backup-recovery-thq-body-elm1 {
    overflow: auto;
  }
  .backup-recovery-thq-title-elm {
    gap: 10px;
    margin-right: 10px;
  }
  .backup-recovery-text {
    font-size: 20px;
  }
  .backup-recovery-thq-body-elm2 {
    gap: 50px;
    height: 100%;
  }
  .backup-recovery-thq-icon-elm {
    width: 130px;
    height: 130px;
  }
  .backup-recovery-thq-timer-elm1 {
    height: 100px;
  }
  .backup-recovery-thq-top-edge-elm {
    width: 155px;
  }
  .backup-recovery-thq-bottom-edge-elm {
    width: 50px;
  }
}
