#nav_PTSLogo,
.icon-vector-img {
    filter: brightness(0) invert(1);
}
/* Target Select2 multiple boxes */
.select2-container--bootstrap-5 .select2-selection.select2-selection--multiple {
    max-height: 100px;     /* adjust height as needed */
    overflow-y: auto;      /* enable vertical scroll */
}

/*Analytics Details*/
.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}
.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}
.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}
.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}
.edit-controls {
  display: inline-flex;
  gap: 4px;
  margin-left: 6px;
}
.edit-btn {
  border: none;
  background: none;
  cursor: pointer;
  padding: 2px 4px;
  font-size: 0.9em;
}
.edit-btn.save { color: green; }
.edit-btn.cancel { color: red; }
input.cell-edit {
  width: 80%;
  display: inline-block;
}
.dual-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.device-list {
  width: 300px;
  height: 300px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 8px;
  overflow-y: auto;
  background-color: #f8f9fa;
}
.arrow {
  font-size: 2rem;
  color: #0d6efd;
}