body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--primary_color:#0c4a6e;--secondary_color:#027335;--primary_color_light:#eef3f8;--secondary_color_light:#e6f0eb}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.min-h-screen{min-height:100vh}.py-2{padding-top:.5rem;padding-bottom:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.w-full{width:100%}.flex-1{flex:1 1}.px-20{padding-left:5rem;padding-right:5rem}.rounded-2xl{border-radius:1rem}.shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.flex-col-reverse{flex-direction:column-reverse}.w-2_3{width:66.666667%}.max-w-4xl{max-width:56rem}.w-3_5{width:60%}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-semibold{font-weight:600}.border-solid{border-style:solid}.border-2{border-width:2px}.border-gray-400{border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.rounded{border-radius:.25rem}.custom-box{color:#fff;border-top-right-radius:1rem;border-bottom-right-radius:1rem;justify-content:center;align-items:center;padding-left:3rem;padding-right:3rem;text-align:center;background-color:#fff;margin-bottom:4rem;@media (min-width:768px){width:40%;margin-bottom:0;border-left-color:#e5e7eb;border-left-style:solid;border-left-width:1px;border-bottom-color:#e5e7eb;border-bottom-style:solid;border-bottom-width:1px;border-right-color:#e5e7eb;border-right-style:solid;border-right-width:1px;border-top-color:#e5e7eb;border-top-style:solid;border-top-width:1px}}.custom-box,.layout-wrapper{display:flex;flex-direction:column}.layout-wrapper{height:100vh;background-color:var(--bodyBackground);overflow:hidden;position:fixed;width:100%;@media (min-width:1024px){flex-direction:row}}.login-image-section{width:100%;height:60%;display:none;position:relative;background-position:50%;@media (min-width:1024px){display:block;width:60%;height:100%}}.content-wrapper{padding:2.5rem;height:100%;justify-content:space-between;@media (min-width:1024px){padding-left:4rem;padding-bottom:4rem;padding-right:4rem;padding-top:4rem}}.content-wrapper,.sidebar{display:flex;flex-direction:column}.sidebar{width:280px;overflow:hidden;text-align:end}.hero-heading{color:#fff;font-size:1.5rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.25);letter-spacing:.05em;font-family:"Roboto",sans-serif;@media (min-width:1024px){font-size:3rem}}.footer-credit,.footer-wrapper{color:#fff}.footer-content{margin-top:2.5rem;margin-bottom:1.5rem;@media (min-width:1024px){margin-top:0;margin-bottom:6rem}}.footer-heading{font-weight:600;margin-bottom:1rem;@media (min-width:1024px){font-size:2.25rem}}.footer-description,.footer-heading{text-shadow:0 1px 2px rgba(0,0,0,.25);color:#fff;font-size:1rem}.footer-description{@media (min-width:1024px){font-size:1.125rem}}.footer-links{display:flex;grid-gap:1.5rem;gap:1.5rem;flex-wrap:wrap}.footer-link{font-size:.875rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.25);text-decoration:none;@media (min-width:1024px){font-size:1rem}&:hover{text-decoration:underline}}.footer-text{font-size:.875rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.25);@media (min-width:1024px){font-size:1rem}}.auth-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;@media (min-width:1024px){width:40%;height:100%}}.logo-wrapper{width:auto;height:4rem;margin-bottom:1.25rem}.section-heading{color:var(--primary_color);font-weight:600;font-size:1.875rem;margin-bottom:2.5rem}.forgot-password-wrapper{width:100%;display:flex;justify-content:flex-end;margin-right:2.5rem;margin-top:2.5rem}.forgot-password-link{text-decoration:underline;text-underline-offset:2px;font-weight:500}.divider-wrapper{margin-top:1rem;margin-bottom:1rem;width:69.5%;text-align:center;position:relative}.divider-line{width:100%;height:1px;background-color:#d1d5db;position:absolute;top:50%;left:0}.divider-text{background-color:#fff;padding-left:1rem;padding-right:1rem;position:relative;z-index:10;color:#6b7280}.input-field{display:flex;height:2.25rem;width:100%;border-radius:.375rem;border:1px solid var(--secondary_color_light);background-color:initial;padding:.25rem .75rem;font-size:.875rem;box-shadow:0 1px 2px rgba(0,0,0,.05);transition:color .2s,border-color .2s,background-color .2s}.input-field::placeholder{color:grey}.input-field[type=file]{border:0;background-color:initial;font-size:.875rem;font-weight:500}.input-field:focus-visible{outline:none;box-shadow:0 0 0 1px var(--ring)}.input-field:disabled{cursor:not-allowed;opacity:.5}.form-container{width:69.5%;display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.relative{position:relative}.icon-position{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:#6b7280}.login-button{background-color:var(--primary_color);width:100%;border-radius:.375rem;padding-top:.5rem;padding-bottom:.5rem;color:#fff;border:none;cursor:pointer}.login-button-content{display:flex;align-items:center;justify-content:center;grid-gap:.75rem;gap:.75rem}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.icon-size{width:1.25rem;height:1.25rem}.error-text{color:#dc2626;font-weight:500;font-size:.875rem}iframe{display:none!important}*{padding:0;margin:0;box-sizing:border-box}.App{text-align:center}.CreateArea_Form__1WOSD{position:relative;width:480px;margin:0 auto 20px;background:hsla(0,0%,100%,.993);padding:1px;border-radius:7px;box-shadow:0 1px 5px #8a8989;top:100px;min-width:240px}.CreateArea_Form__1WOSD input,.CreateArea_Form__1WOSD textarea{width:100%;border:none;padding:10px;outline:none;font-size:1.2em;font-family:inherit;resize:none;background:inherit}.CreateArea_Form__1WOSD .CreateArea_Input__1FzEt{padding-bottom:2px;padding-top:5px;padding-left:35px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:17px;width:90%}.CreateArea_Form__1WOSD .CreateArea_Input1__2O2wG{padding-left:35px;width:90%}.CreateArea_Form__1WOSD .CreateArea_Input2__1KMaL{width:90%}@media (max-width:1000px){.CreateArea_Form__1WOSD{margin-left:252px}}@media (max-width:780px){.CreateArea_Form__1WOSD{margin-left:120px}}@media (max-width:640px){.CreateArea_Form__1WOSD{width:80%;margin-left:56px}}@media (max-width:500px){.CreateArea_Form__1WOSD{width:75%}}.CreateArea_Hidden__2W-SW{visibility:hidden}.CreateArea_PinButton__2SWMb{display:inline-block;position:absolute;top:6px}.CreateArea_PinButton__2SWMb button:active{color:#000}.CreateArea_PinInactive__2sSL1{color:hsla(0,0%,67.8%,.796078431372549)}.CreateArea_PinActive__1y-cU{color:#000}.CreateArea_Form__1WOSD button{bottom:0;position:relative;float:right;margin-right:5px;background:inherit;color:hsla(0,0%,39.2%,.796078431372549);border:none;border-radius:100%;width:30px;height:30px;cursor:pointer;outline:none}.CreateArea_Form__1WOSD button:active,.CreateArea_Form__1WOSD button:hover{background-color:hsla(0,0%,67.5%,.247)}.CreateArea_Buttons__2mdu0{height:35px}.CreateArea_Labels__2mv2R{padding-left:20px}.CreateArea_Label__3fNE8{display:inline-block;margin-right:10px;background-color:hsla(0,0%,63.9%,.253);border-radius:10px;min-width:50px;max-width:90%;padding:3px 10px 5px;margin-top:5px;position:relative;text-align:center}.CreateArea_Label__3fNE8 button{width:auto;height:auto;background-color:hsla(0,0%,63.9%,0);color:#000;margin-right:0}.CreateArea_Button__3P8pq{display:none;position:absolute;margin-top:4px;right:7px}.CreateArea_Label__3fNE8:hover{text-align:left}.CreateArea_Label__3fNE8:hover .CreateArea_Button__3P8pq{display:inline-flex}.CreateArea_Label__3fNE8:hover .CreateArea_LabelText__2pSsl{width:max(75%,calc(100% - 10px))}.CreateArea_LabelText__2pSsl{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.CreateArea_Checkbox__1Nzgz{top:6px}.CreateArea_Checkbox1__2cura,.CreateArea_Checkbox__1Nzgz{display:inline-block;color:#7e7e7e;position:absolute;left:10px;cursor:pointer}.CreateArea_Checkbox1__2cura{top:13px}.CreateArea_Form__1WOSD .CreateArea_Button1__1aiib{display:inline-block;position:absolute;top:7px}.CreateArea_Form__1WOSD .CreateArea_Button2__1OyzX{display:inline-block;position:absolute;top:5px}.CreateArea_Form__1WOSD hr{margin:10px auto auto;width:80%}.CreateArea_Form__1WOSD a{color:#000}.CreateArea_white__3EDFP{background:#fff}.CreateArea_red__3W5Gg{background:#ffcfcf}.CreateArea_orange__3T5p5{background:#ffe3be}.CreateArea_yellow__yNAkx{background:#fffccb}.CreateArea_green__1hr07{background:#edffcd}.CreateArea_turquoise__3LAqX{background:#d3fff8}.CreateArea_blue__3eDLq{background:#d5f2ff}.CreateArea_darkblue__kPE_8{background:#d7ddfd}.CreateArea_purple__1Og_u{background:#e8dbff}.CreateArea_pink__r0YRG{background:#fdd8f4}.AddLabels_List__1LjGY{z-index:500;background:#fff;border-radius:2px;border:1px solid #ccc;padding:10px 0;margin:16px;float:left;box-shadow:1px 1px 10px #a3a3a3}.AddLabels_List__1LjGY h2{font-weight:500;font-size:1.1em;margin-bottom:6px}.AddLabels_List__1LjGY .AddLabels_Input__1dThP{width:100%;border:none;padding:5px 10px 5px 20px;outline:none;font-size:1em;font-family:inherit;resize:none}.AddLabels_List__1LjGY .AddLabels_InputArea__10l4c{display:inline-flex;padding-right:5px}.AddLabels_List__1LjGY ul{font-size:1em;margin-bottom:10px;white-space:pre-wrap;word-wrap:break-word}.AddLabels_List__1LjGY li{list-style:none;width:250px;padding:0 20px;position:relative}.AddLabels_List__1LjGY li:hover{cursor:pointer;background-color:hsla(0,0%,76.1%,.308)}.AddLabels_List__1LjGY .AddLabels_Checkbox__3Aq7g{display:inline-block;color:#7e7e7e}.AddLabels_List__1LjGY button{float:right;margin-right:10px;color:hsla(0,0%,39.2%,.796078431372549);background-color:#fff;border:none;border-radius:100%;width:36px;height:36px;cursor:pointer;outline:none}.AddLabels_List__1LjGY button:active,.AddLabels_List__1LjGY button:hover{background-color:hsla(0,0%,67.5%,.247)}.AddLabelItem_Checkbox__x6PgS{display:inline-block;color:#7e7e7e;position:absolute}.ColorPopper_Frame__1XDEV{display:inline-block;border:1px solid #d3d3d3;background-color:#fff;box-shadow:1px 2px 1px #d8d8d8;z-index:10}.ColorPopper_Button__2TRQ8{height:30px;width:30px;margin:2px 2px 0;display:inline-block;border-radius:100%;border:1px solid #bbbaba}.ColorPopper_Button__2TRQ8:hover{cursor:pointer;border:2px solid grey}.ColorPopper_white__3Y6uL{background-color:#fff}.ColorPopper_red__1jBe3{background-color:#ffcfcf}.ColorPopper_orange__2o-Aq{background-color:#ffe3be}.ColorPopper_yellow__1ePVm{background-color:#fffccb}.ColorPopper_green__2L_hZ{background-color:#edffcd}.ColorPopper_turquoise__2VN3_{background-color:#d3fff8}.ColorPopper_blue__1vHUt{background-color:#d5f2ff}.ColorPopper_darkblue__2YCcu{background-color:#d7ddfd}.ColorPopper_purple__3E0oz{background-color:#e8dbff}.ColorPopper_pink__hLzrn{background-color:#fdd8f4}.EditArea_Form__1XSSq{top:25%}.EditArea_Form1__3o6-R,.EditArea_Form__1XSSq{z-index:500;position:fixed;left:35%;width:480px;margin:auto;background:#fff;border-radius:7px;box-shadow:0 1px 5px rgba(0,0,0,.35);max-height:500px}.EditArea_Form1__3o6-R{top:20%;height:auto}.EditArea_Form__1XSSq .EditArea_Input__1pJGK{padding-bottom:2px;padding-top:5px;padding-left:10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:17px;width:84%;margin:auto;background:inherit}.EditArea_Form__1XSSq .EditArea_Input1__2MUqJ{padding-left:40px;width:90%}@media (max-width:800px){.EditArea_Form__1XSSq{width:400px}.EditArea_Form__1XSSq .EditArea_Input__1pJGK{width:83%}}@media (max-width:780px){.EditArea_Form__1XSSq{width:400px;left:25%}}@media (max-width:700px){.EditArea_Form__1XSSq{width:350px}.EditArea_Form__1XSSq .EditArea_Input__1pJGK{width:80%}.EditArea_Form__1XSSq .EditArea_Input1__2MUqJ,.EditArea_Form__1XSSq .EditArea_Input2__32qcB{width:88%}}@media (max-width:533px){.EditArea_Form__1XSSq{width:240px}.EditArea_Form__1XSSq .EditArea_Input__1pJGK{width:70%}.EditArea_Form__1XSSq .EditArea_Input1__2MUqJ,.EditArea_Form__1XSSq .EditArea_Input2__32qcB{width:82%}}@media (max-width:400px){.EditArea_Form__1XSSq{left:15%}}.EditArea_PinButton__72Ah_{display:inline-block;position:absolute;top:6px}.EditArea_PinActive__1X8DK,.EditArea_PinButton__72Ah_ button:active{color:#000}.EditArea_PinInactive__1PMwI{color:hsla(0,0%,67.8%,.796078431372549)}.EditArea_Form__1XSSq input,.EditArea_Form__1XSSq textarea{width:100%;border:none;padding:4px 20px;outline:none;font-size:1.2em;font-family:inherit;resize:none;display:inline-block;background:inherit}.EditArea_Form__1XSSq input{padding-top:10px;width:90%}.EditArea_Form__1XSSq button{bottom:0;position:relative;float:right;margin-right:5px;background:inherit;color:hsla(0,0%,39.2%,.796078431372549);border:none;border-radius:100%;width:30px;height:30px;cursor:pointer;outline:none}.EditArea_Form__1XSSq button:active,.EditArea_Form__1XSSq button:hover{background-color:hsla(0,0%,67.5%,.247)}.EditArea_Buttons__2ZfO5{height:30px;padding-right:10px}.EditArea_Labels__2LlMl{padding-left:20px}.EditArea_Label__3SW_0{display:inline-block;margin-right:10px;background-color:hsla(0,0%,63.9%,.253);border-radius:10px;min-width:40px;max-width:90%;text-align:center;padding:3px 10px 5px;margin-top:5px;position:relative}.EditArea_Label__3SW_0 button{width:auto;height:auto;background-color:hsla(0,0%,63.9%,0);color:#000;margin-right:0}.EditArea_Button__3YndH{display:none;position:absolute;margin-top:4px;right:7px}.EditArea_Label__3SW_0:hover{text-align:left}.EditArea_Label__3SW_0:hover .EditArea_Button__3YndH{display:inline-flex}.EditArea_Label__3SW_0:hover .EditArea_LabelText__2fvqH{width:max(75%,calc(100% - 10px))}.EditArea_LabelText__2fvqH{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:100%}.EditArea_Checkbox__3-oYx{display:inline-block;color:#7e7e7e;margin-left:15px;top:6px;cursor:pointer}.EditArea_Checkbox1__G3fKU{display:inline-block;color:#7e7e7e;position:absolute;left:15px;top:13px;cursor:pointer}.EditArea_Form__1XSSq .EditArea_Button1__3w2ba{display:inline-block;position:absolute;top:7px}.EditArea_Form__1XSSq .EditArea_Button2__1-5WE{display:inline-flex;width:35px;height:30px}.EditArea_Form__1XSSq hr{margin:7px auto auto;width:80%}.EditArea_Form__1XSSq a{color:#000}.EditArea_white__1x9ka{background:#fff}.EditArea_red__1MXE4{background:#ffcfcf}.EditArea_orange__2B0Yo{background:#ffe3be}.EditArea_yellow__M88dU{background:#fffccb}.EditArea_green__1G-8u{background:#edffcd}.EditArea_turquoise__o4BRa{background:#d3fff8}.EditArea_blue__2W_4g{background:#d5f2ff}.EditArea_darkblue__2683t{background:#d7ddfd}.EditArea_purple__3Hztm{background:#e8dbff}.EditArea_pink__2jwN6{background:#fdd8f4}.Note_Note__2ppBa{background:#fff;border-radius:7px;border:1px solid #ccc;padding:10px 0 5px 15px;width:240px;margin:16px;float:left;cursor:default;position:relative}.Note_white__3G3Eh{background:#fff}.Note_red__i9jTL{background:#ffcfcf}.Note_orange__1lXoa{background:#ffe3be}.Note_yellow__1CZZx{background:#fffccb}.Note_green__1r30S{background:#edffcd}.Note_turquoise__1sqQV{background:#d3fff8}.Note_blue__2GTrd{background:#d5f2ff}.Note_darkblue__1_Eog{background:#d7ddfd}.Note_purple__2Hg6Q{background:#e8dbff}.Note_pink__3zNI3{background:#fdd8f4}.Note_Hide__2LW_D{visibility:hidden}.Note_Note__2ppBa:hover{box-shadow:0 1px 5px #8a8989}.Note_Note__2ppBa ul{white-space:pre-wrap;word-wrap:break-word}.Note_Note__2ppBa li{list-style:none;margin-right:15px;position:relative;border-radius:10px}.Note_Note__2ppBa p{font-size:1.1em;margin-bottom:10px;white-space:pre-wrap;word-wrap:break-word;color:#2e2e2e}.Note_Note__2ppBa .Note_Title__1ndSU{font-weight:500;font-size:1em;margin-bottom:6px;margin-right:8px;color:#2e2e2e}.Note_Note__2ppBa .Note_Labels__2t-Eq{margin-top:3px;width:100%;padding-right:10px}.Note_ButtonArea__3Fy07{display:inline-flex;justify-content:flex-end;width:100%}.Note_Note__2ppBa .Note_Label__Sdr8K{font-size:.8em;display:inline-block;margin-right:10px;background-color:hsla(0,0%,63.9%,.253);border-radius:10px;min-width:40px;max-width:130px;padding:3px 10px 5px;position:relative;margin-top:3px;margin-bottom:3px;text-align:center}.Note_Note__2ppBa button{position:relative;float:right;margin-right:5px;color:hsla(0,0%,39.2%,.796078431372549);background-color:inherit;border:none;border-radius:100%;width:30px;height:30px;cursor:pointer;outline:none}.Note_Note__2ppBa button:active,.Note_Note__2ppBa button:hover{background-color:hsla(0,0%,67.5%,.247)}.Note_Label__Sdr8K button{width:auto;height:auto;background-color:hsla(0,0%,63.9%,0);color:#000;margin-right:0}.Note_Button__2sJ4G{display:none;position:absolute;margin-top:2px;right:4px}.Note_Label__Sdr8K:hover .Note_Button__2sJ4G{display:inline-block}.Note_Label__Sdr8K:hover .Note_LabelText__kLreW{width:max(80%,calc(100% - 10px))}.Note_Label__Sdr8K:hover{text-align:left}.Note_PinButton__1vFdB{display:inline-block;position:absolute;right:0}.Note_PinActive__1OKKx,.Note_PinButton__1vFdB button:active{color:#000}.Note_PinInactive__3Eo_H{color:hsla(0,0%,67.8%,.796078431372549)}.Note_LabelText__kLreW{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:120px}.Note_RemainingLabels__JZENM{display:inline-block;background-color:hsla(0,0%,63.9%,.253);padding:3px 10px;border-radius:3px}.Note_Note__2ppBa hr{margin-right:10px;margin-bottom:10px;margin-top:8px}.Note_Note__2ppBa a{color:#000}@media (max-width:580px){.Note_Note__2ppBa{width:80vw}}@media (max-width:500px){.Note_Note__2ppBa{width:75vw}}.ListItem_Checkbox__E7d70{display:inline-block;color:#7e7e7e;position:absolute}.ListItem_NotEditable__2SWjp.ListItem_Checkbox__E7d70:hover{cursor:not-allowed}.ListItem_Editable__U5gnH:hover{cursor:pointer}.NotesPage_NotesPage__1LJQN{width:100%;height:100%;position:relative}.NotesPage_Notes__TuhCC{margin-left:252px;margin-top:120px}@media (max-width:780px){.NotesPage_Notes__TuhCC{margin-left:100px}}@media (max-width:640px){.NotesPage_Notes__TuhCC{margin-left:40px}}.NotesPage_NotesWhenPinned__1pwUJ{margin-top:30px}.NotesPage_Notes__TuhCC h5{color:#8f8f8f;margin-left:20px}.NotesPage_Empty__Ykwwk{position:fixed;width:300px;margin:250px auto 20px;left:40%;top:120px;background:#fff;border-radius:7px;text-align:center;z-index:-1}@media (max-width:780px){.NotesPage_Empty__Ykwwk{left:27%}}@media (max-width:600px){.NotesPage_Empty__Ykwwk{left:24%}}@media (max-width:533px){.NotesPage_Empty__Ykwwk{left:20%}}@media (max-width:480px){.NotesPage_Empty__Ykwwk{width:250px}}@media (max-width:400px){.NotesPage_Empty__Ykwwk{left:15%}}@media (max-height:750px){.NotesPage_Empty__Ykwwk{margin-top:140px}}@media (max-height:700px){.NotesPage_Empty__Ykwwk{margin-top:125px}}@media (max-height:650px){.NotesPage_Empty__Ykwwk{margin-top:105px}}@media (max-height:600px){.NotesPage_Empty__Ykwwk{margin-top:90px}}.NotesPage_Icon__oZodL{font-size:130px;color:#ececec}.NotesPage_Note__73-Cs{color:#8d9094;font-size:23px}.NotesPage_SearchResult__1Wc4O{padding:10px 7px;border:none;display:block;font-size:15px;position:relative;margin:120px auto 0 12px;background:#fff;color:#383835;outline:none;font-weight:500}.Header_header__3mObx{position:fixed;background-color:var(--primary_color);margin:auto;padding:10px 32px;box-shadow:0 0 5px 0 rgba(0,0,0,.3);border-bottom:1px solid silver;width:100%;top:0;z-index:2;display:flex;justify-content:flex-start;align-items:center}.Header_header__3mObx h1{color:#fff;font-family:"McLaren",cursive;font-weight:200;display:inline;vertical-align:middle}.Header_header__3mObx a{text-decoration:none}.Header_Search__3YmCQ{position:relative;width:50%;height:50px;display:flex;left:80px;background-color:#fff;border-radius:10px;box-shadow:0 1px 5px #8a8989;min-width:180px;vertical-align:middle;padding:0 10px;align-items:center}.Header_Search__3YmCQ input{display:inline-block;width:79%;height:100%;border:none;margin-left:5px;font-size:20px;background-color:hsla(0,0%,55.3%,0);outline:none;flex-grow:1}.Header_Search__3YmCQ .Header_RightButtons___A0If{display:flex;justify-content:flex-end}.Header_HamburgerMenu__45DJ5{color:#fff;font-size:35px;vertical-align:middle;cursor:pointer}.Header_SearchButton__1Fqu-{padding-left:10px}.Header_ClearButton__2FZBX,.Header_PaletteButton__1lxJs,.Header_SearchButton__1Fqu-{display:inline-block;position:relative}.Header_PaletteButton__1lxJs{margin-left:10px;border-radius:100%;height:35px;width:35px}.Header_LogoutButton__1cqDX{flex-grow:1;display:flex;justify-content:flex-end;top:4px;margin-left:10px;align-items:center}.Header_LogoutButton__1cqDX .Header_Logout__oVSZA{display:inline-block;background-color:inherit;border:1.5px solid #dbdbdb;outline:none;border-radius:3px;height:40px;width:100px;color:#fff;cursor:pointer;font-size:15px}.Header_LogoutButton__1cqDX .Header_Cloud__2D91z{display:inline-block;background-color:inherit;border:none;outline:none;color:#fff;font-size:15px;margin-right:15px;border-radius:100%}.Header_LogoutButton__1cqDX .Header_Red__1pd6E{cursor:pointer;color:#fff;border-radius:0;font-size:13px;background-color:#a75050;width:30px;height:30px;border-radius:100%}.Header_LogoutButton__1cqDX .Header_Loader__1Xk0D{border:2px solid #f3f3f3;border-top-color:#72acc0;border-radius:50%;width:20px;height:20px;animation:Header_spin__2xrV2 1s linear infinite}@keyframes Header_spin__2xrV2{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Header_Search__3YmCQ button{background-color:inherit;border:none;outline:none;border-radius:100%;height:35px;width:35px;color:#6d6d6d;cursor:pointer}.Header_LogoutButton__1cqDX button:active,.Header_LogoutButton__1cqDX button:hover{background-color:hsla(0,0%,67.5%,.247)}.Header_LogoutButton__1cqDX .Header_Red__1pd6E:active,.Header_LogoutButton__1cqDX .Header_Red__1pd6E:hover{background-color:#d17171}.Header_ClearButton__2FZBX button:active,.Header_ClearButton__2FZBX button:hover,.Header_PaletteButton__1lxJs button:active,.Header_PaletteButton__1lxJs button:hover,.Header_SearchButton__1Fqu- button:active,.Header_SearchButton__1Fqu- button:hover{background-color:hsla(0,0%,67.5%,.247)}.Header_white__39_At{background-color:#fff}.Header_red__5zsJC{background-color:#ffcfcf}.Header_orange__6sQIC{background-color:#ffe3be}.Header_yellow__1id8Q{background-color:#fffccb}.Header_green__MJbYu{background-color:#edffcd}.Header_turquoise__3RW_e{background-color:#d3fff8}.Header_blue__c7G1D{background-color:#d5f2ff}.Header_darkblue__2-7Bg{background-color:#d7ddfd}.Header_purple__E6j4r{background-color:#e8dbff}.Header_pink__2cJbO{background-color:#fdd8f4}@media (min-width:781px){.Header_HamburgerMenu__45DJ5{display:none}}@media (max-width:1030px){.Header_Search__3YmCQ{left:60px}.Header_Search__3YmCQ input{width:70%}}@media (max-width:780px){.Header_Keeper__2fvna{display:none}.Header_Search__3YmCQ{left:50px;height:40px}}@media (max-width:640px){.Header_Search__3YmCQ{left:30px}}@media (max-width:500px){.Header_Search__3YmCQ{width:75%;max-width:250px;left:10px}.Header_Search__3YmCQ input{width:50%}.Header_header__3mObx{padding-left:10px;padding-right:10px}.Header_LogoutButton__1cqDX .Header_Logout__oVSZA{width:45px;height:30px;font-size:11px}.Header_LogoutButton__1cqDX .Header_Red__1pd6E{font-size:9px;width:25px;height:25px;margin-right:10px}.Header_LogoutButton__1cqDX .Header_Cloud__2D91z{margin-right:10px}}@media (max-width:400px){.Header_Search__3YmCQ{max-width:235px}.Header_LogoutButton__1cqDX .Header_Logout__oVSZA{height:25px;font-size:9px}.Header_LogoutButton__1cqDX .Header_Red__1pd6E{margin-right:5px}.Header_LogoutButton__1cqDX .Header_Cloud__2D91z{margin:0 5px}}.SideBar_SideBar__3VxqB{position:fixed;width:220px;max-width:70%;height:100%;left:0;top:85px;background-color:#fff;padding:16px 0;box-sizing:border-box;box-shadow:1px 5px 5px rgba(0,0,0,.3);z-index:2;transition:transform .2s ease-out}@media (max-width:780px){.SideBar_SideBar__3VxqB{transform:translateX(-100%);box-shadow:none}}.SideBar_NavigationItems__2w_pG{margin:0;padding:0;list-style:none;height:100%}@media (max-width:780px){.SideBar_Open__2Tfy4{transform:translateX(0);box-shadow:1px 5px 5px rgba(0,0,0,.3)}}@media (max-width:780px){.SideBar_Close__2kAXN{transform:translateX(-100%);box-shadow:none}}.NavigationItem_NavigationItem__SZ61I{box-sizing:border-box;display:block;height:100%}.NavigationItem_NavigationItem__SZ61I a{color:#464646;text-decoration:none;width:100%;box-sizing:border-box;display:block;border-radius:30px;padding:10px 20px;text-overflow:ellipsis;overflow:hidden}.NavigationItem_NavigationItem__SZ61I a.NavigationItem_active__pj83O,.NavigationItem_NavigationItem__SZ61I a.NavigationItem_active__pj83O:hover,.NavigationItem_NavigationItem__SZ61I a:hover{background-color:hsla(0,0%,67.5%,.247)}.EditLabelsNavItem_NavigationItem__2YeT2{box-sizing:border-box;display:block;height:100%}.EditLabelsNavItem_NavigationItem__2YeT2:hover{cursor:pointer}.EditLabelsNavItem_NavigationItem__2YeT2 div{color:#464646;text-decoration:none;width:100%;box-sizing:border-box;display:block;border-radius:30px;padding:10px 20px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.EditLabelsNavItem_NavigationItem__2YeT2 div:hover{background-color:hsla(0,0%,75.3%,.192)}.TrashPage_NotesPage__LXQAM{position:fixed;width:100%;height:100%;overflow-y:scroll;overflow-x:hidden}.TrashPage_Notes__101iU{margin-left:236px}@media (max-width:780px){.TrashPage_Notes__101iU{margin-left:80px}}@media (max-width:640px){.TrashPage_Notes__101iU{margin-left:40px}}.TrashPage_Empty__Rzau4{position:fixed;top:35%;margin:30px auto 20px;left:45%;background:#fff;padding:15px 5px 10px 15px;border-radius:7px;text-align:center}@media (max-width:780px){.TrashPage_Empty__Rzau4{left:36%}}@media (max-width:580px){.TrashPage_Empty__Rzau4{left:32%}}@media (max-width:530px){.TrashPage_Empty__Rzau4{left:30%}}@media (max-width:430px){.TrashPage_Empty__Rzau4{left:25%}}@media (max-width:400px){.TrashPage_Empty__Rzau4{left:23%}}@media (max-width:370px){.TrashPage_Empty__Rzau4{left:21%}}.TrashPage_Icon__1L-25{font-size:130px;color:#ececec}.TrashPage_Note__1pOky{color:#8d9094;font-size:23px}.TrashPage_Button__325EP{box-shadow:0 1px 3px #8a8a89;border-radius:7px;margin:30px auto 20px 30px;cursor:pointer}.TrashPage_Button__325EP,.TrashPage_SearchResult__UtV1r{padding:10px 7px;border:none;display:block;font-size:15px;position:relative;background:#fff;color:#383835;outline:none}.TrashPage_SearchResult__UtV1r{margin:100px auto 0 20px;font-weight:500}.TrashPage_Button__325EP:active,.TrashPage_Button__325EP:hover{background-color:#f5f5f5}.ArchivePage_NotesPage__3l86G{width:100%;height:100%}.ArchivePage_Notes__3hghU{margin-left:252px;margin-top:120px}.ArchivePage_NotesWhenPinned__2aqZW{margin-top:30px}.ArchivePage_Notes__3hghU h5{color:#8f8f8f;margin-left:20px}@media (max-width:780px){.ArchivePage_Notes__3hghU{margin-left:80px}}@media (max-width:640px){.ArchivePage_Notes__3hghU{margin-left:40px}}.ArchivePage_Empty__3VHVb{position:fixed;top:20%;margin:150px auto 20px;left:40%;background:#fff;padding:15px 5px 10px 15px;border-radius:7px;text-align:center}.ArchivePage_SearchResult__3Cv3y{padding:10px 7px;border:none;display:block;font-size:15px;position:relative;margin:100px auto 0 20px;background:#fff;color:#383835;outline:none;font-weight:500}@media (max-width:780px){.ArchivePage_Empty__3VHVb{left:25%}}@media (max-width:600px){.ArchivePage_Empty__3VHVb{left:20%}}@media (max-width:533px){.ArchivePage_Empty__3VHVb{left:17%}}@media (max-width:480px){.ArchivePage_Empty__3VHVb{width:250px;left:22%}}@media (max-width:400px){.ArchivePage_Empty__3VHVb{left:17%}}@media (max-width:360px){.ArchivePage_Empty__3VHVb{left:15%}}@media (max-height:750px){.ArchivePage_Empty__3VHVb{margin-top:140px}}@media (max-height:700px){.ArchivePage_Empty__3VHVb{margin-top:125px}}@media (max-height:650px){.ArchivePage_Empty__3VHVb{margin-top:105px}}@media (max-height:600px){.ArchivePage_Empty__3VHVb{margin-top:90px}}.ArchivePage_Icon__1bUU8{font-size:130px;color:#ececec}.ArchivePage_Note__LDjIA{color:#8d9094;font-size:23px}.LoginPage_Screen__1LcGE{height:100vh;width:100vw;background-image:url(https://www.transparenttextures.com/patterns/notebook-dark.png)}.LoginPage_Form__182NY,.LoginPage_Screen__1LcGE{display:flex;justify-content:space-evenly;align-items:center}.LoginPage_Form__182NY{height:250px;margin:auto;background:#79a3b1;padding:20px;border-radius:3px;box-shadow:0 1px 5px #8a8989;width:240px;flex-direction:column}.LoginPage_Form__182NY h1{color:#fff;font-family:"McLaren",cursive;font-size:40px}.LoginPage_Form__182NY p{text-align:center;font-size:15px;margin:10px 0;color:#fff}.LoginPage_Form__182NY input{border:1px solid #ccc;border-radius:7px;width:100%;padding:10px;outline:none;font-size:1.2em;font-family:inherit;resize:none;background:#fff}.LoginPage_Form__182NY hr{width:40px;border:none;border-top:3px dotted hsla(0,0%,85.9%,.411)}.LoginPage_Form__182NY .LoginPage_ButtonArea__FqkC-{width:100%;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center}.LoginPage_Form__182NY button{width:150px;height:40px;bottom:0;position:relative;margin-right:5px;background:#79a3b1;color:#fff;border:1px solid #ccc;border-radius:3px;cursor:pointer;outline:none;font-size:15px}.LoginPage_Form__182NY button:active,.LoginPage_Form__182NY button:hover{background-color:hsla(0,0%,67.5%,.247)}.EditLabels_Form__2SWyd{z-index:500;position:fixed;top:35%;width:300px;margin:30px auto 20px;left:40%;background:#fff;border-radius:7px;box-shadow:0 1px 5px rgba(0,0,0,.35)}@media (max-width:780px){.EditLabels_Form__2SWyd{left:30%}}@media (max-width:700px){.EditLabels_Form__2SWyd{left:27%}}@media (max-width:600px){.EditLabels_Form__2SWyd{left:23%}}@media (max-width:533px){.EditLabels_Form__2SWyd{width:240px}}@media (max-width:420px){.EditLabels_Form__2SWyd{left:20%}}@media (max-width:370px){.EditLabels_Form__2SWyd{left:17%}}.EditLabels_InputArea__2-JUP input{font-size:1.1em}.EditLabels_InputArea__2-JUP input,.EditLabels_InputArea__2-JUP p{width:100%;border:none;padding:5px 10px 5px 20px;outline:none;font-family:inherit;resize:none;margin-right:10px}.EditLabels_InputArea__2-JUP p{font-size:1em;font-weight:600;color:#020202}.EditLabels_Form__2SWyd .EditLabels_InputArea__2-JUP{display:inline-flex;width:100%}.EditLabels_Form__2SWyd ul{font-size:1em;white-space:pre-wrap;word-wrap:break-word}.EditLabels_Form__2SWyd li{list-style:none}.EditLabels_Form__2SWyd .EditLabels_Item__35WIP{display:inline-block;width:100%;padding:5px 20px 0 0}.EditLabels_Form__2SWyd button{bottom:0;position:relative;float:right;padding-top:5px;margin:0 10px;background:#fff;color:hsla(0,0%,39.2%,.796078431372549);border:none;border-radius:100%;width:35px;height:30px;cursor:pointer;outline:none}.EditLabels_Form__2SWyd button:active,.EditLabels_Form__2SWyd button:hover{background-color:hsla(0,0%,67.5%,.247)}.EditLabels_Buttons__3SXR4{height:30px}.EditLabels_DoneButton__3ZbhI button{margin-bottom:10px;border-radius:5px}.EditLabel_Input__g8k7c{width:70%;border:none;padding:5px 10px 5px 45px;outline:none;font-size:1.1em;font-family:inherit;resize:none;margin-right:10px}.EditLabel_InputArea__2q0Rh{display:inline-flex;width:100%}.EditLabel_Button__3pVBT button{bottom:0;position:relative;float:right;padding-top:5px;color:rgba(34,34,34,.984313725490196);background-color:#fff;border:none;border-radius:100%;width:45px;height:30px;cursor:pointer;outline:none;margin:0 10px 10px;border-radius:5px}.EditLabel_Button__3pVBT button:active,.EditLabel_Button__3pVBT button:hover{background-color:hsla(0,0%,67.5%,.247)}.Loading_Screen__2Uy4c{height:100vh;width:100vw;display:flex;justify-content:space-evenly;align-items:center}.Loading_loader__3rsk2{border:16px solid #f3f3f3;border-top-color:#79a3b1;border-radius:50%;width:120px;height:120px;animation:Loading_spin__1vmJg 2s linear infinite;margin:auto}@keyframes Loading_spin__1vmJg{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.de80d4e9.chunk.css.map */