.filter-title[data-v-c55b4bee] {
  margin-bottom: auto;
  grid-column: 1/span 2;
}
.separator[data-v-c55b4bee] {
  width: 1px;
  height: 90%;
  flex-shrink: 0;
  background: var(--Brand-Neutrals-3-Light-Grey, #ededed);
}
.date-time-wrapper[data-v-c55b4bee] {
  height: auto;
  min-width: 280px;
  display: grid;
  grid-template-columns: 95% 10px;
  justify-content: space-between;
  column-gap: 20px;
}
.pickers[data-v-c55b4bee] {
  display: grid;
  grid-template-columns: auto;
  max-width: 90%;
}
.date-picker[data-v-c55b4bee] {
  min-width: 230px;
}
.time-pickers[data-v-c55b4bee] {
  display: flex;
  justify-content: space-between;
  width: auto;
  min-width: 128px;
}
.time-pickers scu-timepicker[data-v-c55b4bee] {
  width: 45%;
  min-width: 45%;
}.wrapper[data-v-74f5dd81] {
  padding: 16px 32px 24px 24px;
}
.filters-title[data-v-74f5dd81] {
  grid-column: 1/span 2;
  margin-bottom: auto;
}
.advanced-search[data-v-74f5dd81] {
  min-width: 1800px;
}
.filters-wrapper[data-v-74f5dd81] {
  display: grid;
  grid-template-columns: 60% 40%;
  width: 100%;
  height: auto;
  justify-content: space-between;
}
.filters-left[data-v-74f5dd81] {
  display: grid;
  grid-template-columns: auto auto auto;
  row-gap: 24px;
  column-gap: 40px;
}
.filters-right[data-v-74f5dd81] {
  display: grid;
  grid-template-columns: auto;
  justify-content: end;
}
.filter[data-v-74f5dd81] {
  min-width: 280px;
}
.wide-search[data-v-74f5dd81] {
  width: 520px;
  padding-left: 24px;
}
.filter-buttons[data-v-74f5dd81] {
  text-align: end;
  align-content: end;
}
.content-search-tooltip[data-v-74f5dd81] {
  --internal-tooltip-max-width: 220px;
}
.messages-table[data-v-74f5dd81] {
  padding-top: 16px;
  min-width: 1800px;
  --table-max-height: 1250px;
}
.pagination[data-v-74f5dd81] {
  min-width: 1800px;
}
.import-text-area[data-v-74f5dd81] {
  width: 728px;
}
.import-badge[data-v-74f5dd81] {
  position: absolute;
  margin-left: -20px;
}