/*NC Live Center Extension CSS*/
/*Begin extension CSS 8590, Translations*/

/*End extension CSS 8590, Translations*/

/*Begin extension CSS 8631, Scoreboard Football*/
.nc-football-scoreboard{font-family:Open Sans;margin:30px 0;padding:30px;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1);background-color:#fff;}.nc-football-scoreboard svg{width:20px;}.nc-football-scoreboard-team-info{display:flex;align-items:center;justify-content:space-between;}.nc-football-scoreboard-team{display:flex;align-items:center;width:35%;}.nc-football-scoreboard-team:last-child{justify-content:end;}.nc-football-scoreboard-team-image{width:50px;height:50px;background-size:cover;background-repeat:no-repeat;}.nc-football-scoreboard-team-name{font-weight:900;margin:0 20px;font-size:16px;}.nc-football-scoreboard-scorebox{text-align:center;}.nc-football-scoreboard-quarter{font-size:13px;text-transform:uppercase;font-weight:700;margin:15px 0 0 0;color:#e90052;}.nc-football-scoreboard-scores{display:flex;font-size:40px;font-weight:900;padding:15px 10px;background-color:#222;color:#fff;}.nc-football-scoreboard-score{width:38px;line-height:1;}@media(max-width:600px){.nc-football-scoreboard{padding:15px;}.nc-football-scoreboard-team-info{align-items:start;}.nc-football-scoreboard-team{margin-top:10px;}.nc-football-scoreboard-team-image{width:30px;height:30px;}.nc-football-scoreboard-team-name{font-size:12px;margin:0;white-space:nowrap;width:70px;text-align:center;text-overflow:ellipsis;overflow:hidden;}.nc-football-scoreboard-scores{font-size:20px;}.nc-football-scoreboard-score{width:28px;}}.nc-football-scoreboard-goals-container{display:flex;justify-content:center;margin:15px 0;}.nc-football-scoreboard-separation{width:1px;background-color:#ccc;}.nc-football-scoreboard-goals{padding:0 30px;width:50%;}.nc-football-scoreboard-goals .nc-football-scoreboard-goal{justify-content:end;}.nc-football-scoreboard-goals:last-child .nc-football-scoreboard-goal{justify-content:start;}.nc-football-scoreboard-goal{display:flex;margin:5px 0;}.nc-football-scoreboard-goal-name{margin:0 5px;}.nc-football-scoreboard .game-event-timeline{display:flex;position:relative;margin-top:40px;}.nc-football-scoreboard .game-event-timeline .timeline-team-info{padding-right:7px;}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team{display:flex;align-items:center;padding:5.5px 0;}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team-code{text-transform:uppercase;font-weight:900;font-size:12px;}.nc-football-scoreboard .game-event-timeline .timeline-team-info .team-image{width:25px;height:25px;background-size:cover;background-position:center;background-color:#ccc;margin-right:7px;}.nc-football-scoreboard .game-event-timeline .timeline-group{position:relative;display:flex;align-items:center;z-index:2;width:100%;}.nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info{visibility:hidden;position:absolute;white-space:nowrap;left:-24px;padding:10px 15px;background-color:#f3f3f3;font-weight:900;border-radius:24px;align-items:center;opacity:0;display:flex;box-shadow:0 1px 1px rgba(0,0,0,.1);transition:ease .5s;}.nc-football-scoreboard .game-event-timeline .timeline-group .hovered-info span{margin-right:5px;display:flex;align-items:center;}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark{position:absolute;font-size:12px;font-weight:900;background-color:#fff;cursor:pointer;}.nc-football-scoreboard .game-event-timeline .timeline-group .event-mark:hover .hovered-info{opacity:1;visibility:visible;}.nc-football-scoreboard .game-event-timeline .timeline-group svg{width:15px;}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above{position:absolute;top:-15px;}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-above .hovered-info{top:-44px;}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below{position:absolute;top:24px;}.nc-football-scoreboard .game-event-timeline .timeline-group .icon-below .hovered-info{bottom:-39px;}.nc-football-scoreboard .game-event-timeline .line{position:absolute;width:100%;border-bottom:1px solid #ccc;bottom:35px;}.nc-football-scoreboard.dark-theme{background-color:#222;color:#fff;padding-top:10px;}.nc-football-scoreboard.dark-theme .event-mark{background-color:#222 !important;}.nc-football-scoreboard.dark-theme .line{border-bottom:1px solid #434343 !important;}.nc-football-scoreboard.dark-theme .hovered-info{background-color:#000 !important;}.nc-football-scoreboard.dark-theme .nc-football-scoreboard-separation{background-color:#434343 !important;}.nc-football-scoreboard.dark-theme .goal{stroke:#eee;}
/*End extension CSS 8631, Scoreboard Football*/

