.backup-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.backup-container .backup-config {
  width: 40%;
  height: 400px;
  border-right: 1px solid #dee2e6;
}
.backup-container .backup-config .backup-config__title {
  font-size: 16px;
  font-weight: 500;
  color: #001D85;
}
.backup-container .backup-config .backup-config__content {
  margin-top: 20px;
  margin-left: 10px;
}
.backup-container .backup-config .backup-config__content .radio-group {
  display: flex;
  justify-items: center;
}
.backup-container .backup-config .backup-config__content .radio-group .radio-group__lable {
  margin-left: 10px;
}
.backup-container .backup-config .backup-config__content .frequency-group {
  display: flex;
  justify-items: center;
  height: 45px;
  margin-top: 10px;
}
.backup-container .backup-config .backup-config__content .frequency-group .frequency-group__lable {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 450;
}
.backup-container .backup-config .delete-old-backup {
  display: flex;
  justify-items: center;
  margin-top: 5px;
  margin-left: 10px;
}
.backup-container .backup-config .delete-old-backup .delete-old-backup__input {
  margin: 0px 5px;
}
.backup-container .restore-config {
  width: 60%;
  min-height: 400px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .backup-container .backup-config {
    width: 100%;
    border-right: none;
  }
  .backup-container .restore-config {
    width: 100%;
    padding-left: 0px;
  }
}
.backup-search {
  width: 100%;
  min-width: 50%;
  box-sizing: border-box;
  height: 45px;
  display: flex;
}
.backup-search .backup-search-container {
  background: #FFFFFF;
  border: 1px solid #D7DAE2;
  border-radius: 10px;
  background-color: #fff;
  height: 45px;
  width: calc(100% - 55px);
}
.backup-search .backup-search-container .backup-search__input {
  width: 100%;
  border: none;
  font-size: 16px;
  line-height: 40px;
  padding: 0px 2px 0px 5px;
  border-radius: 10px;
  height: 45px;
  background-color: transparent;
}
.backup-search .backup-search__button {
  margin-left: 10px;
  width: 45px;
  height: 45px;
  padding: 0;
  background: #001D85;
  border-radius: 18px;
  box-sizing: border-box;
}
.backup-search :focus-within {
  color: #212529;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.backup-order-sort {
  height: 45px;
  border-radius: 10px;
}
.center-table-col {
  text-align: center;
}
