.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6,
      0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 #e6e6e6, -1px 0 #e6e6e6, 0 1px #e6e6e6, 0 -1px #e6e6e6,
      0 3px 13px #00000014;
  }
  .flatpickr-calendar.open,
  .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
  }
  .flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
  }
  .flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
  }
  .flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
  }
  .flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
  }
  .flatpickr-calendar.multiMonth
    .flatpickr-days
    .dayContainer:nth-child(n + 1)
    .flatpickr-day.inRange:nth-child(7n + 7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .flatpickr-calendar.multiMonth
    .flatpickr-days
    .dayContainer:nth-child(n + 2)
    .flatpickr-day.inRange:nth-child(7n + 1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 #e6e6e6, 5px 0 #e6e6e6;
  }
  .flatpickr-calendar .hasWeeks .dayContainer,
  .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
  }
  .flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
  }
  .flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
  }
  .flatpickr-calendar:before,
  .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px;
  }
  .flatpickr-calendar.rightMost:before,
  .flatpickr-calendar.arrowRight:before,
  .flatpickr-calendar.rightMost:after,
  .flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
  }
  .flatpickr-calendar.arrowCenter:before,
  .flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
  }
  .flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
  }
  .flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
  }
  .flatpickr-calendar.arrowTop:before,
  .flatpickr-calendar.arrowTop:after {
    bottom: 100%;
  }
  .flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
  }
  .flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
  }
  .flatpickr-calendar.arrowBottom:before,
  .flatpickr-calendar.arrowBottom:after {
    top: 100%;
  }
  .flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
  }
  .flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
  }
  .flatpickr-calendar:focus {
    outline: 0;
  }
  .flatpickr-wrapper {
    position: relative;
    display: inline-block;
  }
  .flatpickr-months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flatpickr-months .flatpickr-month {
    background: transparent;
    color: #000000e6;
    fill: #000000e6;
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: #000000e6;
    fill: #000000e6;
  }
  .flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
  .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
  }
  .flatpickr-months .flatpickr-prev-month i,
  .flatpickr-months .flatpickr-next-month i {
    position: relative;
  }
  .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    left: 0;
  }
  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
  .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    right: 0;
  }
  .flatpickr-months .flatpickr-prev-month:hover,
  .flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
  }
  .flatpickr-months .flatpickr-prev-month:hover svg,
  .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
  }
  .flatpickr-months .flatpickr-prev-month svg,
  .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
  }
  .flatpickr-months .flatpickr-prev-month svg path,
  .flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
  }
  .numInputWrapper {
    position: relative;
    height: auto;
  }
  .numInputWrapper input,
  .numInputWrapper span {
    display: inline-block;
  }
  .numInputWrapper input {
    width: 100%;
  }
  .numInputWrapper input::-ms-clear {
    display: none;
  }
  .numInputWrapper input::-webkit-outer-spin-button,
  .numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
  }
  .numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
  }
  .numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute;
  }
  .numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
  }
  .numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
  }
  .numInputWrapper span.arrowDown {
    top: 50%;
  }
  .numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
  }
  .numInputWrapper span svg {
    width: inherit;
    height: auto;
  }
  .numInputWrapper span svg path {
    fill: #00000080;
  }
  .numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .numInputWrapper:hover span {
    opacity: 1;
  }
  .flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translateZ(0);
  }
  .flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
  }
  .flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch�;
    display: inline-block;
  }
  .flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: #000000e6;
  }
  .flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: #000000e6;
  }
  .flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  .flatpickr-current-month input.cur-year:focus {
    outline: 0;
  }
  .flatpickr-current-month input.cur-year[disabled],
  .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: #00000080;
    background: transparent;
    pointer-events: none;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months:focus,
  .flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .flatpickr-current-month
    .flatpickr-monthDropdown-months
    .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
  }
  .flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
  }
  .flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: #0000008a;
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
  }
  .dayContainer,
  .flatpickr-weeks {
    padding: 1px 0 0;
  }
  .flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
  }
  .flatpickr-days:focus {
    outline: 0;
  }
  .dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translateZ(0);
    opacity: 1;
  }
  .dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 #e6e6e6;
  }
  .flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -webkit-flex-basis: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .flatpickr-day.inRange,
  .flatpickr-day.prevMonthDay.inRange,
  .flatpickr-day.nextMonthDay.inRange,
  .flatpickr-day.today.inRange,
  .flatpickr-day.prevMonthDay.today.inRange,
  .flatpickr-day.nextMonthDay.today.inRange,
  .flatpickr-day:hover,
  .flatpickr-day.prevMonthDay:hover,
  .flatpickr-day.nextMonthDay:hover,
  .flatpickr-day:focus,
  .flatpickr-day.prevMonthDay:focus,
  .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
  }
  .flatpickr-day.today {
    border-color: #959ea9;
  }
  .flatpickr-day.today:hover,
  .flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
  }
  .flatpickr-day.selected,
  .flatpickr-day.startRange,
  .flatpickr-day.endRange,
  .flatpickr-day.selected.inRange,
  .flatpickr-day.startRange.inRange,
  .flatpickr-day.endRange.inRange,
  .flatpickr-day.selected:focus,
  .flatpickr-day.startRange:focus,
  .flatpickr-day.endRange:focus,
  .flatpickr-day.selected:hover,
  .flatpickr-day.startRange:hover,
  .flatpickr-day.endRange:hover,
  .flatpickr-day.selected.prevMonthDay,
  .flatpickr-day.startRange.prevMonthDay,
  .flatpickr-day.endRange.prevMonthDay,
  .flatpickr-day.selected.nextMonthDay,
  .flatpickr-day.startRange.nextMonthDay,
  .flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
  }
  .flatpickr-day.selected.startRange,
  .flatpickr-day.startRange.startRange,
  .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
  }
  .flatpickr-day.selected.endRange,
  .flatpickr-day.startRange.endRange,
  .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
  }
  .flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)),
  .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)),
  .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 #569ff7;
  }
  .flatpickr-day.selected.startRange.endRange,
  .flatpickr-day.startRange.startRange.endRange,
  .flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
  }
  .flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 #e6e6e6, 5px 0 #e6e6e6;
  }
  .flatpickr-day.flatpickr-disabled,
  .flatpickr-day.flatpickr-disabled:hover,
  .flatpickr-day.prevMonthDay,
  .flatpickr-day.nextMonthDay,
  .flatpickr-day.notAllowed,
  .flatpickr-day.notAllowed.prevMonthDay,
  .flatpickr-day.notAllowed.nextMonthDay {
    color: #3939394d;
    background: transparent;
    border-color: transparent;
    cursor: default;
  }
  .flatpickr-day.flatpickr-disabled,
  .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: #3939391a;
  }
  .flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 #569ff7, 5px 0 #569ff7;
  }
  .flatpickr-day.hidden {
    visibility: hidden;
  }
  .rangeMode .flatpickr-day {
    margin-top: 1px;
  }
  .flatpickr-weekwrapper {
    float: left;
  }
  .flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 #e6e6e6;
  }
  .flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
  }
  .flatpickr-weekwrapper span.flatpickr-day,
  .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: #3939394d;
    background: transparent;
    cursor: default;
    border: none;
  }
  .flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  .flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .flatpickr-time:after {
    content: "";
    display: table;
    clear: both;
  }
  .flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
  }
  .flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
  }
  .flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
  }
  .flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
  }
  .flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
  }
  .flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
  }
  .flatpickr-time input.flatpickr-hour {
    font-weight: 700;
  }
  .flatpickr-time input.flatpickr-minute,
  .flatpickr-time input.flatpickr-second {
    font-weight: 400;
  }
  .flatpickr-time input:focus {
    outline: 0;
    border: 0;
  }
  .flatpickr-time .flatpickr-time-separator,
  .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
  }
  .flatpickr-time input:hover,
  .flatpickr-time .flatpickr-am-pm:hover,
  .flatpickr-time input:focus,
  .flatpickr-time .flatpickr-am-pm:focus {
    background: #eee;
  }
  .flatpickr-input[readonly] {
    cursor: pointer;
  }
  @-webkit-keyframes fpFadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translateZ(0);
    }
  }
  @keyframes fpFadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -20px, 0);
      transform: translate3d(0, -20px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translateZ(0);
    }
  }
  .vuecal__weekdays-headings {
    border-bottom: 1px solid #ddd;
    margin-bottom: -1px;
  }
  .vuecal--week-numbers .vuecal__weekdays-headings,
  .vuecal--view-with-time .vuecal__weekdays-headings {
    padding-left: 3em;
  }
  .vuecal--view-with-time.vuecal--twelve-hour .vuecal__weekdays-headings {
    font-size: 0.9em;
    padding-left: 4em;
  }
  .vuecal--overflow-x.vuecal--view-with-time .vuecal__weekdays-headings {
    padding-left: 0;
  }
  .vuecal__heading {
    width: 100%;
    height: 2.8em;
    font-weight: 400;
    justify-content: center;
    text-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .vuecal__heading > .vuecal__flex {
    width: 100%;
    height: 100%;
    align-items: initial !important;
  }
  .vuecal--sticky-split-labels .vuecal__heading {
    height: 3.4em;
  }
  .vuecal--month-view .vuecal__heading,
  .vuecal--week-view .vuecal__heading,
  .vuecal--day-view .vuecal__heading {
    width: 14.2857%;
  }
  .vuecal--hide-weekends.vuecal--month-view .vuecal__heading,
  .vuecal--hide-weekends.vuecal--week-view .vuecal__heading,
  .vuecal--hide-weekends.vuecal--day-view .vuecal__heading,
  .vuecal--years-view .vuecal__heading {
    width: 20%;
  }
  .vuecal--year-view .vuecal__heading {
    width: 33.33%;
  }
  .vuecal__heading .weekday-label {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .vuecal--small .vuecal__heading .small,
  .vuecal--xsmall .vuecal__heading .xsmall {
    display: block;
  }
  .vuecal__heading .small,
  .vuecal__heading .xsmall,
  .vuecal--small .vuecal__heading .full,
  .vuecal--small .vuecal__heading .xsmall,
  .vuecal--xsmall .vuecal__heading .full,
  .vuecal--xsmall .vuecal__heading .small {
    display: none;
  }
  .vuecal .vuecal__split-days-headers {
    align-items: center;
  }
  @media screen and (max-width: 550px) {
    .vuecal__heading {
      line-height: 1.2;
    }
    .vuecal__heading .small,
    .vuecal--small .vuecal__heading .small,
    .vuecal--xsmall .vuecal__heading .xsmall {
      display: block;
    }
    .vuecal__heading .full,
    .vuecal__heading .xsmall,
    .vuecal--small .vuecal__heading .full,
    .vuecal--small .vuecal__heading .xsmall,
    .vuecal--xsmall .vuecal__heading .full,
    .vuecal--xsmall .vuecal__heading .small {
      display: none;
    }
    .vuecal--overflow-x .vuecal__heading .full,
    .vuecal--small.vuecal--overflow-x .vuecal__heading .small,
    .vuecal--xsmall.vuecal--overflow-x .vuecal__heading .xsmall {
      display: block;
    }
    .vuecal--overflow-x .vuecal__heading .small,
    .vuecal--overflow-x .vuecal__heading .xsmall,
    .vuecal--small.vuecal--overflow-x .vuecal__heading .full,
    .vuecal--small.vuecal--overflow-x .vuecal__heading .xsmall,
    .vuecal--xsmall.vuecal--overflow-x .vuecal__heading .full,
    .vuecal--xsmall.vuecal--overflow-x .vuecal__heading .small {
      display: none;
    }
  }
  @media screen and (max-width: 450px) {
    .vuecal__heading .xsmall,
    .vuecal--small .vuecal__heading .xsmall,
    .vuecal--xsmall .vuecal__heading .xsmall {
      display: block;
    }
    .vuecal__heading .full,
    .vuecal__heading .small,
    .vuecal--small .vuecal__heading .full,
    .vuecal--small .vuecal__heading .small,
    .vuecal--xsmall .vuecal__heading .full,
    .vuecal--xsmall .vuecal__heading .small {
      display: none;
    }
    .vuecal--small.vuecal--overflow-x .vuecal__heading .small,
    .vuecal--xsmall.vuecal--overflow-x .vuecal__heading .xsmall {
      display: block;
    }
    .vuecal--small.vuecal--overflow-x .vuecal__heading .full,
    .vuecal--small.vuecal--overflow-x .vuecal__heading .xsmall,
    .vuecal--xsmall.vuecal--overflow-x .vuecal__heading .full,
    .vuecal--xsmall.vuecal--overflow-x .vuecal__heading .small {
      display: none;
    }
  }
  .vuecal__header button {
    outline: none;
    font-family: inherit;
  }
  .vuecal__menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: center;
    background-color: #00000005;
  }
  .vuecal__view-btn {
    background: none;
    border: none;
    padding: 0.3em 1em;
    height: 2.2em;
    font-size: 1.3em;
    border-bottom: 0 solid currentColor;
    cursor: pointer;
    color: inherit;
    box-sizing: border-box;
    transition: 0.2s;
  }
  .vuecal__view-btn--active {
    border-bottom-width: 2px;
    background: rgba(255, 255, 255, 0.15);
  }
  .vuecal__title-bar {
    background-color: #0000001a;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    font-size: 1.4em;
    line-height: 1.3;
    min-height: 2em;
  }
  .vuecal--xsmall .vuecal__title-bar {
    font-size: 1.3em;
  }
  .vuecal__title {
    position: relative;
    justify-content: center;
  }
  .vuecal__title button {
    cursor: pointer;
    background: none;
    border: none;
  }
  .vuecal__title button.slide-fade--left-leave-active,
  .vuecal__title button.slide-fade--right-leave-active {
    width: 100%;
  }
  .vuecal__today-btn {
    position: relative;
    align-items: center;
    display: flex;
    font-size: 0.8em;
    background: none;
    border: none;
  }
  .vuecal__today-btn span.default {
    font-size: 0.8em;
    padding: 3px 6px;
    text-transform: uppercase;
    cursor: pointer;
  }
  .vuecal__arrow {
    cursor: pointer;
    position: relative;
    z-index: 1;
    background: none;
    border: none;
    white-space: nowrap;
  }
  .vuecal__arrow--prev {
    margin-left: 0.6em;
  }
  .vuecal__arrow--next {
    margin-right: 0.6em;
  }
  .vuecal__arrow i.angle {
    display: inline-block;
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    padding: 0.25em;
    transform: rotate(-45deg);
  }
  .vuecal__arrow--prev i.angle {
    border-width: 2px 0 0 2px;
  }
  .vuecal__arrow--highlighted,
  .vuecal__today-btn--highlighted,
  .vuecal__view-btn--highlighted {
    position: relative;
    background-color: #0000000a;
  }
  .vuecal__arrow--highlighted *,
  .vuecal__today-btn--highlighted *,
  .vuecal__view-btn--highlighted * {
    pointer-events: none;
  }
  .vuecal__arrow--highlighted:before,
  .vuecal__arrow--highlighted:after,
  .vuecal__today-btn--highlighted:before,
  .vuecal__today-btn--highlighted:after,
  .vuecal__view-btn--highlighted:before,
  .vuecal__view-btn--highlighted:after {
    content: "";
    background-color: inherit;
    animation: sonar 0.8s infinite ease-out;
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
  }
  .vuecal__arrow--highlighted:before,
  .vuecal__today-btn--highlighted:before,
  .vuecal__view-btn--highlighted:before {
    width: 3em;
    height: 3em;
    border-radius: 3em;
    margin-top: -1.5em;
    margin-left: -1.5em;
  }
  .vuecal__arrow--highlighted:after,
  .vuecal__today-btn--highlighted:after,
  .vuecal__view-btn--highlighted:after {
    animation-duration: 1.5s;
    animation-delay: 0.1s;
    width: 2.6em;
    height: 2.6em;
    border-radius: 2.6em;
    margin-top: -1.3em;
    margin-left: -1.3em;
  }
  @keyframes sonar {
    0%,
    20% {
      opacity: 1;
    }
    to {
      transform: scale(2.5);
      opacity: 0;
    }
  }
  @media screen and (max-width: 450px) {
    .vuecal__title {
      font-size: 0.9em;
    }
    .vuecal__view-btn {
      padding-left: 0.6em;
      padding-right: 0.6em;
    }
  }
  @media screen and (max-width: 350px) {
    .vuecal__view-btn {
      font-size: 1.1em;
    }
  }
  .vuecal__event {
    color: #666;
    background-color: #f8f8f8cc;
    position: relative;
    box-sizing: border-box;
    left: 0;
    width: 100%;
    z-index: 1;
    transition: box-shadow 0.3s, left 0.3s, width 0.3s;
    overflow: hidden;
  }
  .vuecal--no-time .vuecal__event {
    min-height: 8px;
  }
  .vuecal:not(.vuecal--dragging-event) .vuecal__event:hover {
    z-index: 2;
  }
  .vuecal__cell .vuecal__event * {
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text;
  }
  .vuecal--view-with-time .vuecal__event:not(.vuecal__event--all-day) {
    position: absolute;
  }
  .vuecal--view-with-time .vuecal__bg .vuecal__event--all-day {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.6;
    width: auto;
    right: 0;
  }
  .vuecal--view-with-time .vuecal__all-day .vuecal__event--all-day {
    position: relative;
    left: 0;
  }
  .vuecal__event--background {
    z-index: 0;
  }
  .vuecal__event--focus,
  .vuecal__event:focus {
    box-shadow: 1px 1px 6px #0003;
    z-index: 3;
    outline: none;
  }
  .vuecal__event.vuecal__event--dragging {
    opacity: 0.7;
  }
  .vuecal__event.vuecal__event--static {
    opacity: 0;
    transition: opacity 0.1s;
  }
  @-moz-document url-prefix() {
    .vuecal__event.vuecal__event--dragging {
      opacity: 1;
    }
  }
  .vuecal__event-resize-handle {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1em;
    background-color: #ffffff4d;
    opacity: 0;
    transform: translateY(110%);
    transition: 0.3s;
    cursor: ns-resize;
  }
  .vuecal__event:hover .vuecal__event-resize-handle,
  .vuecal__event:focus .vuecal__event-resize-handle,
  .vuecal__event--focus .vuecal__event-resize-handle,
  .vuecal__event--resizing .vuecal__event-resize-handle {
    opacity: 1;
    transform: translateY(0);
  }
  .vuecal__event--dragging .vuecal__event-resize-handle {
    display: none;
  }
  .vuecal__event-delete {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 1.4em;
    line-height: 1.4em;
    background-color: #dd3333d9;
    color: #fff;
    z-index: 0;
    cursor: pointer;
    transform: translateY(-110%);
    transition: 0.3s;
  }
  .vuecal__event .vuecal__event-delete {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .vuecal--full-height-delete .vuecal__event-delete {
    height: auto;
    bottom: 0;
  }
  .vuecal--full-height-delete .vuecal__event-delete:before {
    content: "";
    width: 1.7em;
    height: 1.8em;
    display: block;
    background-image: url('data:image/svg+xml;utf8,<svg width="512" height="512" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M12 1.5a10.5 10.5 0 100 21 10.5 10.5 0 000-21zm5 14.1c.2 0 .2.2.2.2l-.1.3-1 1-.3.1h-.2L12 13.5l-3.5 3.6h-.3-.3l-1-1v-.4-.2l3.6-3.6-3.6-3.5A.4.4 0 017 8l1-1 .3-.2c.1 0 .2 0 .2.2l3.6 3.5L15.6 7l.2-.2c.1 0 .2 0 .3.2l1 1v.5L13.5 12z" fill="%23fff" opacity=".9"/></svg>');
  }
  .vuecal__event--deletable .vuecal__event-delete {
    transform: translateY(0);
    z-index: 1;
  }
  .vuecal__event--deletable.vuecal__event--dragging .vuecal__event-delete {
    opacity: 0;
    transition: none;
  }
  .vuecal--month-view .vuecal__event-title {
    font-size: 0.85em;
  }
  .vuecal--short-events .vuecal__event-title {
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 3px;
  }
  .vuecal__event-title,
  .vuecal__event-content {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .vuecal__event-title--edit {
    border-bottom: 1px solid transparent;
    text-align: center;
    transition: 0.3s;
    color: inherit;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M442 150l-39 39-80-80 39-39q6-6 15-6t15 6l50 50q6 6 6 15t-6 15zM64 368l236-236 80 80-236 236H64v-80z" fill="%23000" opacity=".4"/></svg>');
    background-repeat: no-repeat;
    background-position: 120% 0.15em;
    background-size: 0.4em;
    outline: none;
    width: 100%;
  }
  .vuecal__event-title--edit:hover,
  .vuecal__event-title--edit:focus {
    border-color: #0006;
    background-position: 99% 0.15em;
    background-size: 1.2em;
  }
  .vuecal__cell {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.15s ease-in-out background-color;
  }
  .vuecal__cells.month-view .vuecal__cell,
  .vuecal__cells.week-view .vuecal__cell {
    width: 14.2857%;
  }
  .vuecal--hide-weekends .vuecal__cells.month-view .vuecal__cell,
  .vuecal--hide-weekends .vuecal__cells.week-view .vuecal__cell,
  .vuecal__cells.years-view .vuecal__cell {
    width: 20%;
  }
  .vuecal__cells.year-view .vuecal__cell {
    width: 33.33%;
  }
  .vuecal__cells.day-view .vuecal__cell {
    flex: 1;
  }
  .vuecal--overflow-x.vuecal--day-view .vuecal__cell {
    width: auto;
  }
  .vuecal--click-to-navigate .vuecal__cell:not(.vuecal__cell--disabled) {
    cursor: pointer;
  }
  .vuecal--view-with-time .vuecal__cell,
  .vuecal--week-view.vuecal--no-time .vuecal__cell:not(.vuecal__cell--has-splits),
  .vuecal--day-view.vuecal--no-time .vuecal__cell:not(.vuecal__cell--has-splits) {
    display: block;
  }
  .vuecal__cell.vuecal__cell--has-splits {
    flex-direction: row;
    display: flex;
  }
  .vuecal__cell:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: -1px;
    bottom: -1px;
    border: 1px solid rgba(196, 196, 196, 0.25);
  }
  .vuecal--overflow-x.vuecal--day-view .vuecal__cell:before {
    bottom: 0;
  }
  .vuecal__cell--today,
  .vuecal__cell--current {
    background-color: #f0f0ff66;
    z-index: 1;
  }
  .vuecal__cell--selected {
    background-color: #ebfff566;
    z-index: 2;
  }
  .vuecal--day-view .vuecal__cell--selected {
    background: none;
  }
  .vuecal__cell--out-of-scope {
    color: #00000040;
  }
  .vuecal__cell--disabled {
    color: #00000040;
    cursor: not-allowed;
  }
  .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),
  .vuecal__cell-split.vuecal__cell-split--highlighted {
    background-color: #0000000a;
    transition-duration: 5ms;
  }
  .vuecal__cell-content {
    position: relative;
    width: 100%;
    height: 100%;
    outline: none;
  }
  .vuecal--years-view .vuecal__cell-content,
  .vuecal--year-view .vuecal__cell-content,
  .vuecal--month-view .vuecal__cell-content {
    justify-content: center;
  }
  .vuecal__cell .cell-time-labels {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
  }
  .vuecal__cell .cell-time-label {
    flex-grow: 1;
    font-size: 0.8em;
    opacity: 0.3;
    line-height: 1.7;
  }
  .vuecal__cell-split {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    height: 100%;
    position: relative;
    transition: 0.15s ease-in-out background-color;
  }
  .vuecal__cell-events {
    width: 100%;
  }
  .vuecal__cell-events-count {
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%);
    min-width: 12px;
    height: 12px;
    line-height: 12px;
    padding: 0 3px;
    background: #999;
    color: #fff;
    border-radius: 12px;
    font-size: 10px;
    box-sizing: border-box;
  }
  .vuecal__cell .vuecal__special-hours {
    position: absolute;
    left: 0;
    right: 0;
    box-sizing: border-box;
  }
  .vuecal--overflow-x.vuecal--week-view .vuecal__cell,
  .vuecal__cell-split {
    overflow: hidden;
  }
  .vuecal__no-event {
    padding-top: 1em;
    color: #aaa;
    justify-self: flex-start;
    margin-bottom: auto;
  }
  .vuecal__all-day .vuecal__no-event {
    display: none;
  }
  .vuecal__now-line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
    color: red;
    border-top: 1px solid currentColor;
    opacity: 0.6;
    z-index: 1;
  }
  .vuecal__now-line:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    border: 5px solid transparent;
    border-left-color: currentColor;
  }
  .vuecal {
    height: 100%;
    box-shadow: 0 0 0 1px inset #00000014;
  }
  .vuecal * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .vuecal--has-touch *:not(.vuecal__event-title--edit) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .vuecal .clickable {
    cursor: pointer;
  }
  .vuecal--resizing-event,
  .vuecal--drag-creating-event {
    cursor: ns-resize;
  }
  .vuecal--dragging-event {
    cursor: move;
    cursor: grabbing;
  }
  .vuecal .dragging-helper {
    position: absolute;
    width: 60px;
    height: 40px;
    background: rgba(138, 190, 230, 0.8);
    border: 1px solid #61a9e0;
    z-index: 10;
  }
  .vuecal--xsmall {
    font-size: 0.9em;
  }
  .vuecal__flex {
    display: flex;
    flex-direction: row;
  }
  .vuecal__flex[column] {
    flex-direction: column;
    flex: 1 1 auto;
  }
  .vuecal__flex[grow] {
    flex: 1 1 auto;
    width: 100%;
  }
  .vuecal__flex[wrap] {
    flex-wrap: wrap;
  }
  .vuecal__split-days-headers.slide-fade--right-leave-active {
    display: none;
  }
  .vuecal--week-numbers.vuecal--month-view .vuecal__split-days-headers {
    margin-left: 3em;
  }
  .vuecal--day-view:not(.vuecal--overflow-x) .vuecal__split-days-headers {
    margin-left: 3em;
    height: 2.2em;
  }
  .vuecal--day-view.vuecal--twelve-hour:not(.vuecal--overflow-x)
    .vuecal__split-days-headers {
    margin-left: 4em;
  }
  .vuecal__split-days-headers .day-split-header {
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .vuecal__split-days-headers
    .vuecal--day-view.vuecal--overflow-x.vuecal--sticky-split-labels
    .day-split-header {
    height: 1.5em;
  }
  .vuecal__body {
    position: relative;
    overflow: hidden;
  }
  .vuecal__all-day {
    min-height: 1.7em;
    margin-bottom: -1px;
    flex-shrink: 0;
  }
  .vuecal__all-day-text {
    width: 3em;
    box-sizing: border-box;
    color: #999;
    padding-right: 2px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    border-bottom: 1px solid #ddd;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  .vuecal__all-day-text span {
    font-size: 0.85em;
    text-align: right;
    line-height: 1.1;
  }
  .vuecal--twelve-hour .vuecal__all-day > span {
    width: 4em;
  }
  .vuecal__bg {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    min-height: 60px;
    position: relative;
    width: 100%;
  }
  .vuecal--no-time .vuecal__bg {
    display: flex;
    flex: 1 1 auto;
    overflow: auto;
  }
  .vuecal__week-numbers {
    width: 3em;
    flex-shrink: 0 !important;
  }
  .vuecal__week-numbers .vuecal__week-number-cell {
    opacity: 0.4;
    font-size: 0.9em;
    align-items: center;
    justify-items: center;
    justify-content: center;
  }
  .vuecal__scrollbar-check {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    visibility: hidden;
    z-index: -1;
  }
  .vuecal__scrollbar-check div {
    height: 120%;
  }
  .vuecal__time-column {
    width: 3em;
    height: 100%;
    flex-shrink: 0;
  }
  .vuecal--twelve-hour .vuecal__time-column {
    width: 4em;
    font-size: 0.9em;
  }
  .vuecal--overflow-x.vuecal--week-view .vuecal__time-column {
    margin-top: 2.8em;
    box-shadow: 0 1px 1px #0000004d;
  }
  .vuecal--overflow-x.vuecal--week-view.vuecal--sticky-split-labels
    .vuecal__time-column {
    margin-top: 3.4em;
  }
  .vuecal--overflow-x.vuecal--day-view.vuecal--sticky-split-labels
    .vuecal__time-column {
    margin-top: 1.5em;
  }
  .vuecal__time-column .vuecal__time-cell {
    color: #999;
    text-align: right;
    padding-right: 2px;
    font-size: 0.9em;
  }
  .vuecal__time-column .vuecal__time-cell-line:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(196, 196, 196, 0.3);
  }
  .vuecal__cells {
    margin: 0 1px 1px 0;
  }
  .vuecal--overflow-x.vuecal--day-view .vuecal__cells {
    margin: 0;
  }
  .vuecal--events-on-month-view.vuecal--short-events .vuecal__cells {
    width: 99.9%;
  }
  .vuecal--overflow-x.vuecal--day-view .vuecal__cells,
  .vuecal--overflow-x.vuecal--week-view .vuecal__cells {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .slide-fade--left-enter-active,
  .slide-fade--left-leave-active,
  .slide-fade--right-enter-active,
  .slide-fade--right-leave-active {
    transition: 0.25s ease-out;
  }
  .slide-fade--left-enter-from,
  .slide-fade--right-leave-to {
    transform: translate(-15px);
    opacity: 0;
  }
  .slide-fade--left-leave-to,
  .slide-fade--right-enter-from {
    transform: translate(15px);
    opacity: 0;
  }
  .slide-fade--left-leave-active,
  .slide-fade--right-leave-active {
    position: absolute !important;
    height: 100%;
  }
  .vuecal__title-bar .slide-fade--left-leave-active,
  .vuecal__title-bar .slide-fade--right-leave-active {
    left: 0;
    right: 0;
    height: auto;
  }
  .vuecal__heading .slide-fade--left-leave-active,
  .vuecal__heading .slide-fade--right-leave-active {
    display: flex;
    align-items: center;
  }
  .vuecal--green-theme .vuecal__menu,
  .vuecal--green-theme .vuecal__cell-events-count {
    background-color: #42b983;
    color: #fff;
  }
  .vuecal--green-theme .vuecal__title-bar {
    background-color: #e4f5ef;
  }
  .vuecal--green-theme .vuecal__cell--today,
  .vuecal--green-theme .vuecal__cell--current {
    background-color: #f0f0ff66;
  }
  .vuecal--green-theme:not(.vuecal--day-view) .vuecal__cell--selected {
    background-color: #ebfff566;
  }
  .vuecal--green-theme .vuecal__cell--selected:before {
    border-color: #42b98380;
  }
  .vuecal--green-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),
  .vuecal--green-theme .vuecal__cell-split--highlighted {
    background-color: #c3ffe180;
  }
  .vuecal--green-theme .vuecal__arrow--highlighted,
  .vuecal--green-theme .vuecal__today-btn--highlighted,
  .vuecal--green-theme .vuecal__view-btn--highlighted {
    background-color: #88ecbf40;
  }
  .vuecal--blue-theme .vuecal__menu,
  .vuecal--blue-theme .vuecal__cell-events-count {
    background-color: #42a3b9cc;
    color: #fff;
  }
  .vuecal--blue-theme .vuecal__title-bar {
    background-color: #00a5bc4d;
  }
  .vuecal--blue-theme .vuecal__cell--today,
  .vuecal--blue-theme .vuecal__cell--current {
    background-color: #f0f0ff66;
  }
  .vuecal--blue-theme:not(.vuecal--day-view) .vuecal__cell--selected {
    background-color: #ebfdff66;
  }
  .vuecal--blue-theme .vuecal__cell--selected:before {
    border-color: #73bfcc80;
  }
  .vuecal--blue-theme .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),
  .vuecal--blue-theme .vuecal__cell-split--highlighted {
    background-color: #00a5bc0f;
  }
  .vuecal--blue-theme .vuecal__arrow--highlighted,
  .vuecal--blue-theme .vuecal__today-btn--highlighted,
  .vuecal--blue-theme .vuecal__view-btn--highlighted {
    background-color: #42a3b933;
  }
  .vuecal--rounded-theme .vuecal__weekdays-headings {
    border: none;
  }
  .vuecal--rounded-theme .vuecal__cell,
  .vuecal--rounded-theme .vuecal__cell:before {
    background: none;
    border: none;
  }
  .vuecal--rounded-theme .vuecal__cell--out-of-scope {
    opacity: 0.4;
  }
  .vuecal--rounded-theme .vuecal__cell-content {
    width: 30px;
    height: 30px;
    flex-grow: 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #333;
  }
  .vuecal--rounded-theme.vuecal--day-view .vuecal__cell-content {
    width: auto;
    background: none;
  }
  .vuecal--rounded-theme.vuecal--year-view .vuecal__cell {
    width: 33.33%;
  }
  .vuecal--rounded-theme.vuecal--year-view .vuecal__cell-content {
    width: 85px;
  }
  .vuecal--rounded-theme.vuecal--years-view .vuecal__cell-content {
    width: 52px;
  }
  .vuecal--rounded-theme .vuecal__cell {
    background-color: transparent !important;
  }
  .vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view)
    .vuecal__cell-content {
    background-color: #f1faf7;
  }
  .vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view)
    .vuecal__cell--today
    .vuecal__cell-content {
    background-color: #42b983;
    color: #fff;
  }
  .vuecal--rounded-theme.vuecal--green-theme
    .vuecal--day-view
    .vuecal__cell--today:before {
    background-color: #42b9830d;
  }
  .vuecal--rounded-theme.vuecal--green-theme:not(.vuecal--day-view)
    .vuecal__cell--selected
    .vuecal__cell-content {
    border-color: #42b983;
  }
  .vuecal--rounded-theme.vuecal--green-theme
    .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),
  .vuecal--rounded-theme.vuecal--green-theme .vuecal__cell-split--highlighted {
    background-color: #c3ffe180;
  }
  .vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view)
    .vuecal__cell-content {
    background-color: #64b6ff33;
  }
  .vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view)
    .vuecal__cell--today
    .vuecal__cell-content {
    background-color: #8fb7e4;
    color: #fff;
  }
  .vuecal--rounded-theme.vuecal--blue-theme
    .vuecal--day-view
    .vuecal__cell--today:before {
    background-color: #8fb7e41a;
  }
  .vuecal--rounded-theme.vuecal--blue-theme:not(.vuecal--day-view)
    .vuecal__cell--selected
    .vuecal__cell-content {
    border-color: #61a9e0;
  }
  .vuecal--rounded-theme.vuecal--blue-theme
    .vuecal__cell--highlighted:not(.vuecal__cell--has-splits),
  .vuecal--rounded-theme.vuecal--blue-theme .vuecal__cell-split--highlighted {
    background-color: #00a5bc0f;
  }
  .vuecal--date-picker .vuecal__title-bar {
    font-size: 1.2em;
  }
  .vuecal--date-picker .vuecal__heading {
    height: 2.2em;
    font-weight: 500;
    opacity: 0.4;
  }
  .vuecal--date-picker .vuecal__weekdays-headings {
    border: none;
  }
  .vuecal--date-picker .vuecal__body {
    margin-left: 1px;
  }
  .vuecal--date-picker .vuecal__cell,
  .vuecal--date-picker .vuecal__cell:before {
    background: none;
    border: none;
  }
  .vuecal--date-picker .vuecal__cell-content {
    height: 26px;
    flex-grow: 0;
    border: 1px solid transparent;
    border-radius: 25px;
    transition: background-color 0.2s cubic-bezier(0.39, 0.58, 0.57, 1);
  }
  .vuecal--date-picker.vuecal--years-view .vuecal__cell-content {
    flex: 0;
    padding: 0 4px;
    height: 24px;
  }
  .vuecal--date-picker.vuecal--year-view .vuecal__cell-content {
    flex: 0;
    padding: 0 15px;
  }
  .vuecal--date-picker.vuecal--month-view .vuecal__cell-content {
    width: 26px;
  }
  .vuecal--date-picker:not(.vuecal--day-view) .vuecal__cell-content:hover {
    background-color: #0000001a;
  }
  .vuecal--date-picker:not(.vuecal--day-view)
    .vuecal__cell--selected
    .vuecal__cell-content {
    background-color: #42b982;
    color: #fff;
  }
  .vuecal--date-picker:not(.vuecal--day-view)
    .vuecal__cell--current
    .vuecal__cell-content,
  .vuecal--date-picker:not(.vuecal--day-view)
    .vuecal__cell--today
    .vuecal__cell-content {
    border-color: #42b982;
  }
  