/*
 * Override CSS (Cascading Style Sheets)
 * https://developer.mozilla.org/en-US/docs/Web/CSS
 */
.sky-step-bar {
  display: none;
}

.parameter-checkbox-title {
  /* prevent text overlapping with checkbox */
  padding-right: 25px;
}
.parameter-checkbox-title:has(+ .parameter-checkbox-info-button) {
  /* prevent text overlapping with info button/checkbox */
  padding-right: 50px;
}

.parameter-checkbox-field {
  position: absolute;
  right: 25px;
  
}
.parameter-input-parameter {
  margin-top: 0px;
}


.parameter {
  margin-top: 2px;
  margin-bottom: 14px;
  border: 1px #ccc solid;
  padding: 8px;
  border-radius: 5px;
}
