.grid-container[data-v-e4e90c13] {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid-wrapper[data-v-e4e90c13] {
  flex-grow: 1;
  overflow-y: scroll;
  position: relative;
  overscroll-behavior: contain;
}
table[data-v-e4e90c13] {
  width: 100%;
  border-collapse: collapse;
}
th[data-v-e4e90c13] {
  background-color: #f5f5f5;
  position: sticky;
  top: 0px;
  z-index: 100;
  font-weight: normal;
}
th.pinned-left[data-v-e4e90c13],
td.pinned-left[data-v-e4e90c13] {
  position: sticky;
  left: 0;
  z-index: 100;
}
th.pinned-right[data-v-e4e90c13],
td.pinned-right[data-v-e4e90c13] {
  position: sticky;
  right: 0;
  z-index: 100;
}
.grid-cell[data-v-e4e90c13] {
  font-size: 14px;
  font-weight: normal;
}
.resize-handle[data-v-e4e90c13] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  width: 8px;
  cursor: col-resize;
  z-index: 110;
}
.resize-handle[data-v-e4e90c13]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  right: 3px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
th[data-v-e4e90c13],
td[data-v-e4e90c13] {
  padding: 8px;
  text-align: left;
  border: 1px solid #ccc;
}
th .filter-handle[data-v-e4e90c13],
td .filter-handle[data-v-e4e90c13] {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
}
.grid-row[data-v-e4e90c13] {
  height: 40px; /* Set the desired row height */
  line-height: 40px; /* Match the line-height to the row height */
  color: var(--ion-color-medium);
}
.grid-row[data-v-e4e90c13]:hover {
  transform: translateY(-5px) scale(1.015) translateX(5px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
input[type=checkbox][data-v-e4e90c13] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #aaa;
  border-radius: 5px;
  outline: none;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  margin-left: 16px;
}
input[type=checkbox][data-v-e4e90c13]:checked {
  background-color: var(--ion-color-primary);
  border-color: var(--ion-color-primary);
}
input[type=checkbox][data-v-e4e90c13]:hover {
  border-color: var(--ion-color-primary);
}
.spacer[data-v-e4e90c13] {
  height: 0;
  pointer-events: none;
}