create-edit-backup-job {
  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: 100px;
      display: flex;
      justify-content: flex-end;
    }

    .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;
      }
    }

    .textarea-input {
      word-break: break-all;
    }

    .name-warning {
      color: #d9534f;
    }

    .checkbox-right {
      margin-left: 12px;
    }

    .create-select:hover {
      background: #f8f8f8;
    }

    .create-day {
      width: 80px;
      margin-right: 12px;
    }

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

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

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