
.page-title[data-v-2c014f09] {
  color: #000;
  font-weight: bold;
}
.search-field[data-v-2c014f09] {
  max-width: 80%;
}
.my-custom-table[data-v-2c014f09] {
  font-size: 14px;
}
.custom-header[data-v-2c014f09] {
  color: #000;
  font-size: 18px;
}
.custom-cell[data-v-2c014f09] {
  font-size: 16px;
}
.my-custom-table tbody tr>td[data-v-2c014f09] {
  color: #000;
}
.bg-white[data-v-2c014f09] {
  background-color: #fff;
  border-radius: 5px;
}
.items-per-page-select[data-v-2c014f09] {
  max-width: 100px;
}
.action-buttons[data-v-2c014f09] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  flex-wrap: nowrap;
}
.action-btn[data-v-2c014f09] {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.action-btn[data-v-2c014f09]:hover {
  transform: scale(1.08);
}
.action-btn--view[data-v-2c014f09]:hover {
  box-shadow: 0 2px 8px rgba(33, 150, 243, 0.35);
}
.action-btn--edit[data-v-2c014f09]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.action-btn--delete[data-v-2c014f09]:hover {
  box-shadow: 0 2px 8px rgba(244, 67, 54, 0.35);
}

