.backup-container1 {
  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-thq-window-elm {
  border-color: var(--dl-color-black-100);
  border-width: 10px;
  background-color: var(--dl-color-default-lightblue);
}
 
.backup-thq-body-elm {
  gap: 30px;
  position: relative;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}
 
.backup-thq-header-elm {
  flex: 0;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 45px;
  border-color: var(--dl-color-black-30);
  border-width: 1px;
  padding-left: 45px;
  padding-right: 45px;
  flex-direction: row;
  padding-bottom: 20px;
  justify-content: space-between;
  background-color: var(--dl-color-default-gray);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
 
.backup-thq-title-elm1 {
  gap: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.backup-text {
  fill: var(--dl-color-default-darkblue);
  color: var(--dl-color-default-darkblue);
  z-index: 1;
}
 
.backup-thq-help-elm {
  align-self: flex-end;
  text-align: center;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/help-icon-black.svg");
}
 
.backup-thq-close-elm {
  align-self: flex-end;
  text-align: center;
  background-size: cover;
  text-decoration: none;
  background-image: url("public/close-dark.svg");
}
 
.backup-thq-folders-elm {
  gap: 20px;
  width: 100%;
  height: auto;
  display: flex;
  overflow: auto;
  align-items: flex-start;
  padding-left: 45px;
  padding-right: 45px;
  flex-direction: column;
  padding-bottom: 45px;
  justify-content: flex-start;
}
 
.backup-navlink {
  display: contents;
}
 
.backup-thq-folder1-elm {
  gap: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-black-15);
  border-width: 1px;
  flex-direction: row;
  padding-bottom: 20px;
  justify-content: flex-start;
  text-decoration: none;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
 
.backup-thq-folder-elm1 {
  width: 85px;
  object-fit: cover;
}
 
.backup-thq-content-elm2 {
  gap: 20px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.backup-thq-info-elm1 {
  gap: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.backup-thq-title-elm2 {
  width: 80%;
}
 
.backup-thq-date-elm1 {
  fill: var(--dl-color-black-60);
  color: var(--dl-color-black-60);
  width: 80%;
}
 
.backup-thq-author-elm1 {
  fill: var(--dl-color-black-60);
  color: var(--dl-color-black-60);
  width: 50%;
}
 
.backup-thq-folder2-elm {
  gap: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-black-15);
  border-width: 1px;
  flex-direction: row;
  padding-bottom: 20px;
  justify-content: flex-start;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
 
.backup-thq-folder-elm2 {
  width: 85px;
  object-fit: cover;
}
 
.backup-thq-content-elm3 {
  gap: 20px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.backup-thq-info-elm2 {
  gap: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.backup-thq-title-elm3 {
  width: 80%;
}
 
.backup-thq-date-elm2 {
  fill: var(--dl-color-black-60);
  color: var(--dl-color-black-60);
  width: 80%;
}
 
.backup-thq-author-elm2 {
  fill: var(--dl-color-black-60);
  color: var(--dl-color-black-60);
  width: 50%;
}
 
.backup-thq-folder3-elm {
  gap: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-black-15);
  border-width: 1px;
  flex-direction: row;
  padding-bottom: 20px;
  justify-content: flex-start;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
 
.backup-thq-folder-elm3 {
  width: 85px;
  object-fit: cover;
}
 
.backup-thq-content-elm4 {
  gap: 20px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.backup-thq-info-elm3 {
  gap: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.backup-thq-title-elm4 {
  width: 80%;
}
 
.backup-thq-date-elm3 {
  fill: var(--dl-color-black-60);
  color: var(--dl-color-black-60);
  width: 80%;
}
 
.backup-thq-author-elm3 {
  fill: var(--dl-color-black-60);
  color: var(--dl-color-black-60);
  width: 50%;
}
 
.backup-thq-folder4-elm {
  gap: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  border-color: var(--dl-color-black-15);
  border-width: 1px;
  flex-direction: row;
  padding-bottom: 20px;
  justify-content: flex-start;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
 
.backup-thq-folder-elm4 {
  width: 85px;
  object-fit: cover;
}
 
.backup-thq-content-elm5 {
  gap: 20px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
 
.backup-thq-info-elm4 {
  gap: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
 
.backup-thq-title-elm5 {
  width: 80%;
}
 
.backup-thq-date-elm4 {
  fill: var(--dl-color-black-60);
  color: var(--dl-color-black-60);
  width: 80%;
}
 
.backup-thq-author-elm4 {
  fill: var(--dl-color-black-60);
  color: var(--dl-color-black-60);
  width: 50%;
}
 
.backup-container3 {
  display: contents;
}
 
@media(max-width: 1200px) {
  .backup-thq-body-elm {
    position: relative;
  }
  .backup-thq-folders-elm {
    height: 100%;
    max-height: 100%;
    min-height: 0px;
  }
}
 
@media(max-width: 767px) {
  .backup-container1 {
    background-size: cover;
    background-image: url("public/game-background-mobile-1500w.jpg");
  }
  .backup-thq-body-elm {
    gap: 20px;
  }
  .backup-thq-header-elm {
    padding-left: 30px;
    padding-right: 30px;
  }
  .backup-thq-title-elm1 {
    gap: 10px;
    margin-right: 10px;
  }
  .backup-text {
    font-size: 20px;
  }
  .backup-thq-folders-elm {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .backup-thq-folder1-elm {
    gap: 25px;
    align-items: center;
  }
  .backup-thq-folder-elm1 {
    width: 65px;
  }
  .backup-thq-info-elm1 {
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;
  }
  .backup-thq-title-elm2 {
    font-size: 16px;
  }
  .backup-thq-date-elm1 {
    font-size: 14px;
  }
  .backup-thq-author-elm1 {
    font-size: 14px;
  }
  .backup-thq-folder2-elm {
    gap: 25px;
    align-items: center;
  }
  .backup-thq-folder-elm2 {
    width: 65px;
  }
  .backup-thq-info-elm2 {
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;
  }
  .backup-thq-title-elm3 {
    font-size: 16px;
  }
  .backup-thq-date-elm2 {
    font-size: 14px;
  }
  .backup-thq-author-elm2 {
    font-size: 14px;
  }
  .backup-thq-folder3-elm {
    gap: 25px;
    align-items: center;
  }
  .backup-thq-folder-elm3 {
    width: 65px;
  }
  .backup-thq-info-elm3 {
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;
  }
  .backup-thq-title-elm4 {
    font-size: 16px;
  }
  .backup-thq-date-elm3 {
    font-size: 14px;
  }
  .backup-thq-author-elm3 {
    font-size: 14px;
  }
  .backup-thq-folder4-elm {
    gap: 25px;
    align-items: center;
  }
  .backup-thq-folder-elm4 {
    width: 65px;
  }
  .backup-thq-info-elm4 {
    gap: 5px;
    align-items: flex-start;
    flex-direction: column;
  }
  .backup-thq-title-elm5 {
    font-size: 16px;
  }
  .backup-thq-date-elm4 {
    font-size: 14px;
  }
  .backup-thq-author-elm4 {
    font-size: 14px;
  }
}
 
@media(max-width: 479px) {
  .backup-thq-header-elm {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
  }
  .backup-thq-folders-elm {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .backup-thq-info-elm1 {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
  }
  .backup-thq-title-elm2 {
    width: auto;
  }
  .backup-thq-date-elm1 {
    width: auto;
  }
  .backup-thq-author-elm1 {
    width: auto;
  }
  .backup-thq-info-elm2 {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
  }
  .backup-thq-title-elm3 {
    overflow-wrap: break-word;
  }
  .backup-thq-date-elm2 {
    width: auto;
  }
  .backup-thq-author-elm2 {
    width: auto;
  }
  .backup-thq-info-elm3 {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
  }
  .backup-thq-title-elm4 {
    overflow-wrap: break-word;
  }
  .backup-thq-date-elm3 {
    width: auto;
  }
  .backup-thq-author-elm3 {
    width: auto;
  }
  .backup-thq-info-elm4 {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
  }
  .backup-thq-title-elm5 {
    overflow-wrap: break-word;
  }
  .backup-thq-date-elm4 {
    width: auto;
  }
  .backup-thq-author-elm4 {
    width: auto;
  }
}
