@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap";@import"https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap";.profile-container{position:relative}section.profile{animation:show .2s ease-in-out forwards;opacity:0;border-radius:1rem;position:absolute;z-index:1003;top:calc(100% + 10px);right:50%;background:#263238;min-width:min(600px,90vw);color:#fff;letter-spacing:normal}section.profile .wrapper{width:100%;display:flex;align-items:stretch;justify-content:stretch;flex-direction:column;gap:.2rem;padding:.7rem}section.profile .profile-body{border-radius:0 0 1rem 1rem;background:#192229;padding:1rem 2rem}section.profile .p-btn{background:none;border:none;color:inherit;font-weight:500;font-size:1rem;display:flex;align-items:center;justify-content:start;gap:1rem;width:100%;transition:opacity .3s}section.profile .p-btn:hover{opacity:.5}section.profile .profile-footer{border-top:1px solid rgb(125,125,125);display:flex;align-items:center;justify-content:start;padding:1rem 2rem}section.profile .profile-head{display:flex;align-items:start;justify-content:stretch;background:#192229;border-radius:1rem 1rem 0 0;flex-direction:column;padding:1rem 2rem;width:100%}section.profile .profile-head a{width:90%;padding:.3rem 1rem}section.profile .profile-head a .link{font-size:.7rem}section.profile .profile-head a{align-self:flex-end}section.profile .profile-credentiels{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:.2rem}section.profile .profile-credentiels .user-name{font-weight:600;text-transform:capitalize}section.profile .profile-credentiels .user-email{font-size:13px;word-break:break-all;color:#00ffa6}section.profile .profile-infos{display:flex;align-items:center;justify-content:start;gap:1rem;font-size:1rem;width:100%}section.profile .profile-infos .profile-img{isolation:isolate;width:70px;aspect-ratio:1;background:#00cb6a;border-radius:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}section.profile .profile-infos .profile-img img{width:100%}section.profile .profile-infos .profile-img{position:relative}section.profile .profile-infos .profile-img span{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;z-index:-1}.profileButton{display:flex;align-items:center;justify-content:center;max-width:2rem;width:2rem;aspect-ratio:1;cursor:pointer;border-radius:100%;color:#fff;font-weight:700;transition:opacity .25s;overflow:hidden}.profileButton img{width:100%}.profileButton:hover{opacity:.7}@media screen and (max-width: 768px){section.profile{font-size:10px}}@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-container{position:fixed;inset:0;background:rgba(56,54,54,.5647058824);z-index:1001;display:grid;place-content:center}.loading-spinner{width:100px;height:100px;border:10px solid #f3f3f3;border-top:10px solid #00cb6a;border-radius:50%;animation:spinner .8s ease-in-out infinite}: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)}}.app-loader-container{background:#00cb6a;display:flex;align-items:center;justify-content:center;height:100vh;color:#fff;font-family:Luckiest Guy;font-size:4rem;letter-spacing:.3rem}.app-loader-container span{animation:fade 1s linear alternate infinite}@keyframes fade{0%{opacity:.5}to{opacity:1}}.logo{font-family:Luckiest Guy;width:fit-content;position:relative;font-size:2rem}.logo>a{text-decoration:none;font-weight:200;color:#00cb6a}.model-wrapper{position:fixed;width:100%;height:100%;z-index:10;background:rgba(0,0,0,.6);backdrop-filter:blur(50px);display:flex;align-items:center;justify-content:center}.model-wrapper .close-icon{color:#fff;position:absolute;top:0;right:0;margin:1rem;font-size:2rem}nav{display:flex;align-items:center;justify-content:space-between;gap:1rem}nav div{display:flex;align-items:center;justify-content:center;gap:1rem}.link{display:flex;justify-content:center;color:#00cb6a;font-weight:600;font-size:1rem;letter-spacing:.01rem;transition:all .15s;border:none;text-transform:capitalize;background:transparent;text-decoration:none}:has(.link){text-decoration:none}.link>*{color:#00cb6a;text-decoration:none}.link.button{background:#00cb6a;color:#fff;padding:.7rem 1rem;width:100%;border:1px solid #00cb6a;border-radius:1.5rem}.link.button>*{color:#fff}.link.button:hover>*{color:#00cb6a}.link:hover>*{color:#101010}.link.button:hover{color:#00cb6a;background:transparent}footer{background:#1d2a24;color:#fff;padding:.3rem 1rem;text-transform:capitalize;z-index:101;position:relative;display:flex;align-items:center;justify-content:space-between}footer>.footer-logo{display:flex;align-items:center;justify-content:start;gap:1rem}footer>.footer-logo+*{display:flex;align-items:center;justify-content:center;gap:1rem;color:#00cb6a;text-decoration:none}footer a{color:inherit}footer a:hover{color:#65ffb5}@media screen and (max-width: 768px){footer{flex-direction:column-reverse;gap:1rem;padding:1rem}}[data-speciallink]{width:100%;color:#101010;font-weight:300;font-size:.8rem}[data-speciallink]:hover{color:#767676}*::-webkit-scrollbar{width:4px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#00cb6a;border-radius:0;border:0px solid #ecfff0}.task-wrapper *::-webkit-scrollbar{width:2px}.task-wrapper *::-webkit-scrollbar-thumb{background:white!important}.task-wrapper .task-content-wrapper{padding:.3rem}header{position:relative;padding:1rem;gap:1rem;isolation:isolate}header:before{content:"";position:absolute;inset:-1rem;z-index:-1;background:linear-gradient(90deg,#f5fff7 30%,transparent);opacity:.7}header .header-image{position:absolute;object-fit:cover;bottom:0;right:0;transform:translateY(3%);z-index:-2}header .hero{height:100%;width:fit-content;display:flex;align-items:start;justify-content:flex-end;flex-direction:column;gap:1rem}header .hero p{font-size:clamp(3rem,.1rem + 3vw,5rem);line-height:1;letter-spacing:.3rem;font-family:Luckiest Guy;color:#00cb6a}header .hero .sub{font-size:2rem}header .hero .cta{margin-bottom:5rem;margin-top:2rem;width:100%}header .hero .cta>*{width:100%}.description{background:url(/assets/home-section2.274a640b.svg) no-repeat;padding:1rem;background-size:cover;display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:1rem}.description img{height:80%}.description p{text-decoration:underline;text-decoration-color:#52a47b;text-decoration-thickness:4px;text-transform:capitalize;line-height:1.5;color:#101010;font-size:1.8rem;font-weight:600}@media screen and (max-width: 1000px){.description img{display:none}header img.header-image{display:none}header .hero{width:100%;text-align:center;display:grid;place-content:center}}.auth-page{background-image:url(/assets/authpagebackground.c456c481.svg);background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;padding:1rem}.form-container{display:flex;align-items:start;justify-content:center;width:100%}.form-container>.form-item{display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.5843137255);border:2px solid #b8b8b8;flex-direction:column;gap:1rem;padding:1rem .3rem}.form-container>.form-item button{background:none;border:none;transition:all .25s;filter:brightness(1.5) saturate(2)}.form-container>.form-item button:nth-child(2):hover{filter:hue-rotate(220deg) brightness(1.2);scale:1.05}.form-container>.form-item button:hover{filter:hue-rotate(100deg);scale:1.05}.form{display:flex;align-items:stretch;justify-content:space-evenly;background:rgba(255,255,255,.5843137255);border:2px solid #b8b8b8;aspect-ratio:8/7;padding:1rem;flex-direction:column;width:min(100%,600px);gap:1rem}.form h1{font-family:Luckiest Guy;color:#00cb6a;font-size:clamp(1rem,.1rem + 3vw,2.5rem);text-align:center;line-height:.7;font-weight:200}.form h1 span{font-weight:200;font-size:clamp(.7rem,.1rem + 3vw,1.3rem)}.form .form-group{width:100%}.form .form-item{display:flex;align-items:stretch;justify-content:center;gap:1rem;flex-direction:column}.form .submit-section{margin-top:1.5rem;display:flex;flex-direction:column;gap:.8rem}.form .submit-section a{font-size:.8rem}.external-auth{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.special-btn{background:white;border:none;border:1px solid black;border-radius:3rem;display:flex;align-items:center;justify-content:center;text-transform:capitalize;gap:1rem;padding:.8rem 1rem;width:fit-content;font-weight:700}.special-btn .button{display:flex;align-items:center;justify-content:center;font-size:2rem}.special-btn{transition:opacity .25s}.special-btn:hover{opacity:.5}.special-btn.google svg{width:35px}.forgot-pass{color:#0051ff;font-size:.7rem;text-decoration:underline}.tasks-page{background:url(/assets/tasks-page-background.f6476e62.svg);min-height:100vh;width:100%;display:flex;align-items:stretch}.tasks-page nav{padding:.5em 1em}.tasks-page .side-nav{position:fixed;top:0;transition:min-width .3s,max-width .3s}.tasks-page .side-nav.nav-closed{min-width:3rem;max-width:3rem}.tasks-page .side-nav{font-size:14px;background:white;max-width:50%;min-width:280px;min-height:100vh;box-shadow:0 0 5px 2px #00000026;display:flex;align-items:start;justify-content:start;flex-direction:column;overflow:scroll;padding:1em;gap:1em;z-index:100}.tasks-page .side-nav .head-section>div>svg{transition:all .25s;padding:.01em;border-radius:.1em;font-size:2em}.tasks-page .side-nav .head-section>div>svg:hover{background:rgba(153,153,153,.2509803922)}.tasks-page .side-nav-item{display:flex;align-items:center;justify-content:start;gap:1em;width:100%}.tasks-page .drop-down{display:flex;align-items:start;justify-content:start;width:100%;flex-direction:column;gap:.5em;overflow:hidden}.tasks-page .drop-down-head{display:flex;align-items:center;justify-content:start;font-size:1.2em;font-weight:700;gap:.6em}.tasks-page .drop-down-body{display:flex;align-items:stretch;justify-content:start;max-height:40vh;overflow:scroll;flex-direction:column;width:100%}.tasks-page .drop-down-body:hover>*{opacity:.2}.tasks-page .drop-down-body>div{display:flex;align-items:center;justify-content:space-between;padding:.3em 1.5em}.tasks-page .drop-down-body>div:nth-child(even){background:rgba(153,153,153,.0196078431)}.tasks-page .drop-down-body>div:hover{opacity:1}.tasks-page .drop-down-body>div{font-weight:600}.tasks-page .drop-down-body>div input{width:100%}.tasks-page .drop-down-body>div>.buttons{display:flex;align-items:center;justify-content:center;gap:.5em;font-size:1.3em}.tasks-page .drop-down-body>div>.buttons>div:is(:nth-child(2),:nth-child(3)):hover{color:#c70000}.tasks-page .drop-down-body>div>.buttons>div:hover{color:#00cb6a;transform:scale(1.1)}.tasks-page .drop-down-body>div>.buttons>div{transition:all .25s;padding:.1em}button,.button{cursor:pointer}.toggle-width{height:2rem}.todos-container{display:flex;align-items:stretch;justify-content:stretch;flex-shrink:1;gap:1rem;padding:1rem 1rem 1rem 4rem;flex-direction:column;width:100%}.todos-container section{width:100%}.todos-container .task-head-section{display:flex;align-items:center;justify-content:space-between;color:#00cb6a;text-align:center;font-weight:100;letter-spacing:3px}.todos-container .task-head-section h1{font-size:2rem;font-family:Luckiest Guy;display:flex;align-items:baseline;justify-content:center}.todos-container .task-head-section span.sub{font-size:1.2rem;margin-left:.5rem}.todos-container .task-filter-section{display:flex;align-items:stretch;justify-content:stretch;flex-direction:column}.todos-container .task-filter-section .filters{display:flex;align-items:center;justify-content:space-between;padding:.5rem 2rem;background:hsl(0,0%,90%);gap:1rem}.todos-container .task-filter-section .filters>div{width:100%;height:100%;display:flex;align-items:center;justify-content:end}.todos-container .task-filter-section .filters .filters-icons{display:flex;align-items:center;justify-content:flex-start;gap:1rem;font-size:1.5rem}.todos-container .task-filter-section .filters .add-todo-button{display:flex;align-items:center;justify-content:center;gap:.5rem;background:none}.todos-container .task-filter-section .filters .add-todo-button div.button{display:flex;align-items:center;justify-content:center}.todos-container .task-filter-section .filters .add-todo-button{font-size:clamp(.1rem,.1rem + 3vw,1rem);font-weight:600;outline:none;border:none;transition:all .3s}.todos-container .task-filter-section .filters .add-todo-button:hover{color:#08c}.todos-container .task-filter-section .filters .add-todo-button>*:not(span){font-size:1.3rem}.todos-container .task-filter-section input{padding:.7rem 1rem;width:100%;background:#1d2a24;color:#fff;font-size:1.1rem;border-radius:none;border:none;border:3px solid transparent;transition:border .3s;outline:none}.todos-container .task-filter-section input:hover,.todos-container .task-filter-section input:focus,.todos-container .task-filter-section input:active{border:3px solid #00cb6a}.todos-container .task-body-section{display:grid;gap:1rem}.todos-container .task-body-section.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.todos-container .task-body-section.grid .task-wrapper{height:320px}.task-wrapper{position:relative;--clr: $text-clr;color:var(--clr);border-radius:1rem;border:1px solid rgb(19,19,19)}.task-wrapper .check-mark{animation:disappear 1s ease forwards;animation-delay:1s;background:#00cb6a;backdrop-filter:brightness(.5);position:absolute;inset:0;z-index:2;pointer-events:none;display:flex;align-items:center;justify-content:center}.task-wrapper .check-mark img{width:80%;animation:appear 1s ease forwards}.task-wrapper label{position:relative}.task-wrapper label input{position:absolute;opacity:0;pointer-events:none;user-select:none}.task-wrapper #category{background:transparent;outline:none;border:none;font-weight:500;width:fit-content;font-size:1rem}.task-wrapper{display:flex;align-items:stretch;justify-content:stretch;gap:1rem;flex-direction:column;padding:.7rem 1rem;max-height:300px}.task-wrapper-section{display:flex;align-items:center;justify-content:space-between}.task-wrapper .head{font-size:large}.task-wrapper .head span{display:flex;align-items:center;justify-content:stretch;gap:.5rem}.task-wrapper .footer{flex-grow:1;display:flex;align-items:flex-end}.task-wrapper .footer .complete-check{appearance:none;width:1.5rem;aspect-ratio:1;outline:none;border:2px solid;background:rgb(195,195,195);display:flex;align-items:center;justify-content:center}.task-wrapper .footer .complete-check:before{font-size:1rem;content:"\2718";color:#fff}.task-wrapper .footer .complete-check:checked{background:#00cb6a}.task-wrapper .footer .complete-check:checked:before{content:"\2714"}.task-wrapper .footer div{display:flex;align-items:center;justify-content:stretch;gap:1rem;font-size:medium}.task-wrapper .content{overflow-y:scroll;height:100%}.task-wrapper .content div{height:100%;padding:.2rem}.icon{transition:color .25s}.icon:hover{box-shadow:0 0 1px 1px #000}.icon:hover.icon-delete{border:1px solid hsl(0,100%,39%);border-radius:.2rem}.icon:hover.icon-pin,.icon:hover.icon-eye{border:1px solid hsl(212,100%,49%);border-radius:.2rem}.icon:hover.icon-colorfill{border:1px solid hsl(272,100%,39%);border-radius:.2rem}.icon:hover.icon-bold{border:1px solid hsl(25,100%,50%);border-radius:.2rem}.icon:hover.icon-italic{border:1px solid hsl(48,100%,50%);border-radius:.2rem}.icon:hover.icon-underline{border:1px solid gold;border-radius:.2rem}.icon:hover.icon-strike{border:1px solid hsl(350,100%,40%);border-radius:.2rem}.task-content-wrapper{width:100%;height:100%;outline:none;background:transparent;border:none;resize:none;color:inherit;line-height:1.5}.filter-name{margin-bottom:.4rem}.save-actions{display:flex;align-items:stretch;justify-content:start;flex-direction:column;gap:1rem}.save-actions .alert{background:rgb(255,208,0)}.save-actions .actions{display:flex;align-items:center;justify-content:center;gap:1rem}.save-actions .button{width:min(300px,100%)}.confirm{display:flex;align-items:center;justify-content:center;padding:1rem;background:white;flex-direction:column;gap:1rem}.confirm .actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem;width:100%}@keyframes appear{0%{transform:scale(0)}50%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes disappear{0%{transform:scale(1)}to{width:1.5rem;height:1.5rem;transform:translate(1rem,-2.25rem);top:100%;left:0;opacity:0}}@media screen and (min-width: 1200px){.task-wrapper{height:320px}.task-wrapper:only-child{max-width:33%}}.profile-page{--cyan: #44b3d5;--teal: #53f1a5;width:100%;background:no-repeat center url(/assets/profile-page-bg.427070e8.svg);background-size:cover;padding:1rem}.profile-content{border-radius:1.5rem;padding:2rem;background:#263238;opacity:.8;color:#fff;margin-top:1rem}.profile-content .user-credentials{display:flex;align-items:center;justify-content:start;gap:1.5rem}.profile-content .user-credentials .user-image{border-radius:1.5rem;position:relative;overflow:hidden}.profile-content .user-credentials .user-image:hover .overlap{opacity:1;pointer-events:all}.profile-content .user-credentials .user-image .overlap{opacity:0;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:opacity .3s;position:absolute;z-index:4;background:linear-gradient(180deg,rgba(33,33,33,0) 0%,rgba(33,33,33,.22) .01%,rgba(33,33,33,.62) 42.71%,rgba(33,33,33,.8) 100%);inset:0}.profile-content .user-credentials .user-image .overlap #image{pointer-events:none;display:none}.profile-content .user-credentials .user-image img{border-radius:1.5rem;border:6px solid white;width:180px;object-fit:cover;aspect-ratio:1;z-index:3}.profile-content .user-credentials .user-name-email{display:flex;align-items:start;justify-content:start;gap:.5rem;flex-direction:column}.profile-content .user-credentials .user-name-email .user-email{color:var(--teal)}.profile-content .user-credentials .user-name-email h1{display:flex;align-items:center;justify-content:center;text-transform:capitalize;gap:.5rem}.profile-content .user-credentials .user-name-email h1 .button{display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:inherit}.profile-content .guides{margin-block:2rem;width:100%}.profile-content .guides h3{text-transform:capitalize}.profile-content .guides p{margin-block:.6rem;font-size:.9em;color:var(--cyan);font-weight:700}.profile-content .guides hr{background:white;margin-block:2rem}.credentials-edit .safe-credentials .intro h1{text-transform:capitalize}.credentials-edit .safe-credentials .intro p{opacity:.7}.btn-secondary{background:#ebebeb!important;color:#555!important;border-color:#555!important}.btn-secondary:hover{background:#cacaca!important}.security-icon{color:#ffe100}.security-icon.verified{color:var(--cyan)}.form-group{background:white;padding:1rem;margin-block:1.5rem;display:flex;align-items:stretch;justify-content:start;flex-direction:column;gap:1rem}.form-group .actions .button{width:min(300px,100%)}.form-group .actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem}.button.disabled{pointer-events:none;user-select:none;border-color:#fff!important;position:relative!important;z-index:3;overflow:hidden}.button.disabled:after{content:"";position:absolute!important;inset:0;width:100%;background:rgba(255,255,255,.5019607843);z-index:4}.button.disabled:hover{background:#00cb6a;color:#fff}.password-auth{display:flex;align-items:center;justify-content:center;padding:1rem;background:white;flex-direction:column;gap:1rem}.password-auth .input{background:white;width:100%}.password-auth .actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem;width:100%}.verifie{background:rgb(255,174,0)!important;border-color:transparent!important}.verifie:hover{color:#ffae00!important;border-color:currentColor!important;background:transparent!important}@media screen and (max-width: 768px){.profile-page{font-size:12px}.actions{flex-direction:column-reverse}.actions .button{width:100%!important}}.upload-image-btn{background:none;color:#fff;border:none;font-size:2.5rem}.user-email+span{font-size:.8em}.user-email+span .user-createdAt{color:#448fd5}:root{font-family:Maven Pro,helvetica,sans-serif}.fullHeight{height:100vh}::selection{background:#00cb6a;color:#fff}::-moz-selection{background:#00cb6a;color:#fff}img{user-select:none}*,*:after,*:before{box-sizing:border-box;margin:0}html,body{height:100%}main{min-height:100vh;overflow-x:hidden}body{background:#ecfff0}.not-found-page{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh}@media screen and (max-width: 768px){body{font-size:14px}}.scrollToTop{position:fixed;bottom:0;z-index:200;right:0;transform:translate(-50%,-50%);border:4px solid black;border-radius:50%;aspect-ratio:1;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center;background:#00cb6a;transition:opacity .25s}.scrollToTop .button{display:flex;align-items:center;justify-content:center}.scrollToTop:hover{opacity:.7}.palasteine{background:rgb(0,51,102);position:relative;display:flex;align-items:center;justify-content:center;gap:1rem;z-index:100;font-weight:700;font-size:.9rem;padding:.4rem 1rem;color:#fff;text-align:center}.palasteine img{width:2rem}
