@layer system-display-control {
  .view-edit-value.hidden,
  .view-edit-input {
    display: none;
  }
  .view-edit-input.shown {
    display: revert-layer;
  }
}
@layer system-display-control {
  .view-edit-section .control-label {
    display: none;
  }
  .view-edit-section .passwordinput .control-label {
    display: revert-layer;
  }
}
@layer base {
  .view-edit-section {
    container-type: inline-size;
    border-radius: 2px;
    border: 1px solid #dee2e6;
    border-bottom: none;
    margin: 10px 0;
  }
}

@layer base-display {
  .view-edit-std-section .view-edit-std-row, .view-edit-std-section .view-edit-std-row.captcha-row .captcha-input {
    display: grid;
  }
  .view-edit-std-section .view-edit-std-row.button-row .view-edit-std-cell {
    display: flex;
  }
  @container (max-width: 480px) {
    .view-edit-std-section .view-edit-std-row.button-row:not(.submit-row):not(.mobile-no-expand) .view-edit-std-cell {
      display: block;
    }
    .view-edit-std-section .view-edit-std-row.button-row:not(.submit-row):not(.mobile-no-expand) .view-edit-std-cell * {
      display: flex;
    }
  }
}
@layer base {
  .view-edit-std-section .view-edit-std-row {
    border-bottom: 1px solid #dee2e6;
    grid-template-columns: min(200px, 20%) auto;
  }
  .view-edit-std-section .view-edit-std-row.double-row {
    grid-template-columns: min(200px, 20%) calc((100% - 2 * min(200px, 20%)) / 2) min(200px, 20%) calc((100% - 2 * min(200px, 20%)) / 2);
  }
  .view-edit-std-section .view-edit-std-row.triple-row {
    grid-template-columns: min(200px, 20%) calc((100% - 3 * min(200px, 20%)) / 3) min(200px, 20%) calc((100% - 3 * min(200px, 20%)) / 3) min(200px, 20%) calc((100% - 3 * min(200px, 20%)) / 3);
  }
  @container (max-width: 1230px) {
    .view-edit-std-section .view-edit-std-row.triple-row {
      grid-template-columns: min(200px, 20%) auto;
    }
    .view-edit-std-section .view-edit-std-row.triple-row .view-edit-std-cell {
      border-bottom: 1px solid #dee2e6;
    }
    .view-edit-std-section .view-edit-std-row.triple-row .view-edit-std-cell:nth-child(even):not(:last-child) {
      border-right: none;
    }
    .view-edit-std-section .view-edit-std-row.triple-row .view-edit-std-cell:nth-last-child(-n+2) {
      border-bottom: none;
    }
  }
  .view-edit-std-section .view-edit-std-row.with-action {
    grid-template-columns: min(200px, 20%) auto 45px;
  }
  .view-edit-std-section .view-edit-std-row.with-action > div:nth-child(3) {
    text-align: right;
  }
  .view-edit-std-section .view-edit-std-row.with-action .action-button {
    display: flex;
    align-items: center;
    width: 35px;
    height: 38px;
  }
  .view-edit-std-section .view-edit-std-row.button-row {
    grid-template-columns: 100%;
  }
  .view-edit-std-section .view-edit-std-row.button-row .view-edit-std-cell > * {
    margin-right: 7px;
  }
  .view-edit-std-section .view-edit-std-row.button-row .view-edit-std-cell > *:last-child {
    margin-right: 0;
  }
  @container (max-width: 480px) {
    .view-edit-std-section .view-edit-std-row.button-row .view-edit-std-cell > * {
      width: 100%;
      margin-bottom: 5px;
    }
    .view-edit-std-section .view-edit-std-row.button-row .view-edit-std-cell > *:last-child {
      margin-bottom: 0;
    }
  }
  .view-edit-std-section .view-edit-std-row.button-row.submit-row .view-edit-std-cell {
    justify-content: right;
  }
  .view-edit-std-section .view-edit-std-row.password-row {
    grid-template-columns: 100%;
  }
  .view-edit-std-section .view-edit-std-row.captcha-row .captcha-input {
    grid-template-columns: 125px auto 40px;
  }
  .view-edit-std-section .view-edit-std-row.captcha-row .captcha-input div:nth-child(2) {
    padding: 5px;
  }
  .view-edit-std-section .view-edit-std-row.captcha-row .captcha-input div:nth-child(3) {
    text-align: right;
  }
  .view-edit-std-section .view-edit-std-row.captcha-row .captcha-input .captcha-refresh-btn {
    margin-top: 5px;
    width: 100%;
  }
  .view-edit-std-section .view-edit-std-row.col30 {
    grid-template-columns: 30% auto;
  }
  .view-edit-std-section .view-edit-std-row div.view-edit-std-cell {
    border-right: 1px solid #dee2e6;
    padding: 5px;
  }
  .view-edit-std-section .view-edit-std-row div.view-edit-std-cell:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: bold;
  }
  .view-edit-std-section .view-edit-std-row div.view-edit-std-cell:last-child {
    border-right: none;
  }
  .view-edit-std-section .view-edit-std-row div.view-edit-std-cell input:read-only {
    background-color: #f0f0f0;
  }
  @container (max-width: 480px) {
    .view-edit-std-section .view-edit-std-row, .view-edit-std-section .view-edit-std-row.triple-row {
      grid-template-columns: 100%;
    }
    .view-edit-std-section .view-edit-std-row .view-edit-std-cell, .view-edit-std-section .view-edit-std-row.triple-row .view-edit-std-cell {
      border-right: none;
    }
    .view-edit-std-section .view-edit-std-row .view-edit-std-cell:first-child, .view-edit-std-section .view-edit-std-row.triple-row .view-edit-std-cell:first-child {
      border-right: 0;
      border-bottom: 1px solid #dee2e6;
    }
    .view-edit-std-section .view-edit-std-row.with-action {
      grid-template-columns: auto 45px;
      grid-template-areas: "label label" "field action";
    }
    .view-edit-std-section .view-edit-std-row.with-action .view-edit-std-cell:first-child {
      grid-area: label;
    }
    .view-edit-std-section .view-edit-std-row.with-action .view-edit-std-cell:nth-child(2) {
      border-right: 1px solid #dee2e6;
    }
  }
}

@layer display-control {
  .view-edit-expander-section .view-edit-expander-body {
    display: none;
  }
  .view-edit-expander-section .view-edit-expander-body.active {
    display: revert-layer;
  }
}
@layer base-display {
  .view-edit-expander-section {
    display: block;
  }
}
@layer {
  .view-edit-expander-section {
    margin: 20px 0;
  }
  .view-edit-expander-section .view-edit-expander-header,
  .view-edit-expander-section .view-edit-expander-body {
    padding: 5px;
    border-bottom: 1px solid #dee2e6;
  }
  .view-edit-expander-section .view-edit-expander-header {
    background-color: rgba(0, 0, 0, 0.05);
    font-weight: bold;
    cursor: pointer;
  }
  .view-edit-expander-section .view-edit-expander-header .view-edit-expander-toggler {
    float: right;
    margin-right: 5px;
  }
  .view-edit-expander-section .view-edit-expander-body {
    padding-bottom: 20px;
  }
}

@layer base-display {
  @media (max-width: 480px) {
    .backtotop-wrapper {
      display: block;
    }
  }
}
@layer base {
  @media (max-width: 480px) {
    .backtotop-wrapper {
      text-align: right;
    }
  }
}

/*# sourceMappingURL=vieweditform.css.map */
