/*************************

** Table of contents **

00. Variables
01. Reset Elements
02. Structure form 
03. Base Output styles
04. Special and Override Styles

**************************/
/***************************************
**
** 00. In which we declare all variables
**
***************************************/
/***************************************
**
** 01. In which we reset all form elements
**
***************************************/
.octane-form-builder {
  overflow: hidden;
  padding: 0.5rem;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms, visibility 1ms 301ms; }
  .octane-form-builder[data-hide="true"] {
    display: none; }
  .octane-form-builder .grecaptcha-badge {
    visibility: hidden; }
  .octane-form-builder .fb-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 1px, 1px, 0); }
  .octane-form-builder .fb-input-style {
    box-shadow: none;
    background-color: transparent;
    border: none;
    font-family: var(--content-font); }
    .octane-form-builder .fb-input-style::-ms-clear {
      width: 0;
      height: 0; }
    .octane-form-builder .fb-input-style::-webkit-contacts-auto-fill-button {
      visibility: hidden;
      display: none !important;
      pointer-events: none;
      position: absolute;
      right: 0; }
  .octane-form-builder ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: lightgray; }
  .octane-form-builder ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: lightgray;
    opacity: 1; }
  .octane-form-builder ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: lightgray; }
  .octane-form-builder ::placeholder {
    /* Most modern browsers support this now. */
    color: lightgray; }
  .octane-form-builder .form-title {
    display: none; }
  .octane-form-builder input[type="radio"],
  .octane-form-builder input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    bottom: 0; }
  .octane-form-builder select {
    border: none;
    font-family: var(--content-font);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .octane-form-builder select::-ms-expand {
      display: none; }
  .octane-form-builder textarea {
    overflow: auto;
    border: none;
    font-family: var(--content-font); }
  .octane-form-builder input[type="submit"] {
    margin: 0;
    padding: 0;
    background-color: transparent;
    background-image: none;
    border: none;
    cursor: pointer; }
  .octane-form-builder .btn {
    cursor: pointer; }
  .octane-form-builder .fb-error {
    display: block;
    padding: 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    color: white;
    background-color: red;
    border-radius: 3px;
    margin-top: 0.25rem; }
  .octane-form-builder .topyenoh {
    display: none !important; }

/***************************************
**
** 02. In which we style our form structure
**
***************************************/
.octane-form-builder-container {
  position: relative;
  margin: 0; }
  .octane-form-builder-container .fb-form-header {
    padding-bottom: 1rem; }
  .octane-form-builder-container .fb-form-title {
    font-family: var(--heading-font);
    color: var(--primary-hex);
    font-size: 2rem;
    line-height: 1.25;
    margin: 0;
    padding: 0; }
  .octane-form-builder-container .fb-form-description {
    margin: 0;
    padding: 0.5rem 0 0; }

.octane-form-builder .form-block {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: calc(100% + (0.5em * 2));
  margin-left: -0.5em; }

.octane-form-builder [class*="form-line-"] {
  position: relative;
  flex: 1 0 100%;
  max-width: 100%;
  margin-bottom: 1em;
  padding: 0 0.5em;
  box-sizing: border-box;
  opacity: 1;
  transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1), opacity 400ms 100ms; }
  .octane-form-builder [class*="form-line-"][data-cond-true="false"] {
    visibility: hidden;
    height: 0;
    margin: 0;
    transform: translate3d(0, -20px, 0);
    opacity: 0;
    transition: transform 0ms 202ms, opacity 200ms, visibility 1ms 201ms, height 200ms, margin 200ms; }
  .octane-form-builder [class*="form-line-"][class*="-one-sixth"] {
    flex: 1 0 16.66%;
    max-width: 16.66%; }
    @media screen and (max-width: 800px) {
      .octane-form-builder [class*="form-line-"][class*="-one-sixth"] {
        flex: 1 0 100%;
        max-width: 100%; } }
  .octane-form-builder [class*="form-line-"][class*="-one-fourth"] {
    flex: 1 0 25%;
    max-width: 25%; }
    @media screen and (max-width: 800px) {
      .octane-form-builder [class*="form-line-"][class*="-one-fourth"] {
        flex: 1 0 100%;
        max-width: 100%; } }
  .octane-form-builder [class*="form-line-"][class*="-third"] {
    flex: 1 0 33.333%;
    max-width: 33.333%; }
    @media screen and (max-width: 800px) {
      .octane-form-builder [class*="form-line-"][class*="-third"] {
        flex: 1 0 100%;
        max-width: 100%; } }
  .octane-form-builder [class*="form-line-"][class*="-half"] {
    flex: 1 0 50%;
    max-width: 50%; }
    @media screen and (max-width: 800px) {
      .octane-form-builder [class*="form-line-"][class*="-half"] {
        flex: 1 0 100%;
        max-width: 100%; } }
  .octane-form-builder [class*="form-line-"][class*="-two-thirds"] {
    flex: 1 0 66.666%;
    max-width: 66.666%; }
    @media screen and (max-width: 800px) {
      .octane-form-builder [class*="form-line-"][class*="-two-thirds"] {
        flex: 1 0 100%;
        max-width: 100%; } }
  .octane-form-builder [class*="form-line-"][class*="-three-fourths"] {
    flex: 1 0 75%;
    max-width: 75%; }
    @media screen and (max-width: 800px) {
      .octane-form-builder [class*="form-line-"][class*="-three-fourths"] {
        flex: 1 0 100%;
        max-width: 100%; } }
  .octane-form-builder [class*="form-line-"][class*="-five-sixth"] {
    flex: 1 0 83.33%;
    max-width: 83.33%; }
    @media screen and (max-width: 800px) {
      .octane-form-builder [class*="form-line-"][class*="-five-sixth"] {
        flex: 1 0 100%;
        max-width: 100%; } }
  .octane-form-builder [class*="form-line-"][class*="none"] {
    margin: 0;
    display: none; }
  .octane-form-builder [class*="form-line-"][class*="-submit"] {
    flex: 1 1 auto;
    align-self: flex-end;
    max-width: 100%; }
    @media screen and (max-width: 800px) {
      .octane-form-builder [class*="form-line-"][class*="-submit"] {
        flex: 1 0 100%;
        max-width: 100%; } }
  .octane-form-builder [class*="form-line-"][data-field-type="hidden"] {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0; }

