.mbsc-ios .mbsc-control-w::before,
.mbsc-ios .mbsc-control-w::after {
  border-top: 0px !important;
}


.mbsc-form-group {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mbsc-label {
  border-bottom: 1px dashed #dedede;
}


.mbsc-checkbox > .mbsc-checkbox-box,
.mbsc-radio > .mbsc-radio-box {
    left: 1em !important;
    right: unset !important;
}


.mbsc-ios .mbsc-progress-step-label {
    color: #000000 !important;
}

.mbsc-ios.mbsc-form .mbsc-checkbox,
.mbsc-ios.mbsc-form .mbsc-radio {
  padding: .875em 1em .875em 3.75em !important;
  /* padding: .875em 1em .875em 40px !important; */
}

.mbsc-radio-box {
  margin-top: -0.875em !important;
  border: 0.125em solid #1272dc;
  width: 1.75em !important;
  height: 1.75em !important;
}

.mbsc-radio-box::after {
  left: 11px !important;
  top: 11px !important;
  width: 12px !important;
  height: 12px !important;
  border: 6px solid #1272dc !important;
  border-radius: 12px !important;
}
