@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;font-family:Inter,sans-serif;margin:0;padding:0}::-webkit-input-placeholder{color:#343434;opacity:1}::placeholder{color:#343434;opacity:1}:-ms-input-placeholder{color:#343434}::-ms-input-placeholder{color:#343434}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#5e5e5e;border-radius:10px}::-webkit-scrollbar-thumb{background:#898989;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#747474}.app{align-items:center;background-color:#292929;flex-direction:row;height:100vh;padding:40px 30px}.app,.page-sidebar{display:flex;justify-content:flex-start}.page-sidebar{align-items:flex-start;flex-direction:column;height:100%;padding-top:5px;width:300px}.create-input{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-bottom:31px;width:100%}.create-input__text-input{background-color:#5e5e5e;border:none;border-radius:16px;color:#1b1b1b;font-size:14px;height:40px;outline:none;padding:10px 13px;width:250px}.create-input__add-button{color:#5e5e5e;cursor:pointer;font-size:26px}.page-sidebar__notes-container{height:730px;margin-bottom:33px;overflow-y:auto;width:295px}.page-sidebar__notes{width:250px}.page-sidebar__lack-of-notes-message{color:#5e5e5e;font-size:20px;text-align:center}.sidebar-note{background-color:#5e5e5e;border-radius:14px;color:#1b1b1b;cursor:pointer;font-size:14px;height:70px;margin-bottom:17px;padding:12px 13px;position:relative;transition:all .3s}.sidebar-note:hover{background-color:#7b7b7b}.sidebar-note__shortcut{color:#343434;font-size:10px;padding-top:4px}.sidebar-note__delete-button{background-color:inherit;border:none;color:#343434;cursor:pointer;margin-bottom:30px;outline:none;position:absolute;right:15px;top:15px}.selected-note{background-color:#7b7b7b}.page-slider__clear-button-container{align-items:center;display:flex;flex-direction:row;justify-content:center;width:250px}.page-slider__clear-button{background-color:#5e5e5e;border:none;border-radius:14px;color:#1b1b1b;cursor:pointer;font-size:14px;height:40px;outline:none;transition:all .3s;width:140px}.page-slider__clear-button:hover{background-color:#7b7b7b}.work-space{align-items:center;flex-direction:column;justify-content:flex-start;padding-left:30px}.work-space,.work-space_empty{display:flex;height:100%;width:100%}.work-space_empty{align-items:flex-start;color:#5e5e5e;flex-direction:row;font-size:30px;justify-content:center;padding-top:135px}.work-space__note-title-container{margin-bottom:25px;width:100%}.work-space__note-title{background-color:#5e5e5e;border:none;border-radius:15px;color:#1b1b1b;font-size:20px;outline:none;padding:13px 26px;width:100%}.work-space__note-text-container{background-color:#5e5e5e;border-radius:15px;height:730px;margin-bottom:33px;padding:30px 15px 30px 30px;width:100%}.work-space__note-text{background-color:inherit;border:none;color:#1b1b1b;cursor:auto;font-size:20px;height:100%;outline:none;overflow-y:auto;padding-right:15px;resize:none;width:100%;z-index:1}.work-space__note-text::-webkit-scrollbar-track{background:#292929}.work-space__controls{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;width:100%}.work-space__button{background-color:#5e5e5e;border:none;border-radius:14px;color:#1b1b1b;cursor:pointer;font-size:14px;height:40px;outline:none;transition:all .3s;width:140px}.work-space__button:hover{background-color:#7b7b7b}.work-space__edit-button{margin-left:20px}
/*# sourceMappingURL=main.4b36e238.css.map*/