
/* Begining of advanced designer */
/*PREFERENCES STYLE*/
/*  1 - Preferences style */
/*  1 - FONT FAMILY */
.form-all {
  font-family: "Inter", sans-serif;
}
/* 2 - FORM WIDTH */
.form-all {
  max-width: 752px;
}
/* 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: 5px;
  margin-bottom: 5px;
}
.supernova .form-all,
.form-all {
  background-color: rgba(255, 255, 255, 0);
}
.supernova {
  background-color: #000000;
}
.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: #ffffff;
}
/*PREFERENCES STYLE*/
/* 17 - INPUT WIDTHS */
/*  20 - FORM PADDING */
ul.form-section {
  padding: 0px 38px;
}
.form-textbox:not(#productSearch-input),
.form-textarea,
li[data-type=control_fileupload] .qq-upload-button,
.signature-wrapper {
  color: #000000;
}
/* Heights */
.form-label {
  margin-bottom: 15px;
  margin-right: 0;
}
/* 11 - LINE PADDING */
.form-line {
  padding: 10px 5px;
}
/* LABEL STYLE */
.form-label {
  font-weight: bold;
}
.form-checkbox-item label,
.form-radio-item label {
  font-weight: 500;
}
/* 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: 6px;
}
.form-textarea {
  border-radius: 6px;
  padding: 10px;
}
.form-radio-item,
.form-checkbox-item {
  padding-bottom: 0px;
}
.form-radio-item:last-child,
.form-checkbox-item:last-child {
  padding-bottom: 0;
}
.form-checkbox-item .form-checkbox + label,
.form-checkbox-item .form-checkbox + span {
  padding-left: 30px;
}
.form-radio-item .form-radio + label,
.form-radio-item .form-radio + span {
  padding-left: 30px;
}
.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: #042224;
  border-color: #042224;
}
.form-radio:checked + label:before,
.form-radio:checked + span:before {
  border-color: #042224;
}
.form-radio:checked + label:after,
.form-radio:checked + span:after {
  background-color: #042224;
}
.form-checkbox:hover + label:before,
.form-checkbox:hover + span:before,
.form-radio:hover + label:before,
.form-radio:hover + span:before {
  border-color: rgba(4, 34, 36, 0.5);
  box-shadow: 0 0 0 2px rgba(4, 34, 36, 0.25);
}
.form-checkbox:focus + label:before,
.form-checkbox:focus + span:before,
.form-radio:focus + label:before,
.form-radio:focus + span:before {
  border-color: #042224;
  box-shadow: 0 0 0 3px rgba(4, 34, 36, 0.25);
}
.submit-button {
  font-size: 16px;
  font-weight: 600;
  font-family: inherit;
  height: 45px;
  border: none;
  border-width: 0px;
  border-style: solid;
  border-color: #ffffff;
}
.submit-button {
  min-width: 180px;
}
li[data-type="control_button"] .form-submit-button {
  color: #042224;
  background-color: #ffffff;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
li[data-type="control_button"] .form-submit-button:hover {
  background-color: #cccccc;
}
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: #ffffff;
  border-color: #ffffff;
  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: #cccccc;
  color: #fff;
}
li[data-type="control_button"] button.jf-form-buttons.form-pagebreak-back {
  background-image: none;
  background-color: #cccccc;
  box-shadow: none;
  text-shadow: none;
}
li[data-type="control_button"] button.jf-form-buttons.form-pagebreak-back:hover {
  background-color: #b3b3b3;
  color: #fff;
}
.form-buttons-wrapper,
.form-submit-clear-wrapper {
  justify-content: center;
}
.form-submit-button,
.form-submit-reset,
.form-submit-print {
  border-radius: 100px;
}
.form-all .form-pagebreak-back,
.form-all .form-pagebreak-next {
  font-family: "Inter", 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;
  background-size: cover;
}
.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: center;
}
.form-header-group {
  font-family: "Arial", sans-serif;
}
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: 50px 50px;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: #ffffff;
}
.form-header-group {
  border-bottom: none;
}
.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: #632733;
}
.form-line-error .form-error-message {
  background-color: #dc2626;
  clear: both;
  float: none;
}
.form-line-error .form-error-message .form-error-arrow {
  border-bottom-color: #dc2626;
}
.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
  border: 1px solid #dc2626;
  box-shadow: 0 0 3px #dc2626;
}
.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: #632733;
}
.form-header-group .form-header,
.form-header-group .form-subHeader {
  color: #ffffff;
}
.form-line-active {
  background-color: rgba(241, 245, 255, 0);
}
/* 29 - FORM COLUMNS */

/*__INSPECT_SEPERATOR__*/
.form-all {
    box-shadow : none;
}

.form-submit-button.submit-button.jf-form-buttons.jsTest-submitField.legacy-submit {
    text-transform : uppercase;
}

.form-header-group.header-large {
    overflow : hidden;
    position : relative;
}

.form-header-group.header-large, .form-header-group.header-small {
    background-position : center;
    border-radius : 10px 10px 0 0;
}

.form-header-group.header-default, .form-header-group.header-small {
    background-image : none;
    border-radius : 10px;
}

.form-section.page-section {
    border-radius : 10px;
    background : transparent;
}

.form-header-group.header-large:before {
    position : absolute;
    top : 0;
    left : 0;
    right : 0;
    bottom : 0;
    background-color : rgba(0, 0, 0, 0.25);
    content : "";
    z-index : 0;
}

.header-text.httac.htvam, .header-text.httal.htvam, .header-text.httar.htvam {
    position : relative;
    z-index : 1;
}

div.form-buttons-wrapper {
    border-top : none;
}

.form-line-active, .page-section li.form-line-active[data-type=control_button] {
    background-color : transparent !important;
}

.form-error-message {
    font-size : 13px;
}

a {
    color : #6F9A8E;
}

iframe#customFieldFrame_26 {
    max-width : none !important;
}

