.data-table {
  //overflow-x: auto;
}

.data-interoperability-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.tip svg {
    width: 18px;
    margin-left: 5px;
}

.col-nav-row {
  background-color: #f9f9f9;

  
}

.column-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.4rem;
    position: absolute;
    width: 160px;
    top: -38px;
    border: 1px solid #999;
    border-radius: 10px;
    background-color: rgba(245, 245, 220, 1);
    right: 0;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
}

.column-nav button {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0.2rem 0.5rem;
  cursor: pointer;

  &:hover {
    background: #ddd;
  }
}

.column-status {
  font-size: 0.9rem;
}

.multi-value-col {
  position: relative;
  width: 400px;
}

tr td.multi-value-col:first-child {
  min-height: 50px;
}

tr.even {
  td {
    background-color: var(--bs-gray-100) !important;
  }

  td:first-child {
    background-color: rgba(var(--bs-fourth-rgb), 0.4) !important;
  }
}

tr.even td.multi-value-col {
    background-color: rgba(245, 245, 220, .4) !important;
}

tr.odd td.multi-value-col {
    background-color: rgba(245, 245, 220, .2) !important;
}

.dimform-container table.sticky-header thead {
    position: sticky;
    z-index: 500;
    top: 188px;
}

.dimform-container table caption {
  color: var(--bs-body-color);
  background-color: white;;
  font-size: 1.2rem;
  font-weight: 500;
  border: 1px solid var(--bs-fourth);
  text-align: center;
  padding: 1rem;
  position: sticky;
  z-index: 500;
  top: 83px;
  min-height: 106px;
}