.octane-form-builder.compact-form {
  margin-bottom: -0.25em; }
  .octane-form-builder.compact-form .form-block {
    width: calc(100% + (0.5em / 2));
    margin-left: -0.125em; }
  .octane-form-builder.compact-form [class*="form-line-"] {
    padding: 0 0.125em;
    margin-bottom: 0.25em; }
    .octane-form-builder.compact-form [class*="form-line-"] [class*="form-line-"] {
      margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      .octane-form-builder.compact-form [class*="form-line-"] {
        margin-bottom: 0.125em; } }

.octane-form-builder .form-navigation {
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: space-between; }

.octane-form-builder .fb-btn-prev {
  margin-right: 2rem; }

.octane-form-builder .fb-btn-next,
.octane-form-builder .sendit {
  margin-left: 2rem; }

.octane-form-builder .octane-form-progress-bar.bottom-placement {
  flex: 1 1 auto; }
  @media screen and (max-width: 600px) {
    .octane-form-builder .octane-form-progress-bar.bottom-placement {
      display: none; } }

.octane-form-builder .form-steps-nav {
  display: flex;
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .octane-form-builder .form-steps-nav.numbers-only .form-steps-nav-title {
    overflow: hidden;
    max-width: 0;
    opacity: 0;
    white-space: nowrap;
    transition: opacity 400ms, max-width 300ms; }
  .octane-form-builder .form-steps-nav.numbers-only .form-steps-nav-item.step-active .form-steps-nav-title, .octane-form-builder .form-steps-nav.numbers-only .form-steps-nav-item:hover .form-steps-nav-title {
    opacity: 1;
    max-width: 300px;
    overflow: visible; }
  .octane-form-builder .form-steps-nav .form-steps-nav-item {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
    margin: 0 1.5rem 0 0;
    color: gray;
    padding: 0 0.5em 0 0;
    list-style: none;
    background-color: lightgray; }
    .octane-form-builder .form-steps-nav .form-steps-nav-item:first-child {
      border-radius: 100px 0 0 100px; }
      .octane-form-builder .form-steps-nav .form-steps-nav-item:first-child:before {
        display: none; }
    .octane-form-builder .form-steps-nav .form-steps-nav-item:last-child {
      margin-right: 0;
      border-radius: 0 100px 100px 0; }
      .octane-form-builder .form-steps-nav .form-steps-nav-item:last-child:after {
        display: none; }
    @media screen and (max-width: 900px) {
      .octane-form-builder .form-steps-nav .form-steps-nav-item {
        height: 10px;
        margin-right: 5px; }
        .octane-form-builder .form-steps-nav .form-steps-nav-item:before, .octane-form-builder .form-steps-nav .form-steps-nav-item:after {
          display: none; }
        .octane-form-builder .form-steps-nav .form-steps-nav-item .form-steps-nav-num,
        .octane-form-builder .form-steps-nav .form-steps-nav-item .form-steps-nav-btn {
          display: none; } }
    .octane-form-builder .form-steps-nav .form-steps-nav-item.step-active {
      color: black;
      background-color: var(--accent2-hex); }
      .octane-form-builder .form-steps-nav .form-steps-nav-item.step-active:before, .octane-form-builder .form-steps-nav .form-steps-nav-item.step-active:after {
        background-color: var(--accent2-hex); }
    .octane-form-builder .form-steps-nav .form-steps-nav-item.step-complete {
      color: black;
      background-color: var(--accent2-hex); }
      .octane-form-builder .form-steps-nav .form-steps-nav-item.step-complete:before, .octane-form-builder .form-steps-nav .form-steps-nav-item.step-complete:after {
        background-color: var(--accent2-hex); }
    .octane-form-builder .form-steps-nav .form-steps-nav-item:before {
      z-index: -1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 200%;
      transform-origin: left top;
      transform: rotate(22.5deg);
      background-color: lightgray; }
    .octane-form-builder .form-steps-nav .form-steps-nav-item:after {
      z-index: -1;
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      height: 200%;
      transform-origin: right bottom;
      transform: rotate(22.5deg);
      background-color: lightgray; }
  .octane-form-builder .form-steps-nav .form-steps-nav-btn {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1rem 0.5rem 0.5rem;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    border: none;
    color: gray;
    background-color: transparent;
    box-sizing: border-box; }
  .octane-form-builder .form-steps-nav .form-steps-nav-num {
    flex: 0 0 1.5em;
    display: inline-block;
    height: 1.5em;
    margin-right: 0.5em;
    color: white;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.15);
    box-sizing: border-box; }
    .octane-form-builder .form-steps-nav .form-steps-nav-num.form-simple-nav-num {
      background-color: transparent;
      margin-right: 0.25em; }
  .octane-form-builder .form-steps-nav .form-steps-nav-title {
    flex: 1 1 100%;
    line-height: 1.25; }
    .octane-form-builder .form-steps-nav .form-steps-nav-title.step-active, .octane-form-builder .form-steps-nav .form-steps-nav-title.step-complete {
      color: white;
      cursor: pointer; }