#formCoverLogo {
    margin-bottom : 40px !important;
}

.language-dd:hover, .language-dd:active {
    color : #ffffff !important;
    border : none !important;
}

.cont .language-dd, .cont .language-dd:hover {
    margin : 5px 0 5px 5px !important;
}

.cont .language-dd {
    border : none !important;
}

.lang-list.light {
    border-top : none !important;
}

.lang-list.light li:hover, .lang-list.light li:active {
    color : #042224;
}

.form-checkbox+label:before, .form-checkbox+span:before, .form-radio+label:before, .form-radio+span:before {
    border : none;
    background : #e3e3e3;
}

.thankyou {
    height : 100%;
    background-repeat : no-repeat;
    background-position : center top;
    background-attachment : fixed;
    background-size : cover;
}

.form-line-error {
    background : transparent;
}

.signature-pad-wrapper [data-component=signature] {
    overflow : hidden;
}

canvas.jSignature, canvas.jSignature:focus, canvas.jSignature:hover {
    border : none;
    outline : 0;
    border-radius : 6px;
}

.signature-pad-wrapper [data-component=signature] {
    border-radius : 6px;
    border : none;
}

.clear-pad-btn:focus {
    outline : none;
}

.clear-pad-btn {
    background-color : #ffffff;
    color : #000000;
    border-radius : 12px;
    margin-top : 4px;
    font-weight : 600;
}

.clear-pad-btn:hover {
    background-color : rgba(255, 255, 255, 0.8);
}

.form-textbox:focus, .form-textarea:focus,.form-dropdown:focus, .form-radio-other-input:focus, .form-checkbox-other-input:focus, .form-captcha input:focus, .form-spinner input:focus {
    border-radius : 6px;
    border : 1px solid #ffffff !important;
    outline : none;
    box-shadow : none;
}

.form-textbox:hover, .form-textarea:hover, .form-dropdown:hover, .form-radio-other-input:hover, .form-checkbox-other-input:hover, .form-captcha input:hover, .form-spinner input:hover {
    border-radius : 6px;
    border : 1px solid #ffffff !important;
    outline : none;
    box-shadow : none;
}

.form-dropdown, .form-textarea, .form-textbox, .signature-pad-passive, .signature-wrapper {
    background-color : #fff;
    border-color : #ffffff;
}

.form-line-error .form-validation-error {
    border-color : #dc2626 !important;
    border-radius : 6px;
}

.form-line-error .form-validation-error:hover, .form-line-error .form-validation-error:focus {
    box-shadow : none;
}

.form-line-error input:not(#coupon-input), .form-line-error textarea, .form-line-error .form-validation-error {
    box-shadow : none;
}

.calendar.popup tr.days td.selected:after {
    background-color : #cea86a;
}

.calendar.popup tr.days td.selected:after, .calendar tr.days td:hover:not(.unselectable):after {
    border-color : #cea86a;
}

.calendar tr.days td:hover:not(.unselectable) {
    color : #cea86a;
}

.calendar.popup th {
    background-color : #e0fff5;
    height : 48px;
    border : 0;
    color : #042224;
    font-size : 12px;
    font-weight : 500;
}

.calendar.popup:before {
    border : 0px solid;
    z-index : 2;
    top : -2.375em;
    pointer-events : none;
    border-radius : 6px;
    height : calc(100% + 2.375em);
}

.calendar.popup:after {
    top : -1px;
    background-color : transparent;
}

.calendar.popup table {
    background-color : #fff;
    border : 0;
    border-radius : 6px !important;
}

.calendar.popup {
    background : transparent;
    border-radius : 6px;
}

appointmentCalendarContainer .monthYearPicker .pickerArrow:after, .calendar-new-header .button {
    background-image : none;
    -webkit-mask-position : center;
    mask-position : center;
    -webkit-mask-repeat : no-repeat;
    mask-repeat : no-repeat;
    background-color : #042224;
}

button.button.previousYear, button.button.previousMonth {
    color : rgb(5,34,37) !important;
}

.form-label.form-label-auto {
    display : block;
    float : none;
    text-align : left;
    width : 100%;
}

.form-pagebreak {
    border-top : none;
}

li[data-type="control_button"] button.jf-form-buttons.form-pagebreak-back:hover {
    color : #000000;
    background-color : #ffffff;
}

.form-all .form-pagebreak-back, .form-all .form-pagebreak-next {
    font-weight : 600;
}

li[data-type=control_fileupload] .qq-upload-cancel, li[data-type=control_fileupload] .qq-upload-failed-text:before, li[data-type=control_fileupload] .qq-upload-file, li[data-type=control_fileupload] .qq-upload-img-container, li[data-type=control_fileupload] .qq-upload-size {
    background-color : #e0fff5;
    color : #000000;
}

li[data-type=control_fileupload] .qq-upload-delete {
    background-color : #fefefe;
}

