.cuCalendar {
  .day {
    &-normal {
      min-width: 80px;
      min-height: 80px;
      max-height: 80px;
      max-width: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
}
