.calendar-picker-container{border-top-left-radius:16px;border-top-right-radius:16px;height:560px;background-color:#252f3c;color:#fff;padding:20px 16px 30px}.calendar-picker-container .calendar-picker-content{height:100%;display:flex;flex-direction:column}.calendar-picker-container .calendar-picker-content .calendar-picker-top .calendar-picker-top-title{font-size:16px;text-align:center}.calendar-picker-container .calendar-picker-content .calendar-picker-view{height:83%}.calendar-picker-container .calendar-picker-content .calendar-picker-view-mark{margin-top:30px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;box-sizing:border-box;font-size:12px;color:hsla(0,0%,100%,.5)}.calendar-picker-container .calendar-picker-content .calendar-picker-view-mark-cell{flex:1 1;text-align:center}.calendar-picker-container .calendar-picker-content .calendar-picker-view-body{height:85%;overflow:auto;margin-top:20px}.calendar-picker-container .calendar-picker-content .calendar-picker-view-body::-webkit-scrollbar{display:none}.calendar-picker-container .calendar-picker-content .calendar-picker-view-title{position:-webkit-sticky;position:sticky;top:-2px;padding:8px 0;background-color:#252f3c;color:#fff;font-weight:500;font-size:14px}.calendar-picker-container .calendar-picker-content .calendar-picker-view-cells{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;margin-top:2px}.calendar-picker-container .calendar-picker-content .calendar-picker-view-cell{width:14.2857%;color:#fff;font-weight:700;font-size:14px;height:42px;margin-bottom:10px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center}.calendar-picker-container .calendar-picker-content .calendar-picker-view-cell-date{text-align:center;width:42px;height:42px;line-height:42px}.calendar-picker-container .calendar-picker-content .calendar-picker-view-cell-date-selected{border-radius:50%;background-color:var(--primary-color)}.calendar-picker-container .calendar-picker-content .calendar-picker-view-cell-date-disabled{font-weight:700;font-size:14px;color:hsla(0,0%,100%,.3)}.calendar-picker-container .calendar-picker-content .calendar-picker-bottom{margin-top:30px;display:flex}.calendar-picker-container .calendar-picker-content .calendar-picker-bottom .calendar-picker-bottom-confirm,.calendar-picker-container .calendar-picker-content .calendar-picker-bottom .calendar-picker-bottom-reset{flex:1 1;border-radius:4px;color:#fff;font-weight:500;font-size:14px;height:38px;line-height:38px;text-align:center}.calendar-picker-container .calendar-picker-content .calendar-picker-bottom .calendar-picker-bottom-reset{background-color:hsla(0,0%,100%,.1)}.calendar-picker-container .calendar-picker-content .calendar-picker-bottom .calendar-picker-bottom-confirm{background-color:var(--primary-color);margin-left:13px}