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

.listInline>li {
    display: inline;
    margin: 0;
    padding: 0
}

.listInline.listInline--bullet>li:before {
    content: "\00B7\20"
}

.listInline.listInline--bullet>li:first-child:before {
    content: "";
    display: none
}

.block {
    margin-bottom: 20px
}

.block-container {
    border-radius: 8px
}

@media (min-width: 650px) {
    .block-container:not(.block-container--noStripRadius)>:first-child {
        border-top-left-radius:7px;
        border-top-right-radius: 7px
    }

    .block-container:not(.block-container--noStripRadius)>:last-child {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px
    }
}

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

.block-row {
    margin: 0;
    padding: 6px 10px
}

.block-row:before,.block-row:after {
    content: " ";
    display: table
}

.block-row:after {
    clear: both
}

.block-row.block-row--separated {
    padding-top: 12px;
    padding-bottom: 12px
}

.block-row.block-row--separated+.block-row {
    border-top: 1px solid rgba(247,247,247,0.045)
}

.fauxBlockLink {
    position: relative
}

.fauxBlockLink a {
    position: relative;
    z-index: 2
}

.buttonGroup {
    display: inline-block;
    vertical-align: top
}

.buttonGroup:before,.buttonGroup:after {
    content: " ";
    display: table
}

.buttonGroup:after {
    clear: both
}

.buttonGroup>.buttonGroup-buttonWrapper {
    float: left
}

:-moz-meter-optimum::-moz-meter-bar {
    background: #63b265
}

:-moz-meter-sub-optimum::-moz-meter-bar {
    background: #dcda54
}

:-moz-meter-sub-sub-optimum::-moz-meter-bar {
    background: #c84448
}

:root {
    --input-border-heavy: rgba(255,255,255,0.12);
    --input-border-light: rgba(247,247,247,0.045)
}

@supports (backdrop-filter: blur(10px)) or (-webkit-backdrop-filter: blur(10px)) {

    @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    }

    @supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    }
}

.menu {
    display: none;
    opacity: 0;
    transform: translateY(30px) rotate3d(1, 1, 0, 30deg);
    -webkit-transition: all .25s ease, -xf-opacity .25s ease;
    transition: all .25s ease, -xf-opacity .25s ease;
    position: absolute;
    z-index: 200;
    margin: 8px 0 0;
    min-width: 240px;
    max-width: 320px;
    border-radius: 8px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.12)
}

.menu-content {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    font-size: 13px;
    padding: 10px;
    border-radius: 8px
}

.menu-content>:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.menu-header {
    position: relative;
    padding: 6px 15px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 2px solid rgba(255,255,255,0.045);
    text-transform: uppercase;
    margin-bottom: 3px
}

.menu-header:before,.menu-header:after {
    content: " ";
    display: table
}

.menu-header:after {
    clear: both
}

.menu-header::after {
    content: '';
    height: 3px;
    width: 35px;
    background-color: currentColor;
    display: block;
    clip-path: polygon(0 0, calc(95%) 0, 100% 100%, 100% 100%, 0 100%);
    margin-top: 6px
}

.menu-row {
    margin: 0;
    padding: 6px 15px;
    border-radius: 8px
}

.menu-row:before,.menu-row:after {
    content: " ";
    display: table
}

.menu-row:after {
    clear: both
}

.tabs-tab {
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

.tabs-tab:hover {
    text-decoration: none
}

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

.tabPanes>li {
    display: none
}

.tabPanes>li.is-active {
    display: block
}

.avatar {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    vertical-align: top;
    overflow: hidden
}

.avatar img {
    background-color: #252836
}

.avatar:hover {
    text-decoration: none
}

.avatar.avatar--s {
    width: 48px;
    height: 48px;
    font-size: 29px
}

.avatar.avatar--l {
    width: 192px;
    height: 192px;
    font-size: 115px
}
.ava::before,
.ava::after {
    content: none !important;
}
.avatar img:not(.cropImage) {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
    border-radius: inherit;
    width: 100%;
    height: 100%
}

.avatarWrapper {
    display: inline-block;
    position: relative
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
}

@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
}

.contentRow {
    display: flex
}

.contentRow-figure {
    vertical-align: top;
    white-space: nowrap;
    word-wrap: normal;
    text-align: center
}

.contentRow-figure img,.contentRow-figure .avatar {
    vertical-align: bottom
}

.contentRow-main {
    flex: 1;
    min-width: 0;
    vertical-align: top;
    padding-left: 10px
}

.contentRow-main:before {
    content: '';
    display: block;
    margin-top: -.18em
}

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

