
/* 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: 12px;
  margin-bottom: 12px;
}
.supernova .form-all,
.form-all {
  background-color: #ffffff;
}
.supernova {
  background-color: #f3f3fe;
}
.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: #2c3345;
}
/*PREFERENCES STYLE*/
/* 17 - INPUT WIDTHS */
/*  20 - FORM PADDING */
ul.form-section {
  padding: 0px 38px;
}
/* Heights */
/* 11 - LINE PADDING */
/* LABEL STYLE */
/* 12 - ROUNDED INPUTS */
.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;
}
.submit-button {
  font-size: 16px;
  font-weight: normal;
  font-family: inherit;
}
.submit-button {
  min-width: 180px;
}
.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;
}
.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: #fff4f4;
}
.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;
}
.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: #fff4f4;
}
.form-line-active {
  background-color: #f1f5ff;
}
/* 29 - FORM COLUMNS */

/*__INSPECT_SEPERATOR__*/
/* 11.04.24 - updatw 23.04.24 */
html,
html.supernova {
    background-color : transparent !important;
    margin : 0 8px 0 3px !important;
    padding : 0 !important;
}

body {
    color : #00142a;
    background-color : inherit !important;
    margin : 0 !important;
    padding : 0 !important;
    font-family : 'DIN OT', sans-serif !important;
}

.form-header-group {
    padding : 0;
    margin : 0;
    border : 0;
}

.jotform-form,
.form-section.page-section {
    background-color : inherit !important;
}

.form-all {
    box-shadow : none;
    max-width : none;
    background-color : inherit !important;
    margin : 0;
}

.form-textbox {
    font-size : 1.125rem !important;
    color : #00142a;
    line-height : 1.5;
    border-radius : 4px !important;
    border-width : 0 !important;
    box-shadow : 0 0 0 1px #00142a;
    padding : 12px !important;
    outline : 0;
    height : auto !important;
    min-height : 56px !important;
    margin : 0 0 8px;
}

.form-textbox::placeholder {
    color : #a8a7a5;
}

.form-textbox:hover {
    box-shadow : 0 0 0 2px #2a8dcb;
    border : 0;
    outline : 0;
}

.form-label {
    color : #00142A;
    font-size : 1rem;
    line-height : 1.5;
    display : block;
    margin : 0 0 4px;
    font-weight : 500;
}

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

.form-radio-item {
    width : auto !important;
    margin-right : 2rem;
}

.form-radio-item label::before {
    background : #FFF;
    width : 24px;
    height : 24px;
    border : 0 !important;
    box-shadow : 0 0 0 1px #00142A;
}

.form-line-error .form-radio-item label::before {
    box-shadow : 0 0 0 2px #d92d20 !important;
    border : 0;
}

.form-radio-item label::after {
    width : 12px;
    height : 12px;
    top : 6px;
    left : 6px;
    border-radius : 50%;
    display : flex;
    position : absolute;
    background : #00142A;
}

.form-radio-item label:hover::before {
    box-shadow : 0 0 0 2px #2a8dcb;
}

.form-radio-item input[type="radio"]:focus ~ label::before {
    box-shadow : 0 0 0 3px #2a8dcb;
    outline : 0;
}

.form-radio-item label {
    position : relative;
    display : block;
    padding-left : 38px;
    line-height : 1.5;
    color : #00142a;
    font-size : 1rem;
    margin : 0 0 4px;
    font-weight : 500;
}

.form-html h2 {
    font-size : 2.5rem !important;
    font-weight : 500 !important;
    color : #00142A;
    margin-top : 0 !important;
}

.form-html p,
.form-subHeader {
    color : #00142A;
    font-size : 1.125rem;
    margin : 0 0 16px !important;
}

.form-html a {
    color : #00142a;
    box-sizing : border-box;
    -webkit-box-decoration-break : clone;
    display : inline;
    outline : 1px solid transparent;
    padding : 3px 2px;
    text-decoration : 1px underline currentcolor;
    text-underline-offset : 6px;
    transition : color .25s ease, background-color .25s ease, outline-color .25s ease, text-decoration-color .25s ease, border-color .25s ease;
}

.form-html a:hover {
    background-color : #D0EFFF;
    border-radius : 2px;
    text-decoration-color : transparent !important;
}

.form-html a:focus,
.form-html a:focus-visible {
    border-radius : 2px;
    outline-color : currentcolor;
    text-decoration-color : transparent !important;
}

.form-line-column {
    width : 100%;
}

@media (min-width: 600px){
    .form-line-column {
        width : calc(50% - 10px);
    }

}

li.form-line:not(.form-line-column) .form-input-wide[data-layout='half'] {
    width : 100%;
}

.form-line.form-line-column.form-col-2.jf-required.form-line-active {
    background : none !important;
}

.form-line.form-line-active {
    background : none !important;
}

.form-required {
    color : #00142A !important;
}

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

.error-navigation-container {
    background-color : #D92D20;
    color : #FFF;
    font-size : 1rem;
    line-height : 1.5;
    border-radius : 4px;
}

.error-navigation-container .error-navigation-inner {
    max-width : unset;
    padding : 12px !important;
}

.error-navigation-container.is-success {
    background-color : #039855;
    color : #FFF;
}

.error-navigation-container.is-success .error-navigation-inner {
    background-image : none;
}

.error-navigation-message strong {
    background-color : inherit;
    color : inherit;
    font-size : inherit;
    font-weight : 600;
    padding : 0;
    border-radius : 0;
}

