/* * Logo styles */
.logo span {
  margin-left: 8px;
}

/* * Control panel styles */
.selection option:disabled:checked,
.selection:has(option:disabled:checked) {
  color: #6c757d;
}

.selection option:not(:disabled) {
  color: #000000;
}

#seam-selection {
  display: none;
}

#control-panel{
  display: none;
}

/* * Canvas styles */
#coordinateCanvas {
  width: 100%;
  height: auto;
  border: 1px solid black;
}

#coordinateCanvas:active {
  cursor: grabbing;
}

/* * Datatable styles */
.text-center th {
  text-align: center !important;
  vertical-align: middle !important;
}

/* Scroll for table styles */
.scrollable-table {
  height: 330px;
  max-height: 330px;
  overflow-y: auto;
}

/* Fixed header for table */
.scrollable-table thead th {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Full-width table */
.scrollable-table table {
  width: 100%;
}

/* Target the empty state table cell specifically */
.datatable-table tbody tr td.datatable-empty {
  vertical-align: middle;
  padding: 40px 0;
  height: 270px; /* Adjust this value as needed */
}

/* * Instructions page styles */
.fast-help {
  padding-bottom: 5px !important;
}
