.jobs-table .status {
  font-weight: bold; }

.jobs-table .job-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .jobs-table .job-error .error-text {
    margin-left: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.jobs-table .retry-button {
  margin-left: 8px; }

.jobs-table .job-logs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.jobs-table .logs-icon {
  margin-left: 10px; }

/* this has to be in sync with util/z-index.js */
/* The full-page mixin is used across various pages that have a header on top and the main content below the header. */
.top-content-wrapper {
  padding: 20px;
  border-bottom: 1px solid #e6e5ea;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 20px; }
  @media (max-width: 1500px) {
    .top-content-wrapper {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 15px; } }
  @media (max-width: 1200px) {
    .top-content-wrapper {
      grid-template-columns: repeat(4, 1fr);
      grid-gap: 10px;
      padding: 15px; } }
  @media (max-width: 1000px) {
    .top-content-wrapper {
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 15px;
      padding: 15px; } }
  @media (max-width: 768px) {
    .top-content-wrapper {
      grid-template-columns: 1fr;
      grid-gap: 10px;
      padding: 10px; } }
  .top-content-wrapper .top-content-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .top-content-wrapper .top-content-card:first-child .card-header {
    margin-top: 0px; }
  .top-content-wrapper .top-content-card > .card-header {
    font-weight: 900;
    color: #777582;
    border-left: 5px solid #e6e5ea;
    font-size: 12px;
    padding-left: 10px;
    margin: 20px 0 8px 0; }
    @media (max-width: 1200px) {
      .top-content-wrapper .top-content-card > .card-header {
        font-size: 11px;
        margin: 15px 0 6px 0; } }
  .top-content-wrapper .top-content-card > .card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media (max-width: 1200px) {
      .top-content-wrapper .top-content-card > .card-content {
        font-size: 11px; } }
    .top-content-wrapper .top-content-card > .card-content .action {
      margin-left: 20px; }
    .top-content-wrapper .top-content-card > .card-content.vertical-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }

/* this has to be in sync with util/z-index.js */
/* The full-page mixin is used across various pages that have a header on top and the main content below the header. */
.common-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .common-breadcrumbs > .common-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .common-breadcrumbs > .common-breadcrumb > .icon {
      margin: 0 10px;
      color: #777582; }
    .common-breadcrumbs > .common-breadcrumb > .link {
      color: #777582;
      font-size: 16px;
      font-weight: 700;
      max-width: 20em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block; }
    .common-breadcrumbs > .common-breadcrumb:last-child .link {
      color: #1b1a21; }
    .common-breadcrumbs > .common-breadcrumb:not(:last-child) > .link:hover {
      color: #4c4a57; }

/* this has to be in sync with util/z-index.js */
/* The full-page mixin is used across various pages that have a header on top and the main content below the header. */
.release-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%; }
  .release-page .status {
    font-weight: bold; }
  .release-page .download-link {
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 12px; }
    @media (max-width: 1200px) {
      .release-page .download-link {
        font-size: 11px; } }
    .release-page .download-link:after {
      content: "\A";
      white-space: pre; }
  .release-page .download-error {
    color: #c41337;
    font-weight: bold; }
  .release-page .download-disabled {
    opacity: 0.5;
    pointer-events: none; }
  .release-page .top-content-wrapper .top-content-card .card-content a[href*="https://"] {
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .release-page .download-link {
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: break-word; }
  .release-page .top-content-wrapper .top-content-card .card-content.downloads-section {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word; }
    .release-page .top-content-wrapper .top-content-card .card-content.downloads-section .downloads-content {
      white-space: normal !important;
      overflow-wrap: break-word;
      word-break: break-word; }
  .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word; }
    .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content {
      white-space: normal !important;
      overflow-wrap: break-word;
      word-break: break-word; }
      .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content .docker-image-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 8px;
        margin-bottom: 2px;
        word-break: break-word;
        overflow-wrap: break-word; }
        .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content .docker-image-item .docker-image-name {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          min-width: 0; }
          .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content .docker-image-item .docker-image-name a {
            display: block;
            word-break: break-word;
            overflow-wrap: break-word;
            font-size: 12px; }
            .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content .docker-image-item .docker-image-name a:after {
              content: "";
              white-space: pre; }
            @media (max-width: 1200px) {
              .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content .docker-image-item .docker-image-name a {
                font-size: 11px;
                word-break: break-all; } }
        .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content .docker-image-item .docker-scan-log {
          -ms-flex-negative: 0;
              flex-shrink: 0; }
          .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content .docker-image-item .docker-scan-log .scan-log-link {
            display: inline-block;
            font-size: 10px;
            color: #6c757d;
            text-decoration: none;
            padding: 1px 4px;
            border-radius: 2px;
            background-color: transparent;
            border: 1px solid #dee2e6;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
            white-space: nowrap; }
            .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content .docker-image-item .docker-scan-log .scan-log-link:hover {
              background-color: #f8f9fa;
              color: #495057;
              text-decoration: none; }
            @media (max-width: 1200px) {
              .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content .docker-image-item .docker-scan-log .scan-log-link {
                font-size: 9px;
                padding: 1px 3px; } }
      .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content > a {
        display: block;
        word-break: break-word;
        overflow-wrap: break-word;
        font-size: 12px; }
        .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content > a:after {
          content: "\A";
          white-space: pre; }
        @media (max-width: 1200px) {
          .release-page .top-content-wrapper .top-content-card .card-content.docker-images-section .docker-images-content > a {
            font-size: 11px;
            word-break: break-all; } }
  .release-page .sync-button {
    margin-left: 10px; }
  .release-page .static-assets-placeholder {
    padding: 20px;
    border-bottom: 1px solid #e6e5ea; }
  .release-page .top-content-wrapper .top-content-card .card-content.approval-text {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word;
    max-width: none !important;
    height: auto !important; }
    .release-page .top-content-wrapper .top-content-card .card-content.approval-text * {
      white-space: normal !important;
      overflow: visible !important;
      text-overflow: clip !important;
      word-break: break-word;
      max-width: none !important;
      height: auto !important; }
  .release-page .top-content-wrapper .top-content-card .card-content.commit-message-text {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word;
    max-width: none !important;
    height: auto !important; }
  .release-page .top-content-wrapper .top-content-card .card-content.targets-text {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word;
    max-width: none !important;
    height: auto !important; }
  .release-page .top-content-wrapper
.top-content-card
.card-content.approval-button-container {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word;
    max-width: none !important;
    height: auto !important; }
    .release-page .top-content-wrapper
.top-content-card
.card-content.approval-button-container * {
      white-space: normal !important;
      overflow: visible !important;
      text-overflow: clip !important;
      word-break: break-word;
      max-width: none !important;
      height: auto !important; }
  .release-page .top-content-wrapper
.top-content-card:has(.components-button)
.card-content {
    overflow: visible !important;
    padding: 2px 0; }
  .release-page .top-content-wrapper
.top-content-card
.card-content.approval-status-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px !important;
    white-space: nowrap !important;
    overflow: visible !important; }
    .release-page .top-content-wrapper
.top-content-card
.card-content.approval-status-content .status-button-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%; }
      .release-page .top-content-wrapper
.top-content-card
.card-content.approval-status-content .status-button-container .status {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: inline-block;
        padding: 0;
        margin: 0;
        font-size: inherit; }
      .release-page .top-content-wrapper
.top-content-card
.card-content.approval-status-content .status-button-container .components-button {
        margin-left: 6px;
        padding: 4px 8px;
        font-size: 12px; }
  .release-page .top-content-wrapper .top-content-card .card-content div[key] {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word;
    max-width: none !important;
    overflow-wrap: break-word; }
  .release-page .top-content-wrapper .top-content-card .card-content b {
    display: inline !important;
    white-space: normal !important;
    overflow-wrap: break-word;
    word-break: break-word; }
  .release-page .top-content-wrapper
.top-content-card
.card-content
> div:not(.status-button-container) {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word; }
  .release-page .approval-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000; }
  .release-page .approval-dialog {
    background-color: white;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto; }
    .release-page .approval-dialog .approval-dialog-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 24px 16px 24px;
      border-bottom: 1px solid #e6e5ea; }
      .release-page .approval-dialog .approval-dialog-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #333; }
      .release-page .approval-dialog .approval-dialog-header .approval-dialog-close {
        background: none;
        border: none;
        font-size: 24px;
        color: #666;
        cursor: pointer;
        padding: 0;
        width: 24px;
        height: 24px; }
        .release-page .approval-dialog .approval-dialog-header .approval-dialog-close:hover {
          color: #333; }
    .release-page .approval-dialog .approval-dialog-content {
      padding: 20px 24px; }
      .release-page .approval-dialog .approval-dialog-content p {
        margin: 0;
        color: #666;
        font-size: 14px; }
      .release-page .approval-dialog .approval-dialog-content .release-details .detail-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12px;
        font-size: 14px; }
        .release-page .approval-dialog .approval-dialog-content .release-details .detail-row strong {
          min-width: 140px;
          color: #333;
          font-weight: 600; }
        .release-page .approval-dialog .approval-dialog-content .release-details .detail-row .commit-message-preview {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          color: #555;
          word-break: break-word; }
    .release-page .approval-dialog .approval-dialog-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 16px 24px 24px 24px;
      border-top: 1px solid #e6e5ea; }
      .release-page .approval-dialog .approval-dialog-actions .components-button {
        padding: 6px 12px;
        font-size: 13px; }
      .release-page .approval-dialog .approval-dialog-actions .download-log-button {
        margin-right: auto; }
      .release-page .approval-dialog .approval-dialog-actions .approval-action-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 12px; }
  .release-page .response-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000; }
  .release-page .response-dialog {
    background-color: white;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    min-width: 400px;
    max-width: 500px;
    width: 90%; }
    .release-page .response-dialog .response-dialog-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 24px 16px 24px;
      border-bottom: 1px solid #e6e5ea; }
      .release-page .response-dialog .response-dialog-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600; }
        .release-page .response-dialog .response-dialog-header h3.success {
          color: #16a34a; }
        .release-page .response-dialog .response-dialog-header h3.error {
          color: #dc2626; }
      .release-page .response-dialog .response-dialog-header .response-dialog-close {
        background: none;
        border: none;
        font-size: 24px;
        color: #666;
        cursor: pointer;
        padding: 0;
        width: 24px;
        height: 24px; }
        .release-page .response-dialog .response-dialog-header .response-dialog-close:hover {
          color: #333; }
    .release-page .response-dialog .response-dialog-content {
      padding: 20px 24px;
      text-align: center; }
      .release-page .response-dialog .response-dialog-content .response-icon {
        font-size: 48px;
        margin-bottom: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .release-page .response-dialog .response-dialog-content .response-icon.success {
          color: #16a34a; }
          .release-page .response-dialog .response-dialog-content .response-icon.success .icon-checkmark {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 60px;
            height: 60px;
            background-color: #16a34a;
            border-radius: 50%;
            color: white;
            font-size: 36px;
            font-weight: bold; }
        .release-page .response-dialog .response-dialog-content .response-icon.error {
          color: #dc2626; }
          .release-page .response-dialog .response-dialog-content .response-icon.error .icon-error {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 60px;
            height: 60px;
            background-color: #dc2626;
            border-radius: 50%;
            color: white;
            font-size: 36px;
            font-weight: bold; }
      .release-page .response-dialog .response-dialog-content .response-message {
        font-size: 16px;
        color: #374151;
        margin-bottom: 20px; }
    .release-page .response-dialog .response-dialog-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 16px 24px 24px 24px;
      border-top: 1px solid #e6e5ea; }
  .release-page .rollback-button {
    background-color: #8800cc !important;
    border-color: #8800cc !important;
    color: white !important; }
    .release-page .rollback-button:hover:not(:disabled) {
      background-color: #aa00ff !important;
      border-color: #aa00ff !important; }
    .release-page .rollback-button:disabled {
      background-color: #ecc7ff !important;
      border-color: #ecc7ff !important;
      color: white !important;
      opacity: 0.6;
      cursor: not-allowed; }
  .release-page .rollback-dialog-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000; }
  .release-page .rollback-dialog {
    background-color: white;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto; }
    .release-page .rollback-dialog .rollback-dialog-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 24px 16px 24px;
      border-bottom: 1px solid #e6e5ea; }
      .release-page .rollback-dialog .rollback-dialog-header h3 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        color: #333; }
      .release-page .rollback-dialog .rollback-dialog-header .rollback-dialog-close {
        background: none;
        border: none;
        font-size: 24px;
        color: #666;
        cursor: pointer;
        padding: 0;
        width: 24px;
        height: 24px; }
        .release-page .rollback-dialog .rollback-dialog-header .rollback-dialog-close:hover {
          color: #333; }
    .release-page .rollback-dialog .rollback-dialog-content {
      padding: 20px 24px; }
      .release-page .rollback-dialog .rollback-dialog-content p {
        margin: 0 0 16px 0;
        color: #666;
        font-size: 14px; }
        .release-page .rollback-dialog .rollback-dialog-content p:last-child {
          margin-bottom: 0; }
      .release-page .rollback-dialog .rollback-dialog-content .warning-message {
        margin: 0 0 20px 0;
        padding: 12px 16px;
        background-color: #fef3cd;
        border: 1px solid #ffeaa7;
        border-radius: 4px;
        color: #856404;
        font-size: 14px;
        line-height: 1.4; }
      .release-page .rollback-dialog .rollback-dialog-content .danger-warning {
        margin: 0 0 20px 0;
        padding: 16px;
        background-color: #fee2e2;
        border: 1px solid #fecaca;
        border-radius: 4px;
        color: #991b1b;
        font-size: 14px;
        text-align: center;
        font-weight: 600; }
      .release-page .rollback-dialog .rollback-dialog-content .release-details {
        margin-bottom: 16px; }
        .release-page .rollback-dialog .rollback-dialog-content .release-details .detail-row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 12px;
          font-size: 14px; }
          .release-page .rollback-dialog .rollback-dialog-content .release-details .detail-row:last-child {
            margin-bottom: 0; }
          .release-page .rollback-dialog .rollback-dialog-content .release-details .detail-row strong {
            min-width: 140px;
            color: #333;
            font-weight: 600; }
          .release-page .rollback-dialog .rollback-dialog-content .release-details .detail-row .commit-message-preview {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            color: #555;
            word-break: break-word; }
    .release-page .rollback-dialog .rollback-dialog-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      gap: 12px;
      padding: 16px 24px 24px 24px;
      border-top: 1px solid #e6e5ea; }
      .release-page .rollback-dialog .rollback-dialog-actions .components-button {
        padding: 6px 12px;
        font-size: 13px; }

.pages-static-assets {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%; }
  .pages-static-assets .inline {
    display: inline-block; }
  .pages-static-assets .center-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

/* this has to be in sync with util/z-index.js */
/* The full-page mixin is used across various pages that have a header on top and the main content below the header. */
.release-warning {
  background-color: #c41337;
  color: #ffffff; }
  .release-warning .description {
    color: #ffffff;
    text-align: left; }
  .release-warning label {
    color: #ffffff; }
  .release-warning .invalid {
    color: #ffffff !important; }
  .release-warning .form-values-list > div span:first-child {
    color: #ffffff;
    opacity: 0.9; }
  .release-warning .form-values-list > div .form-value {
    color: #ffffff; }

.confirm-page-body-inner .description {
  margin-bottom: 16px;
  font-size: 14px; }

.confirm-page-body-inner .form-values-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 12px 24px;
  margin-bottom: 24px; }
  .confirm-page-body-inner .form-values-list > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 8px 12px;
    background-color: #fafafa;
    border-radius: 4px; }
    .confirm-page-body-inner .form-values-list > div span:first-child {
      color: #8800cc;
      font-size: 12px;
      margin-bottom: 4px;
      font-weight: 600; }
    .confirm-page-body-inner .form-values-list > div .form-value {
      font-weight: 700;
      font-size: 14px;
      word-break: break-word;
      overflow-wrap: break-word;
      line-height: 1.4;
      color: #4c4a57; }
    .confirm-page-body-inner .form-values-list > div.full-width {
      grid-column: 1 / -1; }

@media (max-width: 768px) {
  .confirm-page-body-inner .form-values-list {
    grid-template-columns: 1fr; }
    .confirm-page-body-inner .form-values-list > div {
      margin-bottom: 8px; } }

/* this has to be in sync with util/z-index.js */
/* The full-page mixin is used across various pages that have a header on top and the main content below the header. */
.configuration-dialog .modal-inner {
  width: 600px;
  max-height: 80vh;
  min-height: 400px; }

.configuration-dialog .modal-content-inner {
  overflow-y: auto;
  max-height: calc(80vh - 120px); }

.configuration-dialog .configuration-section {
  margin-bottom: 30px; }
  .configuration-dialog .configuration-section h4 {
    margin-bottom: 20px;
    color: #1b1a21;
    border-bottom: 1px solid #e6e5ea;
    padding-bottom: 10px; }
  .configuration-dialog .configuration-section .components-formik-input {
    margin-bottom: 20px; }
    .configuration-dialog .configuration-section .components-formik-input label {
      font-size: 15.5px; }
    .configuration-dialog .configuration-section .components-formik-input .form-info {
      font-size: 13.5px; }
  .configuration-dialog .configuration-section .components-formik-input:last-child {
    margin-bottom: 0; }
  .configuration-dialog .configuration-section .form-info {
    margin-top: 5px;
    line-height: 130%;
    font-weight: 400;
    font-size: 12px;
    color: #777582; }

.configuration-dialog .configuration-section:last-child {
  margin-bottom: 0; }

.configuration-dialog .configuration-summary {
  margin-top: 20px; }
  .configuration-dialog .configuration-summary .summary-container {
    padding: 12px 16px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e9ecef; }
    .configuration-dialog .configuration-summary .summary-container .summary-title {
      font-weight: 600;
      margin: 0 0 8px 0;
      line-height: 130%;
      font-weight: 700;
      font-size: 13px;
      color: #1b1a21; }
    .configuration-dialog .configuration-summary .summary-container .summary-list {
      margin: 0;
      padding-left: 16px; }
      .configuration-dialog .configuration-summary .summary-container .summary-list li {
        line-height: 130%;
        font-weight: 400;
        font-size: 16px;
        color: #4c4a57;
        margin-bottom: 4px; }
        .configuration-dialog .configuration-summary .summary-container .summary-list li:last-child {
          margin-bottom: 0; }

/* this has to be in sync with util/z-index.js */
/* The full-page mixin is used across various pages that have a header on top and the main content below the header. */
.dropdown-button-picker {
  width: 260px; }
  .dropdown-button-picker .section {
    color: #777582; }
    .dropdown-button-picker .section:not(:last-of-type) {
      padding-bottom: 8px;
      margin-bottom: 5px; }
    .dropdown-button-picker .section .group-header {
      text-transform: uppercase;
      color: #777582;
      margin-bottom: 5px; }
  .dropdown-button-picker .picker-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px; }
    .dropdown-button-picker .picker-option:not(.disabled) {
      cursor: pointer; }
    .dropdown-button-picker .picker-option.disabled .name {
      color: #777582; }
    .dropdown-button-picker .picker-option:not(:last-child) {
      padding: 3px 0; }
    .dropdown-button-picker .picker-option .name {
      padding: 3px 4px;
      border-radius: 3px;
      color: #777582; }
    .dropdown-button-picker .picker-option .no-icon,
    .dropdown-button-picker .picker-option .components-icon {
      color: #8800cc;
      margin: 3px 10px 3px 2px;
      width: 1.25em; }

/* this has to be in sync with util/z-index.js */
/* The full-page mixin is used across various pages that have a header on top and the main content below the header. */
.releases-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%; }
  .releases-page .status {
    font-weight: bold; }
  .releases-page .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .releases-page .header-right .btn-limit {
      margin-right: 10px; }
    .releases-page .header-right .filters-wrapper {
      margin-left: 10px; }
      .releases-page .header-right .filters-wrapper .filter.channel {
        margin-right: 10px;
        width: 150px; }
      .releases-page .header-right .filters-wrapper .filter.product {
        width: 170px; }
  .releases-page .pagination-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    margin-top: 4px; }
    .releases-page .pagination-controls .page-indicator {
      margin: 0 12px;
      font-weight: 400;
      color: var(--color-neutral-600);
      font-size: 0.9rem; }
    .releases-page .pagination-controls button {
      min-width: 70px;
      background-color: transparent;
      border: 1px solid var(--color-neutral-300);
      margin: 0 4px;
      padding: 4px 8px;
      font-size: 0.85rem; }
      .releases-page .pagination-controls button:hover:not(:disabled) {
        background-color: var(--color-neutral-100); }
      .releases-page .pagination-controls button:disabled {
        opacity: 0.5;
        border-color: var(--color-neutral-200); }

/* this has to be in sync with util/z-index.js */
/* The full-page mixin is used across various pages that have a header on top and the main content below the header. */
.migrations-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%; }


/*# sourceMappingURL=styles.739863f9.chunk.css.map*/