.octane-form-builder .fb-form-steps-count {
  font-size: 0.875rem;
  line-height: 1.25;
  text-align: right;
  font-style: italic;
  margin: 0.5rem 0; }

.octane-form-builder .form-steps-simple-bar {
  margin: 0 0 0.5rem;
  background-color: lightgray;
  border-radius: 100px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.25);
  overflow: hidden; }

.octane-form-builder .form-steps-simple-bar-complete {
  height: 0.875em;
  width: 0;
  background-color: var(--primary-hex);
  transition: width 300ms ease-in-out; }

.octane-form-builder .form-step {
  position: absolute;
  display: none; }
  .octane-form-builder .form-step[data-show="true"] {
    position: relative;
    display: block; }
  .octane-form-builder .form-step[data-steps-transition*="slide-"] {
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transform: translate3d(-100px, 0, 0); }
    .octane-form-builder .form-step[data-steps-transition*="slide-"] .form-block {
      opacity: 0;
      transform: translate3d(-100px, 0, 0); }
    .octane-form-builder .form-step[data-steps-transition*="slide-"][data-show="true"] {
      visibility: visible;
      opacity: 1;
      height: auto;
      transform: translate3d(0, 0, 0);
      transition: visibility 1ms, opacity 600ms 1ms, transform 600ms 1ms cubic-bezier(0.19, 1, 0.22, 1); }
      .octane-form-builder .form-step[data-steps-transition*="slide-"][data-show="true"] .form-block {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        transition: opacity 600ms 100ms, transform 600ms 100ms cubic-bezier(0.19, 1, 0.22, 1); }
  .octane-form-builder .form-step[data-steps-transition="slide-left"] {
    transform: translate3d(100px, 0, 0); }
    .octane-form-builder .form-step[data-steps-transition="slide-left"] .form-block {
      transform: translate3d(100px, 0, 0); }

.octane-form-builder .form-step-info-wrapper {
  margin-bottom: 2rem; }

.octane-form-builder .form-step-heading {
  font-size: 2em;
  font-weight: 300;
  line-height: 1.125;
  margin: 0; }
  .octane-form-builder .form-step-heading b,
  .octane-form-builder .form-step-heading strong {
    font-weight: 700; }
  @media screen and (max-width: 800px) {
    .octane-form-builder .form-step-heading {
      font-size: 2em !important; } }

.octane-form-builder .form-errors-wrapper {
  position: relative;
  width: 300px;
  margin: 1em 0 0 auto;
  background-color: #d03b3b;
  border-radius: 6px;
  padding: 1rem;
  color: white; }
  .octane-form-builder .form-errors-wrapper:before {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 100%;
    border: 7px solid transparent;
    border-bottom-color: #d03b3b; }
  .octane-form-builder .form-errors-wrapper .form-errors-message {
    line-height: 1.25;
    margin-bottom: 0.5em; }
  .octane-form-builder .form-errors-wrapper .form-errors-list {
    margin-left: 1em; }

.octane-form-builder .fb-recaptcha-policy {
  max-width: 360px;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: right;
  margin-left: auto;
  margin-top: 0.25rem; }

.fb-message-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  height: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: visibility 1ms, opacity 300ms 1ms; }
  .fb-message-wrapper.active {
    position: relative;
    opacity: 1;
    height: auto;
    min-height: 300px;
    visibility: visible; }
    .fb-message-wrapper.active .fb-message-icon {
      opacity: 1;
      transform: scale(1); }
      .fb-message-wrapper.active .fb-message-icon:before {
        width: 40px;
        height: 20px; }
    .fb-message-wrapper.active .fb-message-text {
      opacity: 1;
      transform: translate3d(0, 0, 0); }
  .fb-message-wrapper .fb-message-container {
    position: relative;
    width: 460px;
    max-width: 100%;
    padding: 2rem;
    text-align: center;
    box-sizing: border-box; }
    @media screen and (max-width: 550px) {
      .fb-message-wrapper .fb-message-container {
        width: 100%; } }
  .fb-message-wrapper .fb-message-icon {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 1rem;
    color: rgba(0, 0, 0, 0.25);
    border: 3px solid currentColor;
    border-radius: 50%;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 300ms, transform 800ms cubic-bezier(0.19, 1, 0.22, 1); }
    .fb-message-wrapper .fb-message-icon:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0px;
      height: 0px;
      border-left: 3px solid currentColor;
      border-bottom: 3px solid currentColor;
      border-radius: 0 0 0 2px;
      transform: translate(-45%, -70%) rotate(-45deg);
      transition: all 200ms 100ms; }
  .fb-message-wrapper .fb-message-text {
    position: relative;
    color: var(--accent1-hex);
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 300;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, -40px, 0);
    transition: opacity 300ms 200ms, transform 800ms 200ms cubic-bezier(0.19, 1, 0.22, 1); }

/***************************************
**
** 03. In which we configure base input styles
**
***************************************/
.octane-form-builder fieldset {
  width: 100%; }

.octane-form-builder .fb-input-style {
  display: block;
  width: 100%;
  padding: 0.675em 1em;
  font-size: 1em;
  font-family: var(--content-font);
  background-color: rgba(0, 0, 0, 0.02);
  color: #666666;
  border: 1px solid rgba(var(--primary-dark), 0.35);
  border-radius: 3px;
  box-sizing: border-box; }

.octane-form-builder input[type="text"].readonly,
.octane-form-builder input[type="number"].readonly,
.octane-form-builder textarea.readonly {
  font-size: 1rem;
  padding: 0.675em 1em;
  border-radius: 3px;
  border: 1px solid rgba(var(--primary-dark), 0.35);
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%; }
  .octane-form-builder input[type="text"].readonly::placeholder,
  .octane-form-builder input[type="number"].readonly::placeholder,
  .octane-form-builder textarea.readonly::placeholder {
    color: rgba(0, 0, 0, 0.5); }

