.statistic-filter {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.statistic-filter button.btn {
  border: 1px solid rgba(60, 60, 60, 0.26);
  height: 50%;
}
.statistic-filter > * {
  width: 18%;
  min-width: 200px;
  margin-top: auto;
  margin-bottom: auto;
}
.statistic-filter > *:not(:last-child) {
  margin-right: 2%;
}
.statistic-filter .radiofilter, .statistic-filter .checkfilter {
  border: 1px solid rgba(60, 60, 60, 0.26);
  padding: 8px;
}
.statistic-filter .checkfilter {
  overflow-y: auto;
  height: 121px;
}
.statistic-filter .period-filter .vue-input {
  width: 80px;
}
.statistic-filter .period-filter .suffix {
  display: none;
}
