.wf-parent,
.wf-wrapper * {
  box-sizing: border-box;
}
.registration-from,
.wf-wrapper,
input,
select {
  background-color: #fff;
}
.registration-from {
  border-radius: 5px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.registration-from h3 {
  color: #000;
}
.bgn-cust-operation-cnt {
  padding: 35px 0 50px !important;
  margin-top: 0px !important;
}
.ban-sec {
  padding: 100px 30px 0 !important;
}
.wf-form-component {
  padding: 30px 40px 60px;
}
.wf-form-paid {
  padding-bottom: 45px;
}
.wf-parent {
  padding: 30px 0;
  height: 100%;
  overflow: auto;
}
.wf-wrapper {
  width: 100%;
  max-width: 700px;
  border-radius: 10px;
  margin: auto;
  border: none;
  color: #222;
  box-shadow: 0 0 2px 0 #00000033;
}
.iframe-container {
  height: 100%;
  width: 100%;
  border: none;
  min-height: 365px;
}
.my-label,
.wf-field,
.wf-label {
  border: 0;
  word-break: break-word;
}
.wf-header {
  font-size: 22px;
  padding-bottom: 25px;
  font-weight: 700;
  word-break: break-word;
}
.my-row,
.wf-row {
  margin-bottom: 15px;
}
.my-row:last-child,
.wf-row:last-child {
  margin-bottom: 0;
}
.my-label,
.wf-label {
  color: #000;
  margin: 0;
  padding: 0;
  font: inherit;
  vertical-align: baseline;
  font-variant-ligatures: none;
  text-align: initial;
  font-weight: 500;
}
.reload-captcha,
.wf-time-field-wrapper select {
  margin-left: 10px;
}
.form-step,
.wf-field,
.wf-form-component .wf-field-error,
.wf-form-component .wf-field-help-text {
  text-align: left;
}
.wf-field {
  position: relative;
}
.my-field-inner,
.wf-field-inner {
  position: relative;
  display: flex;
  flex: 1;
}
.my-field-input:focus,
.wf-field-input:focus {
  border: 1px solid #30c384;
}
.wf-input-focus.wf-field::after {
  opacity: 1;
}
.wf-field-error-active {
  margin-bottom: -10px;
}
.form-step.active,
.wf-field-error-active.wf-field .wf-field-error,
.wf-input-focus.wf-field::after {
  display: block;
}
.wf-field-error-active.wf-field .wf-field-input {
  border: 1px solid #fd6b6d;
  box-shadow: 0 0 1px 1px #f4a2a2;
}
.wf-field-mandatory .wf-field-inner::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #ff6a6a;
  width: 3px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  z-index: 2;
  top: 0;
  bottom: 0;
}
.my-field-dropdown,
.my-field-input,
.wf-field-dropdown,
.wf-field-input {
  width: 100%;
  border: 1px solid #bdc8d3;
  border-radius: 4px;
  padding: 10px 15px;
  min-height: 38px;
  font-size: 15px;
  font-family: inherit;
}
select:not([data-wform-field="select-multiple"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='black' height='34' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>")
    no-repeat #fff;
  background-position-x: 99%;
  min-width: 70px;
}
.my-field-item,
.wf-field-item {
  min-height: 38px;
}
.wf-time-field-wrapper {
  display: flex;
  flex: 1;
}
.wf-field-error {
  color: #ff5050;
  font-size: 12px;
  margin-top: 4px;
  display: none;
  animation: 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both shake;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.wf-field-help-text {
  color: #515159;
  font-size: 12px;
  margin-top: 5px;
}
.wf-field-help-text-link {
  text-decoration: none;
}
.wf-field-checkbox {
  cursor: pointer;
  border-radius: 3px;
  min-width: 14px;
  min-height: 20px;
  box-sizing: initial;
  accent-color: #31c486;
  margin-right: 10px;
  margin-bottom: auto;
}
.wf-field-dropdown-date {
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  border: 1px solid #bdc8d3;
}
.wf-field-dropdown-date:hover {
  border: 1px solid #65c199;
}
.wform-field-item-upload-input {
  min-height: 5rem;
  background-color: #fbfcfd;
  border: 1px dashed #bdc8d3;
  line-height: 2.1;
  cursor: pointer;
}
.wform-field-item-upload-input:focus {
  border: 1px dashed #bdc8d3;
}
.wform-file-upload-input-label {
  background-color: #fff;
  background-image: linear-gradient(to top, #f5f8fa, #fff);
  color: #212129;
  border: 1px solid #d3dbe3;
  border-radius: 4px;
  padding: 0.7rem 2rem;
  font-size: 1.4rem;
  right: 1rem;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
}
input[type="file"]::-webkit-file-upload-button,
input[type="file"]::file-selector-button {
  opacity: 0;
  width: 0;
  height: 28px;
}
.my-row[data-ux-field-appearance="captcha"] .wf-field,
.wf-row[data-ux-field-appearance="captcha"] .wf-field {
  display: flex;
  align-items: center;
}
.wform-field-item-captcha-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wf-field-captcha-img-wrap {
  border: 1px solid #bdc8d3;
  border-radius: 0 4px 4px 0;
  border-left: 0;
  height: initial;
  overflow: hidden;
  min-width: 120px;
}
.wf-field-captcha-img {
  height: 38px;
  width: 100%;
}
.reload-img {
  font-size: 23px;
  color: #4b5569;
  margin-right: 5px;
}
.reload-captcha {
  user-select: none;
}
.wf-btn {
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 700;
  font-family: inherit;
}
.wform-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
.wform-poweredby-container {
  position: absolute;
  left: 0;
  bottom: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #23384f;
  font-size: 13px;
  padding: 6px 8px;
  font-family: sans-serif;
  display: flex;
  align-items: center;
}
.wf-form-component:not([data-ux-form-alignment="top"]) .my-row,
.wf-form-component:not([data-ux-form-alignment="top"]) .wf-row {
  display: flex;
}
.wf-form-component:not([data-ux-form-alignment="top"]) .my-label,
.wf-form-component:not([data-ux-form-alignment="top"]) .wf-label {
  word-break: break-word;
  width: 30%;
  padding: 1.2rem 2rem 0;
}
.wf-form-component[data-ux-form-alignment="left"] .my-label,
.wf-form-component[data-ux-form-alignment="left"] .wf-label {
  text-align: left;
  padding-left: 0;
}
.wf-form-component[data-ux-form-alignment="right"] .my-label,
.wf-form-component[data-ux-form-alignment="right"] .wf-label,
.wf-form-component[data-ux-form-alignment="top"] .reload-captcha {
  text-align: right;
}
.wf-form-component[data-ux-form-alignment="center"] .my-label,
.wf-form-component[data-ux-form-alignment="center"] .wf-label {
  text-align: center;
}
.wf-form-component:not([data-ux-form-alignment="top"]) .wf-field {
  width: 70%;
}
.wf-form-component[data-ux-form-alignment="top"] .wform-btn-wrap {
  justify-content: flex-start;
}
.wf-form-component[data-ux-form-alignment="top"]
  .my-label[data-ux-empty-label="true"],
.wf-form-component[data-ux-form-alignment="top"]
  .wf-label[data-ux-empty-label="true"] {
  padding: 0;
}
.my-row[data-ux-field-appearance="captcha"] .my-field-inner,
.wf-row[data-ux-field-appearance="captcha"] .wf-field-inner {
  height: 38px;
}
.my-row[data-ux-field-appearance="captcha"] .wf-field.wf-field-error-active,
.wf-row[data-ux-field-appearance="captcha"] .wf-field.wf-field-error-active {
  flex-wrap: wrap;
}
.my-row[data-ux-field-appearance="captcha"] .wf-field-error,
.wf-row[data-ux-field-appearance="captcha"] .wf-field-error {
  flex-basis: 100%;
  width: 100%;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@media screen and (max-width: 1024px) {
  .wf-wrapper {
    max-width: 700px;
    width: calc(100% - 40px);
    border: 0;
  }
  .wf-field input[type="text"],
  .wf-field select,
  .wf-field textarea {
    width: 100% !important;
  }
  .my-label:empty,
  .wf-label:empty {
    display: none;
  }
  .wf-field-checkbox {
    min-width: 18px;
    min-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .wf-wrapper {
    max-width: 700px;
    width: calc(100% - 40px);
    border: 0;
  }
  .wf-field input[type="text"],
  .wf-field select,
  .wf-field textarea {
    width: 100% !important;
  }
  .my-label:empty,
  .wf-label:empty {
    display: none;
  }
}
@media screen and (max-width: 590px) {
  .wf-parent {
    padding: 20px 0;
  }
  .wf-wrapper {
    width: calc(100% - 40px) !important;
    border: 0;
  }
  .wf-form-component {
    padding: 20px 20px 60px;
  }
  .wf-field input[type="text"],
  .wf-field select,
  .wf-field textarea {
    width: 100% !important;
  }
  .my-label:empty,
  .wf-label:empty {
    display: none;
  }
  .my-row[data-ux-field-appearance="captcha"] .wf-field,
  .my-row[data-ux-field-appearance="date-time"] .my-field-inner,
  .wf-row[data-ux-field-appearance="captcha"] .wf-field,
  .wf-row[data-ux-field-appearance="date-time"] .wf-field-inner {
    flex-direction: column;
  }
  .my-row[data-ux-field-appearance="date-time"] .wf-time-field-wrapper,
  .wf-row[data-ux-field-appearance="date-time"] .wf-time-field-wrapper {
    margin-top: 10px;
  }
  .my-row[data-ux-field-appearance="date-time"] .my-field-item:first-child,
  .wf-row[data-ux-field-appearance="date-time"] .wf-field-item:first-child {
    margin-left: 0;
  }
  .my-row[data-ux-field-appearance="date-time"] .my-field-item,
  .wf-row[data-ux-field-appearance="date-time"] .wf-field-item {
    flex: 1;
  }
  .my-row[data-ux-field-appearance="captcha"] .reload-captcha,
  .wf-row[data-ux-field-appearance="captcha"] .reload-captcha {
    margin-left: auto;
  }
  .my-row[data-ux-field-appearance="captcha"] .my-field-inner,
  .wf-row[data-ux-field-appearance="captcha"] .wf-field-inner {
    width: 100%;
  }
}
.error_message,
.required {
  color: #ff0d00;
}
#BiginWebToRecordForm537148000000342116 {
  display: flex;
  justify-content: center;
}
#elementDiv537148000000342116 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.form-step {
  width: 100%;
  display: none;
}
.nextStep,
.prevStep {
  background: #f0483e !important;
  font-size: 14px;
  padding: 3px 9px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 35%;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
}
.button-container {
  margin-top: 20px;
}
.prevStep {
  border: 1px solid #c0c6cc;
  border-radius: 4px;
}
.nextStep {
  border: 1px solid #c0c6cc;
  border-radius: 4px;
  float: right;
}
.drop_box {
  margin: 10px 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px dotted #a3a3a3;
  border-radius: 5px;
}
.alert,
.display {
  display: none;
}
.btn,
.btn:hover {
  text-decoration: none;
  padding: 10px 20px;
  border: none;
}
.drop_box h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2e2e2e;
}
.drop_box p {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #a3a3a3 !important;
}
.btn {
  background-color: #f0483e;
  color: #fff;
  outline: 0;
  transition: 0.3s;
}
.btn:hover {
  background-color: #fff;
  color: #005af0;
  outline: #010101 solid 1px;
}
.disable {
  opacity: 0.7;
  cursor: not-allowed;
}
.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: sticky;
  top: 0;
  width: 100%;
  right: 0;
  z-index: 1000;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.registration-from form {
  font-family: Arial;
  position: relative;
  font-size: 15px;
}
.float-right-right {
  float: right !important;
}
.Address-resize-icon {
  resize: none;
}
