.card-header p{border:none;font-weight:600;height:100%;flex:1;white-space:nowrap;text-overflow:ellipsis}.card-body,.card-header p{background-color:inherit;outline:none;resize:none;overflow:hidden}.card-body{width:100%;word-wrap:break-word;white-space:pre-wrap;overflow-wrap:break-word}.card{width:100%;min-width:200px;margin-bottom:10px;border-radius:10px}.card-header{border-top-left-radius:inherit;border-top-right-radius:inherit;height:35px;padding:5px 5px 5px 10px;align-items:center;display:flex;justify-content:space-between;text-overflow:ellipsis}.saving{margin-right:5px}.card-body{padding:1em;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.card-body ::-webkit-scrollbar{width:12px}.card-body textarea::-webkit-scrollbar-track{background:none}.card-body textarea::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.241);border-radius:10px}.card-body textarea::-webkit-scrollbar-thumb:hover{background:rgba(67,67,67,.241);cursor:pointer}.editor-overlay{position:fixed;top:0;left:0;width:100vw;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:4;opacity:0;transition:opacity .2s ease-in-out}.editor-overlay.visible{opacity:1}.editor{width:80%;height:90%;z-index:4;position:relative;border-radius:10px;margin:10px auto;transform:scale(.9);opacity:0;transition:transform .2s ease-out,opacity .2s ease-out;overflow:hidden}.editor.visible{transform:scale(1);opacity:1}.editor-header{border-top-left-radius:inherit;border-top-right-radius:inherit;height:35px;align-items:center;display:flex;justify-content:space-between;overflow:hidden}.editor-header textarea{background-color:inherit;outline:none;border:none;font-weight:600;resize:none;overflow:hidden;height:90%;width:60%;word-wrap:break-word;white-space:pre-wrap;overflow-wrap:break-word;margin-left:10px;text-overflow:ellipsis;margin-top:5px}.editor-body{width:90%;margin:10px auto 0;background-color:inherit;max-height:90%;overflow:auto}.editor-body div,.editor-body p{resize:none;width:100%;outline:none}.minimize{background-color:inherit;border:none;outline:none;height:20px;margin-right:10px}.minimize,a{cursor:pointer}a{color:#4d4dff;text-decoration:underline}code{border-radius:.4rem;font-size:.85rem;padding:.25em .3em}ul{list-style-type:disc}ol,ul{padding-left:20px}ol{list-style-type:decimal}li{margin-bottom:5px}h1{font-size:2em}h2{font-size:1.5em}h3{font-size:1.17em}@media screen and (max-width:768px){.editor{width:95%;height:95%}}.toolbar{display:flex;width:100%;height:50px;justify-content:center;background-color:rgba(0,0,0,.1);align-items:center;gap:0 20px}.toolbar .menu{display:flex;gap:0 2px}@media screen and (max-width:768px){.toolbar{height:100px;flex-wrap:wrap}}.masonry-grid{display:flex}.masonry-column{margin:5px}.card-layout{flex:1;overflow-y:auto;height:91vh;margin:0 10px;transition:all .3s ease}