
/* 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-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__*/
/* Base styles and resets */
.form-all {
    padding : 0 !important;
    font-family : "Source Sans 3", sans-serif !important;
    border-radius : 16px !important;
}

.supernova, 
.supernova body {
    background : none !important;
}

.form-line-active {
    background-color : #FFFFFF !important;
}

/* Typography */
.form-header {
    color : #1E285C !important;
}

.header-large h1.form-header {
    font-size : 2.125rem !important;
    line-height : 1.2 !important;
}

.header-default h2.form-header {
    font-size : 1.375rem !important;
    line-height : 1.2 !important;
}

/* Form Labels and Descriptions */
.form-label {
    display : block !important;
    font-size : 0.875rem !important;
    line-height : 1.2 !important;
    color : #6B6B6B !important;
    margin-bottom : 0.375rem !important;
    font-weight : normal !important;
}

.form-description {
    color : #6B6B6B !important;
    font-size : 0.875rem !important;
    margin-top : 0.25rem !important;
}

/* Form Inputs */
.form-textbox,
.form-textarea,
.form-dropdown {
    width : 100% !important;
    font-size : 1.125rem !important;
    background-color : #FFFFFF !important;
    border : 1px solid #393939 !important;
    border-radius : 8px !important;
    transition : all 0.2s ease-in-out !important;
}

.form-textbox:focus, 
.form-textarea:focus, 
.form-dropdown:focus {
    border-color : #3A61DB !important;
    box-shadow : none !important;
    border-width : 2px !important;
}

/* Buttons */
.form-submit-button, 
.form-pagebreak-next, 
.form-pagebreak-back {
    font-family : "Source Sans 3", sans-serif !important;
    display : inline-flex !important;
    align-items : center !important;
    justify-content : center !important;
    padding : 0.75rem 1.5rem !important;
    font-size : 1.125rem !important;
    font-weight : 500 !important;
    border-radius : 8px !important;
    transition : background-color 0.2s ease-in-out !important;
}

.form-submit-button, 
.form-pagebreak-next {
    background-color : #124C96 !important;
    color : white !important;
    border : none !important;
}

.form-pagebreak-back {
    background-color : white !important;
    border : 1px solid #124C96 !important;
    color : #124C96 !important;
}

/* Button hover states */
.form-pagebreak-back:hover {
    background-color : #edf4fd !important;
}

.form-submit-button:hover, 
.form-pagebreak-next:hover {
    background-color : #0C3365 !important;
}

/* Radio and Checkbox Inputs */
.form-radio,
.form-checkbox {
    width : 1rem !important;
    height : 1rem !important;
    border : 2px solid #393939 !important;
    margin-right : 0.5rem !important;
}

.form-radio:checked,
.form-checkbox:checked {
    border-color : #019AF9 !important;
    background-color : #019AF9 !important;
}

/* Radio specific styles */
.form-radio-item {
    display : flex !important;
    align-items : center !important;
    position : relative !important;
    background-color : white !important;
    cursor : pointer !important;
    transition : all 0.2s ease-in-out !important;
}

/* Radio input */
.form-radio {
    appearance : none !important;
    -webkit-appearance : none !important;
    width : 1.25rem !important;
    height : 1.25rem !important;
    border : 2px solid #EFEFEF !important;
    /* grey-100 */
  border-radius : 50% !important;
    margin-right : 0.75rem !important;
    cursor : pointer !important;
}

/* Radio checked state */
.form-radio:checked {
    border-color : #019AF9 !important;
    /* blue-400 */
  background-color : white !important;
}

/* Radio checked dot */
.form-radio:checked::after {
    content : "" !important;
    position : absolute !important;
    top : 50% !important;
    left : 50% !important;
    transform : translate(-50%, -50%) !important;
    width : 0.625rem !important;
    height : 0.625rem !important;
    border-radius : 50% !important;
    background-color : #019AF9 !important;
    /* blue-400 */;
}

/* Radio label */
.form-radio-item label {
    font-size : 1rem !important;
    color : #393939 !important;
    /* text-grey */
  cursor : pointer !important;
    font-size : 1rem !important;
    color : #393939 !important;
    cursor : pointer !important;
    border : 1px #393939 solid;
    padding : 1.25rem;
    padding-left : 3rem;
    border-radius : 8px;
}

/* Hover state */
.form-radio-item:hover {
    border-color : #09264C !important;
}

/* Remove dragger item */
.dragger-item {
    display : none !important;
}

/* Focus state */
.form-radio:focus {
    outline : none !important;
    border-color : #019AF9 !important;
    /* blue-400 */
  background-color : #019AF9 !important;
    box-shadow : 0 0 0 2px rgba(1, 154, 249, 0.2) !important;
}

.form-radio:checked + label:after, 
.form-radio:checked + span:after {
    background-color : #09264C;
    top : 50%;
    left : 19px;
    transform : translateY(-50%);
}

