:root{--primary-color: 350, 80, 112;--primary-color-rgb: rgb(var(--primary-color));--primary-color--hover: color-mix(in oklab, var(--primary-color-rgb), white 64%);--text-color-default: black;--text-color-light: #95969b}*{position:relative;box-sizing:border-box;padding:0;margin:0;text-decoration:none;scroll-behavior:smooth;color:var(--text-color-light);font-family:Poppins}@font-face{font-family:Poppins;src:url(/Poppins/Poppins-Regular.ttf)}@font-face{font-family:Poppins-bold;src:url(/Poppins/Poppins-Bold.ttf)}@font-face{font-family:Poppins-italic;src:url(/Poppins/Poppins-Italic.ttf)}button{cursor:pointer;border:unset;transition:all .255s ease-in-out}button:hover{background-color:var(--primary-color--hover)}.wrapper{width:100%;height:100dvh;display:flex;flex-direction:row}.sidebar{display:flex;flex-direction:column;gap:2rem;padding:1rem;width:60dvw;max-width:1000px;height:100%;overflow-x:auto}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-thumb{background:var(--primary-color--hover);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color-rgb)}.add_new{background-color:var(--primary-color-rgb);display:flex;align-items:center;justify-content:center;padding:1rem;border-radius:.8rem}.btn_description{font-family:Poppins-bold;color:#fff;font-size:1rem;text-wrap:nowrap}.plus_icon{height:3rem}.saved_notes{display:flex;flex-direction:column;gap:2rem}.note_card{display:flex;flex-direction:column;padding:2rem;box-shadow:#64646f33 0 7px 29px;border-radius:.8rem;transition:all .255s ease-in-out}.note_card:not(.note_selected){cursor:pointer}.note_card:hover,.note_selected{background-color:rgba(var(--primary-color),.2)}.note_title,.note_content{width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}span:first-child{color:#000;font-family:Poppins-bold}.created_at{color:var(--text-color-light);position:absolute;bottom:.25rem;right:1rem;font-family:Poppins-italic;font-size:1rem}.main_content{display:flex;flex-direction:column;border-left:1px solid var(--text-color-light);padding:1rem;flex-grow:1}header{display:flex;flex-direction:row;justify-content:space-between;width:100%;max-height:10dvh}.note_title_input{flex-grow:1;color:var(--text-color-default);font-family:Poppins-bold;font-size:3rem;border:unset}.action_btns{display:flex}.action_btn{background-color:var(--primary-color-rgb);border-radius:8px;height:100%;aspect-ratio:1/1;margin-left:.5rem}.icons{height:100%;width:100%}.note_body_input{flex-grow:1;font-size:1.5rem;color:var(--text-color-default);border:unset;resize:none;width:100%;height:100%}.note_body_input::placeholder{color:var(--text-color-light)}.nofocus{outline:none}#alert{position:absolute;z-index:150;background-color:#fff;top:1.5rem;right:0;left:0;width:fit-content;margin:auto;padding:1rem;flex-direction:row;cursor:default}#alert div{display:flex;flex-direction:column}#toast_message{font-family:Poppins;color:var(--text-color-light)}.dismiss_btn{padding:3px;height:fit-content;width:fit-content;aspect-ratio:3 / 1;font-family:Poppins-bold;border-radius:5px;margin-left:8px;background-color:var(--primary-color--hover);border:1px solid var(--primary-color--hover)}.dismiss_btn:hover{border:1px solid var(--primary-color-rgb)}.hidden{display:none}.qr_canvas{margin-right:0%;margin-left:auto;height:100px;width:100px;aspect-ratio:1 / 1;background-color:var(--primary-color)}@media (max-width: 1200px){.sidebar{width:100%}}
