@charset "UTF-8";

/********* public:node_list.less ********/
.node+.node {
    border-top: 1px solid hsla(var(--xf-borderColorFaint))
}

.node-body {
    display: table;
    table-layout: fixed;
    width: 100%
}

.node-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 46px;
    padding: 10px 0 10px 10px
}

.node-icon i {
    display: block;
    color: hsla(var(--xf-nodeIconReadColor));
    line-height: 1.125;
    font-size: 36px
}

.node--unread .node-icon i {
    opacity: 1;
    color: hsla(var(--xf-nodeIconUnreadColor))
}

.node-main {
    display: table-cell;
    vertical-align: middle;
    padding: 10px
}

.node-stats {
    display: table-cell;
    width: 140px;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0
}

.node-stats>dl.pairs.pairs--rows {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 3px
}

.node-stats>dl.pairs.pairs--rows:first-child {
    padding-left: 0
}

.node-stats>dl.pairs.pairs--rows:last-child {
    padding-right: 0
}

.node-stats.node-stats--single {
    width: 100px
}

.node-stats.node-stats--single>dl.pairs.pairs--rows {
    width: 100%;
    float: none
}

.node-stats.node-stats--triple {
    width: 240px
}

.node-stats.node-stats--triple>dl.pairs.pairs--rows {
    width: 33.333%
}

@media (max-width:1000px) {
    .node-stats {
        display: none
    }
}

.node-extra {
    display: table-cell;
    vertical-align: middle;
    width: 280px;
    padding: 10px;
    font-size: 13px
}

.node-extra-row {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    color: hsla(var(--xf-textColorMuted))
}

.node-extra-icon {
    padding-right: 10px;
    float: left
}

.node-extra-icon .avatar {
    width: 36px;
    height: 36px;
    font-size: 22px
}

.node-title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 400
}

.node--unread .node-title {
    font-weight: 700
}

.node-description {
    font-size: 13px;
    color: hsla(var(--xf-textColorDimmed))
}

.has-js:not(.has-touchevents) .node-description.node-description--tooltip {
    display: none
}

.node-meta {
    font-size: 13px
}

.node-statsMeta {
    display: none
}

@media (max-width:1000px) {
    .node-statsMeta {
        display: inline
    }
}

.node-bonus {
    font-size: 13px;
    color: hsla(var(--xf-textColorMuted));
    text-align: right
}

.node-subNodesFlat {
    font-size: 13px;
    margin-top: .3em
}

.node-subNodesFlat .node-subNodesLabel {
    display: none
}

.node-subNodeMenu {
    display: inline
}

.node-subNodeMenu .menuTrigger {
    color: hsla(var(--xf-textColorMuted))
}

@media (max-width:650px) {
    .node-main {
        display: block;
        width: auto
    }

    .node--link .node-main,
    .node--page .node-main {
        display: table-cell
    }

    .node-extra {
        display: block;
        width: auto;
        margin-top: -4px;
        padding-top: 0
    }

    .node-extra-row {
        display: inline-block;
        vertical-align: top;
        max-width: 100%
    }

    .node-extra-icon {
        display: none
    }

    .node-description,
    .node-stats,
    .node-subNodesFlat {
        display: none
    }
}

@media (max-width:480px) {
    .node-subNodeMenu {
        display: none
    }
}

.subNodeLink:before,
.subNodeLink .subNodeLink-icon {
    display: inline-block;
    width: 1.28571429em;
    margin-right: .3em;
    text-decoration: none;
    text-align: center;
    color: hsla(var(--xf-nodeIconReadColor))
}

.subNodeLink:hover:before:before,
.subNodeLink:hover:before .subNodeLink-icon {
    text-decoration: none
}

.subNodeLink.subNodeLink--unread {
    font-weight: 700
}

.subNodeLink.subNodeLink--unread:before,
.subNodeLink.subNodeLink--unread .subNodeLink-icon {
    color: hsla(var(--xf-nodeIconUnreadColor))
}

