:host,:root{--van-calendar-background:var(--van-background-2);--van-calendar-popup-height:80%;--van-calendar-header-shadow:0 2px 10px hsla(220,1%,50%,.16);--van-calendar-header-title-height:44px;--van-calendar-header-title-font-size:var(--van-font-size-lg);--van-calendar-header-subtitle-font-size:var(--van-font-size-md);--van-calendar-header-action-width:28px;--van-calendar-header-action-color:var(--van-text-color);--van-calendar-header-action-disabled-color:var(--van-text-color-3);--van-calendar-weekdays-height:30px;--van-calendar-weekdays-font-size:var(--van-font-size-sm);--van-calendar-month-title-font-size:var(--van-font-size-md);--van-calendar-month-mark-color:rgba(242,243,245,.8);--van-calendar-month-mark-font-size:160px;--van-calendar-day-height:64px;--van-calendar-day-font-size:var(--van-font-size-lg);--van-calendar-day-margin-bottom:4px;--van-calendar-day-disabled-color:var(--van-text-color-3);--van-calendar-range-edge-color:var(--van-white);--van-calendar-range-edge-background:var(--van-primary-color);--van-calendar-range-middle-color:var(--van-primary-color);--van-calendar-range-middle-background-opacity:.1;--van-calendar-selected-day-size:54px;--van-calendar-selected-day-color:var(--van-white);--van-calendar-selected-day-background:var(--van-primary-color);--van-calendar-info-font-size:var(--van-font-size-xs);--van-calendar-info-line-height:var(--van-line-height-xs);--van-calendar-confirm-button-height:36px;--van-calendar-confirm-button-margin:7px 0}.van-theme-dark{--van-calendar-month-mark-color:hsla(210,1%,40%,.2);--van-calendar-day-disabled-color:var(--van-gray-7)}.van-calendar{background:var(--van-calendar-background);display:flex;flex-direction:column;height:100%}.van-calendar__popup.van-popup--bottom,.van-calendar__popup.van-popup--top{height:var(--van-calendar-popup-height)}.van-calendar__popup.van-popup--left,.van-calendar__popup.van-popup--right{height:100%}.van-calendar__popup .van-popup__close-icon{top:11px}.van-calendar__header{box-shadow:var(--van-calendar-header-shadow);flex-shrink:0}.van-calendar__header-subtitle,.van-calendar__header-title,.van-calendar__month-title{color:var(--van-text-color);font-weight:var(--van-font-bold);height:var(--van-calendar-header-title-height);line-height:var(--van-calendar-header-title-height);text-align:center}.van-calendar__header-title{font-size:var(--van-calendar-header-title-font-size)}.van-calendar__header-subtitle{font-size:var(--van-calendar-header-subtitle-font-size)}.van-calendar__header-subtitle--with-switch{align-items:center;display:flex;padding:0 var(--van-padding-base)}.van-calendar__header-subtitle-text{flex:1}.van-calendar__header-action{align-items:center;color:var(--van-calendar-header-action-color);cursor:pointer;display:flex;height:100%;justify-content:center;min-width:var(--van-calendar-header-action-width)}.van-calendar__header-action--disabled{color:var(--van-calendar-header-action-disabled-color);cursor:not-allowed}.van-calendar__month-title{font-size:var(--van-calendar-month-title-font-size)}.van-calendar__weekdays{display:flex}.van-calendar__weekday{flex:1;font-size:var(--van-calendar-weekdays-font-size);line-height:var(--van-calendar-weekdays-height);text-align:center}.van-calendar__body{flex:1;overflow:auto;-webkit-overflow-scrolling:touch}.van-calendar__days{display:flex;flex-wrap:wrap;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.van-calendar__month-mark{color:var(--van-calendar-month-mark-color);font-size:var(--van-calendar-month-mark-font-size);left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:0}.van-calendar__day,.van-calendar__selected-day{align-items:center;display:flex;justify-content:center;text-align:center}.van-calendar__day{cursor:pointer;font-size:var(--van-calendar-day-font-size);height:var(--van-calendar-day-height);margin-bottom:var(--van-calendar-day-margin-bottom);position:relative;width:14.285%}.van-calendar__day--end,.van-calendar__day--multiple-middle,.van-calendar__day--multiple-selected,.van-calendar__day--start,.van-calendar__day--start-end{background:var(--van-calendar-range-edge-background);color:var(--van-calendar-range-edge-color)}.van-calendar__day--start{border-radius:var(--van-radius-md) 0 0 var(--van-radius-md)}.van-calendar__day--end{border-radius:0 var(--van-radius-md) var(--van-radius-md) 0}.van-calendar__day--multiple-selected,.van-calendar__day--start-end{border-radius:var(--van-radius-md)}.van-calendar__day--middle{color:var(--van-calendar-range-middle-color)}.van-calendar__day--middle:after{background-color:currentColor;bottom:0;content:"";left:0;opacity:var(--van-calendar-range-middle-background-opacity);position:absolute;right:0;top:0}.van-calendar__day--disabled{color:var(--van-calendar-day-disabled-color);cursor:default}.van-calendar__bottom-info,.van-calendar__top-info{font-size:var(--van-calendar-info-font-size);left:0;line-height:var(--van-calendar-info-line-height);position:absolute;right:0}@media (max-width:350px){.van-calendar__bottom-info,.van-calendar__top-info{font-size:9px}}.van-calendar__top-info{top:6px}.van-calendar__bottom-info{bottom:6px}.van-calendar__selected-day{background:var(--van-calendar-selected-day-background);border-radius:var(--van-radius-md);color:var(--van-calendar-selected-day-color);height:var(--van-calendar-selected-day-size);width:var(--van-calendar-selected-day-size)}.van-calendar__footer{flex-shrink:0;padding-left:var(--van-padding-md);padding-right:var(--van-padding-md)}.van-calendar__confirm{height:var(--van-calendar-confirm-button-height);margin:var(--van-calendar-confirm-button-margin)}
