.im-mp-picker {
  border: 1px solid #ecf1f4;
  box-shadow: 0 4px 8px 0 rgba(170, 182, 194, 0.2);
  border-radius: 3px;
  color: #6d767f;
}

.im-mp-month-item {
  position: relative;
}

.im-mp-month-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: #2196f3;
  border-radius: 50% 50%;
  z-index: -1;
  display: none;
}

.im-mp-month-item:hover, .im-mp-month-item.selected, .im-mp-month-item.selected:hover {
  color: #fff;
  background-color: transparent;
}

.im-mp-month-item:hover::before, .im-mp-month-item.selected::before, .im-mp-month-item.selected:hover::before {
  display: block;
}

.im-mp-month-item.disabled::before {
  display: none;
}

.im-mp-op {
  border-color: #ECF1F4;
}

.im-mp-op-icon {
  font-size: 20px;
  height: 26px;
  top: -3px;
}

.im-mp-op-icon:hover {
  color: #2196f3;
}
