.ff-el-form-check input[type="radio"] {
  width: 25px !important;
  height: 25px !important;
  max-width: 25px !important;
  min-width: 25px !important;
  flex: 0 0 25px !important;
  display: inline-block;
  vertical-align: middle;
}
.ff-step-container .fluentform-step > .step-nav > .ff-btn-prev {
  display: none;
}
.ff-step-container .ff-step-t-container > .ff-t-cell {
  width: 100% !important;
}
.fluentform-step .ff-el-group > .ff-btn {
  min-width: 100% !important;
  width: 100% !important;
}
.sbmt-container {
  min-width: 100% !important;
}
.sbmt {
  min-width: 100% !important;
  width: 100% !important;
}
fieldset .ff-step-t-container {
  flex-direction: column;
}
.ff-step-container .ff-el-group > .ff-el-section-title {
  background: #1E1434;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
}
.ff-step-container .ff-el-group > hr {
  display: none;
}
h2 {
  color: #1e1434 !important;
}
.ff-el-form-check input[type="radio"] {
  accent-color: #1E1434;
}
.ff-el-input--content .ff-upload-progress-inline-text {
  background-color: #b6f2ac;
  color: #fdfdfd !important;
  font-weight: 800 !important;
  padding-left: 10px;
  padding-right: 10px;
}
[type=checkbox] {
  width: 30px;
  height: 30px;
}
.ff-btn-prev {
  display: none;
}
