
/* Begining of advanced designer */
/*PREFERENCES STYLE*/
/*  1 - Preferences style */
/*  1 - FONT FAMILY */
.form-all {
  font-family: "Open Sans", sans-serif;
}
/* 2 - FORM WIDTH */
.form-all {
  max-width: 600px;
}
/* 5 - FONT SIZE */
.form-all {
  font-size: 16px;
}
/* 5 - input bg color */
.form-textbox,
.form-textarea,
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input {
  background-color: #ffffff;
}
/* 10 - LINE SPACING */
.form-line {
  margin-top: 12px;
  margin-bottom: 12px;
}
.supernova .form-all,
.form-all {
  background-color: #ffffff;
}
.supernova {
  background-color: #ffffff;
}
.supernova body {
  background-color: transparent;
}
.form-all,
.form-label-top,
.form-label-left,
.form-label-right,
.form-html,
.form-checkbox-item label,
.form-radio-item label,
span.FITB .qb-checkbox-label,
span.FITB .qb-radiobox-label,
span.FITB .form-radio label,
span.FITB .form-checkbox label,
[data-blotid][data-type=checkbox] [data-labelid],
[data-blotid][data-type=radiobox] [data-labelid],
span.FITB-inptCont[data-type=checkbox] label,
span.FITB-inptCont[data-type=radiobox] label,
.form-sub-label {
  color: #231f20;
}
/*PREFERENCES STYLE*/
/* 17 - INPUT WIDTHS */
.form-line,
.form-input,
.form-input-wide,
.form-dropdown,
.form-sub-label-container,
.form-matrix-table {
  width: 100%;
  max-width: none;
}
.form-textbox,
.form-textarea,
.form-radio-item,
.form-checkbox-item,
.form-captcha input,
.form-spinner input,
.form-error-message {
  width: 100%;
  max-width: none;
}
/*  20 - FORM PADDING */
ul.form-section {
  padding: 0px 0px;
}
.form-textbox:not(#productSearch-input),
.form-textarea,
li[data-type=control_fileupload] .qq-upload-button,
.signature-wrapper {
  border-width: 1px;
  width: 100% !important;
  border-color: #8c8c8c;
  color: #1b5a9a;
}
.form-textarea:hover,
.form-textbox:hover,
li[data-type=control_fileupload] .qq-upload-button:hover,
.signature-wrapper:hover {
  border-color: rgba(140, 140, 140, 0.5);
  box-shadow: 0 0 0 2px rgba(140, 140, 140, 0.25);
}
.form-textarea:focus,
.form-textbox:focus,
li[data-type=control_fileupload] .qq-upload-button:focus,
.signature-wrapper:focus {
  border-color: #8c8c8c;
  box-shadow: 0 0 0 3px rgba(140, 140, 140, 0.25);
}
/* Heights */
.form-textbox {
  height: 52px;
}
.form-textarea {
  height: 100px !important;
}
li[data-type="control_textbox"] div[data-layout="half"],
li[data-type="control_dropdown"] div[data-layout="half"],
li[data-type="control_email"] div[data-layout="half"],
li[data-type="control_number"] div[data-layout="half"],
li[data-type="control_phone"] div[data-layout="half"],
li[data-type="control_datetime"] div[data-layout="half"],
li[data-type="control_signature"] div[data-layout="half"] {
  width: 100% !important;
  max-width: 500px;
}
li[data-type="control_textarea"] div[data-layout="full"],
li[data-type="control_fullname"] div[data-layout="full"],
li[data-type="control_matrix"] div[data-layout="full"],
li[data-type="control_address"] div[data-layout="full"],
li[data-type="control_fileupload"] div[data-layout="full"],
li[data-type="control_appointment"] div[data-layout="full"] {
  width: 100% !important;
  max-width: 500px;
}
.form-label {
  margin-right: 16px;
  margin-bottom: 0;
}
/* 11 - LINE PADDING */
/* LABEL STYLE */
.form-dropdown:first-child {
  border-color: #8c8c8c;
  color: #1b5a9a;
  height: 52px;
}
[data-type="control_dropdown"] .form-input,
[data-type="control_birthdate"] .form-input,
[data-type="control_time"] .form-input,
[data-type="control_dropdown"] .form-input-wide,
[data-type="control_birthdate"] .form-input-wide,
[data-type="control_time"] .form-input-wide {
  width: 100% !important;
  max-width: 600px;
}
[data-type="control_dropdown"] .form-dropdown {
  width: 100% !important;
  max-width: 600px;
}
.form-dropdown:not(.time-dropdown) {
  margin: 0;
  appearance: none;
}
li[data-type="control_dropdown"] > div.form-input,
li[data-type="control_dropdown"] > div.form-input-wide {
  position: relative;
}
li[data-type="control_dropdown"] > div.form-input:before,
li[data-type="control_dropdown"] > div.form-input-wide:before,
li[data-type="control_dropdown"] .form-sub-label-container:before {
  width: 34px;
  height: 34px;
  content: "";
  display: inline-block;
  top: 3px;
  right: 3px;
  background-color: #fff;
  border-radius: 0 40px 40px 0;
  border-color: #8c8c8c;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
li[data-type="control_dropdown"] > div.form-input:after,
li[data-type="control_dropdown"] > div.form-input-wide:after,
li[data-type="control_dropdown"] .form-sub-label-container:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 40px;
  top: 0;
  right: 1px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' fill='none' xmlns='\http\://www.w3.org/2000/svg'%3e%3cpath d='M5 5L1 1h8L5 5z' fill='%2357647E' stroke='%2357647E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-position: right 10px bottom 50%;
  background-size: .625em;
  background-repeat: no-repeat;
  border-color: #828282 transparent transparent transparent;
  border-color: #8c8c8c transparent transparent transparent;
  position: absolute;
  right: 5px;
  pointer-events: none;
  cursor: pointer;
}
/* 12 - ROUNDED INPUTS */
.form-textbox:not(#productSearch-input),
.form-radio-other-input,
.form-checkbox-other-input,
.form-captcha input,
.form-spinner input,
.form-pagebreak-back,
.form-pagebreak-next,
.qq-upload-button,
.signature-wrapper,
.form-error-message {
  border-radius: 0px;
}
.form-textarea {
  border-radius: 0px;
}
.form-dropdown {
  border-radius: 0px;
  appearance: none;
  margin: 0;
}
.supernova .form-all,
.form-all {
  border-radius: 0px;
}
.form-section:first-child {
  border-radius: 0px 0px 0 0;
}
.form-section:last-child {
  border-radius: 0 0 0px 0px;
}
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 0px;
}
.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: #d70071;
  border-color: #d70071;
}
.form-radio:checked + label:before,
.form-radio:checked + span:before {
  border-color: #d70071;
}
.form-radio:checked + label:after,
.form-radio:checked + span:after {
  background-color: #d70071;
}
.form-checkbox:hover + label:before,
.form-checkbox:hover + span:before,
.form-radio:hover + label:before,
.form-radio:hover + span:before {
  border-color: rgba(215, 0, 113, 0.5);
  box-shadow: 0 0 0 2px rgba(215, 0, 113, 0.25);
}
.form-checkbox:focus + label:before,
.form-checkbox:focus + span:before,
.form-radio:focus + label:before,
.form-radio:focus + span:before {
  border-color: #d70071;
  box-shadow: 0 0 0 3px rgba(215, 0, 113, 0.25);
}
.submit-button {
  font-size: 16px;
  font-weight: bold;
  font-family: inherit;
  height: 55px;
  width: 100px;
  border: none;
  border-width: 0px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.submit-button {
  font-family: "Hammersmith One", sans-serif;
}
.submit-button {
  min-width: 180px;
}
li[data-type="control_button"] .form-submit-button {
  color: #ffffff;
  background-color: #d70071;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
li[data-type="control_button"] .form-submit-button:hover {
  background-color: #71003b;
}
li[data-type="control_button"] button.jf-form-buttons.form-sacl-button,
li[data-type="control_button"] button.jf-form-buttons.form-submit-print {
  color: #d70071;
  border-color: #d70071;
  background-image: none;
  background-color: #fff;
}
li[data-type="control_button"] button.jf-form-buttons.form-sacl-button:hover,
li[data-type="control_button"] button.jf-form-buttons.form-submit-print:hover {
  background-color: #71003b;
  color: #fff;
}
li[data-type="control_button"] button.jf-form-buttons.form-pagebreak-back {
  background-image: none;
  background-color: #71003b;
  box-shadow: none;
  text-shadow: none;
}
li[data-type="control_button"] button.jf-form-buttons.form-pagebreak-back:hover {
  background-color: #3e0021;
  color: #fff;
}
.form-submit-button,
.form-submit-reset,
.form-submit-print {
  border-radius: 0px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  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 {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-attachment: fixed;
  background-size: auto;
  background-size: cover;
}
.supernova {
  background-image: none;
}
#stage {
  background-image: none;
}
/* | */
.form-all {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
}
.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: .875em;
}
.header-large h3 + .form-subHeader {
  font-size: .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: .875em;
}
.header-default h3 + .form-subHeader {
  font-size: .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: .875em;
}
.header-small h3 + .form-subHeader {
  font-size: .75em;
}
.form-header-group {
  text-align: left;
}
div.form-header-group.header-large,
div.form-header-group.hasImage {
  margin: 0px -38px;
}
div.form-header-group.header-large,
div.form-header-group.hasImage {
  padding: 40px 52px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: -1;
}
.form-line-error {
  -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(192, 0, 111, 0.08);
}
.form-line-error .form-error-message {
  background-color: #d70071;
  clear: both;
  float: none;
}
.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: #d70071;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  border: 1px solid #d70071;
  box-shadow: 0 0 3px #d70071;
}
.form-line-error {
  -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(192, 0, 111, 0.08);
}
.form-line-active {
  background-color: #eef4fa;
}
/* 29 - FORM COLUMNS */

