.donor-header-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.donor-header-action .year-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.donor-header-action .year-select select {
  min-width: 80px;
  text-align: center;
}
.donor-header-action .year-select select option {
  text-align: center;
}
.donor-header-action .year-select label {
  white-space: nowrap;
}
.donor-header-action .year-select button {
  white-space: nowrap;
}/*# sourceMappingURL=donors.css.map */