@charset "UTF-8"; /********* public:nf_tickets_filters.less ********/
@media (max-width: 650px) {
    .ticket-filters--not .filterBar-filterToggle-label {
        display:inline
    }
}

/********* public:notices.less ********/
.notices {
    list-style: none;
    margin: 0;
    padding: 0
}

.notices.notices--block .notice {
    margin-bottom: 15px
}

.notices.notices--floating {
    margin: 0 20px 0 auto;
    width: 300px;
    max-width: 100%;
    z-index: 800
}

@media (max-width: 340px) {
    .notices.notices--floating {
        margin-right:10px
    }
}

.notices.notices--floating .notice {
    margin-bottom: 20px
}

.notices.notices--scrolling {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1.5px solid #f5f7fa;
    border-top-color: #616e7c;
    border-right-color: #616e7c;
    border-bottom-color: #616e7c;
    border-left-color: #616e7c;
    margin-bottom: 15px
}

.notices.notices--scrolling.notices--isMulti {
    margin-bottom: 35px
}

.notices.notices--scrolling .notice {
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    border: none
}

.noticeScrollContainer {
    margin-bottom: 15px
}

.noticeScrollContainer .lSSlideWrapper {
    border: 1.5px solid #f5f7fa;
    border-top-color: #616e7c;
    border-right-color: #616e7c;
    border-bottom-color: #616e7c;
    border-left-color: #616e7c
}

.noticeScrollContainer .notices.notices--scrolling {
    border: none;
    margin-bottom: 0
}

.notice {
    position: relative;
    border: 1.5px solid #f5f7fa;
    border-top-color: #616e7c;
    border-right-color: #616e7c;
    border-bottom-color: #616e7c;
    border-left-color: #616e7c
}

.notice:before,.notice:after {
    content: " ";
    display: table
}

.notice:after {
    clear: both
}

.notice.notice--primary {
    color: #f5f7fa;
    background: #1f2933
}

.notice.notice--accent {
    color: #f5f7fa;
    background: #32678d
}

.notice.notice--accent a:not(.button--notice) {
    color: #f5f7f0
}

.notice.notice--dark {
    color: #fefefe;
    border: none;
    background: #141414
}

.notice.notice--dark a:not(.button--notice) {
    color: #b4b4b4
}

.notice.notice--light {
    color: #141414;
    background: #fefefe
}

.notice.notice--light a:not(.button--notice) {
    color: #828282
}

.notice.notice--enablePush {
    display: none
}

@media (max-width: 900px) {
    .notice.notice--enablePush {
        padding:3px 3px 15px;
        font-size: 14px
    }
}

@media (max-width: 900px) {
    .notice.notice--cookie .notice-content {
        padding:3px 3px 15px;
        font-size: 12px
    }

    .notice.notice--cookie .notice-content .button--notice {
        font-size: 12px;
        padding: 3px 10px
    }

    .notice.notice--cookie .notice-content .button--notice .button-text {
        font-size: 12px
    }
}

.notices--block .notice {
    font-size: 16px;
    border-radius: 0px
}

.notices--floating .notice {
    font-size: 11px;
    border-radius: 0px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25)
}

.notices--floating .notice.notice--primary {
    background-color: rgba(31,41,51,0.8)
}

.notices--floating .notice.notice--accent {
    background-color: rgba(50,103,141,0.8)
}

.notices--floating .notice.notice--dark {
    background-color: rgba(20,20,20,0.8)
}

.notices--floating .notice.notice--light {
    background-color: rgba(254,254,254,0.8)
}

.has-js .notices--floating .notice {
    display: none
}

.notice.notice--hasImage .notice-content {
    margin-left: 78px;
    min-height: 78px
}

@media (max-width: 900px) {
    .notice.notice--hidewide:not(.is-vis-processed) {
        display:none;
        visibility: hidden
    }
}

@media (max-width: 650px) {
    .notice.notice--hidemedium:not(.is-vis-processed) {
        display:none;
        visibility: hidden
    }
}

@media (max-width: 480px) {
    .notice.notice--hidenarrow:not(.is-vis-processed) {
        display:none;
        visibility: hidden
    }
}

.notice-image {
    float: left;
    padding: 15px 0 15px 15px
}

.notice-image img {
    max-width: 48px;
    max-height: 48px
}

.notice-content {
    padding: 15px
}

.notice-content a.notice-dismiss {
    float: right;
    color: inherit;
    font-size: 16px;
    line-height: 1;
    height: 1em;
    box-sizing: content-box;
    padding: 0 0 5px 5px;
    opacity: .5;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    cursor: pointer
}

.notice-content a.notice-dismiss:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    width: .75em;
    display: inline-block;
    text-align: center
}

.notice-content a.notice-dismiss:hover {
    text-decoration: none;
    opacity: 1
}

.notices--floating .notice-content a.notice-dismiss {
    font-size: 14px
}