.octane-form-builder input[type="number"].readonly,
.octane-form-builder input[type="number"].fb-input-zip {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: textfield; }
  .octane-form-builder input[type="number"].readonly::-webkit-outer-spin-button, .octane-form-builder input[type="number"].readonly::-webkit-inner-spin-button,
  .octane-form-builder input[type="number"].fb-input-zip::-webkit-outer-spin-button,
  .octane-form-builder input[type="number"].fb-input-zip::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.octane-form-builder textarea {
  min-height: 7em;
  border-radius: 3px; }

.octane-form-builder .file-upload {
  position: relative;
  color: #666666;
  border: 2px dashed currentcolor;
  border-radius: 6px;
  padding: 0.45rem 1rem;
  cursor: pointer; }
  .octane-form-builder .file-upload:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .octane-form-builder .file-upload input[type='file'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.01;
    cursor: pointer; }
  .octane-form-builder .file-upload input[type='file'] + label {
    position: relative;
    display: block;
    padding: 1em;
    width: 100%;
    line-height: 1.5;
    text-overflow: ellipsis;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 300ms ease; }
    .octane-form-builder .file-upload input[type='file'] + label:hover {
      background-color: var(--accent1-hex); }
    .octane-form-builder .file-upload input[type='file'] + label.uploaded {
      color: var(--primary-dark-hex); }
  .octane-form-builder .file-upload label {
    display: block;
    text-align: center;
    font-weight: 600; }

.octane-form-builder .select-label {
  position: relative;
  display: block; }
  .octane-form-builder .select-label::before {
    content: "";
    position: absolute;
    display: block;
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("/sites/octaneforms/assets/stylesheets/images/svg/chevron-down.svg");
    -webkit-mask-image: url("/sites/octaneforms/assets/stylesheets/images/svg/chevron-down.svg");
    right: 0;
    top: 50%;
    background-color: var(--primary-hex);
    pointer-events: none;
    transform: translate(0, -50%); }

.octane-form-builder .select-wrapper {
  position: relative; }
  .octane-form-builder .select-wrapper::after {
    content: "";
    position: absolute;
    display: block;
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("/sites/octaneforms/assets/stylesheets/images/svg/chevron-down.svg");
    -webkit-mask-image: url("/sites/octaneforms/assets/stylesheets/images/svg/chevron-down.svg");
    top: 53%;
    right: 0.5em;
    width: 0.875rem;
    height: 0.875rem;
    background-color: var(--primary-hex);
    transform: translate(-50%, -50%);
    pointer-events: none; }

.octane-form-builder select {
  display: block;
  background-color: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(var(--primary-dark), 0.35);
  border-radius: 3px;
  width: 100%;
  padding: 0.675em 1em;
  padding-right: 2em;
  color: #666666;
  font-size: 1em;
  cursor: pointer; }

.octane-form-builder input[type="radio"] ~ label,
.octane-form-builder input[type="checkbox"] ~ label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  cursor: pointer; }
  .octane-form-builder input[type="radio"] ~ label::before,
  .octane-form-builder input[type="checkbox"] ~ label::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0.25em;
    border-radius: 2px;
    border: 1px solid var(--accent1-hex);
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0.5em white, inset 0 0 0 0.375em white;
    transition: box-shadow 325ms ease; }