.form-radio:checked + label:before, 
.form-radio:checked + span:before {
    border-color : #09264C;
    box-shadow : none !important;
    top : 50%;
    left : 1rem;
    transform : translateY(-50%);
}

.form-checkbox+label:before, 
.form-checkbox+span:before, 
.form-radio+label:before, 
.form-radio+span:before {
    border-color : #09264C !important;
    box-shadow : none !important;
    top : 50%;
    left : 1rem;
    transform : translateY(-50%);
}

.form-checkbox:checked + label:before, 
.form-checkbox:checked + span:before {
    background-color : #09264C !important;
}

.form-radio+label:after, 
.form-radio+span:after {
    background-color : #09264C !important;
    top : 50%;
    left : 19px;
    transform : translateY(-50%);
}

/* Error States */
.form-line-error,
.form-error-message {
    background : none !important;
}

.form-error-message {
    color : #CC0000 !important;
    font-size : 0.875rem !important;
    margin-top : 0.25rem !important;
    padding : 0 !important;
}

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

.error-navigation-container {
    background-color : #CC0000 !important;
}

.error-navigation-container.is-success {
    background-color : rgba(201,251,203,.95) !important;
    color : #1E285C !important;
}

/* File Upload */
li[data-type=control_fileupload] .qq-upload-button {
    background-color : #FFFFFF !important;
    border-color : #09264C !important;
    border-style : solid;
    border-radius : 8px !important;
}

/* Matrix Styles */
.form-matrix-column-headers, 
.form-matrix-row-headers {
    background-color : #F5F9FE !important;
}

.form-spinner-button-container>* {
    background-color : transparent !important;
    transition : color;
}

.form-spinner-down {
    border-right : 1px solid;
    cursor : pointer !important;
}

.form-spinner-up {
    border-left : 1px solid;
    cursor : pointer !important;
}

.form-spinner-button.form-spinner-down:after, 
.form-spinner-button.form-spinner-down:before, 
.form-spinner-button.form-spinner-up:after, 
.form-spinner-button.form-spinner-up:before {
    background-color : #09264C !important;
}

.rating-item label {
    color : #09264C !important;
    box-shadow : none !important;
    transition : color !important;
}

.rating-item input:checked+label {
    background-color : #09264C !important;
    color : #FFFFFF !important;
    border-color : #09264C !important;
}

.rating-item input:hover+label {
    background-color : #09264C !important;
    color : #FFFFFF !important;
    border-color : #09264C !important;
}

/* Calendar Styles */
.calendar.popup th {
    background-color : #F5F9FE !important;
    color : #3A61DB !important;
}

.calendar.popup tr.days td.selected:after {
    background-color : #3A61DB !important;
}

.calendar.popup tr.days td.today:not(.selected) {
    border-color : #3A61DB !important;
    color : #3A61DB !important;
}

.calendar.popup tr.days td.today:not(.selected):after {
    border-color : #3A61DB !important;
}

.calendar tr.days td:hover:not(.unselectable) {
    border-color : #3A61DB !important;
    color : #3A61DB !important;
}

.calendar.popup:before {
    top : -43px !important;
    border-radius : 8px !important;
    height : calc(100% + 43px) !important;
}

.form-collapse-table:after {
    background-color : #6B6B6B !important;
}

.form-collapse-table, .form-collapse-table:hover {
    background-color : #EFEFEF !important;
}

.form-collapse-table {
    color : #1E285C !important;
}

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, 
li[data-type=control_fileupload] .qq-upload-delete {
    background-color : #F5F9FE !important;
}

li[data-type=control_fileupload] .qq-upload-img-container {
    border-radius : 8px 0 0 8px;
}

li[data-type=control_fileupload] .qq-upload-failed-text {
    border-radius : 0 8px 8px 0;
}

.form-matrix-column_0 {
    border-radius : 8px 0 0 !important;
}

.form-matrix-column-headers:last-child {
    border-radius : 0 8px 0 0!important;
}

.form-matrix-value-tr:nth-child(2) .form-matrix-row-headers {
    border-radius : 8px 0 0 0 !important;
}

.form-matrix-table tr:last-child .form-matrix-row-headers {
    border-radius : 0 0 0 8px !important;
}

.form-matrix-table tr:last-child td:last-of-type, 
.form-matrix-table tr:last-child td:last-of-type .form-dropdown, 
.form-matrix-table tr:last-child td:last-of-type .form-textbox {
    border-radius : 0 0 8px !important;
}

/* Thank You Page */
.thankyou {
    background : none !important;
    padding : 0 !important;
    font-family : "Source Sans 3", sans-serif !important;
}

.thankyou .form-all {
    border-radius : 20px !important;
    margin : 0;
    padding-bottom : 30px !important;
}

.thankyou-wrapper {
    color : #09264C !important;
}

/* Responsive Styles */
@media screen and (max-width: 768px){
}

ul.form-section {
    padding : 0 16px !important;
}

