:root{--calendar-picker-size:19.5rem;--calendar-picker-width:19.5rem}.CalendarDayPickerPopover{z-index:10050;width:var(--calendar-picker-size);max-width:min(var(--calendar-picker-size),100vw - 1rem);height:var(--calendar-picker-size);max-height:min(var(--calendar-picker-size),100vh - 1rem);background:var(--color-background,#fff);border:1px solid var(--color-borders,#00000014);border-radius:1rem;position:fixed;overflow:hidden;box-shadow:0 .5rem 2rem #0000002e}.CalendarDayPickerPopover .CalendarDayPicker__container{height:100%}html.dark .CalendarDayPickerPopover{box-shadow:0 .5rem 2rem #0000008c;background:#16181a!important;border-color:#3a3e42!important}.DatePickerModal .modal-container{justify-content:center;align-items:center;padding:0}.DatePickerModal .modal-dialog{background:var(--color-background,#fff);border-radius:1rem;margin:0 auto;padding:0;overflow:hidden;box-shadow:0 .5rem 2rem #0000002e;width:var(--calendar-picker-size)!important;min-width:0!important;max-width:min(var(--calendar-picker-size),100vw - 1rem)!important;height:var(--calendar-picker-size)!important;max-height:min(var(--calendar-picker-size),100vh - 1rem)!important}.DatePickerModal .modal-content{border:none;flex-direction:column;flex-grow:1;min-height:0;max-height:none;padding:0;display:flex;overflow:hidden}.DatePickerModal .CalendarDayPicker__container{flex:1;min-height:0}html.dark .DatePickerModal .modal-dialog,html.dark .CalendarDayPicker__container,html.dark .CalendarDayPicker__year-picker{background:#16181a!important}html.dark .CalendarDayPicker__current-view .month{color:#d4d4d8!important}html.dark .CalendarDayPicker__current-view .year{color:#9ca3af!important}html.dark .CalendarDayPicker__current-view:hover,html.dark .CalendarDayPicker__nav:hover:not(:disabled){background:#ffffff0f!important}html.dark .CalendarDayPicker__calendar .day-cell.current{color:#d4d4d8!important}html.dark .CalendarDayPicker__calendar .day-cell.current:hover:not(.selected):not(.disabled){background:#ffffff14!important}html.dark .CalendarDayPicker__calendar .day-cell.current.weekend:not(.disabled){color:#ff5b50!important}html.dark .CalendarDayPicker__calendar .day-cell.padding,html.dark .CalendarDayPicker__calendar .day-cell.disabled{color:#4a4f55!important}html.dark .CalendarDayPicker__year-picker{box-shadow:0 .25rem 1.5rem #0009!important}html.dark .CalendarDayPicker__year-picker .year-item{color:#d4d4d8}html.dark .CalendarDayPicker__year-picker .year-item:hover{background:#ffffff14!important}.CalendarDayPicker__container{background:var(--color-background,#fff);-webkit-user-select:none;user-select:none;flex-direction:column;height:100%;display:flex}.CalendarDayPicker__header{border-bottom:none;flex:none;justify-content:space-between;align-items:center;padding:.5rem .5rem .25rem;display:flex;position:relative}.CalendarDayPicker__header .CalendarDayPicker__nav{cursor:pointer;background:0 0;border:none;border-radius:50%;align-items:center;padding:.125rem;transition:background .2s;display:flex}.CalendarDayPicker__header .CalendarDayPicker__nav svg{width:1.25rem;height:1.25rem}.CalendarDayPicker__header .CalendarDayPicker__nav:hover:not(:disabled){background:var(--color-chat-hover,#00000008)}.CalendarDayPicker__header .CalendarDayPicker__nav:disabled{opacity:.3;cursor:default}.CalendarDayPicker__current-view{text-align:center;cursor:pointer;border-radius:.5rem;padding:.0625rem .375rem}.CalendarDayPicker__current-view:hover{background:var(--color-chat-hover,#00000008)}.CalendarDayPicker__current-view .month{color:var(--color-text,#000);text-transform:lowercase;font-size:.9375rem;font-weight:600;line-height:1.2;display:block}.CalendarDayPicker__current-view .month:first-letter{text-transform:uppercase}.CalendarDayPicker__current-view .year{color:var(--color-text-secondary,#8e8e93);margin-top:.0625rem;font-size:.6875rem;line-height:1.2;display:block}.CalendarDayPicker__calendar{flex:1;grid-template-rows:repeat(6,minmax(0,1fr));grid-template-columns:repeat(7,minmax(0,1fr));gap:.125rem;min-height:0;padding:.25rem .625rem .625rem;display:grid}.CalendarDayPicker__calendar .day-cell{border-radius:50%;justify-content:center;align-items:center;min-width:0;min-height:0;font-size:.875rem;transition:background .2s,color .2s;display:flex}.CalendarDayPicker__calendar .day-cell.current{color:var(--color-text,#000);cursor:pointer}.CalendarDayPicker__calendar .day-cell.current:hover:not(.selected):not(.disabled){background:var(--color-chat-hover,#f2f2f7)}.CalendarDayPicker__calendar .day-cell.current.weekend:not(.disabled){color:#ff3b30}.CalendarDayPicker__calendar .day-cell.padding,.CalendarDayPicker__calendar .day-cell.disabled{color:var(--color-borders,#d1d1d6);cursor:default;pointer-events:none}.CalendarDayPicker__calendar .day-cell.selected{font-weight:500;background:var(--color-primary,#2481cc)!important;color:#fff!important}.CalendarDayPicker__year-picker{background:var(--color-background,#fff);z-index:10100;opacity:0;pointer-events:none;border-radius:.75rem;width:8rem;max-height:35rem;padding:.25rem;transition:opacity .2s,transform .2s;position:fixed;overflow-y:auto;transform:translate(-50%)translateY(-.375rem);box-shadow:0 .25rem 1.5rem #00000026}.CalendarDayPicker__year-picker.CalendarDayPicker__year-picker--visible{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.CalendarDayPicker__year-picker::-webkit-scrollbar{width:.25rem}.CalendarDayPicker__year-picker::-webkit-scrollbar-thumb{background:var(--color-borders,#e5e5ea);border-radius:.25rem}.CalendarDayPicker__year-picker .year-item{text-align:center;cursor:pointer;border-radius:.5rem;padding:.5rem;font-size:.875rem}.CalendarDayPicker__year-picker .year-item:hover{background:var(--color-chat-hover,#f2f2f7)}.CalendarDayPicker__year-picker .year-item.selected{color:var(--color-primary,#2481cc);font-weight:600}
/*# sourceMappingURL=4b5cba7dd84ba7ce.css.map*/