restore-create {
  display: block;

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

    .modal-label {
      width: 25%;
      display: flex;
      justify-content: flex-end;
    }

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

      .radio-left, .radio-left::before {
        border-radius: 20px 0 0 20px;
        line-height: 12px;
      }

      .radio-right, .radio-right::before {
        border-radius: 0 20px 20px 0;
        line-height: 12px;
      }

      sharp-selector {
        flex: 1;
      }
    }

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

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

  .form-footer {
    display: flex;
    justify-content: center;
  }

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