:root{--tefal-primary:#ee2f42;--tefal-secondary:#fff}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.HomePage_container__k8I8U{background-position:bottom;background-size:cover;min-height:100vh}.HomePage_bar__QYisB{background-color:var(--tefal-primary);height:50px;margin-bottom:80px;width:100%}.HomePage_content__QxS6w{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 50px);text-align:center}.HomePage_logo__JQieK{margin-bottom:50px;max-width:300px;width:80%}.HomePage_dotted-line__HHNC9{margin-bottom:50px;max-width:600px;width:80%}.HomePage_power__GSj4-{background-color:var(--tefal-secondary);border:1px solid var(--tefal-primary);border-radius:20px;cursor:pointer;margin:0 auto 50px;max-width:150px;padding:15px 25px;position:relative;width:80%}.HomePage_power__GSj4- .HomePage_disable__MQger{background-color:grey;border-radius:20px;height:100%;left:0;opacity:.5;position:absolute;top:0;width:100%;z-index:2}.HomePage_power__GSj4- img{max-width:75px}.HomePage_line__IrHPC{background-color:var(--tefal-primary);height:1px;margin:0 auto 50px;width:50%}.HomePage_time__7MsDm{margin:0 auto;max-width:90%}.HomePage_from-time__8B9Sn,.HomePage_to-time__vmKYF{align-items:center;backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px);background:var(--tefal-primary);border-radius:20px;display:flex;justify-content:space-between;margin-bottom:20px;padding:10px 30px}.HomePage_from-time__8B9Sn div,.HomePage_to-time__vmKYF div{align-items:center;display:flex}.HomePage_from-time__8B9Sn div img,.HomePage_to-time__vmKYF div img{margin-right:10px}.HomePage_from-time__8B9Sn div p,.HomePage_to-time__vmKYF div p{color:var(--tefal-secondary);font-size:18px}.HomePage_from-time__8B9Sn input,.HomePage_to-time__vmKYF input{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:none;color:var(--tefal-secondary);font-family:inherit;font-size:18px}.HomePage_from-time__8B9Sn input:focus,.HomePage_to-time__vmKYF input:focus{outline:none}.HomePage_from-time__8B9Sn input::-webkit-calendar-picker-indicator,.HomePage_to-time__vmKYF input::-webkit-calendar-picker-indicator{-webkit-appearance:none;background:none;display:none}.HomePage_btn__U7-M8{align-items:center;background-color:var(--tefal-primary);border-radius:50px;color:var(--tefal-secondary);cursor:pointer;display:flex;justify-content:center;margin:0 auto 50px;padding:15px 70px;text-align:center;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.HomePage_btn__U7-M8 p{margin:0}.HomePage_btn__U7-M8 img{margin-right:10px}.HomePage_day-selector__VmGL9{color:var(--tefal-primary);margin-bottom:50px}.HomePage_day-selector__VmGL9 .HomePage_days__GZy6N{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.HomePage_day-selector__VmGL9 .HomePage_days__GZy6N div{align-items:center;border:1px solid var(--tefal-primary);border-radius:50%;cursor:pointer;display:flex;flex:0 0 20px;height:20px;justify-content:center;margin:0 10px 10px;padding:10px;width:20px}.HomePage_day-selector__VmGL9 .HomePage_days__GZy6N div.HomePage_selected__zXWNo{background-color:var(--tefal-primary);color:var(--tefal-secondary)}.HomePage_loading-status__hbLNw{align-items:center;display:flex;justify-content:center;margin-bottom:50px;min-height:50px}.HomePage_error__3tl6k{color:var(--tefal-primary);font-weight:700}.HomePage_view-hide-tasks__y\+BDy{background-color:var(--tefal-primary);border:none;border-radius:10px;color:var(--tefal-secondary);cursor:pointer;font-weight:700;padding:10px 20px;position:fixed;right:20px;top:70px}.CircularSpinner_loader__\+9Oqj{animation:CircularSpinner_rotation__eOWWW 1s linear infinite;border:5px solid var(--tefal-primary);border-bottom:5px solid #0000;border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;width:48px}@keyframes CircularSpinner_rotation__eOWWW{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ScheduleList_card__iWdNc{align-items:center;backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px);background:var(--tefal-primary);border-radius:20px;color:var(--tefal-secondary);display:flex;font-size:1.2rem;justify-content:space-between;margin-bottom:10px;padding:10px 20px;text-align:start}.ScheduleList_card__iWdNc h4{margin-bottom:2px;margin-top:0}.ScheduleList_card__iWdNc .ScheduleList_days__kZB5W span{font-size:1rem}.ScheduleList_switch__wHxt4{display:inline-block;height:34px;position:relative;width:60px}.ScheduleList_switch__wHxt4 input{height:0;opacity:0;width:0}.ScheduleList_slider__AAs-V{background-color:var(--tefal-secondary);bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.ScheduleList_slider__AAs-V:before{background-color:var(--tefal-primary);bottom:4px;content:"";height:26px;left:4px;position:absolute;transition:.4s;width:26px}input:checked+.ScheduleList_slider__AAs-V{background-color:var(--tefal-secondary)}input:focus+.ScheduleList_slider__AAs-V{box-shadow:0 0 1px var(--tefal-primary)}input:checked+.ScheduleList_slider__AAs-V:before{transform:translateX(26px)}.ScheduleList_slider__AAs-V.ScheduleList_round__VhrVs{border-radius:34px}.ScheduleList_slider__AAs-V.ScheduleList_round__VhrVs:before{border-radius:50%}.ScheduleList_delete-btn__FC5ry{background-color:var(--tefal-secondary);border:none;border-radius:10px;cursor:pointer;margin-left:10px;padding:10px 20px;text-transform:uppercase}.ScheduleList_delete-btn__FC5ry,.ScheduleList_error__fWU8F{color:var(--tefal-primary);font-weight:700}@media(max-width:460px){.ScheduleList_card__iWdNc{display:block;text-align:center}.ScheduleList_card__iWdNc .ScheduleList_info__25YpL{margin-bottom:20px}}
/*# sourceMappingURL=main.9cb84520.css.map*/