-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.css
1 lines (1 loc) · 51.9 KB
/
index.css
1
html .buttonWrapper .plugined-editor-button{background-color:#000;padding-left:15px;padding-right:15px;height:48px;border:0;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:14px;margin:0;align-items:center;align-content:center;text-align:center}html .buttonWrapper .plugined-editor-button-text{font-family:Helvetica,Open Sans,sans-serif}html .buttonWrapper .plugined-editor-button[data-button-type],html .buttonWrapper .plugined-editor-button [data-button-type]{position:relative;z-index:4}html .buttonWrapper .plugined-editor-button[data-button-type]:after,html .buttonWrapper .plugined-editor-button [data-button-type]:after{content:attr(data-button-type);position:absolute;bottom:64px;padding:5px 15px;background:#000;color:#fff;border-radius:10px;font-size:15px;white-space:nowrap;opacity:0;-webkit-transition:all .4s ease;transition:all .4s ease;pointer-events:none;transform:translateX(-50%)}html .buttonWrapper .plugined-editor-button[data-button-type]:hover:after,html .buttonWrapper .plugined-editor-button [data-button-type]:hover:after{bottom:52px;opacity:1}html .buttonWrapper .plugined-editor-button[data-button-type=inline-bold]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-bold]:after{content:"BOLD"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-italic]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-italic]:after{content:"ITALIC"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-strikethrough]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-strikethrough]:after{content:"STRIKETHROUGH"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-code]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-code]:after{content:"CODE"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-subscript]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-subscript]:after{content:"SUB"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-superscript]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-superscript]:after{content:"SUP"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-color]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-color]:after{content:"COLOR"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-one]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-one]:after{content:"H1"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-two]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-two]:after{content:"H2"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-three]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-three]:after{content:"H3"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-four]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-four]:after{content:"H4"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-five]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-five]:after{content:"H5"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-six]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-six]:after{content:"H6"}html .buttonWrapper .plugined-editor-button[data-button-type=block-blockquote]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-blockquote]:after{content:"BLOCKQUOTE"}html .buttonWrapper .plugined-editor-button[data-button-type=block-ordered-list-item]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-ordered-list-item]:after{content:"ORDERED LIST"}html .buttonWrapper .plugined-editor-button[data-button-type=block-unordered-list-item]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-unordered-list-item]:after{content:"UNORDERED LIST"}html .buttonWrapper .plugined-editor-button[data-button-type=block-code-block]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-code-block]:after{content:"CODE BLOCK"}html .buttonWrapper .plugined-editor-button[data-button-type=align-left]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-left]:after{content:"ALIGN LEFT"}html .buttonWrapper .plugined-editor-button[data-button-type=align-right]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-right]:after{content:"ALIGN RIGHT"}html .buttonWrapper .plugined-editor-button[data-button-type=align-center]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-center]:after{content:"ALIGN CENTER"}html .buttonWrapper .plugined-editor-button[data-button-type=align-justify]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-justify]:after{content:"ALIGN JUSTIFY"}html .buttonWrapper .plugined-editor-button[data-button-type=more]:after,html .buttonWrapper .plugined-editor-button [data-button-type=more]:after{content:"MORE"}html .buttonWrapper .plugined-editor-button[data-button-type=link]:after,html .buttonWrapper .plugined-editor-button [data-button-type=link]:after{content:"LINK"}html .buttonWrapper .plugined-editor-button[data-button-type=image-add]:after,html .buttonWrapper .plugined-editor-button [data-button-type=image-add]:after{content:"IMAGE"}html .buttonWrapper .plugined-editor-button[data-button-type=video-add]:after,html .buttonWrapper .plugined-editor-button [data-button-type=video-add]:after{content:"VIDEO"}html .buttonWrapper .plugined-editor-button[data-button-type=undo]:after,html .buttonWrapper .plugined-editor-button [data-button-type=undo]:after{content:"UNDO"}html .buttonWrapper .plugined-editor-button[data-button-type=redo]:after,html .buttonWrapper .plugined-editor-button [data-button-type=redo]:after{content:"REDO"}html .buttonWrapper .plugined-editor-button svg{fill:#fff}html .buttonWrapper .plugined-editor-button.active{background-color:#2f2f2f}html .buttonWrapper .plugined-editor-button.active[data-button-type=more] svg{transform:rotate(-180deg)}.plugined-editor-inline-toolbar{left:50%;transform:translate(-50%) scale(0);position:absolute;z-index:2;box-sizing:border-box;background-color:#000;border:none;font-size:16px;border-radius:48px;white-space:nowrap}.plugined-editor-inline-toolbar .buttonWrapper{display:inline-block;height:48px;vertical-align:top}.plugined-editor-inline-toolbar .buttonWrapper:first-child .plugined-editor-button{padding-left:21px;border-radius:48px 0 0 48px}.plugined-editor-inline-toolbar .buttonWrapper:last-child .plugined-editor-button{padding-right:21px;border-radius:0 48px 48px 0}.plugined-editor-inline-toolbar .button{background:none;outline:none;border:none;height:48px}.plugined-editor-inline-toolbar .button:focus,.plugined-editor-inline-toolbar .button:hover{outline:0}.plugined-editor-inline-toolbar input{color:#fff}html .buttonWrapper .plugined-editor-button{background-color:#000;padding-left:15px;padding-right:15px;height:48px;border:0;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:14px;margin:0;align-items:center;align-content:center;text-align:center}html .buttonWrapper .plugined-editor-button-text{font-family:Helvetica,Open Sans,sans-serif}html .buttonWrapper .plugined-editor-button[data-button-type],html .buttonWrapper .plugined-editor-button [data-button-type]{position:relative;z-index:4}html .buttonWrapper .plugined-editor-button[data-button-type]:after,html .buttonWrapper .plugined-editor-button [data-button-type]:after{content:attr(data-button-type);position:absolute;bottom:64px;padding:5px 15px;background:#000;color:#fff;border-radius:10px;font-size:15px;white-space:nowrap;opacity:0;-webkit-transition:all .4s ease;transition:all .4s ease;pointer-events:none;transform:translateX(-50%)}html .buttonWrapper .plugined-editor-button[data-button-type]:hover:after,html .buttonWrapper .plugined-editor-button [data-button-type]:hover:after{bottom:52px;opacity:1}html .buttonWrapper .plugined-editor-button[data-button-type=inline-bold]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-bold]:after{content:"BOLD"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-italic]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-italic]:after{content:"ITALIC"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-strikethrough]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-strikethrough]:after{content:"STRIKETHROUGH"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-code]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-code]:after{content:"CODE"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-subscript]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-subscript]:after{content:"SUB"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-superscript]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-superscript]:after{content:"SUP"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-color]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-color]:after{content:"COLOR"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-one]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-one]:after{content:"H1"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-two]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-two]:after{content:"H2"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-three]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-three]:after{content:"H3"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-four]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-four]:after{content:"H4"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-five]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-five]:after{content:"H5"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-six]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-six]:after{content:"H6"}html .buttonWrapper .plugined-editor-button[data-button-type=block-blockquote]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-blockquote]:after{content:"BLOCKQUOTE"}html .buttonWrapper .plugined-editor-button[data-button-type=block-ordered-list-item]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-ordered-list-item]:after{content:"ORDERED LIST"}html .buttonWrapper .plugined-editor-button[data-button-type=block-unordered-list-item]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-unordered-list-item]:after{content:"UNORDERED LIST"}html .buttonWrapper .plugined-editor-button[data-button-type=block-code-block]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-code-block]:after{content:"CODE BLOCK"}html .buttonWrapper .plugined-editor-button[data-button-type=align-left]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-left]:after{content:"ALIGN LEFT"}html .buttonWrapper .plugined-editor-button[data-button-type=align-right]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-right]:after{content:"ALIGN RIGHT"}html .buttonWrapper .plugined-editor-button[data-button-type=align-center]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-center]:after{content:"ALIGN CENTER"}html .buttonWrapper .plugined-editor-button[data-button-type=align-justify]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-justify]:after{content:"ALIGN JUSTIFY"}html .buttonWrapper .plugined-editor-button[data-button-type=more]:after,html .buttonWrapper .plugined-editor-button [data-button-type=more]:after{content:"MORE"}html .buttonWrapper .plugined-editor-button[data-button-type=link]:after,html .buttonWrapper .plugined-editor-button [data-button-type=link]:after{content:"LINK"}html .buttonWrapper .plugined-editor-button[data-button-type=image-add]:after,html .buttonWrapper .plugined-editor-button [data-button-type=image-add]:after{content:"IMAGE"}html .buttonWrapper .plugined-editor-button[data-button-type=video-add]:after,html .buttonWrapper .plugined-editor-button [data-button-type=video-add]:after{content:"VIDEO"}html .buttonWrapper .plugined-editor-button[data-button-type=undo]:after,html .buttonWrapper .plugined-editor-button [data-button-type=undo]:after{content:"UNDO"}html .buttonWrapper .plugined-editor-button[data-button-type=redo]:after,html .buttonWrapper .plugined-editor-button [data-button-type=redo]:after{content:"REDO"}html .buttonWrapper .plugined-editor-button svg{fill:#fff}html .buttonWrapper .plugined-editor-button.active{background-color:#2f2f2f}html .buttonWrapper .plugined-editor-button.active[data-button-type=more] svg{transform:rotate(-180deg)}.plugined-editor-static-toolbar{position:relative;z-index:2;box-sizing:border-box;border:none;font-size:16px;border-radius:2px;background-color:#000}.plugined-editor-static-toolbar .buttonWrapper{position:relative;display:inline-block;height:48px;vertical-align:top}.plugined-editor-static-toolbar .button{background:none;outline:none;border:none;height:48px}.plugined-editor-static-toolbar .button:focus,.plugined-editor-static-toolbar .button:hover{outline:0}.plugined-editor-static-toolbar input{color:#fff}.plugined-editor-static-toolbar .input-popup{width:220px;font-size:14px;top:-34px;left:0;outline:0;background:#000;border:0;position:absolute;height:28px;padding:0 8px;border-radius:2px;color:#fff;box-sizing:border-box}.plugined-editor-static-toolbar .plugined-editor-color-picker{position:absolute}html .buttonWrapper .plugined-editor-button{background-color:#000;padding-left:15px;padding-right:15px;height:48px;border:0;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:14px;margin:0;align-items:center;align-content:center;text-align:center}html .buttonWrapper .plugined-editor-button-text{font-family:Helvetica,Open Sans,sans-serif}html .buttonWrapper .plugined-editor-button[data-button-type],html .buttonWrapper .plugined-editor-button [data-button-type]{position:relative;z-index:4}html .buttonWrapper .plugined-editor-button[data-button-type]:after,html .buttonWrapper .plugined-editor-button [data-button-type]:after{content:attr(data-button-type);position:absolute;bottom:64px;padding:5px 15px;background:#000;color:#fff;border-radius:10px;font-size:15px;white-space:nowrap;opacity:0;-webkit-transition:all .4s ease;transition:all .4s ease;pointer-events:none;transform:translateX(-50%)}html .buttonWrapper .plugined-editor-button[data-button-type]:hover:after,html .buttonWrapper .plugined-editor-button [data-button-type]:hover:after{bottom:52px;opacity:1}html .buttonWrapper .plugined-editor-button[data-button-type=inline-bold]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-bold]:after{content:"BOLD"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-italic]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-italic]:after{content:"ITALIC"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-strikethrough]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-strikethrough]:after{content:"STRIKETHROUGH"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-code]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-code]:after{content:"CODE"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-subscript]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-subscript]:after{content:"SUB"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-superscript]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-superscript]:after{content:"SUP"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-color]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-color]:after{content:"COLOR"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-one]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-one]:after{content:"H1"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-two]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-two]:after{content:"H2"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-three]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-three]:after{content:"H3"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-four]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-four]:after{content:"H4"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-five]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-five]:after{content:"H5"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-six]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-six]:after{content:"H6"}html .buttonWrapper .plugined-editor-button[data-button-type=block-blockquote]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-blockquote]:after{content:"BLOCKQUOTE"}html .buttonWrapper .plugined-editor-button[data-button-type=block-ordered-list-item]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-ordered-list-item]:after{content:"ORDERED LIST"}html .buttonWrapper .plugined-editor-button[data-button-type=block-unordered-list-item]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-unordered-list-item]:after{content:"UNORDERED LIST"}html .buttonWrapper .plugined-editor-button[data-button-type=block-code-block]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-code-block]:after{content:"CODE BLOCK"}html .buttonWrapper .plugined-editor-button[data-button-type=align-left]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-left]:after{content:"ALIGN LEFT"}html .buttonWrapper .plugined-editor-button[data-button-type=align-right]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-right]:after{content:"ALIGN RIGHT"}html .buttonWrapper .plugined-editor-button[data-button-type=align-center]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-center]:after{content:"ALIGN CENTER"}html .buttonWrapper .plugined-editor-button[data-button-type=align-justify]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-justify]:after{content:"ALIGN JUSTIFY"}html .buttonWrapper .plugined-editor-button[data-button-type=more]:after,html .buttonWrapper .plugined-editor-button [data-button-type=more]:after{content:"MORE"}html .buttonWrapper .plugined-editor-button[data-button-type=link]:after,html .buttonWrapper .plugined-editor-button [data-button-type=link]:after{content:"LINK"}html .buttonWrapper .plugined-editor-button[data-button-type=image-add]:after,html .buttonWrapper .plugined-editor-button [data-button-type=image-add]:after{content:"IMAGE"}html .buttonWrapper .plugined-editor-button[data-button-type=video-add]:after,html .buttonWrapper .plugined-editor-button [data-button-type=video-add]:after{content:"VIDEO"}html .buttonWrapper .plugined-editor-button[data-button-type=undo]:after,html .buttonWrapper .plugined-editor-button [data-button-type=undo]:after{content:"UNDO"}html .buttonWrapper .plugined-editor-button[data-button-type=redo]:after,html .buttonWrapper .plugined-editor-button [data-button-type=redo]:after{content:"REDO"}html .buttonWrapper .plugined-editor-button svg{fill:#fff}html .buttonWrapper .plugined-editor-button.active{background-color:#2f2f2f}html .buttonWrapper .plugined-editor-button.active[data-button-type=more] svg{transform:rotate(-180deg)}.plugined-editor-side-toolbar{position:fixed}.plugined-editor-side-toolbar .blockType{box-sizing:border-box;background:#000;padding:5px;margin:0;cursor:pointer;display:flex;align-items:center;align-content:center;border-radius:24px;height:48px;width:48px;line-height:48px}.plugined-editor-side-toolbar svg{fill:#fff;margin:0 auto}.plugined-editor-side-toolbar .spacer{position:absolute;left:50%;transform:translate(-50%);width:74px;height:8px}.plugined-editor-side-toolbar .popup{position:absolute;left:50%;transform:translate(-50%);background:#000;border-radius:2px;box-shadow:0 1px 3px 0 #dcdcdc;z-index:3;box-sizing:border-box;width:48px;margin-top:8px}.plugined-editor-side-toolbar .popup .buttonWrapper{display:inline-block;vertical-align:top}.plugined-editor-side-toolbar .popup:after,.plugined-editor-side-toolbar .popup:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.plugined-editor-side-toolbar .popup:after{border-color:hsla(0,0%,98%,0);border-bottom-color:#000;border-width:4px;margin-left:-4px}.plugined-editor-side-toolbar .popup:before{border-color:hsla(0,0%,87%,0);border-bottom-color:#000;border-width:6px;margin-left:-6px}.plugined-editor-side-toolbar .buttonWrapper{position:relative}html .plugined-editor-side-toolbar .plugined-editor-button{width:48px;height:48px;padding:0;text-align:center}html .plugined-editor-side-toolbar .plugined-editor-button [data-tooltip]{margin:0 auto}html .plugined-editor-side-toolbar .plugined-editor-button [data-tooltip]:after{background:#fff!important;color:#000!important;box-shadow:0 1px 3px 0 #dcdcdc}.plugined-editor-side-toolbar input{font-size:14px;left:56px;outline:0;background:#000;border:0;position:absolute;top:24px;height:28px;margin-top:-14px;padding:0 8px;border-radius:2px;color:#fff}.DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:hsla(0,0%,100%,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:1}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}.draftJsEmojiPlugin__alignmentTool__2mkQr{left:50%;-webkit-transform:translate(-50%) scale(0);transform:translate(-50%) scale(0);position:absolute;border:1px solid #ddd;background:#fff;border-radius:2px;box-shadow:0 1px 3px 0 #dcdcdc;z-index:2;box-sizing:border-box}.draftJsEmojiPlugin__alignmentTool__2mkQr:after,.draftJsEmojiPlugin__alignmentTool__2mkQr:before{top:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.draftJsEmojiPlugin__alignmentTool__2mkQr:after{border-color:hsla(0,0%,100%,0);border-top-color:#fff;border-width:4px;margin-left:-4px}.draftJsEmojiPlugin__alignmentTool__2mkQr:before{border-color:hsla(0,0%,87%,0);border-top-color:#ddd;border-width:6px;margin-left:-6px}.draftJsEmojiPlugin__buttonWrapper__1Dmqh{display:inline-block}.draftJsEmojiPlugin__button__qi1gf{background:#fbfbfb;color:#888;font-size:18px;border:0;padding-top:5px;vertical-align:bottom;height:34px;width:36px}.draftJsEmojiPlugin__button__qi1gf svg{fill:#888}.draftJsEmojiPlugin__button__qi1gf:focus,.draftJsEmojiPlugin__button__qi1gf:hover{background:#f3f3f3;outline:0}.draftJsEmojiPlugin__active__3qcpF{background:#efefef;color:#444}.draftJsEmojiPlugin__active__3qcpF svg{fill:#444}.draftJsEmojiPlugin__emojiSelect__34S1B{display:inline-block}.draftJsEmojiPlugin__emojiSelectButton__3sPol,.draftJsEmojiPlugin__emojiSelectButtonPressed__2Tezu{margin:0;padding:0;width:2.5em;height:1.5em;box-sizing:border-box;line-height:1.2em;font-size:1.5em;color:#888;background:#fff;border:1px solid #ddd;border-radius:1.5em;cursor:pointer}.draftJsEmojiPlugin__emojiSelectButton__3sPol:focus,.draftJsEmojiPlugin__emojiSelectButtonPressed__2Tezu:focus{outline:0}.draftJsEmojiPlugin__emojiSelectButton__3sPol:hover,.draftJsEmojiPlugin__emojiSelectButtonPressed__2Tezu:hover{background:#f3f3f3}.draftJsEmojiPlugin__emojiSelectButton__3sPol:active,.draftJsEmojiPlugin__emojiSelectButtonPressed__2Tezu:active{background:#e6e6e6}.draftJsEmojiPlugin__emojiSelectButtonPressed__2Tezu{background:#ededed}.draftJsEmojiPlugin__emojiSelectPopover__1J1s0{margin-top:10px;padding:0 .3em;position:absolute;z-index:1000;box-sizing:content-box;background:#fff;border:1px solid #e0e0e0;box-shadow:0 4px 30px 0 #dcdcdc}.draftJsEmojiPlugin__emojiSelectPopoverClosed__3Kxxq{display:none}.draftJsEmojiPlugin__emojiSelectPopoverTitle__3tpXz{margin:0 0 .3em;padding-left:1em;height:2.5em;line-height:2.5em;font-weight:400;font-size:1em;color:#9e9e9e}.draftJsEmojiPlugin__emojiSelectPopoverGroups__35t9m{margin:0 0 .3em;position:relative;z-index:0;width:21em;height:20em}.draftJsEmojiPlugin__emojiSelectPopoverGroup__3zwcE{padding:0 .5em}.draftJsEmojiPlugin__emojiSelectPopoverGroup__3zwcE:first-child .draftJsEmojiPlugin__emojiSelectPopoverGroupTitle__2pC51{display:none}.draftJsEmojiPlugin__emojiSelectPopoverGroupTitle__2pC51{margin:1em 0;padding-left:.5em;font-weight:400;font-size:1em;color:#9e9e9e}.draftJsEmojiPlugin__emojiSelectPopoverGroupList__HQ8_y{margin:0;padding:0;display:-webkit-box;display:flex;list-style:none;flex-wrap:wrap}.draftJsEmojiPlugin__emojiSelectPopoverGroupItem__2pFOS{width:2.5em;height:2.5em}.draftJsEmojiPlugin__emojiSelectPopoverToneSelect__28bny{position:absolute;left:0;right:0;top:0;bottom:0;z-index:2}.draftJsEmojiPlugin__emojiSelectPopoverToneSelectList__haFSJ{margin:.3em;padding:.3em;position:absolute;display:-webkit-box;display:flex;list-style:none;border:1px solid #e0e0e0;border-radius:.5em;background:#fff;box-shadow:0 0 .3em rgba(0,0,0,.1)}.draftJsEmojiPlugin__emojiSelectPopoverToneSelectItem__2SgvL{width:2.5em;height:2.5em}.draftJsEmojiPlugin__emojiSelectPopoverToneSelectItem__2SgvL:first-child{border-right:1px solid #e0e0e0}.draftJsEmojiPlugin__emojiSelectPopoverEntry__1ErDJ,.draftJsEmojiPlugin__emojiSelectPopoverEntryFocused__M28XS{padding:0;width:100%;height:100%;background:none;border:none;outline:none;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.draftJsEmojiPlugin__emojiSelectPopoverEntryFocused__M28XS{background-color:#efefef}.draftJsEmojiPlugin__emojiSelectPopoverEntryIcon__1yNaC{width:1.5em;height:1.5em;vertical-align:middle}.draftJsEmojiPlugin__emojiSelectPopoverNav__1Nzd7{margin:0;padding:0 .5em;display:-webkit-box;display:flex;width:20em;list-style:none}.draftJsEmojiPlugin__emojiSelectPopoverNavItem__qydCX{width:2.5em;height:2.5em}.draftJsEmojiPlugin__emojiSelectPopoverNavEntry__1OiGB,.draftJsEmojiPlugin__emojiSelectPopoverNavEntryActive__2j-Vk{padding:0;width:100%;height:100%;font-size:1.2em;color:#bdbdbd;background:none;border:none;outline:none}.draftJsEmojiPlugin__emojiSelectPopoverNavEntryActive__2j-Vk{color:#42a5f5}.draftJsEmojiPlugin__emojiSelectPopoverScrollbar__1Xjc6{position:absolute;right:0;top:.3em;bottom:.3em;width:.25em;background-color:#e0e0e0;border-radius:.125em;opacity:.1;transition:opacity .4s}.draftJsEmojiPlugin__emojiSelectPopoverScrollbarThumb__jGYdG{background-color:#000;border-radius:.125em;cursor:pointer}.draftJsEmojiPlugin__emojiSelectPopoverGroups__35t9m:hover .draftJsEmojiPlugin__emojiSelectPopoverScrollbar__1Xjc6{opacity:.3}.draftJsEmojiPlugin__emojiSelectPopoverGroups__35t9m .draftJsEmojiPlugin__emojiSelectPopoverScrollbar__1Xjc6:active,.draftJsEmojiPlugin__emojiSelectPopoverGroups__35t9m .draftJsEmojiPlugin__emojiSelectPopoverScrollbar__1Xjc6:hover{opacity:.6}.draftJsEmojiPlugin__emoji__2oqBk{background-position:50%;background-repeat:no-repeat;background-size:contain;vertical-align:middle;display:inline-block;overflow:hidden;max-width:1.95ch;max-height:1em;line-height:inherit;margin:-.2ex 0 .2ex;color:transparent}.draftJsEmojiPlugin__emojiSuggestionsEntry__2-2p_{padding:5px 10px 1px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.draftJsEmojiPlugin__emojiSuggestionsEntry__2-2p_:active{background-color:#cce7ff}.draftJsEmojiPlugin__emojiSuggestionsEntryFocused__XDntY{background-color:#e6f3ff}.draftJsEmojiPlugin__emojiSuggestionsEntryText__2sPjk{display:inline-block;margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:368px;font-size:.9em}.draftJsEmojiPlugin__emojiSuggestionsEntryIcon__1qC2V{width:1em;height:1em;margin-left:.25em;margin-right:.25em;display:inline-block}.draftJsEmojiPlugin__emojiSuggestions__2ffcV{border:1px solid #eee;margin-top:1.75em;position:absolute;min-width:220px;max-width:440px;background:#fff;border-radius:2px;box-shadow:0 4px 30px 0 #dcdcdc;cursor:pointer;padding-top:8px;padding-bottom:8px;z-index:2;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0)}.draftJsFocusPlugin__unfocused__1Wvrs:hover{cursor:default;border-radius:2px;box-shadow:0 0 0 3px #d2e3f7}.draftJsFocusPlugin__focused__3Mksn{cursor:default;border-radius:2px;box-shadow:0 0 0 3px #accef7}.draftJsHashtagPlugin__hashtag__1wMVC{color:#5e93c5}.draftJsLinkifyPlugin__link__2ittM,.draftJsLinkifyPlugin__link__2ittM:visited{color:#5e93c5;text-decoration:none}.draftJsLinkifyPlugin__link__2ittM:focus,.draftJsLinkifyPlugin__link__2ittM:hover{color:#7eadda;outline:0;cursor:pointer}.draftJsLinkifyPlugin__link__2ittM:active{color:#4a7bab}.draftJsMentionPlugin__mention__29BEd,.draftJsMentionPlugin__mention__29BEd:visited{color:#575f67;cursor:pointer;display:inline-block;background:#e6f3ff;padding-left:2px;padding-right:2px;border-radius:2px;text-decoration:none}.draftJsMentionPlugin__mention__29BEd:focus,.draftJsMentionPlugin__mention__29BEd:hover{color:#677584;background:#edf5fd;outline:0}.draftJsMentionPlugin__mention__29BEd:active{color:#222;background:#455261}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm{padding:7px 10px 3px;transition:background-color .4s cubic-bezier(.27,1.27,.48,.56)}.draftJsMentionPlugin__mentionSuggestionsEntry__3mSwm:active{background-color:#cce7ff}.draftJsMentionPlugin__mentionSuggestionsEntryFocused__3LcTd{background-color:#e6f3ff}.draftJsMentionPlugin__mentionSuggestionsEntryText__3Jobq{display:inline-block;margin-left:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:368px;font-size:.9em;margin-bottom:.2em}.draftJsMentionPlugin__mentionSuggestionsEntryAvatar__1xgA9{display:inline-block;width:24px;height:24px;border-radius:12px}.draftJsMentionPlugin__mentionSuggestions__2DWjA{border:1px solid #eee;margin-top:1.75em;position:absolute;min-width:220px;max-width:440px;background:#fff;border-radius:2px;box-shadow:0 4px 30px 0 #dcdcdc;cursor:pointer;padding-top:8px;padding-bottom:8px;z-index:2;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;box-sizing:border-box;-webkit-transform:scale(0);transform:scale(0)}.draftJsStickerPlugin__selectSticker__3VCSX{border:0;border-radius:4px;background:#fff;margin:5px 0;box-sizing:border-box}.draftJsStickerPlugin__root__32LE-:focus,.draftJsStickerPlugin__selectSticker__3VCSX:hover{background:#efefef;outline:0}.draftJsStickerPlugin__selectSticker__3VCSX:active{background:#dfdfdf}.draftJsStickerPlugin__selectStickerImage__HoOE2{height:80px;width:80px;-webkit-user-drag:none;user-drag:none}.draftJsStickerPlugin__select__30KbO{background:#fff;display:inline-block}.draftJsStickerPlugin__selectPopover__20IIM{margin-top:10px;background:#fff;position:absolute;height:250px;width:230px;border-radius:2px;padding:10px;box-shadow:0 4px 30px 0 #dcdcdc;z-index:1000}.draftJsStickerPlugin__selectClosedPopover__1UXVa{display:none}.draftJsStickerPlugin__selectButton__3voOt{box-sizing:border-box;background:#fff;border:1px solid #ddd;padding:0;color:#888;border-radius:1.5em;cursor:pointer;height:1.5em;width:2.5em;font-size:1.5em;line-height:1.2em;margin:0}.draftJsStickerPlugin__selectButton__3voOt:focus{outline:0}.draftJsStickerPlugin__selectButton__3voOt:hover{background:#f3f3f3}.draftJsStickerPlugin__selectButton__3voOt:active{background:#e6e6e6}.draftJsStickerPlugin__selectPressedButton__1xYeW{background:#ededed}.draftJsStickerPlugin__selectBottomGradient__1DA_0{width:100%;height:1em;position:absolute;bottom:0;left:0;right:0;background-color:#fff;pointer-events:none;background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)}.draftJsStickerPlugin__selectStickerList__3F4Za{position:absolute;overflow-x:none;overflow-y:scroll;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-flow:row wrap;align-content:flex-start}.draftJsStickerPlugin__sticker__2_vBJ{margin:0;position:relative;display:block}.draftJsStickerPlugin__stickerRemoveButton__2vzbk{background:#d9d9d9;color:#fff;margin:0;padding:.5em;border:none;border-radius:50%;line-height:80%;position:absolute;font-size:.62em;margin-left:-.825em;cursor:pointer}.draftJsStickerPlugin__stickerRemoveButton__2vzbk:hover{background:#e4e4e4}.draftJsStickerPlugin__stickerRemoveButton__2vzbk:active{background:#cecece;color:#efefef}.draftJsStickerPlugin__stickerImage__2X3Cm{width:80px;height:80px}.draftJsMentionPlugin__input__1Wxng{height:34px;width:220px;padding:0 12px;font-size:15px;font-family:inherit;background-color:transparent;border:none;color:#444}.draftJsMentionPlugin__input__1Wxng:focus{outline:none}.draftJsMentionPlugin__input__1Wxng::-webkit-input-placeholder{color:#888}.draftJsMentionPlugin__input__1Wxng:-ms-input-placeholder{color:#888}.draftJsMentionPlugin__input__1Wxng::placeholder{color:#888}.draftJsMentionPlugin__inputInvalid__X9hHv{color:#e65757}.draftJsMentionPlugin__link__TQHAX{color:#2996da;text-decoration:underline}.draftJsEmojiPlugin__imageUploading__1HKu-{position:relative}.draftJsEmojiPlugin__imageUploading__1HKu-:after{content:"";display:block;width:18px;height:18px;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTE1NDAxODA5MDUyIiBjbGFzcz0iaWNvbiIgc3R5bGU9IiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9IjE4NTIiIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTkxNC45IDY4Mi4xYy0yMiA1Mi4xLTUzLjUgOTguOC05My43IDEzOXMtODYuOSA3MS43LTEzOSA5My43Yy01My45IDIyLjgtMTExLjEgMzQuMy0xNzAuMiAzNC4zcy0xMTYuMy0xMS41LTE3MC4xLTM0LjNjLTUyLjEtMjItOTguOC01My41LTEzOS05My43cy03MS43LTg2LjktOTMuNy0xMzlDODYuNCA2MjguMyA3NC44IDU3MS4xIDc0LjggNTEyczExLjUtMTE2LjMgMzQuMy0xNzAuMmMyMi01Mi4xIDUzLjUtOTguOCA5My43LTEzOXM4Ni45LTcxLjcgMTM5LTkzLjdjNDMuMy0xOC4zIDg4LjgtMjkuNCAxMzUuNy0zM0M0OTcgNzQuNiA1MTIgNTguNCA1MTIgMzguOWwwIDBjMC0yMS44LTE4LjYtMzktNDAuMy0zNy4zQzIwNy44IDIyLjEgMCAyNDIuOCAwIDUxMmMwIDI4Mi44IDIyOS4yIDUxMiA1MTIgNTEyIDI2OS4yIDAgNDg5LjktMjA3LjggNTEwLjQtNDcxLjcgMS43LTIxLjctMTUuNS00MC4zLTM3LjMtNDAuM2wwIDBjLTE5LjUgMC0zNS44IDE1LTM3LjMgMzQuNEM5NDQuMiA1OTMuMyA5MzMuMiA2MzguOCA5MTQuOSA2ODIuMXoiIHAtaWQ9IjE4NTMiPjwvcGF0aD48L3N2Zz4=);background-size:18px 18px;position:absolute;top:6px;left:6px;-webkit-animation:draftJsEmojiPlugin__spin__1Z_QV .8s infinite linear;animation:draftJsEmojiPlugin__spin__1Z_QV .8s infinite linear}@-webkit-keyframes draftJsEmojiPlugin__spin__1Z_QV{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes draftJsEmojiPlugin__spin__1Z_QV{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.draftJsUndoPlugin__button__3Vugn{box-sizing:border-box;border:1px solid #ddd;height:1.5em;color:#888;border-radius:1.5em;line-height:1.2em;cursor:pointer;background-color:#fff;width:2.5em;font-weight:700;font-size:1.5em;padding:0;margin:0}.draftJsUndoPlugin__button__3Vugn:focus{background-color:#eee;color:#999;outline:0}.draftJsUndoPlugin__button__3Vugn:hover{background-color:#eee;color:#999}.draftJsUndoPlugin__button__3Vugn:active{background-color:#ddd;color:#777}.draftJsUndoPlugin__button__3Vugn:disabled{background-color:#f5f5f5;color:#ccc}.draftJsMentionPlugin__iframeContainer__21EVZ{width:100%;height:0;position:relative;padding-bottom:56.25%}.draftJsMentionPlugin__iframe__stjRT{width:100%;height:100%;position:absolute;top:0;left:0}.draftJsMentionPlugin__invalidVideoSrc__3dIji{text-align:center;background-color:#eaeaea;padding:1em}.plugined-editor-color-picker{width:240px;background:#000;border-radius:4px;overflow:hidden}.plugined-editor-color-picker-actions{display:flex}.plugined-editor-color-picker-action{cursor:pointer;color:#fff;display:inline-block;padding:4px 12px;font-size:16px;line-height:32px;border-bottom:2px solid #000;text-align:center}.plugined-editor-color-picker-action:hover{background:#222;border-bottom:2px solid #222}.plugined-editor-color-picker-action.active{border-bottom:2px solid #fff}.plugined-editor-color-picker-close{flex:1}.plugined-editor-color-picker-cells:after{content:"";display:table;clear:both}.plugined-editor-color-picker-cell{width:14.2857%;float:left;box-sizing:border-box;position:relative}.plugined-editor-color-picker-cell:after{content:"";display:block;padding-bottom:100%}.plugined-editor-color-picker-cell:hover{border:1px solid #d7d7d7}.plugined-editor-color-picker-cell.active{border:1px solid #fff}.plugined-editor-color-picker-cell>*{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-content:center;align-items:center}.plugined-editor-color-picker-cell svg{display:block;margin:0 auto;fill:#fff}.plugined-editor-color-picker-footer{display:flex;padding:8px 6px}.plugined-editor-color-picker-input{flex:1;font-family:Monoca,Consolas,monospace;height:24px;border:none;border-bottom:1px solid #fff;padding:4px 8px;background:none;outline:none}.plugined-editor-color-picker-ok{border:none;background:#1e88e5;padding:4px 10px;color:#fff;border-radius:2px;margin-left:12px;outline:none;cursor:pointer}.plugined-editor-align-center{text-align:center}.plugined-editor-align-left{text-align:left}.plugined-editor-align-right{text-align:right}.plugined-editor-align-justify{text-align:justify}.plugined-editor-side-toolbar{position:fixed}.plugined-editor-side-toolbar .blockType{box-sizing:border-box;background:#000;padding:5px;margin:0;cursor:pointer;display:flex;align-items:center;align-content:center;border-radius:24px;height:48px;width:48px;line-height:48px}.plugined-editor-side-toolbar svg{fill:#fff;margin:0 auto}.plugined-editor-side-toolbar .spacer{position:absolute;left:50%;transform:translate(-50%);width:74px;height:8px}.plugined-editor-side-toolbar .popup{position:absolute;left:50%;transform:translate(-50%);background:#000;border-radius:2px;box-shadow:0 1px 3px 0 #dcdcdc;z-index:3;box-sizing:border-box;width:48px;margin-top:8px}.plugined-editor-side-toolbar .popup .buttonWrapper{display:inline-block;vertical-align:top}.plugined-editor-side-toolbar .popup:after,.plugined-editor-side-toolbar .popup:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.plugined-editor-side-toolbar .popup:after{border-color:hsla(0,0%,98%,0);border-bottom-color:#000;border-width:4px;margin-left:-4px}.plugined-editor-side-toolbar .popup:before{border-color:hsla(0,0%,87%,0);border-bottom-color:#000;border-width:6px;margin-left:-6px}.plugined-editor-side-toolbar .buttonWrapper{position:relative}html .plugined-editor-side-toolbar .plugined-editor-button{width:48px;height:48px;padding:0;text-align:center}html .plugined-editor-side-toolbar .plugined-editor-button [data-tooltip]{margin:0 auto}html .plugined-editor-side-toolbar .plugined-editor-button [data-tooltip]:after{background:#fff!important;color:#000!important;box-shadow:0 1px 3px 0 #dcdcdc}.plugined-editor-side-toolbar input{font-size:14px;left:56px;outline:0;background:#000;border:0;position:absolute;top:24px;height:28px;margin-top:-14px;padding:0 8px;border-radius:2px;color:#fff}.plugined-editor-inline-toolbar{left:50%;transform:translate(-50%) scale(0);position:absolute;z-index:2;box-sizing:border-box;background-color:#000;border:none;font-size:16px;border-radius:48px;white-space:nowrap}.plugined-editor-inline-toolbar .buttonWrapper{display:inline-block;height:48px;vertical-align:top}.plugined-editor-inline-toolbar .buttonWrapper:first-child .plugined-editor-button{padding-left:21px;border-radius:48px 0 0 48px}.plugined-editor-inline-toolbar .buttonWrapper:last-child .plugined-editor-button{padding-right:21px;border-radius:0 48px 48px 0}.plugined-editor-inline-toolbar .button{background:none;outline:none;border:none;height:48px}.plugined-editor-inline-toolbar .button:focus,.plugined-editor-inline-toolbar .button:hover{outline:0}.plugined-editor-inline-toolbar input{color:#fff}html .buttonWrapper .plugined-editor-button{background-color:#000;padding-left:15px;padding-right:15px;height:48px;border:0;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:14px;margin:0;align-items:center;align-content:center;text-align:center}html .buttonWrapper .plugined-editor-button-text{font-family:Helvetica,Open Sans,sans-serif}html .buttonWrapper .plugined-editor-button[data-button-type],html .buttonWrapper .plugined-editor-button [data-button-type]{position:relative;z-index:4}html .buttonWrapper .plugined-editor-button[data-button-type]:after,html .buttonWrapper .plugined-editor-button [data-button-type]:after{content:attr(data-button-type);position:absolute;bottom:64px;padding:5px 15px;background:#000;color:#fff;border-radius:10px;font-size:15px;white-space:nowrap;opacity:0;-webkit-transition:all .4s ease;transition:all .4s ease;pointer-events:none;transform:translateX(-50%)}html .buttonWrapper .plugined-editor-button[data-button-type]:hover:after,html .buttonWrapper .plugined-editor-button [data-button-type]:hover:after{bottom:52px;opacity:1}html .buttonWrapper .plugined-editor-button[data-button-type=inline-bold]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-bold]:after{content:"BOLD"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-italic]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-italic]:after{content:"ITALIC"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-strikethrough]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-strikethrough]:after{content:"STRIKETHROUGH"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-code]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-code]:after{content:"CODE"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-subscript]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-subscript]:after{content:"SUB"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-superscript]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-superscript]:after{content:"SUP"}html .buttonWrapper .plugined-editor-button[data-button-type=inline-color]:after,html .buttonWrapper .plugined-editor-button [data-button-type=inline-color]:after{content:"COLOR"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-one]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-one]:after{content:"H1"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-two]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-two]:after{content:"H2"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-three]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-three]:after{content:"H3"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-four]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-four]:after{content:"H4"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-five]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-five]:after{content:"H5"}html .buttonWrapper .plugined-editor-button[data-button-type=block-header-six]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-header-six]:after{content:"H6"}html .buttonWrapper .plugined-editor-button[data-button-type=block-blockquote]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-blockquote]:after{content:"BLOCKQUOTE"}html .buttonWrapper .plugined-editor-button[data-button-type=block-ordered-list-item]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-ordered-list-item]:after{content:"ORDERED LIST"}html .buttonWrapper .plugined-editor-button[data-button-type=block-unordered-list-item]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-unordered-list-item]:after{content:"UNORDERED LIST"}html .buttonWrapper .plugined-editor-button[data-button-type=block-code-block]:after,html .buttonWrapper .plugined-editor-button [data-button-type=block-code-block]:after{content:"CODE BLOCK"}html .buttonWrapper .plugined-editor-button[data-button-type=align-left]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-left]:after{content:"ALIGN LEFT"}html .buttonWrapper .plugined-editor-button[data-button-type=align-right]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-right]:after{content:"ALIGN RIGHT"}html .buttonWrapper .plugined-editor-button[data-button-type=align-center]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-center]:after{content:"ALIGN CENTER"}html .buttonWrapper .plugined-editor-button[data-button-type=align-justify]:after,html .buttonWrapper .plugined-editor-button [data-button-type=align-justify]:after{content:"ALIGN JUSTIFY"}html .buttonWrapper .plugined-editor-button[data-button-type=more]:after,html .buttonWrapper .plugined-editor-button [data-button-type=more]:after{content:"MORE"}html .buttonWrapper .plugined-editor-button[data-button-type=link]:after,html .buttonWrapper .plugined-editor-button [data-button-type=link]:after{content:"LINK"}html .buttonWrapper .plugined-editor-button[data-button-type=image-add]:after,html .buttonWrapper .plugined-editor-button [data-button-type=image-add]:after{content:"IMAGE"}html .buttonWrapper .plugined-editor-button[data-button-type=video-add]:after,html .buttonWrapper .plugined-editor-button [data-button-type=video-add]:after{content:"VIDEO"}html .buttonWrapper .plugined-editor-button[data-button-type=undo]:after,html .buttonWrapper .plugined-editor-button [data-button-type=undo]:after{content:"UNDO"}html .buttonWrapper .plugined-editor-button[data-button-type=redo]:after,html .buttonWrapper .plugined-editor-button [data-button-type=redo]:after{content:"REDO"}html .buttonWrapper .plugined-editor-button svg{fill:#fff}html .buttonWrapper .plugined-editor-button.active{background-color:#2f2f2f}html .buttonWrapper .plugined-editor-button.active[data-button-type=more] svg{transform:rotate(-180deg)}.plugined-editor-static-toolbar{position:relative;z-index:2;box-sizing:border-box;border:none;font-size:16px;border-radius:2px;background-color:#000}.plugined-editor-static-toolbar .buttonWrapper{position:relative;display:inline-block;height:48px;vertical-align:top}.plugined-editor-static-toolbar .button{background:none;outline:none;border:none;height:48px}.plugined-editor-static-toolbar .button:focus,.plugined-editor-static-toolbar .button:hover{outline:0}.plugined-editor-static-toolbar input{color:#fff}.plugined-editor-static-toolbar .input-popup{width:220px;font-size:14px;top:-34px;left:0;outline:0;background:#000;border:0;position:absolute;height:28px;padding:0 8px;border-radius:2px;color:#fff;box-sizing:border-box}.plugined-editor-static-toolbar .plugined-editor-color-picker{position:absolute}.plugined-editor{font-family:Merriweather,Lucida Grande,Robot,Open Sans,Sans-serif}.plugined-editor button,.plugined-editor input{font-family:Open Sans,Sans-serif}.plugined-editor blockquote{border-left:2px solid #ddd;color:#999;font-style:italic;margin:12px 0 40px;padding:6px 0 5px 18px}.plugined-editor ol,.plugined-editor ul{line-height:2;margin:24px 0 40px;padding-left:20px}.plugined-editor pre{background:none repeat scroll 0 0 rgba(0,0,0,.05);font-family:Monaco,Consolas,Courier New,Courier,monospace;font-size:16px;padding:20px;margin-bottom:20px;white-space:pre-wrap}.plugined-editor pre pre{background:none;padding:0;margin-bottom:0}*{padding:0;margin:0}body{font-size:15px;line-height:1.4;font-family:Open Sans,sans-serif;color:#555;width:600px;margin:0 auto}.text-center{text-align:center}h1{margin:30px 0}body>p{margin:10px 0}#app{box-sizing:border-box;position:relative}.DraftEditor-root{cursor:text;padding:16px;border-radius:2px;margin-bottom:2em;box-shadow:inset 0 1px 8px -3px #ababab;background:#fefefe;min-height:200px}