*,
*:after,
*:before {
  box-sizing: border-box;
}
.main .jotform-form {
  width: 100%;
  padding: 0 3%;
}
.form-all {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
  font-size: 15px;
  margin:0 auto;
  padding-top:10px;
}
.form-line-active {
  background-color: #f1f5ff;
}
.form-label {
  font-weight: 500;
  font-size: 0.95em;
}
li.form-line {
  margin-top: 12px;
  margin-bottom: 12px;
}
.form-line {
  padding: 0px 0px;
  position: relative;
}
.supernova .form-all,
.form-all {
  border-radius: 3px;
}
.form-section:first-child {
  border-radius: 3px 3px 0 0;
}
.form-section:last-child {
  border-radius: 0 0 3px 3px;
}
.form-section {
  padding: 0px 38px;
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #ffffff;
  border-color: #4B4846;
  border-radius:10px;
}
.form-textbox::placeholder , .form-textarea::placeholder{
    color: #4B4846;
    font-size:15px;

}
.form-label {
  margin-bottom: 12px;
  margin-right: 0;
  position: absolute;
  top: -8px;
  left: 18px;
  background: linear-gradient(to top, #ffffff 56%, transparent 44%);
  width: auto;
  padding: 0 5px;
  font-size:12px;
  letter-spacing:0.462;
  font-family: myriad-pro, sans-serif;
  font-weight:600;
}
.form-line-column {
  width: calc(50% - 8px);
}
.form-checkbox-item label,
.form-checkbox-item span,
.form-radio-item label,
.form-radio-item span {
  color: #f7a07c;
}
.form-label-top,
.form-label-left,
.form-label-right,
.form-html {
  color: #f47d4c;
}
.form-checkbox-item label,
.form-radio-item label {
  color: #f47d4c;
}
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 0px !important;
}
.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}
.form-single-column .form-checkbox-item,
.form-single-column .form-radio-item {
  width: 100%;
}
.form-checkbox-item .editor-container div,
.form-radio-item .editor-container div {
  position: relative;
}
.form-checkbox-item .editor-container div:before,
.form-radio-item .editor-container div:before {
  display: inline-block;
  vertical-align: middle;
  left: 0;
  width: 20px;
  height: 20px;
}
.form-checkbox-item input,
.form-radio-item input {
  margin-top: 2px;
}
.form-checkbox:checked + label:before,
.form-checkbox:checked + span:before {
  background-color: #2e69ff;
  border-color: #2e69ff;
}
.form-radio:checked + label:before,
.form-radio:checked + span:before {
  border-color: #2e69ff;
}
.form-radio:checked + label:after,
.form-radio:checked + span:after {
  background-color: #2e69ff;
}
.form-checkbox:hover + label:before,
.form-checkbox:hover + span:before,
.form-radio:hover + label:before,
.form-radio:hover + span:before {
  border-color: rgba(46, 105, 255, 0.5);
  box-shadow: 0 0 0 2px rgba(46, 105, 255, 0.25);
}
.form-checkbox:focus + label:before,
.form-checkbox:focus + span:before,
.form-radio:focus + label:before,
.form-radio:focus + span:before {
  border-color: #2e69ff;
  box-shadow: 0 0 0 3px rgba(46, 105, 255, 0.25);
}
.submit-button {
  background-color: #f47d4c;
  border: 1px solid #f47d4c;
  padding: 16px 29px;
  border-radius: 10px;
  color:#ffffff;
  display: flex;
  align-items: center;
  text-transform:uppercase;
  font-size: 14px;
  line-height:14px;
  letter-spacing:1.5px;
  -webkit-transition:all 0.15s ease-in;  
  -moz-transition:all 0.15s ease-in;  
  -o-transition:all 0.15s ease-in;  
  transition:all 0.15s ease-in;
  text-decoration:none;
  width: max-content;
  font-weight:600;
  position:relative;
  z-index:4;
  min-width:unset;
  padding-left: 37px;
}
.submit-button:hover {
    background-color: #f47d4c;
    color:#ffffff;
}
.submit-button i {
  font-family: FontAwesome;
  font-style:normal;
  margin-top:2px;
  font-size:9px;
  line-height:9px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  /* font-family: "Inter", sans-serif; */
  font-size: 15px;
  font-weight: normal;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  min-width: 128px;
}
li[data-type="control_image"] div {
  text-align: left;
}
li[data-type="control_image"] img {
  border: none;
  border-width: 0px !important;
  border-style: solid !important;
  border-color: false !important;
}
.supernova {
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.supernova {
  background-image: none;
}
#stage {
  background-image: none;
}
/* | */
.form-all {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}
.form-header-group {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
}
.header-large h1.form-header {
  font-size: 2em;
}
.header-large h2.form-header {
  font-size: 1.5em;
}
.header-large h3.form-header {
  font-size: 1.17em;
}
.header-large h1 + .form-subHeader {
  font-size: 1em;
}
.header-large h2 + .form-subHeader {
  font-size: 0.875em;
}
.header-large h3 + .form-subHeader {
  font-size: 0.75em;
}
.header-default h1.form-header {
  font-size: 2em;
}
.header-default h2.form-header {
  font-size: 1.5em;
}
.header-default h3.form-header {
  font-size: 1.17em;
}
.header-default h1 + .form-subHeader {
  font-size: 1em;
}
.header-default h2 + .form-subHeader {
  font-size: 0.875em;
}
.header-default h3 + .form-subHeader {
  font-size: 0.75em;
}
.header-small h1.form-header {
  font-size: 2em;
}
.header-small h2.form-header {
  font-size: 1.5em;
}
.header-small h3.form-header {
  font-size: 1.17em;
}
.header-small h1 + .form-subHeader {
  font-size: 1em;
}
.header-small h2 + .form-subHeader {
  font-size: 0.875em;
}
.header-small h3 + .form-subHeader {
  font-size: 0.75em;
}
.form-header-group {
  text-align: left;
}
.form-header-group {
  /* font-family: "Inter", sans-serif; */
}
div.form-header-group.header-large {
  margin: 0px -38px;
}
div.form-header-group.header-large {
  padding: 40px 52px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: 0;
}
.form-line-error {
  overflow: hidden;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: rgba(255, 255, 255, 0);
}
.form-line-error .form-error-message {
  background-color: #f23a3c;
  clear: both;
  float: none;
}
.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: #f23a3c;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  border: 1px solid #f23a3c;
  box-shadow: 0 0 3px #f23a3c;
}
.supernova {
  background-color: rgba(255, 255, 255, 0);
  background-color: rgba(243, 243, 254, 0);
}
.supernova body {
  background-color: transparent;
}
.supernova .form-all,
.form-all {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #ffffff;
  width: 100% !important;
  padding: 23px;
}
.form-matrix-table tr {
  border-color: rgba(230, 230, 230, 0);
}
.form-matrix-table tr:nth-child(2n) {
  background-color: rgba(242, 242, 242, 0);
}
.form-all {
  color: #4b4846;
}
.form-label-top,
.form-label-left,
.form-label-right,
.form-html {
  color: #f47d4c;
}
.form-line-error {
  overflow: hidden;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: rgba(255, 255, 255, 0);
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: 0;
} /*__INSPECT_SEPERATOR__*/ /* Injected CSS Code */
.form-input-wide {
  width: 100% !important;
}
.form-required {
    display:none;
}
.form-buttons-wrapper { 
  border:none;
  padding-top:10px;
}
.form-dropdown:hover, .form-textarea:hover, .form-textbox:hover, .signature-wrapper:hover, .form-textarea:focus, .form-textbox:focus {
    border-color: inherit;
    box-shadow: none;
}

.formFooter-heightMask {
  height:0px;
}

.jf-form-buttons:not(.form-pagebreak-back) {
  margin-left: 0px;
}
@media screen and (max-width:320px) and (min-height:568px) {
  textarea#input_8 {
    height:48px !important;
  }
}
@media screen and (max-width:375px) and (max-height:640px) {
  textarea#input_8 {
    height:108px !important;
  }
}
@media screen and (max-width:480px) {
    label.form-label.form-label-auto {
        width: auto !important;
    }
    .form-line { 
        margin-left:24px; 
        margin-right:24px;
    }
    .jf-form-buttons.submit-button:only-child { 
        width:158px; 
        min-width: 158px;
    }
}