.access-form {
  position: relative; }

.staged-form .access-form {
  display: flex;
  flex-direction: column;
  align-items: center; }

.basic-form, .basic-form-two-col .basic-form,
.two-col-form-wrapper .basic-form {
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box; }
  .basic-form .basic-form-result {
    font-size: small;
    font-weight: bold;
    padding: unset;
    padding-left: 8px;
    padding-right: 8px;
    min-height: unset;
    line-height: 1.5em; }
  .basic-form .errorlist {
    display: flex;
    flex-direction: column;
    margin: 0;
    color: lightcoral;
    font-size: .8rem;
    font-weight: 600;
    list-style-type: none;
    padding-left: 0; }
    .basic-form .errorlist .errorlist {
      margin-left: 20px;
      margin-bottom: 10px; }
  .basic-form__errors {
    order: -1;
    border: 1px solid lightcoral;
    padding: 10px;
    border-radius: 5px;
    width: 80%;
    box-sizing: border-box;
    background-color: rgba(240, 128, 128, 0.2);
    margin: .5rem 0; }
    .basic-form__errors .errorlist {
      display: flex;
      flex-direction: column;
      margin: 0;
      color: lightcoral;
      font-size: .8rem;
      font-weight: 600;
      list-style-type: none; }
  .basic-form .basic-form-container-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .basic-form .basic-form-container-content {
    display: none; }
    .basic-form .basic-form-container-content .basic-form-field-wrapper, .basic-form .basic-form-container-content .multi-field {
      width: 100%; }
  .basic-form .sub-formset-field-wrapper {
    flex-direction: column; }
    .basic-form .sub-formset-field-wrapper > .basic-form-field {
      width: 100%;
      max-width: 100%; }
      .basic-form .sub-formset-field-wrapper > .basic-form-field > .sub-formset-field > .subformset > .formset-forms > .formset-subform {
        width: 100%; }
        .basic-form .sub-formset-field-wrapper > .basic-form-field > .sub-formset-field > .subformset > .formset-forms > .formset-subform > .subform > .basic-form-field-wrapper, .basic-form .sub-formset-field-wrapper > .basic-form-field > .sub-formset-field > .subformset > .formset-forms > .formset-subform > .subform > .multi-field {
          width: 100%;
          border: none;
          background: none;
          padding: 0;
          margin: 0;
          flex-direction: column; }
          .basic-form .sub-formset-field-wrapper > .basic-form-field > .sub-formset-field > .subformset > .formset-forms > .formset-subform > .subform > .basic-form-field-wrapper > .basic-form-field, .basic-form .sub-formset-field-wrapper > .basic-form-field > .sub-formset-field > .subformset > .formset-forms > .formset-subform > .subform > .multi-field > .basic-form-field {
            width: 100%;
            max-width: 100%; }
  .basic-form .basic-form-hidden-field {
    display: none !important; }
  .basic-form .basic-form-field-wrapper, .basic-form .multi-field {
    display: flex;
    width: 80%;
    justify-content: space-between;
    align-items: center;
    margin: .5rem 0;
    background-color: #f7f7f7;
    border: 1px solid #B4B4B4;
    border-radius: 5px;
    min-height: 2rem;
    font-weight: 600;
    box-sizing: border-box;
    padding: 5px 10px; }
    .basic-form .basic-form-field-wrapper.dpm-field-wrapper ~ .dpm-field-wrapper ~ .dpm-field-wrapper, .basic-form .dpm-field-wrapper.multi-field ~ .dpm-field-wrapper ~ .dpm-field-wrapper, .basic-form .basic-form-field-wrapper.cpm-field-wrapper ~ .cpm-field-wrapper ~ .cpm-field-wrapper, .basic-form .cpm-field-wrapper.multi-field ~ .cpm-field-wrapper ~ .cpm-field-wrapper, .basic-form .basic-form-field-wrapper.source-field-wrapper ~ .source-field-wrapper ~ .source-field-wrapper ~ .source-field-wrapper ~ .source-field-wrapper ~ .source-field-wrapper, .basic-form .source-field-wrapper.multi-field ~ .source-field-wrapper ~ .source-field-wrapper ~ .source-field-wrapper ~ .source-field-wrapper ~ .source-field-wrapper {
      margin-bottom: 30px !important; }
    .basic-form .basic-form-field-wrapper > span:first-of-type, .basic-form .multi-field > span:first-of-type {
      margin-right: 1em; }
    .basic-form .basic-form-field-wrapper > *:first-child, .basic-form .multi-field > *:first-child {
      font-weight: 600;
      white-space: normal;
      word-break: break-word;
      flex: 0 1 auto; }
      .basic-form .basic-form-field-wrapper > *:first-child span:not(.select2-selection__choice__remove):not(.inner-pages), .basic-form .multi-field > *:first-child span:not(.select2-selection__choice__remove):not(.inner-pages),
      .basic-form .basic-form-field-wrapper > *:first-child a,
      .basic-form .multi-field > *:first-child a {
        display: block;
        flex: 0 1 auto;
        white-space: normal !important;
        word-break: break-word !important; }
    .basic-form .basic-form-field-wrapper--checkbox label {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 5px; }
    .basic-form .basic-form-field-wrapper:nth-of-type(1), .basic-form .multi-field:nth-of-type(1) {
      margin-top: 1rem !important; }
    .basic-form .basic-form-field-wrapper:nth-of-type(odd), .basic-form .multi-field:nth-of-type(odd) {
      background-color: #dcdcdc; }
    .basic-form .basic-form-field-wrapper-label,
    .basic-form .basic-form-field-wrapper label,
    .basic-form .multi-field label {
      font-weight: 600;
      white-space: normal;
      word-break: break-word;
      min-width: 20%; }
    .basic-form .basic-form-field-wrapper span, .basic-form .multi-field span {
      flex: 0 1 auto; }
    .basic-form .basic-form-field-wrapper .basic-form-field-label-wrapper, .basic-form .multi-field .basic-form-field-label-wrapper {
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .basic-form .basic-form-field-wrapper .basic-form-field-label-wrapper .helptext, .basic-form .multi-field .basic-form-field-label-wrapper .helptext {
        margin-left: .5em;
        font-size: 80%;
        cursor: help; }
    .basic-form .basic-form-field-wrapper .basic-form-field, .basic-form .multi-field .basic-form-field {
      display: block;
      font-weight: normal;
      max-width: 80%;
      text-align: end; }
      .basic-form .basic-form-field-wrapper .basic-form-field *, .basic-form .multi-field .basic-form-field * {
        font-weight: normal; }
      .basic-form .basic-form-field-wrapper .basic-form-field-scheduled, .basic-form .multi-field .basic-form-field-scheduled, .basic-form .basic-form-field-wrapper .basic-form-field-dependent, .basic-form .multi-field .basic-form-field-dependent {
        max-width: 100%; }
        .basic-form .basic-form-field-wrapper .basic-form-field-scheduled .scheduled-field-item label, .basic-form .multi-field .basic-form-field-scheduled .scheduled-field-item label, .basic-form .basic-form-field-wrapper .basic-form-field-scheduled .dependent-field-item label, .basic-form .multi-field .basic-form-field-scheduled .dependent-field-item label, .basic-form .basic-form-field-wrapper .basic-form-field-dependent .scheduled-field-item label, .basic-form .multi-field .basic-form-field-dependent .scheduled-field-item label, .basic-form .basic-form-field-wrapper .basic-form-field-dependent .dependent-field-item label, .basic-form .multi-field .basic-form-field-dependent .dependent-field-item label {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          align-items: center; }
          .basic-form .basic-form-field-wrapper .basic-form-field-scheduled .scheduled-field-item label .field-name, .basic-form .multi-field .basic-form-field-scheduled .scheduled-field-item label .field-name, .basic-form .basic-form-field-wrapper .basic-form-field-scheduled .dependent-field-item label .field-name, .basic-form .multi-field .basic-form-field-scheduled .dependent-field-item label .field-name, .basic-form .basic-form-field-wrapper .basic-form-field-dependent .scheduled-field-item label .field-name, .basic-form .multi-field .basic-form-field-dependent .scheduled-field-item label .field-name, .basic-form .basic-form-field-wrapper .basic-form-field-dependent .dependent-field-item label .field-name, .basic-form .multi-field .basic-form-field-dependent .dependent-field-item label .field-name {
            font-weight: 600; }
        .basic-form .basic-form-field-wrapper .basic-form-field-scheduled .scheduled-field-item input[type="text"], .basic-form .multi-field .basic-form-field-scheduled .scheduled-field-item input[type="text"], .basic-form .basic-form-field-wrapper .basic-form-field-scheduled .dependent-field-item input[type="text"], .basic-form .multi-field .basic-form-field-scheduled .dependent-field-item input[type="text"], .basic-form .basic-form-field-wrapper .basic-form-field-dependent .scheduled-field-item input[type="text"], .basic-form .multi-field .basic-form-field-dependent .scheduled-field-item input[type="text"], .basic-form .basic-form-field-wrapper .basic-form-field-dependent .dependent-field-item input[type="text"], .basic-form .multi-field .basic-form-field-dependent .dependent-field-item input[type="text"] {
          width: auto; }
        .basic-form .basic-form-field-wrapper .basic-form-field-scheduled .scheduled-field-item input[type="number"], .basic-form .multi-field .basic-form-field-scheduled .scheduled-field-item input[type="number"], .basic-form .basic-form-field-wrapper .basic-form-field-scheduled .dependent-field-item input[type="number"], .basic-form .multi-field .basic-form-field-scheduled .dependent-field-item input[type="number"], .basic-form .basic-form-field-wrapper .basic-form-field-dependent .scheduled-field-item input[type="number"], .basic-form .multi-field .basic-form-field-dependent .scheduled-field-item input[type="number"], .basic-form .basic-form-field-wrapper .basic-form-field-dependent .dependent-field-item input[type="number"], .basic-form .multi-field .basic-form-field-dependent .dependent-field-item input[type="number"] {
          margin-left: auto; }
        .basic-form .basic-form-field-wrapper .basic-form-field-scheduled .scheduled-field-item .override-multi-widget select, .basic-form .multi-field .basic-form-field-scheduled .scheduled-field-item .override-multi-widget select, .basic-form .basic-form-field-wrapper .basic-form-field-scheduled .dependent-field-item .override-multi-widget select, .basic-form .multi-field .basic-form-field-scheduled .dependent-field-item .override-multi-widget select, .basic-form .basic-form-field-wrapper .basic-form-field-dependent .scheduled-field-item .override-multi-widget select, .basic-form .multi-field .basic-form-field-dependent .scheduled-field-item .override-multi-widget select, .basic-form .basic-form-field-wrapper .basic-form-field-dependent .dependent-field-item .override-multi-widget select, .basic-form .multi-field .basic-form-field-dependent .dependent-field-item .override-multi-widget select {
          min-width: unset; }
      .basic-form .basic-form-field-wrapper .basic-form-field--multi, .basic-form .multi-field .basic-form-field--multi {
        display: flex;
        flex-direction: column; }
      .basic-form .basic-form-field-wrapper .basic-form-field .errorlist, .basic-form .multi-field .basic-form-field .errorlist, .basic-form .basic-form-field-wrapper .basic-form-field--error, .basic-form .multi-field .basic-form-field--error {
        display: flex;
        justify-content: flex-start;
        list-style-type: none;
        margin: 0;
        padding: 0;
        flex-basis: 100%;
        color: lightcoral;
        font-size: .7rem;
        font-weight: 600; }
      .basic-form .basic-form-field-wrapper .basic-form-field input[type='file'], .basic-form .multi-field .basic-form-field input[type='file'] {
        max-width: 100%;
        white-space: normal;
        margin-top: 5px; }
      .basic-form .basic-form-field-wrapper .basic-form-field input[type="text"], .basic-form .multi-field .basic-form-field input[type="text"],
      .basic-form .basic-form-field-wrapper .basic-form-field textarea,
      .basic-form .multi-field .basic-form-field textarea {
        width: 100%; }
      .basic-form .basic-form-field-wrapper .basic-form-field select, .basic-form .multi-field .basic-form-field select {
        min-width: 180px; }
      .basic-form .basic-form-field-wrapper .basic-form-field select, .basic-form .multi-field .basic-form-field select {
        max-width: 100%;
        width: auto !important; }
      .basic-form .basic-form-field-wrapper .basic-form-field ul, .basic-form .multi-field .basic-form-field ul {
        list-style: none; }
        .basic-form .basic-form-field-wrapper .basic-form-field ul label, .basic-form .multi-field .basic-form-field ul label {
          font-weight: normal; }
    .basic-form .basic-form-field-wrapper-error {
      color: lightcoral; }
    .basic-form .basic-form-field-wrapper .form-field-help-text, .basic-form .multi-field .form-field-help-text {
      visibility: hidden;
      position: absolute;
      max-width: 25%;
      border: 2px solid black;
      border-radius: 5px;
      background-color: white;
      padding: 0.5em;
      font-weight: normal; }
  .basic-form .multi-field {
    flex-direction: column; }
    .basic-form .multi-field-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      margin: 10px 0; }
    .basic-form .multi-field-column {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%; }
  .basic-form__controls, .basic-form-two-col .basic-form__controls,
  .two-col-form-wrapper .basic-form__controls {
    display: flex;
    justify-content: center; }
  .basic-form .loading-overlay {
    z-index: 101;
    width: 100%;
    height: 100%; }
    .basic-form .loading-overlay .loading-gif {
      display: block;
      position: absolute;
      left: 49%;
      top: 49%; }

.confirm-form-refresh-container .modal {
  z-index: 1052 !important; }

.basic-form-buttons {
  margin-top: 1rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-evenly;
  width: 100%; }

.basic-form-two-col,
.two-col-form-wrapper {
  display: flex;
  justify-content: space-between; }
  .basic-form-two-col .basic-form,
  .two-col-form-wrapper .basic-form {
    width: 50%; }
    .basic-form-two-col .basic-form div.basic-form-field-wrapper, .basic-form-two-col .basic-form div.multi-field,
    .two-col-form-wrapper .basic-form div.basic-form-field-wrapper,
    .two-col-form-wrapper .basic-form div.multi-field {
      display: flex;
      justify-content: space-between;
      align-items: center;
      white-space: normal;
      word-break: break-word; }
      .basic-form-two-col .basic-form div.basic-form-field-wrapper > *:first-child, .basic-form-two-col .basic-form div.multi-field > *:first-child,
      .two-col-form-wrapper .basic-form div.basic-form-field-wrapper > *:first-child,
      .two-col-form-wrapper .basic-form div.multi-field > *:first-child {
        font-weight: 600;
        white-space: normal;
        word-break: break-word;
        flex: 0 0 auto; }
        .basic-form-two-col .basic-form div.basic-form-field-wrapper > *:first-child *, .basic-form-two-col .basic-form div.multi-field > *:first-child *,
        .two-col-form-wrapper .basic-form div.basic-form-field-wrapper > *:first-child *,
        .two-col-form-wrapper .basic-form div.multi-field > *:first-child * {
          font-weight: normal; }
        .basic-form-two-col .basic-form div.basic-form-field-wrapper > *:first-child span, .basic-form-two-col .basic-form div.multi-field > *:first-child span,
        .basic-form-two-col .basic-form div.basic-form-field-wrapper > *:first-child a,
        .basic-form-two-col .basic-form div.multi-field > *:first-child a,
        .two-col-form-wrapper .basic-form div.basic-form-field-wrapper > *:first-child span,
        .two-col-form-wrapper .basic-form div.multi-field > *:first-child span,
        .two-col-form-wrapper .basic-form div.basic-form-field-wrapper > *:first-child a,
        .two-col-form-wrapper .basic-form div.multi-field > *:first-child a {
          display: block;
          flex: 0 1 auto;
          white-space: normal !important;
          word-break: break-word !important; }
    .basic-form-two-col .basic-form .basic-form-field-wrapper:nth-of-type(1), .basic-form-two-col .basic-form .multi-field:nth-of-type(1),
    .two-col-form-wrapper .basic-form .basic-form-field-wrapper:nth-of-type(1),
    .two-col-form-wrapper .basic-form .multi-field:nth-of-type(1) {
      margin-top: 1rem !important; }
    .basic-form-two-col .basic-form .basic-form-field-wrapper:nth-of-type(odd), .basic-form-two-col .basic-form .multi-field:nth-of-type(odd),
    .two-col-form-wrapper .basic-form .basic-form-field-wrapper:nth-of-type(odd),
    .two-col-form-wrapper .basic-form .multi-field:nth-of-type(odd) {
      background-color: #dcdcdc; }
    .basic-form-two-col .basic-form .basic-form-field-wrapper > *:first-child, .basic-form-two-col .basic-form .multi-field > *:first-child,
    .two-col-form-wrapper .basic-form .basic-form-field-wrapper > *:first-child,
    .two-col-form-wrapper .basic-form .multi-field > *:first-child {
      font-weight: 600;
      white-space: normal;
      word-break: break-word;
      flex: 0 0 auto; }
      .basic-form-two-col .basic-form .basic-form-field-wrapper > *:first-child *, .basic-form-two-col .basic-form .multi-field > *:first-child *,
      .two-col-form-wrapper .basic-form .basic-form-field-wrapper > *:first-child *,
      .two-col-form-wrapper .basic-form .multi-field > *:first-child * {
        font-weight: normal; }
      .basic-form-two-col .basic-form .basic-form-field-wrapper > *:first-child span, .basic-form-two-col .basic-form .multi-field > *:first-child span,
      .basic-form-two-col .basic-form .basic-form-field-wrapper > *:first-child a,
      .basic-form-two-col .basic-form .multi-field > *:first-child a,
      .two-col-form-wrapper .basic-form .basic-form-field-wrapper > *:first-child span,
      .two-col-form-wrapper .basic-form .multi-field > *:first-child span,
      .two-col-form-wrapper .basic-form .basic-form-field-wrapper > *:first-child a,
      .two-col-form-wrapper .basic-form .multi-field > *:first-child a {
        font-weight: normal;
        display: block;
        flex: 0 1 auto;
        white-space: normal !important;
        word-break: break-word !important; }
    .basic-form-two-col .basic-form .basic-form-field-wrapper .basic-form-field input[type="text"], .basic-form-two-col .basic-form .multi-field .basic-form-field input[type="text"],
    .basic-form-two-col .basic-form .basic-form-field-wrapper .basic-form-field textarea,
    .basic-form-two-col .basic-form .multi-field .basic-form-field textarea,
    .two-col-form-wrapper .basic-form .basic-form-field-wrapper .basic-form-field input[type="text"],
    .two-col-form-wrapper .basic-form .multi-field .basic-form-field input[type="text"],
    .two-col-form-wrapper .basic-form .basic-form-field-wrapper .basic-form-field textarea,
    .two-col-form-wrapper .basic-form .multi-field .basic-form-field textarea {
      width: 100%; }
    .basic-form-two-col .basic-form .basic-form-field-wrapper-error,
    .two-col-form-wrapper .basic-form .basic-form-field-wrapper-error {
      color: lightcoral; }

.three-col-form-wrapper {
  display: flex;
  flex-direction: row; }
  .three-col-form-wrapper .basic-form {
    flex-basis: 33%;
    max-width: 33%; }
    .three-col-form-wrapper .basic-form-field-wrapper, .three-col-form-wrapper .basic-form .multi-field, .basic-form .three-col-form-wrapper .multi-field {
      width: 90%; }
      .three-col-form-wrapper .basic-form-field-wrapper .basic-form-field, .three-col-form-wrapper .basic-form .multi-field .basic-form-field, .basic-form .three-col-form-wrapper .multi-field .basic-form-field {
        flex-basis: 50%;
        align-items: center; }
        .three-col-form-wrapper .basic-form-field-wrapper .basic-form-field input, .three-col-form-wrapper .basic-form .multi-field .basic-form-field input, .basic-form .three-col-form-wrapper .multi-field .basic-form-field input {
          width: 100%;
          flex-basis: 100%; }
    .three-col-form-wrapper .basic-form .col-select {
      width: 90%; }

@media only screen and (max-width: 925px) {
  .two-col-form-wrapper {
    display: block; }
  .basic-form, .basic-form-two-col .basic-form,
  .two-col-form-wrapper .basic-form {
    width: 100%; }
    .basic-form .basic-form-field-wrapper, .basic-form .multi-field {
      flex-direction: column;
      align-items: center;
      text-align: center; }
      .basic-form .basic-form-field-wrapper--checkbox {
        flex-direction: row;
        justify-content: space-between; }
        .basic-form .basic-form-field-wrapper--checkbox label {
          display: flex;
          width: 100%;
          justify-content: space-between;
          white-space: nowrap; }
          .basic-form .basic-form-field-wrapper--checkbox label .basic-form-field {
            width: auto; }
      .basic-form .basic-form-field-wrapper .basic-form-field, .basic-form .multi-field .basic-form-field {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .basic-form .basic-form-field-wrapper .basic-form-field input[type="text"], .basic-form .multi-field .basic-form-field input[type="text"],
        .basic-form .basic-form-field-wrapper .basic-form-field textarea,
        .basic-form .multi-field .basic-form-field textarea {
          min-width: 75%;
          margin: 3px; }
        .basic-form .basic-form-field-wrapper .basic-form-field select, .basic-form .multi-field .basic-form-field select,
        .basic-form .basic-form-field-wrapper .basic-form-field .v-select,
        .basic-form .multi-field .basic-form-field .v-select {
          text-align: center;
          margin: 3px; }
        .basic-form .basic-form-field-wrapper .basic-form-field select, .basic-form .multi-field .basic-form-field select {
          min-width: 75%; }
      .basic-form .basic-form-field-wrapper .basic-form-scheduled-field, .basic-form .multi-field .basic-form-scheduled-field {
        width: 80%; } }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  white-space: normal !important; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  text-align: left !important; }

.formset {
  width: 100%; }

.formset-remove-form {
  margin-bottom: .5em;
  margin-left: auto; }

.formset-subform {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: .5em;
  margin: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
  background: rgba(0, 0, 0, 0.03);
  position: relative; }

.formset-subform .access-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse; }

.formset-forms .formset-subform {
  margin: 1em auto; }

.nested-template-subform .basic-form-field-wrapper, .nested-template-subform .basic-form .multi-field, .basic-form .nested-template-subform .multi-field {
  flex-direction: column; }

.nested-template-subform .basic-form-field-label-wrapper {
  margin-bottom: 10px; }

.sub-form-field .basic-form-field {
  flex-direction: column; }

.sub-form-field .basic-form-field-label-wrapper {
  margin-bottom: 10px; }
