@charset "UTF-8";html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{overflow-x:hidden}body.with_modal{overflow-y:hidden}img{max-width:100%}button{cursor:pointer}body{font-size:16px;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:400;line-height:1}body.family-serif .notebook_view--input,body.family-serif .notebook_view--textarea,body.family-serif .notebook_view--select,body.family-serif .notebook_view--stat--control,body.family-serif .singleEditor,body.family-serif .multiEditor,body.family-serif .redactor-styles{font-family:Palatino Linotype,Palatino,Palladio,URW Palladio L,Book Antiqua,Baskerville,Bookman Old Style,Bitstream Charter,Nimbus Roman No9 L,Garamond,Apple Garamond,ITC Garamond Narrow,New Century Schoolbook,Century Schoolbook,Century Schoolbook L,Georgia,serif}body.family-sans-serif .notebook_view--input,body.family-sans-serif .notebook_view--textarea,body.family-sans-serif .notebook_view--select,body.family-sans-serif .notebook_view--stat--control,body.family-sans-serif .singleEditor,body.family-sans-serif .multiEditor,body.family-sans-serif .redactor-styles{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}body.family-monospace .notebook_view--input,body.family-monospace .notebook_view--textarea,body.family-monospace .notebook_view--select,body.family-monospace .notebook_view--stat--control,body.family-monospace .singleEditor,body.family-monospace .multiEditor,body.family-monospace .redactor-styles p,body.family-monospace .redactor-styles li{font-family:Consolas,Andale Mono WT,Andale Mono,Lucida Console,Lucida Sans Typewriter,DejaVu Sans Mono,Bitstream Vera Sans Mono,Liberation Mono,Nimbus Mono L,Monaco,Courier New,Courier,monospace}body.size-small .notebook_view--input,body.size-small .notebook_view--textarea,body.size-small .notebook_view--select,body.size-small .notebook_view--stat--control,body.size-small .singleEditor,body.size-small .multiEditor,body.size-small .redactor-styles{font-size:10pt}body.size-medium .notebook_view--input,body.size-medium .notebook_view--textarea,body.size-medium .notebook_view--select,body.size-medium .notebook_view--stat--control,body.size-medium .singleEditor,body.size-medium .multiEditor,body.size-medium .redactor-styles{font-size:12pt}body.size-large .notebook_view--input,body.size-large .notebook_view--textarea,body.size-large .notebook_view--select,body.size-large .notebook_view--stat--control,body.size-large .singleEditor,body.size-large .multiEditor,body.size-large .redactor-styles{font-size:14pt}body.size-xlarge .notebook_view--input,body.size-xlarge .notebook_view--textarea,body.size-xlarge .notebook_view--select,body.size-xlarge .notebook_view--stat--control,body.size-xlarge .singleEditor,body.size-xlarge .multiEditor,body.size-xlarge .redactor-styles{font-size:16pt}h1,h2,h3,h4,h5,h6,p,li{cursor:default}h1,h2,h3,h4,h5,h6{margin:1rem 0 .5rem;font-family:Georgia,Times,Times New Roman,serif;font-weight:700}h1{font-size:32px;font-size:2rem}h2{font-size:28px;font-size:1.75rem}h3{font-size:24px;font-size:1.5rem}h4{font-size:20px;font-size:1.25rem}h5{font-size:18px;font-size:1.125rem}h6{font-size:16px;font-size:1rem}p{margin:0 0 .75rem}p:last-of-type{margin-bottom:0}/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.redactor-animate-hide{display:none!important}.redactor-fadeIn{opacity:0;animation:fadeIn .5s ease-in-out}.redactor-fadeOut{opacity:1;animation:fadeOut .5s ease-in-out}@font-face{font-family:Redactor;src:url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");font-weight:400;font-style:normal}[class^=re-icon-],[class*=" re-icon-"]{font-family:Redactor!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.re-icon-aligncenter:before{content:"\e900"}.re-icon-alignment:before,.re-icon-alignleft:before{content:"\e901"}.re-icon-alignright:before{content:"\e902"}.re-icon-bold:before{content:"\e903"}.re-icon-bookmark:before{content:"\e904"}.re-icon-clips:before{content:"\e905"}.re-icon-codesnippets:before{content:"\e906"}.re-icon-deleted:before{content:"\e907"}.re-icon-expand:before{content:"\e908"}.re-icon-file:before{content:"\e909"}.re-icon-fontcolor:before{content:"\e90a"}.re-icon-fontfamily:before{content:"\e90b"}.re-icon-fontsize:before{content:"\e90c"}.re-icon-format:before{content:"\e90d"}.re-icon-html:before{content:"\e90e"}.re-icon-imagecenter:before{content:"\e90f"}.re-icon-imageleft:before{content:"\e910"}.re-icon-imageright:before{content:"\e911"}.re-icon-image:before{content:"\e912"}.re-icon-indent:before{content:"\e913"}.re-icon-inline:before{content:"\e914"}.re-icon-italic:before{content:"\e915"}.re-icon-line:before,.re-icon-horizontalrule:before{content:"\e916"}.re-icon-link:before{content:"\e917"}.re-icon-ol:before,.re-icon-ordered:before{content:"\e918"}.re-icon-outdent:before{content:"\e919"}.re-icon-properties:before{content:"\e91a"}.re-icon-readmore:before{content:"\e91b"}.re-icon-redo:before{content:"\e91c"}.re-icon-retract:before{content:"\e91d"}.re-icon-specialcharacters:before{content:"\e91e"}.re-icon-sub:before{content:"\e91f"}.re-icon-sup:before{content:"\e920"}.re-icon-table:before{content:"\e921"}.re-icon-textdirection:before{content:"\e922"}.re-icon-toggle:before{content:"\e923"}.re-icon-underline:before{content:"\e924"}.re-icon-undo:before{content:"\e925"}.re-icon-ul:before,.re-icon-lists:before,.re-icon-unordered:before{content:"\e926"}.re-icon-variable:before{content:"\e927"}.re-icon-video:before{content:"\e928"}.re-icon-widget:before{content:"\e929"}.redactor-box,.redactor-box textarea{z-index:auto}.redactor-box{position:relative;box-sizing:border-box}.redactor-box.redactor-styles-on{margin:0;padding:0;border:1px solid rgba(0,0,0,.075);border-radius:3px;box-shadow:none}.redactor-box.redactor-inline{position:static}.redactor-focus.redactor-styles-on,.redactor-focus:focus.redactor-styles-on{border-color:#82b7ec!important}.redactor-over:hover.redactor-styles-on{border-color:#ee698a!important}.redactor-source-view,.redactor-source-view.redactor-styles-on{border-color:#000!important}.redactor-in{position:relative;overflow:auto;white-space:normal;box-sizing:border-box}.redactor-inline .redactor-in{overflow:hidden}.redactor-in *,.redactor-read-only *{outline:none!important}.redactor-in h1:empty,.redactor-in h2:empty,.redactor-in h3:empty,.redactor-in h4:empty,.redactor-in h5:empty,.redactor-in h6:empty,.redactor-in p:empty,.redactor-in blockquote:empty{min-height:1.5em}.redactor-in strong:empty,.redactor-in b:empty,.redactor-in em:empty,.redactor-in i:empty,.redactor-in span:empty,.redactor-in sup:empty,.redactor-in sub:empty,.redactor-in u:empty,.redactor-in ins:empty{display:inline-block;min-width:1px;min-height:1rem}.redactor-in table{empty-cells:show}.redactor-in li figure{width:auto;display:inline-block;margin:0;vertical-align:top}.redactor-in figcaption:focus,.redactor-in figure code:focus,.redactor-in figure pre:focus,.redactor-in table td:focus,.redactor-in table th:focus{outline:none}.redactor-in figure[data-redactor-type=line]{margin-top:1em;padding:6px 0;vertical-align:baseline}.redactor-in figure[data-redactor-type=line] hr{margin:0;height:3px;border:none;background:rgba(0,0,0,.1)}.redactor-component{position:relative}.redactor-component[data-redactor-type=widget]:before,.redactor-component[data-redactor-type=video]:before{width:100%;height:100%;content:"";display:block;position:absolute;z-index:1}.redactor-component[data-redactor-type=image],.redactor-component[data-redactor-type=widget]{clear:both}.redactor-component[data-redactor-type=variable]{white-space:nowrap;background:rgba(0,125,255,.75);color:#fff;display:inline-block;padding:3px 6px;line-height:1;border-radius:4px;cursor:pointer}.redactor-component-active{outline:5px solid rgba(0,125,255,.5)!important}.redactor-component-active[data-redactor-type=image]{outline:none!important}.redactor-component-active[data-redactor-type=image] img{outline:5px solid rgba(0,125,255,.5)!important}.redactor-component-active[data-redactor-type=variable]{outline:none!important;background:#ee698a}.redactor-component-active[data-redactor-type=video]{outline:none!important}.redactor-component-active[data-redactor-type=video] iframe{outline:5px solid rgba(0,125,255,.5)!important}.redactor-blur.redactor-styles-on .redactor-component-active{outline:5px solid #ddd!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image]{outline:none!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img{outline:5px solid #ddd!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video]{outline:none!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe{outline:5px solid #ddd!important}.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable]{outline:none!important;background:#ddd}.redactor-component-caret{position:absolute;left:-9999px}.redactor-textnodes-wrapper{display:inline-block}#redactor-image-resizer{position:absolute;z-index:1050;background-color:#007dffe6;width:13px;height:13px;border:1px solid #fff;cursor:move;cursor:nwse-resize}.redactor-file-item{display:inline-block;line-height:1;padding:4px 12px;border-radius:16px;border:1px solid rgba(0,0,0,.2)}.redactor-file-remover{margin-left:2px;position:relative;right:-3px;display:inline-block;padding:0 3px;cursor:pointer;opacity:.5}.redactor-file-remover:hover{opacity:1}#redactor-overlay{position:fixed;z-index:1051;top:0;left:0;right:0;bottom:0;background-color:#1010122e}#redactor-overlay>.redactor-close{position:fixed;top:1rem;right:1rem}.redactor-placeholder:before{position:absolute;content:attr(placeholder);color:#0006;font-weight:400}.redactor-in figcaption[placeholder]:empty:before{content:attr(placeholder);color:#0006;font-weight:400}.redactor-in figcaption[placeholder]:empty:focus:before{content:""}.redactor-statusbar{margin:0;padding:8px 0;position:relative;overflow:hidden;list-style:none;box-sizing:border-box;border:none}.redactor-statusbar li{float:right;font-size:12px;color:#00000080;padding:0 10px;line-height:16px;border-right:1px solid rgba(0,0,0,.1)}.redactor-statusbar li:first-child{border-right-color:transparent}.redactor-statusbar a{color:#00000080;text-decoration:underline}.redactor-statusbar a:hover{color:#f03c69;text-decoration:underline}.redactor-statusbar:empty{display:none}.redactor-toolbar-wrapper{position:relative}.redactor-toolbar,.redactor-air{z-index:100;font-family:Trebuchet MS,Helvetica Neue,Helvetica,Tahoma,sans-serif;position:relative;margin:0!important;padding:0;list-style:none!important;line-height:1!important;background:none;border:none;box-sizing:border-box}.redactor-box.redactor-styles-on .redactor-toolbar{padding:18px 16px 0}.redactor-toolbar a,.redactor-air a{display:inline-block;box-sizing:border-box;font-size:14px;text-align:center;padding:10px 15px 9px;cursor:pointer;outline:none;border:none;vertical-align:middle;text-decoration:none;zoom:1;position:relative;color:#000000d9;border-radius:2px;background:rgba(255,255,255,.97);box-shadow:0 1px 2px #00000038;margin-right:5px;margin-bottom:4px}.redactor-toolbar a.re-button-icon,.redactor-air a.re-button-icon{font-size:16px;padding:9px 15px 6px}.redactor-toolbar a:hover,.redactor-air a:hover{outline:none;color:#fff;background:#449aef}.redactor-toolbar a.redactor-button-active{background:rgba(245,245,245,.95);color:#0006}.redactor-toolbar a.redactor-button-disabled,.redactor-air a.redactor-button-disabled{opacity:.3}.redactor-toolbar a.redactor-button-disabled:hover,.redactor-air a.redactor-button-disabled:hover{color:#333;outline:none;background-color:transparent!important;cursor:default}.redactor-source-view .redactor-toolbar{background:#252525}.redactor-source-view .redactor-toolbar a{background:#000;color:#fff}.redactor-source-view .redactor-toolbar a:hover{background:#449aef}.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover{color:#fff!important;background-color:#000!important}.re-button-tooltip{display:none;position:absolute;white-space:nowrap;top:0;z-index:1052;background:rgba(0,0,0,.9);border-radius:3px;padding:5px 9px;color:#fffc;font-size:12px;line-height:1;font-family:Consolas,Menlo,Monaco,Courier New,monospace}.re-button-tooltip:after{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:none;border-bottom-color:#000000e6;border-width:4px;margin-left:-4px}.redactor-voice-label{display:none}.redactor-dropdown{font-family:Trebuchet MS,Helvetica Neue,Helvetica,Tahoma,sans-serif;display:none;position:absolute;z-index:1051;background-color:#fff;box-shadow:0 4px 14px #0003;border-radius:2px;width:264px;max-height:250px;margin:-1px 0 0;overflow:auto;font-size:15px;padding:0}.redactor-dropdown a span{display:inline-block;line-height:1;padding:2px 4px;border-radius:3px}.redactor-dropdown a{display:block;text-decoration:none;padding:10px 8px;white-space:nowrap;border-bottom:1px solid rgba(0,0,0,.05)}.redactor-dropdown a:last-child{border-bottom-color:transparent}.redactor-dropdown a{color:#000}.redactor-dropdown a:hover{color:#fff!important;background-color:#449aef!important}.redactor-dropdown a.redactor-dropdown-item-disabled{color:#0006;background:#fff}.redactor-dropdown-cells{margin:10px auto}.redactor-dropdown-cells a,.redactor-dropdown-cells span{float:left;cursor:pointer;box-sizing:border-box;text-align:center;padding:0;margin:0;font-size:14px}.redactor-dropdown-selector{display:flex;text-align:center}.redactor-dropdown-selector span{flex-grow:1;font-size:12px;padding:8px;cursor:pointer}.redactor-dropdown-selector span:hover{background:#eee}.redactor-dropdown-selector span.active{cursor:text;color:#0000004d;background:#eee}.redactor-dropdown-format .redactor-dropdown-item-blockquote{color:#0006;font-style:italic}.redactor-dropdown-format .redactor-dropdown-item-pre{font-family:monospace,sans-serif}.redactor-dropdown-format .redactor-dropdown-item-h1{font-size:40px;font-weight:700;line-height:32px}.redactor-dropdown-format .redactor-dropdown-item-h2{font-size:32px;font-weight:700;line-height:32px}.redactor-dropdown-format .redactor-dropdown-item-h3{font-size:24px;font-weight:700;line-height:24px}.redactor-dropdown-format .redactor-dropdown-item-h4{font-size:21px;font-weight:700;line-height:24px}.redactor-dropdown-format .redactor-dropdown-item-h5{font-size:18px;font-weight:700;line-height:24px}.redactor-dropdown-format .redactor-dropdown-item-h6{font-size:14px;text-transform:uppercase;font-weight:700;line-height:24px}#redactor-modal{position:fixed;top:0;left:0;bottom:0;right:0;overflow-x:hidden;overflow-y:auto;z-index:1051;font-family:Trebuchet MS,Helvetica Neue,Helvetica,Tahoma,sans-serif;line-height:24px}.redactor-modal{position:relative;margin:16px auto;padding:0;background:#fff;box-shadow:0 0 0 1px #00000012,0 2px 15px #50505040;border-radius:3px;color:#000}.redactor-modal form{margin:0;padding:0;box-sizing:border-box}.redactor-modal input,.redactor-modal select,.redactor-modal textarea{box-sizing:border-box;display:block;width:100%;font-family:inherit;font-size:16px;height:40px;outline:none;vertical-align:middle;background-color:#fff;border:1px solid #cacfd4;border-radius:.1875em;box-shadow:none;padding:0 .5em}.redactor-modal textarea{padding:.5em;height:auto;line-height:1.5;vertical-align:top}.redactor-modal select{-webkit-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');background-repeat:no-repeat;background-position:right .65em center;padding-right:28px}.redactor-modal select[multiple]{background-image:none;height:auto;padding:.5em .75em}.redactor-modal input[type=file]{width:auto;border:none;padding:0;height:auto;background:none;box-shadow:none;display:inline-block}.redactor-modal input[type=radio],.redactor-modal input[type=checkbox]{display:inline-block;width:auto;height:auto;padding:0;vertical-align:middle;position:relative;bottom:.15rem;font-size:115%;margin-right:3px}.redactor-modal .form-item{margin-bottom:20px}.redactor-modal .form-item:last-child{margin-bottom:0}.redactor-modal fieldset{border:1px solid rgba(0,0,0,.1);border-radius:3px;padding:16px 16px 20px;margin-bottom:20px}.redactor-modal fieldset .form-item{margin-bottom:12px}.redactor-modal label{display:block;color:#555;margin-bottom:.25em;font-size:14px}.redactor-modal label .desc,.redactor-modal label .success,.redactor-modal label .error{text-transform:none;font-weight:400}.redactor-modal label.checkbox{font-size:16px;line-height:1.5;cursor:pointer;color:inherit}.redactor-modal .form-checkboxes label.checkbox{display:inline-block;margin-right:1em}.redactor-modal input:hover,.redactor-modal textarea:hover,.redactor-modal select:hover{outline:none;background-color:#fff;border-color:#969fa9;box-shadow:none}.redactor-modal input:focus,.redactor-modal textarea:focus,.redactor-modal select:focus{transition:all linear .2s;outline:none;background-color:#fff;border-color:#007dff80;box-shadow:0 0 3px #007dff80}.redactor-modal input.error,.redactor-modal textarea.error,.redactor-modal select.error{background-color:#ff32651a;border:1px solid rgb(255,126.5,158.4682926829)}.redactor-modal input.error:focus,.redactor-modal textarea.error:focus,.redactor-modal select.error:focus{border-color:#ff3265;box-shadow:0 0 1px #ff3265}.redactor-modal input.success,.redactor-modal textarea.success,.redactor-modal select.success{background-color:#2fc4b61a;border:1px solid rgb(101.3456790123,218.1543209877,207.1790123457)}.redactor-modal input.success:focus,.redactor-modal textarea.success:focus,.redactor-modal select.success:focus{border-color:#2fc4b6;box-shadow:0 0 1px #2fc4b6}.redactor-modal input:disabled,.redactor-modal input:disabled:hover,.redactor-modal input.disabled,.redactor-modal input.disabled:hover,.redactor-modal textarea:disabled,.redactor-modal textarea:disabled:hover,.redactor-modal textarea.disabled,.redactor-modal textarea.disabled:hover,.redactor-modal select:disabled,.redactor-modal select:disabled:hover,.redactor-modal select.disabled,.redactor-modal select.disabled:hover{resize:none;opacity:.6;cursor:default;font-style:italic;color:#00000080;border:1px solid #cacfd4;box-shadow:none;background-color:#fff}.redactor-modal .req{position:relative;top:1px;font-weight:700;color:#ff3265;font-size:110%}.redactor-modal .desc{color:#33333380;font-size:12px}.redactor-modal span.desc{margin-left:.25em}.redactor-modal div.desc{margin-top:.25em}.redactor-modal span.success,.redactor-modal span.error{font-size:12px;margin-left:.25em}.redactor-modal div.desc{margin-bottom:-.5em}.redactor-modal .redactor-close{position:absolute;top:16px;right:12px;font-size:30px;line-height:30px;padding:0 4px;color:#000;opacity:.3;cursor:pointer}.redactor-modal .redactor-close:hover{opacity:1}.redactor-modal .redactor-close:before{content:"\d7"}.redactor-modal button{display:inline-flex;align-items:center;text-decoration:none;text-align:center;font-family:inherit;font-size:15px;font-weight:500;color:#007dff;background-color:#fff;border-radius:3px;border:2px solid #007dff;min-height:40px;outline:none;padding:.5em 1.25em;cursor:pointer;line-height:1.2;vertical-align:middle;-webkit-appearance:none}.redactor-modal button:hover{outline:none;text-decoration:none;background:none;color:#007dff99;border-color:#007dff80}.redactor-modal button.redactor-button-secondary{border-color:#2a2e34;color:#2a2e34}.redactor-modal button.redactor-button-secondary:hover{color:#2a2e3499;border-color:#2a2e3480}.redactor-modal button.redactor-button-danger,.redactor-modal button.redactor-button-unstyled{background:none;border-color:transparent;color:#2a2e3499}.redactor-modal button.redactor-button-danger:hover,.redactor-modal button.redactor-button-unstyled:hover{background:none;border-color:transparent;color:#ff3265;text-decoration:underline}.redactor-modal .redactor-modal-group:after{content:"";display:table;clear:both}.redactor-modal .redactor-modal-side{float:left;width:30%;margin-right:4%}.redactor-modal .redactor-modal-side img{max-width:100%;height:auto;display:block}.redactor-modal .redactor-modal-area{float:left;width:66%}.redactor-modal[dir=rtl] .redactor-close{left:12px;right:auto}.redactor-modal[dir=rtl] textarea{direction:ltr;text-align:left}.redactor-modal[dir=rtl] .redactor-modal-footer button.redactor-button-unstyled{float:left;margin-left:0}.redactor-modal-header{padding:20px;font-size:18px;line-height:24px;font-weight:700;color:#000;border-bottom:1px solid rgba(0,0,0,.05)}.redactor-modal-header:empty{display:none}.redactor-modal-body{padding:32px 48px 40px}.redactor-modal-footer{padding:24px;border-top:1px solid rgba(0,0,0,.05);overflow:hidden}.redactor-modal-footer button{margin-right:4px}.redactor-modal-footer button.redactor-button-unstyled{margin-right:0;float:right}.redactor-modal-footer:empty{display:none}.redactor-modal-tabs{display:flex;border-bottom:2px solid rgba(0,0,0,.05);margin-bottom:1em}.redactor-modal-tabs a{font-size:15px;padding:2px 0;text-decoration:none;color:#00000080;border-bottom:2px solid transparent;margin-bottom:-2px;margin-right:14px}.redactor-modal-tabs a:hover{transition:all linear .2s}.redactor-modal-tabs a:hover,.redactor-modal-tabs a.active{font-weight:500;color:#007dff;border-bottom-color:#007dff}.redactor-styles{margin:0;padding:16px 18px;color:#333;font-family:Trebuchet MS,Helvetica Neue,Helvetica,Tahoma,sans-serif;font-size:1em;line-height:1.5;box-sizing:border-box}.redactor-styles *,.redactor-styles *:before,.redactor-styles *:after{box-sizing:inherit}.redactor-styles[dir=rtl]{direction:rtl;unicode-bidi:embed}.redactor-styles[dir=rtl] ul li,.redactor-styles[dir=rtl] ol li{text-align:right}.redactor-styles[dir=rtl] ul,.redactor-styles[dir=rtl] ol,.redactor-styles[dir=rtl] ul ul,.redactor-styles[dir=rtl] ol ol,.redactor-styles[dir=rtl] ul ol,.redactor-styles[dir=rtl] ol ul{margin:0 1.5em 0 0}.redactor-styles[dir=rtl] figcaption{text-align:right}.redactor-styles a,.redactor-styles a:hover{color:#3397ff}.redactor-styles p,.redactor-styles dl,.redactor-styles blockquote,.redactor-styles hr,.redactor-styles pre,.redactor-styles table,.redactor-styles figure,.redactor-styles address{padding:0;margin:0 0 1em}.redactor-styles ul,.redactor-styles ol{padding:0}.redactor-styles ul,.redactor-styles ul ul,.redactor-styles ul ol,.redactor-styles ol,.redactor-styles ol ul,.redactor-styles ol ol{margin:0 0 0 1.5em}.redactor-styles ul li,.redactor-styles ol li{text-align:left}.redactor-styles ol ol li{list-style-type:lower-alpha}.redactor-styles ol ol ol li{list-style-type:lower-roman}.redactor-styles ul,.redactor-styles ol{margin-bottom:1em}.redactor-styles h1,.redactor-styles h2,.redactor-styles h3,.redactor-styles h4,.redactor-styles h5,.redactor-styles h6{font-weight:700;color:#111;text-rendering:optimizeLegibility;margin:0 0 .5em;padding:0;line-height:1.2}.redactor-styles h1{font-size:2.0736em}.redactor-styles h2{font-size:1.728em}.redactor-styles h3{font-size:1.44em}.redactor-styles h4{font-size:1.2em}.redactor-styles h5{font-size:1em}.redactor-styles h6{font-size:.8333333333em;text-transform:uppercase;letter-spacing:.035em}.redactor-styles blockquote{font-style:italic;color:#00000080;border:none}.redactor-styles table{width:100%}.redactor-styles time,.redactor-styles small,.redactor-styles var,.redactor-styles code,.redactor-styles kbd,.redactor-styles mark{display:inline-block;font-family:Consolas,Menlo,Monaco,Courier New,monospace;font-size:87.5%;line-height:1;color:#333333e6}.redactor-styles var,.redactor-styles cite{opacity:.6}.redactor-styles var{font-style:normal}.redactor-styles dfn,.redactor-styles abbr{text-transform:uppercase}.redactor-styles dfn[title],.redactor-styles abbr[title]{text-decoration:none;border-bottom:1px dotted rgba(0,0,0,.5);cursor:help}.redactor-styles code,.redactor-styles kbd{position:relative;top:-1px;padding:.25em .25em .2em;border-radius:2px}.redactor-styles code{background-color:#eff1f2}.redactor-styles mark{border-radius:2px;padding:.125em .25em;background-color:#fdb833}.redactor-styles kbd{border:1px solid #e5e7e9}.redactor-styles sub,.redactor-styles sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}.redactor-styles sub{bottom:-.25em}.redactor-styles sup{top:-.5em}.redactor-styles pre{font-family:Consolas,Menlo,Monaco,Courier New,monospace;font-size:.9em}.redactor-styles pre,.redactor-styles pre code{background-color:#f6f7f8;padding:0;top:0;display:block;line-height:1.5;color:#333333d9;overflow:none;white-space:pre-wrap}.redactor-styles pre{padding:1rem}.redactor-styles table{border-collapse:collapse;max-width:100%;width:100%}.redactor-styles table caption{text-transform:uppercase;padding:0;color:#00000080;font-size:11px}.redactor-styles table th,.redactor-styles table td{border:1px solid #eee;padding:16px 16px 15px}.redactor-styles table tfoot th,.redactor-styles table tfoot td{color:#00000080}.redactor-styles img,.redactor-styles video,.redactor-styles audio,.redactor-styles embed,.redactor-styles object{max-width:100%}.redactor-styles img,.redactor-styles video,.redactor-styles embed,.redactor-styles object{height:auto!important}.redactor-styles img{vertical-align:middle;-ms-interpolation-mode:bicubic}.redactor-styles figcaption{display:block;opacity:.6;font-size:12px;font-style:italic;text-align:left}.upload-redactor-box{display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;border:5px dashed rgba(0,125,255,.15);position:relative;width:100%;min-height:220px;background:#fff;cursor:pointer;overflow:hidden;text-align:center}.upload-redactor-placeholder{font-size:15px;line-height:1.5;color:#0000004d;font-style:italic}.upload-redactor-hover{background-color:#007dff13}.upload-redactor-error{background-color:#ff326513}.upload-redactor-box-hover{outline:5px dashed rgba(0,125,255,.3)}.upload-redactor-box-error{outline:5px dashed rgba(255,50,101,.3)}#redactor-progress{position:fixed;top:0;left:0;width:100%;z-index:1000000;height:10px}#redactor-progress span{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;display:block;width:100%;height:100%;background-color:#007dff;background-size:40px 40px}@-webkit-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:40px 0}to{background-position:0 0}}.redactor-box-fullscreen{z-index:1051;position:fixed;top:0;left:0;width:100%}.redactor-box-fullscreen-target{position:absolute!important}.redactor-body-fullscreen .redactor-dropdown,.redactor-body-fullscreen .redactor-context-toolbar{z-index:1052}.redactor-body-fullscreen #redactor-overlay{z-index:1098}.redactor-body-fullscreen #redactor-modal{z-index:1099}.swal2-icon{width:5rem!important;height:5rem!important;margin:1.25rem auto 1.875rem!important;border-width:.25rem!important}.dropzone{min-height:0!important;max-width:200px;margin:.75rem auto;padding:10px 20px!important;background:transparent!important}.vue-dropzone{border-width:1px!important;font-family:inherit!important}.dropzone .dz-message{margin:0!important}.dropzone-message{line-height:1.3}.imageUpload{margin:.75rem 0;text-align:center}.imageUpload-inner{position:relative;display:inline-block;padding:10px;border:1px solid}.imageUpload-image{display:block;max-height:200px;margin:0 auto .5rem}.imageUpload-buttons{text-align:center}.imageUpload-button{font-size:12px}.imageUpload-loader{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#fff6}.imageUpload-loader-icon{position:absolute;top:50%;left:0;right:0;margin-top:-20px;font-size:40px;text-align:center}.box{max-width:1100px;margin-right:auto;margin-left:auto;border:1px solid}.box.skinny{max-width:900px}.box--header{position:relative;min-height:3rem;padding:.75rem 1rem;border-bottom:1px solid}.box--title{margin:0}.box--title i,.box--title svg{width:1.5rem;margin-right:.5rem;text-align:center}.box--header--buttons{position:absolute;top:50%;right:.75rem;margin-top:-1rem}.box--header--button{display:inline-block;padding:0 12px;border:1px solid;line-height:2rem;text-decoration:none}.box--content{padding:1rem}.box--filters{margin:-.5rem 0 1.5rem;text-align:right}.box--filters--button{display:inline-block;margin:0 .25rem;font-size:14px;font-size:.875rem;text-decoration:none}.box--filters--button:focus{outline:none}.box--footer{padding:.5rem 1rem;border-top:1px solid}.box--footer--text{margin:0;line-height:2}button{border:none}.btn{display:block;padding:.5rem 1.25rem;border:1px solid;font-size:16px;font-size:1rem;text-align:center;line-height:1.25;text-decoration:none;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer}.btn:focus{outline:none}.btn.block{width:100%}.btn.small{padding:.25rem .875rem;font-size:14px;font-size:.875rem}.btn.link{display:inline-block;padding:0;border:none;font-size:80%;line-height:inherit}.singleEditor{display:block;width:auto;max-width:100%;margin-right:auto;margin-left:auto;border:1px solid}.singleEditor:focus{outline:none}.multiEditor{width:100%;border:1px solid}.multiEditor:focus{outline:none}.redactor-in{border:1px solid;border-top:none}.redactor-in:focus{outline:none}.redactor-in p{margin:0 0 .75rem}.redactor-in p,.redactor-in li{line-height:1.75;cursor:text}.redactor-in ul,.redactor-in ol{margin:0 0 .75rem;padding-left:2rem}.form_block:after{content:"";display:table;clear:both}.form_block{margin-bottom:1.5em}.form_block:last-of-type{margin-bottom:0}.form_block .btn{float:right;margin-left:1rem}@media (max-width: 37.5em){.form_block .btn{float:none;width:100%;margin-bottom:1rem;margin-left:0}}.form_block.right{float:right;width:48%}@media (max-width: 43.75em){.form_block.right{float:none;width:100%}}.form_block.left{float:left;width:48%}@media (max-width: 43.75em){.form_block.left{float:none;width:100%}}.form_block.first{float:left;width:32%}@media (max-width: 43.75em){.form_block.first{float:none;width:100%}}.form_block.middle{float:left;width:32%;margin:0 2%}@media (max-width: 43.75em){.form_block.middle{float:none;width:100%;margin:0 0 1.5rem}}.form_block.last{float:left;width:32%}@media (max-width: 43.75em){.form_block.last{float:none;width:100%}}.form_block.clear{clear:both}.form_block.highlight{display:none}.form_block.horizontal:after{content:"";display:table;clear:both}.form_block.horizontal .form_label{float:left;width:20%;margin-bottom:0;text-align:right;line-height:36px}.form_block.horizontal .form_control{float:right;width:78%}@media (max-width: 43.75em){.form_block.horizontal .form_label{float:none;width:100%;margin-bottom:.75rem;text-align:left;line-height:1}.form_block.horizontal .form_control{float:none;width:100%}}.form_block.one_line{display:flex}@media (max-width: 43.75em){.form_block.one_line{display:block}}.form_block .one_line--label{flex-shrink:0;flex-basis:130px;margin-bottom:0;line-height:36px}.form_block .one_line--label .form_label{margin-bottom:0}@media (max-width: 43.75em){.form_block .one_line--label{margin-bottom:.75rem;line-height:1}}.form_block .one_line--inputs{flex-grow:1}.form_block .one_line--inputs .form_control{padding-top:7px;padding-bottom:7px}.form_block .one_line--inputs--two_columns{display:flex}@media (max-width: 31.25em){.form_block .one_line--inputs--two_columns{display:block}}.form_block .one_line--inputs--two_columns .left{width:48%}@media (max-width: 31.25em){.form_block .one_line--inputs--two_columns .left{width:100%;margin-bottom:8px}}.form_block .one_line--inputs--two_columns .right{width:48%;margin-left:auto}@media (max-width: 31.25em){.form_block .one_line--inputs--two_columns .right{width:100%;margin-left:0}}.form_question:after{content:"";display:table;clear:both}.form_question{margin-bottom:1.5em}.form_answer{float:right;margin-left:1rem;padding:.5rem;border:1px solid}.form_answer input{display:none}.form_label{display:block;margin-bottom:.75rem}.form_control{display:block;width:100%;padding:.5rem;border:1px solid;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form_control.error{border-color:#c02f1d!important}.form_control:focus{outline:none}.form_control.small{padding:.25rem .5rem;line-height:1}.form_help_text{margin-top:4px;font-size:.875rem;text-align:right}.form_toggle--question{float:left;line-height:2rem}.form_toggle--answers{float:right}.form_toggle--input{position:absolute!important;clip:rect(0,0,0,0);height:1px;width:1px;border:0;overflow:hidden}.form_toggle--label{float:right;display:inline-block;min-width:60px;margin:.25rem 0;padding:0 .5rem;border:1px solid;text-align:center;line-height:1.5rem;transition:all .1s ease-in-out}.form_toggle--label:hover{cursor:pointer}.form_toggle--label.right{border-radius:0 4px 4px 0}.form_toggle--label.left{border-right:0;border-radius:4px 0 0 4px}.form_options .form_options--value,.form_options.two .form_options--value{width:48%;margin-right:2%}.form_options.three .form_options--value{width:32%;margin-right:1.3%}@media (max-width: 50em){.form_options.three .form_options--value{width:48%;margin-right:2%}}@media (max-width: 31.25em){.form_options.three .form_options--value{width:100%;margin-right:0}}.form_options.four .form_options--value{width:24%;margin-right:1%}@media (max-width: 81.25em){.form_options.four .form_options--value{width:32%;margin-right:1.3%}}@media (max-width: 50em){.form_options.four .form_options--value{width:48%;margin-right:2%}}@media (max-width: 31.25em){.form_options.four .form_options--value{width:100%;margin-right:0}}.form_options--title{margin-bottom:.75rem}.form_options--value{float:left;margin-bottom:.75rem}.form_options--input{position:absolute!important;clip:rect(0,0,0,0);height:1px;width:1px;border:0;overflow:hidden}.form_options--label{display:block;padding:.5rem;border:1px solid;text-align:center;transition:all .1s ease-in-out}.form_options--label:hover{cursor:pointer}.form_message{padding:1rem;border:1px solid}.form_message--heading,.form_message--text{text-align:center}.form_message--heading{margin:0 0 .5rem}.form_checkbox{margin:0 1rem}.form_checkbox--input{margin-right:8px}.form_checkbox--link{color:#dc5b21;text-decoration:none}.modal_overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;overflow:hidden;opacity:.92}.modal_close{position:fixed;top:10px;right:10px;font-size:30px;line-height:1}.modal{position:fixed;top:10vh;left:50%;z-index:151;overflow:hidden;opacity:1;height:80vh;width:90%;max-width:1000px;transition:all .5s;transform:translate(-50%)}.modal.large{max-width:1400px}.modal_header{position:relative;height:5rem;padding:1rem}.modal_title{margin:0;font-size:2rem;line-height:3rem;text-align:center}.modal_title.with_description{margin-top:-.75rem}.modal_description{margin:0 0 1rem;text-align:center}.modal_body{position:absolute;top:5rem;right:0;bottom:0;left:0;overflow-y:auto;padding:1rem}.theme-light{background-color:#ebe9e2;color:#737373}.theme-light h1,.theme-light h2,.theme-light h3,.theme-light h4,.theme-light h5,.theme-light h6{color:#343a40}.theme-light a:link,.theme-light a:visited{color:#dc5b21}.theme-light a:active,.theme-light a.active{color:inherit}.theme-light a:hover{color:#737373}.theme-light button{background-color:transparent;border-color:transparent;color:#737373}.theme-light input::-webkit-input-placeholder{color:#c3c3c3}.theme-light input::-moz-placeholder{color:#c3c3c3}.theme-light input:-ms-input-placeholder{color:#c3c3c3}.theme-light input:-moz-placeholder{color:#c3c3c3}.theme-light .message{background-color:#d1ecf1;color:#00a8ff}.theme-light .message.success{background-color:#d4edda;color:#228b22}.theme-light .message.error{background-color:#f8d7da;color:#c02f1d}.theme-light .message.warning{background-color:#fff3cd;color:#f08c2d}.theme-light .box{background-color:#fff;border-color:#bababa}.theme-light .box--filters--button:link,.theme-light .box--filters--button:visited{color:#bababa}.theme-light .box--filters--button:active,.theme-light .box--filters--button.active{color:inherit}.theme-light .box--filters--button:hover{color:#dc5b21}.theme-light .box--filters--button{color:#bababa}.theme-light .box--filters--button.active:link,.theme-light .box--filters--button.active:visited{color:#737373}.theme-light .box--filters--button.active:active,.theme-light .box--filters--button.active.active{color:inherit}.theme-light .box--filters--button.active:hover{color:#dc5b21}.theme-light .box--filters--button.active{color:#737373}.theme-light .box--filters--button:focus{color:#dc5b21}.theme-light .box--header{background-color:#f7f7f7;border-color:#d1d1d1}.theme-light .box--title{color:#737373}.theme-light .box--title i,.theme-light .box--title svg{color:#bababa}.theme-light .box--header--button:link,.theme-light .box--header--button:visited{color:#dc5b21}.theme-light .box--header--button:active,.theme-light .box--header--button.active{color:inherit}.theme-light .box--header--button:hover{color:#fff}.theme-light .box--header--button{background-color:#fff;border-color:#dc5b21;color:#dc5b21}.theme-light .box--header--button:hover{background-color:#dc5b21}.theme-light .box--footer{background-color:#f7f7f7;border-color:#d1d1d1}.theme-light .btn:link,.theme-light .btn:visited{color:#737373}.theme-light .btn:active,.theme-light .btn.active{color:inherit}.theme-light .btn:hover{color:#d1d1d1}.theme-light .btn{background-color:#d1d1d1;border-color:transparent;color:#737373}.theme-light .btn:hover{background-color:#495057}.theme-light .btn:focus{box-shadow:#d1d1d1 0 0 0 3px}.theme-light .btn.primary:link,.theme-light .btn.primary:visited{color:#fff}.theme-light .btn.primary:active,.theme-light .btn.primary.active{color:inherit}.theme-light .btn.primary:hover{color:#fff}.theme-light .btn.primary{background-color:#dc5b21;color:#fff}.theme-light .btn.primary:hover{background-color:#a94917}.theme-light .btn.primary:focus{box-shadow:#e28c66 0 0 0 3px}.theme-light .btn.outline:link,.theme-light .btn.outline:visited{color:#737373}.theme-light .btn.outline:active,.theme-light .btn.outline.active{color:inherit}.theme-light .btn.outline:hover{color:#fff}.theme-light .btn.outline{background-color:transparent;border-color:#d1d1d1;color:#737373}.theme-light .btn.outline:hover{background-color:#dc5b21;border-color:#dc5b21}.theme-light .btn.outline:focus{box-shadow:#e28c66 0 0 0 3px}.theme-light .btn.outline.primary:link,.theme-light .btn.outline.primary:visited{color:#dc5b21}.theme-light .btn.outline.primary:active,.theme-light .btn.outline.primary.active{color:inherit}.theme-light .btn.outline.primary:hover{color:#fff}.theme-light .btn.outline.primary{border-color:#dc5b21;color:#dc5b21}.theme-light .btn.text:link,.theme-light .btn.text:visited{color:#bababa}.theme-light .btn.text:active,.theme-light .btn.text.active{color:inherit}.theme-light .btn.text:hover{color:#dc5b21}.theme-light .btn.text{background-color:#fff;color:#bababa}.theme-light .btn.text:focus{color:#a94917}.theme-light .btn.link:link,.theme-light .btn.link:visited{color:#dc5b21}.theme-light .btn.link:active,.theme-light .btn.link.active{color:inherit}.theme-light .btn.link:hover{color:#a94917}.theme-light .btn.link{background-color:transparent;color:#dc5b21}.theme-light .btn.link:focus,.theme-light .btn.link:hover{background-color:transparent;box-shadow:none;color:#a94917}.theme-light .btn.floating:link,.theme-light .btn.floating:visited{color:#737373}.theme-light .btn.floating:active,.theme-light .btn.floating.active{color:inherit}.theme-light .btn.floating:hover{color:#fff}.theme-light .btn.floating{background-color:transparent;color:#737373}.theme-light .btn.floating:hover{background-color:#dc5b21;border-color:#dc5b21}.theme-light .btn.floating:focus{box-shadow:#e28c66 0 0 0 3px}.theme-light .form_control{background-color:transparent;border-color:#d1d1d1;color:#868686}.theme-light .form_control:focus{color:#000;background-color:#fff}.theme-light .form_help_text{color:#bababa}.theme-light .form_toggle--input:checked+label{background-color:#fff;color:#737373}.theme-light .form_toggle--label{background-color:#d1d1d1;border-color:#c3c3c3;color:#bababa}.theme-light .form_toggle--label:hover{background-color:#e0e0e0;color:#dc5b21}.theme-light .form_options--input:checked+label{background-color:#d1d1d1}.theme-light .form_options--label{border-color:#c3c3c3}.theme-light .form_message.success{border-color:#228b22}.theme-light .form_message.success .form_message--heading,.theme-light .form_message.success .form_message--text{color:#228b22}.theme-light .form_message.error{border-color:#c02f1d}.theme-light .form_message.error .form_message--heading,.theme-light .form_message.error .form_message--text{color:#c02f1d}.theme-light .form_message--heading,.theme-light .form_message--text{text-align:center}.theme-light .form_message--heading{margin:0 0 .5rem}.theme-light .modal_overlay{background-color:#212529}.theme-light .modal_close{color:#fff}.theme-light .modal_close:hover{color:#dc5b21}.theme-light .modal{background-color:#fff}.theme-light .modal_header{background-color:#dc5b21;border-color:#d1d1d1}.theme-light .modal_title,.theme-light .modal_description{color:#fff}.theme-light .download_novel{border-color:#d1d1d1}.theme-light .download_novel--heading{color:#737373}.theme-light .scene_histories--list{border-right-color:#e0e0e0}.theme-light .scene_histories--item--time{color:#bababa}.theme-light .scene_histories--item:hover{color:#dc5b21}.theme-light .scene_histories--item.current{border-left-color:#dc5b21}.theme-light .scene_histories--item.current .scene_histories--item--date{color:#dc5b21}.theme-light .scene_histories--title.empty,.theme-light .scene_histories--content.empty p{color:#bababa}.theme-light .singleEditor{background-color:inherit;border-color:transparent;border-bottom-color:#e0e0e0}.theme-light .singleEditor:focus{border-color:#e0e0e0}.theme-light .singleEditor::-webkit-input-placeholder{color:#d1d1d1}.theme-light .singleEditor::-moz-placeholder{color:#d1d1d1}.theme-light .singleEditor:-ms-input-placeholder{color:#d1d1d1}.theme-light .singleEditor:-moz-placeholder{color:#d1d1d1}.theme-light .multiEditor{background-color:inherit;border-color:transparent}.theme-light .multiEditor:focus{border-color:#e0e0e0}.theme-light .multiEditor::-webkit-input-placeholder{color:#d1d1d1}.theme-light .multiEditor::-moz-placeholder{color:#d1d1d1}.theme-light .multiEditor:-ms-input-placeholder{color:#d1d1d1}.theme-light .multiEditor:-moz-placeholder{color:#d1d1d1}.theme-light .multiEditor .redactor-in{border-color:transparent}.theme-light .multiEditor .redactor-in:focus{border-color:#e0e0e0}.theme-light .redactor-focus .redactor-in,.theme-light .redactor-focus:focus .redactor-in{background-color:#fff;border-color:#e0e0e0}.theme-light .redactor-focus .redactor-styles p,.theme-light .redactor-focus .redactor-styles li,.theme-light .redactor-focus:focus .redactor-styles p,.theme-light .redactor-focus:focus .redactor-styles li{color:#1f1f1f}.theme-light .redactor-placeholder:before{color:#c3c3c3}.theme-light .redactor-in figcaption[placeholder]:empty:before{color:#c3c3c3}.theme-light .redactor-toolbar,.theme-light .redactor-air{background-color:#fdfdfd;border-color:#e0e0e0}.theme-light .redactor-toolbar a:link,.theme-light .redactor-toolbar a:visited,.theme-light .redactor-air a:link,.theme-light .redactor-air a:visited{color:#d1d1d1}.theme-light .redactor-toolbar a:active,.theme-light .redactor-toolbar a.active,.theme-light .redactor-air a:active,.theme-light .redactor-air a.active{color:inherit}.theme-light .redactor-toolbar a:hover,.theme-light .redactor-air a:hover{color:#dc5b21}.theme-light .redactor-toolbar a.redactor-button-active{background:#c3c3c3;color:#fff}.theme-light .redactor-toolbar a.redactor-button-disabled:hover,.theme-light .redactor-air a.redactor-button-disabled:hover{color:#d1d1d1;background-color:transparent!important}.theme-light .re-button-tooltip{background:#868686;color:#fff}.theme-light .re-button-tooltip:after{border-color:transparent;border-bottom-color:#737373}.theme-light .redactor-dropdown{background-color:#fff;box-shadow:#0000001a 0 2px 3px;border-color:#e0e0e0}.theme-light .redactor-dropdown a{border-color:#e0e0e0}.theme-light .redactor-dropdown a{color:#000}.theme-light .redactor-dropdown a:hover{color:#fff!important;background-color:#449aef!important}.theme-light .redactor-dropdown a.redactor-dropdown-item-disabled{color:#0006;background:#fff}.theme-light .redactor-styles{color:#737373}.theme-light .redactor-styles a,.theme-light .redactor-styles a:hover{color:#3397ff}.theme-light .redactor-styles blockquote{color:#00000080}.theme-light .redactor-styles time,.theme-light .redactor-styles small,.theme-light .redactor-styles var,.theme-light .redactor-styles code,.theme-light .redactor-styles kbd,.theme-light .redactor-styles mark{color:inherit}.theme-light .redactor-styles dfn[title],.theme-light .redactor-styles abbr[title]{border-color:#00000080}.theme-light .redactor-styles code{background-color:#e0e0e0}.theme-light .redactor-styles mark{background:none}.theme-light .redactor-styles kbd{border-color:#e0e0e0}.theme-light .redactor-styles pre,.theme-light .redactor-styles pre code{background-color:#e0e0e0;color:#737373}.theme-light .redactor-styles table caption{color:#a0a0a0}.theme-light .redactor-styles table th,.theme-light .redactor-styles table td{border-color:#737373}.theme-light .redactor-styles table tfoot th,.theme-light .redactor-styles table tfoot td{color:#a0a0a0}.theme-light .header,.theme-light .adminHeader{background-color:#dc5b21}@media (max-width: 37.5em){.theme-light .menus{background-color:#dc5b21}}.theme-light .menu_link:link,.theme-light .menu_link:visited,.theme-light .mobile_button:link,.theme-light .mobile_button:visited,.theme-light .menu_link:active,.theme-light .menu_link.active,.theme-light .mobile_button:active,.theme-light .mobile_button.active,.theme-light .menu_link:hover,.theme-light .mobile_button:hover,.theme-light .menu_link,.theme-light .mobile_button{color:#fff}.theme-light .menu_link:hover,.theme-light .mobile_button:hover,.theme-light#dashboard .dashboard,.theme-light#account .account,.theme-light#support .support,.theme-light#users .users,.theme-light#activity .activity,.theme-light#blog .blog,.theme-light#reports .reports,.theme-light#communications .communications{background-color:#a94917}.theme-light .homeButton{border-color:#ebe9e2;background-color:#dc5b21}.theme-light .homeButton:hover{background-color:#a94917}.theme-light .statusBar{background-color:#dc5b21}.theme-light .statusBar--logo{border-color:#ebe9e2;background-color:#dc5b21}.theme-light .statusBar--panelButton{color:#fff}.theme-light .statusBar--panelButton.opened{background-color:#fff;color:#dc5b21}.theme-light .statusBar--panelButton.opened:focus,.theme-light .statusBar--panelButton.opened:hover{outline:none;background-color:#a94917;color:#fff}.theme-light .statusBar--panelButton:focus,.theme-light .statusBar--panelButton:hover{outline:none;background-color:#a94917}.theme-light .statusBar--writeButton,.theme-light .statusBar--outlineButton,.theme-light .statusBar--organizeButton{color:#fff}.theme-light .statusBar--writeButton:focus,.theme-light .statusBar--writeButton:hover,.theme-light .statusBar--outlineButton:focus,.theme-light .statusBar--outlineButton:hover,.theme-light .statusBar--organizeButton:focus,.theme-light .statusBar--organizeButton:hover{outline:none;background-color:#a94917}.theme-light .statusBar--writeButton.current,.theme-light .statusBar--outlineButton.current,.theme-light .statusBar--organizeButton.current{background-color:#a94917;color:#fff}.theme-light .statusBar--saveStatus.save{background-color:#dc5b21;color:#fff}.theme-light .statusBar--saveStatus.save:focus,.theme-light .statusBar--saveStatus.save:hover{outline:none;background-color:#a94917}.theme-light .statusBar--saveStatus.saved{background-color:#d3d1cb;color:#228b22}.theme-light .statusBar--saveStatus.saved:focus,.theme-light .statusBar--saveStatus.saved:hover{outline:none;background-color:#a94917;color:#fff}.theme-light .statusBar--saveStatus.saving{background-color:#d3d1cb;color:#737373}.theme-light .statusBar--saveStatus.saving:hover{background-color:#cecdc6}.theme-light .statusBar--saveStatus.error{background-color:#c02f1d;color:#fff}.theme-light .statusBar--modeButton{color:#fff}.theme-light .statusBar--modeButton:focus,.theme-light .statusBar--modeButton:hover{outline:none;background-color:#a94917}.theme-light .statusBar--menuButton{color:#fff;border-color:#ebe9e2}.theme-light .statusBar--menuButton:focus,.theme-light .statusBar--menuButton:hover{outline:none;background-color:#a94917}.theme-light .modeMenu{background-color:#dc5b21}.theme-light .modeMenu--button{color:#fff}.theme-light .modeMenu--button:focus,.theme-light .modeMenu--button:hover{outline:none;background-color:#a94917;color:#fff}.theme-light .modeMenu--button.current{background-color:#a94917}.theme-light .mainMenu{background-color:#dc5b21}.theme-light .mainMenu--button:link,.theme-light .mainMenu--button:visited{color:#fff}.theme-light .mainMenu--button:active,.theme-light .mainMenu--button.active{color:inherit}.theme-light .mainMenu--button:hover{color:#fff}.theme-light .mainMenu--button:focus,.theme-light .mainMenu--button:hover{outline:none;background-color:#a94917}.theme-light .panel{background-color:#fff}.theme-light .panel_tabs{background-color:#ebe9e2;border-color:#d1d1d1}.theme-light .panel_tabs--tab{border-color:transparent;color:#737373}.theme-light .panel_tabs--tab:hover{color:#dc5b21}.theme-light .panel_tabs--tab.active{background-color:#fff;border-color:#d1d1d1;border-bottom-color:#fff;color:#737373}.theme-light .panel_content{background-color:#fff;border-color:#d1d1d1}.theme-light .panel_content .redactor-toolbar{background:#FFF;border-right-color:transparent;border-left-color:transparent}.theme-light .expand_panel:focus .expand_panel--button,.theme-light .expand_panel:hover .expand_panel--button{background-color:#dc5b21;border-color:#dc5b21;color:#fff}.theme-light .expand_panel--button{background-color:#fff;border-color:#d1d1d1;color:#d1d1d1}.theme-light .novel_info,.theme-light .novel_goals,.theme-light .novel_goal,.theme-light .novel_goal--progress{border-color:#d1d1d1}.theme-light p.novel_goal--line input{border-color:transparent;border-bottom-color:#e0e0e0;color:#737373}.theme-light p.novel_goal--line input:focus,.theme-light p.novel_goal--line input:hover{outline:none;border-color:#e0e0e0}.theme-light .novel_goal--progress--inner{background-color:#c3c3c3}.theme-light .novel_goal--heading{color:#737373}.theme-light .novel_summary--heading{border-color:#d1d1d1}.theme-light .novel_summary--heading i,.theme-light .novel_summary--heading svg{color:#bababa}.theme-light .novel_summary--heading:focus i,.theme-light .novel_summary--heading:focus svg,.theme-light .novel_summary--heading:hover i,.theme-light .novel_summary--heading:hover svg{color:#dc5b21}.theme-light .novel_summary--text--empty{color:#bababa}.theme-light .notebook_header{border-color:#d1d1d1}.theme-light .notebook_title{color:#737373}.theme-light .notebook_menu{border-color:#d1d1d1}.theme-light .notebook_menu--button{border-color:#d1d1d1;color:#bababa}.theme-light .notebook_menu--button:focus,.theme-light .notebook_menu--button:hover{outline:none;border-color:#d1d1d1;color:#dc5b21}.theme-light .notebook_menu--button.active{background-color:#f7f7f7}.theme-light .notebook_content--header{background-color:#f7f7f7;border-color:#e0e0e0}.theme-light .notebook_content--title{color:#737373}.theme-light .notebook_search{border-color:#e0e0e0}.theme-light .notebook_list--header{border-color:#d1d1d1}.theme-light .notebook_list--name{color:#737373}.theme-light .notebook_list--name small,.theme-light .notebook_list--name.unnamed{color:#bababa}.theme-light .notebook_list--content{border-color:transparent}.theme-light .notebook_list--content.open{border-color:#e0e0e0}.theme-light .notebook_list--section--label{border-color:#e0e0e0;color:#bababa}.theme-light .notebook_list--type,.theme-light .notebook_list--stat{border-color:#e0e0e0}.theme-light .notebook_list--stat--label{color:#bababa}.theme-light .notebook_list--description{color:#737373}.theme-light .notebook_view--section{border-color:#d1d1d1}.theme-light .notebook_view--select{border-color:transparent;border-bottom-color:#e0e0e0}.theme-light .notebook_view--select:focus{outline:none;border-color:#e0e0e0}.theme-light .notebook_view--input,.theme-light .notebook_view--textarea{border-color:transparent}.theme-light .notebook_view--input:focus,.theme-light .notebook_view--textarea:focus{outline:none;border-color:#e0e0e0}.theme-light .notebook_view--input::-webkit-input-placeholder,.theme-light .notebook_view--textarea::-webkit-input-placeholder{color:#d1d1d1}.theme-light .notebook_view--input::-moz-placeholder,.theme-light .notebook_view--textarea::-moz-placeholder{color:#d1d1d1}.theme-light .notebook_view--input:-ms-input-placeholder,.theme-light .notebook_view--textarea:-ms-input-placeholder{color:#d1d1d1}.theme-light .notebook_view--input:-moz-placeholder,.theme-light .notebook_view--textarea:-moz-placeholder{color:#d1d1d1}.theme-light .notebook_view--stat--label{color:#bababa}.theme-light .notebook_view--stat--control{border-color:#e0e0e0}.theme-light .notebook_settings--button{border-color:#dc5b21;color:#dc5b21}.theme-light .notebook_settings--button:hover{background-color:#dc5b21;color:#fff}.theme-light .notebook_view--section--toggle{border-color:transparent}.theme-light .notebook_view--section--toggle:hover{color:#dc5b21;border-color:#dc5b21}.theme-light .name_generator,.theme-light .name_generator--content{border-color:#e0e0e0}.theme-light .name_generator--button{border-color:#e0e0e0;color:#bababa}.theme-light .name_generator--button:hover{border-color:#dc5b21;color:#dc5b21}.theme-light .name_generator--button.active{border-color:#d1d1d1;color:#343a40}.theme-light .name_generator--name:hover{color:#dc5b21}.theme-light .vue-dropzone{border-color:#e0e0e0;color:#737373}.theme-light .vue-dropzone .dropzone-message{color:#bababa}.theme-light .vue-dropzone:hover{border-color:#dc5b21}.theme-light .vue-dropzone:hover .dropzone-message{color:#dc5b21}.theme-light .imageUpload-inner{border-color:#e0e0e0}.theme-light .imageUpload-button{color:#dc5b21}.theme-light .imageUpload-button:hover{color:#a94917}.theme-light .imageUpload-loader{color:#dc5b21}.theme-light .contents--novel_wordcount{color:#bababa}.theme-light .contents_chapter{border-color:#d1d1d1}.theme-light .contents_chapter--order{color:#bababa}.theme-light .contents_chapter--title:link,.theme-light .contents_chapter--title:visited{color:#737373}.theme-light .contents_chapter--title:active,.theme-light .contents_chapter--title.active{color:inherit}.theme-light .contents_chapter--title:hover{color:#dc5b21}.theme-light .contents_chapter--title small,.theme-light .contents_chapter--delete{color:#bababa}.theme-light .contents_chapter--delete:hover{color:#dc5b21}.theme-light .contents_chapter--wordcount{color:#bababa}.theme-light .contents_chapter--footer--button{border-color:#d1d1d1}.theme-light .contents_chapter--footer--button:focus,.theme-light .contents_chapter--footer--button:hover{outline:none;color:#dc5b21}.theme-light .contents_scene--order{color:#bababa}.theme-light .contents_scene--title:link,.theme-light .contents_scene--title:visited{color:#737373}.theme-light .contents_scene--title:active,.theme-light .contents_scene--title.active{color:inherit}.theme-light .contents_scene--title:hover{color:#dc5b21}.theme-light .contents_scene--title small,.theme-light .contents_scene--delete{color:#bababa}.theme-light .contents_scene--delete:hover{color:#dc5b21}.theme-light .contents_chapter--add_chapter,.theme-light .contents_chapter--add_scene{border-color:#d1d1d1;color:#bababa}.theme-light .contents_chapter--add_chapter:hover,.theme-light .contents_chapter--add_scene:hover{border-color:#dc5b21;color:#dc5b21}.theme-light .progress_bar{border-color:#bcb9b0}.theme-light .progress_bar--inner{background-color:#dc5b21}.theme-light .progress_label,.theme-light .scrollButton:link,.theme-light .scrollButton:visited{color:#bcb9b0}.theme-light .scrollButton:active,.theme-light .scrollButton.active{color:inherit}.theme-light .scrollButton:hover{color:#dc5b21}.theme-light .titlePage,.theme-light .summary,.theme-light .chapter{background-color:#fdfdfd;border-color:#e0e0e0;box-shadow:0 0 20px #a0a0a033}.theme-light .write_mode .chapter--add_scene{border-color:#e0e0e0;color:#bababa}.theme-light .write_mode .chapter--add_scene:focus,.theme-light .write_mode .chapter--add_scene:hover{border-color:#dc5b21;color:#dc5b21}.theme-light .write_mode .scene_footer{border-color:#e0e0e0;border-right-color:transparent;border-left-color:transparent}.theme-light .write_mode .scene_footer--history:focus,.theme-light .write_mode .scene_footer--history:hover{outline:none;color:#dc5b21}.theme-light .write_mode .scene_footer--saved{color:#bababa}.theme-light .write_mode .scene_footer--delete{border-left-color:#e0e0e0;color:#d1d1d1}.theme-light .write_mode .scene_footer--delete:focus,.theme-light .write_mode .scene_footer--delete:hover{outline:none;color:#dc5b21}.theme-light .write_mode .scene_footer--notes_button:focus,.theme-light .write_mode .scene_footer--notes_button:hover{outline:none;color:#dc5b21}.theme-light .write_mode .scene_description{border-color:#e0e0e0}.theme-light .write_mode .scene_divider{color:#d1d1d1}.theme-light .write_mode .add_chapter{border-color:#bcb9b0;color:#bcb9b0}.theme-light .write_mode .add_chapter:focus,.theme-light .write_mode .add_chapter:hover{border-color:#dc5b21;color:#dc5b21}.theme-light .outline_mode .chapter_header,.theme-light .outline_mode .chapter_order,.theme-light .outline_mode .chapter_delete,.theme-light .outline_mode .chapter_description,.theme-light .outline_mode .scene_header,.theme-light .outline_mode .scene_order,.theme-light .outline_mode .scene_delete{border-color:#d1d1d1}.theme-light .outline_mode .chapter_description,.theme-light .outline_mode .chapter_description .redactor-toolbar{background-color:#f7f7f7}.theme-light .outline_mode .chapter_description .trumbowyg-editor:focus{background-color:#fdfdfd}.theme-light .outline_mode .chapter_order,.theme-light .outline_mode .scene_order{color:#bababa}.theme-light .outline_mode .chapter_delete:focus,.theme-light .outline_mode .chapter_delete:hover,.theme-light .outline_mode .scene_delete:focus,.theme-light .outline_mode .scene_delete:hover{color:#dc5b21}.theme-light .organize_mode .chapter-draggable-handle:hover{background-color:#e0e0e0}.theme-light .organize_mode .chapter-draggable-handle:hover .chapter-draggable-button{background-color:#e0e0e0;color:#343a40}.theme-light .organize_mode .chapter-draggable-button{border-color:#d1d1d1}.theme-light .organize_mode .chapter-draggable-icon{color:#737373}.theme-light .organize_mode .chapter-ghost{background-color:#e0e0e0!important}.theme-light .organize_mode .chapter_title span{border-color:#d1d1d1;color:#bababa}.theme-light .organize_mode .chapter_button{background-color:#fdfdfd}.theme-light .organize_mode .chapter_button:disabled{background-color:transparent;border-color:#e0e0e0;color:#d1d1d1}.theme-light .organize_mode .chapter_scenes,.theme-light .organize_mode .scene{border-color:#d1d1d1}.theme-light .organize_mode .scene-draggable-handle:hover{background-color:#e0e0e0}.theme-light .organize_mode .scene-draggable-button{border-color:#d1d1d1;color:#737373}.theme-light .organize_mode .scene-draggable-button.disabled{color:#d1d1d1}.theme-light .organize_mode .scene-ghost{background-color:#e0e0e0!important}.theme-light .organize_mode .scene_title{color:#343a40}.theme-light .organize_mode .scene_title span{border-color:#d1d1d1;color:#bababa}.theme-light .organize_mode .scene_buttons--relocate{background-color:#fff}.theme-light .organize_mode .scene_buttons--relocate:disabled{background-color:transparent;border-color:#e0e0e0;color:#d1d1d1}.theme-light .organize_mode .scene-cant-relocate{color:#bababa}.theme-light .auth--price{color:#dc5b21}.theme-light .auth--heading{border-color:#d1d1d1;color:#737373}.theme-light .auth--line{border-color:#d1d1d1}.theme-light .auth--error_message{border-color:#c02f1d;color:#c02f1d}.theme-light .error_box{background-color:#f8d7da;border-color:#c02f1d}.theme-light .error_box--item{color:#c02f1d}.theme-light .dashboard_header--title{color:#737373}.theme-light .dashboard_header--filter--item{color:#bababa}.theme-light .dashboard_header--filter--item.active{color:#737373}.theme-light .novel_box{background-color:#f7f7f7;border-color:#d1d1d1;color:#737373}.theme-light .novel_box--cover{background-color:#fdfdfd;border-color:#d1d1d1}.theme-light .novel_box--cover:hover .novel_box--title,.theme-light .novel_box--cover:hover .novel_box--subtitle,.theme-light .novel_box--cover:hover .novel_box--author{color:#dc5b21}.theme-light .novel_box--title,.theme-light .novel_box--subtitle,.theme-light .novel_box--author{color:#737373}.theme-light .novel_box--stats{background-color:#f7f7f7;border-color:#d1d1d1}.theme-light .novel_box--stat--item{color:#bababa}.theme-light .novel_box--buttons{border-color:#d1d1d1}.theme-light .novel_box--current i,.theme-light .novel_box--current svg{color:#fff}.theme-light .novel_box--current .triangle{border-top-color:#d1d1d1;border-right-color:transparent}.theme-light .notebook_box{background-color:#f7f7f7;border-color:#d1d1d1;color:#737373}.theme-light .notebook_box--title{color:#737373}.theme-light .notebook_box--content{background-color:#fdfdfd;border-color:#d1d1d1}.theme-light .notebook_box--stat span{border-color:#d1d1d1;color:#bababa}.theme-light .notebook_box--buttons{border-color:#d1d1d1}.theme-light .create_section{border-color:#e0e0e0}.theme-light .create_section--heading{color:#737373}.theme-light .create_section--description{color:#bababa}.theme-light .account--subheading{border-color:#d1d1d1;color:#737373}.theme-light .account_info--trial{color:#dc5b21}.theme-light .stripe--error_message{border-color:#c02f1d;color:#c02f1d}.theme-light .update_form--note{color:#bababa}.theme-light .sidebar_box{background-color:#f7f7f7;border-color:#d1d1d1}.theme-light .sidebar_box--header,.theme-light .faq{border-color:#d1d1d1}.theme-light .faq--question:hover{color:#dc5b21}.theme-light .faq--answer,.theme-light .progress_tracker--main_stat,.theme-light .progress_tracker--other_stat,.theme-light .progress_tracker--other_stat--heading{border-color:#d1d1d1}.theme-light .progress_tracker--other_stat--column:first-of-type,.theme-light .progress_tracker--other_stat--column:last-of-type{border-color:#d1d1d1}.theme-light .progress_tracker--settings{border-color:#d1d1d1}.theme-dark{background-color:#263238;color:#cfd8dc}.theme-dark h1,.theme-dark h2,.theme-dark h3,.theme-dark h4,.theme-dark h5,.theme-dark h6{color:#eceff1}.theme-dark a:link,.theme-dark a:visited{color:#dc5b21}.theme-dark a:active,.theme-dark a.active{color:inherit}.theme-dark a:hover{color:#cfd8dc}.theme-dark button{background-color:transparent;border-color:transparent;color:#cfd8dc}.theme-dark input::-webkit-input-placeholder{color:#b0bec5}.theme-dark input::-moz-placeholder{color:#b0bec5}.theme-dark input:-ms-input-placeholder{color:#b0bec5}.theme-dark input:-moz-placeholder{color:#b0bec5}.theme-dark .message{background-color:#d1ecf1;color:#00a8ff}.theme-dark .message.success{background-color:#d4edda;color:#228b22}.theme-dark .message.error{background-color:#f8d7da;color:#c02f1d}.theme-dark .message.warning{background-color:#fff3cd;color:#f08c2d}.theme-dark .box{background-color:#37474f;border-color:#455a64}.theme-dark .box--filters--button:link,.theme-dark .box--filters--button:visited{color:#b0bec5}.theme-dark .box--filters--button:active,.theme-dark .box--filters--button.active{color:inherit}.theme-dark .box--filters--button:hover{color:#dc5b21}.theme-dark .box--filters--button{color:#b0bec5}.theme-dark .box--filters--button.active:link,.theme-dark .box--filters--button.active:visited{color:#cfd8dc}.theme-dark .box--filters--button.active:active,.theme-dark .box--filters--button.active.active{color:inherit}.theme-dark .box--filters--button.active:hover{color:#dc5b21}.theme-dark .box--filters--button.active{color:#cfd8dc}.theme-dark .box--filters--button:focus{color:#dc5b21}.theme-dark .box--header{background-color:#455a64;border-color:#607d8b}.theme-dark .box--title{color:#cfd8dc}.theme-dark .box--title i,.theme-dark .box--title svg{color:#b0bec5}.theme-dark .box--header--button:link,.theme-dark .box--header--button:visited{color:#dc5b21}.theme-dark .box--header--button:active,.theme-dark .box--header--button.active{color:inherit}.theme-dark .box--header--button:hover{color:#fff}.theme-dark .box--header--button{background-color:#fff;border-color:#dc5b21;color:#dc5b21}.theme-dark .box--header--button:hover{background-color:#dc5b21}.theme-dark .box--footer{background-color:#455a64;border-color:#607d8b}.theme-dark .btn:link,.theme-dark .btn:visited{color:#cfd8dc}.theme-dark .btn:active,.theme-dark .btn.active{color:inherit}.theme-dark .btn:hover{color:#455a64}.theme-dark .btn{background-color:#455a64;border-color:transparent;color:#cfd8dc}.theme-dark .btn:hover{background-color:#546e7a}.theme-dark .btn:focus{box-shadow:#78909c 0 0 0 3px}.theme-dark .btn.primary:link,.theme-dark .btn.primary:visited{color:#fff}.theme-dark .btn.primary:active,.theme-dark .btn.primary.active{color:inherit}.theme-dark .btn.primary:hover{color:#fff}.theme-dark .btn.primary{background-color:#dc5b21;color:#fff}.theme-dark .btn.primary:hover{background-color:#a94917}.theme-dark .btn.primary:focus{box-shadow:#e28c66 0 0 0 3px}.theme-dark .btn.outline:link,.theme-dark .btn.outline:visited{color:#cfd8dc}.theme-dark .btn.outline:active,.theme-dark .btn.outline.active{color:inherit}.theme-dark .btn.outline:hover{color:#fff}.theme-dark .btn.outline{background-color:#546e7a;border:none;color:#cfd8dc}.theme-dark .btn.outline:hover{background-color:#dc5b21;border:none}.theme-dark .btn.outline:focus{box-shadow:#e28c66 0 0 0 3px}.theme-dark .btn.outline.primary:link,.theme-dark .btn.outline.primary:visited{color:#fff}.theme-dark .btn.outline.primary:active,.theme-dark .btn.outline.primary.active{color:inherit}.theme-dark .btn.outline.primary:hover{color:#fff}.theme-dark .btn.outline.primary{background-color:#dc5b21;color:#fff}.theme-dark .btn.outline.primary:hover{background-color:#a94917}.theme-dark .btn.text:link,.theme-dark .btn.text:visited{color:#b0bec5}.theme-dark .btn.text:active,.theme-dark .btn.text.active{color:inherit}.theme-dark .btn.text:hover{color:#dc5b21}.theme-dark .btn.text{background-color:#2c3a41;color:#b0bec5}.theme-dark .btn.text:focus{color:#a94917}.theme-dark .btn.link:link,.theme-dark .btn.link:visited{color:#dc5b21}.theme-dark .btn.link:active,.theme-dark .btn.link.active{color:inherit}.theme-dark .btn.link:hover{color:#a94917}.theme-dark .btn.link{background-color:transparent;color:#dc5b21}.theme-dark .btn.link:focus,.theme-dark .btn.link:hover{background-color:transparent;box-shadow:none;color:#a94917}.theme-dark .btn.floating:link,.theme-dark .btn.floating:visited{color:#cfd8dc}.theme-dark .btn.floating:active,.theme-dark .btn.floating.active{color:inherit}.theme-dark .btn.floating:hover{color:#fff}.theme-dark .btn.floating{background-color:transparent;color:#cfd8dc}.theme-dark .btn.floating:hover{background-color:#dc5b21;border-color:#dc5b21}.theme-dark .btn.floating:focus{box-shadow:#e28c66 0 0 0 3px}.theme-dark .form_control{background-color:#455a64;border:none;color:#cfd8dc}.theme-dark .form_control:focus{color:#fff;background-color:#546e7a}.theme-dark .form_help_text{color:#b0bec5}.theme-dark .form_toggle--input:checked+label{background-color:#90a4ae;color:#cfd8dc}.theme-dark .form_toggle--label{background-color:#455a64;border:none;color:#546e7a}.theme-dark .form_toggle--label:hover{background-color:#607d8b;color:#dc5b21}.theme-dark .form_options--input:checked+label{background-color:#546e7a}.theme-dark .form_options--label{border:none}.theme-dark .form_message.success{border-color:#228b22}.theme-dark .form_message.success .form_message--heading,.theme-dark .form_message.success .form_message--text{color:#228b22}.theme-dark .form_message.error{border-color:#c02f1d}.theme-dark .form_message.error .form_message--heading,.theme-dark .form_message.error .form_message--text{color:#c02f1d}.theme-dark .form_message--heading,.theme-dark .form_message--text{text-align:center}.theme-dark .form_message--heading{margin:0 0 .5rem}.theme-dark .modal_overlay{background-color:#212529}.theme-dark .modal_close{color:#fff}.theme-dark .modal_close:hover{color:#dc5b21}.theme-dark .modal{background-color:#37474f}.theme-dark .modal_header{background-color:#dc5b21;border-color:#607d8b}.theme-dark .modal_description,.theme-dark .modal_title{color:#fff}.theme-dark .download_novel{border-color:#607d8b}.theme-dark .download_novel--heading{color:#cfd8dc}.theme-dark .scene_histories--list{border-right-color:#78909c}.theme-dark .scene_histories--item--time{color:#b0bec5}.theme-dark .scene_histories--item:hover{color:#dc5b21}.theme-dark .scene_histories--item.current{border-left-color:#dc5b21}.theme-dark .scene_histories--item.current .scene_histories--item--date{color:#dc5b21}.theme-dark .scene_histories--title.empty,.theme-dark .scene_histories--content.empty p{color:#b0bec5}.theme-dark .singleEditor{background-color:inherit;border-color:transparent;border:none;color:#cfd8dc}.theme-dark .singleEditor:focus{background-color:#334249}.theme-dark .singleEditor::-webkit-input-placeholder{color:#90a4ae}.theme-dark .singleEditor::-moz-placeholder{color:#90a4ae}.theme-dark .singleEditor:-ms-input-placeholder{color:#90a4ae}.theme-dark .singleEditor:-moz-placeholder{color:#90a4ae}.theme-dark .multiEditor{background-color:inherit;border-color:transparent}.theme-dark .multiEditor:focus{border:none;background-color:#334249}.theme-dark .multiEditor::-webkit-input-placeholder{color:#90a4ae}.theme-dark .multiEditor::-moz-placeholder{color:#90a4ae}.theme-dark .multiEditor:-ms-input-placeholder{color:#90a4ae}.theme-dark .multiEditor:-moz-placeholder{color:#90a4ae}.theme-dark .multiEditor .redactor-in{border-color:transparent}.theme-dark .multiEditor .redactor-in:focus{border-color:#78909c}.theme-dark .redactor-focus .redactor-in,.theme-dark .redactor-focus:focus .redactor-in{background-color:#37474f;border-color:#78909c}.theme-dark .redactor-focus .redactor-styles p,.theme-dark .redactor-focus .redactor-styles li,.theme-dark .redactor-focus:focus .redactor-styles p,.theme-dark .redactor-focus:focus .redactor-styles li{color:#fff}.theme-dark .redactor-placeholder:before{color:#90a4ae}.theme-dark .redactor-in figcaption[placeholder]:empty:before{color:#90a4ae}.theme-dark .redactor-toolbar,.theme-dark .redactor-air{background-color:#37474f;border-color:#78909c}.theme-dark .redactor-toolbar a:link,.theme-dark .redactor-toolbar a:visited,.theme-dark .redactor-air a:link,.theme-dark .redactor-air a:visited{color:#90a4ae}.theme-dark .redactor-toolbar a:active,.theme-dark .redactor-toolbar a.active,.theme-dark .redactor-air a:active,.theme-dark .redactor-air a.active{color:inherit}.theme-dark .redactor-toolbar a:hover,.theme-dark .redactor-air a:hover{color:#dc5b21}.theme-dark .redactor-toolbar a.redactor-button-active{background:#90A4AE;color:#37474f}.theme-dark .redactor-toolbar a.redactor-button-disabled:hover,.theme-dark .redactor-air a.redactor-button-disabled:hover{color:#b0bec5;background-color:transparent!important}.theme-dark .re-button-tooltip{background:#B0BEC5;color:#37474f}.theme-dark .re-button-tooltip:after{border-color:none;border-bottom-color:#455a64}.theme-dark .redactor-dropdown{background-color:#546e7a;box-shadow:#b0bec533 0 2px 3px;border-color:#78909c}.theme-dark .redactor-dropdown a{border-color:#78909c}.theme-dark .redactor-dropdown a{color:#cfd8dc}.theme-dark .redactor-dropdown a:hover{color:#eceff1!important;background-color:#dc5b21!important}.theme-dark .redactor-dropdown a.redactor-dropdown-item-disabled{color:#90a4ae;background:#455A64}.theme-dark .redactor-dropdown-selector span:hover{background:#90A4AE;color:#263238}.theme-dark .redactor-dropdown-selector span.active{background:#607D8B;color:#cfd8dc}.theme-dark .re-dropdown-box-textcolor span[style],.theme-dark .re-dropdown-box-backcolor span[style]{border-color:#607d8b!important}.theme-dark .redactor-styles{color:#cfd8dc}.theme-dark .redactor-styles a,.theme-dark .redactor-styles a:hover{color:#3397ff}.theme-dark .redactor-styles blockquote{color:#00000080}.theme-dark .redactor-styles time,.theme-dark .redactor-styles small,.theme-dark .redactor-styles var,.theme-dark .redactor-styles code,.theme-dark .redactor-styles kbd,.theme-dark .redactor-styles mark{color:inherit}.theme-dark .redactor-styles dfn[title],.theme-dark .redactor-styles abbr[title]{border-color:#00000080}.theme-dark .redactor-styles code{background-color:#e0e0e0}.theme-dark .redactor-styles mark{background:none}.theme-dark .redactor-styles kbd{border-color:#e0e0e0}.theme-dark .redactor-styles pre,.theme-dark .redactor-styles pre code{background-color:#e0e0e0;color:#cfd8dc}.theme-dark .redactor-styles table caption{color:#a0a0a0}.theme-dark .redactor-styles table th,.theme-dark .redactor-styles table td{border-color:#737373}.theme-dark .redactor-styles table tfoot th,.theme-dark .redactor-styles table tfoot td{color:#a0a0a0}.theme-dark .header,.theme-dark .adminHeader{background-color:#dc5b21}@media (max-width: 37.5em){.theme-dark .menus{background-color:#dc5b21}}.theme-dark .menu_link:link,.theme-dark .menu_link:visited,.theme-dark .mobile_button:link,.theme-dark .mobile_button:visited,.theme-dark .menu_link:active,.theme-dark .menu_link.active,.theme-dark .mobile_button:active,.theme-dark .mobile_button.active,.theme-dark .menu_link:hover,.theme-dark .mobile_button:hover,.theme-dark .menu_link,.theme-dark .mobile_button{color:#fff}.theme-dark .menu_link:hover,.theme-dark .mobile_button:hover,.theme-dark#dashboard .dashboard,.theme-dark#account .account,.theme-dark#support .support,.theme-dark#users .users,.theme-dark#activity .activity,.theme-dark#blog .blog,.theme-dark#reports .reports,.theme-dark#communications .communications{background-color:#a94917}.theme-dark .homeButton{border-color:#263238;background-color:#dc5b21}.theme-dark .homeButton:hover{background-color:#a94917}.theme-dark .statusBar{background-color:#dc5b21}.theme-dark .statusBar--logo{border-color:#263238;background-color:#dc5b21}.theme-dark .statusBar--panelButton{color:#fff}.theme-dark .statusBar--panelButton.opened{background-color:#37474f;color:#b0bec5}.theme-dark .statusBar--panelButton.opened:focus,.theme-dark .statusBar--panelButton.opened:hover{outline:none;background-color:#a94917;color:#fff}.theme-dark .statusBar--panelButton:focus,.theme-dark .statusBar--panelButton:hover{outline:none;background-color:#a94917}.theme-dark .statusBar--writeButton,.theme-dark .statusBar--outlineButton,.theme-dark .statusBar--organizeButton{color:#fff}.theme-dark .statusBar--writeButton.current,.theme-dark .statusBar--outlineButton.current,.theme-dark .statusBar--organizeButton.current{background-color:#a94917}.theme-dark .statusBar--writeButton:focus,.theme-dark .statusBar--writeButton:hover,.theme-dark .statusBar--outlineButton:focus,.theme-dark .statusBar--outlineButton:hover,.theme-dark .statusBar--organizeButton:focus,.theme-dark .statusBar--organizeButton:hover{outline:none;background-color:#a94917}.theme-dark .statusBar--saveStatus{background-color:#f7f7f7}.theme-dark .statusBar--saveStatus.save{color:#dc5b21}.theme-dark .statusBar--saveStatus.saved{color:#228b22}.theme-dark .statusBar--saveStatus.saving{color:#bababa}.theme-dark .statusBar--saveStatus.error{color:#c02f1d}.theme-dark .statusBar--modeButton{color:#fff}.theme-dark .statusBar--modeButton:focus,.theme-dark .statusBar--modeButton:hover{outline:none;background-color:#a94917}.theme-dark .statusBar--menuButton{color:#fff}.theme-dark .statusBar--menuButton:focus,.theme-dark .statusBar--menuButton:hover{outline:none;background-color:#a94917}.theme-dark .modeMenu{background-color:#dc5b21}.theme-dark .modeMenu--button{color:#fff}.theme-dark .modeMenu--button:focus,.theme-dark .modeMenu--button:hover{outline:none;background-color:#a94917;color:#fff}.theme-dark .modeMenu--button.current{background-color:#a94917}.theme-dark .mainMenu{background-color:#dc5b21}.theme-dark .mainMenu--button:link,.theme-dark .mainMenu--button:visited{color:#fff}.theme-dark .mainMenu--button:active,.theme-dark .mainMenu--button.active{color:inherit}.theme-dark .mainMenu--button:hover{color:#fff}.theme-dark .mainMenu--button:focus,.theme-dark .mainMenu--button:hover{outline:none;background-color:#a94917}.theme-dark .panel{background-color:#37474f;border-right:4px solid #263238}.theme-dark .panel_tabs{background-color:#263238;border:none}.theme-dark .panel_tabs--tab{border:none;color:#cfd8dc}.theme-dark .panel_tabs--tab:hover{color:#dc5b21}.theme-dark .panel_tabs--tab.active{background-color:#37474f;border:none;color:#cfd8dc}.theme-dark .panel_tabs--tab.summaries{width:100px}.theme-dark .panel_content{background-color:#37474f;border:none}.theme-dark .panel_content .trumbowyg-button-pane{background:#455A64;border:none}.theme-dark .expand_panel:focus .expand_panel--button,.theme-dark .expand_panel:hover .expand_panel--button{background-color:#dc5b21;border:none;color:#fff}.theme-dark .expand_panel--button{background-color:#90a4ae;border:none;color:#455a64}.theme-dark .novel_goals{border-color:#607d8b}.theme-dark p.novel_goal--line input{border-color:transparent;border-bottom-color:#78909c;color:#cfd8dc}.theme-dark p.novel_goal--line input:focus,.theme-dark p.novel_goal--line input:hover{outline:none;border-color:#78909c}.theme-dark .novel_goal--progress{border:none;background-color:#455a64}.theme-dark .novel_goal--progress--inner{background-color:#78909c}.theme-dark .novel_goal--heading{color:#cfd8dc}.theme-dark .novel_summary--heading{border-color:#607d8b}.theme-dark .novel_summary--heading i,.theme-dark .novel_summary--heading svg{color:#b0bec5}.theme-dark .novel_summary--heading:focus i,.theme-dark .novel_summary--heading:focus svg,.theme-dark .novel_summary--heading:hover i,.theme-dark .novel_summary--heading:hover svg{color:#dc5b21}.theme-dark .novel_summary--text--empty{color:#b0bec5}.theme-dark .notebook_header{border:none}.theme-dark .notebook_title{color:#cfd8dc}.theme-dark .notebook_menu{border:none}.theme-dark .notebook_menu--button{border:none;color:#b0bec5}.theme-dark .notebook_menu--button:focus,.theme-dark .notebook_menu--button:hover{outline:none;border:none;background-color:#607d8b;color:#90a4ae}.theme-dark .notebook_menu--button.active{border:none;background-color:#546e7a;color:#cfd8dc}.theme-dark .notebook_content--header{background-color:#546e7a;border:none}.theme-dark .notebook_content--title{color:#cfd8dc}.theme-dark .notebook_search{border-color:#78909c}.theme-dark .notebook_list--header{border-color:#607d8b}.theme-dark .notebook_list--name{color:#cfd8dc}.theme-dark .notebook_list--name small,.theme-dark .notebook_list--name.unnamed{color:#b0bec5}.theme-dark .notebook_list--content{border-color:transparent}.theme-dark .notebook_list--content.open{background-color:#3b4c55;border:none}.theme-dark .notebook_list--section--label{border-color:#78909c;color:#b0bec5}.theme-dark .notebook_list--type,.theme-dark .notebook_list--stat{border-color:#78909c}.theme-dark .notebook_list--stat--label{color:#b0bec5}.theme-dark .notebook_list--description{color:#cfd8dc}.theme-dark .notebook_view--section{border-color:#607d8b}.theme-dark .notebook_view--select{background-color:transparent;border-color:transparent;border-bottom-color:#78909c;color:#cfd8dc}.theme-dark .notebook_view--select:focus{outline:none;border-color:#78909c}.theme-dark .notebook_view--input,.theme-dark .notebook_view--textarea{background-color:transparent;border-color:transparent;color:#cfd8dc}.theme-dark .notebook_view--input:focus,.theme-dark .notebook_view--textarea:focus{outline:none;border-color:#78909c}.theme-dark .notebook_view--input::-webkit-input-placeholder,.theme-dark .notebook_view--textarea::-webkit-input-placeholder{color:#90a4ae}.theme-dark .notebook_view--input::-moz-placeholder,.theme-dark .notebook_view--textarea::-moz-placeholder{color:#90a4ae}.theme-dark .notebook_view--input:-ms-input-placeholder,.theme-dark .notebook_view--textarea:-ms-input-placeholder{color:#90a4ae}.theme-dark .notebook_view--input:-moz-placeholder,.theme-dark .notebook_view--textarea:-moz-placeholder{color:#90a4ae}.theme-dark .notebook_view--stat--label{color:#b0bec5}.theme-dark .notebook_view--stat--control{background-color:transparent;border-color:#78909c;color:#cfd8dc}.theme-dark .notebook_settings--name{color:#cfd8dc}.theme-dark .notebook_settings--button{border-color:#dc5b21;color:#dc5b21}.theme-dark .notebook_settings--button:hover{background-color:#dc5b21;color:#fff}.theme-dark .notebook_view--section--toggle{border-color:transparent}.theme-dark .notebook_view--section--toggle:hover{color:#dc5b21;border-color:#dc5b21}.theme-dark .name_generator,.theme-dark .name_generator--content{border:none;background-color:#2c3a41}.theme-dark .name_generator--button{border:none;color:#b0bec5}.theme-dark .name_generator--button:hover{border-color:#dc5b21;color:#dc5b21}.theme-dark .name_generator--button.active{border-color:#607d8b;color:#eceff1}.theme-dark .name_generator--name:hover{color:#dc5b21}.theme-dark .vue-dropzone{border-color:#78909c;color:#cfd8dc}.theme-dark .vue-dropzone .dropzone-message{color:#b0bec5}.theme-dark .vue-dropzone:hover{border-color:#dc5b21}.theme-dark .vue-dropzone:hover .dropzone-message{color:#dc5b21}.theme-dark .imageUpload-inner{border-color:#78909c}.theme-dark .imageUpload-button{color:#dc5b21}.theme-dark .imageUpload-button:hover{color:#a94917}.theme-dark .imageUpload-loader{color:#dc5b21}.theme-dark .contents--novel_wordcount{color:#b0bec5}.theme-dark .contents_chapter{border-color:#607d8b}.theme-dark .contents_chapter--order{color:#b0bec5}.theme-dark .contents_chapter--title:link,.theme-dark .contents_chapter--title:visited{color:#cfd8dc}.theme-dark .contents_chapter--title:active,.theme-dark .contents_chapter--title.active{color:inherit}.theme-dark .contents_chapter--title:hover{color:#dc5b21}.theme-dark .contents_chapter--title small,.theme-dark .contents_chapter--delete{color:#b0bec5}.theme-dark .contents_chapter--delete:hover{color:#dc5b21}.theme-dark .contents_chapter--wordcount{color:#b0bec5}.theme-dark .contents_chapter--footer--button{border-color:#607d8b}.theme-dark .contents_chapter--footer--button:focus,.theme-dark .contents_chapter--footer--button:hover{outline:none;color:#dc5b21}.theme-dark .contents_scene--order{color:#b0bec5}.theme-dark .contents_scene--title:link,.theme-dark .contents_scene--title:visited{color:#cfd8dc}.theme-dark .contents_scene--title:active,.theme-dark .contents_scene--title.active{color:inherit}.theme-dark .contents_scene--title:hover{color:#dc5b21}.theme-dark .contents_scene--title small,.theme-dark .contents_scene--delete{color:#b0bec5}.theme-dark .contents_scene--delete:hover{color:#dc5b21}.theme-dark .contents_chapter--add_chapter,.theme-dark .contents_chapter--add_scene{border-color:#607d8b;color:#b0bec5}.theme-dark .contents_chapter--add_chapter:hover,.theme-dark .contents_chapter--add_scene:hover{border-color:#dc5b21;color:#dc5b21}.theme-dark .progress_bar{border:none;background-color:#455a64}.theme-dark .progress_bar--inner{background-color:#dc5b21}.theme-dark .progress_label{color:#eceff1}.theme-dark .titlePage{background-color:#37474f;border-color:#78909c;box-shadow:0 0 20px #a0a0a033}.theme-dark .summary,.theme-dark .chapter{background-color:#37474f;border:none}.theme-dark .write_mode .chapter--add_scene{border-color:#78909c;color:#b0bec5}.theme-dark .write_mode .chapter--add_scene:focus,.theme-dark .write_mode .chapter--add_scene:hover{border-color:#dc5b21;color:#dc5b21}.theme-dark .write_mode .scene_footer{border-color:#78909c;border-right-color:transparent;border-left-color:transparent}.theme-dark .write_mode .scene_footer--history:focus,.theme-dark .write_mode .scene_footer--history:hover{outline:none;color:#dc5b21}.theme-dark .write_mode .scene_footer--saved{color:#b0bec5}.theme-dark .write_mode .scene_footer--delete{border-left-color:#78909c;color:#90a4ae}.theme-dark .write_mode .scene_footer--delete:focus,.theme-dark .write_mode .scene_footer--delete:hover{outline:none;color:#dc5b21}.theme-dark .write_mode .scene_footer--notes_button:focus,.theme-dark .write_mode .scene_footer--notes_button:hover{outline:none;color:#dc5b21}.theme-dark .write_mode .scene_description{border-color:#78909c}.theme-dark .write_mode .scene_divider{color:#90a4ae}.theme-dark .write_mode .add_chapter{border-color:#bcb9b0;color:#bcb9b0}.theme-dark .write_mode .add_chapter:focus,.theme-dark .write_mode .add_chapter:hover{border-color:#dc5b21;color:#dc5b21}.theme-dark .outline_mode .chapter_header,.theme-dark .outline_mode .chapter_order,.theme-dark .outline_mode .chapter_delete,.theme-dark .outline_mode .chapter_description,.theme-dark .outline_mode .scene_header,.theme-dark .outline_mode .scene_order,.theme-dark .outline_mode .scene_delete{border-color:#607d8b}.theme-dark .outline_mode .chapter_description{background-color:#455a64}.theme-dark .outline_mode .chapter_description .trumbowyg-button-pane{background-color:#546e7a}.theme-dark .outline_mode .chapter_description .trumbowyg-editor:focus{background-color:#37474f}.theme-dark .outline_mode .chapter_order,.theme-dark .outline_mode .scene_order{color:#b0bec5}.theme-dark .outline_mode .chapter_delete:focus,.theme-dark .outline_mode .chapter_delete:hover,.theme-dark .outline_mode .scene_delete:focus,.theme-dark .outline_mode .scene_delete:hover{color:#dc5b21}.theme-dark .organize_mode .chapter-draggable-handle:hover{background-color:#607d8b}.theme-dark .organize_mode .chapter-draggable-handle:hover .chapter-draggable-button{background-color:#607d8b;color:#eceff1}.theme-dark .organize_mode .chapter-draggable-button{border-color:#607d8b}.theme-dark .organize_mode .chapter-draggable-icon{color:#cfd8dc}.theme-dark .organize_mode .chapter-ghost{background-color:#607d8b!important}.theme-dark .organize_mode .chapter_title span{border-color:#607d8b;color:#b0bec5}.theme-dark .organize_mode .chapter_button{background-color:#37474f}.theme-dark .organize_mode .chapter_button:disabled{background-color:transparent;border-color:#78909c;color:#90a4ae}.theme-dark .organize_mode .chapter_scenes,.theme-dark .organize_mode .scene{border-color:#607d8b}.theme-dark .organize_mode .scene-draggable-handle:hover{background-color:#607d8b}.theme-dark .organize_mode .scene-draggable-button{border-color:#607d8b;color:#cfd8dc}.theme-dark .organize_mode .scene-draggable-button.disabled{color:#90a4ae}.theme-dark .organize_mode .scene-ghost{background-color:#607d8b!important}.theme-dark .organize_mode .scene_title{color:#eceff1}.theme-dark .organize_mode .scene_title span{border-color:#607d8b;color:#b0bec5}.theme-dark .organize_mode .scene_buttons--relocate{background-color:#37474f}.theme-dark .organize_mode .scene_buttons--relocate:disabled{background-color:transparent;border-color:#78909c;color:#90a4ae}.theme-dark .organize_mode .scene-cant-relocate{color:#b0bec5}.theme-dark .auth--price{color:#dc5b21}.theme-dark .auth--heading{border-color:#607d8b;color:#cfd8dc}.theme-dark .auth--line{border-color:#607d8b}.theme-dark .auth--error_message{border-color:#c02f1d;color:#c02f1d}.theme-dark .error_box{background-color:#f8d7da;border-color:#c02f1d}.theme-dark .error_box--item{color:#c02f1d}.theme-dark .dashboard_header--title{color:#cfd8dc}.theme-dark .dashboard_header--filter--item{color:#b0bec5}.theme-dark .dashboard_header--filter--item.active{color:#cfd8dc}.theme-dark .novel_box{background-color:#37474f;border:none;color:#cfd8dc}.theme-dark .novel_box--cover{background-color:#455a64;border:none}.theme-dark .novel_box--cover:hover .novel_box--title,.theme-dark .novel_box--cover:hover .novel_box--subtitle,.theme-dark .novel_box--cover:hover .novel_box--author{color:#dc5b21}.theme-dark .novel_box--title,.theme-dark .novel_box--subtitle,.theme-dark .novel_box--author{color:#cfd8dc}.theme-dark .novel_box--stats{background-color:#3f525b;border:none}.theme-dark .novel_box--stat--item{color:#b0bec5}.theme-dark .novel_box--buttons{border-color:#607d8b}.theme-dark .novel_box--current i,.theme-dark .novel_box--current svg{color:#fff}.theme-dark .novel_box--current .triangle{border-top-color:#546e7a;border-right-color:transparent}.theme-dark .notebook_box{background-color:#37474f;border:none;color:#cfd8dc}.theme-dark .notebook_box--title{color:#cfd8dc}.theme-dark .notebook_box--content{background-color:#455a64;border:none}.theme-dark .notebook_box--stat span{border-color:#607d8b;color:#b0bec5}.theme-dark .notebook_box--buttons{border-color:#607d8b}.theme-dark .create_section{border-color:#78909c}.theme-dark .create_section--heading{color:#cfd8dc}.theme-dark .create_section--description{color:#b0bec5}.theme-dark .account--subheading{border-color:#607d8b;color:#cfd8dc}.theme-dark .account_info--trial{color:#dc5b21}.theme-dark .stripe--error_message{border-color:#c02f1d;color:#c02f1d}.theme-dark .update_form--note{color:#b0bec5}.theme-dark .sidebar_box{background-color:#37474f;border:none}.theme-dark .sidebar_box--header{border-color:#607d8b}.theme-dark .faq{background-color:#455a64;border:none}.theme-dark .faq--question:hover{color:#dc5b21}.theme-dark .faq--answer{border:none}.theme-dark .progress_tracker--main_stat,.theme-dark .progress_tracker--other_stat,.theme-dark .progress_tracker--other_stat--heading{border-color:#607d8b}.theme-dark .progress_tracker--other_stat--column:first-of-type,.theme-dark .progress_tracker--other_stat--column:last-of-type{border-color:#607d8b}.theme-dark .progress_tracker--settings{border-color:#607d8b}.empty_body{background-color:#ebe9e2}.page{padding:0 130px 32px}@media (max-width: 72.5em){.page{padding-right:80px;padding-left:80px}}@media (max-width: 50em){.page{padding-right:20px;padding-left:20px}}.page.skinny .page_content{max-width:768px}.page.with_sidebar .page_content{padding-right:390px}@media (max-width: 72.5em){.page.with_sidebar .page_content{padding-right:0}}.page_content{position:relative;max-width:1400px;margin:0 auto}.sidebar{position:absolute;top:0;right:0;width:360px}@media (max-width: 72.5em){.sidebar{position:static;width:100%}}.sidebar_box{margin-bottom:1.5rem;border:1px solid}.sidebar_box--header{padding:1rem;border-bottom:1px solid}.sidebar_box--heading{margin:0;text-align:center}.sidebar_box--text{margin-top:10px;font-size:18px;text-align:center}.sidebar_box--content{padding:1rem}.vue_loading{padding:60px 0;font-size:40px;text-align:center}.message{position:fixed;right:30px;bottom:42px;padding:12px 24px}.message_text{font-size:18px;color:inherit}.message_text strong{margin-right:8px}.inactiveMessage{position:relative;max-width:1400px;margin:20px auto;padding:1.5rem;background-color:#f8d7da;color:#c02f1d}.header{position:fixed;right:0;left:0;bottom:0;z-index:2;height:32px;padding-left:124px}@media (max-width: 37.5em){.menus{display:none;position:fixed;right:0;bottom:36px;z-index:13;min-width:138px;padding:0 4px}.menus.opened{display:block}}.menu.main{float:left}@media (max-width: 37.5em){.menu.main{float:none}}.menu.secondary{float:right}@media (max-width: 37.5em){.menu.secondary{float:none;margin-top:10px}}.menu_link{display:inline-block;padding:0 .75rem;font-size:12px;font-size:.75rem;font-weight:500;line-height:32px;text-decoration:none}@media (max-width: 37.5em){.menu_link{display:block;width:100%;text-align:right}}.menu_link--form{display:inline-block}.mobile_button{display:none;float:right;padding:0 .75rem;font-size:12px;font-size:.75rem;font-weight:700;line-height:32px;text-decoration:none;transition:all .5s}@media (max-width: 37.5em){.mobile_button{display:block}}.homeButton{position:absolute;bottom:0;left:4px;height:36px;width:120px;padding:11px 8px 9px;border:2px solid;border-bottom:none;text-align:center}.homeButton img{height:16px}body#register .siteHeader--nav--link.signUp{display:none}body.auth_body{background-color:#ebe9e2}@media (max-width: 41.25em){body.auth_body .siteHeader--logo{text-align:center}}body.auth_body .callToAction--button{display:none}.auth--back_link{position:absolute;top:1rem;left:1rem;font-size:14px;color:#dc5b21;text-decoration:none}.auth--logo{padding:4rem 0 1rem;text-align:center}.auth--logo--img{height:40px}.auth{width:90%;max-width:440px;margin:0 auto 4rem;padding:2rem 0}.auth.wide{max-width:600px}@media (max-width: 43.75em){.auth .form_block.name_field{margin-bottom:0}}.auth .form_label{margin-bottom:2px;color:#607d8b}.auth .form_control{padding:10px 8px;border-color:#b0bec5;font-size:1.125rem}.auth_button{width:100%;margin-top:1rem;padding:10px 8px;background-color:#dc5b21;font-size:1.25rem;color:#fff}.auth--title{margin-bottom:3rem;font-size:3.5rem;font-weight:300;color:#607d8b;text-align:center}.auth_box{padding:1rem;background-color:#fff}.auth--terms{margin:2rem 0 1rem;text-align:center}@media (max-width: 43.75em){.auth--terms .form_checkbox{display:block}.auth--terms .form_checkbox:first-child{margin-bottom:1rem}}.auth--footer{margin-top:3rem;text-align:center}.auth--footer--text{color:#78909c}.auth--footer--text a:link,.auth--footer--text a:visited{color:#dc5b21}.auth--footer--text a:active,.auth--footer--text a.active{color:inherit}.auth--footer--text a:hover{color:#e28c66}.auth--footer--text a{text-decoration:none}.auth--footer--text a:hover{text-decoration:underline}.auth--heading{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid;font-size:28px;text-align:center;line-height:1.5}.auth--forgot_password:link,.auth--forgot_password:visited{color:#dc5b21}.auth--forgot_password:active,.auth--forgot_password.active{color:inherit}.auth--forgot_password:hover{color:#e28c66}.auth--forgot_password{float:right;font-size:14px;text-decoration:none}.auth--forgot_password:hover{text-decoration:underline}.auth--password_toggle{padding:0;background:transparent;color:#dc5b21}.auth--password_toggle:focus,.auth--password_toggle:hover{outline:none;color:#a94917;text-decoration:underline}.auth--line{clear:both;margin:20px 0;border:none;border-bottom:1px solid #B0BEC5}.auth_plans{display:flex;flex-wrap:wrap}.auth_plans--button{flex-grow:1;padding:8px;background-color:transparent;border:1px solid #c3c3c3;color:#868686}.auth_plans--button.annual{margin-left:1rem}.auth_plans--button:hover{border-color:#dc5b21;color:#dc5b21}.auth_plans--button.current{background-color:#dc5b21;border-color:#dc5b21;color:#fff}.auth--text{margin-bottom:2rem!important;font-size:1.25rem;line-height:1.3}.auth--note{clear:both;max-width:400px;margin:1rem auto 0;font-size:.875rem;text-align:center;line-height:1.5;color:#a0a0a0}.auth--legal{margin-top:1rem;font-size:.875rem;text-align:center;line-height:1.5}.auth--legal a:link,.auth--legal a:visited{color:#dc5b21}.auth--legal a:active,.auth--legal a.active{color:inherit}.auth--legal a:hover{color:#e28c66}.auth--legal a{text-decoration:none}.auth--legal a:hover{text-decoration:underline}.auth_error{display:block;width:100%;margin-top:.5rem;color:#c02f1d}.auth--error_message{padding:10px;border:1px solid;text-align:center}.error_box{margin-bottom:1rem;padding:10px 10px 1px;border:1px solid #c02f1d}.error_box--list{margin:0;padding:0;list-style:none}.error_box--item{margin-bottom:9px;line-height:1.5;color:#c02f1d}.auth_message{margin-top:20px;padding:20px;background-color:#fff}.auth_message--header{margin:0 0 15px;color:#c02f1d;text-align:center}.auth_message--text{text-align:center;line-height:1.25}.auth_message--text strong{display:block;margin-top:10px;color:#c02f1d}.dashboard_header:after{content:"";display:table;clear:both}.dashboard_header{position:relative;margin:1rem 0;padding-right:160px;padding-left:2%}@media (max-width: 37.5em){.dashboard_header{padding-right:2%}}.dashboard_header--title{float:left;margin:0;line-height:38px}@media (max-width: 37.5em){.dashboard_header--title{float:none;padding-right:160px}}.dashboard_header--filter{float:right;margin-left:1rem}@media (max-width: 37.5em){.dashboard_header--filter{float:none;text-align:right}}.dashboard_header--filter--item{font-size:12px;line-height:38px}.dashboard_header--filter--item:focus{outline:none}.dashboard_header--buttons{position:absolute;top:0;right:2%}.novel_boxes{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:stretch}.novel_box{position:relative;width:21%;margin:0 2% 2rem;padding:36px 8px 10px;border:1px solid}@media (max-width: 100em){.novel_box{width:29.3%}}@media (max-width: 65em){.novel_box{width:46%}}@media (max-width: 37.5em){.novel_box{width:100%}}.novel_box--wordcount{position:absolute;top:0;right:0;left:0;font-size:.875rem;line-height:36px;text-align:center}.novel_box--cover{display:block;position:relative;padding:30px 12px 160px;border:1px solid;text-align:center;text-decoration:none}.novel_box--title{margin:0;font-size:30px;line-height:1.3;cursor:pointer}.novel_box--subtitle{margin:14px 0 0;font-size:20px;line-height:1.3;cursor:pointer}.novel_box--author{position:absolute;bottom:1rem;right:0;left:0;font-size:16px;text-align:center;cursor:pointer}.novel_box--stats{padding:0 .5rem;border:1px solid;border-top:none}p.novel_box--stats--item{margin:0;font-size:.875rem;line-height:30px;text-align:right}p.novel_box--stats--item span{float:left;width:100px;margin-right:1rem;text-align:left}.novel_box--buttons{padding-top:10px}.novel_box--button{display:inline-block;margin-left:2px;padding:0 10px;line-height:2rem}.novel_box--button.primary{float:right;padding:0 20px}.novel_box--current{position:absolute;top:0;left:0}.novel_box--current i,.novel_box--current svg{position:absolute;top:1px;left:1px;z-index:5;font-size:18px}.novel_box--current .triangle{position:absolute;top:0;left:0;z-index:4;height:0;width:0;border-top:2rem solid;border-right:2rem solid}.novel_empty{padding-top:7rem;text-align:center}.novel_empty--header{margin-bottom:1rem;font-size:2.5rem}.novel_empty--message{font-size:1.5rem}.notebook_box{position:relative;margin:0 2% 2rem;padding:.5rem;border:1px solid}.notebook_box--title{margin:0;padding:.5rem 110px .5rem .5rem;font-size:24px;line-height:30px}@media (max-width: 50em){.notebook_box--title{padding-right:.5rem}}.notebook_box--content{padding-top:.5rem;border:1px solid}p.notebook_box--stat{float:left;width:31%;margin:.5rem 1%;padding-right:.5rem;text-align:right}@media (max-width: 43.75em){p.notebook_box--stat{width:48%}}@media (max-width: 25em){p.notebook_box--stat{width:98%}}p.notebook_box--stat span{float:left;display:inline-block;width:100px;margin-right:.5rem;padding-right:.5rem;border-right:1px solid}.notebook_box--buttons{position:absolute;top:1rem;right:1rem;width:100px;text-align:right}@media (max-width: 50em){.notebook_box--buttons{position:static;width:100%;padding-top:10px;text-align:center}}.notebook_box--form{display:inline}.notebook_box--button{display:inline-block;margin-left:2px;padding:4px 10px}.create_section{display:flex;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid}@media (max-width: 68.75em){.create_section:after{content:"";display:table;clear:both}.create_section{display:block}}.create_section--side_panel{flex-grow:0;min-width:280px;width:280px}@media (max-width: 68.75em){.create_section--side_panel{width:100%;max-width:500px;margin-bottom:2rem}}.create_section--heading{margin-top:0}.create_section--heading--tag{position:relative;top:-2px;left:4px;padding:3px 10px;background-color:#dc5b21;border-radius:400px;font-size:.875rem;color:#fff}.create_section--description{padding-right:2rem}.create_section--description p{line-height:1.35}.create_section--main{flex-grow:1}@media (max-width: 68.75em){.create_section--main{padding-left:2rem}}@media (max-width: 31.25em){.create_section--main{padding-left:0}}.form_options--value.new_notebook{clear:both;margin-top:10px}.create_novel--new_notebook{float:left;margin-top:10px}.create_novel--new_notebook--label{margin:0 10px;line-height:34px}.create_novel--new_notebook--input{padding:.5rem;line-height:1rem;font-size:1rem;border:1px solid #d1d1d1}.account--subheading{margin:2rem 0 1.5rem;padding-top:.75rem;border-top:1px solid}h4.subscription_info--heading{margin:.25rem 0 .75rem;font-size:1.5rem;color:#c02f1d}p.subscription_info--message{margin:.5rem 0;line-height:1.5}ul.subscription_info--list{margin:0}ul.subscription_info--list li{line-height:1.35}.subscription_info--buttons{display:flex;margin-bottom:.5rem}p.subscription_info--price{margin:.5rem 0 1rem;font-size:1.75rem;color:#dc5b21;text-align:center;line-height:2}.subscription_info--trial{margin-bottom:1.5rem;text-align:center;line-height:1.5}.subscription_info--item{font-size:1.25rem;line-height:1.5}.subscription_info--item span{float:right}.subscription_actions{margin:1.5rem 0 -1.25rem;text-align:right}.subscription_actions--button{margin-left:24px}.invoice--item span{float:right}.update_form .form_block.card_number,.upgrade_form .form_block.card_number{float:left;width:60%}.update_form .form_block.expiration,.upgrade_form .form_block.expiration{float:left;width:22%;margin-left:2%}.update_form .form_block.expiration .form_control,.upgrade_form .form_block.expiration .form_control{float:left;width:46%;margin:0 2%;text-align:center}.update_form .form_block.cvc,.upgrade_form .form_block.cvc{float:left;width:14%;margin-left:2%}p.stripe--error_message{margin-bottom:2rem;padding:10px;border:1px solid;text-align:center}.update_form--note{float:left;line-height:38px}.close_account--text{float:left;width:70%;line-height:1.5}@media (max-width: 50em){.close_account--text{float:none;width:100%}}.close_account--button{float:right;width:25%}@media (max-width: 50em){.close_account--button{margin-top:1rem;width:auto}}.close_modal{padding:0 2rem}.close_modal--heading{margin:.5rem 0 1rem;font-size:24px;font-size:1.5rem;text-align:center}p.close_modal--subheading{margin-bottom:2rem;font-size:18px;font-size:1.125rem;text-align:center;line-height:1.5}.faqs{padding:.5rem 0}.faq{margin-bottom:1.5rem;border:1px solid}.faq:last-of-type{margin-bottom:0}.faq--question{position:relative;width:100%;padding:1rem 3rem 1rem 1rem;font-size:18px;font-size:1.125rem;text-align:left}.faq--question:focus{outline:none}.faq--question .icon_up,.faq--question .icon_down{position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.faq--question .icon_up{display:none}.faq--question .icon_down,.faq--question.opened .icon_up{display:block}.faq--question.opened .icon_down{display:none}.faq--answer{padding:.5rem 1rem;border-top:1px solid;line-height:1.5}.contact_info--label{font-weight:600}.contact_info--item{margin:4px 0 18px}.thank_you_message{max-width:700px;margin:7rem auto}.thank_you_message--title{font-size:4rem;color:#dc5b21;text-align:center}.thank_you_message--video{padding:0 4rem}.thank_you_message--video--wrapper{position:relative;padding-bottom:56.25%;height:0;margin-bottom:2rem}.thank_you_message--video--wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%}.thank_you_message--content{margin-bottom:1rem;font-size:1.125rem;color:#737373;line-height:1.5}.thank_you_message--line{border:1px solid #d1d1d1}.thank_you_message--button{display:inline-block;margin-top:2rem}.thank_you_message--button:link,.thank_you_message--button:visited{color:#fff}.thank_you_message--button:active,.thank_you_message--button.active{color:inherit}.thank_you_message--button:hover{color:#fff}.thank_you_message--button{background-color:#dc5b21;font-size:1.5rem;color:#fff}.thank_you_message--button:hover{background-color:#a94917}.thank_you_message--button:focus{box-shadow:#e28c66 0 0 0 3px}.download_novel:after{content:"";display:table;clear:both}.download_novel{padding-bottom:1rem;border-bottom:1px solid}.download_novel:last-of-type{border-bottom:none}.download_novel--heading{font-size:24px;font-size:1.5rem}p.download_novel--text{margin:.5rem 0 1rem;line-height:1.5}.download_novel--settings:after{content:"";display:table;clear:both}.progress_tracker--chart_wrapper{height:500px;margin:20px 0 40px}@media (max-width: 62.5em){.progress_tracker--chart_wrapper{height:440px}}@media (max-width: 37.5em){.progress_tracker--chart_wrapper{height:360px}}.progress_tracker--stat_section{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding:0 2rem}@media (max-width: 62.5em){.progress_tracker--stat_section{flex-wrap:wrap}}@media (max-width: 37.5em){.progress_tracker--stat_section{margin-bottom:1rem;padding:0 1rem}}.progress_tracker--main_stat{display:flex;align-items:center;justify-content:space-between;width:48%;padding:1rem;border:1px solid;border-radius:4px}@media (max-width: 62.5em){.progress_tracker--main_stat{width:100%}.progress_tracker--main_stat:first-of-type{margin-bottom:1rem}}.progress_tracker--main_stat p{margin:0}.progress_tracker--main_stat--label{font-size:1.5rem}@media (max-width: 37.5em){.progress_tracker--main_stat--label{font-size:1rem}}.progress_tracker--main_stat--value{font-size:2rem;font-weight:700}@media (max-width: 37.5em){.progress_tracker--main_stat--value{font-size:1.5rem}}.progress_tracker--other_stat{width:32%;border:1px solid;border-radius:4px}@media (max-width: 59.375em){.progress_tracker--other_stat{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:1rem}}@media (max-width: 47.5em){.progress_tracker--other_stat{display:block}}.progress_tracker--other_stat--heading{margin:0;padding:.75rem 1rem;border-bottom:1px solid;font-size:1.25rem;text-align:center}@media (max-width: 68.75em){.progress_tracker--other_stat--heading{font-size:1.125rem}}@media (max-width: 59.375em){.progress_tracker--other_stat--heading{width:60%;border-bottom:0;font-size:1.5rem;text-align:left}}@media (max-width: 47.5em){.progress_tracker--other_stat--heading{width:100%;border-bottom:1px solid;font-size:1.125rem;text-align:center}}.progress_tracker--other_stat--columns{display:flex;align-items:center;justify-content:space-between}@media (max-width: 59.375em){.progress_tracker--other_stat--columns{width:50%}}@media (max-width: 47.5em){.progress_tracker--other_stat--columns{width:100%}}.progress_tracker--other_stat--column{width:50%;padding:1rem .5rem 0}.progress_tracker--other_stat--column:last-of-type{border-left:1px solid}@media (max-width: 59.375em){.progress_tracker--other_stat--column:first-of-type{border-left:1px solid}}.progress_tracker--other_stat--column p{margin:0;text-align:center}.progress_tracker--other_stat--label{font-size:1.5rem}@media (max-width: 68.75em){.progress_tracker--other_stat--label{font-size:1.125rem}}.progress_tracker--other_stat--value{padding:1.25rem 0;font-size:2rem;font-weight:700}@media (max-width: 68.75em){.progress_tracker--other_stat--value{font-size:1.5rem}}.progress_tracker--settings{border-top:1px solid;padding:1rem 2rem}.progress_tracker--settings--heading{margin:0 0 1rem}@media (max-width: 43.75em){.progress_tracker--settings .clearfix:first-of-type{margin-bottom:1rem}}@media (max-width: 37.5em){.progress_tracker--settings{padding:1rem}}.novel{padding-top:4rem;padding-right:130px;padding-left:130px;transition:all .5s}@media (max-width: 72.5em){.novel{padding-right:80px;padding-left:80px}}@media (max-width: 50em){.novel{padding-right:20px;padding-left:20px}}@media (max-width: 37.5em){.novel{padding-right:0;padding-left:0}}.novel.with_panel{padding-left:420px}.novel.with_panel .novel_header{left:380px}@media (max-width: 72.5em){.novel.with_panel{padding-right:80px;padding-left:80px}.novel.with_panel .novel_header{left:0}}@media (max-width: 50em){.novel.with_panel{padding-right:20px;padding-left:20px}}@media (max-width: 37.5em){.novel.with_panel{padding-right:0;padding-left:0}}.panel{position:fixed;top:0;bottom:34px;left:-640px;z-index:110;width:380px;transition:all .5s}@media (max-width: 72.5em){.panel{box-shadow:0 0 20px 2px #49505733}}@media (max-width: 37.5em){.panel{width:100%}}.panel.open{left:0}@media (max-width: 37.5em){.panel.open{right:0}}@media (max-width: 37.5em){.panel.expanded{display:none}}.panel.expanded .panel_content{width:600px}.panel.expanded .expand_panel{right:-232px}@media (max-width: 72.5em){.panel.expanded{width:600px}.panel.expanded .panel_content{width:100%}.panel.expanded .expand_panel{right:-12px}}.statusBar{position:fixed;right:0;bottom:0;left:0;z-index:121;height:34px}.novel_loading{margin-top:30vh;text-align:center}p.novel_loading--text{margin-bottom:3rem;font-size:73px;font-size:4.5625rem}@media (max-width: 56.25em){p.novel_loading--text{font-size:50px;font-size:3.125rem}}.novel_loading--icon{font-size:120px}@media (max-width: 56.25em){.novel_loading--icon{font-size:90px}}.novel_header{position:absolute;top:0;right:0;left:0;height:40px;background-color:#dc5b21;transition:all .5s}.theme-light .novel_header--button{display:inline-block}.theme-light .novel_header--button:link,.theme-light .novel_header--button:visited{color:#fff}.theme-light .novel_header--button:active,.theme-light .novel_header--button.active{color:inherit}.theme-light .novel_header--button:hover{color:#fff}.theme-light .novel_header--button{padding:0 10px;font-size:14px;font-weight:500;text-decoration:none;line-height:40px}.theme-light .novel_header--button:focus,.theme-light .novel_header--button:hover{outline:none;background-color:#a94917}.theme-light .novel_header--button.right{float:right}.statusBar--logo{position:absolute;bottom:0;left:4px;height:38px;width:120px;padding:12px 8px 10px;border:2px solid;border-bottom:none;text-align:center}.statusBar--logo img{height:16px}@media (max-width: 25em){.statusBar--logo{left:0;width:90px;border-left:none}.statusBar--logo img{height:12px}}.statusBar--panelButton{position:absolute;top:0;left:128px;width:70px;font-size:15px;line-height:34px;text-align:center}.statusBar--panelButton i,.statusBar--panelButton svg{margin:0 4px}@media (max-width: 25em){.statusBar--panelButton{left:98px}}.statusBar--modeButtons{position:absolute;top:0;right:73px}@media (max-width: 50em){.statusBar--modeButtons{right:46px}}.statusBar--writeButton,.statusBar--outlineButton,.statusBar--organizeButton{font-size:14px;line-height:34px;text-align:center}@media (max-width: 42.5em){.statusBar--writeButton,.statusBar--outlineButton,.statusBar--organizeButton{display:none}}.statusBar--outlineButton{width:90px}.statusBar--writeButton{width:80px}.statusBar--organizeButton{width:100px}.statusBar--modeButton{display:none;width:66px;font-size:15px;line-height:34px;text-align:center}@media (max-width: 42.5em){.statusBar--modeButton{display:block}}.statusBar--saveStatus{position:fixed;bottom:47px;right:13px;overflow:hidden;height:40px;width:40px;margin:0;border-radius:50%;font-size:22px;line-height:40px;text-align:center;transition:all .3s}.statusBar--saveStatus.save{font-size:26px}.statusBar--menuButton{position:absolute;top:0;right:0;width:70px;border-left:2px solid;font-size:14px;line-height:34px;text-align:center}.statusBar--menuButton i,.statusBar--menuButton svg{display:none}@media (max-width: 50em){.statusBar--menuButton{width:34px}.statusBar--menuButton span{display:none}.statusBar--menuButton i,.statusBar--menuButton svg{display:inline}}.modeMenu,.mainMenu{position:fixed;bottom:38px;z-index:144;min-width:138px;padding:0 4px}.modeMenu{display:none}@media (max-width: 50em){.modeMenu{display:block;right:46px}}.mainMenu{right:0}.modeMenu--button,.mainMenu--button{display:block;position:relative;width:100%;margin:4px 0;padding:8px 10px;font-size:14px;text-align:right;cursor:pointer;text-decoration:none}.progress{position:fixed;right:6px;top:50%;padding-right:24px;transform:translateY(-50%);transition:all .5s;cursor:pointer}@media (max-width: 50em){.progress{display:none}}.progress_bar{position:relative;overflow:hidden;height:40vh;width:10px;border:1px solid}.progress_bar--inner{position:absolute;right:2px;top:2px;left:2px;transition:height .5s}.progress_label{position:absolute;top:50%;right:0;font-size:11px;font-size:.6875rem;text-align:center;text-transform:uppercase;transform:rotate(90deg) translateY(-50%)}.panel_tabs:after{content:"";display:table;clear:both}.panel_tabs{padding-top:8px}.panel_tabs--tab{position:relative;bottom:-1px;z-index:2;float:right;padding:0;border:1px solid;font-size:12px;font-size:.75rem;text-align:center;line-height:30px;cursor:pointer}.panel_tabs--tab.notebook,.panel_tabs--tab.contents{width:98px}.panel_tabs--tab.summaries{width:104px}.panel_tabs--tab.manage{width:80px}@media (max-width: 37.5em){.panel_tabs--tab.notebook,.panel_tabs--tab.contents,.panel_tabs--tab.summaries,.panel_tabs--tab.manage{width:25%}}.panel_tabs--tab.active{border:1px solid}.panel_tabs--tab:focus{outline:none}.panel_content{position:absolute;top:40px;right:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden;border-top:1px solid;border-right:1px solid;transition:all .5s}@media (max-width: 37.5em){.panel_content{border-right:none}}.panel_content .trumbowyg-box,.panel_content .trumbowyg-editor{min-height:90px}.panel_content .trumbowyg-editor{padding:10px}.panel_content .trumbowyg-button-pane{min-height:26px;padding:0 5px;line-height:10px}@media (max-width: 37.5em){.panel_content .trumbowyg-button-pane{min-height:21px}}.panel_content .trumbowyg-button-pane .trumbowyg-button-group+.trumbowyg-button-group:before{margin:0 5px;height:25px}@media (max-width: 37.5em){.panel_content .trumbowyg-button-pane .trumbowyg-button-group+.trumbowyg-button-group:before{height:20px}}.panel_content .trumbowyg-button-pane button{width:25px;height:25px;padding:1px 0!important}.panel_content .trumbowyg-button-pane button.trumbowyg-textual-button{line-height:25px}@media (max-width: 37.5em){.panel_content .trumbowyg-button-pane button{width:20px;height:20px}.panel_content .trumbowyg-button-pane button.trumbowyg-textual-button{line-height:20px}}.panel_content .trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button{padding-left:10px!important;padding-right:18px!important}.panel_content .trumbowyg-dropdown button{height:25px;line-height:25px;padding:0 10px;font-size:12px}.panel_content .trumbowyg-dropdown button svg{margin-right:14px}@media (max-width: 37.5em){.panel_content .trumbowyg-dropdown button{height:20px;line-height:20px}}.expand_panel{position:absolute;top:40px;right:-12px;bottom:0;width:12px;padding:0;transition:right .5s}.expand_panel:focus{outline:none}@media (max-width: 56.25em){.expand_panel{display:none}}.expand_panel--button{position:absolute;bottom:10%;left:0;padding:0 5px;border:1px solid;border-left:0;line-height:80px}.expand_panel--button .icon-expand{display:inline}.expand_panel--button .icon-shrink,.expand_panel--button.expanded .icon-expand{display:none}.expand_panel--button.expanded .icon-shrink{display:inline}.summary,.chapter,.titlePage{width:96%;max-width:1400px;margin-right:auto;margin-left:auto;border:1px solid}@media (max-width: 37.5em){.summary,.chapter,.titlePage{width:100%;border-right:none;border-left:none}}.titlePage{margin-bottom:3rem;padding:3rem 1.5rem}@media (max-width: 37.5em){.titlePage{padding:2rem .75rem}}.titlePage--title,.titlePage--subtitle,.titlePage--author,.titlePage--wordcount{text-align:center}.titlePage--title{font-size:48px;font-size:3rem;font-weight:700}.titlePage--subtitle{margin:1.5rem auto 5rem;font-size:40px;font-size:2.5rem;font-weight:700}.titlePage--author{font-size:18px;font-size:1.125rem}.titlePage--wordcount{margin-top:1rem}.chapter{margin-bottom:2rem;padding-bottom:1rem}.summary{margin-bottom:3rem;padding:4px 1rem 2rem}.summary .redactor-box{max-width:1000px;margin-right:auto;margin-left:auto}.summary--heading{margin:2rem 0 1rem;text-align:center}.write_mode .chapter{position:relative;margin-top:1rem;padding:3rem 1.5rem 4rem}@media (max-width: 37.5em){.write_mode .chapter{padding:2rem .75rem 4rem}}.write_mode .chapter:first-of-type{margin-top:0}.write_mode .chapter_title{margin-bottom:4rem;padding:6px 0;font-size:40px;font-size:2.5rem;font-weight:700;text-align:center}@media (max-width: 37.5em){.write_mode .chapter_title{margin-bottom:2rem;font-size:26px;font-size:1.625rem}}.write_mode .chapter--add_scene{position:absolute;right:4px;bottom:4px;padding:6px 14px;border-top:1px solid;border-left:1px solid;font-size:14px}.write_mode .scene{max-width:900px;margin-right:auto;margin-left:auto}.write_mode .scene_title{width:100%;padding:6px 10px;font-size:20px;font-size:1.25rem;font-weight:500}@media (max-width: 37.5em){.write_mode .scene_title{font-size:18px;font-size:1.125rem}}@media (max-width: 37.5em){.write_mode .scene_body{font-size:15px;font-size:.9375rem}}.write_mode .scene_body .redactor-in{min-height:360px;border-bottom:none}.write_mode .scene_body .redactor-focus .redactor-in,.write_mode .scene_body .redactor-focus:focus .redactor-in{border-bottom:none}.write_mode .scene_body .redactor-toolbar{border-top:none}.write_mode .scene_body .redactor-toolbar a,.write_mode .scene_body .redactor-air a{padding:8px 10px}.write_mode .scene_footer{display:flex;justify-content:space-between;height:32px}.write_mode .scene_footer--history{padding:.5rem 0;font-size:14px}.write_mode .scene_footer--saved{padding:.5rem;font-size:14px}.write_mode .scene_footer--delete{margin-left:4px;padding:0 4px;border-left:1px solid;font-size:12px}.write_mode .scene_footer--notes_button{padding:.5rem 0;font-size:14px}.write_mode .scene_description{border:1px solid}@media (max-width: 37.5em){.write_mode .scene_description{font-size:15px;font-size:.9375rem}}.write_mode .scene_description .redactor-toolbar{border-top:none}.write_mode .scene_divider{margin:3rem 0;text-align:center}.write_mode .add_chapter{display:block;width:90%;max-width:320px;margin:0 auto 8rem;padding:6px;border:1px solid}.outline_mode .chapter_header{position:relative;padding:0 40px 0 54px;border-bottom:1px solid}@media (max-width: 37.5em){.outline_mode .chapter_header{padding:0 30px}}.outline_mode .chapter_order{position:absolute;top:4px;left:0;width:54px;border-right:1px solid;line-height:42px;text-align:center}@media (max-width: 37.5em){.outline_mode .chapter_order{width:30px;line-height:32px}.outline_mode .chapter_order span{display:none}}.outline_mode .chapter_delete{position:absolute;top:4px;right:0;width:40px;border-left:1px solid;line-height:42px}@media (max-width: 37.5em){.outline_mode .chapter_delete{width:30px;font-size:12px;line-height:32px}}.outline_mode .chapter_title{width:100%;margin-bottom:0;border:none;padding:0 .75rem;font-size:18px;font-weight:700;line-height:50px}@media (max-width: 37.5em){.outline_mode .chapter_title{line-height:40px}}.outline_mode .chapter_description{margin:0 0 2rem;padding:1rem 3% 2rem;border-bottom:1px solid}.outline_mode .chapter_description .redactor-box{max-width:1000px;margin-right:auto;margin-left:auto}.outline_mode .chapter_description--label{max-width:1000px;margin-right:auto;margin-left:auto;font-size:12px;line-height:30px}.outline_mode .chapter--add_scene{width:80%;max-width:320px;margin:0 auto 2rem;font-size:14px}.outline_mode .scenes{padding:0 6%}@media (max-width: 37.5em){.outline_mode .scenes{padding:0 6px}}.outline_mode .scene{max-width:1000px;margin:0 auto 1.5rem}.outline_mode .scene:last-of-type{margin-bottom:.5rem}.outline_mode .scene_header{position:relative;padding:0 40px 0 80px;border:1px solid}@media (max-width: 37.5em){.outline_mode .scene_header{padding:0 32px 0 30px}}.outline_mode .scene_order{position:absolute;top:4px;left:0;width:80px;border-right:1px solid;font-size:14px;line-height:28px;text-align:center}@media (max-width: 37.5em){.outline_mode .scene_order{width:30px}.outline_mode .scene_order span{display:none}}.outline_mode .scene_delete{position:absolute;top:4px;right:0;width:40px;border-left:1px solid;line-height:28px}@media (max-width: 37.5em){.outline_mode .scene_delete{width:30px;font-size:12px}}.outline_mode .scene_title{width:100%;margin-bottom:0;padding:0 .75rem;border:none;font-size:16px;font-weight:700;line-height:36px}.outline_mode .scene_description{width:94%;margin:1rem auto 2rem}@media (max-width: 37.5em){.outline_mode .scene_description{width:100%}}.outline_mode .scene_description--label{font-size:12px;line-height:30px}.outline_mode .add_chapter{width:90%;max-width:480px;margin:0 auto 8rem}.organize_mode .chapter{position:relative;max-width:1000px;margin-bottom:.5rem;padding-bottom:.2rem;padding-left:2rem}.organize_mode .chapter:last-of-type{margin-bottom:4rem}.organize_mode .chapter-draggable-handle{cursor:move;cursor:grab}.organize_mode .chapter-draggable-handle:active{cursor:grabbing}.organize_mode .chapter-draggable-button{position:absolute;top:0;left:0;bottom:0;width:2rem;border-right:1px solid;text-align:center;cursor:move;cursor:grab}.organize_mode .chapter-draggable-icon{position:absolute;top:50%;width:100%;margin-top:-10px;line-height:20px;cursor:move;cursor:grab}.organize_mode .chapter-ghost{opacity:.5}.organize_mode .chapter_title{margin:0;padding:.5rem 30px .5rem .5rem;font-size:20px;font-size:1.25rem;line-height:2rem}.organize_mode .chapter_title span{display:inline-block;padding-right:.5rem;margin-right:.25rem;border-right:1px solid;font-weight:400}@media (max-width: 37.5em){.organize_mode .chapter_title{padding-right:1rem;padding-bottom:40px}}.organize_mode .chapter_buttons{position:absolute;top:1rem;right:1rem}@media (max-width: 37.5em){.organize_mode .chapter_buttons{top:3.5rem}}.organize_mode .chapter_button{display:inline-block;font-size:14px;line-height:1}.organize_mode .chapter_button:focus{outline:none}.organize_mode .chapter_button:disabled{cursor:default}.organize_mode .chapter_scenes{padding:.5rem;border-top:1px solid}.organize_mode .scene{display:flex;margin-top:.25rem;border:1px solid}.organize_mode .scene.disabled,.organize_mode .scene.disabled .scene_title{cursor:default}.organize_mode .scene-draggable-handle{cursor:move;cursor:grab}.organize_mode .scene-draggable-handle:active{cursor:grabbing}.organize_mode .scene-draggable-button,.organize_mode .scene_title,.organize_mode .scene_buttons{line-height:2.5rem}.organize_mode .scene-draggable-button{padding:0 .25rem;border-right:1px solid}.organize_mode .scene-ghost{opacity:.5}.organize_mode .scene_title{margin:0;cursor:move;cursor:grab}.organize_mode .scene_title span{margin-right:.25rem;padding:0 .5rem;border-right:1px solid;font-weight:400}@media (max-width: 45em){.organize_mode .scene_title{margin:1rem 0;position:relative;padding-left:48px;line-height:1.3}.organize_mode .scene_title span{position:absolute;top:50%;left:0;transform:translateY(-50%)}}.organize_mode .scene_buttons{margin-left:auto;padding:0 .5rem;font-size:.75em!important}@media (max-width: 66.25em){.organize_mode .scene_buttons{position:static;margin-bottom:1rem;text-align:center;transform:none}}.organize_mode .scene_buttons--relocate{display:inline-block;width:auto;cursor:pointer;padding-top:.1rem;padding-bottom:.1rem}.organize_mode .scene_buttons--relocate:disabled{cursor:default}.organize_mode .scene-cant-relocate{margin-top:.5rem;font-size:14px;text-align:right}.contents--novel_title{margin:2rem 0 0;padding:0 1rem;text-align:center}p.contents--novel_wordcount{margin:.5rem 0 2rem;padding:0 1rem;text-align:center}.contents_chapter{width:90%;margin:1.5rem auto 1rem;padding-top:.5rem;border-top:1px solid}.contents_chapter:first-of-type{margin-top:.5rem}.contents_chapter--header{position:relative;padding:0 2rem;border-color:inherit}.contents_chapter--order{position:absolute;top:0;bottom:0;left:0;width:1.5rem;border-color:inherit;text-align:center;line-height:2rem}.contents_chapter--title{display:block;padding:.25rem 0;font-size:18px;font-size:1.125rem;line-height:1.5rem;text-decoration:none}.contents_chapter--title small{margin-left:4px;font-size:70%;vertical-align:2px}.contents_chapter--scenes{padding-left:1.5rem}.contents_scene{position:relative;margin:.25rem 0;padding:0 1.5rem 0 2rem}.contents_scene--order{position:absolute;top:0;bottom:0;left:0;width:2rem;font-size:14px;font-size:.875rem;text-align:center;line-height:1.5rem}.contents_scene--title{display:block;text-decoration:none;font-size:15px;font-size:.9375rem;line-height:1.5rem}.contents_scene--title small{margin-left:4px;font-size:70%;vertical-align:1px}.notebook_menu{position:absolute;top:10px;right:0;left:0;height:36px}.notebook_menu--button{float:left;display:block;height:36px;width:14.285714%;border-bottom:1px solid;font-size:120%;cursor:pointer}.notebook_menu--button.active{border:1px solid;border-bottom:0}.notebook_menu--button.active:first-of-type{border-left:0}.notebook_menu--button.active:last-of-type{border-right:0}.notebook_content{position:absolute;top:87px;right:0;bottom:0;left:0;overflow-y:auto;padding:1rem}.notebook_search{width:100%;padding:4px 8px;border:1px solid}.notebook_content--header{position:absolute;top:46px;right:0;left:0;padding:0 1rem;border-bottom:1px solid}.notebook_content--title{margin:0;line-height:40px}.notebook_content--view,.notebook_content--add{position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.notebook_content--inner{padding:0 .5rem}.notebook_list--item{position:relative;margin:1rem 0 2rem}.notebook_list--header{padding:0 50px 0 .5rem;border-bottom:1px solid}.notebook_list--name{margin:0;line-height:30px}.notebook_list--name small{font-weight:400}.notebook_list--edit{display:block;position:absolute;top:4px;right:0;padding:0 .25rem 0 .5rem!important;line-height:20px}.notebook_list--content{position:relative;padding:.5rem;border:1px solid;border-top:none}.notebook_list--icon{position:absolute;top:4px;right:.5rem}.notebook_list--description{padding-right:20px}.notebook_list--type{width:190px;margin:2rem auto .5rem;padding-bottom:.25rem;border-bottom:1px solid;font-size:18px;font-size:1.125rem;text-align:center}.notebook_list--gender{text-align:center}.notebook_list--section{margin:1rem 0}p.notebook_list--section--label{margin-bottom:.5rem;padding-bottom:.25rem;border-bottom:1px solid;font-size:14px;font-size:.875rem}.notebook_list--section--content{padding:0 .5rem;cursor:default}.notebook_list--section--content p,.notebook_list--section--content li{line-height:1.25}.notebook_list--section--content ul,.notebook_list--section--content ol{margin:-.25rem 0 .75rem;padding-left:2rem}.notebook_list--stats{margin:1rem 0 3rem}.notebook_list--stat:after{content:"";display:table;clear:both}.notebook_list--stat{margin:1rem 0;padding-bottom:.25rem;border-bottom:1px solid}p.notebook_list--stat--label{float:left;margin:0;font-size:14px;font-size:.875rem;line-height:24px}p.notebook_list--stat--content{float:right;margin:0;line-height:24px}.notebook_list--empty{width:90%;margin:2rem auto 1rem;text-align:center;line-height:1.5}.notebook_view--name{min-width:260px;margin-bottom:.75rem;padding-top:.75rem;padding-bottom:.5rem;font-size:24px;font-size:1.5rem;font-weight:700;text-align:center}p.notebook_view--info{margin-bottom:2rem;font-size:12px;font-size:.75rem;text-align:center;letter-spacing:1px}p.notebook_view--info span{margin:0 8px;border-left:1px solid}.notebook_view--section{position:relative;margin-top:1rem;padding:.5rem .5rem 0;border-top:1px solid}p.notebook_view--section--label{margin-bottom:.5rem;font-size:13px;font-size:.8125rem}.notebook_view--section--button{position:absolute;top:.5rem;right:.5rem;font-size:12px!important}.notebook_view--section--toggle{position:absolute;top:.25rem;right:0;padding:.25rem .5rem;border:1px solid;font-size:14px!important}.notebook_view--section--toggle .icon_up{display:none}.notebook_view--section--toggle .icon_down,.notebook_view--section--toggle.open .icon_up{display:block}.notebook_view--section--toggle.open .icon_down{display:none}.notebook_view--input{width:100%;padding:.5rem;border:1px solid}.notebook_view--textarea{width:100%;padding:10px;border:1px solid;resize:none}.notebook_view--select{display:block;width:auto;margin:1rem auto;padding:.25rem .5rem;border:1px solid;line-height:1}.notebook_view--stat:after{content:"";display:table;clear:both}.notebook_view--stat{padding:.5rem 0}.notebook_view--stat--label{float:left;width:35%;padding:0;line-height:27px}.notebook_view--stat--control{float:right;width:60%;padding:.25rem .5rem;border:none;border-bottom:1px solid;text-align:right}.notebook_settings--name{margin:1rem auto 2rem;padding:.5rem 0;font-size:28px;font-size:1.75rem;font-weight:700;text-align:center}.notebook_settings--download{margin:0 auto}.notebook_settings--button{display:block;width:90%;margin:1rem auto;padding:10px;border:1px solid;text-align:center}.notebook_settings--button.new{width:100%;margin-top:2rem}.name_generator{width:90%;margin:0 auto 1rem;border:1px solid}.name_generator--toggle{width:100%;padding:8px 0;text-align:left}.name_generator--toggle i,.name_generator--toggle svg{float:right}.name_generator--content{padding:10px;border-top:1px solid}.name_generator--buttons:after{content:"";display:table;clear:both}.name_generator--button{float:left;width:29%;margin:0 2%;padding:4px;border:1px solid}.name_generator--results:after{content:"";display:table;clear:both}.name_generator--results{margin:10px 0 0;padding:0;list-style:none}.name_generator--name{float:left;width:33%;margin:8px 0;padding:0 4px;font-size:14px;font-size:.875rem;text-align:center;cursor:pointer}.novel_info{padding:1rem}.novel_info--title{width:100%;margin-top:1rem;margin-bottom:1rem;padding:.5rem;font-size:28px;font-size:1.75rem;font-weight:700;text-align:center}.novel_info--subtitle{width:90%;margin-bottom:4.5rem;padding:.5rem;font-size:18px;font-size:1.125rem;text-align:center}.novel_info--author{width:60%;padding:.25rem;text-align:center}.novel_info--genre{width:auto;margin:1.5rem auto 1rem;border:none;border-bottom:1px solid}.novel_info--download{margin:3rem auto 1rem}.novel_info--tracker{margin:1rem auto 2rem}.novel_info--form_toggle:after{content:"";display:table;clear:both}.novel_info--form_toggle{margin-top:1rem}.novel_info--form_toggle .form_toggle--question{line-height:1.5rem}.novel_info--form_toggle .form_toggle--label{min-width:40px;margin:.25rem 0;padding:0 .5rem;font-size:.875rem;line-height:1rem}.novel_goals{padding:1rem;border-bottom:1px solid}.novel_goals--heading{margin:0 0 1rem;text-align:center}.novel_goal{margin-bottom:2rem;padding-bottom:1rem}.novel_goal--label{float:left;margin:0;font-size:18px;font-size:1.125rem;line-height:28px}.novel_goal--control{float:right;width:auto;text-align:right}.novel_goal--suggested{margin-top:.25rem;font-size:14px;font-size:.875rem;text-align:right;font-style:italic}p.novel_goal--line{margin-top:1.5rem;font-size:14px;font-size:.875rem;text-align:right}.novel_goal--progress{overflow:hidden;width:100%;margin-top:.5rem;padding:2px;border:1px solid}.novel_goal--progress--inner{display:block;height:5px}.novel_goal--selector{margin-bottom:2rem!important}.novel_summaries{padding:1rem 1rem 2rem}.novel_summary{margin-top:2rem}.novel_summary:first-of-type{margin-top:0}.novel_summary--heading{margin-bottom:1rem;padding:0 .5rem .5rem;border-bottom:1px solid;font-size:18px;font-size:1.125rem;cursor:pointer}.novel_summary--heading i,.novel_summary--heading svg{float:right}.novel_summary--text{min-height:100px;margin-bottom:1rem;padding:0 .5rem}.novel_summary--text--empty{margin:1.5rem 0;text-align:center}.novel_summaries--chapters{margin-top:6rem}.scene_histories--container{position:relative;min-height:100%;padding-left:240px}@media (max-width: 62.5em){.scene_histories--container{padding-left:0}}.scene_histories--list{position:absolute;top:0;left:0;bottom:0;width:240px;margin:0;padding:.25rem 0;border-right:1px solid;list-style:none;overflow-y:auto}@media (max-width: 62.5em){.scene_histories--list{display:none}}.scene_histories--item{margin:.5rem 0;padding:.5rem 1rem;border-left:6px solid transparent;cursor:pointer}.scene_histories--item--date{display:block;margin-bottom:4px}.scene_histories--item--time{display:block;font-size:.875rem}.scene_histories--header{display:none}@media (max-width: 62.5em){.scene_histories--header{display:flex;justify-content:space-between;flex-wrap:wrap;padding:1rem 1rem 0}.scene_histories--header .form_control{width:auto}}@media (max-width: 41.25em){.scene_histories--header{justify-content:center;flex-wrap:wrap}.scene_histories--header .form_control{width:100%;order:2}.scene_histories--header .btn{margin-bottom:1rem;width:100%}}.scene_histories--body{padding:1rem 2rem;overflow-y:auto}.scene_histories--body--header{display:flex;margin-bottom:1rem;padding:.5rem 0;justify-content:space-between}@media (max-width: 62.5em){.scene-histories--body--copy{display:none}}.scene_histories--title{margin:0}.scene_histories--title.empty{font-weight:400;font-style:italic}.scene_histories--content.empty p{font-style:italic}.scene_histories--getting{display:flex;height:100%;justify-content:center;align-items:center}.scene_histories--getting p{font-size:2.5rem}.scene_histories--empty{padding:1rem}.scene_histories--empty p{font-size:1.5rem}.mcenter{margin-right:auto;margin-left:auto}.m05{margin:.5rem}.mx05{margin-right:.5rem;margin-left:.5rem}.my05{margin-top:.5rem;margin-bottom:.5rem}.mt05{margin-top:.5rem}.mr05{margin-right:.5rem}.mb05{margin-bottom:.5rem}.ml05{margin-left:.5rem}.m1{margin:1rem}.mx1{margin-right:1rem;margin-left:1rem}.my1{margin-top:1rem;margin-bottom:1rem}.mt1{margin-top:1rem}.mr1{margin-right:1rem}.mb1{margin-bottom:1rem}.ml1{margin-left:1rem}.m15{margin:1.5rem}.mx15{margin-right:1.5rem;margin-left:1.5rem}.my15{margin-top:1.5rem;margin-bottom:1.5rem}.mt15{margin-top:1.5rem}.mr15{margin-right:1.5rem}.mb15{margin-bottom:1.5rem}.ml15{margin-left:1.5rem}.m2{margin:2rem}.mx2{margin-right:2rem;margin-left:2rem}.my2{margin-top:2rem;margin-bottom:2rem}.mt2{margin-top:2rem}.mr2{margin-right:2rem}.mb2{margin-bottom:2rem}.ml2{margin-left:2rem}.m4{margin:4rem}.mx4{margin-right:4rem;margin-left:4rem}.my4{margin-top:4rem;margin-bottom:4rem}.mt4{margin-top:4rem}.mr4{margin-right:4rem}.mb4{margin-bottom:4rem}.ml4{margin-left:4rem}.p05{padding:.5rem}.px05{padding-right:.5rem;padding-left:.5rem}.py05{padding-top:.5rem;padding-bottom:.5rem}.pt05{padding-top:.5rem}.pr05{padding-right:.5rem}.pb05{padding-bottom:.5rem}.pl05{padding-left:.5rem}.p1{padding:1rem}.px1{padding-right:1rem;padding-left:1rem}.py1{padding-top:1rem;padding-bottom:1rem}.pt1{padding-top:1rem}.pr1{padding-right:1rem}.pb1{padding-bottom:1rem}.pl1{padding-left:1rem}.p15{padding:1.5rem}.px15{padding-right:1.5rem;padding-left:1.5rem}.py15{padding-top:1.5rem;padding-bottom:1.5rem}.pt15{padding-top:1.5rem}.pr15{padding-right:1.5rem}.pb15{padding-bottom:1.5rem}.pl15{padding-left:1.5rem}.textcenter{text-align:center}.textright{text-align:right}.clearfix:after{content:"";display:table;clear:both}
