.ciq-row-open {
  position: relative;
  z-index: 2;
  min-width: 58px;
  cursor: pointer;
  transform: none !important;
  transition: background-color .14s ease, color .14s ease, border-color .14s ease, box-shadow .14s ease !important;
  will-change: auto;
}
.ciq-row-open:hover,
.ciq-row-open:focus-visible {
  background: #173b63 !important;
  border-color: #173b63 !important;
  color: #fff !important;
  box-shadow: 0 5px 12px rgba(23,59,99,.18);
  transform: none !important;
}
.ciq-active-table tbody tr:hover .ciq-row-open:not(:hover):not(:focus-visible) {
  background: #fff !important;
  color: #173b63 !important;
}
