@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap);
.chip__missionStatus .v-chip__content {
  justify-content: center;
  min-width: 48px;
}
.table__brand {
  font-family: Poppins;
}
.table__brand th {
  color: #bdbdbd !important;
  font-size: 12px;
  font-weight: 500;
}
.table__brand tbody tr {
  color: #757575;
}
.table__brand tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
