
.bfcms-form-multistep > .bf-r-form {
  display: none;
}
  .bfcms-form-multistep .bf-product {
    display: none;
  }

  .bfcms-form-multistep > .bf-r-form:first-child {
    display: block;
  }

  .bfcms-form-multistep input[type="text"],
  .bfcms-form-multistep input[type="email"],
  .bfcms-form-multistep input[type="number"],
  .bfcms-form-multistep input[type="password"],
  .bfcms-form-multistep select,
  .bfcms-form-multistep textarea {
    width: 100%;
    margin-bottom: 8px;
  }


  .bfcms-form-multistep .bf-r-invalid {
    border: 2px solid #f00 !important;
  }

.bf-r-field {
  margin-bottom: 10px;
}

  .bf-r-field .form-floating > textarea.form-control {
    min-height: 8rem;
  }

.bf-r-overlay {
  display: none;

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;

  background: rgba( 0, 0, 0, 0.25 );
}

.bf-r-error-message {
  display: none;

  padding: 10px 20px;
  margin-bottom: 1em;

  text-align: center;

  color: #fff;
  background: #c33;
}

.bf-r-register-form .bf-sys-register-firstname,
.bf-r-register-form .bf-sys-register-lastname {
  float: left;
  width: 49%;
}
.bf-r-register-form .bf-sys-register-firstname { margin-right: 2%; }


.bf-register-checklist {
  margin: 0 0 1em;
  padding: 0;

  list-style: none;
}

.bf-r-field-list {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
}
  .bf-r-field-list label {
    margin: 0;
    padding: 0;

    font-weight: inherit;
  }

.bf-r-select-other {
  display: none;
}

.bf-r-submit-row {
  margin-top: 2em;
}
  .bf-r-submit-row .button.disabled {
    opacity: 0.25;
  }


.bf2-form-multistep-schedule {
  display: flex;
  gap: 1rem;

  padding: 0;
  margin: 0;

  list-style: none;
}
  .bf2-form-multistep-schedule li {
    padding: 5px 8px;

    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    border-radius: 0.25rem;

    cursor: pointer;
  }
    .bf2-form-multistep-schedule li.selected {
      border: 1px solid #bbb;
      background-color: #bbb;
    }
    .bf2-form-multistep-schedule li:hover {
      border: 1px solid #bbb;
    }


.bf2-form-signature {
  display: none;

  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 999;

  width: 50vw;
  margin-left: -25vw;

  background: #fff;
}
  .bf2-form-signature canvas {
    width: 100%;
    min-height: 250px;
    margin: 0 0 0.5rem;

    border: 1px solid #ddd;
  }

  .bf2-form-signature-controls {
    display: flex;
    justify-content: space-between;
  }
