.single-month-picker {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--white);
  padding-bottom: 30px;
  max-width: 280px;
  align-self: center;
}
.single-month-picker .month-name {
  width: 140px;
  font-size: 16px;
  font-weight: var(--medium-weight);
  color: var(--primaryTextColor, --black70);
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.single-month-picker .action:first-of-type {
  content: url(../icons/SVG/ArrowLeft.svg);
}
.single-month-picker .action {
  width: 6px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: url(../icons/SVG/ArrowRight.svg);
  cursor: pointer;
}
.single-month-picker .action.disabled {
  fill: var(--black15);
  cursor: default;
}
.single-month-picker .today-button {
  display: none;
} /*# sourceMappingURL=MonthPicker.css.map */
