._progress_6u0hz_1 {
  width: 24px;
  height: 6px;
  border-radius: 4px;
  margin-right: 4px;
}

._headerLabel_6u0hz_8, ._headerLabelLarge_6u0hz_8 {
  color: rgb(8, 19, 80);
  font-size: 20px;
  margin-top: 16px;
  display: block;
}

._headerLabelLarge_6u0hz_8 {
  font-size: 24px;
}

._description_6u0hz_19, ._descriptionLarge_6u0hz_19 {
  color: rgb(8, 19, 80);
  font-size: 14px;
  margin-top: 4px;
  word-spacing: 2px;
  line-height: 18px;
  display: block;
}

._descriptionLarge_6u0hz_19 {
  font-size: 20px;
  line-height: 24px;
}

._step--active_6u0hz_33 {
  background-color: #0179FE;
}

._step--inactive_6u0hz_37 {
  background-color: rgba(0, 30, 172, 0.1019607843);
}._errorBanner_7xhdx_1, ._errorLabel_7xhdx_1 {
  width: 100%;
  background-color: RGBA(var(--offline), 0.1);
  border-radius: 5px;
  align-items: center;
  color: RGB(var(--offline));
  padding: 8px;
  box-sizing: border-box;
}

input[type=text]._inlined_7xhdx_11 {
  border-radius: 0 5px 5px 0;
  border-left: 0;
  margin-top: 0;
}

label {
  pointer-events: none;
}

._errColor_7xhdx_21 {
  border-color: RGB(var(--dark-gray)) !important;
}

._errorLabel_7xhdx_1 {
  margin-top: 8px;
  box-sizing: border-box;
  color: RGB(var(--offline-border));
  font-size: 12px;
  line-height: 14px;
}

._errorIcon_7xhdx_33 {
  height: 16px;
  width: 16px;
  margin-right: 4px;
}

._eyeIcon_7xhdx_39 {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}

._inputContainer_7xhdx_46 {
  position: relative;
}
._inputContainer_7xhdx_46 ._dmtInput_7xhdx_49 {
  border: 1px solid rgb(8, 19, 80);
  color: rgb(8, 19, 80);
  border-radius: 5px;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  box-sizing: border-box;
}
._inputContainer_7xhdx_46 ._dmtInput_7xhdx_49:hover {
  border-color: rgb(1, 121, 254);
}
._inputContainer_7xhdx_46 ._dmtInput_7xhdx_49:focus {
  box-shadow: 0 0 0 1px rgb(1, 121, 254);
  border-color: rgb(1, 121, 254);
  outline: none;
}._checkboxContainer_16qau_1 {
  display: inline-flex;
  align-items: center;
  position: relative;
}

._checkboxInput_16qau_7 {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  display: block !important;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(8, 19, 80);
  border-radius: 3px;
  background-color: white;
  cursor: pointer;
  margin: 0;
  position: relative;
  transition: all 0.2s ease;
}
._checkboxInput_16qau_7:hover {
  border-color: rgb(1, 121, 254);
}
._checkboxInput_16qau_7:checked {
  background-color: rgb(1, 121, 254);
  border-color: rgb(1, 121, 254);
}

._checkboxIcon_16qau_30 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

._label_16qau_38, ._labelLarge_16qau_38 {
  color: rgb(8, 19, 80);
  font-size: 12px;
  margin-left: 8px;
}

._labelLarge_16qau_38 {
  font-size: 14px;
}._selectWrapper_1j99y_1 {
  position: relative;
  width: 100%;
}

._selector_1j99y_6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  height: 100%;
  border-radius: inherit;
}
._selector_1j99y_6._standalone_1j99y_14 {
  border: 1px solid rgb(8, 19, 80);
  border-radius: 5px;
  width: 100%;
  justify-content: space-between;
  height: 34px;
  box-sizing: border-box;
}

._selector_1j99y_6:hover {
  border-color: rgb(1, 121, 254);
}

._dropdownContent_1j99y_27 {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
  width: auto;
  background: RGB(var(--full-white));
  border: 1px solid #888;
  border-radius: 6px;
  margin-top: 4px;
  max-height: 300px;
  overflow-y: scroll;
}
._dropdownContent_1j99y_27 ._dropdownInput_1j99y_41 {
  width: 100%;
  height: 40px;
  margin: 0;
  padding-left: 10px;
  font-size: 12px;
  border: none;
  border-bottom: 1px solid rgba(8, 19, 80, 0.4);
  border-radius: 0;
}

._dropdownList_1j99y_52 {
  list-style: none;
  margin: 0;
  padding: 0;
}
._dropdownList_1j99y_52 ._dropdownItem_1j99y_57 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid rgba(8, 19, 80, 0.4);
}
._dropdownList_1j99y_52 ._dropdownItem_1j99y_57:hover {
  background-color: #f1f1f1;
}
._dropdownList_1j99y_52 ._dropdownItem_1j99y_57._selected_1j99y_68 {
  background-color: #eef6ff;
  font-weight: bold;
}
._dropdownList_1j99y_52 ._dropdownItem_1j99y_57 ._tick_1j99y_72 {
  margin-left: auto;
}