.octane-form-builder input[type="radio"]:checked ~ label::before,
.octane-form-builder input[type="checkbox"]:checked ~ label::before {
  box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 0.5em #666666; }

.octane-form-builder input[type="radio"] ~ label::before {
  border-radius: 50%; }

.octane-form-builder .option.box, .octane-form-builder .option.image, .octane-form-builder .option.image-bg, .octane-form-builder .option.image-only {
  color: #666666;
  background-color: rgba(0, 0, 0, 0.05);
  border: 2px solid lightgray;
  border-radius: 6px;
  overflow: hidden;
  transition: background-color 300ms, border 300ms; }
  .octane-form-builder .option.box.selected, .octane-form-builder .option.image.selected, .octane-form-builder .option.image-bg.selected, .octane-form-builder .option.image-only.selected {
    background-color: rgba(var(--primary), 0.05);
    border-color: var(--primary-hex); }

.octane-form-builder .option.image-bg.selected .fb-option-image {
  opacity: 0.75; }

.octane-form-builder .field-multi-select {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0.5rem;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .octane-form-builder .field-multi-select[data-col="1"] {
    grid-template-columns: 1fr; }
  .octane-form-builder .field-multi-select[data-col="2"] {
    grid-template-columns: repeat(2, 1fr); }
  .octane-form-builder .field-multi-select[data-col="3"] {
    grid-template-columns: repeat(3, 1fr); }
  .octane-form-builder .field-multi-select[data-col="4"] {
    grid-template-columns: repeat(4, 1fr); }
  .octane-form-builder .field-multi-select[data-col="5"] {
    grid-template-columns: repeat(5, 1fr); }
    @media screen and (max-width: 980px) {
      .octane-form-builder .field-multi-select[data-col="5"] {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 600px) {
      .octane-form-builder .field-multi-select[data-col="5"] {
        grid-template-columns: repeat(1, 1fr); } }
  @media screen and (max-width: 600px) {
    .octane-form-builder .field-multi-select[data-col] {
      grid-template-columns: repeat(1, 1fr); } }
  .octane-form-builder .field-multi-select .option {
    margin: 0;
    padding: 0 2rem 0 0;
    box-sizing: border-box; }
    @media screen and (max-width: 600px) {
      .octane-form-builder .field-multi-select .option {
        padding: 0; } }
  .octane-form-builder .field-multi-select.box-style {
    grid-gap: 1rem;
    margin-bottom: 1rem; }
    .octane-form-builder .field-multi-select.box-style .option {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 0;
      margin: 0; }
      .octane-form-builder .field-multi-select.box-style .option.image-only .fb-checkbox-option {
        padding: 0;
        line-height: 0; }
    .octane-form-builder .field-multi-select.box-style .field-checkbox {
      display: block;
      width: 1px;
      height: 1px;
      font-size: 0;
      line-height: 0; }
    .octane-form-builder .field-multi-select.box-style .fb-checkbox-option {
      position: static;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 1 1 100%;
      width: 100%;
      padding: 1.5rem 0.5rem;
      line-height: 1.25;
      font-weight: 700;
      transition: color 300ms;
      cursor: pointer;
      box-sizing: border-box; }
      .octane-form-builder .field-multi-select.box-style .fb-checkbox-option:before {
        display: none; }
      .octane-form-builder .field-multi-select.box-style .fb-checkbox-option:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.05);
        border: 2px solid lightgray;
        border-radius: 5px;
        transition: border-color 300ms;
        box-shadow: none;
        box-sizing: border-box;
        pointer-events: none; }
      .octane-form-builder .field-multi-select.box-style .fb-checkbox-option em {
        font-weight: normal; }
    .octane-form-builder .field-multi-select.box-style .fb-option-image {
      display: inline-block;
      max-width: 100%;
      padding: 0;
      box-sizing: border-box;
      margin: auto auto; }
      .octane-form-builder .field-multi-select.box-style .fb-option-image + .fb-checkbox-label-text {
        padding-top: 1.5rem;
        margin-bottom: -1rem; }
  .octane-form-builder .field-multi-select .option.image-bg {
    background-color: black; }
    .octane-form-builder .field-multi-select .option.image-bg .fb-checkbox-option {
      position: relative;
      padding: 4rem 0.5rem; }
      @media screen and (max-width: 600px) {
        .octane-form-builder .field-multi-select .option.image-bg .fb-checkbox-option {
          padding: 2rem 0.5rem; } }
    .octane-form-builder .field-multi-select .option.image-bg .field-checkbox:checked + .fb-checkbox-option {
      color: white; }
      .octane-form-builder .field-multi-select .option.image-bg .field-checkbox:checked + .fb-checkbox-option .fb-option-image {
        filter: blur(4px); }
    .octane-form-builder .field-multi-select .option.image-bg .fb-option-image {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: filter 300ms, opacity 300ms;
      opacity: 0.85; }
    .octane-form-builder .field-multi-select .option.image-bg .fb-checkbox-label-text {
      z-index: 3;
      position: relative;
      margin: 0;
      padding: 0;
      color: white; }

.octane-form-builder .field-content-wrapper {
  margin-top: 1rem; }

.octane-form-builder .field-heading {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0;
  padding: 0 0 0.5rem;
  outline: none; }

.octane-form-builder .field-content {
  font-size: 1rem;
  line-height: 1.5;
  outline: none;
  margin: 0;
  padding: 0;
  overflow: hidden; }
  .octane-form-builder .field-content h1,
  .octane-form-builder .field-content h2,
  .octane-form-builder .field-content h3,
  .octane-form-builder .field-content h4,
  .octane-form-builder .field-content h5 {
    margin: 0;
    margin-bottom: 1rem;
    font-weight: 300; }
  .octane-form-builder .field-content h6 {
    margin: 0;
    margin-bottom: 1rem;
    font-weight: 400; }
  .octane-form-builder .field-content h1 {
    font-size: 3.5em;
    line-height: 1.125; }
  .octane-form-builder .field-content h2 {
    font-size: 2.5em;
    line-height: 1.25; }
  .octane-form-builder .field-content h3 {
    font-size: 1.5em;
    line-height: 1.25; }
  .octane-form-builder .field-content h4 {
    font-size: 1.25em;
    line-height: 1.25; }
  .octane-form-builder .field-content h5,
  .octane-form-builder .field-content h6 {
    font-size: 1em;
    line-height: 1.5; }
  .octane-form-builder .field-content blockquote,
  .octane-form-builder .field-content q {
    display: block;
    margin: 1.5em auto 1.5em 0;
    width: auto;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 1.25em;
    line-height: 1.25;
    font-style: italic;
    quotes: none; }
  .octane-form-builder .field-content p {
    margin: 0;
    margin-bottom: 1.5em;
    font-size: 1em;
    font-weight: 400; }
    @media screen and (max-width: 800px) {
      .octane-form-builder .field-content p {
        font-size: 1rem !important;
        line-height: 1.5 !important; } }
  .octane-form-builder .field-content strong,
  .octane-form-builder .field-content b {
    font-weight: 700; }
  .octane-form-builder .field-content em {
    font-style: italic; }
  .octane-form-builder .field-content small {
    font-size: 0.75em; }
  .octane-form-builder .field-content a:not(.btn) {
    border-bottom: 1px solid;
    text-decoration: none; }
  .octane-form-builder .field-content ul {
    position: relative;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 1.5em; }
    .octane-form-builder .field-content ul li {
      position: relative;
      padding-left: 1.25em;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid-column;
      line-height: 1; }
      .octane-form-builder .field-content ul li::before {
        content: "";
        position: absolute;
        display: block;
        mask-position: center;
        mask-size: contain;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-image: url("/sites/octaneforms/assets/stylesheets/images/svg/chevron-down.svg");
        -webkit-mask-image: url("/sites/octaneforms/assets/stylesheets/images/svg/chevron-down.svg");
        left: 0;
        top: 0;
        width: 1em;
        height: 1em;
        background-color: #333333;
        transform: rotate(-90deg); }
      .octane-form-builder .field-content ul li + li {
        margin-top: 1em; }
    .octane-form-builder .field-content ul ul, .octane-form-builder .field-content ul ol {
      margin-top: 1em; }
      .octane-form-builder .field-content ul ul + li, .octane-form-builder .field-content ul ol + li {
        margin-top: 1em; }
  .octane-form-builder .field-content ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em; }
    .octane-form-builder .field-content ol li {
      padding-left: 0.25em;
      margin-bottom: 0.5em; }
  .octane-form-builder .field-content table {
    margin: 1.5em 0;
    width: 100%;
    border-spacing: 2px;
    border-collapse: separate; }
  .octane-form-builder .field-content thead {
    font-weight: 700; }
  .octane-form-builder .field-content tr,
  .octane-form-builder .field-content td,
  .octane-form-builder .field-content th {
    border: none;
    text-align: left;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.025); }
  .octane-form-builder .field-content th {
    background-color: rgba(0, 0, 0, 0.1); }
  .octane-form-builder .field-content iframe {
    max-width: 100%; }
  .octane-form-builder .field-content figure img {
    display: block; }
  .octane-form-builder .field-content figcaption {
    font-size: 0.875em;
    background-color: rgba(0, 0, 0, 0.05); }

