@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap);.hide{display:none!important}#count{background:#fff;padding:2px 5px 0;position:absolute;right:10px;bottom:12px}#textarea-inplaceeditor{z-index:9999;resize:both!important;white-space:pre-wrap}.overlayMenu{display:none;position:absolute;z-index:100;background-color:#5fa2dd;padding:10px;cursor:pointer;width:60px}.overlayMenu.active{display:flex}.online{font-weight:700;color:#32cd32}.offline{font-weight:700;color:#8b0000}.deleteIcon{font-size:22px;color:#fff}#deleteAction{color:red}.lfs-modal-wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:999;justify-content:center;align-items:center;display:none}.lfs-modal-wrapper.active{display:flex}.lfs-modal-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.lfs-modal-content{width:250px;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;overflow:hidden;border-radius:5px;z-index:1}.lfs-modal-list{margin:0;padding:0;list-style:none outside none}.lfs-modal-item{padding:8px 10px;cursor:pointer;text-align:center}.lfs-modal-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.lfs-modal-item.selected,.lfs-modal-item:hover{background:#d0def0}.logo-container>div>div{display:flex;justify-content:center;align-items:center}.hide-tooltip{display:none!important}.tooltip{position:absolute;background:#88b7d5;border:2px solid #c2e1f5;padding:10px;border-radius:6px;z-index:9999}.tooltip:after,.tooltip:before{bottom:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.tooltip:after{border-color:rgba(136,183,213,0) rgba(136,183,213,0) #88b7d5;border-width:4px;left:50%;margin-left:-4px}.tooltip:before{border-color:rgba(194,225,245,0) rgba(194,225,245,0) #c2e1f5;border-width:8px;left:50%;margin-left:-8px}.loadermask,.loadermask .loader{display:flex;justify-content:center;align-items:center}.loadermask .loader{border:6px solid #f3f3f3;border-top-color:#3498db;border-radius:50%;width:60px;height:60px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#contextMenuWrapper{position:fixed;z-index:99;display:none;border:1px solid #ddd;border-radius:5px;box-shadow:6px 6px 13px -1px rgba(0,0,0,.07);background-color:#fff;font-family:Source Sans Pro,sans-serif;font-weight:400}#contextMenuWrapper .context-item{padding:5px 20px}#contextMenuWrapper .context-item:not(#context-menu-title){cursor:pointer}#contextMenuWrapper .context-item:hover{background-color:#dadbe0}#contextMenuWrapper #context-menu-title{background-color:#5fa2dd;font-size:14px;color:#fff;font-weight:900;text-transform:uppercase;border-bottom:1px solid #ddd}