.feed-content-item{position:relative;max-width:100%;display:grid;grid-template-areas:"title      title     title     title     date" "author     author    author    author    author" "content    content   content   content   content" "thumbnail  thumbnail thumbnail thumbnail thumbnail" "social     social    social    social    social";grid-auto-rows:auto}.feed-content-item .feed-content-title{grid-area:title}.feed-content-item .feed-content-date{grid-area:date;justify-self:flex-end}.feed-content-item .feed-content-author{grid-area:author}.feed-content-item .feed-content-description{grid-area:content}.feed-content-item .feed-content-thumbnail{grid-area:thumbnail}.feed-content-item .feed-content-thumbnail img{max-width:100%}.feed-content-item .feed-content-social{grid-area:social}.feed-content-item h3,.feed-content-item p{margin:0}.feed-content-item a{text-decoration:none}.feed-content-item a:hover{text-decoration:underline}.feed-content-item .feed-content-social{display:flex;align-items:center;font-size:20px;margin-top:10px}.feed-content-item .feed-content-social a{margin-right:10px;opacity:.7;transition:opacity .2s ease}.feed-content-item .feed-content-social a:hover{opacity:1;text-decoration:none}.feed-content-item .feed-content-title{line-height:1.7em;font-weight:500;margin-bottom:5px;word-break:break-word}.feed-content-item .feed-content-author{display:flex;align-items:center;flex-wrap:wrap;font-weight:300}.feed-content-item .feed-content-author img{max-height:20px;margin-right:7px}.feed-content-item .feed-content-author a{flex:1 1}.feed-content-item .feed-content-description{line-height:1.5em;word-break:break-word}.feed-content-item .feed-content-description,.feed-content-item .feed-content-thumbnail{margin-top:15px}.flow-layout .feed-content-item{padding:20px;border-bottom:1px solid}.bubbles-layout .feed-content-item{padding:20px;margin:20px;border:1px solid;border-radius:5px}.bubbles-layout .feed-content-thumbnail img{border-radius:5px}.pops-layout .feed-content-item{margin:20px;padding:20px;background:rgba(0,0,0,.08);border-radius:3px;grid-template-areas:"author     author    author    social    social" "date       date      date      date      date" "title      title     title     title     title" "content    content   content   content   content" "thumbnail  thumbnail thumbnail thumbnail thumbnail"}.pops-layout .feed-content-date{justify-self:flex-start;margin-bottom:20px}.pops-layout .feed-content-social{justify-self:flex-end}.pops-layout .feed-content-description,.pops-layout .feed-content-thumbnail,.pops-layout .feed-content-title{padding:20px 20px 0;background:rgba(0,0,0,.1);margin:0}.pops-layout .feed-content-description:last-child,.pops-layout .feed-content-thumbnail,.pops-layout .feed-content-thumbnail:last-child,.pops-layout .feed-content-title:last-child{padding-bottom:20px}.blog-layout .feed-content-item{grid-template-areas:"thumbnail  thumbnail thumbnail thumbnail thumbnail" "title      title     title     title     date" "author     author    author    author    author" "content    content   content   content   content" "social     social    social    social    social";margin:20px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05);padding-bottom:20px}.blog-layout .feed-content-thumbnail{margin:0}.blog-layout .feed-content-thumbnail img{object-fit:cover;max-height:12em;width:100%}.blog-layout .feed-content-date,.blog-layout .feed-content-title{margin-top:20px}.blog-layout .feed-content-author,.blog-layout .feed-content-description,.blog-layout .feed-content-social,.blog-layout .feed-content-title{padding:0 20px}.blog-layout .feed-content-date{padding-right:20px}.pins-layout .feed-content-item{grid-template-areas:"thumbnail  thumbnail thumbnail thumbnail thumbnail" "title      title     title     title     title" "content    content   content   content   content" "social     social    social    social    social" "author     author    author    date      date";margin:20px;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.05)}.pins-layout .feed-content-item:after{content:"";position:absolute;left:0;bottom:0;background:#eee;height:40px;width:100%;z-index:0}.pins-layout .feed-content-thumbnail{margin:20px 20px 0}.pins-layout .feed-content-thumbnail img{object-fit:cover;max-height:12em;width:100%}.pins-layout .feed-content-description,.pins-layout .feed-content-social,.pins-layout .feed-content-title{padding:0 20px}.pins-layout .feed-content-title{margin-top:20px}.pins-layout .feed-content-author,.pins-layout .feed-content-date{z-index:1;padding:20px 20px 10px}.photos-layout .feed-content-item{grid-template-areas:"title      title     title     title     title" "content    content   content   content   content" "social     social    social    social    social" "author     author    author    date      date";margin:20px;padding:40px;box-shadow:0 2px 4px rgba(0,0,0,.05);border-radius:10px}.photos-layout .feed-content-item>*{z-index:2}.photos-layout .feed-content-item:after{content:"";position:absolute;left:20px;top:20px;width:calc(100% - 40px);height:calc(100% - 40px);background:hsla(0,0%,100%,.95);box-shadow:0 1px 3px rgba(0,0,0,.08);border-radius:10px}.photos-layout .feed-content-thumbnail{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;margin:0;background:hsla(0,0%,100%,.45);border-radius:10px;pointer-events:none}.photos-layout .feed-content-thumbnail img{object-fit:cover;width:100%;height:100%;border-radius:10px}.photos-layout .feed-content-author,.photos-layout .feed-content-date{padding:20px 0 0}.chat-layout .feed-content-item{margin:20px;grid-template-areas:"author      author     title       title       title" "author      author     content     content     content" "author      author     thumbnail   thumbnail   thumbnail" "author      author     date        date        social"}.chat-layout .feed-content-date{justify-self:flex-start;align-self:center}.chat-layout .feed-content-social{justify-self:flex-end}.chat-layout .feed-content-description,.chat-layout .feed-content-thumbnail,.chat-layout .feed-content-title{padding:20px 20px 0;background:rgba(0,0,0,.1);margin:0}.chat-layout .feed-content-description:last-child,.chat-layout .feed-content-thumbnail,.chat-layout .feed-content-thumbnail:last-child,.chat-layout .feed-content-title:last-child{padding-bottom:20px}.chat-layout .feed-content-author{flex-direction:column;padding-right:10px;width:60px}.chat-layout .feed-content-author img{max-height:none;max-width:100%;margin:5px 0}.timeline-layout .feed-content-item{padding:20px 0;margin:0 20px;grid-template-areas:"author      title        title         date          date" "author      content      content       content       content" "author      thumbnail    thumbnail     thumbnail     thumbnail" "author      social       social        social        social"}.timeline-layout .feed-content-item:after{content:"";width:2px;height:100%;left:33px;top:0;position:absolute;z-index:0;background:rgba(0,0,0,.2)}.timeline-layout .feed-content-item>*{z-index:2}.timeline-layout .feed-content-date{justify-self:auto;text-align:right}.timeline-layout .feed-content-social{justify-self:flex-end}.timeline-layout .feed-content-date,.timeline-layout .feed-content-title{background:rgba(0,0,0,.2);padding:10px 20px;margin:0}.timeline-layout .feed-content-description,.timeline-layout .feed-content-thumbnail{padding:20px 20px 0;background:rgba(0,0,0,.1);margin:0}.timeline-layout .feed-content-description:last-child,.timeline-layout .feed-content-thumbnail,.timeline-layout .feed-content-thumbnail:last-child{padding-bottom:20px}.timeline-layout .feed-content-author{flex-direction:column;padding-right:10px;width:80px;text-align:center}.timeline-layout .feed-content-author a{background:#fff;padding:3px 10px;border-radius:50em;box-shadow:0 2px 4px rgba(0,0,0,.05);flex:0 1}.timeline-layout .feed-content-author img{max-height:none;max-width:100%;margin:10px 0 3px;border-radius:50em;box-shadow:0 2px 4px rgba(0,0,0,.05)}.feed-wrapper{position:relative;height:100vh;overflow:auto}.feed-wrapper.viewer-mode{min-height:100vh;max-height:100vh;-webkit-overflow-scrolling:touch;overflow:hidden}.feed-wrapper.viewer-mode:hover{overflow:auto;overflow-x:hidden}.feed-wrapper .loading-error{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.feed-wrapper .feed-header{position:-webkit-sticky;position:sticky;top:0;width:100%;text-align:center;z-index:10;padding:15px 20px}.feed-wrapper .feed-header h2{font-size:16px;margin:0;font-weight:500;line-height:1.3em}.feed-wrapper .refresh-button{position:fixed;top:0;right:0;z-index:15;padding:15px;font-size:16px}.feed-wrapper .feed-content-wrapper{display:flex}.feed-wrapper .feed-sources{position:fixed;bottom:7px;width:100%;text-align:center;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;z-index:12;left:0}.feed-wrapper .feed-sources.with-ads{bottom:35px}.feed-wrapper .feed-sources button{font-size:20px;border-radius:50em;padding:10px;width:45px;height:45px;border:none;box-shadow:0 1px 3px rgba(0,0,0,.08);position:relative;margin:5px 5px 0}.feed-wrapper .feed-sources button:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50em;background:linear-gradient(45deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.15) 30%,hsla(0,0%,100%,0));display:none}.feed-wrapper .feed-sources button:hover:after{display:block}.feed-wrapper.top-tabs .feed-sources{bottom:auto!important;top:0}.feed-wrapper.top-tabs.with-title .feed-sources{top:50px}.feed-wrapper.left-tabs .feed-sources{top:0;width:60px;height:100%;flex-direction:column;left:0;right:auto}.feed-wrapper.right-tabs .feed-sources{top:0;width:60px;height:100%;flex-direction:column;left:auto;right:0}.feed-wrapper .commonninja-ribbon{position:fixed;left:50%;transform:translateX(-50%);bottom:5px}.feed-wrapper .load-more-span{height:20px;position:absolute;left:0;width:0;margin-top:-40px}.feed-wrapper .load-more-span.with-sources{height:60px}#viewer .loading-error{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.feed-area{position:relative;flex:1 1;overflow:auto;transition:margin-left .3s ease}.feed-area .feed-editor-preview{padding:50px}.feed-area .feed-wrapper{box-shadow:-5px 5px 10px rgba(0,0,0,.1)}.feed-area .feed-wrapper.editor-mode{height:calc(100vh - 210px)}.feed-area .feed-wrapper.editor-mode .refresh-button{top:160px;right:50px}.feed-area .feed-wrapper.editor-mode .feed-sources{left:auto;right:0;width:calc(100vw - 240px)}.feed-area .feed-wrapper.editor-mode.top-tabs .feed-sources{top:110px}.feed-area .feed-wrapper.editor-mode.top-tabs.with-title .feed-sources{top:160px}.feed-area .feed-wrapper.editor-mode.left-tabs .feed-sources{left:247px}.feed-area .feed-wrapper.editor-mode.left-tabs .feed-sources,.feed-area .feed-wrapper.editor-mode.right-tabs .feed-sources{height:calc(100vh - 110px);bottom:0;top:auto}.feed-area.with-context-menu{margin-left:440px}@media screen and (max-width:860px){.feed-area.with-context-menu{margin-left:0}}.feed-area.with-context-menu .feed-wrapper.editor-mode.bottom-tabs .feed-sources,.feed-area.with-context-menu .feed-wrapper.editor-mode.top-tabs .feed-sources{width:calc(100vw - 680px)}.feed-area.with-context-menu .feed-wrapper.editor-mode.left-tabs .feed-sources{left:687px}.change-name-popup{cursor:default}.change-name-popup .popup-content{width:520px;padding:0}.change-name-popup .popup-content h2{padding:20px;background:#eaecf3}.change-name-popup section{padding:20px 40px}.change-name-popup section .buttons-wrapper{padding-bottom:0}.change-name-popup section input[type=text]{display:block;width:100%;box-sizing:border-box;font-size:16px;padding:10px;color:#999;border:1px dashed #999}.change-name-popup section input[type=text]:focus{color:#16171b}.content-settings .content-limit .form-row{margin-bottom:30px}.content-settings .content-limit .form-row:last-child{margin-bottom:10px}.content-settings .content-limit .slider{padding:0 10px}.content-settings .add-source{border:1px dashed hsla(0,0%,100%,.3);color:hsla(0,0%,100%,.3);margin:15px auto 0;display:block}.content-settings .add-source:hover{color:hsla(0,0%,100%,.8);border:1px dashed hsla(0,0%,100%,.8)}.content-settings .add-source:active{background:hsla(0,0%,100%,.1)}.content-edits-popup .popup-content{width:480px;background:#16171b;color:#fff}.content-edits-popup .popup-content>h2{margin:0;z-index:2;position:relative;background:#16171b;line-height:1em;color:#fff}.content-edits-popup .popup-content .buttons-wrapper{padding:0 20px 20px}.content-edits-popup .popup-content .buttons-wrapper .loader{margin:0 0 20px;text-align:center}.content-edits-popup .popup-content .buttons-wrapper .button{opacity:.7;color:#fff;border-color:#fff}.content-edits-popup .popup-content .buttons-wrapper .button:hover{opacity:.9}.content-edits-popup .loader{margin:20px;text-align:center}.content-edits-popup .close-popup{color:#fff}.content-edits-popup .content-editor-items{padding:20px}.content-edits-popup .content-editor-items .panel-wrapper{margin-bottom:10px}.content-edits-popup .content-editor-items .panel-wrapper.deleted{opacity:.3}.content-edits-popup .content-editor-items .panel .content-item-header{line-height:1em}.content-edits-popup .content-editor-items .panel .content-item-header span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;display:inline-block;padding-right:75px}.content-edits-popup .content-editor-items .content-editor-item label{flex-basis:100px}.content-source-settings{margin-bottom:10px}.content-source-settings .source-header{overflow:hidden;height:20px;text-overflow:ellipsis;white-space:nowrap;padding-right:55px}.content-source-settings .source-header i{margin-right:8px;font-size:16px}.content-source-settings .url-field div{position:relative}.content-source-settings .url-field div .message{position:absolute;top:100%;right:0;font-size:12px}.content-source-settings .actions i{font-size:16px}.content-source-settings .panel .buttons-wrapper{padding:10px 0}.skins{position:relative;flex-wrap:wrap;justify-content:center}.skins,.skins .skin{display:flex;align-items:center}.skins .skin{cursor:pointer;flex-basis:50px;min-width:50px;margin:0 10px 10px;flex-direction:column;justify-content:flex-start}.skins .skin .skin-label{font-size:12px;color:#adadaf;margin-top:5px;transition:color .2s ease}.skins .skin .skin-background{width:100%;height:35px;position:relative;border-radius:3px;transition:all .2s ease}.skins .skin .skin-background:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:3px;background:linear-gradient(45deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.15) 30%,hsla(0,0%,100%,0))}.skins .skin:hover .skin-label{color:#fff}.skins .skin:hover .skin-background{box-shadow:0 1px 3px 3px rgba(0,0,0,.1)}.skins .skin.selected .skin-background{box-shadow:0 0 0 2px hsla(0,0%,100%,.5)}.skins .skin.selected .skin-label{color:#fff}.layouts{flex-wrap:wrap;justify-content:center}.layouts,.layouts .layout{position:relative;display:flex;align-items:center}.layouts .layout{cursor:pointer;flex-basis:60px;min-width:60px;margin:5px 10px;flex-direction:column;justify-content:flex-start}.layouts .layout .layout-label{font-size:12px;color:#adadaf;margin-top:5px;transition:color .2s ease}.layouts .layout .layout-premium{position:absolute;right:3px;top:70px;margin-top:-2px;transform:translateY(-100%);color:#ff4572;font-size:18px;text-shadow:0 1px 3px rgba(0,0,0,.2)}.layouts .layout .layout-background{width:100%;height:70px;position:relative;border-radius:3px;transition:all .2s ease}.layouts .layout .layout-background:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;left:0;border-radius:3px;background:linear-gradient(45deg,hsla(0,0%,100%,.1),hsla(0,0%,100%,.15) 30%,hsla(0,0%,100%,0))}.layouts .layout:hover .layout-label{color:#fff}.layouts .layout:hover .layout-background{box-shadow:0 1px 3px 3px rgba(0,0,0,.1)}.layouts .layout.selected .layout-background{box-shadow:0 0 0 2px hsla(0,0%,100%,.5)}.layouts .layout.selected .layout-label{color:#fff}.styles-settings .active-tab{padding:20px 0}.styles-settings .color-wrapper{display:flex;align-items:center}.styles-settings .color-wrapper>span{color:#adadaf;margin-right:5px;cursor:default}.styles-settings .color-wrapper .color-picker-wrapper{margin-left:5px}.styles-settings .color-wrapper .color-picker{left:0;bottom:100%;margin-bottom:15px;top:auto}.styles-settings .color-wrapper .color-picker:before{content:"";position:absolute;border:8px solid transparent;border-top-color:#fff;top:100%;left:50%;margin-left:10px}.styles-settings .color-wrapper .selected-color{height:29px}.styles-settings .custom-css-button .button{border:1px dashed hsla(0,0%,100%,.5);color:hsla(0,0%,100%,.5)}.styles-settings .custom-css-button .button:hover{color:hsla(0,0%,100%,.8);border:1px dashed hsla(0,0%,100%,.8)}.custom-css-popup .popup-content{width:100%;padding:0}.custom-css-popup .popup-content>h2{margin:0;padding:20px;background:#eaecf3}.custom-css-popup .feed-wrapper .refresh-button{position:absolute}.custom-css-popup .buttons-wrapper{padding:20px 0}.publish-settings .form-row.column label{font-size:14px;margin-bottom:10px;width:auto}.publish-settings .form-row.column .button{height:35px}.publish-settings .form-row.column textarea{height:130px;font-size:15px}.publish-settings .form-row.column textarea::selection{background:#fff;color:#4881fd}.editor{position:relative;min-height:100vh;background:#f1f2f6}.editor .loading-error{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.editor .editor-wrapper{display:flex}.editor .editor-wrapper .feed-area{flex:1 1;z-index:0}.editor .editor-wrapper .main-menu a:first-child{display:none}@media screen and (max-width:860px){.editor .editor-wrapper{flex-direction:column;align-items:stretch}.editor .editor-wrapper .context-menu{z-index:10}.editor .editor-wrapper .main-menu a:first-child{display:block}.editor .editor-wrapper .feed-area .feed-editor-preview{padding:0}}.single-page{position:relative;max-width:100vw;min-height:calc(100vh - 60px);overflow:auto}@media screen and (max-width:860px){.single-page{min-height:calc(100vh - 55px)}}.single-page .loader,.single-page .loading-error{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.clearfix,.clearfix:after,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,video{margin:0;padding:0;border:0;outline:0;font:inherit;vertical-align:baseline;background:0 0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}:focus,a:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}::selection{text-shadow:none;background:#909090;color:#fff}.clear{margin:0;padding:0;clear:both;overflow:hidden;width:0}.clearfix:after{content:".";clear:both;visibility:hidden;line-height:0;height:0}address,blockquote,dl,fieldset,h1,h2,h3,h4,h5,h6,hr,p,pre,table,ul{margin-bottom:20px}html{width:100%}body,html{height:100%}body{background:transparent;color:#16171b;font-size:14px;line-height:1.5em;font-weight:300;font-family:Open Sans,sans-serif;max-width:100%;position:relative}*{box-sizing:border-box}strong{font-weight:700}em{font-style:italic}.all-centered,.center{text-align:center}.all-centered{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90%}.loader div{border-top-color:#ff4572;border-bottom-color:#ff4572}.panel{background:#16171b}.panel header>div{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:center;flex:1 1;max-width:calc(100% - 30px)}.panel header>div i{font-size:16px}.tooltip .tooltip-content,.tooltip .tooltip-pointer{background:#ff4572}.tooltip .tooltip-content.bottom:before{border-bottom-color:#ff4572}.tooltip .tooltip-content.top:before{border-top-color:#ff4572}.color-picker-wrapper .selected-color{box-shadow:0 0 0 2px hsla(0,0%,100%,.1)}.form-row>label{width:180px;flex-basis:180px;color:#adadaf}.form-row .row-message{font-size:11px;color:#adadaf}.form-row select{fill:#fff}.form-row select option{background:#fff;color:#16171b}.form-row input[type=date],.form-row input[type=email],.form-row input[type=number],.form-row input[type=password],.form-row input[type=text],.form-row input[type=url],.form-row select,.form-row textarea{border:none;color:#adadaf;background-color:hsla(0,0%,100%,.1);font-family:Open Sans,sans-serif}.form-row input[type=date]::-webkit-input-placeholder,.form-row input[type=email]::-webkit-input-placeholder,.form-row input[type=number]::-webkit-input-placeholder,.form-row input[type=password]::-webkit-input-placeholder,.form-row input[type=text]::-webkit-input-placeholder,.form-row input[type=url]::-webkit-input-placeholder,.form-row select::-webkit-input-placeholder,.form-row textarea::-webkit-input-placeholder{color:hsla(0,0%,100%,.2)}.form-row input[type=date]:-ms-input-placeholder,.form-row input[type=email]:-ms-input-placeholder,.form-row input[type=number]:-ms-input-placeholder,.form-row input[type=password]:-ms-input-placeholder,.form-row input[type=text]:-ms-input-placeholder,.form-row input[type=url]:-ms-input-placeholder,.form-row select:-ms-input-placeholder,.form-row textarea:-ms-input-placeholder{color:hsla(0,0%,100%,.2)}.form-row input[type=date]::-ms-input-placeholder,.form-row input[type=email]::-ms-input-placeholder,.form-row input[type=number]::-ms-input-placeholder,.form-row input[type=password]::-ms-input-placeholder,.form-row input[type=text]::-ms-input-placeholder,.form-row input[type=url]::-ms-input-placeholder,.form-row select::-ms-input-placeholder,.form-row textarea::-ms-input-placeholder{color:hsla(0,0%,100%,.2)}.form-row input[type=date]::placeholder,.form-row input[type=email]::placeholder,.form-row input[type=number]::placeholder,.form-row input[type=password]::placeholder,.form-row input[type=text]::placeholder,.form-row input[type=url]::placeholder,.form-row select::placeholder,.form-row textarea::placeholder{color:hsla(0,0%,100%,.2)}.form-row input[type=date]::selection,.form-row input[type=email]::selection,.form-row input[type=number]::selection,.form-row input[type=password]::selection,.form-row input[type=text]::selection,.form-row input[type=url]::selection,.form-row select::selection,.form-row textarea::selection{background:#fff}.form-row input[type=date]:focus,.form-row input[type=email]:focus,.form-row input[type=number]:focus,.form-row input[type=password]:focus,.form-row input[type=text]:focus,.form-row input[type=url]:focus,.form-row select:focus,.form-row textarea:focus{background-color:hsla(0,0%,100%,.2);color:#fff}
/*# sourceMappingURL=main.e02630d4.chunk.css.map */