*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box;font-family:Roboto Condensed;margin:0;padding:0;-webkit-user-select:none;user-select:none}* :disabled{color:#000}input,textarea{-webkit-user-select:text;user-select:text}textarea{height:28px;resize:none;width:100%}input[type=text]{margin-left:auto;min-width:50px}input[type=checkbox]{margin-right:5px;min-height:20px;min-width:20px}select{border-radius:4px}button{all:unset;background:#000;border-radius:8px;color:#fff;font-family:Arial;height:50px;margin:7px;padding:5px 15px}button:hover{background:pink;border:1px solid #000;bottom:2px;box-shadow:4px 5px 0 0 #000;position:relative;right:2px;transition:.3s ease}.InputsAndColors,.Menu__top,.Task{margin:0 auto;max-width:750px}.Text{font-family:Sono;font-size:18px!important;font-weight:700;white-space:nowrap}.Input,.Text{font-style:italic}.Input{background:transparent;border:none;border-bottom:1px solid #000;font-weight:300;margin-top:5px}.Input_color{height:40px;margin-top:5px;width:80px}.DayItem{background:hsla(0,0%,89%,.5);border:1px solid gray;display:flex;flex-wrap:wrap;overflow:hidden;padding-left:25px!important;padding:8px}.DayItem input[type=text]{width:100%}.DayItem__wrap{position:relative}.DayItem__wrap img{left:8px;position:absolute;top:12px}.Day{display:inline-block;overflow:auto;position:relative;text-align:center}.Day,.Day__top{outline:auto #000}.Day__top{-webkit-text-stroke:.1px #000;display:flex;justify-content:space-between;padding:2px 4px}.Day__options{background:#fff;border-bottom:2px solid #bff2ff;border-top:2px solid #bff2ff;left:0;min-height:100%;padding:20px 5px 0;position:absolute;top:0;width:100%}.Day__options .InputsAndColors{max-width:290px}.Day__options input{width:50%}.Day__title{white-space:nowrap}.days{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.Menu{text-align:center}.Menu__top{margin-top:50px}.Menu__block{font-family:Sono;outline:auto #000;padding:10px;text-align:center;width:100%}.Menu__block:hover{background:pink}.Menu .InputsAndColors{max-width:350px;padding:0 15px}.OnOff{border:2px solid gray;border-radius:20px;height:29px;position:relative;width:60px}.OnOff:hover{border:2px solid #000}.OnOff span{border-radius:50%;display:inline-block;height:25px;position:absolute;width:25px}.OnOff__text{font-family:Arial}.buttons__delete{align-items:center;border-radius:20px;display:inline-flex;justify-content:center;margin-top:15px;padding:15px}.rhr{border-top:3px dashed tomato;width:750px}.Block{align-items:center;border:1px solid #000;border-radius:4px;display:flex;justify-content:center;max-width:-webkit-max-content;max-width:max-content;min-width:60px;padding:2px;white-space:nowrap}.SubTask{align-items:flex-end!important;margin-left:15px;overflow:scroll;padding:10px}.SubTask img{align-self:center}.SubTask img:nth-child(2){margin-right:5px}.delST{align-self:center;height:15px!important}.delT{height:20px!important;margin:3px 10px 5px 0}.addSmall{border-radius:4px;margin-bottom:30px;margin-top:15px;outline:1px solid #000;padding:6px}.addBig{border-radius:20px;margin-top:15px;outline:1px dashed #000;padding:4px 20px}.tasks{margin:0 7px;text-align:center}.Task{border-radius:20px;outline:1px dashed #000;padding-top:5px}.Task__title{font-weight:700;margin-bottom:5px;margin-left:15px!important;width:calc(100% - 45px)!important}.Modes{min-width:160px;white-space:nowrap}.chosen{background:pink}.Toggler__title{align-items:center;display:flex;font-family:Sono;justify-content:center;margin:15px 0}.Toggler__title img{width:28px}.widthHeight{align-items:center;display:inline-flex;justify-content:center;margin-bottom:15px;margin-top:30px;outline:auto;padding:15px 15px 15px 0}.burger-icon{cursor:pointer;display:inline-block;height:30px;position:absolute;right:8px;top:8px;transition:.1s;width:30px}.burger-icon span{background-color:#000;border-radius:50%;display:block;height:5px;position:absolute;width:5px}.burger-icon:hover span{-webkit-transform:scale(1.2);transform:scale(1.2);transition:.35s cubic-bezier(.8,.5,.2,1.4)}.burger-icon span:first-child{left:0;top:0}.burger-icon span:nth-child(2){left:12px;top:0}.burger-icon span:nth-child(3){right:0;top:0}.burger-icon span:nth-child(4){left:0;top:12px}.burger-icon span:nth-child(5){left:12px;position:absolute;top:12px}.burger-icon span:nth-child(6){right:0;top:12px}.burger-icon span:nth-child(7){bottom:0;left:0}.burger-icon span:nth-child(8){bottom:0;left:12px;position:absolute}.burger-icon span:nth-child(9){bottom:0;right:0}.burger-icon.open{cursor:pointer;-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:.2s cubic-bezier(.8,.5,.2,1.4)}.burger-icon.open span{border-radius:50%;transition-delay:.2s;transition:.5s cubic-bezier(.8,.5,.2,1.4)}.burger-icon.open span:nth-child(2){left:6px;top:6px}.burger-icon.open span:nth-child(4){left:6px;top:18px}.burger-icon.open span:nth-child(6){right:6px;top:6px}.burger-icon.open span:nth-child(8){bottom:6px;left:18px}body::-webkit-scrollbar{height:10px;width:0}textarea::-webkit-scrollbar{height:10px;width:5px}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-thumb{background:#bff2ff;border-radius:20px}::-webkit-scrollbar-track{background:#fff;border-radius:20px}.Block,.Day,.Menu__block,.OnOff,[type=color],button,img,select{cursor:pointer}img:hover{-webkit-animation:hoverAnim .8s infinite;animation:hoverAnim .8s infinite}@-webkit-keyframes hoverAnim{0%,to{-webkit-transform:scale(1);transform:scale(1)}70%{-webkit-transform:scale(1.3);transform:scale(1.3)}}@keyframes hoverAnim{0%,to{-webkit-transform:scale(1);transform:scale(1)}70%{-webkit-transform:scale(1.3);transform:scale(1.3)}}.scroll{bottom:20px;position:fixed;right:20px;width:40px}.fcc{align-items:center;display:flex;justify-content:center}.fww{flex-wrap:wrap}.fdc{flex-direction:column}.m0{margin:0}.mt{margin-top:15px}.mt2{margin-top:30px}.mr{margin-right:15px}.mb{margin-bottom:15px}.ml{margin-left:15px}.zi2{z-index:2}.zi3{z-index:3}.c{left:50%;position:relative;-webkit-transform:translate(-50%);transform:translate(-50%)}.f{display:flex}.br{border:2px solid red}.opLow{opacity:.1!important}.opHigh{opacity:1}@media(max-width:700px){*{font-size:3vh}.Task__title,.Toggler__title{font-size:3.5vh}.Toggler__title:nth-child(2){font-size:3.85vh}.buttons__delete{flex-direction:column}}@media(min-width:701px){*{font-size:2.5vh}.Task__title,.Toggler__title{font-size:3vh}.Toggler__title:nth-child(2){font-size:3.3vh}}
/*# sourceMappingURL=main.87d5f46a.css.map*/