.device-card_deviceCard__5UL-A {
  min-width: 288px;

  background-color: #f7f7f73d;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -2px;
}

.device-card_deviceStatus__4zqqo {
  text-transform: capitalize;
}

/* You can add global styles to this file, and also import other style files */
:root {
  --maxWidth: 1200px;
  --nav-width: calc(60px + 2 * var(--eds-space-24));
  --border-color-fallback: #f0f0f0;
}
html,
body,
#root {
  height: 100%;
  margin: 0;
  overflow: hidden;
}
main {
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: var(--eds-space-56) var(--eds-space-12);
}
@media (max-width: 1205px) {
  main {
    padding: var(--eds-space-24) var(--eds-space-12);
  }
}
/* Shared modal content sizing for consistency across modals */
.edit-modal-content {
  width: min(calc(92vw - 64px), 960px);
  max-width: 960px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .edit-modal-content {
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 160px);
  }
}
.small-form-fields {
  min-width: 200px;
  max-width: 400px;
}
.medium-form-fields {
  min-width: 300px;
  max-width: 600px;
}
.medium-table {
  min-width: 600px;
}
/* Class to help prioritize stacking context */
.stack-1 {
  z-index: 1;
}
.stack-2 {
  z-index: 2;
}
.sample-confirmation-container {
  max-width: 500px;
  width: 100%;
  margin-bottom: 20px;
}
.sample-confirmation-container label {
  font-style: italic;
}
.highlights-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.highlights-title {
  margin-bottom: 16px;
}
.highlight-row {
  margin-bottom: 32px;
}
.highlight-edit-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.highlight-edit-input {
  flex: 1;
}
.highlight-text {
  position: relative;
}
.highlight-actions {
  float: right;
  display: flex;
  gap: 4px;
}
.highlight-action-icon {
  cursor: pointer;
}
.insights-add-highlight-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--eds-color-grey-3, #f5f5f5);
  border-radius: 8px;
  padding: 8px;
  margin-top: 8px;
}
.add-highlight-textfield {
  flex: 1;
  background: transparent;
  box-shadow: none;
  padding: 0px;
}
.edit-highlight-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.icon-span {
  float: right;
  display: flex;
  gap: 4px;
}
.icon-style {
  cursor: pointer;
}
.insights-thumbnail {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.insights-table-compact {
  font-size: 11px;
}
.insights-table-compact th,
.insights-table-compact td {
  padding: 3px 6px;
  font-size: 11px;
}
.test-summary-highlight {
  color: #2563eb;
  font-weight: 700;
}
.test-summary-grid {
  gap: 0;
  margin: 16px 0;
}
.test-summary-asof {
  font-style: italic;
  width: 100%;
}
.sample-list-header-box {
  margin-bottom: 16px;
}
.sample-list-header-grid {
  gap: 220px;
  margin: 16px 0;
}
.sample-list-header-asof {
  text-align: right;
  font-style: italic;
  width: 100%;
}
.sample-list-pagination-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.sample-list-pagination-btn {
  background: none;
  color: black;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.sample-list-pagination-text {
  margin: 0 16px;
}
.insights-page-grid {
  gap: 32px;
  grid-template-columns: 1fr 1.3fr;
}
.insights-page-left-col {
  gap: 32px;
}
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}
.highlight-meta {
  font-size: 11px;
  color: #888;
  margin-top: 2px;
}
.reduced-width-name-input-container {
  width: 40%;
  gap: 12px;
}
/* Fix EDS tooltip anchor vertical alignment in flex containers */
.eds-tooltip__anchor {
  display: inline-flex;
  align-items: center;
}
.forrest-section-border {
  border: 1px solid var(--eds-color-border-subtle, var(--border-color-fallback));
  padding: 24px;
}


/*# sourceMappingURL=main.d821fae2953baaff.css.map*/