@charset "UTF-8";*{padding:0;margin:0}body{overflow-y:hidden}.mosha__toast{touch-action:none;display:flex;justify-content:space-between;position:fixed;min-height:64px;max-height:800px;box-sizing:border-box;overflow:hidden;padding:12px 8px;word-break:break-word;min-width:312px;max-width:480px;z-index:9999;width:-moz-max-content;width:max-content;transition:top .3s ease-out .5s,bottom .3s ease-out .5s;border-radius:8px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);margin:0 16px;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mosha__toast__content-wrapper{display:flex;align-items:center}.mosha__toast__content{font-family:sans-serif;line-height:20px;display:flex;flex-direction:column;color:#fff}.mosha__toast__content__text{margin-bottom:2px;font-size:16px;font-weight:700}.mosha__toast__content__description{font-size:14px;font-weight:400}.mosha__toast__slot-wrapper{width:100%}.mosha__toast__close-icon:before{font-size:20px;cursor:pointer;content:"×";color:#fff;transition:color .3s;font-weight:600;margin-left:10px;position:relative;top:-12px}.mosha__toast__close-icon:hover:before{color:grey}.mosha__toast__progress{transition:all .2s linear;position:absolute;z-index:9999;height:8px;background-color:hsla(0,0%,100%,.6);bottom:0;margin-left:-8px}.mosha__toast.success{background-color:#06d6a0}.mosha__toast.warning{background-color:#ffc43d}.mosha__toast.info{background-color:#1b9aaa}.mosha__toast.danger{background-color:#ef476f}.mosha__toast.default{background-color:#fff}.mosha__toast.default .mosha__toast__close-icon:before,.mosha__toast.default .mosha__toast__content{color:#616161}.mosha__toast.default .mosha__toast__close-icon:hover:before{color:#d0d4d4}.mosha__toast.default .mosha__toast__progress{background-image:linear-gradient(-225deg,#69eacb,#eaccf8 48%,#6654f1)}@media only screen and (max-width:475px){.mosha__toast{max-width:95.2%;left:0;right:0;margin:0 auto}}.mosha__icon{margin-right:16px}.mosha__bounceInRight-enter-active{animation:bounceInRight .7s}.mosha__bounceInRight-leave-active{animation:bounceOutLeft .7s}.mosha__bounceInLeft-enter-active{animation:bounceInLeft .7s}.mosha__bounceInLeft-leave-active{animation:bounceOutRight .7s}.mosha__bounceInDown-enter-active{animation:bounceInDown .7s}.mosha__bounceInDown-leave-active{animation:bounceOutUp .7s}.mosha__bounceInUp-enter-active{animation:bounceInUp .7s}.mosha__bounceInUp-leave-active{animation:bounceOutDown .7s}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(2000px,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 bounceOutLeft{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-2000px,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 bounceOutRight{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes 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 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 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 bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.mosha__slideInRight-enter-active{animation:slideInRight .5s}.mosha__slideInRight-leave-active{animation:slideOutRight .5s}.mosha__slideInLeft-enter-active{animation:slideInLeft .5s}.mosha__slideInLeft-leave-active{animation:slideOutLeft .5s}.mosha__slideInDown-enter-active{animation:slideInDown .5s}.mosha__slideInDown-leave-active{animation:slideOutUp .5s}.mosha__slideInUp-enter-active{animation:slideInUp .5s}.mosha__slideInUp-leave-active{animation:slideOutDown .5s}@keyframes slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{opacity:0;transform:translate3d(0,-120%,0)}to{opacity:1;transform:translateZ(0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.mosha__zoomIn-enter-active{animation:zoomIn .5s}.mosha__zoomIn-leave-active{animation:zoomOut .5s}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.mosha__fadeOutRight-leave-active{animation:fadeOutRight .5s}.mosha__fadeOutLeft-leave-active{animation:fadeOutLeft .5s}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}@keyframes slideAndFade-8c7df4b4{0%{transform:translateY(-25px);opacity:0}to{transform:translateY(0);opacity:1}}.homePage[data-v-8c7df4b4]{min-height:100vh;background:#181820;overflow-y:hidden}.homePage nav[data-v-8c7df4b4]{background:#21212b;display:flex;justify-content:space-between;align-items:center;padding:20px 30px;z-index:5;border-bottom:2px solid #181820}.homePage nav .leftSide[data-v-8c7df4b4]{cursor:pointer;display:flex;gap:25px}.homePage nav .leftSide i[data-v-8c7df4b4]{color:#bcbcbf}.homePage nav .leftSide a[data-v-8c7df4b4],.homePage nav .leftSide p[data-v-8c7df4b4]{color:#bcbcbf;font-family:Raleway;font-weight:600;letter-spacing:.4px}.homePage nav .leftSide a[data-v-8c7df4b4]{text-decoration:none}.homePage nav .rightSide[data-v-8c7df4b4]{gap:15px}.homePage nav .rightSide a[data-v-8c7df4b4]{width:-moz-fit-content;width:fit-content;max-height:30px;cursor:pointer}.homePage nav .rightSide a img[data-v-8c7df4b4]{width:30px;aspect-ratio:1/1}.homePage nav .rightSide button[data-v-8c7df4b4]{background:#7b2cbf;background:linear-gradient(45deg,#7b2cbf,#e0aaff);width:30px;aspect-ratio:1/1;border:none;border-radius:7px;color:#fff;display:flex;justify-content:center;align-items:center;font-size:16px}.homePage nav .rightSide button[data-v-8c7df4b4]:hover{cursor:pointer}.homePage nav div[data-v-8c7df4b4]{display:flex;align-items:center;gap:10px}.homePage .optionsModalContainer[data-v-8c7df4b4]{z-index:5;min-width:100vw;min-height:100vh;background:rgba(0,0,0,.5);position:absolute;top:0;display:flex;justify-content:center;align-items:flex-end}.homePage .optionsModalContainer .optionsModalInner[data-v-8c7df4b4]{margin-bottom:50px;display:flex;align-items:center;gap:25px}.homePage .optionsModalContainer .optionsModalInner button[data-v-8c7df4b4]{border:none;font-size:18px;cursor:pointer;padding:10px 20px;transition-duration:.4s}.homePage .optionsModalContainer .optionsModalInner button[data-v-8c7df4b4]:hover{transition-duration:.4s}.homePage .optionsModalContainer .optionsModalInner button[data-v-8c7df4b4]:first-child{background:transparent;color:#fff;border-bottom:2px solid transparent}.homePage .optionsModalContainer .optionsModalInner button[data-v-8c7df4b4]:first-child:hover{border-bottom:2px solid #fc76a1}.homePage .optionsModalContainer .optionsModalInner button[data-v-8c7df4b4]:last-child{background:transparent;color:#fff;border:2px solid #fc76a1;border-radius:10px}.homePage .optionsModalContainer .optionsModalInner button[data-v-8c7df4b4]:last-child:hover{background:#fc76a1}.homePage .createCollection[data-v-8c7df4b4]{z-index:6;position:absolute;top:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center}.homePage .createCollection .createCollectionContainer[data-v-8c7df4b4]{width:40%;background:#181820;padding:20px 35px;border-radius:10px}.homePage .createCollection .createCollectionContainer h3[data-v-8c7df4b4]{color:#fff;font-size:24px;font-family:Raleway;padding-bottom:10px}.homePage .createCollection .createCollectionContainer .collectionEntries[data-v-8c7df4b4]{display:flex;flex-direction:column;margin:10px 0}.homePage .createCollection .createCollectionContainer .collectionEntries label[data-v-8c7df4b4]{color:#fff;font-size:18px;font-family:Raleway;padding-bottom:5px}.homePage .createCollection .createCollectionContainer .collectionEntries input[type=text][data-v-8c7df4b4]{padding:10px 10px;border-radius:5px;border:none}.homePage .createCollection .createCollectionContainer .collectionEntries input[type=color][data-v-8c7df4b4]{border:none;background:transparent}.homePage .createCollection .createCollectionContainer .collectionEntries .iconsList[data-v-8c7df4b4]{display:flex;flex-wrap:wrap;align-items:center;gap:5px}.homePage .createCollection .createCollectionContainer .collectionEntries .iconsList .activeIcon[data-v-8c7df4b4]{filter:brightness(.7)}.homePage .createCollection .createCollectionContainer .collectionEntries .iconsList button[data-v-8c7df4b4]{background:#fc76a1;border:none;color:#fff;width:40px;aspect-ratio:1/1;font-size:20px;padding:5px;border-radius:5px;filter:brightness(1);cursor:pointer;transition-duration:.3s}.homePage .createCollection .createCollectionContainer .collectionEntries .iconsList button[data-v-8c7df4b4]:hover{filter:brightness(1);transition-duration:.3s}.homePage .createCollection .createCollectionContainer .collectionEntries #collectionSelect[data-v-8c7df4b4]{padding:8px 10px;border-radius:5px}.homePage .createCollection .createCollectionContainer .collectionEntries #collectionSelect option[data-v-8c7df4b4]{padding:5px 10px}.homePage .createCollection .createCollectionContainer #messageAddCollection[data-v-8c7df4b4]{padding:5px 0;color:#fff;font-size:16px;font-family:Raleway}.homePage .createCollection .createCollectionContainer .createCollectionOptions[data-v-8c7df4b4]{display:flex;gap:10px;float:right}.homePage .createCollection .createCollectionContainer .createCollectionOptions button[data-v-8c7df4b4]{margin-top:10px;font-size:17px;font-family:Raleway;padding:5px 10px;border:none;cursor:pointer;transition-duration:.3s;border-radius:10px}.homePage .createCollection .createCollectionContainer .createCollectionOptions button[data-v-8c7df4b4]:first-child{background:none;color:#fff;border-bottom:2px solid #272732}.homePage .createCollection .createCollectionContainer .createCollectionOptions button[data-v-8c7df4b4]:first-child:hover{background:#272732;transition-duration:.3s}.homePage .collectionsSection[data-v-8c7df4b4]{z-index:2;width:300px;background-color:#21212b;min-height:96vh;position:absolute}.homePage .collectionsSection h1[data-v-8c7df4b4]{color:#bcbcbf;font-family:Oswald;margin-left:25px;padding-top:30px;padding-bottom:10px;letter-spacing:.6px}.homePage .collectionsSection .collectionsContainer[data-v-8c7df4b4]{width:100%}.homePage .collectionsSection .collectionsContainer .collections[data-v-8c7df4b4]{max-width:100%;padding:10px 25px;transition-duration:.2s;display:flex;justify-content:space-between;align-items:center;gap:15px;color:#fff}.homePage .collectionsSection .collectionsContainer .collections .collectionInfo[data-v-8c7df4b4]{display:flex;justify-content:flex-start;align-items:center;gap:10px}.homePage .collectionsSection .collectionsContainer .collections .collectionIcon[data-v-8c7df4b4]{background:#fc76a1;display:flex;justify-content:center;align-items:center;width:35px;aspect-ratio:1/1;border-radius:7px;font-size:20px}.homePage .collectionsSection .collectionsContainer .collections .publicIcon[data-v-8c7df4b4]{color:gray;display:flex;justify-content:center;align-items:center;font-size:14px}.homePage .collectionsSection .collectionsContainer .collections .green[data-v-8c7df4b4]{background:#70c4bf}.homePage .collectionsSection .collectionsContainer .collections p[data-v-8c7df4b4]{font-family:Raleway;font-weight:700}.homePage .collectionsSection .collectionsContainer .collections[data-v-8c7df4b4]:hover{background:#272732;cursor:pointer;transition-duration:.2s}.homePage .tasksSection[data-v-8c7df4b4]{height:96vh;margin-left:300px;background:#181820;position:relative;z-index:4;box-shadow:inset 2px 3px 5px 2px rgba(0,0,0,.06);overflow-y:auto;transition-duration:.3s}.homePage .tasksSection .tasksContainer[data-v-8c7df4b4]{margin:auto;padding:40px 0;width:60%;transition-duration:.4s}.homePage .tasksSection .tasksContainer .notSelected p[data-v-8c7df4b4]{font-size:20px;color:#fff;font-family:Raleway;font-weight:600}.homePage .tasksSection .tasksContainer .topTasks[data-v-8c7df4b4]{color:#fff}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm[data-v-8c7df4b4]{background:#21212b;margin-top:5px;padding:15px 0;border-radius:10px;animation:slideAndFade-8c7df4b4 .5s ease-in-out forwards}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField[data-v-8c7df4b4]{display:flex;flex-direction:column}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField .addTaskMenu[data-v-8c7df4b4]{width:95%;margin:auto;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;overflow:hidden;gap:5px;z-index:2;margin-bottom:10px}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField .addTaskMenu button[data-v-8c7df4b4]{width:-moz-fit-content;width:fit-content;padding:10px 20px;background:#181820;font-family:Raleway;letter-spacing:.3px;font-weight:500;font-size:14px;color:#fff;border:none}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField .addTaskMenu button[data-v-8c7df4b4]:hover{background:#272732}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField .hiddenFields[data-v-8c7df4b4]{width:100%;display:flex;flex-direction:column;gap:5px;margin-top:10px}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField .hiddenFields label[data-v-8c7df4b4]{font-size:20px}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField input[type=checkbox][data-v-8c7df4b4],.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField input[type=date][data-v-8c7df4b4],.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField input[type=text][data-v-8c7df4b4],.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField input[type=url][data-v-8c7df4b4]{margin:0 15px 15px 15px;padding:10px;border-radius:5px;border:none;font-size:16px;font-family:Raleway;outline:none}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField label[data-v-8c7df4b4]{margin:0 0 5px 15px;font-size:16px;font-family:Montserrat;color:#fff}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskOptions[data-v-8c7df4b4]{width:97%;display:flex;align-items:center;justify-content:flex-end;gap:5px}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskOptions button[data-v-8c7df4b4]{width:-moz-fit-content;width:fit-content;padding:10px 20px;background:#fc76a1;font-family:Raleway;letter-spacing:.3px;font-weight:500;font-size:14px;color:#fff}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskOptions button[data-v-8c7df4b4]:hover{color:#21212b}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskOptions button[data-v-8c7df4b4]:first-child{background-color:transparent;color:#fff}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskOptions button[data-v-8c7df4b4]:first-child:hover{background:#272732}.homePage .tasksSection .tasksContainer .topTasks .addTaskContainer[data-v-8c7df4b4]{width:100%;padding-top:20px 0}.homePage .tasksSection .tasksContainer .topTasks .addTaskContainer button[data-v-8c7df4b4]{width:100%;display:flex;align-items:center;background:#181820;border:2px solid #21212b;border-radius:10px;padding:10px 0;transition-duration:.3s;cursor:pointer}.homePage .tasksSection .tasksContainer .topTasks .addTaskContainer button[data-v-8c7df4b4]:hover{background:#272732;transition-duration:.3s}.homePage .tasksSection .tasksContainer .topTasks .addTaskContainer button .addTaskIcon[data-v-8c7df4b4]{margin-left:10px;background:#fc76a1;padding:5px;width:15px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;border-radius:8px;color:#181820}.homePage .tasksSection .tasksContainer .topTasks .addTaskContainer button p[data-v-8c7df4b4]{margin-left:10px;color:#bcbcbf;font-size:16px}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack[data-v-8c7df4b4]{display:flex;flex-direction:column;gap:10px;padding:5px 5px 25px 5px}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .topTasksTitle[data-v-8c7df4b4]{display:flex;align-items:center;gap:15px}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .topTasksTitle .collectionIcon[data-v-8c7df4b4]{display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:7px;font-size:20px}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack #selectedCollectionTitle[data-v-8c7df4b4]{background:transparent;border:none;font-family:Oswald;letter-spacing:.2px;font-weight:500;font-size:26px;color:#fff;outline:none}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack #selectedCollectionDescription[data-v-8c7df4b4]{font-family:Montserrat;letter-spacing:.2px;font-style:italic;font-size:18px;color:#fff;outline:none;background:transparent;border:none}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection[data-v-8c7df4b4]{display:flex;flex-direction:column}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection .publicToggle[data-v-8c7df4b4]{border:none;background:#21212b;padding:10px 15px;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:16px;color:#bcbcbf;transition-duration:.3s;cursor:pointer}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection .publicToggle[data-v-8c7df4b4]:hover{color:#fff;transition-duration:.3s}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection .publicCollectionInner[data-v-8c7df4b4]{display:flex;justify-content:center;align-items:center;padding:10px 0}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection .publicCollectionInner p[data-v-8c7df4b4]{font-family:Montserrat;letter-spacing:.2px;font-size:16px;color:#fff;outline:none;background:transparent;border:none;margin-right:5px}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection .publicCollectionInner button[data-v-8c7df4b4]{border:none;background:#181820;padding:5px;width:20px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:16px;color:#bcbcbf;transition-duration:.3s;cursor:pointer}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection .publicCollectionInner button[data-v-8c7df4b4]:hover{color:#fff;transition-duration:.3s}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection .publicCollectionInner a[data-v-8c7df4b4]{color:#bcbcbf;text-decoration:none;transition-duration:.3s;display:flex;justify-content:center;align-items:center;padding:5px;width:20px;aspect-ratio:1/1;cursor:pointer}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection .publicCollectionInner a[data-v-8c7df4b4]:hover{color:#fff;transition-duration:.3s}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack #selectedCollectionUsers[data-v-8c7df4b4]{font-family:Raleway;letter-spacing:.2px;font-size:14px}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack #selectedCollectionUsers span[data-v-8c7df4b4]{font-size:15px;font-weight:700}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .topTaksBackButton[data-v-8c7df4b4]{padding:5px;background:#272732;border:none;width:30px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;border-radius:10px;cursor:pointer}.homePage .tasksSection .tasksContainer .tasksSum[data-v-8c7df4b4]{margin-top:30px;padding-bottom:70px}.homePage .tasksSection .tasksContainer .tasksSum p[data-v-8c7df4b4]{padding:0 0 5px 5px}.homePage .tasksSection .tasksContainer .tasksSum #tasksNotFound[data-v-8c7df4b4]{margin-top:20px}.homePage .tasksSection .tasksContainer .tasksSum #tasksNotFound p[data-v-8c7df4b4]{font-size:15px}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer[data-v-8c7df4b4]{width:100%;padding:5px 0;margin-top:5px}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner[data-v-8c7df4b4]{width:100%;display:flex;align-items:center;justify-content:space-between;background:#181820;border:2px solid #21212b;border-radius:10px;padding:10px 0;position:relative}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .touchableTask[data-v-8c7df4b4]{display:flex;align-items:center}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .addTaskIcon[data-v-8c7df4b4]{margin-left:10px;background:transparent;padding:5px;width:-moz-fit-content;width:fit-content;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:18px;color:#fff;transition-duration:.3s;cursor:pointer}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .addTaskIcon[data-v-8c7df4b4]:hover{color:#fff;transition-duration:.3s}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskLink[data-v-8c7df4b4]{margin-left:5px;padding:5px;display:flex;justify-content:center;align-items:center;border-radius:8px;float:right}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskLink a[data-v-8c7df4b4]{color:#bcbcbf;text-decoration:none;transition-duration:.3s;cursor:pointer}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskLink a[data-v-8c7df4b4]:hover{color:#fff;transition-duration:.3s}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskDate[data-v-8c7df4b4]{margin-left:5px;padding:5px;display:flex;justify-content:center;align-items:center;border-radius:8px;float:right}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskDate p[data-v-8c7df4b4]{color:#bcbcbf;transition-duration:.3s;cursor:pointer}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskDate p[data-v-8c7df4b4]:hover{color:#fff;transition-duration:.3s}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner p[data-v-8c7df4b4]{margin-left:10px;color:#bcbcbf;text-align:left;padding:0}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskOptions[data-v-8c7df4b4]{width:-moz-fit-content;width:fit-content;border:none;color:#fff;font-size:20px;background:transparent;padding:5px;margin-right:15px;cursor:pointer}.homePage .tasksSection .tasksContainer .tasksSum .deleteContainer[data-v-8c7df4b4]{margin-top:50px;width:100%;display:flex;justify-content:flex-end}.homePage .tasksSection .tasksContainer .tasksSum .deleteContainer button[data-v-8c7df4b4]{background:transparent;color:#fff;border:none;border-bottom:1px solid #fc76a1;padding:0 5px 2px 5px;font-size:15px;cursor:pointer;font-family:Raleway}.homePage .tasksSection .tasksContainer .tasksSum p[data-v-8c7df4b4]{color:#fff;font-family:Montserrat;font-weight:700;display:flex;align-items:center;gap:5px}.homePage .tasksSection .tasksContainer .tasksSum p span[data-v-8c7df4b4]{font-size:18px}@media screen and (max-width:769px){.homePage .createCollection .createCollectionContainer[data-v-8c7df4b4],.homePage .tasksSection .tasksContainer[data-v-8c7df4b4]{width:80%}}@media screen and (max-width:426px){.homePage .createCollection .createCollectionContainer[data-v-8c7df4b4],.homePage .tasksSection .tasksContainer[data-v-8c7df4b4]{width:90%}}.SignupPage{min-height:100vh;background-color:#181820}.SignupPage .SignupContainer{width:100vw;min-height:100vh;display:flex;justify-content:center;align-items:center}.SignupPage .SignupContainer .SignupForm{width:30%;background:#21212b;padding:20px 25px;border-radius:10px}.SignupPage .SignupContainer .SignupForm h3{color:#fff;font-family:Raleway;padding-bottom:10px;font-size:24px}.SignupPage .SignupContainer .SignupForm .formEntries{display:flex;flex-direction:column}.SignupPage .SignupContainer .SignupForm .formEntries #logOrSign{color:#fff;font-family:Raleway}.SignupPage .SignupContainer .SignupForm .formEntries #logOrSign a{color:#fff;cursor:pointer}.SignupPage .SignupContainer .SignupForm .formEntries label{padding-bottom:3px;font-size:18px;font-family:Raleway;color:#bcbcbf;font-weight:400}.SignupPage .SignupContainer .SignupForm .formEntries input{margin-bottom:10px;padding:5px 10px;width:95%}.SignupPage .SignupContainer .SignupForm .formEntries .hideAndSeek{width:100%;display:flex;align-items:center}.SignupPage .SignupContainer .SignupForm .formEntries .hideAndSeek button{background:none;border:none;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;cursor:pointer}.SignupPage .SignupContainer .SignupForm #message{padding-top:5px;color:#fff;font-family:Oswald;letter-spacing:.5px}.SignupPage .SignupContainer .SignupForm .warning{color:red}.SignupPage .SignupContainer .SignupForm #validation{float:right;background:#fff;border:none;color:#181820;cursor:pointer;font-size:18px;font-family:Raleway;padding:5px 10px;border-radius:5px;transition-duration:.3s;margin-top:15px}.SignupPage .SignupContainer .SignupForm #validation:hover{background:#272732;color:#fff;transition-duration:.3s}@media screen and (max-width:1025px){.SignupPage .SignupContainer .SignupForm{width:80%}}@media screen and (max-width:426px){.SignupPage .SignupContainer .SignupForm{width:80%}}@keyframes slideAndFade{0%{transform:translateY(-25px);opacity:0}to{transform:translateY(0);opacity:1}}.homePage{min-height:100vh;background:#181820;position:relative}.homePage .deleteModale{position:absolute;width:100%;height:100vh;background:rgba(0,0,0,.7);top:0;display:flex;justify-content:center;align-items:flex-end}.homePage .deleteModale .deleteOptions{margin-bottom:25px;display:flex;gap:15px}.homePage .deleteModale .deleteOptions button{border:none;font-size:18px;cursor:pointer;padding:10px 20px;transition-duration:.4s}.homePage .deleteModale .deleteOptions button:hover{transition-duration:.4s}.homePage .deleteModale .deleteOptions button:first-child{background:transparent;color:#fff;border-bottom:2px solid transparent}.homePage .deleteModale .deleteOptions button:first-child:hover{border-bottom:2px solid #fc76a1}.homePage .deleteModale .deleteOptions button:last-child{background:transparent;color:#fff;border:2px solid #fc76a1;border-radius:10px}.homePage .deleteModale .deleteOptions button:last-child:hover{background:#fc76a1}.homePage nav{background:#21212b;display:flex;justify-content:space-between;align-items:center;padding:20px 30px;z-index:5;border-bottom:2px solid #181820}.homePage nav .leftSide{cursor:pointer;display:flex;gap:25px}.homePage nav .leftSide i{color:#bcbcbf}.homePage nav .leftSide a,.homePage nav .leftSide p{color:#bcbcbf;font-family:Raleway;font-weight:600;letter-spacing:.4px}.homePage nav .leftSide a{text-decoration:none}.homePage nav .rightSide{gap:15px}.homePage nav .rightSide a{width:-moz-fit-content;width:fit-content;max-height:30px;cursor:pointer}.homePage nav .rightSide a img{width:30px;aspect-ratio:1/1}.homePage nav .rightSide button{background:#7b2cbf;background:linear-gradient(45deg,#7b2cbf,#e0aaff);width:30px;aspect-ratio:1/1;border:none;border-radius:7px;color:#fff;display:flex;justify-content:center;align-items:center;font-size:16px}.homePage nav .rightSide button:hover{cursor:pointer}.homePage nav div{display:flex;align-items:center;gap:10px}.homePage .shareContainer{display:flex;justify-content:center;align-items:center;flex-direction:column;width:24%;margin:30px auto 0 auto}.homePage .shareContainer .shareMenu{display:flex;justify-content:center;align-items:center;gap:10px}.homePage .shareContainer .shareMenu button{min-height:37px;padding:0 20px;border-radius:10px;background:#fff;cursor:pointer;color:#333;border:none;transition:.4s}.homePage .shareContainer .shareMenu button:hover{color:#007bff;transition:.4s}.homePage .shareContainer .addShareContainer{width:100%}.homePage .shareContainer .addShareContainer .showAddShare{background:#272732;border:none;color:#fff;display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:25px;padding:15px 10px;border-radius:10px;cursor:pointer}.homePage .shareContainer .addShareContainer .addShareWrapper{background:#272732;margin-top:10px;padding:20px 20px;border-radius:10px;display:flex;flex-direction:column;gap:10px;align-items:center}.homePage .shareContainer .addShareContainer .addShareWrapper div{width:100%;max-width:310px}.homePage .shareContainer .addShareContainer .addShareWrapper div select{max-width:310px}.homePage .shareContainer .addShareContainer .addShareWrapper input{width:100%;max-width:310px;border-radius:10px;min-height:35px;padding-left:10px;border:none;outline:none}.homePage .shareContainer .addShareContainer .addShareWrapper button{width:100%;max-width:310px;padding:5px 0;border-radius:10px;border:none;outline:none;transition-duration:.3s;background-color:#fff;color:#333;font-size:16px;cursor:pointer}.homePage .shareContainer .addShareContainer .addShareWrapper p{width:100%;max-width:310px;text-align:left;color:#fff;font-family:Montserrat}.homePage .shareContainer select{-webkit-appearance:none;appearance:none;-moz-appearance:none;background-color:#fff;color:#333;border:none;padding:10px;border-radius:8px;cursor:pointer;font-size:16px;width:100%;max-width:300px;outline:none;transition:background-color .3s,color .3s;margin:auto;color:#007bff}.homePage .shareContainer select:hover{background-color:#e6e6e6}.homePage .shareContainer select:focus{background-color:#fff;color:#007bff}.homePage .shareContainer select option{background-color:#fff;color:#333}.homePage .walletContainer{overflow-y:auto;width:100%;height:100%}.homePage .walletContainer .addContainer,.homePage .walletContainer .addContainer .addRevenu{width:100%;display:flex;justify-content:center;align-items:center}.homePage .walletContainer .addContainer .addRevenu{gap:10px;padding:25px 0 0 0;transition-duration:.5s}.homePage .walletContainer .addContainer .addRevenu input{width:100%;max-width:300px;padding:10px;border-radius:8px;border:none;outline:none;transition-duration:.3s;background-color:#fff;color:#333;font-size:16px}.homePage .walletContainer .addContainer .addRevenu input:hover{background-color:#e6e6e6}.homePage .walletContainer .addContainer .addRevenu input:focus{background-color:#fff;color:#007bff}.homePage .walletContainer .addContainer .addRevenu button{width:-moz-fit-content;width:fit-content;max-width:300px;padding:10px;border-radius:8px;border:none;outline:none;transition-duration:.3s;background-color:#fff;color:#333;font-size:16px;cursor:pointer}.homePage .walletContainer .addContainer .addRevenu button:hover{background-color:#e6e6e6}.homePage .walletContainer .addContainer .addRevenu button:focus{background-color:#fff;color:#007bff}.homePage .walletContainer .balanceContainer{width:100%;display:flex;align-items:center;justify-content:center;margin-top:50px}.homePage .walletContainer .balanceContainer .balance{padding:25px 0 0 0;gap:10px;text-align:center;min-width:250px}.homePage .walletContainer .balanceContainer .balance span{font-family:Montserrat;font-size:50px;color:#fff}.homePage .walletContainer .balanceContainer .balance p{font-family:Oxygen;font-size:18px;color:hsla(0,0%,100%,.8)}.homePage .walletContainer .balanceContainer .balance select{-webkit-appearance:none;appearance:none;-moz-appearance:none;background-color:#fff;color:#333;border:none;padding:10px;border-radius:8px;cursor:pointer;font-size:16px;width:100%;max-width:300px;outline:none;transition:background-color .3s,color .3s;margin:auto;color:#007bff;margin-top:30px}.homePage .walletContainer .balanceContainer .balance select:hover{background-color:#e6e6e6}.homePage .walletContainer .balanceContainer .balance select:focus{background-color:#fff;color:#007bff}.homePage .walletContainer .balanceContainer .balance select option{background-color:#fff;color:#333}.homePage .walletContainer .listContainer{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:40px 0}.homePage .walletContainer .listContainer .NoElement{font-family:Oxygen;color:#fff}.homePage .walletContainer .listContainer .list{width:700px;min-width:300px;background:#272732;border-radius:15px;padding:20px 30px;display:flex;justify-content:space-between;align-items:center;gap:10px;cursor:pointer}.homePage .walletContainer .listContainer .list p{font-family:Oxygen;font-size:24px;color:#fff}.homePage .walletContainer .listContainer .list span{font-family:Montserrat;font-size:14px;color:hsla(0,0%,100%,.8);margin-top:10px}.homePage .walletContainer .listContainer .list .loss{color:#f82b6c;font-family:Montserrat;font-size:20px}.homePage .walletContainer .listContainer .list .earn{color:#007bff;font-family:Montserrat;font-size:20px}.homePage .walletContainer .walletMonthOptions{width:100%;display:flex;align-items:center;justify-content:center;margin-top:20px}.homePage .walletContainer .walletMonthOptions .walletMonthOption{display:flex;align-items:center;justify-content:center;gap:35px;background:#272732;padding:20px 30px;border-radius:15px}.homePage .walletContainer .walletMonthOptions .walletMonthOption .walletIcon{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;cursor:pointer}.homePage .walletContainer .walletMonthOptions .walletMonthOption .walletIcon i{font-size:20px;color:#fff}.homePage .walletContainer .walletMonthOptions .walletMonthOption .walletIcon span{font-family:Raleway;font-weight:600;letter-spacing:.4px;color:#fff;font-size:16px}@media screen and (max-width:769px){.homePage .walletContainer .listContainer .list{width:80%}}@media screen and (max-width:426px){.homePage .shareContainer{width:90%}.homePage .walletContainer .addContainer .addRevenu{flex-direction:column;gap:15px}.homePage .walletContainer .walletMonthOptions .walletMonthOption{padding:15px 15px}.homePage .walletContainer .walletMonthOptions .walletMonthOption .walletIcon{gap:5px}.homePage .walletContainer .walletMonthOptions .walletMonthOption .walletIcon i{font-size:16px}.homePage .walletContainer .walletMonthOptions .walletMonthOption .walletIcon span{font-size:14px}.homePage .walletContainer .listContainer{margin-top:20px}.homePage .walletContainer .listContainer .list{max-width:350px;padding:15px 25px}.homePage .walletContainer .listContainer .list .listInfos p{font-size:20px}.homePage .walletContainer .listContainer .list .listInfos span{font-size:12px}}@keyframes slideAndFade-6b22508c{0%{transform:translateY(-25px);opacity:0}to{transform:translateY(0);opacity:1}}.homePage[data-v-6b22508c]{min-height:100vh;background:#181820;overflow-y:hidden}.homePage nav[data-v-6b22508c]{background:#21212b;display:flex;justify-content:space-between;align-items:center;padding:20px 30px;z-index:5;border-bottom:2px solid #181820}.homePage nav .leftSide[data-v-6b22508c]{cursor:pointer;display:flex;gap:25px}.homePage nav .leftSide i[data-v-6b22508c]{color:#bcbcbf}.homePage nav .leftSide a[data-v-6b22508c],.homePage nav .leftSide p[data-v-6b22508c]{color:#bcbcbf;font-family:Raleway;font-weight:600;letter-spacing:.4px}.homePage nav .leftSide a[data-v-6b22508c]{text-decoration:none}.homePage nav .rightSide[data-v-6b22508c]{gap:15px}.homePage nav .rightSide a[data-v-6b22508c]{width:-moz-fit-content;width:fit-content;max-height:30px;cursor:pointer}.homePage nav .rightSide a img[data-v-6b22508c]{width:30px;aspect-ratio:1/1}.homePage nav .rightSide button[data-v-6b22508c]{background:#7b2cbf;background:linear-gradient(45deg,#7b2cbf,#e0aaff);width:30px;aspect-ratio:1/1;border:none;border-radius:7px;color:#fff;display:flex;justify-content:center;align-items:center;font-size:16px}.homePage nav .rightSide button[data-v-6b22508c]:hover{cursor:pointer}.homePage nav div[data-v-6b22508c]{display:flex;align-items:center;gap:10px}.homePage .optionsModalContainer[data-v-6b22508c]{z-index:5;min-width:100vw;min-height:100vh;background:rgba(0,0,0,.5);position:absolute;top:0;display:flex;justify-content:center;align-items:flex-end}.homePage .optionsModalContainer .optionsModalInner[data-v-6b22508c]{margin-bottom:50px;display:flex;align-items:center;gap:25px}.homePage .optionsModalContainer .optionsModalInner button[data-v-6b22508c]{border:none;font-size:18px;cursor:pointer;padding:10px 20px;transition-duration:.4s}.homePage .optionsModalContainer .optionsModalInner button[data-v-6b22508c]:hover{transition-duration:.4s}.homePage .optionsModalContainer .optionsModalInner button[data-v-6b22508c]:first-child{background:transparent;color:#fff;border-bottom:2px solid transparent}.homePage .optionsModalContainer .optionsModalInner button[data-v-6b22508c]:first-child:hover{border-bottom:2px solid #fc76a1}.homePage .optionsModalContainer .optionsModalInner button[data-v-6b22508c]:last-child{background:transparent;color:#fff;border:2px solid #fc76a1;border-radius:10px}.homePage .optionsModalContainer .optionsModalInner button[data-v-6b22508c]:last-child:hover{background:#fc76a1}.homePage .createCollection[data-v-6b22508c]{z-index:6;position:absolute;top:0;width:100vw;height:100vh;background:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center}.homePage .createCollection .createCollectionContainer[data-v-6b22508c]{width:40%;background:#181820;padding:20px 35px;border-radius:10px}.homePage .createCollection .createCollectionContainer h3[data-v-6b22508c]{color:#fff;font-size:24px;font-family:Raleway;padding-bottom:10px}.homePage .createCollection .createCollectionContainer .collectionEntries[data-v-6b22508c]{display:flex;flex-direction:column;margin:10px 0}.homePage .createCollection .createCollectionContainer .collectionEntries label[data-v-6b22508c]{color:#fff;font-size:18px;font-family:Raleway;padding-bottom:5px}.homePage .createCollection .createCollectionContainer .collectionEntries input[type=text][data-v-6b22508c]{padding:10px 10px;border-radius:5px;border:none}.homePage .createCollection .createCollectionContainer .collectionEntries input[type=color][data-v-6b22508c]{border:none;background:transparent}.homePage .createCollection .createCollectionContainer .collectionEntries .iconsList[data-v-6b22508c]{display:flex;flex-wrap:wrap;align-items:center;gap:5px}.homePage .createCollection .createCollectionContainer .collectionEntries .iconsList .activeIcon[data-v-6b22508c]{filter:brightness(.7)}.homePage .createCollection .createCollectionContainer .collectionEntries .iconsList button[data-v-6b22508c]{background:#fc76a1;border:none;color:#fff;width:40px;aspect-ratio:1/1;font-size:20px;padding:5px;border-radius:5px;filter:brightness(1);cursor:pointer;transition-duration:.3s}.homePage .createCollection .createCollectionContainer .collectionEntries .iconsList button[data-v-6b22508c]:hover{filter:brightness(1);transition-duration:.3s}.homePage .createCollection .createCollectionContainer .collectionEntries #collectionSelect[data-v-6b22508c]{padding:8px 10px;border-radius:5px}.homePage .createCollection .createCollectionContainer .collectionEntries #collectionSelect option[data-v-6b22508c]{padding:5px 10px}.homePage .createCollection .createCollectionContainer #messageAddCollection[data-v-6b22508c]{padding:5px 0;color:#fff;font-size:16px;font-family:Raleway}.homePage .createCollection .createCollectionContainer .createCollectionOptions[data-v-6b22508c]{display:flex;gap:10px;float:right}.homePage .createCollection .createCollectionContainer .createCollectionOptions button[data-v-6b22508c]{margin-top:10px;font-size:17px;font-family:Raleway;padding:5px 10px;border:none;cursor:pointer;transition-duration:.3s;border-radius:10px}.homePage .createCollection .createCollectionContainer .createCollectionOptions button[data-v-6b22508c]:first-child{background:none;color:#fff;border-bottom:2px solid #272732}.homePage .createCollection .createCollectionContainer .createCollectionOptions button[data-v-6b22508c]:first-child:hover{background:#272732;transition-duration:.3s}.homePage .collectionsSection[data-v-6b22508c]{z-index:2;width:300px;background-color:#21212b;min-height:96vh;position:absolute}.homePage .collectionsSection h1[data-v-6b22508c]{color:#bcbcbf;font-family:Oswald;margin-left:25px;padding-top:30px;padding-bottom:10px;letter-spacing:.6px}.homePage .collectionsSection .collectionsContainer[data-v-6b22508c]{width:100%}.homePage .collectionsSection .collectionsContainer .collections[data-v-6b22508c]{max-width:100%;padding:10px 25px;transition-duration:.2s;display:flex;justify-content:flex-start;align-items:center;gap:15px;color:#fff}.homePage .collectionsSection .collectionsContainer .collections .collectionIcon[data-v-6b22508c]{background:#fc76a1;display:flex;justify-content:center;align-items:center;width:35px;aspect-ratio:1/1;border-radius:7px;font-size:20px}.homePage .collectionsSection .collectionsContainer .collections .green[data-v-6b22508c]{background:#70c4bf}.homePage .collectionsSection .collectionsContainer .collections p[data-v-6b22508c]{font-family:Raleway;font-weight:700}.homePage .collectionsSection .collectionsContainer .collections[data-v-6b22508c]:hover{background:#272732;cursor:pointer;transition-duration:.2s}.homePage .tasksSection[data-v-6b22508c]{height:96vh;margin-left:0;background:#181820;position:relative;z-index:4;box-shadow:inset 2px 3px 5px 2px rgba(0,0,0,.06);overflow-y:auto;transition-duration:.3s}.homePage .tasksSection .tasksContainer[data-v-6b22508c]{margin:auto;padding:40px 0;width:60%;transition-duration:.4s}.homePage .tasksSection .tasksContainer .notSelected p[data-v-6b22508c]{font-size:20px;color:#fff;font-family:Raleway;font-weight:600}.homePage .tasksSection .tasksContainer .topTasks[data-v-6b22508c]{color:#fff}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm[data-v-6b22508c]{background:#21212b;margin-top:5px;padding:15px 0;border-radius:10px;animation:slideAndFade-6b22508c .5s ease-in-out forwards}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField[data-v-6b22508c]{display:flex;flex-direction:column}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField .addTaskMenu[data-v-6b22508c]{width:95%;margin:auto;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;overflow:hidden;gap:5px;z-index:2;margin-bottom:10px}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField .addTaskMenu button[data-v-6b22508c]{width:-moz-fit-content;width:fit-content;padding:10px 20px;background:#181820;font-family:Raleway;letter-spacing:.3px;font-weight:500;font-size:14px;color:#fff;border:none}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField .addTaskMenu button[data-v-6b22508c]:hover{background:#272732}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField .hiddenFields[data-v-6b22508c]{width:100%;display:flex;flex-direction:column;gap:5px;margin-top:10px}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField .hiddenFields label[data-v-6b22508c]{font-size:20px}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField input[type=checkbox][data-v-6b22508c],.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField input[type=date][data-v-6b22508c],.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField input[type=text][data-v-6b22508c],.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField input[type=url][data-v-6b22508c]{margin:0 15px 15px 15px;padding:10px;border-radius:5px;border:none;font-size:16px;font-family:Raleway;outline:none}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskField label[data-v-6b22508c]{margin:0 0 5px 15px;font-size:16px;font-family:Montserrat;color:#fff}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskOptions[data-v-6b22508c]{width:97%;display:flex;align-items:center;justify-content:flex-end;gap:5px}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskOptions button[data-v-6b22508c]{width:-moz-fit-content;width:fit-content;padding:10px 20px;background:#fc76a1;font-family:Raleway;letter-spacing:.3px;font-weight:500;font-size:14px;color:#fff}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskOptions button[data-v-6b22508c]:hover{color:#21212b}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskOptions button[data-v-6b22508c]:first-child{background-color:transparent;color:#fff}.homePage .tasksSection .tasksContainer .topTasks #addTaskForm .addTaskOptions button[data-v-6b22508c]:first-child:hover{background:#272732}.homePage .tasksSection .tasksContainer .topTasks .addTaskContainer[data-v-6b22508c]{width:100%;padding-top:20px 0}.homePage .tasksSection .tasksContainer .topTasks .addTaskContainer button[data-v-6b22508c]{width:100%;display:flex;align-items:center;background:#181820;border:2px solid #21212b;border-radius:10px;padding:10px 0;transition-duration:.3s;cursor:pointer}.homePage .tasksSection .tasksContainer .topTasks .addTaskContainer button[data-v-6b22508c]:hover{background:#272732;transition-duration:.3s}.homePage .tasksSection .tasksContainer .topTasks .addTaskContainer button .addTaskIcon[data-v-6b22508c]{margin-left:10px;background:#fc76a1;padding:5px;width:15px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;border-radius:8px;color:#181820}.homePage .tasksSection .tasksContainer .topTasks .addTaskContainer button p[data-v-6b22508c]{margin-left:10px;color:#bcbcbf;font-size:16px}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack[data-v-6b22508c]{display:flex;flex-direction:column;gap:10px;padding:5px 5px 25px 5px}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .topTasksTitle[data-v-6b22508c]{display:flex;align-items:center;gap:15px}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .topTasksTitle .collectionIcon[data-v-6b22508c]{display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:7px;font-size:20px}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack #selectedCollectionTitle[data-v-6b22508c]{background:transparent;border:none;font-family:Oswald;letter-spacing:.2px;font-weight:500;font-size:26px;color:#fff;outline:none}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack #selectedCollectionDescription[data-v-6b22508c]{font-family:Montserrat;letter-spacing:.2px;font-style:italic;font-size:18px;color:#fff;outline:none;background:transparent;border:none}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection[data-v-6b22508c]{display:flex;align-items:center}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection p[data-v-6b22508c]{font-family:Montserrat;letter-spacing:.2px;font-size:16px;color:#fff;outline:none;background:transparent;border:none;margin-right:5px}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection button[data-v-6b22508c]{border:none;background:#181820;padding:5px;width:20px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:16px;color:#bcbcbf;transition-duration:.3s;cursor:pointer}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection button[data-v-6b22508c]:hover{color:#fff;transition-duration:.3s}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection a[data-v-6b22508c]{color:#bcbcbf;text-decoration:none;transition-duration:.3s;display:flex;justify-content:center;align-items:center;padding:5px;width:20px;aspect-ratio:1/1;cursor:pointer}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .publicCollection a[data-v-6b22508c]:hover{color:#fff;transition-duration:.3s}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack #selectedCollectionUsers[data-v-6b22508c]{font-family:Raleway;letter-spacing:.2px;font-size:14px}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack #selectedCollectionUsers span[data-v-6b22508c]{font-size:15px;font-weight:700}.homePage .tasksSection .tasksContainer .topTasks .topTasksGoBack .topTaksBackButton[data-v-6b22508c]{padding:5px;background:#272732;border:none;width:30px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:700;border-radius:10px;cursor:pointer}.homePage .tasksSection .tasksContainer .tasksSum[data-v-6b22508c]{margin-top:30px;padding-bottom:70px}.homePage .tasksSection .tasksContainer .tasksSum p[data-v-6b22508c]{padding:0 0 5px 5px}.homePage .tasksSection .tasksContainer .tasksSum #tasksNotFound[data-v-6b22508c]{margin-top:20px}.homePage .tasksSection .tasksContainer .tasksSum #tasksNotFound p[data-v-6b22508c]{font-size:15px}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer[data-v-6b22508c]{width:100%;padding:5px 0;margin-top:5px}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner[data-v-6b22508c]{width:100%;display:flex;align-items:center;justify-content:space-between;background:#181820;border:2px solid #21212b;border-radius:10px;padding:10px 0;position:relative}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .touchableTask[data-v-6b22508c]{display:flex;align-items:center}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .addTaskIcon[data-v-6b22508c]{margin-left:10px;background:transparent;padding:5px;width:-moz-fit-content;width:fit-content;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:18px;color:#fff;transition-duration:.3s;cursor:pointer}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .addTaskIcon[data-v-6b22508c]:hover{color:#fff;transition-duration:.3s}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskLink[data-v-6b22508c]{margin-left:5px;padding:5px;display:flex;justify-content:center;align-items:center;border-radius:8px;float:right}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskLink a[data-v-6b22508c]{color:#bcbcbf;text-decoration:none;transition-duration:.3s;cursor:pointer}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskLink a[data-v-6b22508c]:hover{color:#fff;transition-duration:.3s}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskDate[data-v-6b22508c]{margin-left:5px;padding:5px;display:flex;justify-content:center;align-items:center;border-radius:8px;float:right}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskDate p[data-v-6b22508c]{color:#bcbcbf;transition-duration:.3s;cursor:pointer}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskDate p[data-v-6b22508c]:hover{color:#fff;transition-duration:.3s}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner p[data-v-6b22508c]{margin-left:10px;color:#bcbcbf;text-align:left;padding:0}.homePage .tasksSection .tasksContainer .tasksSum .addTaskContainer .taskInner .taskOptions[data-v-6b22508c]{width:-moz-fit-content;width:fit-content;border:none;color:#fff;font-size:20px;background:transparent;padding:5px;margin-right:15px;cursor:pointer}.homePage .tasksSection .tasksContainer .tasksSum .deleteContainer[data-v-6b22508c]{margin-top:50px;width:100%;display:flex;justify-content:flex-end}.homePage .tasksSection .tasksContainer .tasksSum .deleteContainer button[data-v-6b22508c]{background:transparent;color:#fff;border:none;border-bottom:1px solid #fc76a1;padding:0 5px 2px 5px;font-size:15px;cursor:pointer;font-family:Raleway}.homePage .tasksSection .tasksContainer .tasksSum p[data-v-6b22508c]{color:#fff;font-family:Montserrat;font-weight:700;display:flex;align-items:center;gap:5px}.homePage .tasksSection .tasksContainer .tasksSum p span[data-v-6b22508c]{font-size:18px}@media screen and (max-width:769px){.homePage .createCollection .createCollectionContainer[data-v-6b22508c],.homePage .tasksSection .tasksContainer[data-v-6b22508c]{width:80%}}@media screen and (max-width:426px){.homePage .createCollection .createCollectionContainer[data-v-6b22508c],.homePage .tasksSection .tasksContainer[data-v-6b22508c]{width:90%}}