@charset "UTF-8";.toolbar-top{margin-top:5px}.wysiwyg{display:block;color:#000;background:none transparent;border:1px solid #ddd;border-radius:.2rem;transition:border .2s}.wysiwyg.focus,.wysiwyg:focus-within{border-color:Highlight}.wysiwyg>.contenteditable,.wysiwyg>[contenteditable=true]{display:block;outline:0;word-wrap:break-word;padding:.3rem .5rem;overflow:hidden}.wysiwyg>textarea{display:block;box-sizing:border-box;width:100%;height:1.15rem;margin:.3rem .5rem;padding:0;border:none;background:transparent none;-webkit-appearance:none;overflow:auto;outline:0;box-shadow:none;resize:none;font-family:inherit;font-size:inherit;line-height:inherit;transition:height .3s}.wysiwyg>textarea:focus{height:5rem}.wysiwyg>[contenteditable=true]~textarea{display:none}.wysiwyg>.contenteditable:empty:before,.wysiwyg>[contenteditable=true]:empty:before{content:'\200B';display:block;opacity:.54;white-space:nowrap;cursor:text;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.wysiwyg>.contenteditable[data-placeholder]:empty:before,.wysiwyg>[contenteditable=true][data-placeholder]:empty:before{content:"​" attr(data-placeholder)}.wysiwyg-popup{position:absolute;z-index:9999;color:#000;background:#fff;background:rgba(255,255,255,.9);left:-50%;border:1px solid #ddd;border-radius:.2rem;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wysiwyg-popup.animate-down{transform-origin:top;animation:transformer .2s ease-out 0s 1}.wysiwyg-popup.animate-up{transform-origin:bottom;animation:transformer .2s ease-out 0s 1}.wysiwyg-popup.hyperlink{width:25rem;max-width:90vw}.wysiwyg-popup.hyperlink>input{display:block;box-sizing:border-box;width:100%;margin:0;padding:.3rem .5rem;border:none;background:transparent none;-webkit-appearance:none;box-shadow:none;font-family:inherit}.wysiwyg-popup.palette td{width:.5rem;height:.5rem;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wysiwyg-popup .suggestion{display:block;padding:.3rem .5rem;cursor:pointer}.wysiwyg-popup .suggestion:first-of-type,.wysiwyg-popup .suggestion:hover{color:HighlightText;background-color:Highlight}@keyframes transformer{from{opacity:0;transform:scale(.5,0)}to{opacity:1;transform:scale(1,1)}}.wysiwyg .toolbar,.wysiwyg-popup .toolbar{white-space:nowrap}.wysiwyg .toolbar *,.wysiwyg-popup .toolbar *{vertical-align:middle}.wysiwyg>.toolbar-top{border-bottom:1px solid #ddd}.wysiwyg>.toolbar-bottom{border-top:1px solid #ddd}.wysiwyg>.toolbar-auto{display:flex;overflow:hidden}.wysiwyg>.toolbar-auto:after{content:'';height:1rem;max-height:0;transition:height .2s,max-height 0s .2s}.wysiwyg>.toolbar-auto>.toolbar{width:100%;max-height:1000000px;margin-bottom:0;border-top:1px solid #ddd;transition:margin-bottom .2s cubic-bezier(0,0,0,1),border-top-width .2s}.wysiwyg:not(:focus-within):not(.focus):not(.focused)>[contenteditable=true]:not(:focus)~.toolbar-auto:after{height:0;max-height:1rem;transition:height .2s;transition-delay:.1s}.wysiwyg:not(:focus-within):not(.focus):not(.focused)>[contenteditable=true]:not(:focus)~.toolbar-auto>.toolbar{max-height:0;margin-bottom:-2000px;border-top-width:0;transition:margin-bottom .2s cubic-bezier(1,0,1,1),max-height 0s .2s,border-top-width .2s;transition-delay:.1s}_:-ms-lang(x),.wysiwyg:not(.focus):not(.focused) > [contenteditable="true"]:not(:focus) ~ .toolbar-auto:after{height:0;max-height:1rem;transition:height .2s;transition-delay:.1s}_:-ms-lang(x),.wysiwyg:not(.focus):not(.focused) > [contenteditable="true"]:not(:focus) ~ .toolbar-auto > .toolbar{max-height:0;margin-bottom:-2000px;border-top-width:0;transition:margin-bottom .2s cubic-bezier(1,0,1,1),max-height 0s .2s,border-top-width .2s;transition-delay:.1s}.wysiwyg .toolbar,.wysiwyg-popup .toolbar{display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-moz-box-direction:normal;-moz-box-orient:horizontal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:nowrap;-ms-flex-wrap:none;flex-wrap:nowrap;-webkit-box-pack:start;-moz-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:start;-moz-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.wysiwyg .toolbar *,.wysiwyg-popup .toolbar *{display:block;-ms-flex-positive:0;-webkit-box-flex:0;-moz-box-flex:0;-webkit-flex-grow:0;flex-grow:0;-ms-flex-negative:1;-webkit-flex-shrink:1;-moz-flex-shrink:1;flex-shrink:1;-ms-flex-preferred-size:auto;-webkit-flex-basis:auto;flex-basis:auto;min-width:1px}.wysiwyg .toolbar button.btn,.wysiwyg-popup .toolbar button.btn{display:block;width:2.2rem;height:1.2rem;margin:0;border:none;padding:.3rem 0;color:#999;background:transparent none;text-decoration:none;vertical-align:top;cursor:pointer;outline:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:color .2s,background .2s;box-sizing:content-box}.wysiwyg .toolbar button.btn:hover,.wysiwyg-popup .toolbar button.btn:hover{color:HighlightText;background-color:Highlight}.wysiwyg .toolbar button.btn svg,.wysiwyg-popup .toolbar button.btn svg{display:block;width:100%;height:100%}