/********* public:structured_list.less ********/
.structItemContainer {
    border-collapse: collapse;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.structItemContainer>.structItem:first-child,.structItemContainer>.structItemContainer-group:first-child>.structItem:first-child {
    border-top: none
}

.structItem {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-top: 1.5px solid #1f2933;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.structItem.is-highlighted,.structItem.is-moderated {
    background: #1f2933
}

.structItem.is-deleted {
    opacity: .7
}

.structItem.is-deleted .structItem-title>* {
    text-decoration: line-through
}

.structItem.is-mod-selected {
    background: #323f4b;
    opacity: 1
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 12.5px
}

.structItem--middle .structItem-cell {
    vertical-align: middle
}

.structItem-cell.structItem-cell--vote {
    width: 65px
}

.structItem-cell.structItem-cell--icon {
    width: 61px;
    position: relative
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconExpanded {
    width: 73px
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd {
    width: 49px;
    padding-left: 6.25px
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd .structItem-iconContainer {
    padding-top: 10px
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconFixedSmall {
    width: 85px
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconFixedSmallest {
    width: 49px
}

.structItem-cell.structItem-cell--icon .solutionIcon {
    padding-left: 0;
    padding-right: 0
}

.structItem-cell.structItem-cell--meta {
    width: 135px
}

.structItem-cell.structItem-cell--latest {
    width: 190px;
    text-align: right
}

.structItem-iconContainer {
    position: relative
}

.structItem-iconContainer img {
    display: block;
    width: 100%
}

.structItem-iconContainer .avatar {
    width: 36px;
    height: 36px;
    font-size: 22px
}

.structItem-iconContainer .avatar.avatar--xxs {
    width: 24px;
    height: 24px;
    font-size: 14px
}

.structItem-iconContainer .structItem-secondaryIcon {
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 20px;
    height: 20px;
    font-size: 12px
}

.structItem-cell--iconExpanded .structItem-iconContainer .avatar {
    width: 48px;
    height: 48px;
    font-size: 29px
}

.structItem-cell--iconExpanded .structItem-iconContainer .structItem-secondaryIcon {
    width: 22px;
    height: 22px;
    font-size: 13px
}

.structItem-title {
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.structItem-title .label {
    font-weight: 400
}

.is-unread .structItem-title {
    font-weight: 700
}

.structItem-minor {
    font-size: 12px;
    color: #d9d9d9
}

.structItem-minor a {
    color: inherit;
    text-decoration: none
}

.structItem-minor a:hover {
    text-decoration: underline
}

.structItem-parts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline
}

.structItem-parts>li {
    display: inline;
    margin: 0;
    padding: 0
}

.structItem-parts>li:nth-child(even) {
    color: #b9b9b9
}

.structItem-parts>li:before {
    content: "\00B7\20"
}

.structItem-parts>li:first-child:before {
    content: "";
    display: none
}

.structItem-pageJump {
    margin-left: 8px;
    font-size: 11px
}

.structItem-pageJump a {
    color: #f5f7fa;
    background: #1f2933;
    border: 1.5px solid #616e7c;
    text-decoration: none;
    border-radius: 0px;
    padding: 0 3px;
    opacity: .5;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.structItem:hover .structItem-pageJump a,.has-touchevents .structItem-pageJump a {
    opacity: 1
}

.structItem-pageJump a:hover {
    text-decoration: none;
    color: #f5f7fa;
    background: #32678d
}

.structItem-statuses,.structItem-extraInfo {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right
}

.structItem-statuses>li,.structItem-extraInfo>li {
    float: left;
    margin-left: 8px
}

.structItem-statuses input[type=checkbox],.structItem-extraInfo input[type=checkbox] {
    vertical-align: -2px
}

.structItem-statuses .reactionSummary {
    vertical-align: -2px
}

.structItem-extraInfo .reactionSummary {
    vertical-align: middle
}

.structItem-status::before {
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 90%;
    color: #d9d9d9
}

.structItem-status--deleted::before {
    content: "\f2ed";
    width: .875em;
    display: inline-block;
    text-align: center
}

.structItem-status--locked::before {
    content: "\f023";
    width: .875em;
    display: inline-block;
    text-align: center
}

.structItem-status--moderated::before {
    content: "\f132";
    width: 1em;
    display: inline-block;
    text-align: center;
    color: #f5f7f0
}

.structItem-status--redirect::before {
    content: "\f08e";
    width: 1em;
    display: inline-block;
    text-align: center
}

.structItem-status--starred::before {
    content: "\f005";
    width: 1.125em;
    display: inline-block;
    text-align: center;
    color: #c6a800
}

.structItem-status--sticky::before {
    content: "\f08d";
    width: .75em;
    display: inline-block;
    text-align: center
}

.structItem-status--watched::before {
    content: "\f0f3";
    width: .875em;
    display: inline-block;
    text-align: center
}

.structItem-status--solved::before {
    content: "\f058";
    width: 1em;
    display: inline-block;
    text-align: center;
    color: #63b265
}

.structItem-status--attention::before {
    content: "\f0a1";
    width: 1.125em;
    display: inline-block;
    text-align: center;
    color: #f5f7f0
}

.structItem-status--upvoted::before {
    content: "\f164";
    width: 1em;
    display: inline-block;
    text-align: center
}

.structItem-status--downvoted::before {
    content: "\f165";
    width: 1em;
    display: inline-block;
    text-align: center
}

.structItem.structItem--note {
    background: #1f2933;
    color: #f5f7fa
}

.structItem.structItem--note .structItem-cell {
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    font-size: 12px;
    text-align: center
}

@media (max-width: 900px) {
    .structItem-cell {
        vertical-align:top
    }

    .structItem-cell.structItem-cell--meta {
        width: 115px;
        font-size: 12px
    }

    .structItem-cell.structItem-cell--latest {
        width: 140px;
        font-size: 12px
    }
}

@media (max-width: 650px) {
    .structItem-cell+.structItem-cell.structItem-cell--icon {
        padding-left:0;
        width: 48.5px
    }

    .structItem-cell.structItem-cell--main,.structItem-cell.structItem-cell--newThread {
        display: block;
        padding-bottom: .2em
    }

    .structItem-cell+.structItem-cell.structItem-cell--main,.structItem-cell+.structItem-cell.structItem-cell--newThread {
        padding-left: 0
    }

    .structItem-cell.structItem-cell--meta {
        display: block;
        width: auto;
        float: left;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        color: #d9d9d9
    }

    .structItem-cell.structItem-cell--meta .structItem-minor {
        display: none
    }

    .structItem-cell.structItem-cell--meta .pairs>dt,.structItem-cell.structItem-cell--meta .pairs>dd {
        display: inline;
        float: none;
        margin: 0
    }

    .structItem-cell.structItem-cell--latest {
        display: block;
        width: auto;
        float: left;
        padding-top: 0;
        padding-left: 0
    }

    .structItem-cell.structItem-cell--latest:before {
        content: "\00A0\00B7\20";
        color: #d9d9d9
    }

    .structItem-cell.structItem-cell--latest a {
        color: #d9d9d9
    }

    .structItem-cell.structItem-cell--latest .structItem-minor {
        display: none
    }

    .structItem-cell.structItem-cell--iconEnd {
        display: none
    }

    .structItem-pageJump,.structItem-extraInfoMinor {
        display: none
    }

    .is-unread .structItem-latestDate {
        font-weight: 400
    }
}

@media (max-width: 480px) {
    .structItem-parts .structItem-startDate {
        display:none
    }

    .structItem.structItem--quickCreate .structItem-cell--icon,.structItem.structItem--quickCreate .structItem-cell--vote {
        display: none
    }

    .structItem.structItem--quickCreate .structItem-cell--newThread {
        padding-left: 12.5px;
        padding-bottom: 12.5px
    }
}

/********* public:extra.less ********/
.solutionIcon.is-solution {
    color: #fff;
    opacity: 1
}

* {
    scrollbar-width: 12px;
    scrollbar-color: #373737 #4d5a67 !important
}

*::-webkit-scrollbar {
    width: 10px;
    overflow: scroll
}

*::-webkit-scrollbar-track {
    background-color: #4d5a67 !important
}

*::-webkit-scrollbar-thumb {
    background-color: #373737 !important;
    border-radius: 20px
}

.bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall {
    width: 250px
}

.bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall img {
    max-height: 150px
}

.bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall img {
    min-width: 250px
}

@media (max-width: 650px) {
    .bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall {
        width:auto
    }

    .bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall img {
        max-height: 50px
    }

    .bbCodeBlock--unfurl .contentRow-figure.contentRow-figure--fixedSmall img {
        min-width: 50px
    }
}

.categoryList-link.is-selected {
    color: white
}

.embedTabs .embedTabs-tab.has-selected .badge.badge--highlighted {
    color: #f5f7fa !important
}

.overlay {
    background-color: #3e4c59
}

.button.button--link,a.button.button--link {
    color: #fff;
    background: #323232;
    border-color: #444 !important
}

.button.button--link:hover,a.button.button--link:hover,.button.button--link:active,a.button.button--link:active,.button.button--link:focus,a.button.button--link:focus {
    text-decoration: none;
    background: #444;
    border-color: transparent !important
}

.p-header-logo {
    margin-left: auto
}

.block.block--category .block-header {
    background: #4b5966
}

.userBanner.userBanner--staff,.userBanner.userBanner--primary {
    color: #f5f7fa;
    background: #3e4c59;
    border-color: #1f2933
}

.select2 .select2-selection ul .select2-search .select2-search__field {
    color: #f5f7fa
}

.select2-results__options li {
    background-color: #32678d
}
