@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);
.card__header[data-v-60e6f864] {
  color: #757575;
  font-size: 19px;
}
.card__header__readonly[data-v-60e6f864] {
  color: #212121;
  font-size: 14px;
}
.card__missionName[data-v-60e6f864] {
  color: #212121;
  font-size: 24px;
  font-weight: 500;
}
.card__missionName__readonly[data-v-60e6f864] {
  color: #757575;
  font-size: 18px;
}
.card__missionTask__readonly[data-v-60e6f864] {
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
  border-radius: 8px;
}
.voucher__container[data-v-60e6f864] {
  border: 1px solid rgba(117, 117, 117, 0.5);
  border-radius: 4px;
}
.voucher-detail__dialog[data-v-60e6f864] {
  min-height: 100vh;
  background: #f3f6f9;
}
.voucher-detail__dialog__content[data-v-60e6f864] {
  padding: 1rem;
}
.voucher-detail__dialog__content[data-v-60e6f864] .voucher-tab-container {
  margin: auto;
}
.table__task__brand {
  font-family: Poppins;
}
.table__task__brand th {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 500;
}
.table__task__brand tbody tr {
  color: #757575;
}
.table__task__brand tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
