/* скрываем все месяцы */
.uc-month-jan,
.uc-month-feb,
.uc-month-mar,
.uc-month-apr,
.uc-month-may,
.uc-month-jun,
.uc-month-jul,
.uc-month-aug,
.uc-month-sep,
.uc-month-oct,
.uc-month-nov,
.uc-month-dec {
  display: none;
}


.month-tab.is-active {
  background-color: #328af2 !important;
  border-radius: 9999px !important;
}
}