/*Begin extension CSS 8897, Additional CSS*/

/*End extension CSS 8897, Additional CSS*/

/*Begin extension CSS 9510, LC Feed width aletration*/
.lc-feed-container { max-width: 600px }
/*End extension CSS 9510, LC Feed width aletration*/

/*Begin extension CSS 10289, Key Events CSS*/
.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;
        display: flex;
        align-items: center;
    }

        .ncpost-channelcontent-container .key-events-container .key-event-time::after {
            display: flex;
            width: 5px;
            height: 5px;
            flex-shrink: 0;
            border-radius: 10px;
            background-color: #1b1b1b;
            content: "";
            margin-left: 10px;
        }

    .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 #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 {
        pointer-events: 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;
    }

.ncpost-channelcontent-container {
    margin-bottom: 30px;
}

    .ncpost-channelcontent-container .key-events-container a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20.3px;
        text-decoration: none;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 80%;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        min-width: 70%;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after {
        display: none;
    }

.ncpost-channelcontent-container .key-events-container .key-event-title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 22.4px;
}

.ncpost-channelcontent-container .key-events-container .key-event-time {
    font-size: 14px;
    line-height: 20.3px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}

    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        width: 1px;
        content: " ";
        display: block;
        height: 60px;
        background-color: #000;
        position: absolute;
        left: -10px;
        top: 7px;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-time::before {
        width: 7px;
        height: 7px;
        border-radius: 3px;
        content: " ";
        display: block;
        background-color: #000;
        position: absolute;
        left: -3px;
        top: 6px;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        top: 10px;
        height: 60px;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event span {
    font-weight: 500;
    font-size: 16px;
}

.ncpost-channelcontent-container .key-events-container .key-event {
    padding: 5px 0 5px 15px;
    position: relative;
    min-width: 20%;
    display: flex;
    justify-content: end;
    font-weight: 700;
    font-size: 14px;
    line-height: 20.3px;
}

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event {
        min-width: 30%;
    }
}

.ncpost-channelcontent-container .key-events-container #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 {
        pointer-events: none;
    }

.posts-view .ncpost-channelcontent-container .key-events-container #delete-event {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
}

.ncpost-channelcontent-container {
    margin-bottom: 30px;
}

    .ncpost-channelcontent-container .key-events-container a {
        font-size: 14px;
        font-weight: 700;
        line-height: 20.3px;
        text-decoration: none;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        display: flex;
        flex-direction: column;
        gap: 3px;
        min-width: 80%;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-left-col {
        min-width: 70%;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

    .ncpost-channelcontent-container .key-events-container .key-event-group:last-child .key-event-time::after {
        display: none;
    }

.ncpost-channelcontent-container .key-events-container .key-event-title {
    padding-left: 15px;
    font-size: 16px;
    line-height: 22.4px;
}

.ncpost-channelcontent-container .key-events-container .key-event-time {
    font-size: 14px;
    line-height: 20.3px;
    font-weight: 400;
    padding-left: 15px;
    position: relative;
}

    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        width: 1px;
        content: " ";
        display: block;
        height: 60px;
        background-color: #000;
        position: absolute;
        left: -10px;
        top: 7px;
    }

    .ncpost-channelcontent-container .key-events-container .key-event-time::before {
        width: 7px;
        height: 7px;
        border-radius: 3px;
        content: " ";
        display: block;
        background-color: #000;
        position: absolute;
        left: -3px;
        top: 6px;
    }

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event-time::after {
        top: 10px;
        height: 60px;
    }
}

.ncpost-channelcontent-container .key-events-container .key-event span {
    font-weight: 500;
    font-size: 16px;
}

.ncpost-channelcontent-container .key-events-container .key-event {
    padding: 5px 0 5px 15px;
    position: relative;
    min-width: 20%;
    display: flex;
    justify-content: end;
    font-weight: 700;
    font-size: 14px;
    line-height: 20.3px;
}

@media (max-width: 500px) {
    .ncpost-channelcontent-container .key-events-container .key-event {
        min-width: 30%;
    }
}

