:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  font-weight: 400;

  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

@media (prefers-color-scheme: dark) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}
#root {
    font-size: 10px;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
}

.logo {
    height: 6em;
    padding: 1.5em;
    will-change: filter;
    transition: filter 300ms;
}

.logo:hover {
    filter: drop-shadow(0 0 2em #646cffaa);
}

.logo.react:hover {
    filter: drop-shadow(0 0 2em #61dafbaa);
}

@keyframes logo-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: no-preference) {
    a:nth-of-type(2) .logo {
        animation: logo-spin infinite 20s linear;
    }
}

.card {
    padding: 2em;
}

.read-the-docs {
    color: #888;
}
.filter-component {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.6rem;
}
.filter-component .filter-component-title {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: start;
}
.filter-component .filter-component-collapse {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.6rem;
}
.filter-component .add-data-button-container {
  display: flex;
  flex-direction: row;
  justify-content: end;
  gap: 1.6rem;
}
.filter-component .show-hide-filter {
  background-color: white;
  border: 1px solid #E5E7EB;
  padding: 0.4rem 2.5rem;
  color: #374151;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 2rem;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.0588235294);
  cursor: pointer;
  left: 50%;
  user-select: none;
}
.filter-component .show-hide-filter.hidden {
  background-color: #374151;
  color: white;
}
.filter-component .download-button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  padding-top: 1.6rem;
}
.filter-component .download-button-container .summary-title {
  font-size: 1.6rem;
  color: #374151;
  font-weight: 700;
  flex: 1;
  text-align: start;
}.filter-section-component {
  display: flex;
  flex-direction: row;
  align-items: start;
  border: 1px solid #E5E7EB;
  padding: 1rem;
  border-radius: 0.8rem;
  gap: 1rem;
}
.filter-section-component.completed .filter-section-title {
  color: #8694AC;
}
.filter-section-component.active {
  box-shadow: 0 1px 28px 0 rgba(0, 0, 0, 0.0784313725);
}
.filter-section-component.inactive {
  border: 1px solid #E5E7EB;
}
.filter-section-component.inactive .filter-section-title {
  color: #D1D5D8;
}
.filter-section-component .filter-section-title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4.6rem;
  flex: 1;
  text-align: start;
}
.filter-section-component .filter-section-dependencies {
  flex: 5;
  display: flex;
  flex-direction: row;
  gap: 1.6rem;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  overflow: hidden;
}.filter-dependency-component {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 1rem;
  width: 30%;
}
.filter-dependency-component.full-width {
  width: 100% !important;
}
.filter-dependency-component .filter-dependency-chips-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
}
.filter-dependency-component .filter-dependency-chips-container .filter-dependency-chip-option {
  padding: 0.8rem 1rem;
  border-radius: 0.8rem;
  background-color: white;
  border: 1px solid #E5E7EB;
  font-size: 1.6rem;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.0588235294);
  color: #374151;
}
.filter-dependency-component .filter-dependency-chips-container .filter-dependency-chip-option.selected {
  background-color: #F3F4F6;
  border: 1px solid #374151;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.0588235294);
  color: #374151;
}
.filter-dependency-component .filter-dependency-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.6rem;
  width: 100%;
}
.filter-dependency-component .filter-dependency-container .MuiAutocomplete-inputRoot {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
}
.filter-dependency-component .filter-dependency-container .MuiAutocomplete-root {
  width: 100%;
}
.filter-dependency-component .filter-dependency-container .MuiOutlinedInput-root {
  padding: 1rem 1.2rem;
}
.filter-dependency-component .filter-dependency-container .MuiOutlinedInput-notchedOutline {
  border-radius: 0.8rem;
}
.filter-dependency-component .filter-dependency-container input {
  font-size: 1.6rem;
}
.filter-dependency-component .filter-dependency-container .MuiAutocomplete-input {
  width: 50% !important;
  padding: 0 !important;
}
.filter-dependency-component .filter-dependency-container .MuiChip-label {
  font-size: 1.4rem;
  font-weight: 500;
  max-width: 10rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.filter-dependency-component .filter-dependency-container .MuiChip-root {
  height: unset !important;
}

.MuiAutocomplete-option {
  font-size: 1.6rem;
}

.MuiAutocomplete-listbox {
  padding: 0 !important;
}.added-filter-component {
  box-shadow: 0 1px 28px 0 rgba(0, 0, 0, 0.0784313725);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 0.8rem;
  overflow: hidden;
}
.added-filter-component .rotate {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.added-filter-component .added-filter-header-container {
  display: flex;
  flex-direction: row;
  align-items: start;
  padding: 1rem 1rem 1.6rem;
  gap: 1rem;
  border-bottom: 1px solid #E5E7EB;
}
.added-filter-component .added-filter-header-container .added-filter-header-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  gap: 1rem;
}
.added-filter-component .added-filter-header-container .added-filter-header-content .added-filter-name {
  font-size: 1.9rem;
  font-weight: 600;
  text-align: start;
  color: #374151;
}
.added-filter-component .added-filter-header-container .added-filter-header-content .added-applied-filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.added-filter-component .added-filter-header-container .added-filter-header-content .added-applied-filters .added-applied-filter-title {
  font-size: 1.6rem;
  color: #8694AC;
}
.added-filter-component .added-filter-header-container .added-filter-header-content .added-applied-filters .added-applied-filter {
  background-color: #E5E7EB;
  padding: 0.4rem 1.2rem;
  color: #374151;
  font-weight: 500;
  font-size: 1.4rem;
  border-radius: 2rem;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.0588235294);
}
.added-filter-component .added-filter-header-container .added-filter-header-content .added-applied-filters .added-applied-filter.pointer {
  cursor: pointer;
}
.added-filter-component .added-filter-header-container .added-filter-header-content .added-applied-filters .added-filter-total-results {
  font-size: 1.4rem;
  color: #374151;
  font-weight: 500;
  padding: 0.4rem 1.2rem;
  border-radius: 3.2rem;
  border: 1px solid #E3E3E3;
}
.added-filter-component .no-people-results {
  padding: 4rem 2rem;
  font-size: 1.4rem;
}
.added-filter-component .added-filter-people-results-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin: 1rem;
  border-radius: 1.6rem;
  border: 1px solid #E5E7EB;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-container {
  overflow-x: auto;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-container .added-filter-people {
  min-width: 100%;
  display: table;
  flex-direction: column;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-container .added-filter-people .added-filter-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #E5E7EB;
  gap: 1rem;
  min-width: 100%;
  justify-content: stretch;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-container .added-filter-people .added-filter-person span {
  font-size: 1.4rem;
  color: #374151;
  font-weight: 500;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-container .added-filter-people .added-filter-person.bold span {
  font-weight: 600;
  font-size: 1.6rem;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-container .added-filter-people .added-filter-person span:nth-child(1) {
  min-width: 16rem;
  flex: 3;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-container .added-filter-people .added-filter-person span:nth-child(2) {
  text-align: center;
  min-width: 12rem;
  flex: 2;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-container .added-filter-people .added-filter-person span:nth-child(3) {
  text-align: center;
  min-width: 12rem;
  flex: 2;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-container .added-filter-people .added-filter-person span:nth-child(4) {
  min-width: 16rem;
  flex: 3;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-container .added-filter-people .added-filter-person span:nth-child(5) {
  text-align: center;
  min-width: 6rem;
  flex: 1;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-container .added-filter-people .added-filter-person span:nth-child(n+6) {
  text-align: center;
  min-width: 15rem;
  flex: 3;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-container .added-filter-people .added-filter-person:nth-child(even) {
  background-color: #F9FAFB;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  gap: 0.5rem;
}
.added-filter-component .added-filter-people-results-container .added-filter-people-pagination .added-filter-people-page-info {
  font-size: 1.4rem;
  font-weight: 500;
  color: #475467;
  text-align: center;
}
.added-filter-component .added-filter-see-more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 1.7rem;
  gap: 0.5rem;
  cursor: pointer;
}
.added-filter-component .added-filter-see-more span {
  font-size: 1.4rem;
  color: #374151;
  font-weight: 600;
  text-align: center;
}.applied-filter-dialog {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.2rem;
  width: 100%;
  overflow: hidden;
}
.applied-filter-dialog .applied-filter-dialog-header {
  display: flex;
  flex-direction: row;
  align-items: start;
  padding: 2rem 2.6rem 0.8rem 2.6rem;
}
.applied-filter-dialog .applied-filter-dialog-header span {
  color: #374151;
  font-weight: 600;
  font-size: 1.9rem;
  flex: 1;
}
.applied-filter-dialog .applied-filter-dialog-sections {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow-y: auto;
}
.applied-filter-dialog .applied-filter-dialog-sections .applied-filter-dialog-section {
  display: flex;
  flex-direction: row;
  align-items: start;
  width: 100%;
  border-top: 1px solid #D2D2D2;
  padding: 2rem 2.6rem;
  overflow-y: auto;
}
.applied-filter-dialog .applied-filter-dialog-sections .applied-filter-dialog-section .applied-filter-dialog-section-name {
  font-size: 1.6rem;
  font-weight: 600;
  flex: 1;
}
.applied-filter-dialog .applied-filter-dialog-sections .applied-filter-dialog-section .applied-filter-dialog-section-dependencies {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 6;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.applied-filter-dialog .applied-filter-dialog-sections .applied-filter-dialog-section .applied-filter-dialog-section-dependencies .applied-filter-dialog-section-dependency {
  background-color: #E5E7EB;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.0588235294);
  font-weight: 500;
  font-size: 1.4rem;
  color: #374151;
  border-radius: 2rem;
  padding: 0.8rem 1.2rem;
}