*{padding:0;box-sizing:border-box}*,body{margin:0}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}.note{padding:25px;height:280px;width:260px;display:flex;flex-direction:column;background-color:#8a2be2;border-radius:30px}.note_text{flex:1 1;resize:none;background-color:transparent;font-size:1rem;line-height:1.875rem;outline:none;border:none}.note_footer{display:flex;justify-content:space-between;align-items:center}.note_footer img{cursor:pointer;opacity:0;transition:.3s}.note:hover .note_footer img{opacity:1}.note-container{height:100%}.note-container h2{margin-bottom:20px}.note-container_notes{height:90%;display:flex;flex-wrap:wrap;grid-gap:20px;gap:20px;overflow-y:scroll}.sidebar{display:flex;flex-direction:column;grid-gap:40px;gap:40px}button{padding:15px 25px;border:unset;border-radius:15px;color:#212121;z-index:1;background:#e8e8e8;position:relative;font-weight:1000;font-size:17px;overflow:hidden}button,button:before{box-shadow:4px 8px 19px -3px rgba(0,0,0,.27);transition:all .25s}button:before{content:"";position:absolute;top:0;left:0;height:100%;width:0;border-radius:15px;background-color:#212121;z-index:-1}button:hover{color:#e8e8e8}button:hover:before{width:100%}.sidebar img{width:60px;cursor:pointer}.sidebar_list{display:flex;flex-direction:column;grid-gap:20px;gap:20px;align-items:center;height:0;transition:.3s}.sidebar_list_active{height:300px}.sidebar_list_item{border-radius:50%;height:24px;width:24px;list-style:none}.App{height:100vh;display:flex;grid-gap:20px;gap:20px;padding:40px}.custom-scroll::-webkit-scrollbar{width:8px}.custom-scroll::-webkit-scrollbar-track{background-color:transparent}.custom-scroll::-webkit-scrollbar-thumb{border-radius:20px;background-color:#d3d3d3;-webkit-transition:.3s;transition:.3s}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:grey}
/*# sourceMappingURL=main.03ee5409.chunk.css.map */