.ncpost-channelcontent-container .key-events-container #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 {
        pointer-events: none;
    }

.posts-view .ncpost-channelcontent-container .key-events-container #delete-event {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 2px;
    cursor: pointer;
}

.ncpost-top-text-container h5 {
    margin: 0;
    font-size: 22px;
}

.ncpost-top-text-container blockquote {
    margin: 0;
    padding: 0 30px;
    border-left: 5px solid red;
}

.ncpost-top-text-container .ncpost-image {
    max-width: 100%;
    max-height: 500px;
}

.ncpost-top-text-container .ncpost-image-byline {
    margin: 0;
    color: #7e7e7e;
    font-size: 14px;
    text-align: center;
}

.ncpost-container {
    padding: 10px 15px;
    background-color: #FFF;
    width: 100%;
    min-height: 40px;
    overflow: hidden;
}

    .ncpost-container p {
        margin: 0 0 10px;
    }

    .ncpost-container .ncpost-embed-element {
        text-align: center;
    }

    .ncpost-container iframe {
        min-height: 150px;
        margin-right: auto;
        margin-left: auto;
    }

    .ncpost-container blockquote {
        padding: 10px 20px;
        margin: 0 0 20px;
        font-size: 17.5px;
        border-left: 5px solid #eee;
    }

    .ncpost-container iframe.instagram-media.instagram-media-rendered {
        margin-right: auto !important;
        margin-left: auto !important;
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }

    .ncpost-container .ncpost-header {
        width: 100%;
        font-size: 14px;
    }

    .ncpost-container .ncpost-title {
        margin: 3px 0 5px 0;
        font-size: 23px;
        display: inline-block;
        width: 100%;
        line-height: 28px;
    }

    .ncpost-container .ncpost-link {
        clear: both;
        min-height: 120px;
        display: block;
        margin-bottom: 10px;
        margin-top: 15px;
        border: 1px solid #eaeaea;
        border-radius: 5px;
        padding: 15px;
        background: #f7f7f7;
    }

        .ncpost-container .ncpost-link iframe {
            width: 100%;
            height: 400px;
            border: none;
            margin-top: 5px;
        }

        .ncpost-container .ncpost-link a,
        .ncpost-container .ncpost-link a:visited,
        .ncpost-container .ncpost-link a:active {
            display: inline;
            color: #0078c8;
            margin-top: 2px;
            font-size: 20px;
            width: 100%;
            line-height: 24px;
        }

        .ncpost-container .ncpost-link img {
            float: right;
            max-height: 100px;
            margin: 0px 0px 15px 15px;
        }

        .ncpost-container .ncpost-link .ncpost-link-site {
            font-size: 13px;
            color: #b7b7b7;
            display: block;
            margin-top: 3px;
            margin-bottom: 3px;
        }

        .ncpost-container .ncpost-link.sublink {
            margin-top: 15px;
        }

            .ncpost-container .ncpost-link.sublink a,
            .ncpost-container .ncpost-link.sublink a:visited,
            .ncpost-container .ncpost-link.sublink a:active {
                font-size: 18px;
                margin: 0;
                line-height: 20px;
            }

    .ncpost-container .ncpost-breaking {
        background-color: #ffd800;
        padding: 3px;
        padding-left: 5px;
        margin-bottom: 5px;
    }

    .ncpost-container .ncpost-header .ncpost-timestamp {
        display: inline-flex;
        align-items: center;
        direction: ltr;
        color: #DE4A14;
        width: 210px;
        float: left;
    }

        .ncpost-container .ncpost-header .ncpost-timestamp a,
        .ncpost-container .ncpost-header .ncpost-timestamp a:visited {
            color: #DE4A14;
            text-decoration: none;
        }

        .ncpost-container .ncpost-header .ncpost-timestamp svg {
            fill: #DE4A14;
        }

        .ncpost-container .ncpost-header .ncpost-timestamp .ncpost-timestamp-clock {
            margin-right: 3px;
            display: inline-block;
            width: 12px;
        }

    .ncpost-container h5 {
        font-size: 16px;
    }

    .ncpost-container .ncpost-header .ncpost-byline {
        color: #B7B7B7;
        text-align: right;
    }

    .ncpost-container .ncpost-tagquant {
        width: 100%;
        font-size: 14px;
        color: #14B0E6;
        display: block;
    }

        .ncpost-container .ncpost-tagquant a {
            color: #14B0E6;
        }

        .ncpost-container .ncpost-tagquant .fa {
            font-size: 12px;
        }

        .ncpost-container .ncpost-tagquant .ncpost-quants {
            color: #14B0E6;
            float: left;
        }

        .ncpost-container .ncpost-tagquant .ncpost-tagquant-icon {
            color: #B7B7B7;
        }

        .ncpost-container .ncpost-tagquant .ncpost-tags {
            text-align: right;
            float: right;
        }

    .ncpost-container .ncpost-image {
        max-width: 100%;
        max-height: 500px;
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10px;
        margin-right: auto;
        display: block;
        margin-left: auto;
    }

    .ncpost-container .ncpost-image-byline {
        width: 100%;
        text-align: center;
    }

    .ncpost-container .ncpost-image-byline-description {
        color: #B7B7B7;
        font-size: 14px;
    }

    .ncpost-container .ncpost-image-byline-source {
        color: #D6D6D6;
        font-size: 12px;
        padding-left: 5px;
    }

    .ncpost-container .ncpost-twitter-container {
        clear: both;
        padding-top: 5px;
        text-align: center;
        display: block;
    }

        .ncpost-container .ncpost-twitter-container .twitter-tweet {
            margin-left: auto;
            margin-right: auto;
        }

    .ncpost-container .ncpost-facebook-oembed-container {
        padding-bottom: 10px;
        position: relative;
    }

    .ncpost-container .ncpost-instagram-oembed-container {
        padding-bottom: 10px;
        position: relative;
    }

