.bootstrap label {
    font-size: 0.9rem!important;
}

.main-label {
    color:var(--dark);
    margin-bottom:8px;
}

.bootstrap .form-group {
    margin-bottom: 1.4rem;
}

.bootstrap select.form-control {
    border: 1px solid var(--primary);
    border-radius: 4px;
    box-shadow: none;
    background: transparent;
}

.bootstrap .h2 {
    color:#666;
    font-size: 1.6rem;
    line-height: 1.36363636em;
    font-weight: 500;
    border-bottom:1px solid #999;
}

.label-1749300256, .label-1162222421  {

    padding-bottom:12px;

}

#google-forms-css-confirmation {

    border: 1px solid var(--primary);
    border-radius: 6px;
    padding: 24px;
    margin: 30vh auto;
    background: #fff5e2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

input[type=text].form-control, textarea.form-control {

    box-shadow: none;
    background: transparent;
    border: 1px solid var(--primary);
    border-radius: 4px;

}

#google-forms-css-1855891975::after {
    content: attr(data-after-text);
    color: red;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #1475db;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }