.filter-buttons[data-v-6c477922] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.filter-button[data-v-6c477922] {
  padding: 10px 20px;
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-button[data-v-6c477922]:hover {
  background-color: #e6e6e6;
}
.filter-button.active[data-v-6c477922] {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
.table-container[data-v-6c477922] {
  overflow-x: auto;
}
table :not(.reportPage) th[data-v-6c477922]:first-child,
table :not(.reportPage) td[data-v-6c477922]:first-child,
table :not(.reportPage) th[data-v-6c477922]:last-child,
table :not(.reportPage) td[data-v-6c477922]:last-child {
  background-color: unset !important;
}
.table-container[data-v-6c477922] {
  overflow-x: auto;
  margin-top: 10px;
}
.notification-table[data-v-6c477922] {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.notification-table th[data-v-6c477922],
.notification-table td[data-v-6c477922] {
  border: 1px solid #ddd;
  padding: 4px;
  text-align: center !important;
}
.notification-table tbody tr[data-v-6c477922]:hover {
  background-color: #f0f8ff !important;
  cursor: pointer;
}
.notification-table tbody tr.selected[data-v-6c477922] {
  background-color: #d0ebff !important;
}
.table-container[data-v-6c477922] {
  overflow-x: auto;
}
.pagination-container[data-v-6c477922] {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.notification-table th[data-v-6c477922] {
  text-align: left;
}
.notification-table tbody tr.selected[data-v-6c477922] {
  background-color: #f0f0f0;
}
.mobile-textarea-wrapper[data-v-6c477922] {
  position: relative;
}
.mobile-textarea[data-v-6c477922] {
  position: relative;
  z-index: 2;
  background: transparent !important;
}
.mobile-textarea[data-v-6c477922] textarea {
  background: transparent !important;
  position: relative;
  z-index: 2;
}
.highlight-overlay[data-v-6c477922] {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 12px;
  margin: 0;
  border: none;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  white-space: pre-wrap;
  word-wrap: break-word;
  pointer-events: none;
  z-index: 1;
  overflow: auto;
  color: transparent;
  border-radius: 4px;
}
.found-mobile[data-v-6c477922] {
  background-color: #d4edda !important;
  color: #155724 !important;
  padding: 1px 2px;
  border-radius: 2px;
  display: inline;
}
.not-found-mobile[data-v-6c477922] {
  background-color: #f8d7da !important;
  color: #721c24 !important;
  padding: 1px 2px;
  border-radius: 2px;
  display: inline;
}
.found-indicator[data-v-6c477922] {
  width: 12px;
  height: 12px;
  background-color: #d4edda;
  border: 1px solid #155724;
  border-radius: 2px;
  display: inline-block;
}
.not-found-indicator[data-v-6c477922] {
  width: 12px;
  height: 12px;
  background-color: #f8d7da;
  border: 1px solid #721c24;
  border-radius: 2px;
  display: inline-block;
}
.not-found-mobile-chip[data-v-6c477922] {
  background-color: #f8d7da;
  color: #721c24;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 12px;
  border: 1px solid #f5c6cb;
  display: inline-block;
}
.mobile-textarea[data-v-6c477922] .v-input__slot {
  background: white !important;
}
.mobile-textarea[data-v-6c477922] .v-text-field__slot textarea {
  caret-color: #000 !important;
}