.subNodeLink.subNodeLink--category:before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: 1.28571429em;
    mask: url('/styles/fa/regular/comments.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/comments.svg?v=5.15.3') no-repeat center
}

.subNodeLink.subNodeLink--page:before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: 1.28571429em;
    mask: url('/styles/fa/regular/file-alt.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/file-alt.svg?v=5.15.3') no-repeat center
}

.subNodeLink.subNodeLink--link:before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: 1.28571429em;
    mask: url('/styles/fa/regular/link.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/link.svg?v=5.15.3') no-repeat center
}

.subNodeLink.subNodeLink--search::before {
    display: inline-block;
    content: "";
    height: 1em;
    vertical-align: -0.125em;
    background-color: currentColor;
    width: 1.28571429em;
    mask: url('/styles/fa/regular/search.svg?v=5.15.3') no-repeat center;
    -webkit-mask: url('/styles/fa/regular/search.svg?v=5.15.3') no-repeat center
}

.node-subNodeFlatList {
    list-style: none;
    margin: 0;
    padding: 0
}

.node-subNodeFlatList:before,
.node-subNodeFlatList:after {
    content: " ";
    display: table
}

.node-subNodeFlatList:after {
    clear: both
}

.node-subNodeFlatList>li {
    display: inline-block;
    margin-right: 1em
}

.node-subNodeFlatList>li:last-child {
    margin-right: 0
}

.node-subNodeFlatList ol,
.node-subNodeFlatList ul,
.node-subNodeFlatList .node-subNodes {
    display: none
}

.subNodeMenu {
    list-style: none;
    margin: 0;
    padding: 0
}

.subNodeMenu ol,
.subNodeMenu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.subNodeMenu .subNodeLink {
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    cursor: pointer
}

.subNodeMenu .subNodeLink:hover {
    text-decoration: none;
    background: hsla(var(--xf-contentHighlightBg))
}

.subNodeMenu li li .subNodeLink {
    padding-left: 1.5em
}

.subNodeMenu li li li .subNodeLink {
    padding-left: 3em
}

.subNodeMenu li li li li .subNodeLink {
    padding-left: 4.5em
}

.subNodeMenu li li li li li .subNodeLink {
    padding-left: 6em
}

.subNodeMenu li li li li li li .subNodeLink {
    padding-left: 7.5em
}

/********* public:xenbg_custom_user_widget.less ********/
.visitor-panel-new {
    background: hsla(var(--xf-contentBg));
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid hsla(var(--xf-borderColor))
}

.visitor-panel-new .visitor {
    text-align: center;
    min-height: 100px
}

.visitor-panel-new .visitor .cuw-header {
    width: 100%;
    height: 1.5rem;
    border-radius: 4px;
    margin-bottom: 0.2rem;
    background: hsla(var(--xf-contentAltBg))
}

.visitor-panel-new .visitor .cuw-header .memberProfileBanner {
    height: 100%
}

.visitor-panel-new .visitor .cuw-header .welcome {
    font-size: 15px;
    color: hsla(var(--xf-textColor))
}

.visitor-panel-new .visitor .userBanner {
    padding: .15rem .3rem;
    margin: 0.3rem
}

.visitor-panel-new .avatar {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid hsl(0, 0%, 80%);
    font-size: 50px;
    margin-left: 0.6rem;
    margin-top: 0.4rem
}

.visitor-panel-new .cuw-info-table {
    display: block;
    padding: 1px 8px 3px
}

.visitor-panel-new .cuwfotroll {
    width: 100%;
    text-align: center;
    border-top: 1px solid hsla(var(--xf-borderColor));
    background-color: hsla(var(--xf-contentAltBg))
}

.visitor-panel-new .cuwFooter {
    background-color: hsla(var(--xf-contentAltBg));
    font-size: 13px;
    padding: 1px 16px 2px
}

.visitor-panel-new .customClockCell {
    align-content: center;
    padding: 1px;
    border-top: 1px solid hsla(var(--xf-borderColor));
    background-color: hsla(var(--xf-contentAltBg));
    display: block;
    min-width: 100px;
    text-align: center
}