.ncpost-pinned .ncpost-container {
    background: #ffead3;
}

    .ncpost-pinned .ncpost-container .ncpost-comment {
        background: #ffffff;
    }

.ncpost-importance-3 {
    border-bottom: 6px solid #de4a14;
}

.ncpost-importance-2 {
    border-bottom: 6px solid #FFBC30;
}

.ncpost-tags .ncpost-tagquantele {
    color: #b7b7b7;
    margin-left: 7.5px;
    display: inline-block;
}

    .ncpost-tags .ncpost-tagquantele.ncpost-tag-clickable {
        color: #14B0E6;
        cursor: pointer;
        text-decoration: underline;
    }

.ncpost-quants .ncpost-tagquantele {
    margin-right: 7.5px;
    display: inline-block;
}

.ncpost-table {
    border: 1px solid #ddd;
    width: 100%;
    max-width: 100%;
    margin-bottom: 21px;
}

    .ncpost-table thead {
        vertical-align: middle;
        border-color: inherit;
    }

    .ncpost-table tr th {
        border: 1px solid #ddd;
        border-bottom-width: 2px;
        vertical-align: bottom;
        padding: 8px;
    }

        .ncpost-table tr th.first-child {
            border-top: 0;
        }

    .ncpost-table tr td {
        border: 1px solid #ddd;
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
    }

