.filter-wrapper[data-v-5de7ba53] {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 14px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 10px;
  flex-wrap: wrap;
  gap: 14px;
}
.filter-wrapper .checkboxes-wrapper[data-v-5de7ba53] {
  display: flex;
  align-items: center;
}
.filter-wrapper .filter-checkboxes[data-v-5de7ba53] {
  margin-left: 24px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
.filter-wrapper[data-v-5de7ba53] {
    padding: 14px 16px;
    justify-content: center;
}
.filter-wrapper .hide--tablet[data-v-5de7ba53] {
    display: none;
}
.filter-wrapper .filter-checkboxes[data-v-5de7ba53] {
    width: 100%;
    margin: unset !important;
    justify-content: space-between;
}
.filter-wrapper .date[data-v-5de7ba53] {
    margin-left: unset !important;
}
}
.table-filter-radio-group {
  margin-top: 0px;
}
.table-filter-radio-group .v-label {
  font-size: 14px;
  color: #fff;
}
.mobile-data-card[data-v-cfaafd1a] {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 16px 0;
  color: #fff;
}
.mobile-data-card .section[data-v-cfaafd1a] {
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  justify-content: space-between;
}
.mobile-data-card .section[data-v-cfaafd1a]:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-data-card .data-card-title[data-v-cfaafd1a] {
  font-size: 16px;
}
.mobile-data-card .title-info[data-v-cfaafd1a] {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
}
.mobile-data-card .footer[data-v-cfaafd1a] {
  font-weight: 500;
}
.mobile-data-card[data-v-cfaafd1a] .v-chip {
  border-radius: 4px;
  padding: 2px 6px 2px;
  height: unset;
}

/*# sourceMappingURL=13.c78bdab1.css.map*/