.contentRow-minor {
    font-size: 13px;
}

.contentRow-minor.contentRow-minor--hideLinks a {
    color: inherit;
    text-decoration: none
}

.contentRow-minor.contentRow-minor--hideLinks a:hover {
    text-decoration: underline
}

@media (max-width: 480px) {

    .contentRow-figure .avatar--s {
        width: 32px;
        height: 32px;
        font-size: 19px
    }
}

.memberProfileBanner {
    background-size: cover !important;
    background-position-x: center !important;
    background-repeat: no-repeat !important
}

.avatar:not(.avatar--default--dynamic) {
    position: relative;
    overflow: initial;
    margin: 3px
}

.avatar:not(.avatar--default--dynamic) img {
    position: relative;
    box-shadow: 0 0 0 3px #252836;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 2
}

.avatar:not(.avatar--default--dynamic):hover img {
    box-shadow: 0 0 0 0 #252836
}

.avatar:not(.avatar--default--dynamic)::after {
    content: '';
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    /*background: linear-gradient(45deg, #6757d6, #df204d);*/
    position: absolute;
    top: -5px;
    border-radius: 500px;
    z-index: 1;
    left: -5px
}

@charset "UTF-8"; /********* public:attachments.less ********/

@supports (display: grid) {
}

@supports (backdrop-filter: blur(3px)) or (-webkit-backdrop-filter: blur(3px)) {
    @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
    }

    @supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    }
}

.memberHeader:before,.memberHeader:after {
    content: " ";
    display: table
}

.memberHeader:after {
    clear: both
}

.memberHeader-main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(242,244,255,0.04);
    border-bottom: 1px solid rgba(247,247,247,0.045)
}

.memberHeader-mainContent {
    position: relative
}

.memberHeader-avatar {
    position: absolute;
    padding: 10px
}

.memberHeader-content {
    padding: 10px;
    padding-left: 225px
}

.memberHeader-actionTop {
    float: right
}

.memberHeader-name {
    margin: 0;
    margin-top: -.15em;
    padding: 0;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    font-weight: 500
}


.memberHeader-banners,.memberHeader-blurb {
    margin-top: 3px
}

.memberHeader-separator {
    margin: 10px 0;
    border: none;
    border-top: 1px solid rgba(247,247,247,0.045)
}

.memberHeader-stats {
    font-size: 17px
}

@media (max-width: 650px) {
    .memberHeader-avatar .avatar {
        width:96px;
        height: 96px;
        font-size: 58px
    }

    .memberHeader-content {
        padding-left: 116px
    }
}

@media (max-width: 480px) {
    .memberHeader-avatar {
        display:block;
        position: static;
        float: none;
        padding-bottom: 0;
        text-align: center
    }

    .memberHeader-content {
        padding-left: 10px
    }

    .memberHeader-main .memberHeader-content {
        display: flex;
        flex-direction: column;
        padding-top: 0;
        min-height: 0;
        text-align: center
    }

    .memberHeader-name {
        text-align: center;
        margin-top: 0
    }

    .memberHeader-actionTop {
        float: none;
        order: 2;
        margin-top: 3px
    }

    .memberHeader-banners,.memberHeader-blurb {
        text-align: inherit
    }
}

/********* public:message.less ********/

@supports (display: grid) {
}

.pairs {
    padding: 0;
    margin: 0;
    overflow: hidden
}

.pairs>dt {
    padding: 0;
    margin: 0;
    color: var(--none-color-description);
}

.pairs>dt:after {
    content: ":"
}

.pairs>dd {
    padding: 0;
    margin: 0;
    color: var(--none-color-description-mini);
}

.pairs.pairs--inline {
    display: inline
}

.pairs.pairs--inline>dt,.pairs.pairs--inline>dd {
    display: inline
}

.pairs.pairs--rows {
    display: inline-table;
    margin-right: 6px
}

.pairs.pairs--rows.pairs--rows--centered>dt,.pairs.pairs--rows.pairs--rows--centered>dd {
    text-align: center
}

.pairs.pairs--rows:last-of-type {
    margin-right: 0
}

.pairs.pairs--rows>dt {
    display: table-row;
    font-size: 80%
}

.pairs.pairs--rows>dt:after {
    content: '';
    display: none
}

.pairs.pairs--rows>dd {
    display: table-row
}

.pairJustifier {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -5px;
    margin-bottom: -5px
}

.pairJustifier .pairs.pairs--rows {
    margin-right: 5px;
    margin-bottom: 5px
}