.form-line-error input:not(#coupon-input),
.form-line-error textarea,
.form-line-error .form-validation-error {
    border : none !important;
    box-shadow : 0 0 0 2px #D92D20;
}

.form-error-message {
    color : #D92D20;
    background-color : transparent !important;
    font-size : 1rem;
    line-height : 1.5;
    display : block;
    padding : 0 !important;
}

.form-error-message img {
    display : none;
}

.form-checkbox-item label::before {
    background : #fff;
    border-radius : 4px;
    box-shadow : 0 0 0 1px #161616;
    content : "";
    display : flex;
    height : 24px;
    width : 24px;
    left : 0;
    position : absolute;
    transition : all 0.2s;
}

.form-checkbox-item label:hover::before {
    box-shadow : 0 0 0 2px #2a8dcb;
    border : 0;
}

.form-checkbox:focus + label::before {
    box-shadow : 0 0 0 3px #00142a !important;
    border : none !important;
    outline : 0 !important;
}

.form-checkbox-item label {
    position : relative;
    display : block;
    padding-left : 38px;
    line-height : 1.5;
    color : #00142a;
    font-size : 1rem;
    margin : 0 0 4px;
    font-weight : 500;
}

.form-checkbox:checked + label::before {
    background : #FFF;
    border : 0 !important;
}

.form-checkbox:checked + label::after {
    display : flex;
    height : 18px;
    width : 18px;
    left : 2px;
    top : -4px;
    font-size : 1.4rem;
    position : absolute;
    content : '✓';
    transition : all 0.2s;
}

.form-line-error .form-checkbox + label::before {
    box-shadow : 0 0 0 2px #d92d20;
    border : 0;
}

[data-type='control_checkbox'] .form-required {
    display : none;
}

.form-section.page-section {
    display : flex;
    justify-content : space-between;
    align-items : flex-start;
    gap : 24px 20px;
    max-width : none !important;
    width : 100% !important;
    box-shadow : none;
    border : 0;
    border-radius : 0;
    margin : 0;
    padding : 0;
}

.form-line {
    padding : 0;
    margin : 0;
}

.form-dropdown {
    -webkit-appearance : none;
    appearance : none;
    background-color : #fff;
    background-position : center right 12px;
    background-repeat : no-repeat;
    border : 0;
    border-radius : 4px;
    box-shadow : 0 0 0 1px #161616;
    color : #00142a !important;
    font-size : 1.125rem;
    line-height : 1.5;
    margin : 0 0 8px;
    outline : 0;
    padding : 12px;
    width : 100%;
}

.form-dropdown:hover {
    box-shadow : 0 0 0 2px #2a8dcb;
    outline : 0;
}

.form-dropdown:focus {
    box-shadow : 0 0 0 3px #161616;
    outline : 0;
}

.form-textbox:focus {
    box-shadow : 0 0 0 3px #161616;
    border : 0;
    outline : 0;
}

.form-textarea {
    border : 0;
    border-radius : 4px;
    box-shadow : 0 0 0 1px #161616;
    color : #00142a;
    font-size : 1.125rem;
    line-height : 1.5;
    margin : 0 0 8px;
    outline : 0;
    padding : 12px;
}

.form-textarea:hover {
    box-shadow : 0 0 0 2px #2a8dcb;
    outline : 0;
}

.form-textarea:focus {
    box-shadow : 0 0 0 3px #161616;
    outline : 0;
}

.form-submit-button,
.form-pagebreak-back,
.form-pagebreak-next {
    background-color : #b8ec49 !important;
    color : #00142a;
    outline : 2px solid transparent;
    align-items : center;
    border : 1px solid transparent;
    border-radius : 48px;
    display : inline-flex;
    font-size : 1.125rem;
    line-height : 1.5;
    outline-offset : 0;
    padding : 0 26px;
    text-decoration : none;
    box-shadow : none;
}

.form-submit-button:focus,
.form-pagebreak-back:focus,
.form-pagebreak-next:focus,
.form-submit-button:focus-visible,
.form-pagebreak-back:focus-visible,
.form-pagebreak-next:focus-visible {
    border-color : #00142a;
    outline-color : #00142a;
}

.form-submit-button:hover,
.form-pagebreak-back:hover,
.form-pagebreak-next:hover {
    background-color : #00142a !important;
    color : #b8ec49;
}

.form-dropdown:not([size]) {
    height : auto;
}

[data-type='control_image'] {
    border : 1px solid #ccc;
}

img {
    border-radius : 16px !important;
}

.form-buttons-wrapper,
.form-submit-clear-wrapper {
    border : 0 !important;
    margin : 0 !important;
    padding : 0 !important;
}

.form-sub-label {
    color : #00142a;
    font-size : 1rem !important;
}

/* upload */
li[data-type='control_fileupload'] .qq-upload-button, .signature-wrapper {
    border-color : #F5F3F0;
}

li[data-type='control_fileupload'] .qq-upload-button {
    background-color : #F5F3F0;
    color : #00142a;
    height : auto;
    min-height : 130px;
}

li[data-type='control_fileupload'] .qq-upload-button::before {
    background-color : #00142a;
}

li[data-type='control_fileupload'] .qq-upload-img-container,
li[data-type='control_fileupload'] .qq-upload-file,
li[data-type='control_fileupload'] .qq-upload-size,
li[data-type='control_fileupload'] .qq-upload-delete {
    background-color : #F5F3F0;
}

