/*NC Live Center Extension CSS*/
/*Begin extension CSS 10640, Avatar */
.ncpost-avatar-container{width:40px;height:40px;position:absolute;left:15px;overflow:hidden}.ncpost-avatar-container .ncpost-avatar-image{width:100%;height:100%;background-position:50%;background-repeat:no-repeat;background-size:cover}.ncpost-avatar-container .ncpost-avatar-image svg{width:100%}.lc-feed-container .ncpost-container{position:relative}.lc-feed-container .ncpost-container .ncpost-header{flex-direction:column-reverse;margin-bottom:20px;display:flex;padding-left:50px!important}.lc-feed-container .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.lc-feed-container .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.lc-feed-container .ncpost-container .ncpost-header svg{display:none!important}.posts-view .ncpost-container{position:relative}.posts-view .ncpost-container .ncpost-header{flex-direction:column-reverse;margin-bottom:20px;display:flex;padding-left:50px!important}.posts-view .ncpost-container .ncpost-header .ncpost-byline{text-align:left;margin-bottom:4px}.posts-view .ncpost-container .ncpost-header .ncpost-timestamp{font-size:13px}.posts-view .ncpost-container .ncpost-header svg{display:none!important}
/*End extension CSS 10640, Avatar */

/*Begin extension CSS 10642, Key Events*/
.ncpost-channelcontent-container{margin-bottom:30px}.ncpost-channelcontent-container .key-events-container .key-events{justify-content:space-between;margin:5px 0;padding-left:22px;display:flex;position:relative}.ncpost-channelcontent-container .key-events-container .key-events a{margin-left:4px}.ncpost-channelcontent-container .key-events-container .key-events #delete-event{display:none!important}.ncpost-channelcontent-container .key-events-container .key-events:before{width:8px;height:8px;content:"";background-color:#1b1b1b;border-radius:10px;display:block;position:absolute;top:6px;left:0}.posts-view .ncpost-channelcontent-container .key-events-container .key-events a{pointer-events:none;margin-left:4px;display:none}.posts-view .ncpost-channelcontent-container .key-events-container .key-events #delete-event{cursor:pointer;justify-content:center;align-items:center;padding:2px;display:flex!important}.ncpost-linked{margin-bottom:30px;padding-right:35px;position:relative}.ncpost-linked .ncpost-container{margin-bottom:0}.ncpost-linked .ncpost-linked-close{width:30px;height:30px;cursor:pointer;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:0;right:0}
/*End extension CSS 10642, Key Events*/

/*Begin extension CSS 10643, Post sorting*/
/*
    v2
    19.08.22
*/
.ncposts-sorter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 0;
}
.ncposts-sorter .ncpost-toggle-group {
  display: flex;
  position: relative;
  transition: transform 5s ease;
}
.ncposts-sorter .ncpost-toggle-group .toggle-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 35px;
  transition: transform 5s ease;
  cursor: pointer;
}
.ncposts-sorter .ncpost-toggle-group .toggle-indicator {
  position: absolute;
  width: 60px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translate(0, 0);
  border-radius: 5px;
  cursor: pointer;
}
.ncposts-sorter .ncpost-toggle-group.toggled .toggle-indicator {
  transform: translate(60px, 0);
}
.ncposts-sorter .ncpost-toggle-group.reversed .toggle-indicator {
  transform: translate(-60px, 0);
}
/*End extension CSS 10643, Post sorting*/

/*Begin extension CSS 10647, Giphy*/

/*End extension CSS 10647, Giphy*/

/*Begin extension CSS 10651, Image Gallery*/
.ig__highlight-image{text-align:center;background-color:#fbfbfb;min-height:300px;display:flex;justify-content:center;align-items:center;}.ncpost-image-gallery{user-select:none;}.ncpost-image-gallery .ncpost-image-byline{display:flex;align-items:center;justify-content:center;margin-top:10px;}.ncpost-image-gallery .ncpost-image-byline-description{text-align:center;}.arrow-nav{position:absolute;top:200px;width:100%;}.arrow-nav div{padding:8px;cursor:pointer;}.arrow-nav svg{width:12px;}.ig__highlight-image img{max-width:80%;max-height:300px;}.ig__image-descr{text-align:center;margin-top:5px;}.ig__all-images-preview{display:flex;overflow-x:scroll;scroll-behavior:smooth;background-color:#fbfbfb;position:relative;max-width:1000px;user-select:none;}.ig__highlight-image{height:400px;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;}.ig__highlight-image img{max-width:100%;max-height:400px;}.ig__image-preview-element{display:flex;align-items:center;padding:0 3px;cursor:pointer;}.ig__image-wrapper{width:170px;height:120px;display:flex;align-items:center;justify-content:center;background-color:#ededed;}.ig__all-images-preview{padding-bottom:15px;}.ig__all-images-preview img{max-width:100%;max-height:120px;}.ig__all-images-preview img:hover{opacity:.6;}.ig__all-images-preview::-webkit-scrollbar{height:8px;background-color:#ececec;}.ig__all-images-preview::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.14);border-radius:3px;cursor:pointer;}.ig__buttons-container{position:relative;}.ig__arrow-element{width:18px;height:20px;background:#fbfbfb;position:absolute;bottom:30px;display:flex;align-items:center;justify-content:center;padding-top:2px;cursor:pointer;}.ig__arrow-element i{margin-bottom:1px;}.ig__right{right:27px;}.ig__left{left:27px;}
/*End extension CSS 10651, Image Gallery*/


.nc-lc-extensions-css{ display: block }