.octane-form-builder .field-spacer {
  padding: 0;
  height: 3rem;
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    .octane-form-builder .field-spacer {
      display: none; } }

.octane-form-builder .form-label-row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }

.octane-form-builder .form-required-marker {
  position: relative;
  font-size: 0.875rem;
  color: red;
  vertical-align: middle; }
  .octane-form-builder .form-required-marker.corner-marker {
    position: absolute;
    z-index: 1;
    top: -0.25rem;
    right: 0; }
    .octane-form-builder .form-required-marker.corner-marker[data-field-type="radio"], .octane-form-builder .form-required-marker.corner-marker[data-field-type="multi-select"] {
      top: -1.25rem; }
  .octane-form-builder .form-required-marker:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.25em;
    border-radius: 50%;
    background-color: currentColor; }
  .octane-form-builder .form-required-marker[data-field-type="checkbox"] {
    top: -0.5em;
    margin-left: 0.5em; }

.octane-form-builder .form-field-label {
  display: block;
  margin-bottom: 0.25rem; }
  .octane-form-builder .form-field-label.small {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 0.75em;
    line-height: 1.5; }

.octane-form-builder .form-field-description {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0 0 0.25rem; }

.octane-form-builder .form-file-list {
  margin: 0 0 0.5rem;
  padding: 0;
  list-style: none;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.05); }
  .octane-form-builder .form-file-list .form-file-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    border-radius: 3px; }
    .octane-form-builder .form-file-list .form-file-list-item:hover {
      background-color: rgba(0, 0, 0, 0.05); }
    .octane-form-builder .form-file-list .form-file-list-item.uploader {
      position: relative;
      color: var(--primary-hex);
      background-color: rgba(0, 0, 0, 0.15);
      overflow: hidden; }
      .octane-form-builder .form-file-list .form-file-list-item.uploader:before {
        content: "";
        z-index: 1;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: currentColor;
        transform: translate3d(-100%, 0, 0);
        animation: formbuilderupload 1200ms linear infinite; }
      .octane-form-builder .form-file-list .form-file-list-item.uploader .form-file-list-label {
        z-index: 2;
        position: relative;
        color: white; }
  .octane-form-builder .form-file-list .remove-file-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.857rem;
    border-radius: 3px;
    background-color: transparent;
    border: none;
    transition: background-color 300ms;
    cursor: pointer; }
    .octane-form-builder .form-file-list .remove-file-btn:hover {
      background-color: red;
      color: white; }

.octane-form-builder .form-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .octane-form-builder .form-list .form-list-item {
    display: flex;
    font-size: 0.875rem;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 3px; }
    @media screen and (max-width: 600px) {
      .octane-form-builder .form-list .form-list-item {
        flex-wrap: wrap;
        justify-content: space-between; } }
    .octane-form-builder .form-list .form-list-item.heading {
      font-weight: bold;
      padding-bottom: 0.5rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background-color: transparent;
      border-radius: 0; }
    .octane-form-builder .form-list .form-list-item.empty {
      justify-content: center; }
  .octane-form-builder .form-list .form-list-item-info {
    flex: 1 1 100%; }
    @media screen and (max-width: 600px) {
      .octane-form-builder .form-list .form-list-item-info {
        flex: 0 0 auto; } }
    .octane-form-builder .form-list .form-list-item-info:first-child {
      flex: 1 0 50%; }
      @media screen and (max-width: 600px) {
        .octane-form-builder .form-list .form-list-item-info:first-child {
          flex: 1 0 100%; } }

.octane-form-builder .form-btn-spinner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  border: 2px solid rgba(0, 0, 0, 0.25);
  border-top-color: rgba(255, 255, 255, 0.25);
  border-right-color: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  box-sizing: border-box;
  animation: formbtnspin 600ms ease-in-out infinite; }

.octane-form-builder .fb-icon-next,
.octane-form-builder .fb-icon-back {
  position: relative;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  color: currentColor; }
  .octane-form-builder .fb-icon-next::before,
  .octane-form-builder .fb-icon-back::before {
    content: "";
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin-left: 0.25em;
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-image: url("/sites/octaneforms/assets/stylesheets/images/svg/chevron-down.svg");
    -webkit-mask-image: url("/sites/octaneforms/assets/stylesheets/images/svg/chevron-down.svg");
    background-color: currentColor;
    pointer-events: none;
    transform: rotate(-90deg);
    top: 1px; }

