@charset "UTF-8";:root{min-width:350px;font-family:Poppins,sans-serif;line-height:1.5;font-weight:400;font-size:62.5%;scroll-behavior:smooth;color:#000;caret-color:#2b6bec;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;touch-action:manipulation!important}html,body{width:100%;height:100%;font-size:1.6rem}body{background-image:radial-gradient(circle farthest-corner at 22.4% 21.7%,rgb(4,189,228) 0%,rgb(2,83,185) 100.2%)}body.lock{overflow:hidden}#root{height:100%}.loader{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.loader:before{content:"";width:2.8rem;height:2.8rem;border:.3rem solid currentColor;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}.shimmerLoader{overflow:hidden}.shimmerLoader:before{content:"";position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;animation:shimmer 2s infinite linear;background:linear-gradient(to right,#eff1f3 4%,#e2e2e2 25%,#eff1f3 36%);background-size:1000px 100%}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}*{-webkit-tap-highlight-color:transparent}ol,ul,menu{list-style:none}img{max-inline-size:100%;max-block-size:100%;height:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto;user-select:auto;font-size:inherit;outline:none}textarea{white-space:revert;border:none;resize:none}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:#9b9b9b}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;line-break:after-white-space;-webkit-user-select:auto;user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}i{display:inline-flex}button{background-color:transparent;border:none}a{text-decoration:none;color:inherit}button,a,input[type=submit],input[type=button]{cursor:pointer}button,a,input{outline:none}input,button,select,optgroup,textarea{font-family:inherit;font-size:inherit;line-height:inherit}input[type=text]{border:none}a{color:#000}[hidden]{display:none!important}label{display:block}.root-container{width:100%;max-width:1536px;margin-inline:auto;padding:1rem}@media (min-width: 576px){.root-container{padding:2rem}}.main{width:100%;max-width:576px;margin-inline:auto}.main__header{padding:1rem;border-radius:.8rem;background-color:#ffffff80}.main__body{margin-top:1.5rem;padding:1rem;border-radius:.8rem;background-color:#ffffff80}@media (min-width: 576px){.main__body{margin-top:3rem}}.header{opacity:.7;width:100%;max-width:576px;margin-inline:auto;margin-bottom:1rem;font-size:2.5rem;text-transform:uppercase;color:#fff}.add-todo-bar{overflow:hidden;position:relative;display:flex;align-items:center;white-space:nowrap;width:100%;height:5rem;padding:.5rem 1rem;border-radius:.5rem;background-color:#fff}.add-todo-bar__input{width:100%;height:100%;margin-right:1rem;font-size:1.8rem}.todos-container{position:relative;margin-top:1.5rem;border-radius:.5rem;background-color:#fff}.todos-container .loader__dropmask__dots{display:none}.search-todo-bar{overflow:hidden;position:relative;display:flex;align-items:center;white-space:nowrap;width:100%;height:5rem;padding:.5rem 1rem;border-radius:.5rem;background-color:#fff}.search-todo-bar__input{width:100%;height:100%;margin-right:1rem;font-size:1.8rem}.todo-list-status{display:flex;flex-direction:column-reverse;align-items:center;gap:.5rem;padding:1rem;border-bottom:.1rem solid #dddddd}@media (min-width: 576px){.todo-list-status{flex-direction:row;justify-content:space-between;gap:unset}}.todo-list-status__todos-count{position:relative;font-size:1.2rem}@media (min-width: 576px){.todo-list-status__todos-count{margin-right:auto}}.todo-list-status__todos-count p{display:inline}.todo-list-status__todos-count:first-child{margin-bottom:.2rem}.todo-list-container{position:relative;overflow-y:scroll;height:25rem}.todo-list-container .todo-list__item{position:relative;display:flex;align-items:center;height:6rem}.todo-list-container .todo-list__item.highlight{animation:target-fade 5s 1 forwards;background:#c1eec2}@keyframes target-fade{0%{background-color:#c1eec2}to{background-color:transparent}}.todo-list-container .todo-list__item.completed{background:#c1eec2}.todo-list-container .todo-list__item:not(:first-child){border-top:.1rem solid #dddddd}.todo-list-container .todo-list__item:last-child{border-bottom:.1rem solid #dddddd}.todo-list-container .todo-list__item__checkbox{-webkit-user-select:none;user-select:none;display:flex;align-items:center;height:100%;padding-inline:2rem;font-size:1.5rem;font-weight:300;border-right:.1rem solid #dddddd;cursor:pointer}.todo-list-container .todo-list__item__checkbox:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.todo-list-container .todo-list__item__checkbox .todo-list__item__input{opacity:0;visibility:hidden;position:absolute;width:0!important;height:0!important;cursor:pointer}.todo-list-container .todo-list__item__checkbox .todo-list__item__input:checked~.todo-list__item__checkbox__checkmark{background-color:#fff;border-color:#0fbf12}.todo-list-container .todo-list__item__checkbox .todo-list__item__input:checked~.todo-list__item__checkbox__checkmark:before{display:block}.todo-list-container .todo-list__item__checkbox .todo-list__item__checkbox__checkmark{position:relative;width:2rem;height:2rem;border:.1rem solid #dbdbdb;border-radius:.3rem}.todo-list-container .todo-list__item__checkbox .todo-list__item__checkbox__checkmark:before{content:"";position:absolute;display:none;left:.6rem;top:.1rem;width:.6rem;height:1.3rem;border:solid #0fbf12;border-width:0 .2rem .2rem 0;transform:rotate(45deg)}.todo-list-container .todo-list__item__body{display:flex;align-items:center;gap:.5rem;width:100%;height:100%;padding:.4rem 1rem}@media (min-width: 576px){.todo-list-container .todo-list__item__body{gap:unset;padding:.8rem 1.5rem}}.todo-list-container .todo-list__item__body .body__content{display:flex;flex-direction:column;justify-content:center;gap:.3rem;width:100%;height:100%}.todo-list-container .todo-list__item__body .body__content__title{font-size:1.4rem;display:-webkit-box;display:-moz-box;-webkit-box-orient:vertical;-moz-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;text-overflow:ellipsis}.todo-list-container .todo-list__item__body .body__content__time{font-size:1.2rem;color:#9b9b9b}.todo-list-container .todo-list__item__body .todo__buttons{display:flex;align-items:center;gap:.3rem}@media (min-width: 576px){.todo-list-container .todo-list__item__body .todo__buttons{gap:1.5rem}}.todo-list-container .todo-list__item__body .todo__buttons__btn{z-index:1;display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem}.modal{border:none}@media (min-width: 576px){.modal{margin-top:10%}}@media (min-width: 1536px){.modal{margin-top:auto}}.modal::backdrop{background:rgba(0,0,0,.5)}.modal .modal__header{position:sticky;top:0;z-index:2;margin-bottom:1.5rem}.modal .modal__header__actions{display:flex;justify-content:flex-end}.modal .modal__header .header__actions__close__btn{display:flex;align-items:center;justify-content:center;padding:.8rem;border-radius:1.2rem;border:.1rem solid #f0eef2;background-color:#fff}.modal--std{width:95%;margin-bottom:0;height:75%;border-top-left-radius:.8rem;border-top-right-radius:.8rem}@media (min-width: 576px){.modal--std{width:80%;max-width:60rem;height:40rem;margin-bottom:auto;border-bottom-left-radius:.8rem;border-bottom-right-radius:.8rem}}.modal--confirm{width:30rem;border-radius:.8rem}.modal--confirm__title{margin-bottom:2rem;font-size:1.8rem}.modal--confirm__btn__group{display:flex;align-items:center;justify-content:flex-end;gap:2rem}.modal--edit-todo .modal__body{display:flex;flex-direction:column;gap:1.5rem}.modal--edit-todo .edit-todo__label{display:flex}.modal--edit-todo .edit-todo__label__title,.modal--edit-todo .edit-todo__label__desc{width:100%;padding:1.3rem;border-radius:.8rem;background-color:#f0eef2}.modal--edit-todo .edit-todo__label__title{height:5rem}.modal--edit-todo .edit-todo__label__desc{height:15rem}.modal--edit-todo .edit-todo__bottom{display:flex;flex-direction:column;gap:2rem}@media (min-width: 576px){.modal--edit-todo .edit-todo__bottom{flex-direction:row;justify-content:space-between;gap:unset}}.modal--edit-todo .edit-todo__bottom .edit-todo__date-container{display:flex;flex-direction:column}.modal--edit-todo .edit-todo__bottom .edit-todo__date-container .edit-todo__date{font-size:1.2rem;color:#9b9b9b}@media (min-width: 576px){.modal--edit-todo .edit-todo__bottom .edit-todo__save__btn{width:max-content;height:max-content;margin-left:auto}}.btn{min-width:7.5rem;flex:0 0 auto;padding:.7rem;border-radius:.5rem;text-transform:uppercase;border:.1rem solid #2b6bec;background-color:#2b6bec;color:#fff}.btn--outline{background:#ffffff;color:#2b6bec}.btn--outline:hover{background:#2b6bec;color:#fff}.btn-soft{padding:.5rem .8rem;font-size:1.2rem;text-transform:uppercase;border-radius:.5rem}.btn-soft:hover,.btn-soft.active{background-color:#2b6bec33;color:#2b6bec}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
