@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap);root{--timercircle-dark-box-shadow-color:hsla(0,0%,100%,0.2)}[data-theme=light],root{--text:#1d976c;--box-shadow-color:rgba(72,241,51,0.0470588);--timer-background-color:#fff;--button-background-color:#fff;--button-color:#1d976c;--background-gradient-stop-1:#1d976c;--background-gradient-stop-2:#93f9b9}[data-theme=dark]{--background-gradient-stop-1:#232526;--background-gradient-stop-2:#414345;--timer-background-color:#414345;--button-background-color:#414345;--button-color:#fff;--text:#fff;--box-shadow-color:rgba(123,117,117,0.0901961);--timercircle-dark-box-shadow-color:hsla(0,0%,100%,0.2)}body{margin:0;padding:0;font-family:"Quicksand",sans-serif;background:linear-gradient(90deg,var(--background-gradient-stop-1),var(--background-gradient-stop-2));min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}button{-webkit-appearance:none;appearance:none;box-shadow:none;background:transparent;border:0;outline:0;padding:.8em .9em;margin:.5em;border-radius:50%;background-color:var(--button-background-color);color:var(--button-color);box-shadow:0 2.8px 2.2px var(--box-shadow-color),0 6.7px 5.3px var(--box-shadow-color),0 12.5px 10px var(--box-shadow-color),0 22.3px 17.9px var(--box-shadow-color),-2px 17px 33.4px var(--box-shadow-color),1px 7px 20px 2px var(--box-shadow-color);transition:all .1s ease-in-out}button:hover{cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}button:disabled{opacity:.6;pointer-events:none;box-shadow:none}button:disabled svg{color:grey}button svg{pointer-events:none}.timer{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 .9em;background-color:var(--timer-background-color);color:var(--text);padding:0 2.5em 2em;border-radius:50px;box-shadow:0 2.8px 2.2px rgba(0,0,0,.034),0 6.7px 5.3px rgba(0,0,0,.048),0 12.5px 10px rgba(0,0,0,.06),0 22.3px 17.9px rgba(0,0,0,.072),-2px 17px 33.4px rgba(0,0,0,.086),1px 7px 20px 2px rgba(0,0,0,.12)}.timer__label{z-index:3;font-weight:500;font-size:20px;margin-bottom:15px}.timer__label,.timer__time{color:#fff;line-height:1;position:relative}.timer__time{margin:0;font-size:50px;font-weight:400;z-index:1}.timer__time:after{content:"";background:linear-gradient(90deg,#ede574,#e1f5c4);width:180px;height:180px;border-radius:50%;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1}.timer__controllers{display:flex;align-items:center;justify-content:space-between;grid-gap:1em;gap:1em}.timer__label2{display:flex;align-items:center;width:100%}.timer__maintitle{margin-top:.5em;margin-bottom:.7em}.nav-container div.nav-button:hover,div.select-task:hover{background-color:#2a6e51!important}.nav-button{padding:.5em .7em;background-color:#4aa37d;border-radius:10px;cursor:pointer}.select-task{background-color:#1d976c;cursor:pointer}.select-task,.select-task-disabled{padding:.5em 1em;margin-bottom:1em;color:#fff;border-radius:18px}.select-task-disabled{background-color:grey;cursor:not-allowed}.selected-task{text-decoration:underline;cursor:pointer}.selected-task,.updateTask{padding:.5em;color:#13ad6d;font-weight:600;text-align:center}.updateTask{margin:0 0 15px}.treeAva{padding:.5em}.proButton{text-decoration:underline;cursor:pointer}[data-theme=dark] .timer__time:after{box-shadow:-1px 1px 24px 2px var(--timercircle-dark-box-shadow-color)}[data-theme=dark] .nav-container div.nav-button:hover{background-color:#222!important}[data-theme=dark] .nav-button{background-color:#47474d}[data-theme=dark] div.select-task:hover{background-color:#222!important}[data-theme=dark] .select-task{background-color:#47474d}[data-theme=dark] .selected-task{color:#47474d}.header{padding:0 1em}@media screen and (max-width:450px){.timer{width:auto;margin:0 .9em;padding:.5em 1.5em}}@media screen and (max-width:321px){.timer__controllers{grid-gap:0;gap:0}}.break{flex-direction:column}.break,.break__controls{display:flex;align-items:center}.break__controls{justify-content:space-between;text-align:center}.break__length{font-size:26px;line-height:1;font-weight:400;padding:0 .4em;min-width:27px}.break__label{font-weight:600}.session{flex-direction:column}.session,.session__controls{display:flex;align-items:center}.session__controls{justify-content:space-between;text-align:center}.session__length{font-size:26px;line-height:1;font-weight:400;padding:0 .4em;min-width:27px}.session__label{font-weight:600}.controls__wrp{display:flex;justify-content:space-between;align-items:center;margin-top:-3em;z-index:3}.controls__wrp button{padding:1.5em 1.6em}.controls__wrp button svg{font-size:1.2em}.theme-toggler{position:relative;display:inline-block;width:40px;height:24px;border:4px solid #fff;border-radius:34px}.theme-toggler input{opacity:0;width:0;height:0}.theme-toggler input:checked+.theme-toggler__slider{background-color:var(--background-gradient-stop-2)}.theme-toggler input:checked+.theme-toggler__slider:before{-webkit-transform:translateX(17px);transform:translateX(17px)}.theme-toggler input:focus+.theme-toggler__slider{box-shadow:0 0 1px var(--background-gradient-stop-2)}.theme-toggler__slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:var(--background-gradient-stop-2);transition:.4s}.theme-toggler__slider:before{position:absolute;content:"";height:15px;width:15px;left:4px;bottom:4px;background-color:#fff;transition:.4s}.theme-toggler__slider.round{border-radius:34px}.theme-toggler__slider.round:before{border-radius:50%}.modal-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background-color:rgba(0,0,0,.75);display:flex;color:#222}.modal{margin:auto;width:90%;max-width:430px;background-color:#fff;border-radius:1.5rem}.modal-content{padding:.5rem 1.5rem 1.5rem}.modal-header{padding:1rem 1.5rem 0;display:flex;justify-content:space-between;align-items:center}.modal-close{cursor:pointer}.info-container{display:flex;justify-content:space-between;padding:0 1em 1.2em;grid-gap:.5em;gap:.5em}.info-co2,.info-temperature{display:flex;flex:1 1;flex-direction:column;text-align:center;padding:.5em 1em;border-radius:1em;cursor:pointer;background-color:rgba(0,0,0,.2)}.info-container div.info-temperature:hover{background-color:#2a6e51!important}[data-theme=dark] .info-container div.info-temperature:hover{background-color:#222!important}[data-theme=dark] .info-temperature{background-color:#47474d}.credits__block{margin:20px auto 0;padding:0;text-align:center}.credits__link{color:#fff;font-weight:700}.credit-pro{cursor:pointer}.credit-pro,[data-theme=dark] .credit-pro{text-decoration:underline;color:#fff}
/*# sourceMappingURL=main.c2792373.chunk.css.map */