*{box-sizing:border-box;margin:0;padding:0}.App{background-color:#b8ecec;display:flex;gap:20px;height:100vh;padding:40px}.custom-scroll::-webkit-scrollbar{width:8px}.custom-scroll::-webkit-scrollbar-track{background-color:initial}.custom-scroll::-webkit-scrollbar-thumb{background-color:#d3d3d3;border-radius:20px;-webkit-transition:.3s;transition:.3s}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:#f3ecec}.sidebar{display:flex;flex-direction:column;gap:40px}.sidebar img{cursor:pointer;width:60px}.sidebar_list{align-items:center;display:flex;flex-direction:column;gap:20px;height:0;transition:.3s}.sidebar_list_active{height:300px}.sidebar_list_item{border-radius:50%;height:24px;list-style:none;width:24px}.note{background-color:#d378f5;border-radius:30px;display:flex;flex-direction:column;height:280px;padding:25px;width:260px}.note_text{background-color:initial;border:none;flex:1 1;font-size:1rem;line-height:1.6rem;outline:none;resize:none}.note_footer p{font-family:Times New Roman,Times,serif;font-style:oblique;font-weight:300}.note_footer{align-items:center;display:flex;justify-content:space-between}.note_footer img{cursor:pointer;height:25px;opacity:0;transition:.3s;width:25px}.note:hover .note_footer img{opacity:1}h1{font-size:3rem;margin-bottom:1rem}h1,h3{font-family:cursive}h3{font-size:1.5rem;font-weight:500}.note-container{height:100%}.note-container-notes{display:flex;flex-wrap:wrap;gap:20px;height:90%;overflow-y:scroll}
/*# sourceMappingURL=main.b756e0c3.css.map*/