body{margin:0;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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.App{height:100vh;color:var(--fontColor);background:var(--background)}.App input,.App textarea{border:1px solid #eee;border-radius:2px;padding:5px;outline:none;margin:4px 0;font-size:inherit}:is(.App input,.App textarea):focus{border:2px solid var(--shadowColor)}.App textarea{font-family:inherit;font-size:inherit}.App button{padding:8px 12px;border:none;border-radius:3px;background-color:var(--linkColor);font-weight:700;color:#fff;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;justify-content:space-around}.App button svg{fill:#fff;height:16px;width:16px;margin:0 4px 0 -5px}.App button.slim{padding:3px 4px}.App button:disabled{cursor:not-allowed;opacity:.5}.App button:hover{background-color:#708090}.App button.secondary{background:#fff;color:var(--linkColor)}.App button.secondary svg{fill:var(--linkColor);margin:0}.App button.secondary:hover{background-color:#d3d3d3}.App button.plain{background:transparent;color:var(--linkColor);padding:4px;font-size:16px}.App button.plain svg{fill:var(--linkColor);margin:0 4px 0 0}.App .clickable{cursor:pointer}.App a,.App p.link{text-decoration:none;color:var(--linkColor);margin:0}:is(.App a,.App p.link) svg{fill:var(--linkColor)}.App svg{fill:var(--fontColorLighter)}.App .theme-popup{position:absolute;right:80px;top:54px}.App .auth-modal-content{text-align:center}.App .auth-modal-content input{width:calc(90% - 14px)}.App .auth-modal-content .auth-action{margin-top:10px;width:90%}.App .auth-modal-content #google-signin{margin:10px}.App .auth-modal-content #google-signin iframe{margin:0 auto!important}.header{padding:10px 15px;box-shadow:0 1px 3px 0 var(--shadowColor);margin-bottom:2px;background:var(--background);display:flex;align-items:center;flex-wrap:wrap}.header .app-name{flex-grow:1;margin:0}.header .menu-icon{margin-left:10px}.header .header-options{display:flex;align-items:center}.header .header-options a{padding:0 4px;margin-right:5px;color:inherit}.header .header-options a.cheatsheet-link{text-decoration:underline}.header .header-options a svg{margin-top:3px}.header .header-options .header-user-name{flex-grow:1;font-weight:500}.header .header-options .header-user-name>a{color:inherit}.header .header-menu{position:fixed;right:5px;top:46px;background:#fff;flex-direction:column;box-shadow:0 0 1px 0 var(--shadowColor);z-index:100}.header .header-menu a,.header .header-menu p.link{display:block;padding:8px 15px 12px 10px}@media screen and (max-width:390px){.header .header-options{width:100%;margin-top:4px}.header .header-menu{top:70px}}.header .theme-type-selector{height:20px;width:38px;background-color:#888;border-radius:10px;position:relative;margin-right:10px}.header .theme-type-selector .theme-type-selector-lever{height:16px;width:16px;background-color:#fff;border-radius:10px;border:2px solid #888;position:absolute;transition:all .2s linear}.header .theme-type-selector .theme-type-selector-lever.theme-lever-light{left:0}.header .theme-type-selector .theme-type-selector-lever.theme-lever-dark{left:19px}.header .theme-type-selector .theme-type-selector-label{height:18px;margin-top:-6px;padding:2px}.header .theme-type-selector .theme-type-selector-label.theme-label-light{float:right}.header .theme-type-selector .theme-type-selector-label.theme-label-dark{float:left}.modal-container{position:fixed;background:#0008;top:0;left:0;height:100%;width:100%;z-index:100}.modal-container .modal{margin:10% auto auto;width:40%;background:var(--background);border-radius:8px;box-shadow:1px 1px 3px 2px #666}.modal-container .modal .modal-header{padding:20px 20px 10px}.modal-container .modal .modal-footer{padding:20px}.modal-container .modal .modal-footer{text-align:right}.modal-container .modal .modal-content{max-height:60vh;padding:10px 20px;overflow:auto;background:linear-gradient(var(--background) 30%,rgba(255,255,255,0)),linear-gradient(rgba(255,255,255,0),var(--background) 70%) 0 100%,linear-gradient(#0003,#0000),linear-gradient(#0000,#0003) 0 100%;background-repeat:no-repeat;background-color:var(--background);background-size:100% 40px,100% 40px,100% 14px,100% 14px;background-attachment:local,local,scroll,scroll}.modal-container .modal .modal-content p{margin:.5em 0}.modal-container .modal .modal-header{margin:0}.modal-container .modal .modal-header .modal-header-container{display:flex}.modal-container .modal .modal-header .modal-header-container .modal-header{flex-grow:1;font-size:20px}.modal-container .modal .modal-header .modal-header-container .modal-header .modal-header-empty{height:0}.modal-container .modal .modal-header .modal-header-container svg{height:16px;width:16px;min-height:16px;min-width:16px;margin:10px 10px 2px}@media screen and (max-width:760px){.modal-container .modal{width:80%}.modal-container .modal .modal-header{padding:20px 10px 10px}.modal-container .modal .modal-footer{padding:20px 10px}.modal-container .modal .modal-content{padding:10px;max-height:80vh}}.modal-container.empty-footer .modal .modal-footer{padding:0 20px 20px}.notification-popup{padding:15px 40px 15px 15px;background:#444;opacity:.8;max-width:400px;width:fit-content;color:#fff;position:relative;border-radius:4px;z-index:100}.notification-popup.notification-popup-error{background:#b22222}.notification-popup.notification-popup-success{background:green}.notification-popup .notification-popup-close{position:absolute;right:-8px;top:-8px;border-radius:24px;fill:#fff!important;background:#222;padding:4px;height:16px;width:16px}.notification-popup .notification-popup-title{font-weight:700;margin:0 0 5px}.notification-popup .notification-popup-text{margin:0}.card{border-radius:4px;margin:5px;box-shadow:2px 2px 3px 1px var(--shadowColor);padding:10px;background:var(--background)}.card .card-title{margin:0}.page{min-height:100%;background-color:var(--pageBackground);overflow:auto}.page .page-header{display:flex;flex-wrap:wrap;align-items:center;padding:20px}.page .page-header .page-title{margin:0;flex-grow:1}.page .page-header .page-header-actions{display:flex;align-items:flex-end}.page .page-header .page-header-actions>*{margin:0 5px}.page .page-header .page-header-actions svg{height:46px;width:46px}.page .page-content{padding:0 20px}.page .notification-popup{position:absolute;right:60px;top:60px}@media screen and (max-width:700px){.page .page-content,.page .page-header{padding:10px}.page .notification-popup{position:absolute;margin:0 10px;left:0;top:50vh}}.page.no-padding .page-content,.page.no-padding .page-header{padding:0}.page .page-message{padding:0 60px;margin-top:2px;color:#675}.page .page-message .in-page-message p{margin:0 0 20px;font-size:large}.path-route{margin-left:20px;margin-bottom:20px}.path-route .path-route-row{display:flex;align-items:center;flex-wrap:wrap;height:24px}.path-route .folder-published-link svg{height:18px;margin-bottom:-3px}.all-documents .page-header-nested{padding-bottom:10px}.all-documents .page-content{height:100vh;padding-left:0}.all-documents .documents-list-container{display:flex;flex-wrap:wrap;height:100%}.all-documents .documents-list-container .folder-info{margin-right:10px;background-color:var(--editorOptionBackground);height:100%;padding:0 10px 20px 20px}.all-documents .documents-list-container .folder-info p{margin-bottom:4px}.all-documents .documents-list-container .folder-info button{margin-top:10px;width:calc(100% - 20px)}.all-documents .documents-list-container .folder-info textarea{width:calc(100% - 40px);min-height:100px;border:none}.all-documents .documents-list-container .folder-info input{width:calc(100% - 40px);border:none}.all-documents .documents-list{display:flex;flex-wrap:wrap;height:fit-content;padding-left:10px}.all-documents .documents-list .document-card{width:230px;margin:10px}.all-documents .documents-list .document-card .document-card-header{display:flex}.all-documents .documents-list .document-card .document-card-header .document-card-header-title{color:var(--fontColor)}.all-documents .documents-list .document-card .document-card-header svg{height:18px;width:18px;margin-left:4px;margin-top:2px;fill:var(--fontColorLighter)}.all-documents .documents-list .document-card .document-card-slug{font-size:small;display:flex;align-items:center;font-weight:700;text-decoration:underline}.all-documents .documents-list .document-card .document-card-slug a{color:var(--fontColorLighter);display:flex;align-items:center}.all-documents .documents-list .document-card .document-card-slug svg{height:18px;margin-left:4px;fill:var(--fontColorLighter)}.all-documents .documents-list .document-card .document-card-preview{white-space:pre;border-top:2px solid #ccc;border-bottom:2px solid #ccc;height:175px;padding:8px;border-radius:2px;overflow:scroll;zoom:.7;color:var(--fontColor)}.all-documents .documents-list .document-card .document-card-preview.folder-icon{border:none;width:100%;fill:peru}.all-documents .documents-list .document-card .document-card-timestamp{display:flex;flex-wrap:wrap;font-size:small;justify-content:flex-end;padding:2px}.all-documents .documents-list .document-card .document-card-timestamp .document-card-timestamp-label{margin-right:5px}.all-documents svg.folder{fill:peru}.all-documents .modal .modal-content textarea{width:calc(100% - 20px);min-height:50px}.all-documents .modal .modal-content input{width:calc(100% - 20px)}.all-documents .modal .modal-content button{float:right}@media screen and (max-width:700px){.all-documents .page-content{padding-right:0}.all-documents .documents-list-container .folder-info{border-right:none;border-bottom:1px solid var(--dividerColor);height:fit-content;margin-right:0;width:100%}.all-documents .documents-list-container .documents-list{justify-content:center;width:100%}.all-documents .path-route{margin-left:10px}}.preview-container{padding:0;background-color:var(--previewBackground)}.preview-container .preview{padding:0 15px;max-width:66ch;line-height:1.5;overflow:auto}.preview-container .preview img{max-width:100%;vertical-align:middle}.preview-container .preview a{color:#5f9ea0}.preview-container .preview a.generated-heading-autolink{color:inherit}.preview-container .preview a.generated-heading-autolink:hover:after{width:16px;height:16px;content:" ";margin-left:5px;display:inline-block;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke='gray' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E")}.preview-container .preview blockquote{color:var(--fontColorLight);padding:.5em 1.5em;border-left:5px solid rgba(0,0,0,.23);margin:1.2em 0}.preview-container .preview blockquote p{margin-top:0;margin-bottom:0}.preview-container .preview table{border-collapse:collapse;border:1px solid var(--dividerColor)}.preview-container .preview table th,.preview-container .preview table td{padding:6px 13px;border-collapse:collapse;border:1px solid var(--dividerColor)}.preview-container .preview div.block-code-parent{position:relative}.preview-container .preview div.block-code-parent .code-copy{position:absolute;opacity:.9;background:#8884;top:0;right:0;margin:6px;border-radius:4px;height:18px;width:18px;padding:4px}.preview-container .preview div.block-code-parent .code-copy svg{height:18px;width:18px}.cheat-sheet-content .snippet-options-item.complete-guide{width:fit-content;font-size:small;font-weight:700;text-decoration:underline}.cheat-sheet-content .snippet-options{display:flex;flex-wrap:wrap;font-size:small;font-weight:700;text-decoration:underline;margin-bottom:20px}.cheat-sheet-content .snippet-options .snippet-options-item{padding:2px 4px;margin:2px 0;flex-grow:1;text-align:center}.cheat-sheet-content .snippet-options .snippet-options-item.selected{background-color:var(--linkColor);border-radius:4px}.cheat-sheet-content .snippet-blocks{box-shadow:0 0 1px 1px var(--shadowColor);padding:5px 5px 2px;margin:5px auto;align-items:flex-start;max-width:700px}.cheat-sheet-content .snippet-blocks>*{width:100%}.cheat-sheet-content .snippet-blocks button{float:right}.cheat-sheet-content .snippet-blocks .snippet-blocks-item{overflow:scroll}.cheat-sheet-content .snippet-blocks .snippet-blocks-item>*{margin-bottom:10px}.cheat-sheet-content .snippet-blocks .snippet-blocks-item .markdown-text .block-code-snippet{font-size:85%;text-shadow:none;font-family:Menlo,Monaco,Consolas,Andale Mono,Ubuntu Mono,Courier New,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.4;tab-size:4;-webkit-hyphens:none;hyphens:none;padding:10px;margin:.5em 0;overflow:auto;border-radius:5px}.cheat-sheet-content .snippet-blocks .snippet-blocks-item .markdown-text .preview-container{background:inherit}.cheat-sheet-content .snippet-blocks .snippet-blocks-item .markdown-rendered .preview-container .preview{padding-top:5px;padding-bottom:5px;min-height:20px}.editor{padding:10px 0 0;max-height:100vh;overflow:scroll;position:relative}.editor textarea{border:none}.editor textarea:focus{border:none}.editor .mtk6,.editor .mtk8{font-weight:700}.editor .add-snippet-icon{left:2px;position:absolute;height:18px;width:18px;opacity:.5}.editor .snippet-options-item.complete-guide{width:fit-content;font-size:small;font-weight:700;text-decoration:underline}.editor .snippet-options{display:flex;flex-wrap:wrap;font-size:small;font-weight:700;text-decoration:underline}.editor .snippet-options .snippet-options-item{padding:2px 4px;margin:2px 0;flex-grow:1;text-align:center}.editor .snippet-options .snippet-options-item.selected{background-color:var(--linkColor);border-radius:4px}.editor .snippet-blocks{box-shadow:0 0 1px 1px var(--shadowColor);padding:5px 5px 2px;margin:5px 0;align-items:flex-start}.editor .snippet-blocks>*{width:100%}.editor .snippet-blocks button{float:right}.editor .snippet-blocks .snippet-blocks-item{overflow:scroll}.editor .snippet-blocks .snippet-blocks-item>*{margin-bottom:10px}.editor .snippet-blocks .snippet-blocks-item .markdown-text .block-code-snippet{font-size:85%;text-shadow:none;font-family:Menlo,Monaco,Consolas,Andale Mono,Ubuntu Mono,Courier New,monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.4;tab-size:4;-webkit-hyphens:none;hyphens:none;padding:10px;margin:.5em 0;overflow:auto;border-radius:5px}.editor .snippet-blocks .snippet-blocks-item .markdown-text .preview-container{background:inherit}.editor .snippet-blocks .snippet-blocks-item .markdown-rendered .preview-container .preview{padding-top:5px;padding-bottom:5px;min-height:20px}@media screen and (max-width:760px){.editor .snippet-options .snippet-options-item{padding:5px 2px;flex-grow:1;text-align:center}.editor .snippet-blocks{padding:0}.editor .snippet-blocks .preview{padding:0 10px}}.editor-page-container{display:flex;height:100vh;margin-bottom:20px;@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}.editor-page-container hr{background-color:var(--dividerColor);height:1px;border:0;margin:0}.editor-page-container .published-slug-link{display:flex;align-items:center}.editor-page-container .published-slug-link svg{height:18px;width:18px}.editor-page-container.preview-enabled .editor-page-sidebar{width:6%}.editor-page-container.preview-enabled .editor-section{width:50%;min-width:0;margin:0 5px}.editor-page-container .editor-page-sidebar{padding-top:50px;width:20%}.editor-page-container .editor-page-sidebar .all-docs-link{padding-left:20px}.editor-page-container .editor-section{width:60%;min-width:600px;min-height:100%;border-radius:0;overflow:hidden;margin:10px}.editor-page-container .editor-section .editor-options{padding:5px 10px 10px;margin:2px 2px 0;box-shadow:0 0 1px #444;background-color:var(--editorOptionBackground)}.editor-page-container .editor-section .editor-options input{background-color:inherit}.editor-page-container .editor-section .editor-options input::placeholder{color:#888;opacity:1}.editor-page-container .editor-section .editor-options input:-ms-input-placeholder{color:#888}.editor-page-container .editor-section .editor-options input::-ms-input-placeholder{color:gray}.editor-page-container .editor-section .editor-options input:focus{background-color:var(--background)}.editor-page-container .editor-section .editor-options .editor-options-row{padding:2px;display:flex;flex-wrap:wrap;align-items:center;color:var(--fontColorLight)}.editor-page-container .editor-section .editor-options .editor-options-row.slug-option{font-size:small;padding-left:5px;padding-right:5px}.editor-page-container .editor-section .editor-options .editor-options-row .slug-link-prefix{font-weight:200}.editor-page-container .editor-section .editor-options .editor-options-row button{margin:5px;height:min-content}.editor-page-container .editor-section .editor-options .editor-options-row button.plain{padding:0 2px}.editor-page-container .editor-section .editor-options .editor-options-row input{border:none}.editor-page-container .editor-section .editor-options .editor-options-row #doc-name{font-size:22px;padding:4px;flex-grow:1;width:180px;color:var(--fontColor)}.editor-page-container .editor-section .editor-options .editor-options-row #doc-slug{flex-grow:1;font-size:inherit;margin:0;color:var(--fontColor);padding:0}.editor-page-container .editor-section .editor-options .editor-options-row .preview-icon{min-height:24px;min-width:24px;margin:0 5px 0 2px;padding:0 5px}.editor-page-container .editor-section .editor-options .editor-options-row .zen-icon{min-height:28px;min-width:28px;margin-bottom:4px}.editor-page-container .editor-section .editor-options .editor-options-row .snippet-icon{margin:0 5px 0 4px;min-height:24px;min-width:24px}.editor-page-container .editor-section .editor-options .editor-options-row .editor-options-row-label{font-weight:700;color:var(--fontColorLighter)}.editor-page-container .editor-section .editor{padding:20px 0;height:100%;overflow:scroll;margin:0 2px 2px;box-shadow:0 0 1px 0 var(--shadowColor);background-color:var(--editorPaddingColor)}.editor-page-container .preview-section{height:100%;background-color:#fff;width:45%;box-shadow:0 0 2px 0 var(--shadowColor);animation:fadeIn 3s;animation-delay:5s;animation-fill-mode:forwards;overflow-y:hidden}.editor-page-container .preview-section .preview-options{display:flex;align-items:center;padding:0 10px;background-color:var(--backgroundGrey)}.editor-page-container .preview-section .preview-options .doc-name{flex-grow:1}.editor-page-container .preview-section .preview-options .doc-name span{color:var(--fontColor);padding-right:4px}.editor-page-container .preview-section .preview-options .doc-name span:hover{text-decoration:underline}.editor-page-container .preview-section .preview-container{width:100%;max-width:100%;height:100%;overflow-y:scroll}.editor-page-container .preview-section .preview-container .preview{padding-bottom:200px;max-width:100%}@media screen and (max-width:400px){.editor-page-container .editor{zoom:.83}}@media screen and (max-width:760px){.editor-page-container{flex-direction:column}.editor-page-container .editor-section{width:100%;height:100vh;overflow:scroll;border-radius:0;min-width:0;margin:0;min-height:0}.editor-page-container .editor-section .editor-options,.editor-page-container .editor-section .editor{margin:0}.editor-page-container .editor-section .editor{padding:0}.editor-page-container .editor-section .editor-options{padding:0 5px 4px}.editor-page-container .editor-section .editor-options .editor-options-row #doc-name{width:120px;margin:0;font-size:18px}.editor-page-container .editor-section .editor-options .editor-options-row button{font-size:12px;padding:6px 4px;margin:2px}.editor-page-container .editor-section .editor-options .editor-options-row svg{height:13px;width:13px;margin:0}.editor-page-container .editor-section .editor-options .editor-options-row .preview-icon,.editor-page-container .editor-section .editor-options .editor-options-row .zen-icon,.editor-page-container .editor-section .editor-options .editor-options-row .snippet-icon{margin-right:0;margin-left:0}.editor-page-container.preview-enabled .editor-section{height:55vh;width:97%}.editor-page-container .preview-section{width:100%;height:40vh;overflow:scroll;min-width:0}.editor-page-container .editor-page-sidebar{display:none}}.zen-enabled.page-editor{background-color:var(--editorPaddingColor)}.zen-enabled .zen-icon{fill:#48d1cc}.zen-enabled .editor-page-container{height:100vh;margin-bottom:0}.zen-enabled .editor-section{margin:0}.zen-enabled .editor-section .editor-options{padding:0 4px}.zen-enabled .editor-section .editor-options .editor-options-row{padding:0}.zen-enabled .editor-section .editor-options .editor-options-row input,.zen-enabled .editor-section .editor-options .editor-options-row #doc-name{margin:0;padding:0}.zen-enabled .editor-section .editor-options .editor-options-row.slug-option,.zen-enabled .editor-section .editor-options .editor-options-row button{display:none}.zen-enabled .preview-section .preview-options{padding:5px}.zen-enabled .preview-section .preview-options p{margin:0}.page-preview{background:var(--previewBackground)}.page-preview.folder .page-content .doc-info>*{display:none}.page-preview .folder-header{padding:10px;display:flex;align-items:center;background-color:var(--backgroundGrey);width:280px}.page-preview .folder-header .list-icon{padding:2px 4px;box-shadow:0 0 3px 1px var(--shadowColor);border-radius:5px;margin-right:10px}.page-preview .folder-header .folder-header-username-link{color:var(--fontColor);margin-right:8px;font-weight:700}.page-preview .folder-header .folder-header-folder-link{margin-left:8px;background-color:var(--folderLabelColor);padding:3px 8px;color:#fff;border-radius:4px;font-weight:700}.page-preview .published-content{display:flex;min-height:100vh}.page-preview .published-content .folder-outline-container{margin-top:-2px;width:300px;min-width:300px;max-width:300px;overflow:scroll}.page-preview .published-content .folder-outline-container .folder-outline{padding:12px 8px 0}.page-preview .published-content .folder-outline-container .folder-outline a{font-size:14px;font-weight:300;color:var(--fontColorLight)}.page-preview .published-content .folder-outline-container .folder-outline.active>a{color:var(--linkColor)}.page-preview .published-content .folder-outline-container>.folder-outline{height:100%;background-color:var(--backgroundGrey);padding-left:10px;width:300px;padding-top:20px}.page-preview .published-content .folder-outline-container>.folder-outline>a{font-size:18px}.page-preview .published-content .folder-outline-container>.folder-outline>.folder-outline>a{font-size:16px}.page-preview .published-content .document-outline-container{display:none;width:300px}.page-preview .published-content .document-outline-container .document-outline{position:fixed;top:160px;width:300px}.page-preview .published-content .document-outline-container .document-outline a{display:block;font-size:14px;padding:0 0 10px 11px;font-weight:700;color:var(--fontColorLight)}.page-preview .published-content .document-outline-container .document-outline a.document-outline-item-active{color:var(--linkColor)}.page-preview .published-content .document-outline-container .document-outline .document-outline-title{font-weight:300;font-size:18px;padding-left:10px;padding-bottom:4px;margin-bottom:10px;border-bottom:1px solid var(--fontColorLighter)}.page-preview .published-content .preview-container{width:max-content;padding-top:.67em;flex-grow:1;padding-bottom:200px}.page-preview .published-content.show-folder-header .folder-header{width:100%;background-color:var(--previewBackground);box-shadow:0 1px 2px 0 var(--shadowColor);position:fixed;padding:14px;top:0}.page-preview .published-content.show-folder-header .folder-outline-container{position:fixed}.page-preview .published-content.show-folder-header .folder-outline-container>.folder-outline{height:100vh}.page-preview .published-content.show-folder-header .preview-container{margin-left:300px}@media screen and (min-width:760px){.page-preview .published-content .preview{margin:0 auto}.page-preview .published-content .document-outline-container{display:block}.page-preview .published-content .list-icon{display:none}}@media screen and (max-width:760px){.page-preview .published-content{display:flex}.page-preview .published-content .folder-outline-container{overflow:unset}.page-preview .published-content .folder-outline-container.hide{width:0;max-width:0;min-width:0}.page-preview .published-content .folder-outline-container.hide .folder-outline{display:none}.page-preview .published-content .folder-outline-container>.folder-outline{margin-top:50px}.page-preview .published-content .folder-header{width:100%;background-color:var(--previewBackground);box-shadow:0 1px 2px 0 var(--shadowColor);padding:14px;position:absolute;z-index:100}.page-preview .published-content.show-folder-header .preview-container{margin-left:0}.page-preview .published-content.show-folder-header .folder-outline-container{position:relative}.page-preview .published-content.show-folder-header .folder-outline-container>.folder-outline{position:fixed;top:0}.page-preview .published-content .preview-container{margin-left:0;max-width:100%}.page-preview.folder .published-content .preview-container{padding-top:80px}.page-preview.no-folder .published-content{width:100%;justify-content:center;align-items:center}}.page-preview .doc-header{display:flex;align-items:flex-start}.page-preview .doc-header .edit-icon{fill:var(--linkColor);background-color:var(--background);padding:5px;border-radius:5px;box-shadow:0 0 3px 2px var(--shadowColor);margin:4px}.page-preview .doc-header .doc-info{display:flex;flex-wrap:wrap;flex-direction:column;flex-grow:1}.page-preview .doc-header .doc-info a{display:inline-flex;align-items:flex-end;flex-grow:1}.page-preview .doc-header .doc-info .created-date{color:var(--fontColorLighter)}.page-user-home .page-content-user-home>a{color:inherit}.page-user-home .page-content-user-home .card-doc{background-color:var(--previewBackground);margin:20px auto;padding:0;width:600px;max-height:60vh;overflow:hidden}.page-user-home .page-content-user-home .card-doc .card-content-doc{padding:10px}.page-user-home .page-content-user-home .card-doc .card-content-doc .doc-card-options{display:flex;flex-wrap:wrap;font-size:small}.page-user-home .page-content-user-home .card-doc .card-content-doc .doc-card-options a{display:inline-flex;align-items:flex-end;flex-grow:1}.page-user-home .page-content-user-home .card-doc .card-content-doc .doc-card-options a svg{height:14px;width:14px;margin-left:1px;margin-bottom:1px}.page-user-home .page-content-user-home .card-doc .card-content-doc .doc-card-options .created-date{color:var(--fontColorLighter)}@media screen and (max-width:700px){.page-user-home .page-content-user-home .card-doc{width:95%}}