.ncpost-table-of-contents .ncpost-contentstable-entry {
    cursor: pointer;
    color: #14b0e6;
    font-weight: 500;
}

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H5::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H5 {
        margin-left: 20px;
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H4::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H4 {
        font-size: 17px;
        margin-left: 15px;
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H3::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H3 {
        font-size: 19px;
        margin-left: 10px;
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H2::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H2 {
        font-size: 21px;
        margin-left: 5px;
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H1::before {
        content: "- ";
    }

    .ncpost-table-of-contents .ncpost-contentstable-entry.ncpost-contentstable-type-H1 {
        font-size: 23px;
    }

.ncpost-countdown-mutator {
    margin-top: 5px;
}

.ncpost-countdown-element {
    margin-bottom: 10px;
    background-color: #14b0e6;
    padding: 8px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    display: block;
}

.ncpost-countdown-wrapper {
    color: #FFF;
}

    .ncpost-countdown-wrapper:hover {
        color: #FFF;
    }

    .ncpost-countdown-wrapper:focus,
    .ncpost-countdown-wrapper:active,
    .ncpost-countdown-wrapper:visited {
        color: #FFF;
    }

.ncpost-countdown-link {
    color: #FFF;
    cursor: pointer;
}

    .ncpost-countdown-link:hover {
        color: #FFF;
        text-decoration: underline;
    }

    .ncpost-countdown-link:focus,
    .ncpost-countdown-link:active,
    .ncpost-countdown-link:visited {
        color: #FFF;
    }

.ncpost-countdown-time {
    min-width: 100px;
    display: inline-block;
}

.ncpost-countdown-displaytime {
    font-weight: bold;
}

.ncpost-countdown-icon {
    padding-right: 8px;
    opacity: 0.5;
}

.ncpost-youtube-embed {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .ncpost-youtube-embed iframe,
    .ncpost-youtube-embed object,
    .ncpost-youtube-embed embed {
        position: absolute;
        top: 0;
        left: 0;
        min-height: initial;
        width: 100%;
        height: 100%;
    }

.ncpost-new-comment-toggle {
    margin-top: 0px;
    display: inline-block;
    font-size: 12px;
    color: #008cba;
    cursor: pointer;
}

    .ncpost-new-comment-toggle svg {
        fill: #008cba;
    }

.ncpost-question-container .ncpost-new-comment-toggle {
    margin-bottom: 5px;
}

.ncpost-new-comment-panel {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .ncpost-new-comment-panel ::placeholder {
        color: #b7b7b7;
    }

    .ncpost-new-comment-panel .ncpost-input-field {
        display: block;
        width: 100%;
        padding: 13px 15px;
        border: 1px solid #eeeeee;
        box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        margin-bottom: 10px;
        outline: none;
    }

    .ncpost-new-comment-panel .ncpost-submit {
        outline: none;
        background-color: #008cba;
        border: none;
        color: #ffffff;
        cursor: pointer;
        padding: 12px 18px;
    }

    .ncpost-new-comment-panel .hidden-image-input {
        display: none;
    }

    .ncpost-new-comment-panel .img-upload-wrapper {
        border: 1px solid #e8e8e8;
        border-radius: 4px;
        background-color: #f2f2f2;
        height: 42px;
        width: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        font-weight: 700;
        cursor: pointer;
    }

        .ncpost-new-comment-panel .img-upload-wrapper span {
            margin-left: 5px;
        }

    .ncpost-new-comment-panel .inline-button {
        border-radius: 4px;
        float: right;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 4px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .ncpost-new-comment-panel .inline-button svg {
            fill: #f0086d;
        }

    .ncpost-new-comment-panel .img-loading-state {
        top: 20px;
        left: 0;
        right: 0;
        background-color: #f2f2f2;
        z-index: 9;
        width: 100%;
        padding: 10px;
        margin: auto;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .ncpost-new-comment-panel .image-container {
        background-color: #f2f2f2;
        z-index: 9;
        width: 100%;
        padding: 10px;
        margin: auto;
        text-align: center;
        border-radius: 5px;
        position: relative;
        margin-bottom: 15px;
    }

        .ncpost-new-comment-panel .image-container img {
            max-width: 100%;
            max-height: 130px;
        }

.ncpost-comment {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #f7f7f7;
    border-radius: 2px;
}

    .ncpost-comment .image-comment-container {
        text-align: center;
        padding: 10px;
    }

        .ncpost-comment .image-comment-container img {
            max-width: 100%;
            max-height: 500px;
        }

.lc-feed-container {
    max-width: 700px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #333333;
}

    .lc-feed-container * {
        box-sizing: border-box;
    }

    .lc-feed-container .ncpost-container {
        margin-bottom: 20px;
    }

    .lc-feed-container .ncpost-title {
        font-weight: 600;
    }

    .lc-feed-container .inv-green-fill {
        fill: #49B869;
    }

    .lc-feed-container .inv-red-fill {
        fill: #EF402F;
    }

    .lc-feed-container .ncpost-up-arrow {
        font-weight: 600;
        color: #49B869;
    }

    .lc-feed-container .ncpost-down-arrow {
        font-weight: 600;
        color: #EF402F;
    }

    .lc-feed-container .lc-load-more {
        display: none;
        margin-bottom: 10px;
        color: #fff;
        background-color: #008cba;
        font-weight: bold;
        padding: 10px 25px;
        font-size: 17px;
        border: 1px solid #FFF;
        transition: color 0.1s, background-color 0.1s, fill 0.1s;
        cursor: pointer;
        overflow-anchor: none;
    }

        .lc-feed-container .lc-load-more:hover {
            background-color: #007aa3;
        }
/*End extension CSS 10289, Key Events CSS*/

/*Begin extension CSS 10498, Tennis*/
.feed-tennis{padding:25px;background-color:var(--base--surface);border-radius:5px;margin:25px 0}.feed-tennis-information{margin-bottom:10px;display:flex;color:var(--gray--400)}.feed-tennis-information-match{display:flex;align-items:center}.feed-tennis-information-match::after{content:'';display:inline-flex;height:5px;width:5px;border-radius:10px;background-color:var(--gray--400);margin:0 10px}.feed-tennis-state{margin-bottom:10px;color:var(--gray--500)}.feed-tennis-scores{display:flex;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--gray--200)}.feed-tennis-scores:last-child{border:0}.feed-tennis-scores-team{display:flex;align-items:center}.feed-tennis-scores-team-indicator{display:inline-flex;height:7px;width:7px;border-radius:10px}.feed-tennis-scores-team-indicator#active{background-color:var(--base--primary)}.feed-tennis-scores-team-indicator#disabled{background-color:var(--gray--300)}.feed-tennis-scores-team-name{margin-left:10px;font-size:16px;font-weight:700}.feed-tennis-scores-team-scores{display:flex;font-size:17px}.feed-tennis-scores-team-scores div{width:40px;text-align:center}

/* nc {"timeUtc":1677245341} nc */
/*End extension CSS 10498, Tennis*/

/*Begin extension CSS 10499, Scoreboard support*/
:root{--basic--white:#fff;--basic--black:#000;--basic--transparent:#fff;--gray--900:#111827;--gray--800:#1f2937;--gray--700:#374151;--gray--600:#4b5563;--gray--500:#6b7280;--gray--400:#9ca3af;--gray--300:#d1d5db;--gray--200:#e5e7eb;--gray--100:#f3f4f6;--gray--50:#f9fafb;--red--900:#830a0a;--red--800:#991b1b;--red--700:#b91c1c;--red--600:#dc2626;--red--500:#ef4444;--red--400:#f87171;--red--300:#fca5a5;--red--200:#fecaca;--red--100:#fee2e2;--red--50:#fef2f2;--orange--900:#7c2d12;--orange--800:#9a3412;--orange--700:#c2410c;--orange--600:#ea580c;--orange--500:#f97316;--orange--400:#fb923c;--orange--300:#fdba74;--orange--200:#fed7aa;--orange--100:#ffedd5;--orange--50:#fff7ed;--yellow--900:#78350f;--yellow--800:#92400e;--yellow--700:#b45309;--yellow--600:#d97706;--yellow--500:#f59e0b;--yellow--400:#fbbf24;--yellow--300:#fcd34d;--yellow--200:#fde68a;--yellow--100:#fef3c7;--yellow--50:#fffbeb;--green--900:#064e3b;--green--800:#065f46;--green--700:#047857;--green--600:#059669;--green--500:#10b981;--green--400:#34d399;--green--300:#6ee7b7;--green--200:#a7f3d0;--green--100:#d1fae5;--green--50:#ecfdf5;--teal--900:#134e4a;--teal--800:#115e59;--teal--700:#0f766e;--teal--600:#0d9488;--teal--500:#14b8a6;--teal--400:#2dd4bf;--teal--300:#5eead4;--teal--200:#99f6e4;--teal--100:#ccfbf1;--teal--50:#f0fdfa;--cyan--900:#164e63;--cyan--800:#155e75;--cyan--700:#0e7490;--cyan--600:#0891b2;--cyan--500:#06b6d4;--cyan--400:#22d3ee;--cyan--300:#67e8f9;--cyan--200:#a5f3fc;--cyan--100:#cffafe;--cyan--50:#ecfeff;--light-blue--900:#0c4a6e;--light-blue--800:#075985;--light-blue--700:#0369a1;--light-blue--600:#0284c7;--light-blue--500:#0ea5e9;--light-blue--400:#38bdf8;--light-blue--300:#7dd3fc;--light-blue--200:#bae6fd;--light-blue--100:#e0f2fe;--light-blue--50:#f0f9ff;--blue--900:#1e3a8a;--blue--800:#1e40af;--blue--700:#1d4ed8;--blue--600:#2563eb;--blue--500:#3b82f6;--blue--400:#60a5fa;--blue--300:#93c5fd;--blue--200:#bfdbfe;--blue--100:#dbeafe;--blue--50:#eff6ff;--indigo--900:#312e81;--indigo--800:#3730a3;--indigo--700:#4338ca;--indigo--600:#4f46e5;--indigo--500:#6366f1;--indigo--400:#818cf8;--indigo--300:#a5b4fc;--indigo--200:#c7d2fe;--indigo--100:#e0e7ff;--indigo--50:#eef2ff;--purple--900:#4c1d95;--purple--800:#5b21b6;--purple--700:#6d28d9;--purple--600:#7c3aed;--purple--500:#8b5cf6;--purple--400:#a78bfa;--purple--300:#c4b5fd;--purple--200:#ddd6fe;--purple--100:#ede9fe;--purple--50:#f5f3ff;--pink--900:#831843;--pink--800:#9d174d;--pink--700:#be185d;--pink--600:#db2777;--pink--500:#ec4899;--pink--400:#f472b6;--pink--300:#f9a8d4;--pink--200:#fbcfe8;--pink--100:#fce7f3;--pink--50:#fdf2f8;--rose--900:#881337;--rose--800:#9f1239;--rose--700:#be123c;--rose--600:#e11d48;--rose--500:#f43f5e;--rose--400:#fb7185;--rose--300:#fda4af;--rose--200:#fecdd3;--rose--100:#ffe4e6;--rose--50:#fff1f2;--base--background:#f9fafb;--base--on-background1:#111827;--base--on-background2:#9ca3af;--base--surface:#fff;--base--on-surface1:#111827;--base--on-surface2:#9ca3af;--base--primary:#1d4ed8;--base--on-primary1:#fff;--base--on-primary2:#93c5fd;--base--primary-container:#dbeafe;--base--on-primary-container1:#2563eb;--base--on-primary-container2:#60a5fa;--base--information:#4338ca;--base--on-information1:#fff;--base--on-information2:#a5b4fc;--base--information-container:#e0e7ff;--base--on-information-container1:#3730a3;--base--on-information-container2:#6366f1;--base--warning:#f59e0b;--base--on-warning1:#fffbeb;--base--on-warning2:#fde68a;--base--warning-container:#fde68a;--base--on-warning-container1:#78350f;--base--on-warning-container2:#b45309;--base--error:#b91c1c;--base--on-error1:#fef2f2;--base--on-error2:#fecaca;--base--error-container:#fecaca;--base--on-error-container1:#991b1b;--base--on-error-container2:#dc2626;--base--success:#059669;--base--on-success1:#ecfdf5;--base--on-success2:#a7f3d0;--base--success-container:#a7f3d0;--base--on-success-container1:#065f46;--base--on-success-container2:#059669;--regular--xs-text:400 12px 'Open Sans',sans-serif;--regular--sm-text:400 15px 'Open Sans',sans-serif;--regular--base-text:400 16px 'Open Sans',sans-serif;--regular--md-text:400 18px 'Open Sans',sans-serif;--regular--lg-text:400 24px 'Open Sans',sans-serif;--regular--xl-text:400 30px 'Open Sans',sans-serif;--bold--xs-text:800 12px 'Open Sans',sans-serif;--bold--sm-text:800 15px 'Open Sans',sans-serif;--bold--base-text:800 16px 'Open Sans',sans-serif;--bold--md-text:800 18px 'Open Sans',sans-serif;--bold--lg-text:800 24px 'Open Sans',sans-serif;--bold--xl-text:800 30px 'Open Sans',sans-serif;--italic--xs-text:400 italic 12px 'Open Sans',sans-serif;--italic--sm-text:400 italic 15px 'Open Sans',sans-serif;--italic--base-text:400 italic 16px 'Open Sans',sans-serif;--italic--md-text:400 italic 18px 'Open Sans',sans-serif;--italic--lg-text:400 italic 24px 'Open Sans',sans-serif;--italic--xl-text:400 italic 30px 'Open Sans',sans-serif;--box-shadow-4-10:0 4px 10px rgba(0,0,0,.1);--info-boxshadow:0 0 5px rgba(29,78,216,.37);--error-boxshadow:0 0 5px #f87171;}.lc-scoreboard input{border:1px solid var(--gray--200);border-radius:3px;height:42px;width:100%;padding:0 15px;}.lc-scoreboard button{height:42px;min-width:42px;border-radius:3px;transition:ease-in-out .3s all;padding:0 15px;position:relative;display:flex;justify-content:center;align-items:center;transition:all ease-in-out .3s;}.lc-scoreboard button.primary{background-color:var(--base--primary);border:1px solid var(--base--primary);color:var(--base--on-primary1);}.lc-scoreboard button.primary.disabled{background-color:var(--gray--400);border-color:var(--gray--400);pointer-events:none;}.lc-scoreboard button.primary:hover{background-color:var(--indigo--800);}.lc-scoreboard button.secondary{background-color:transparent;border:1px solid var(--gray--200);color:var(--base--on-surface1);}.lc-scoreboard button.secondary:hover{background-color:var(--gray--100);}.lc-scoreboard{color:var(--base--on-surface1);padding:10px;}.lc-scoreboard-section-group{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--gray--200);}.lc-scoreboard-section-group:last-child{border:0;margin:0;padding-bottom:15px;}.lc-scoreboard-section{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;min-height:30px;}.lc-scoreboard-section-information{display:inline-flex;align-items:center;font:var(--bold--sm-text);}.lc-scoreboard-section-information i{margin-right:5px;}.lc-scoreboard-section-pill{font:var(--regular--xs-text);color:var(--base--on-surface2);margin-left:5px;}.lc-scoreboard-input-group{width:49%;}.lc-scoreboard-input-group-label{color:var(--base--on-surface2);font:var(--regular--xs-text);margin-bottom:7px;}.lc-scoreboard-checkbox{align-items:center;display:inline-flex;cursor:pointer;}.lc-scoreboard-checkbox i{margin-right:5px;border-radius:4px;transition:all ease-in-out .3s;}.lc-scoreboard-checkbox span{font:var(--regular--sm-text);}.lc-scoreboard-checkbox:hover i{background-color:var(--gray--100);}.lc-scoreboard-radio{display:flex;}.lc-scoreboard-radio-button{align-items:center;display:flex;cursor:pointer;margin-right:20px;}.lc-scoreboard-radio-button i{margin-right:5px;border-radius:10px;transition:all ease-in-out .3s;}.lc-scoreboard-radio-button span{font:var(--regular--sm-text);}.lc-scoreboard-radio-button:hover i{background-color:var(--gray--100);}.lc-scoreboard-image{height:42px;width:42px;position:relative;flex-shrink:0;margin-right:8px;cursor:pointer;}.lc-scoreboard-image div{border:1px dashed var(--gray--200);display:inline-flex;justify-content:center;align-items:center;border-radius:5px;height:100%;width:100%;color:var(--gray--400);}.lc-scoreboard-image img{width:100%;}.lc-scoreboard-score{position:relative;}.lc-scoreboard-score-input{padding:5px 25px 5px 5px !important;border:1px solid var(--gray--200);border-radius:3px;height:42px;width:100%;display:flex;align-items:center;}.lc-scoreboard-score-adjuster{display:flex;flex-direction:column;justify-content:center;height:100%;position:absolute;right:0;top:0;}.lc-scoreboard-score-adjuster span{cursor:pointer;display:inline-flex;padding:1px 10px;}.lc-scoreboard-score-adjuster span.disabled{pointer-events:none;opacity:.7;}.lc-scoreboard-connected-title{display:flex;flex-direction:column;font-weight:700;}.lc-scoreboard-connected-title i{font-size:20px;margin-bottom:5px;}.lc-scoreboard-empty-state{font:var(--italic--sm-text);color:var(--base--on-surface2);padding:10px;text-align:center;}
/*End extension CSS 10499, Scoreboard support*/

/*Begin extension CSS 13912, New Video*/
.lc-video-stream {
  position: relative;
  height: 303px;
}
.lc-video-stream iframe {
  position: relative !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lc-video-stream .bunny-video-info {
  display: none;
}
/*End extension CSS 13912, New Video*/

/*Begin extension CSS 15211, 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 15211, User Contribution*/

/*Begin extension CSS 16203, Link Card 2.0*/
.ncpost-link-card {
    margin: 15px 0;
    border: 1px solid #E1E1E1;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    text-decoration: unset;
    padding: 20px;
}

.ncpost-link-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
}

.ncpost-link-card img {
    width: 180px;
    height: 100%;
    object-fit: cover;
}

.ncpost-link-card-info-title {
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
    margin-bottom: 3px;
    color: #222;
}

.ncpost-link-card-info-site {
    color: #1E1E1E;
    font-size: 14px;
    margin-bottom: 10px;
}

.ncpost-link-card-info-description {
    color: #7C7C7C;
    font-weight: 400;
    font-size: 13px;
    text-decoration: unset;
}

/*End extension CSS 16203, Link Card 2.0*/

/*Begin extension CSS 18351, Ritzau widget scoreboard renderer*/

/*End extension CSS 18351, Ritzau widget scoreboard renderer*/


.nc-lc-extensions-css{ display: block }