.octane-form-builder .fb-icon-back::before {
  margin-left: 0;
  margin-right: 0.25em;
  transform: rotate(90deg);
  top: -1px; }

.octane-form-builder .form-line-submit .btn {
  display: block;
  width: 100%;
  padding: 0.675em 0;
  margin-left: 0;
  margin-right: 0; }

.octane-form-builder .fb-password-show-confirm {
  display: flex;
  align-items: flex-start; }
  @media screen and (max-width: 800px) {
    .octane-form-builder .fb-password-show-confirm {
      flex-wrap: wrap; } }
  .octane-form-builder .fb-password-show-confirm .fb-password-row:first-child {
    margin-right: 0.5rem; }
  .octane-form-builder .fb-password-show-confirm .fb-password-row:last-child {
    margin-left: 0.5rem; }
    @media screen and (max-width: 800px) {
      .octane-form-builder .fb-password-show-confirm .fb-password-row:last-child {
        margin-top: 1rem;
        margin-left: 0; } }

.octane-form-builder .fb-password-row {
  flex: 1 1 100%;
  position: relative;
  box-sizing: border-box; }
  @media screen and (max-width: 800px) {
    .octane-form-builder .fb-password-row {
      flex: 1 0 100%;
      max-width: 100%;
      margin-left: 0;
      margin-right: 0; } }

.octane-form-builder .fb-hint-valid-line {
  display: block;
  white-space: nowrap; }

.octane-form-builder .fb-show-password-btn {
  position: absolute;
  right: 0;
  bottom: 3px;
  font-size: 14px;
  border: none;
  background-color: transparent;
  color: gray; }
  .octane-form-builder .fb-show-password-btn svg {
    width: 13px; }

.octane-form-builder .fb-hint {
  position: absolute;
  bottom: 20px;
  right: 0; }

.octane-form-builder .fb-hint-btn {
  border: none;
  background-color: transparent;
  color: gray; }

.octane-form-builder .fb-hint-wrapper {
  position: absolute;
  bottom: 100%;
  right: calc(50% - 8px);
  color: white;
  font-size: 11px;
  line-height: 1.5;
  display: block;
  background-color: #333333;
  border-radius: 3px;
  padding: 1em; }
  .octane-form-builder .fb-hint-wrapper::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 3px;
    border: 5px solid transparent;
    border-top-color: #333333;
    border-bottom: none; }

.octane-form-builder .fb-password-confirm-icon {
  position: absolute;
  bottom: 24px;
  right: 6px;
  font-size: 13px;
  line-height: 1; }

.octane-form-builder .fb-icon-question,
.octane-form-builder .fb-icon-check,
.octane-form-builder .fb-icon-times {
  position: relative;
  display: inline-block;
  margin-top: -2px;
  width: 13px;
  height: 13px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: gray;
  color: #333333;
  box-sizing: border-box; }
  .octane-form-builder .fb-icon-question::before,
  .octane-form-builder .fb-icon-check::before,
  .octane-form-builder .fb-icon-times::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 11px;
    line-height: 1;
    transform: translate(-50%, -50%); }

.octane-form-builder .fb-icon-question::before {
  content: "?"; }

.octane-form-builder .fb-icon-times {
  background-color: red; }
  .octane-form-builder .fb-icon-times::before {
    content: "\00D7";
    margin-top: -1px; }

.octane-form-builder .fb-icon-check {
  background-color: green; }
  .octane-form-builder .fb-icon-check::before {
    content: "\2713";
    margin-left: -1px; }

.octane-form-builder .fb-field-slider {
  padding-bottom: 1.5rem; }
  .octane-form-builder .fb-field-slider .fb-field-slider-container {
    position: relative;
    margin: 0.25rem 10px 0; }
    .octane-form-builder .fb-field-slider .fb-field-slider-container.show-value {
      margin-top: 1.5rem; }
  .octane-form-builder .fb-field-slider .fb-field-slider-labels {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.4rem;
    font-size: 14px;
    color: gray;
    font-style: italic; }
  .octane-form-builder .fb-field-slider .fb-field-slider-line {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: lightgray;
    border-radius: 2px; }
  .octane-form-builder .fb-field-slider .fb-field-slider-line-marker {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: -1px;
    height: 10px;
    width: 2px;
    background-color: lightgray;
    transform: translate(0, -50%);
    border-radius: 1px; }
  .octane-form-builder .fb-field-slider .fb-field-slider-handle {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: gray;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
    transform: translate(0, 0);
    transition: left 300ms cubic-bezier(0.19, 1, 0.22, 1);
    cursor: grab; }
    .octane-form-builder .fb-field-slider .fb-field-slider-handle:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -3px;
      margin-left: -3px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: white; }
    .octane-form-builder .fb-field-slider .fb-field-slider-handle.dragging {
      cursor: grabbing; }
  .octane-form-builder .fb-field-slider .fb-field-slider-value {
    position: absolute;
    bottom: 100%;
    left: 50%;
    font-size: 14px;
    line-height: 1;
    color: white;
    margin-bottom: 2px;
    padding: 2px 5px;
    background-color: #333333;
    border-radius: 100px;
    transform: translate(-50%, 0); }
    .octane-form-builder .fb-field-slider .fb-field-slider-value::after {
      content: "";
      position: absolute;
      bottom: -3px;
      left: 50%;
      margin-left: -5px;
      border: 5px solid transparent;
      border-top-color: #333333;
      border-bottom: none; }

.octane-form-builder .cf-turnstile {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  /* Center the widget */ }

.octane-form-builder .form-errors-wrapper + .cf-turnstile {
  border: 2px solid #dc3545;
  border-radius: 4px;
  padding: 0.5rem; }

