/* SINGLE FORMULARIOS --> Formulario NO conversacional */
.single-formularios .fluentform {

  width: 1380px; 
  max-width: 100%;
  justify-self: center;
  padding: 3rem 1rem;

  &::before {
    content: "";
    position: relative;
    height: 80px;
    display: block;
    background-color: #F1F7FF;
    padding: 1rem;
    background-image: url("../img/logo-hanyu-trainlang.svg");
    background-origin: content-box;
    padding: 1rem 2rem;
    box-sizing: border-box;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 2rem;
  }
}

.fluentform {

  button {
    padding: 1rem 1.5rem;
    border-radius: 8px;
    background-image: var(--gradient);
    background-clip: text;
    color: #00000011 !important;
    border: 0px;
    position: relative;

    &::before {
      background: var(--gradient) border-box;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-color: transparent;
      border-style: solid;
      -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
      mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
      mask-composite: exclude;
      border-radius: 8px;
    }
  }

  .ff-el-progress-bar {
    background: var(--gradient) border-box;
  }

  .ff-el-group {
    .ff-el-input--label {
      label {
        font-size: 1.2rem;
        font-weight: bold;
        margin-bottom: 0.5rem;
        color: inherit;
      }
    }

    .ff-el-input--content {
      label {
        color: inherit;
      }
    }
  }

  .step-nav {
    margin-top: 2rem;
  }
}
