/*NC Live Center Extension CSS*/
/*Begin extension CSS 13677, User contribution*/
.ncpost-user-contribution{margin:15px 0}.ncpost-user-contribution .ncpost-user-comment{padding:15px;background-color:#f7f7f7;border-radius:5px;border-radius:10px 10px 10px 0}.ncpost-user-contribution .ncpost-user-reply{padding:15px;border-radius:10px 10px 0 10px;position:relative;background-color:#d5f3ff;margin-bottom:10px}.ncpost-user-contribution .ncpost-user-reply .ncpost-comment-created{color:#236c8a!important}.ncpost-user-contribution .ncpost-user-reply:last-child{margin-bottom:0}.ncpost-user-contribution .ncpost-user-replies{padding-left:50px;margin-top:10px;position:relative}.ncpost-user-contribution .ncpost-comment-info{display:flex;justify-content:space-between;margin-bottom:5px}.ncpost-user-contribution .ncpost-comment-name{font-weight:700}.ncpost-user-contribution .ncpost-comment-created{color:#a7a7a7;font-size:13px}.ncpost-user-contribution .ncpost-comment-image{margin-top:10px;max-width:230px;border-radius:8px;overflow:hidden}.ncpost-user-contribution .ncpost-comment-image img{width:100%}.ncpost-questions-container{margin-bottom:20px}.ncpost-questions-container .ncpost-user-comment{background-color:#fff;padding:20px;border-radius:10px 10px 10px 0;box-shadow:0 2px 2px rgba(0,0,0,.1)}.ncpost-questions-container .ncpost-user-reply{background-color:#008cba;color:#fff;border-radius:10px 10px 0 10px;margin-bottom:10px}.ncpost-questions-container .ncpost-user-reply .ncpost-comment-created{color:#93e4ff!important}.ncpost-questions-container .ncpost-user-reply:last-child{margin:0}.ncpost-question-container{margin:20px 0}.ncpost-question-container .ncpost-new-comment-toggle{border:1px solid #008cba;padding:10px 15px;border-radius:5px;color:#008cba;font-size:13px}.ncpost-container .ncpost-new-comment-toggle{color:#008cba;font-size:13px}.ncpost-new-comment-panel{position:relative}.ncpost-new-comment-panel input{font-family:inherit;font-size:inherit}.ncpost-new-comment-panel textarea{font-family:inherit;font-size:inherit;resize:none;height:100px}.ncpost-new-comment-panel .ncpost-submit{border-radius:5px;line-height:1.5;padding:10px 15px;font-family:inherit;font-size:13px}.ncpost-new-comment-panel .ncpost-upload-button{cursor:pointer;position:absolute;top:170px;right:10px;border:0;padding:10px;display:inline-flex;align-items:center;justify-content:center;background-color:transparent}.ncpost-new-comment-panel .ncpost-upload-button svg{fill:#909090}.ncpost-new-comment-panel .ncpost-upload-image{margin:15px 0}.ncpost-new-comment-panel .ncpost-upload-image div{width:200px;display:flex}.ncpost-new-comment-panel .ncpost-upload-image div img{width:100%;margin-right:5px}.ncpost-new-comment-panel .ncpost-upload-image div svg{fill:#909090;cursor:pointer}

/* nc {"timeUtc":1681383437} nc */
/*End extension CSS 13677, User contribution*/

/*Begin extension CSS 13679, 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 13679, Image Gallery*/

/*Begin extension CSS 13681, Typing*/
.typing-container{padding:15px 0;}.typing-container .dot-container{-webkit-animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1) both;animation:fade-in-bottom 1s cubic-bezier(.39,.575,.565,1) both;display:inline-block;padding:8px 20px;margin:0;}.typing-container .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:3px;background:#222;animation:wave-typing-animation 1.3s linear infinite;}.typing-container .dot:nth-child(2){animation-delay:-1.1s;}.typing-container .dot:nth-child(3){animation-delay:-.9s;}@media(max-width:500px){.typing-container{top:15px;}}@keyframes wave-typing-animation{0%,60%,100%{transform:initial;opacity:.3;}30%{transform:translateY(-15px);opacity:1;}}@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0;}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(20px);transform:translateY(20px);opacity:0;}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}}
/*End extension CSS 13681, Typing*/

/*Begin extension CSS 13682, Sorting*/
.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-label.active{background-color:rgba(0,0,0,.05);border-radius:5px;cursor:pointer;}
/*End extension CSS 13682, Sorting*/

/*Begin extension CSS 13684, Key events*/
.ncpost-channelcontent-container{margin-bottom:30px;}.ncpost-channelcontent-container .key-events-container .key-event{display:flex;padding:5px 0;}.ncpost-channelcontent-container .key-events-container .key-event-time{white-space:nowrap;text-align:right;margin-right:10px;color:#a5a5a5;}.ncpost-channelcontent-container .key-events-container .key-event-title{display:flex;justify-content:space-between;position:relative;align-items:center;}.ncpost-channelcontent-container .key-events-container .key-event-title a{margin-left:4px;}.ncpost-channelcontent-container .key-events-container .key-event-title::before{display:flex;width:5px;height:5px;flex-shrink:0;border-radius:10px;background-color:#1b1b1b;content:"";margin-right:10px;}.ncpost-channelcontent-container .key-events-container .key-event #delete-event{display:none !important;}.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title{width:100%;}.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title div:first-child{width:100%;}.posts-view .ncpost-channelcontent-container .key-events-container .key-event-title a{margin-left:4px;pointer-events:none;display:none;}.posts-view .ncpost-channelcontent-container .key-events-container .key-event #delete-event{display:flex !important;align-items:center;justify-content:center;padding:2px;cursor:pointer;}.ncpost-linked{padding-right:35px;position:relative;margin-bottom:30px;}.ncpost-linked .ncpost-container{margin-bottom:0;}.ncpost-linked .ncpost-linked-close{width:30px;height:30px;position:absolute;right:0;top:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;}
/*End extension CSS 13684, Key events*/

/*Begin extension CSS 13689, Translations*/

/*End extension CSS 13689, Translations*/

/*Begin extension CSS 13690, Read more translation*/

/*End extension CSS 13690, Read more translation*/

/*Begin extension CSS 14326, Gif*/

/*End extension CSS 14326, Gif*/


.nc-lc-extensions-css{ display: block }