.octane-form-builder .fb-limit-row {
  display: grid;
  gap: 0.25rem;
  grid-template-columns: 1fr auto;
  font-size: 12px;
  line-height: 1.25;
  padding-top: 0.25rem; }

.octane-form-builder .fb-limit-msg {
  color: red;
  grid-column: 1/1;
  display: block; }

.octane-form-builder .fb-limit-counter {
  grid-column: 2/2;
  text-align: right; }

@keyframes formbtnspin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes formbuilderupload {
  from {
    transform: translate3d(-100%, 0, 0); }
  to {
    transform: translate3d(100%, 0, 0); } }

/***************************************
**
** 04. Special and Override Styles 
**
***************************************/
.octane-form-builder.light .fb-input-style,
.octane-form-builder.light .form-required-marker:before {
  background-color: white; }

.octane-form-builder.light .form-field-label,
.octane-form-builder.light .form-field-description,
.octane-form-builder.light .form-required-marker,
.octane-form-builder.light .fb-checkbox-option,
.octane-form-builder.light .form-step-heading,
.octane-form-builder.light .form-step-description,
.octane-form-builder.light .fb-recaptcha-policy {
  color: white; }

.octane-form-builder-container.expanded-form .octane-form-builder {
  max-height: none; }

.octane-form-builder-container.collapsed-form .octane-form-builder {
  max-height: 5rem;
  overflow: hidden; }
  .octane-form-builder-container.collapsed-form .octane-form-builder[data-hidden-labels="true"] {
    max-height: 3.5rem; }

.octane-form-builder-container.collapsed-form .form-navigation,
.octane-form-builder-container.collapsed-form .fb-recaptcha-policy {
  display: none; }

.octane-form-builder-container.collapsed-form .form-steps-nav,
.octane-form-builder-container.collapsed-form .form-step-info-wrapper {
  overflow: hidden;
  max-height: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 800ms; }

.octane-form-builder-container.step-questions .form-field-label {
  font-size: 1.5rem;
  margin-bottom: 1rem; }

.octane-form-builder-container.step-questions .form-field-description {
  display: block;
  margin-top: -1rem;
  margin-bottom: 1rem; }

.octane-form-builder-container .security-tooltip-wrapper {
  position: relative;
  display: inline-block; }

.octane-form-builder-container .security-link {
  color: inherit;
  text-decoration: underline;
  cursor: pointer; }
  .octane-form-builder-container .security-link:hover {
    text-decoration: none; }

.octane-form-builder-container .security-tooltip {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 1000;
  margin-bottom: 8px;
  animation: fadeIn 0.2s ease-in-out; }

.octane-form-builder-container .tooltip-content {
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px 24px 16px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 275px;
  max-width: 300px;
  position: relative;
  white-space: normal; }
  .octane-form-builder-container .tooltip-content::after {
    content: '';
    position: absolute;
    top: 100%;
    right: 20px;
    border: 6px solid transparent;
    border-top-color: white; }
  .octane-form-builder-container .tooltip-content::before {
    content: '';
    position: absolute;
    top: 100%;
    right: 19px;
    border: 7px solid transparent;
    border-top-color: #ddd;
    margin-top: 1px; }
  .octane-form-builder-container .tooltip-content p {
    margin: 0 0 8px 0;
    font-size: 14px;
    line-height: 1.4; }
    .octane-form-builder-container .tooltip-content p:last-of-type {
      margin-bottom: 12px; }
    .octane-form-builder-container .tooltip-content p:first-child {
      padding-right: 8px; }

.octane-form-builder-container .tooltip-links {
  display: block;
  line-height: 1.5; }

.octane-form-builder-container .tooltip-link {
  display: inline-block;
  padding: 6px 12px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
  color: #495057;
  transition: all 0.2s ease;
  margin-right: 8px; }
  .octane-form-builder-container .tooltip-link:last-child {
    margin-right: 0; }
  .octane-form-builder-container .tooltip-link:hover {
    background: #e9ecef;
    color: #212529;
    text-decoration: none; }

.octane-form-builder-container .tooltip-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #999;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  line-height: 1; }
  .octane-form-builder-container .tooltip-close:hover {
    background: #f8f9fa;
    color: #666; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px); }
  to {
    opacity: 1;
    transform: translateY(0); } }

@media (max-width: 768px) {
  .octane-form-builder-container .security-tooltip {
    position: fixed;
    left: 10px !important;
    right: 10px !important;
    bottom: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-bottom: 0; }
  .octane-form-builder-container .tooltip-content {
    min-width: auto;
    max-width: none; }
    .octane-form-builder-container .tooltip-content::after, .octane-form-builder-container .tooltip-content::before {
      display: none; } }

.octane-form-builder-container .security-tooltip-wrapper:only-of-type .security-tooltip {
  right: 0;
  left: auto;
  transform: none; }
  .octane-form-builder-container .security-tooltip-wrapper:only-of-type .security-tooltip .tooltip-content::after {
    right: 20px;
    left: auto;
    transform: none; }
  .octane-form-builder-container .security-tooltip-wrapper:only-of-type .security-tooltip .tooltip-content::before {
    right: 19px;
    left: auto;
    transform: none;
    margin-left: 0; }

.octane-form-builder-container .security-tooltip-wrapper:first-of-type:not(:only-of-type) .security-tooltip {
  right: auto;
  left: 45%;
  transform: translateX(-50%); }
  .octane-form-builder-container .security-tooltip-wrapper:first-of-type:not(:only-of-type) .security-tooltip .tooltip-content::after {
    right: auto;
    left: 50%;
    transform: translateX(-50%); }
  .octane-form-builder-container .security-tooltip-wrapper:first-of-type:not(:only-of-type) .security-tooltip .tooltip-content::before {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -1px; }

