body{margin:0;display:block;overflow-X:hidden}.ProseMirror-focused{outline:none}body::-webkit-scrollbar{width:1em}body::-webkit-scrollbar-track{box-shadow:inset 0 0 6px rgba(0,0,0,.1);background-color:rgba(0,0,0,.08)}body::-webkit-scrollbar-thumb{background-color:#333;outline:1px solid #333}#__next{display:flex;justify-content:center}.custom-scrollbars__container{display:grid;height:100%;grid-template:auto/1fr 50px;overflow:hidden;position:relative}.custom-scrollbars__content{height:90vh;-ms-overflow-style:none;overflow:auto;padding:0 1rem;scrollbar-width:none}.custom-scrollbars__content::-webkit-scrollbar{display:none}.custom-scrollbars__scrollbar{display:grid;grid-gap:1rem;gap:1rem;grid-auto-flow:row;grid-template:auto 1fr auto/1fr;padding:1rem;place-items:center}.custom-scrollbars__track-and-thumb{display:block;height:100%;position:relative;width:8px}.custom-scrollbars__track{background-color:#ccc;border-radius:12px;bottom:0;cursor:pointer;position:absolute;top:0;width:8px}.custom-scrollbars__thumb{border-radius:12px;background-color:#333;position:absolute;width:8px}