
/* 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: #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: #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-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;
}
.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__*/
@font-face {
    font-family : "owners";
    src : url("https://acceptance-invest-nl-website.vercel.app/_next/static/media/1effb47cd837ff47-s.p.ttf") format("woff"),;
}

body {
    margin : 0 !important;
    overflow : hidden;
}

.supernova {
    background-color : transparent !important;
}

.form-all {
    font-optical-sizing : auto;
    margin : 0 !important;
    padding : 0;
    border-radius : 0;
    box-shadow : none;
    max-width : 100% !important;
    background-color : transparent !important;
}

.form-section.page-section {
    box-shadow : none;
    width : 100% !important;
    max-width : 100% !important;
    background-color : transparent;
    padding : 0 1.5rem;
}

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

.form-textbox {
    border : solid #452D06 1px;
    border-radius : 16px !important;
    padding : 16px !important;
    height : 55px;
}

.form-label.form-label-top {
    font-family : "owners" ,sans-serif;
    position : relative;
    color : #452D06;
    margin-top : 1.25rem;
    width : fit-content !important;
    font-size : 1.25rem;
    border-radius : 0.25rem;
    z-index : 9999;
}

.label.form-label.form-label-auto {
    width : fit-content !important;
}

.form-required {
    color : #ce4728;
}

.form-sub-label {
    margin-left : 1rem;
}

.form-dropdown {
    border : solid #452D06 1px;
    border-radius : 1rem !important;
    padding : 1rem !important;
    height : 60px;
}

.form-dropdown:not([size]) {
    height : 60px !important;
}

.form-header {
    display : none;
}

.form-header-group.header-default {
    border : none;
}

.form-buttons-wrapper.form-buttons-left.jsTest-button-wrapperField {
    border : none !important;
}

.form-radio-item {
    margin-top : 0rem;
}

.form-radio-item {
    display : flex;
    align-items : center;
}

.form-line {
    display : flex;
    position : relative;
    flex-direction : column;
    padding : 0 !important;
    margin : 0 !important;
    background-color : none !important;
    background : none;
}

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

.form-textarea {
    border : solid #452D06 1px;
    border-radius : 1rem !important;
    padding : 1rem !important;
    height : 150px;
}

li[data-type=control_fileupload] .qq-upload-button {
    border-radius : 16px;
    border : solid #452D06 1px;
    background-color : #fff;
}

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

.form-submit-button {
    border-radius : 999px;
    padding : 1rem 2.5rem !important;
    background-color : transparent;
    color : #452D06;
    border : solid #452D06 1px;
    margin : 1.5rem 0 0 !important;
    font-weight : 500;
    transition-property : background-color;
    transition-timing-function : cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration : 200ms;
    min-width : 0 !important;
}

.form-submit-button:hover {
    color : white;
    background-color : #452D06;
}

.form-buttons-wrapper {
    display : block;
    margin : 0px;
    padding : 0px;
}

.form-checkbox+label:before {
    border-radius : 0.25rem;
    width : 1.5rem;
    height : 1.5rem;
    border : solid #452D06 1px;
}

.form-checkbox:checked+label:after {
    width : 1.5rem;
    height : 1.5rem;
}

.form-checkbox:checked + label:before {
    background-color : #452D06;
    border : solid #452D06 1px;
}

.form-radio+label:before, .form-radio+span:before {
    border-color : #452D06 !important;
}

.form-radio:checked+label:before, .form-radio:checked+span:before {
    border-color : #452D06 !important;
}

.form-radio+label:after, .form-radio+span:after {
    background-color : #452D06 !important;
}

.form-single-column {
    margin-top : 0;
}

.form-error-message {
    background-color : #CE4728 !important;
}

.form-textbox:hover {
    border : solid #004D33 1px !important;
}

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

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

.form-dropdown:focus, .form-textarea:focus, .form-textbox:focus, .signature-pad-passive:focus, .signature-wrapper:focus {
    border-color : #004D33 2px !important;
    box-shadow : none !important;
}

