create-edit-backup-storage {
  display: block;

  .create-body {
    padding: 30px 0;
  }

  .create-body {
    background: white;
    border-radius: 5px;
    min-width: 670px;
  }

  .create-item {
    display: flex;
    justify-content: center;
    margin: 12px 0;

    .create-label {
      width: 20%;
      display: flex;
      justify-content: flex-end;
    }

    .checkbox-date {
      margin-bottom: 5px;
      width: 62px;
      text-align: center;
    }

    .create-input {
      flex: 1;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0 100px 0 12px;

      &:not(.not-center) {
        flex-wrap: wrap;
      }

      .app-table {
        margin-top: 12px;
      }

      .speed-config {
        width: 200px;
        margin-right: 12px;
      }

      a {
        color: gray;
      }
    }

    .checkbox-control {
      flex: 1;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0 100px 0 12px;
      font-size: 13px;
      border-radius: 2px;

      span {
        padding-right: 12px;
      }
    }

    input[type=checkbox] {
      margin-right: 3px;
      cursor: pointer;
    }

    input[type=radio] {
      margin-right: 3px;
      cursor: pointer;
    }

    .for-label {
      cursor: pointer;
    }

    .eg-label {
      flex: 0.5;
      paddingright: 20px;
    }

    .en-control {
      margin-right: 10px;
    }

    &:not(.not-center) {
      align-items: center;
    }
  }

  .form-footer {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }

  .form-btn {
    margin: 0 6px;
  }
}
