/* Tables */
.handle {
  color: var(--bs-dark-rgb);
  cursor: grabbing;
  opacity: 0.5;
  &:hover {
    opacity: 1;
  }
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--vhive-accent);
}

.table .action-cell {
  text-align: right;
  width: 35px;
  max-width: 35px;
  min-width: 35px;
  padding-left: 0px;
  padding-right: 0px;
}

.action-cell  i {
  /* color: var(--bs-dark-rgb); */
  transition: color 0.2s ease-in-out;
}

.action-cell  i:hover {
  color: var(--vh-green);
}

.action-cell .action-icon {
  color: var(--bs-body-color-rgb);
  display: inline-block;
  font-size: 1.2rem;
  opacity: 0.85;
  padding: 0 3px;
  text-align: right;
}

.action-cell .action-icon:hover {
  color: var(--vh-green);
}

.handle {
  color: var(--bs-dark-rgb);
  cursor: grabbing;
  opacity: 0.5;
  &:hover {
    opacity: 1;
  }
}

.cell_35 {
  width: 35px;
  max-width: 35px;
  min-width: 35px;
}

.cell_55 {
  width: 55px;
  max-width: 55px;
  min-width: 55px;
}

.cell_75 {
  width: 75px;
  max-width: 75px;
  min-width: 75px;
}

.cell_85 {
  width: 85px;
  max-width: 85px;
  min-width: 85px;
}

.cell_95 {
  width: 95px;
  max-width: 95px;
  min-width: 95px;
}

.cell_105 {
  width: 105px;
  max-width: 105px;
  min-width: 105px;
}

.cell_125 {
  width: 125px;
  max-width: 125px;
  min-width: 125px;
}

.cell_200 {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}

.cell_225 {
  width: 225px;
  max-width: 225px;
  min-width: 225px;
}

.cell_250 {
  width: 250px;
  max-width: 250px;
  min-width: 250px;
}

.cell_285 {
  width: 285px;
  max-width: 285px;
  min-width: 285px;
}

.cell_325 {
  width: 325px;
  max-width: 325px;
  min-width: 325px;
}

.cell_350 {
  width: 350px;
  max-width: 350px;
  min-width: 350px;
}
