html body{font-size:10px;padding:0;margin:0;width:100vw;height:100vh;overflow:hidden;font-family:"Open Sans",sans-serif}#root{width:100%;height:100%}p{padding:0;margin:0}a{text-decoration:none}.wrapper{width:100%;height:100vh;background:#1e90ff}.container__title,.wrapper{display:flex;flex-direction:column}.container__title{justify-content:center;align-items:center;margin:30px auto 0;width:100vw}.title{font-weight:700;font-size:1.2rem;color:#fff;margin:12px 48px 20px}@media(max-width:750px){.title{margin:12px 48px 20px}}.subtitle{font-weight:700;font-size:1.7rem;color:#fff;margin:0 0 48px}.Calendar__wrapper{width:95%;height:100%;max-height:80%;display:flex;margin:0 auto;border:1px solid #fff;border-radius:12px;justify-content:center;align-items:center;background:#fff;flex-direction:column}.container__button{display:flex;justify-content:flex-end;position:absolute;right:48px;top:48px}@media(max-width:750px){.container__button{top:16px;right:16px}}.slider:hover{-webkit-animation:scrollText 7s infinite;animation:scrollText 7s infinite;width:100%}@-webkit-keyframes scrollText{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes scrollText{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.Kalend__text{padding:0;margin:0;font-family:MONOSPACE,SansSerif,sans-serif,serif;font-weight:lighter}@media screen and (min-width:600px){div.example{display:none}}.Kalend__Calendar__root{display:flex;width:inherit;height:100%;flex-direction:column;font-size:10px;overflow-x:hidden}.Kalend__main *{font-family:MONOSPACE,SansSerif,sans-serif,serif}.Kalend__Calendar__table{display:inherit;overflow:hidden;width:100%;height:100%!important;position:relative}.Kalend__button{padding:inherit;margin:0;font:inherit;color:inherit;cursor:pointer;-webkit-appearance:auto;appearance:auto;letter-spacing:inherit;word-spacing:inherit;line-height:inherit;text-transform:none;text-indent:inherit;text-shadow:none;display:flex;text-align:inherit;align-items:inherit;box-sizing:inherit;background-color:transparent;border:inherit;border-image:inherit}.Kalend__CalendarDesktopNavigation__container,.Kalend__CalendarDesktopNavigation__container-dark,.Kalend__CalendarDesktopNavigation__container-mobile{border-radius:8px;left:0;margin:0;display:flex;flex-direction:row;height:70px;max-height:70px;min-height:70px;width:auto;padding:0 0 0 12px;align-items:center}.Kalend__CalendarDesktopNavigation__container-mobile{flex-direction:column}.Kalend__CalendarDesktopNavigation__container-dark{background-color:#1e1e1e}.Kalend__CalendarDesktopNavigation__buttons,.Kalend__CalendarDesktopNavigation__buttons-mobile{display:flex;flex-direction:row;justify-content:center;align-items:center}.Kalend__CalendarDesktopNavigation__buttons-mobile{justify-content:flex-end}.Kalend__calendarButtonToday{display:flex;padding:6px 4px;justify-content:center;align-items:center;width:60px;border:.4px solid #e0e0e0;margin-right:12px;margin-left:12px}.Kalend__Agenda__container{display:flex;flex-direction:column;width:100%;overflow-y:scroll;overflow-x:hidden}.Kalend__AgendaDayRow__container{display:flex;flex-direction:row;width:100%}.Kalend__AgendaDayRow__events{display:flex;flex-direction:column;width:100%;height:100%}.Kalend__AgendaDayRow__container-day{margin-top:2px;display:flex;flex-direction:column;justify-content:center;align-items:center;height:60px;width:auto}.Kalend__ButtonBase,.Kalend__ButtonBase-border,.Kalend__ButtonBase-disabled,.Kalend__ButtonBase-normal,.Kalend__ButtonBase-normal:hover,.Kalend__ButtonBase-primary,.Kalend__ButtonBase-primary-dark,.Kalend__ButtonBase-primary-dark:hover,.Kalend__ButtonBase-primary:hover,.Kalend__ButtonBase-transparent{min-height:20px;font-size:1.6em;border-radius:10px;font-weight:400;border:none;outline-style:none;cursor:pointer;color:#424242;background-color:transparent;position:relative;overflow:hidden}.Kalend__ButtonBase-border:hover,.Kalend__ButtonBase-disabled:hover,.Kalend__ButtonBase-normal:hover,.Kalend__ButtonBase-primary-dark:hover,.Kalend__ButtonBase-primary:hover,.Kalend__ButtonBase-transparent:hover,.Kalend__ButtonBase:hover{background-color:#eee}.Kalend__ButtonBase-normal,.Kalend__ButtonBase-normal:hover{border:none;background-color:#424242;padding:4px 12px;color:#f5f5f5}.Kalend__ButtonBase-normal:hover{background-color:#757575}.Kalend__ButtonBase-disabled{background-color:#bdbdbd;color:#616161}.Kalend__ButtonBase-primary,.Kalend__ButtonBase-primary-dark,.Kalend__ButtonBase-primary-dark:hover,.Kalend__ButtonBase-primary:hover{padding:4px 12px;background-color:#ec407a;color:#eee}.Kalend__ButtonBase-primary-dark:hover,.Kalend__ButtonBase-primary:hover{background-color:rgba(236,64,122,.7)}.Kalend__ButtonBase-primary-dark{background-color:#f48fb1;color:#424242}.Kalend__ButtonBase-transparent{padding:4px 12px;color:#616161;background-color:transparent}.Kalend__ButtonBase-transparent:hover{background-color:#eee}.Kalend__ButtonBase__animation{position:absolute;-webkit-transform:scale(0);transform:scale(0);background-color:rgba(50,50,50,.3);border-radius:50%;-webkit-animation:Kalend__ripple__animation .5s ease-in;animation:Kalend__ripple__animation .5s ease-in}@-webkit-keyframes Kalend__ripple__animation{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes Kalend__ripple__animation{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}.Kalend__ButtonBase__loader-circle,.Kalend__ButtonBase__loader-circle-left,.Kalend__ButtonBase__loader-circle-middle,.Kalend__ButtonBase__loader-circle-right{width:12px;height:12px;background-color:#e0e0e0;border-radius:6px;margin:0 6px;opacity:0;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-webkit-animation-name:Kalend__ButtonBase__animation-pulse-loader;animation-name:Kalend__ButtonBase__animation-pulse-loader;-webkit-animation-delay:0s;animation-delay:0s}.Kalend__ButtonBase__loader-circle-left{-webkit-animation-delay:0s;animation-delay:0s}.Kalend__ButtonBase__loader-circle-middle{-webkit-animation-delay:.3s;animation-delay:.3s}.Kalend__ButtonBase__loader-circle-right{-webkit-animation-delay:.5s;animation-delay:.5s}@-webkit-keyframes Kalend__ButtonBase__animation-pulse-loader{0%{opacity:0;background-color:#9e9e9e}50%{opacity:1;background-color:#e0e0e0}to{opacity:0}}@keyframes Kalend__ButtonBase__animation-pulse-loader{0%{opacity:0;background-color:#9e9e9e}50%{opacity:1;background-color:#e0e0e0}to{opacity:0}}.Kalend__Button-long,.Kalend__Button-long:hover{width:100%;padding:4px 12px;border-radius:8px;min-height:40px;display:flex;justify-content:center;align-items:center}.Kalend__ButtonBase-border{display:flex;padding:6px 8px;justify-content:center;align-items:center;min-width:60px;width:auto;border:.4px solid #e0e0e0;margin-right:12px;margin-left:12px}.Kalend__ButtonIcon__container,.Kalend__ButtonIcon__container-big,.Kalend__ButtonIcon__container-full,.Kalend__ButtonIcon__container-small{display:flex;justify-content:center;align-items:center;width:50px;height:50px;position:relative}.Kalend__ButtonIcon__container-small{width:30px;height:30px;border-radius:15px}.Kalend__ButtonIcon__container-big{width:55px;height:55px;border-radius:27.5px}.Kalend__ButtonIcon__container-full{width:100%;height:100%;border-radius:50%}.Kalend__ButtonIcon,.Kalend__ButtonIcon-dark,.Kalend__ButtonIcon-dark:hover,.Kalend__ButtonIcon-inactive,.Kalend__ButtonIcon-inactive:active,.Kalend__ButtonIcon-inactive:hover,.Kalend__ButtonIcon:hover{fill:#757575;background-color:transparent;font-size:1.4em;border:none;outline-style:none;cursor:pointer;width:100%;height:100%;border-radius:27.5px;display:flex;justify-content:center;align-items:center;z-index:3}.Kalend__ButtonIcon-dark:hover,.Kalend__ButtonIcon-inactive:hover,.Kalend__ButtonIcon:hover{opacity:.9;background-color:#e0e0e0}.Kalend__ButtonIcon-dark{fill:#bdbdbd}.Kalend__ButtonIcon-inactive:active{background-color:transparent;-webkit-animation:none;animation:none}.Kalend__ButtonIcon-inactive:hover{background-color:transparent}.Kalend__ButtonIcon__disabled{cursor:default!important}.Kalend__ButtonIcon__disabled:active,.Kalend__ButtonIcon__disabled:hover{background-color:transparent!important}.Kalend__ButtonIcon__svg,.Kalend__ButtonIcon__svg-normal{width:100%;height:100%;padding:1px;z-index:5;fill:#757575}.Kalend__ButtonIcon__svg-normal{width:2.2em;height:2.2em}.Kalend__ButtonIcon__backdrop,.Kalend__ButtonIcon__backdrop:active{position:absolute;background-color:#bdbdbd;opacity:.4;width:100%;height:100%;border-radius:50%;-webkit-animation-name:Kalend__ButtonIcon__animation-backdrop;animation-name:Kalend__ButtonIcon__animation-backdrop;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-duration:.4s;animation-duration:.4s}.Kalend__ButtonIcon__backdrop:active{background-color:#757575;-webkit-animation-name:Kalend__ButtonIcon__animation-press;animation-name:Kalend__ButtonIcon__animation-press;-webkit-animation-duration:.1s;animation-duration:.1s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards}@-webkit-keyframes Kalend__ButtonIcon__animation-press{0%{background-color:#f5f5f5;opacity:.5}to{background-color:#e0e0e0;opacity:1}}@keyframes Kalend__ButtonIcon__animation-press{0%{background-color:#f5f5f5;opacity:.5}to{background-color:#e0e0e0;opacity:1}}@-webkit-keyframes Kalend__ButtonIcon__animation-backdrop{0%{background-color:#f5f5f5;width:0;height:0}to{background-color:#bdbdbd;width:100%;height:100%}}@keyframes Kalend__ButtonIcon__animation-backdrop{0%{background-color:#f5f5f5;width:0;height:0}to{background-color:#bdbdbd;width:100%;height:100%}}.Kalend__CalendarHeader,.Kalend__CalendarHeader-dark,.Kalend__CalendarHeader-day,.Kalend__CalendarHeader-small,.Kalend__CalendarHeader-tall,.Kalend__CalendarHeader-tall-dark,.Kalend__CalendarHeader-tall-day{border-radius:8px;left:0;margin:0;display:flex;flex-direction:column;align-items:stretch;height:auto;width:100%;padding:0 0 6px;box-shadow:0 5px 5px -5px #333}@media(max-width:750px){.Kalend__CalendarHeader,.Kalend__CalendarHeader-dark,.Kalend__CalendarHeader-day,.Kalend__CalendarHeader-small,.Kalend__CalendarHeader-tall,.Kalend__CalendarHeader-tall-dark,.Kalend__CalendarHeader-tall-day{border-radius:0;box-shadow:0 2px 2px 0 rgba(0,0,0,.14)}}.Kalend__CalendarHeader-dark{background-color:#1e1e1e;box-shadow:none}@media(max-width:750px){.Kalend__CalendarHeader-dark{border-radius:0 0 8px 8px!important}}.Kalend__CalendarHeader-tall{height:auto}.Kalend__CalendarHeader-tall-dark{background-color:#1e1e1e}.Kalend__CalendarHeader-small{height:30px}.Kalend__CalendarHeader-day{flex-direction:row}.Kalend__header_calendar_days__text{margin:0;padding:1px;font-size:1.2em;align-self:center;text-align:center;color:#9e9e9e}.Kalend__event_header__container{position:absolute;border-radius:4px;z-index:9;height:40px;text-align:left;padding-left:4px;display:flex;justify-content:flex-start;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.Kalend__event_header__text,.Kalend__event_header__text--dark{color:hsla(0,0%,100%,.95);font-size:1em;margin:0;text-align:left}.Kalend__event_header__text--dark{color:#141414}.Kalend__CalendarHeaderEvents__container{display:flex;flex-direction:column;justify-content:center;position:relative;margin:0 0 0 40px}.Kalend__CalendarHeaderEvents__row{display:flex;flex-direction:row;justify-content:center;align-items:center}.Kalend__CalendarHeaderEvents__rows{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding-bottom:2px;height:auto;position:relative}.Kalend__CalendarHeaderEvents__eventRow{display:flex;flex-direction:column;width:100%;position:relative;height:25px}.Kalend__CalendarHeaderEvents__col,.Kalend__CalendarHeaderEvents__col-wrapper{align-self:center;align-items:center;justify-content:center}.Kalend__CalendarHeaderEvents__col{height:30px;display:flex}.Kalend__CalendarHeaderCol,.Kalend__CalendarHeaderCol-dark{display:flex;flex-direction:column;margin:0;justify-content:center;align-items:center;padding-bottom:8px}@media(min-width:750px){.Kalend__CalendarHeaderCol,.Kalend__CalendarHeaderCol-dark{align-items:flex-start}}.Kalend__CalendarHeaderCol-dark{background:#1e1e1e}.Kalend__CalendarHeaderColText__container{display:flex;flex-direction:row;justify-content:center;align-items:center;height:auto}.Kalend__CalendarHeaderDates__col{display:flex;flex-direction:column;margin:0;justify-content:center;align-items:center}.Kalend__CalendarHeaderDates__circle,.Kalend__CalendarHeaderDates__circle-small{height:32px;width:32px;padding:0;margin:0;border-radius:16px;display:flex;align-items:center;justify-content:center;color:rgba(22,4,4,.87)}.Kalend__CalendarHeaderDates__circle-small{margin-top:2px;height:20px;width:20px}.Kalend__CalendarHeaderDates__text-size-small{font-size:1.1em!important;padding:.4px}.Kalend__CalendarHeaderDates__text,.Kalend__CalendarHeaderDates__text-dark,.Kalend__CalendarHeaderDates__text-today,.Kalend__CalendarHeaderDates__text-today-dark{margin:0;padding:1px;font-size:1.5em;align-self:center;text-align:center;font-weight:500;color:#424242}.Kalend__CalendarHeaderDates__text-dark{color:#e0e0e0}.Kalend__CalendarHeaderDates__text-today,.Kalend__CalendarHeaderDates__text-today-dark{color:#e5e5e5!important}.Kalend__CalendarHeaderDates__text-today-dark{color:rgba(22,4,4,.87)}.Kalend__CalendarHeaderWeekDays__wrapper{display:flex;flex-direction:column;justify-content:center;margin:0}.Kalend__CalendarHeaderWeekDays__container{display:flex;flex-direction:row;justify-content:center;align-items:center}.Kalend__CalendarHeaderWeekDays__col{display:flex;justify-content:center;align-items:center;align-self:center}.Kalend__CalendarHeaderWeekDays__text{margin:0;padding:1px;font-size:1.2em;align-self:center;text-align:center;color:#9e9e9e}.Kalend__CalendarHeaderWrapper,.Kalend__CalendarHeaderWrapper-dark{display:flex;flex-direction:column;margin:0;justify-content:center;align-items:center}@media(min-width:750px){.Kalend__CalendarHeaderWrapper,.Kalend__CalendarHeaderWrapper-dark{align-items:flex-start}}.Kalend__CalendarHeaderWrapper-dark{background:#1e1e1e}.Kalend__CalendarViewDropdown__wrapper{position:relative}.Kalend__CalendarViewDropdown__backdrop{position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;overflow:hidden}.Kalend__CalendarViewDropdown__container{position:absolute;top:50px;right:4px;display:flex;flex-direction:column;height:auto;padding:16px;z-index:20;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);border-radius:8px}.Kalend__CalendarViewDropdown__container-content{display:flex;flex-direction:column;height:100%;width:100%}.Kalend__carousel__wrapper{display:flex;flex-direction:row;height:100%;overflow-y:hidden;overflow-x:scroll}@media(min-width:750px){.Kalend__carousel__wrapper{overflow-x:hidden}}.Kalend__carousel__control,.Kalend__carousel__control-left,.Kalend__carousel__control-right{height:100%;width:100%;display:flex;align-items:center}.Kalend__carousel__control-left{left:100px;justify-content:flex-start;-webkit-animation-name:Kalend__carousel-left;animation-name:Kalend__carousel-left;-webkit-animation-duration:.3s;animation-duration:.3s}.Kalend__carousel__control-right{right:100px;justify-content:flex-end;-webkit-animation-name:Kalend__carousel-right;animation-name:Kalend__carousel-right;-webkit-animation-duration:.3s;animation-duration:.3s}@-webkit-keyframes Kalend__carousel-left{0%{left:-100px}to{left:100px}}@keyframes Kalend__carousel-left{0%{left:-100px}to{left:100px}}@-webkit-keyframes Kalend__carousel-right{0%{right:-100px}to{right:100px}}@keyframes Kalend__carousel-right{0%{right:-100px}to{right:100px}}.Kalend__full-screen{height:100%;width:100%}.Kalend__CalendarBody{display:flex;flex-direction:row;padding:0;margin:0;overflow-y:scroll;overflow-x:hidden;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.Kalend__calendar-animation{-webkit-animation-name:event-load;animation-name:event-load;-webkit-animation-duration:1s;animation-duration:1s}@-webkit-keyframes Kalend__event-load{0%{right:-1500px}to{right:0}}@keyframes Kalend__event-load{0%{right:-1500px}to{right:0}}.Kalend__DayViewOneDay{position:relative;flex-direction:column}.Kalend__DayViewOneDay__border-left,.Kalend__DayViewOneDay__border-left-dark{border-left:.6px solid #e0e0e0}.Kalend__DayViewOneDay__border-left-dark{border-left:.6px solid #1d1f26}.Kalend__CalendarBodyHours__wrapper{position:absolute;z-index:2;left:0;top:0;display:flex;align-items:center;justify-content:flex-start;bottom:20px;flex-direction:column;height:100%;width:40px}.Kalend__CalendarBodyHours__container{flex-direction:row;display:flex;width:100%}.Kalend__CalendarBodyHours__text,.Kalend__CalendarBodyHours__text-dark{position:absolute;text-align-vertical:top;z-index:10;color:#757575;font-size:.9em;padding:0;margin:-10px 0 0 8px;text-align:center}.Kalend__CalendarBodyHours__text-dark{color:#bdbdbd}.Kalend__CalendarBodyHours__line,.Kalend__CalendarBodyHours__line-dark{position:absolute;left:40px;width:100vw!important;height:1px;background:#e0e0e0;z-index:2}.Kalend__CalendarBodyHours__line-dark{background:#1d1f26}.Kalend__DesktopLayout{display:block}.Kalend__Event__animate{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-webkit-animation-name:Kalend__EventDetail_animationShow;animation-name:Kalend__EventDetail_animationShow;-webkit-animation-delay:0s;animation-delay:0s}.Kalend__Event,.Kalend__Event-agenda,.Kalend__Event-header,.Kalend__Event-month,.Kalend__Event-normal,.Kalend__Event-showMoreMonth{border-radius:6px!important;z-index:2;display:flex;justify-content:flex-start;align-items:flex-start;color:#fff;opacity:1!important;min-height:17px!important}.Kalend__Event-month,.Kalend__Event-showMoreMonth{padding-left:1px;align-items:center;min-height:auto!important;border:none!important;white-space:nowrap}.Kalend__Event-normal{border:1px solid #fff!important}.Kalend__Event-header{min-height:20px!important;padding-left:3px;border:none!important;align-items:center;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;-ms-animation-fill-mode:forwards;-webkit-animation-name:Kalend__EventDetailHeader_animationShow;animation-name:Kalend__EventDetailHeader_animationShow;-webkit-animation-delay:.5s;animation-delay:.5s}.Kalend__Event-agenda{height:90px!important;justify-content:flex-start;align-items:center;margin-bottom:12px}.Kalend__Event-showMoreMonth{height:20px!important;justify-content:flex-start;align-items:center;margin-bottom:4px;padding:2px}.Kalend__EventButton__elevation{box-shadow:0 8px 16px 0 rgba(0,0,0,.4)!important;z-index:9999!important;cursor:grab!important}@-webkit-keyframes Kalend__EventDetailHeader_animationShow{0%{visibility:hidden}to{visibility:visible}}@keyframes Kalend__EventDetailHeader_animationShow{0%{visibility:hidden}to{visibility:visible}}@-webkit-keyframes Kalend__EventDetail_animationShow{0%{opacity:.2}to{opacity:1}}@keyframes Kalend__EventDetail_animationShow{0%{opacity:.2}to{opacity:1}}.Kalend__Event__summary{display:-webkit-box;webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:.8em;margin:0;padding:5px 1px 6px 4px;opacity:1;overflow:hidden;color:#fff;font-weight:600;white-space:inherit}@media(min-width:750px){.Kalend__Event__summary{font-size:.8em}}.Kalend__Event__summary__type-header,.Kalend__Event__summary__type-month{padding:1px 1px 1px 3px;font-weight:500;white-space:nowrap}.Kalend__Event__summary__type-agenda{padding:8px;font-weight:600;font-size:1em}.Kalend__Event__time{display:-webkit-box;webkit-line-clamp:1;-webkit-box-orient:vertical;margin:0;padding:2px 1px 0 4px;opacity:1;overflow:hidden;color:#f6f4f4;font-size:.7em}.Kalend__Event__time__type-header,.Kalend__Event__time__type-month{padding:1px}.Kalend__Event__time__type-agenda{padding:0 8px 8px;font-size:.8em}.Kalend__EventShowMoreMonth__container{white-space:nowrap}.Kalend__EventAgenda__container,.Kalend__EventShowMoreMonth__container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.Kalend__EventAgenda__container{padding:8px;margin-top:4px;margin-bottom:4px}.Kalend__header_calendar_buttons__container,.Kalend__header_calendar_buttons__container-dark,.Kalend__header_calendar_buttons__container-mobile{left:0;padding:0;display:flex;flex:none;flex-direction:row;align-items:center;width:100%;border-radius:8px;border:.4px solid #e0e0e0}.Kalend__header_calendar_buttons__container-mobile{flex-direction:column;height:100%;width:100%;min-width:80px;border:none}.Kalend__header_calendar_buttons__container-dark{background-color:#757575}.Kalend__header_calendar_button,.Kalend__header_calendar_button-dark,.Kalend__header_calendar_button-dark:hover,.Kalend__header_calendar_button-mobile,.Kalend__header_calendar_button-mobile:hover,.Kalend__header_calendar_button-selected,.Kalend__header_calendar_button-selected-dark,.Kalend__header_calendar_button-selected-dark:hover,.Kalend__header_calendar_button-selected-mobile,.Kalend__header_calendar_button-selected-mobile:hover,.Kalend__header_calendar_button-selected:hover,.Kalend__header_calendar_button:hover{padding:6px 4px;display:flex;justify-content:center;align-items:center}.Kalend__header_calendar_button-mobile,.Kalend__header_calendar_button-mobile:hover,.Kalend__header_calendar_button-selected-mobile:hover{border:none;font-size:1.5em;width:100%;padding:8px;justify-content:flex-start}.Kalend__header_calendar_button-dark{background-color:#757575;border:.5px solid #757575}.Kalend__header_calendar_button-selected-mobile{background:#f5f5f5;border:none;font-size:1.5em;width:100%;padding:8px;justify-content:flex-start}.Kalend__header_calendar_button-text,.Kalend__header_calendar_button-text-dark,.Kalend__header_calendar_button-text-selected,.Kalend__header_calendar_button-text-selected-dark{padding:0 10px!important;color:#424242}.Kalend__header_calendar_button-text-dark{color:#eee}.Kalend__header_calendar_button-text-selected,.Kalend__header_calendar_button-text-selected-dark{color:#ec407a!important}.Kalend__header_calendar_button-text-selected-dark{color:#f48fb1}.Kalend__HeaderCalendarTitle__container,.Kalend__HeaderCalendarTitle__container-mobile{display:flex;justify-content:flex-start;align-items:center;padding:0 24px 0 16px;width:100%}.Kalend__HeaderCalendarTitle__container-mobile{width:100%}.Kalend__HeaderCalendarTitle,.Kalend__HeaderCalendarTitle-dark,.Kalend__HeaderCalendarTitle-mobile{font-size:2em;font-weight:700;margin:0;padding:0;color:rgba(22,4,4,.87);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.Kalend__HeaderCalendarTitle-mobile{width:100%;margin:0;padding:0;font-size:1.6em;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.Kalend__HeaderCalendarTitle-dark{color:#e5e5e5}.Kalend__MobileLayout{display:block}.Kalend__MonthView__container{flex-direction:row;flex-wrap:wrap;width:100%;height:100%;display:flex;align-self:stretch;padding:0;margin:0;position:absolute;top:0;bottom:1px;left:0;right:0}.Kalend__Monthview_Event{max-height:17px!important;min-height:17px;margin-top:1px}.Kalend__MonthOneDay__header-container{height:25px;display:flex;flex-direction:column;align-items:center;justify-content:center}.Kalend__MonthOneDay__events-container{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.Kalend__MonthOneDay__date-container{height:20px;width:20px;border-radius:10px;align-items:center;justify-content:center;display:flex}.Kalend__MonthOneDay__circle-color,.Kalend__MonthOneDay__circle-color-dark{background:#ec407a}.Kalend__MonthOneDay__circle-color-dark{background:#f48fb1}.Kalend__MonthOneDay__date,.Kalend__MonthOneDay__date-dark,.Kalend__MonthOneDay__date-past,.Kalend__MonthOneDay__date-past-dark,.Kalend__MonthOneDay__date-today,.Kalend__MonthOneDay__date-today-dark{font-size:1em;padding:0;margin:0;color:#1d1f26}.Kalend__MonthOneDay__date-dark{color:#e0e0e0}.Kalend__MonthOneDay__date-past,.Kalend__MonthOneDay__date-past-dark{color:#bdbdbd}.Kalend__MonthOneDay__date-past-dark{color:#757575}.Kalend__MonthOneDay__date-today,.Kalend__MonthOneDay__date-today-dark{color:#e5e5e5}.Kalend__MonthOneDay__date-today-dark{color:rgba(22,4,4,.87)}.Kalend__MonthOneDay__border,.Kalend__MonthOneDay__border-bottom,.Kalend__MonthOneDay__border-bottom-dark,.Kalend__MonthOneDay__border-bottom-right,.Kalend__MonthOneDay__border-bottom-right-dark,.Kalend__MonthOneDay__border-right,.Kalend__MonthOneDay__border-right-dark{width:14.2857142857%;height:16.6666666667%;padding:0;margin:0}.Kalend__MonthOneDay__border-bottom{box-shadow:inset 0 -1px 1px rgba(0,0,0,.1);-moz-box-shadow:inset -1px -1px 0 rgba(0,0,0,.1);-webkit-box-shadow:inset -1px -1px 0 rgba(0,0,0,.1)}.Kalend__MonthOneDay__border-bottom-dark{box-shadow:inset 0 -1px 1px hsla(0,0%,100%,.05);-moz-box-shadow:inset -1px -1px 0 hsla(0,0%,100%,.05);-webkit-box-shadow:inset -1px -1px 0 hsla(0,0%,100%,.05)}.Kalend__MonthOneDay__border-bottom-right,.Kalend__MonthOneDay__border-bottom-right-dark{box-shadow:inset -1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:inset -1px -1px 0 rgba(0,0,0,.1);-webkit-box-shadow:inset -1px -1px 0 rgba(0,0,0,.1)}.Kalend__MonthOneDay__border-bottom-right-dark{box-shadow:inset -1px -1px 0 hsla(0,0%,100%,.05);-moz-box-shadow:inset -1px -1px 0 hsla(0,0%,100%,.05);-webkit-box-shadow:inset -1px -1px 0 hsla(0,0%,100%,.05)}.Kalend__MonthOneDay__border-right{box-shadow:inset -1px 0 0 rgba(0,0,0,.1);-moz-box-shadow:inset -1px -1px 0 rgba(0,0,0,.1);-webkit-box-shadow:inset -1px -1px 0 rgba(0,0,0,.1)}.Kalend__MonthOneDay__border-right-dark{box-shadow:inset -1px 0 0 hsla(0,0%,100%,.05);-moz-box-shadow:inset -1px -1px 0 hsla(0,0%,100%,.05);-webkit-box-shadow:inset -1px -1px 0 hsla(0,0%,100%,.05)}.Kalend__MonthWeekRow__container{flex-direction:row;flex-wrap:wrap;width:100%;align-self:stretch;padding:0;margin:0;height:16.6666666667%;border-bottom:1px solid #e0e0e0;position:relative}.Kalend__MonthWeekRow__day{height:24px}.Kalend__MonthWeekRow__container-events{width:100%;height:auto;position:relative}.Kalend__MonthWeekRow__event{max-height:16px!important;min-height:16px;margin-top:1px}.Kalend__ShowMoreModal__wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;z-index:999}.Kalend__ShowMoreModal__container{box-shadow:0 1px 3px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.08);padding:16px;display:flex;flex-direction:column;background-color:#fff;border-radius:4px;min-width:250px;overflow-y:scroll;max-height:50vh;overflow-x:hidden;z-index:999}.Kalend__DaysViewVerticalLine__container{width:100%;height:100%;position:relative}.Kalend__DaysViewVerticalLine__line,.Kalend__DaysViewVerticalLine__line-dark{position:absolute;width:1px;background-color:#e0e0e0}.Kalend__DaysViewVerticalLine__line-dark{background-color:#1d1f26}.Kalend__Dropdown__wrapper{position:relative}.Kalend__Dropdown__backdrop{position:fixed;top:0;left:0;z-index:10;width:100vw;height:100vh;overflow:hidden}.Kalend__Dropdown__container{position:absolute;display:flex;flex-direction:column;height:auto;padding:16px;z-index:20;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);border-radius:8px}.Kalend__Dropdown__container-content{display:flex;flex-direction:column;height:100%;width:100%}
/*# sourceMappingURL=main.19ee9a44.chunk.css.map */