.hero-form {
  background: #f7f5f9;
  padding: 2em;
  border-radius: 2em;
}
.hero-form h3 {
  color: #110057;
  margin: 0 0 0.75em;
}

.container {
  margin: 4em auto;
  padding: 2em;
  max-width: 480px;
  background: white;
  border-radius: 1em;
  text-align: center;
}

.cloud-form {
background: white;
max-width: 960px;
padding: 2em;
margin: 4em auto;
border-radius: 1em;
}

.form-title h1 {
  color: #110057;
  font-weight: 500;
  margin: 0 0 .25em;
  text-align: center;
}
.form-subtitle {
  text-align: center;
  margin: 0 0 2em;
}

.form-section {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #eee;
}

.form-options {
  padding: 1em;
}

.cloud-form label {
  margin-bottom: .5em;
  display: block;
}
.cloud-form input[type=text],
.cloud-form input[type=email] {
  padding: 1em 0.5em;
  border: 2px solid #678;
  min-width: 50%;
}

.cloud-form select {
  padding: .5em;
  margin: .75em;
  border: 2px solid #678;
  border-radius: 0.5em;
  min-width: 50%;
}
.cloud-form .date-dropdown-select-boxes select {
  min-width: 15%;
}
#cloudform.cloud-form button.sc-button {
  border-radius: 3em;
  padding: 0.5em 1.5em;
}
.cloud-form .sc-formfield-input {
  margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  display: block;
  width: 90%;
  font-size: 1rem;
  padding: 1em 0.5em;
  border: 1px solid #ccc;
  border-radius: 0.25em;
  margin: .75em;
}

input[type="submit"] {
  border: none;
  cursor: pointer;
}
.btn-submit {
  font-size: 1.1em;
  padding: 0.75em 2em;
  background: #110057;
  color: #fff;
  border-radius: 2em;
}

.form-footer {
  padding: 0 1em 2em;
}

.fsBody.fsEmbed {
  font-family: "ABC Social", sans-serif;
  padding: 0;
  background: white;
  color: #575758;
}

.fsBody form.fsForm {
  max-width: 1200px;
  margin: 0 auto 4em;
  border: none;
  padding: 3em 1.5em;
  background: #f5f7f9;
}
.fsPage {
  max-width: fit-content;
  margin: auto;
}

.fsBody .fsLabelVertical .fsLabel {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.fsForm .fsRowBody input[type=text], 
.fsForm .fsRowBody input[type=email], 
.fsForm .fsRowBody input[type=number], 
.fsForm .fsRowBody input[type=tel], 
.fsForm .fsRowBody textarea, 
.fsForm .fsSignature {
  border: 1px solid #AFAEB1;
  font-weight: 400;
  font-size: 1rem;
  width: 90%;
  padding: .5rem;
}
.fsForm .fsRowBody textarea {
  width: calc(90% - 1rem);
}
input:focus-visible {
  outline: 2px solid #4a00e2;
}

.fsBody .fsForm select {
  background: white;
  background-size: 0;
}

.fsForm .fsPreviousButton, 
.fsForm .fsSubmitButton, 
.fsForm .fsNextButton {
  padding: 10px 24px;
  border: 5px solid #4a00e2;
  border-radius: 3em !important;
  font-size: 16px !important;
  font-weight: 700;
  font-style: normal;
  line-height: 16px;
  color: #ffffff !important;
  background-color: #4a00e2 !important;
}

fieldset {
  border: 0;
}

.fsBody .fsFieldFocused:not(.fsValidationError) {
    background: #f7f5f9;
}

.fsCalendar + .always-ltr {
    display: block;
}

.fsBody label.fsOptionLabel {
  font-size: 1.2em;
  line-height: 26px;
  color: #4a00e2;
  margin: 0 1em 0.5em 0;
  position: relative;
  display: block;
}

.cloud-form input[type=checkbox],
.cloud-form input[type=radio],
.fsBody .fsRowBody input[type=radio], 
.fsBody .fsRowBody input[type=checkbox] {
  appearance: none;
  border: 2px solid rgba(74,0,206,0.5);
  border-radius: .25em;
  width: 1.25em;
  height: 1.25em;
  margin-bottom: -.125em;
  margin-right: .5em;
  position: relative;
}

.cloud-form input[type=radio],
.fsBody .fsRowBody input[type=radio] {
  border-radius: 2em;
}

.cloud-form input[type=checkbox]:checked,
.cloud-form input[type=radio]:checked,
.fsBody .fsRowBody input[type=checkbox]:checked,
.fsBody .fsRowBody input[type=radio]:checked{
  background: #4a00e2;
}

.cloud-form input[type=radio]:checked:before,
.cloud-form input[type=checkbox]:checked:before,
.fsBody .fsRowBody input[type=checkbox]:checked:before {
  border-color: transparent;
  background-color: transparent;
  content: "✓";
  color: white;
  height: 1.2em;
  width: 1.2em;
  top: -1px;
  left: 2px;
  position: absolute;
  background-repeat: no-repeat;
}