/********* public:extra.less ********/
.p-sectionLinks {
    display: none
}

.p-staffBar-custom {
    height: 34px;
    backdrop-filter: blur(8px)
}

[data-logged-in="true"] .p-staffBar-custom {
    display: none
}

.custom-header {
    background-image: url(https://i.ibb.co/sQRdJT6/header-bg-3.png);
    background-position: center
}

.p-nav {
    position: relative;
    padding: 8px 0px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.p-nav::before {
    border-top: 1px solid hsla(0, 0%, 0%, .2);
    border-bottom: 1px solid hsla(0, 0%, 0%, .2);
    background: hsla(0, 0%, 0%, .2);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.p-nav-inner {
    z-index: 1;
    position: relative
}

.p-header-content {
    padding: 42.5px 0px
}

.block-container {
    border-color: hsla(211, 51%, 90%, .2) !important
}

.block-header,
.block-filterBar {
    padding: 13.8px 20px;
    border-bottom: 1px solid hsla(211, 51%, 90%, .2) !important;
    font-size: 13.4px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(https://i.ibb.co/4RqLNWc/slate-jpg-f990553e3e6ce5ab97e2c5d67d11dea0.jpg);
    background-position: 50% 50%;
    background-size: auto, cover
}

.block-minorHeader {
    background-image: url(https://i.ibb.co/4RqLNWc/slate-jpg-f990553e3e6ce5ab97e2c5d67d11dea0.jpg);
    font-size: 11.5px;
    text-transform: initial;
    color: #fff;
    padding: 13.8px 20px
}

.block-header a {
    color: #fff
}

.block-footer {
    background: #222;
    border-top: 1px solid hsla(211, 51%, 90%, .2) !important
}

.p-nav-list .p-navEl,
.p-navgroup-link {
    color: hsla(0, 0%, 100%, .7) !important
}

.pairs>dt,
.node-extra-row {
    color: #939dac
}

.p-nav-opposite {
    font-size: 11.6px
}

.node-title {
    font-weight: bold !important;
    font-size: 12.5px !important
}

.node-title a,
.node-subNodeMenu .menuTrigger {
    color: #fff
}

.node-body {
    padding: 8px 0px
}

.p-breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    border: 1px solid hsla(211, 51%, 90%, .2);
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px
}

.block-body.block-row.custom-stats {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    font-size: 11.5px
}

.block-body.block-row.custom-stats .pairs.pairs--justified>dt {
    float: none;
    margin-right: 0
}

.block-body.block-row.custom-stats .pairs.pairs--justified>dd {
    float: none;
    text-align: center;
    max-width: 100%;
    font-size: 17.8px;
    font-weight: bold
}

.p-footer-inner,
.p-breadcrumbs.p-breadcrumbs--bottom {
    display: none
}

[data-widget-section="staffMembers"],
[data-widget-key="forum_overview_members_online"] .block-footer {
    display: none
}

[data-widget-key="forum_overview_members_online"] .block-row.block-row--minor {
    padding: 20px
}

html.theme-dark .tv-embed-widget-wrapper__body {
    background: transparent;
    border-color: #434651
}

@media (max-width:650px) {
    .p-staffBar-custom {
        display: none
    }
}

.offCanvasMenu--nav .offCanvasMenu-content {
    background: #333
}

a.cxf-button.button--link {
    white-space: normal !important;
    display: block
}

span.cxf-cb-icon {
    padding-left: 5px
}

@media (max-width:650px) {
    a.cxf-button.button--link {
        display: none
    }
}


.custom-link-displayer {
    border: 1px solid hsla(211, 51%, 90%, .2);
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
}

.custom-link-container {
    max-width: 600px;
    margin: 0 auto;
}

.custom-link-title {
    color: #e6e6e6;
    /* Light text color */
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
}

.custom-link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.custom-link-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
    /* Slight hover effect */
}