/*__INSPECT_SEPERATOR__*/
html {
    height : 100%;
}

body.thankyou {
    display : flex;
    flex-direction : column;
    justify-content : flex-end;
}

.form-section.page-section {
    padding : 0;
    margin : 0;
}

.form-all {
    box-shadow : none;
    margin-top : 0;
    max-width : 100%;
    overflow : hidden;
}

.supernova body {
    margin : 0;
}

.form-dropdown, 
.form-dropdown::placeholder, 
.form-textarea,
.form-textarea::placeholder,
.form-textbox, 
.form-textbox::placeholder,
.form-radio-item label, 
.form-checkbox-item label {
    font-weight : 500;
}

.form-dropdown:focus, 
.form-dropdown:hover, 
.form-textarea:focus, 
.form-textarea:hover, 
.form-textbox:not(#productSearch-input):focus, 
.form-textbox:not(#productSearch-input):hover, 
.signature-wrapper:focus, .signature-wrapper:hover {
    border-width : 1px;
}

.form-line-error .form-error-message {
    position : relative;
    width : auto;
    margin-bottom : 8px;
}

.error-navigation-container {
    display : none;
}

/*.page-section>li:first-child:not(.form-line-column):not([data-type=control_head]):not([data-type=control_payment]):not([data-type=control_text]):not([data-type=control_button]):not([data-type=control_collapse]), 
.page-section>li:nth-child(2):not(.form-line-column):not([data-type=control_head]):not([data-type=control_paymrnt]):not([data-type=control_text]):not([data-type=control_button]):not([data-type=control_collapse]) {
    margin-top : 0;
}

*/

.page-section>li:first-child:not(.form-line-column):not([data-type=control_head]):not([data-type=control_payment]):not([data-type=control_text]):not([data-type=control_button]):not([data-type=control_collapse])+li:nth-child(2):not(.form-line-column):not([data-type=control_head]):not([data-type=control_payment]):not([data-type=control_text]):not([data-type=control_button]):not([data-type=control_collapse]) {
    margin-top : 0;
}

li[data-type="control_fullname"] div[data-layout="full"],
li[data-type="control_textarea"] div[data-layout="full"],
li[data-type="control_textbox"] div[data-layout="half"], 
li[data-type="control_dropdown"] div[data-layout="half"], 
li[data-type="control_email"] div[data-layout="half"], 
li[data-type="control_number"] div[data-layout="half"], 
li[data-type="control_phone"] div[data-layout="half"], 
li[data-type="control_datetime"] div[data-layout="half"], 
li[data-type="control_signature"] div[data-layout="half"] {
    max-width : 100%;
}

/* style for form-sheet-embed */
.input-btn {
    font-family : "Hammersmith One", sans-serif;
    background-color : #d70071;
    border : none;
    color : #ffffff;
    cursor : pointer;
    font-weight : bold;
    font-size : 16px;
    padding : 1rem 2rem;
    width : max-content;
}

.form-input jf-required div {

}

.input-btn {
    font-family : "Hammersmith One", sans-serif;
    background-color : #d70071;
    border : none;
    color : #ffffff;
    cursor : pointer;
    font-weight : bold;
    font-size : 16px;
    padding : 1rem 2rem;
    width : max-content;
}

.form-input .custom-field-frame {
    max-width : 100% !important;
    height : auot;
}

.form-label.form-label-top {
    margin-bottom : 16px;
}

.form-required {

}

#label_5 {

}

