@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700&display=swap");
:root {
    --primary-purple: #97238b;
    --secondary-purple: #841F7A;
    --primary-purple-shadow-btn: 4px 7px 12px 0 rgba(151, 35, 139, .2);
    --primary-blue: #00beff;
    --secondary-blue: #00B8F5;
    --primary-blue-shadow-btn: 4px 7px 12px 0 rgb(0, 190, 255, .2);
    --primary-blue-overlay: rgba(0, 191, 255, .9);
    --header: #1d2333;
    --dark-grey: #1d2333;
    --bg-grey: #161b28;
    --header-icon: var(--white);
    --green: #40d04f;
    --secondary-green: #2CB539;
    --white: #fff;
    --warning: #FF9233;
    --grey: #9aa4bf;
    --danger: #FF3333;
    --soft-grey: #21283b;
    --border-grey: #3f485f;
}

*, :after, :before {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    box-sizing: border-box
}

:after, :before {
    display: block
}

/* custom */

.rounded-12-top {
    border-radius: 12px 12px 0 0!important;
}

.text-white {
    fill: var(--white)!important;
    color: var(--white)!important;
}

.text-purple {
    fill: var(--primary-purple)!important;
    color: var(--primary-purple)!important;
}

.text-green {
    fill: var(--primary-blue)!important;
    color: var(--primary-blue)!important;
}

.text-pink {
    fill: #e22373!important;
    color: #e22373!important;
}

.text-yellow {
    fill: #ebba1d!important;
    color: #ebba1d!important;
}

.f-1rem {
    font-size: 1rem!important;
}

.f-125rem {
    font-size: 1.25rem!important;
}

.lh-2 {
    line-height: 2rem!important;
}

.w-180 {
    width: 180px!important;
}

.w-58 {
    width: 58px!important;
}

.b-bottom {
    border-bottom: 1px solid rgba(97, 106, 130, 0.2);
}

.button.green {
    background-color: var(--green)!important;
}

.button.green:hover, .button.green:active, .button.green:focus {
    background-color: var(--secondary-green)!important;
}

#navigation-widget-small-right .menu .menu-item {
    padding: .25rem .5rem;
}

#navigation-widget-small-right .menu .menu-item .menu-item-link:hover {
    background-color: transparent;
}

#navigation-widget-small-right .menu .menu-item .menu-item-link:hover .menu-item-title {
    color: var(--white);
}

#navigation-widget-small-right .menu-item-link-icon {
    left: 35%;
    top: 10%;
}

#navigation-widget-small-right .menu-item-title {
    color: #616a82;
    font-size: 12px;
    position: absolute;
    top: 75%;
    width: 100%;
    text-align: center;
    line-height: 14px !important;
}

.user-preview-actions .icon-check {
    fill: var(--primary-blue);
    width: 20px;
    height: 20px;
}

.section-filters-bar.v6 .section-filters-bar-actions.with-button {
    justify-content: space-between;
}

.form-row .switch-option-title {
    font-size: .875rem;
    font-weight: 700;
}

.form-row .switch-option-text {
    margin-top: 4px;
    color: #8f91ac;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.button.requested {
    font-size: 1rem!important;
    font-weight: 500!important;
}

.button.requested .icon-requested {
    width: 20px;
    height: 20px;
    fill: #9aa4bf!important;
}

.button.requested:hover .icon-requested {
    fill: var(--white)!important;
}

.button.void.void-primary.requested:hover {
    background-color: var(--primary-blue);
}

.icon-bracket, .icon-megaphone, .icon-award {
    fill: #616a82;
    width: 22px;
    height: 22px;
}

.icon-controller {
    fill: #616a82;
    width: 22px!important;
    height: 22px!important;
}

.icon-links {
    fill: var(--white);
    width: 22px;
    height: 22px;
}

.icon-custom {
    width: 22px!important;
    height: 22px!important;
}

.form-caption {
    color: #8f91ac;
    font-weight: 600;
    font-size: .875rem;
    font-family: Rajdhani, sans-serif;
}

.action-item.dark:hover .action-item-icon.icon-settings {
    fill: var(--primary-blue);
}

.login-option {
    margin-top: 1rem;
    font-size: .875rem!important;
    font-weight: 600!important;
}

.section-filters-bar.rounded-top {
    border-radius: 12px 12px 0px 0px!important;
}

.row.content {
    margin-left: 0px;
    margin-right: 0px;
}

.row.content [class^="col-"] {
    padding: 0;
}

.widget-box-content.scroll {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup-box.medium {
    max-width: 565px
}

.line {
    height: 1px;
    width: 100%;
    margin: 1.5rem 0;
    background-color: rgba(63, 72, 95, .5);
}

.w-80px {
    width: 80px!important;
}

.icon-trophy-chart {
    width: 40px!important;
    height: 40px!important;
    fill: var(--white)!important;
}

.px-15 {
    padding-right: 15px!important;
    padding-left: 15px!important;
}

.highlighted {
    color: var(--primary-blue)!important;
}

.button.topup {
    height: unset!important;
    box-shadow: none!important;
    line-height: 32px!important;
    color: var(--green)!important;
    background-color: transparent!important;
    border: 1px solid var(--green)!important;
}

.button.topup:hover {
    color: var(--white)!important;
    background-color: var(--green)!important;
}

.widget-box-description {
    margin: .75rem 0 1rem 0;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.4285714286em
}

.image-universal {
    width: 75px;
    height: 75px;
    margin-bottom: 1rem;
}

@media (max-width: 1060px) {
    .section-filters-bar.v6-2 .form-item.split .form-select {
        width: 260px;
    }
}

@media (max-width: 960px) {
    .section-filters-bar-actions.button-create .button {
        width: 100%!important;
        margin-left: 0!important;
        margin-top: 2rem!important;
    }
}

/* custom */

/* no data */

.no-data {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.no-data .image {
    width: 100%;
    height: auto;
    max-width: 100px;
}

.no-data .title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.no-data .description {
    font-size: 1rem;
    font-weight: 500;
    color: #616a82;
    text-transform: capitalize;
}

/* /no data */

/* table */

.table.table-balance .table-column:first-child .table-text, .table.table-balance .table-header-column:first-child .table-text {
    width: 100px
}

.table.table-balance .table-column:nth-child(2) .table-link, .table.table-balance .table-header-column:nth-child(2) .table-link {
    width: 210px
}

.table.table-balance .table-column:last-child {
    width: 16px
}

.table.table-balance .table-row:first-child {
    height: 55px
}

.table.table-balance .table-row:first-child .table-column {
    padding-top: 15px
}

.table.table-balance .table-row:last-child {
    height: 55px
}

.table.table-balance .table-row:last-child .table-column {
    padding-bottom: 15px
}

.table.balance {
    margin-top: 0!important;
}

.table.balance .table-header {
    background-color: var(--header)!important;
}

.table.balance .table-body .table-row:first-child .table-column:first-child {
    border-top-left-radius: 0px;
}

.table.balance .table-body .table-row:first-child .table-column:last-child {
    border-top-right-radius: 0px;
}

.rounded-bot-only {
    border-radius: 0 0 12px 12px!important;
}

/* /table */

/* upload box */

.upload-box:hover {
    transform: translateY(0px)!important;
}

.upload-box.active {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.upload-box:hover {
    background-blend-mode: soft-light;
}

.upload-box.active .upload-box-icon, .upload-box.active .upload-box-title, .upload-box.active .upload-box-text {
    display: none;
}

.upload-box.active:hover .upload-box-icon, .upload-box.active:hover .upload-box-title, .upload-box.active:hover .upload-box-text {
    display: block;
}

.upload-box .upload-box-text {
    margin-top: 1rem!important;
}

.label-upload {
    width: 300px;
    height: 130px;
    cursor: pointer;
    position: absolute;
}

.upload-box#logo-box {
    width: 150px;
    height: 150px;
}

.upload-box#logo-box .label-upload {
    width: 130px;
    height: 130px;
}

.upload-box#avatar-box {
    padding-top: 55px;
    width: 200px;
    height: 200px;
}

.upload-box#cover-box {
    padding-top: 55px;
    width: 100%;
    height: 200px;
}

/* upload box */

/* team */

.team-settings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 30px;
    cursor: pointer
}

.team-game {
    margin-top: 1rem;
    padding-left: 14px;
    font-size: .75rem;
    font-weight: 700;
    position: relative
}

.team-game:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #3e3f5e;
    position: absolute;
    top: 1px;
    left: 0
}

.team-game.digital:before {
    border-color: #00e2cb
}

.team-game.detail {
    font-size: 1rem;
    text-transform: uppercase;
}

.team-game.detail:before {
    top: 3px;
}

@media screen and (max-width:1365px) {
    .team-game.detail {
        display: flex;
        justify-content: center;
    }
    .team-game.detail:before {
        position: relative;
        margin-right: .5rem;
    }
}

/* team */

/* game filter */

.filters-game input[type=text] {
    cursor: pointer;
    height: 48px;
}

.filters-game:hover .list-game {
    opacity: 1;
    visibility: visible;
}

.list-game {
    width: 100%;
    height: auto;
    opacity: 0;
    padding: 0 .75rem;
    margin-top: .1rem;
    visibility: hidden;
    position: relative;
    border-radius: 12px;
    z-index: 999999999999;
    background-color: var(--bg-grey);
    overflow-y: scroll;
    max-height: 300px;
    scrollbar-width: thin;
}

.list-game::-webkit-scrollbar {
    width: 9px;
}

.list-game::-webkit-scrollbar-track {
    background: var(--bg-grey);
}

.list-game::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 3px solid var(--bg-grey);
    background-color: rgba(63, 72, 95, .3);
}

.list-game .game {
    display: flex;
    padding: 1rem 0;
    cursor: pointer;
    align-items: center;
    border-bottom: 1px solid rgba(63, 72, 95, .3);
}

.list-game .game:last-child {
    border-bottom: none;
}

.list-game .game img {
    width: 69px;
    height: 69px;
    margin-right: 1rem;
}

.list-game .game p {
    font-weight: 700;
    font-size: 1rem;
}

/* game filter */

/* tournament */

.tournament-list {
    height: 100%;
    position: relative;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.tournament-list .tournament-image {
    height: 180px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.tournament-list .tournament-info {
    padding: 28px;
    min-height: 450px;
    position: relative;
}

.tournament-list .tournament-info .text-sticker {
    position: absolute;
    top: -14px;
    right: 14px
}

.tournament-info .text-sticker.yellow {
    background: var(--primary-purple);
}

.tournament-info .text-sticker.green {
    background: var(--green);
}

.tournament-info .text-sticker.blue {
    background: var(--primary-blue);
}

.tournament-info .tournament-title {
    font-size: 1rem;
    font-weight: 700
}

.tournament-category {
    margin-top: 1rem;
    padding-left: 14px;
    font-size: .75rem;
    font-weight: 700;
    position: relative
}

.tournament-category:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #3e3f5e;
    position: absolute;
    top: 1px;
    left: 0
}

.tournament-list .tournament-info .tournament-title a, .tournament-category a {
    color: var(--white);
    font-weight: 700
}

.tournament-category.digital:before {
    border-color: #00e2cb
}

.tournament-category.detail {
    font-size: 1rem;
    text-transform: uppercase;
}

.tournament-category.detail:before {
    top: 3px;
}

.tournament-category.detail a {
    color: #9aa4bf;
}

.tournament-list .tournament-info .tournament-champion {
    margin-top: 20px;
    display: flex;
    display: -ms-flexbox;
    fill: var(--primary-blue);
}

.tournament-list .tournament-info .tournament-champion .name {
    color: var(--primary-blue);
    font-weight: 700;
    margin-left: 1rem;
}

.tournament-list .tournament-info .tournament-description {
    margin-top: 20px;
}

.tournament-list .tournament-info .tournament-description .title, .tournament-description .title {
    color: #9aa4bf;
    font-weight: 500;
}

.tournament-list .tournament-info .tournament-text {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.tournament-list .tournament-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: var(--soft-grey);
    border-top: 1px solid #2f3749
}

.tournament-header {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.tournament-header .tournament-header-info {
    height: 112px;
    position: relative
}

.tournament-header .tournament-header-info .tournament-short-description {
    min-height: 164px;
    padding: 84px 0 0 1.5rem;
    position: absolute;
    left: 32px;
    bottom: 0
}

.tournament-short-description.big {
    padding-top: 52px
}

.tournament-short-description .tournament-short-description-title {
    font-size: 1.125rem
}

.tournament-short-description .tournament-short-description-title a {
    color: var(--white);
    font-weight: 700
}

.tournament-short-description .tournament-short-description-title.small {
    font-size: .875rem
}

.tournament-short-description.big .tournament-short-description-title {
    font-size: 1.5rem
}

.tournament-short-description.big .tournament-short-description-text {
    font-size: .75rem
}

.tournament-header .tournament-header-info .tournament-short-description .tournament-short-description-text, .tournament-header .tournament-header-info .tournament-short-description .tournament-short-description-title {
    text-align: left
}

.tournament-header .tournament-header-info .user-stats {
    left: auto;
    top: 38px;
    right: 164px;
    position: absolute;
}

.tournament-header .tournament-header-info .tournament-header-info-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 32px;
    right: 32px
}

.tournament-header .tournament-header-info .tournament-header-info-actions .tournament-header-info-action {
    margin-right: 16px
}

.tournament-header .tournament-header-info .tournament-header-info-actions .tournament-header-info-action.button {
    width: 58px
}

.tournament-header .tournament-header-info .tournament-header-info-actions .tournament-header-info-action:last-child {
    margin-right: 0
}

.tournament-info .tournament-info-list {
    margin-bottom: 1.5rem;
}

.tournament-info .tournament-info-list .title {
    color: #9aa4bf;
    font-weight: 500;
    margin-bottom: .75rem;
    font-size: .875rem;
}

.tournament-info .tournament-info-list .description {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
}

.tournament-info .tournament-info-list .text-sticker {
    width: max-content;
}

.tournament-info .tournament-info-list svg {
    width: 16px;
    height: 16px;
}

.tournament-info .tournament-info-list:last-child {
    margin-bottom: 0;
}

.user-preview.tournament {
    background-color: var(--soft-grey);
}

.user-preview.tournament .user-preview-cover.cover-1 {
    height: 140px;
}

.user-preview.tournament .user-preview-cover.cover-2 {
    height: 140px;
}

.tournament-schedule {
    grid-gap: 0!important;
    padding-top: 2rem;
}

.tournament-schedule .icon-events {
    width: 18px;
    height: 18px;
}

.tournament-schedule .tournament-schedule-list {
    display: flex;
    padding: 0 0 1rem 0;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(97, 106, 130, .3);
}

.tournament-schedule .tournament-schedule-list:last-child {
    border-bottom: none;
}

.tournament-schedule .tournament-schedule-list .tournament-team {
    display: flex;
    align-items: center;
}

.tournament-schedule .tournament-schedule-list .tournament-schedule-info .team-score {
    color: var(--primary-blue);
    font-weight: 700;
    font-size: 2rem;
}

.tournament-schedule .tournament-schedule-list .tournament-schedule-info .team-versus {
    font-weight: 700;
    font-size: 1rem;
    color: var(--white);
    padding: 0 2rem;
    text-transform: uppercase;
}

.tournament-schedule .tournament-schedule-list .tournament-team .team-name {
    font-weight: 700;
    max-width: 150px;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.tournament-schedule .tournament-schedule-list .tournament-team:first-child .team-name {
    margin-left: 1rem;
    margin-right: 2.5rem;
}

.tournament-schedule .tournament-schedule-list .tournament-team:last-child .team-name {
    margin-left: 2.5rem;
    margin-right: 1rem;
}

.tournament-schedule .tournament-schedule-list .tournament-schedule-info {
    text-align: center;
    display: flex;
    align-items: center;
}

.team-date:first-child {
    margin-top: 0;
}

.team-date {
    font-size: .9rem;
    margin: 2rem 0 1rem 0;
}

.winner-placed {
    color: var(--primary-blue);
    font-weight: 700;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.winner-placed .icon-trophy {
    width: 14px;
    height: 14px;
    fill: var(--primary-blue);
    margin-right: .3rem;
}

.winner-prize {
    font-weight: 400;
}

@media screen and (max-width:1365px) {
    .tournament-header .tournament-header-info {
        height: auto;
        padding-bottom: 32px
    }
    .tournament-header .tournament-header-info .tournament-short-description {
        min-height: auto;
        padding: 2rem 0 0;
        position: static
    }
    .tournament-header .tournament-header-info .tournament-short-description .tournament-short-description-text, .tournament-header .tournament-header-info .tournament-short-description .tournament-short-description-title {
        text-align: center
    }
    .tournament-header .tournament-header-info .tournament-header-info-actions, .tournament-header .tournament-header-info .tournament-header-social-links-wrap, .tournament-header .tournament-header-info .user-stats {
        position: static
    }
    .tournament-header .tournament-header-info .tournament-header-info-actions, .tournament-header .tournament-header-info .user-stats {
        margin-top: 2rem;
    }
    .tournament-category.detail {
        display: flex;
        justify-content: center;
    }
    .tournament-category.detail:before {
        position: relative;
        margin-right: .5rem;
    }
}

@media screen and (max-width:991px) {
    .tournament-schedule .tournament-schedule-list .tournament-team {
        flex-direction: column;
    }
    .tournament-schedule .tournament-schedule-list .tournament-team .team-avatar {
        margin-bottom: 1rem;
    }
    .tournament-schedule .tournament-schedule-list .tournament-team:first-child {
        margin-right: 0;
    }
    .tournament-schedule .tournament-schedule-list .tournament-team:first-child .team-name {
        margin-left: 0;
        margin-right: 0;
    }
    .tournament-schedule .tournament-schedule-list .tournament-team:last-child {
        margin-left: 0;
    }
    .tournament-schedule .tournament-schedule-list .tournament-team:last-child .team-name {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .tournament-schedule .tournament-schedule-list .tournament-schedule-info .team-versus {
        padding: 0 4rem;
    }
}

@media screen and (max-width:767px) {
    .tournament-schedule .tournament-schedule-list .tournament-team .team-name {
        font-size: 1.25rem;
    }
    .tournament-schedule .tournament-schedule-list .tournament-schedule-info .team-score, .tournament-schedule .tournament-schedule-list .tournament-schedule-info .team-versus {
        font-size: 1rem;
    }
    .tournament-schedule .tournament-schedule-list .tournament-schedule-info .team-versus {
        padding: 0 3rem;
    }
    .tournament-schedule .tournament-schedule-list .tournament-team:last-child .team-name {
        text-align: right;
    }
}

@media screen and (max-width:480px) {
    .tournament-header .tournament-header-info .user-stats .user-stat:first-child {
        display: none
    }
    .tournament-header .tournament-header-info .user-stats .user-stat:last-child, .tournament-header .tournament-header-info .user-stats .user-stat:nth-last-child(2):after {
        display: block
    }
    .tournament-header .tournament-header-info .tournament-short-description .tournament-short-description-title {
        font-size: 1.125rem
    }
    .tournament-header .tournament-header-info .tournament-short-description .tournament-short-description-text {
        font-size: .6875rem
    }
    .tournament-header .tournament-header-info .user-stats .user-stat .user-stat-title {
        font-size: .875rem
    }
    .tournament-header .tournament-header-info .user-stats .user-stat .user-stat-text {
        font-size: .6875rem
    }
    .tournament-header .tournament-header-info .tournament-header-info-actions .tournament-header-info-action.button {
        width: 114px
    }
    .tournament-schedule .tournament-schedule-list .tournament-team .team-avatar {
        display: none;
    }
    .tournament-schedule .tournament-schedule-list .tournament-team .team-name {
        font-size: 1rem;
    }
    .tournament-schedule .tournament-schedule-list .tournament-schedule-info .team-versus {
        padding: 0 1rem;
    }
}

/* tournament */

/* tournament share */

.tournament-shared {
    padding: 1.25rem;
    margin: 1.5rem 0;
    border-radius: 12px;
    background-color: var(--soft-grey);
}

.tournament-shared .banner img {
    width: 100%;
    height: 100%;
    max-width: 500px;
    border-radius: 12px;
}

.tournament-shared .description {
    margin: 1rem 0 0 0;
    color: #9aa4bf;
    font-weight: 500;
}

/* tournament share */

/* tournament payment */

.payment-detail {
    margin-bottom: 1.5rem;
}

.payment-detail .item {
    display: flex;
    margin: .75rem 0;
    justify-content: space-between;
}

.payment-detail .item .label {
    font-weight: 500;
    color: var(--grey);
}

.payment-detail .item .value {
    font-weight: 800;
}

.payment-method {
    margin: 2rem 0;
}

.payment-method .title {
    font-weight: 800;
    margin-bottom: 1rem;
}

.payment-method input[type=text] {
    cursor: pointer;
    height: 48px;
}

.payment-method:hover .list-method {
    opacity: 1;
    visibility: visible;
}

.list-method {
    width: 100%;
    height: auto;
    opacity: 0;
    padding: 0 .75rem;
    margin-top: .1rem;
    visibility: hidden;
    position: relative;
    border-radius: 12px;
    z-index: 999999999999;
    background-color: var(--bg-grey);
    overflow-y: scroll;
    max-height: 250px;
    scrollbar-width: thin;
}

.list-method::-webkit-scrollbar {
    width: 9px;
}

.list-method::-webkit-scrollbar-track {
    background: var(--bg-grey);
}

.list-method::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 3px solid var(--bg-grey);
    background-color: rgba(63, 72, 95, .3);
}

.list-method .payment {
    display: flex;
    padding: 1rem 0;
    cursor: pointer;
    align-items: center;
    border-bottom: 1px solid rgba(63, 72, 95, .3);
}

.list-method .payment:last-child {
    border-bottom: none;
}

.list-method .payment img {
    width: 40px;
    height: 40px;
    margin-right: 1rem;
}

.list-method .payment p {
    font-weight: 700;
    font-size: 1rem;
}

/* tournament payment */

/* tournament bracket */

.tournament-bracket-custom {
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 0 .5rem 2rem .5rem;
    margin-top: 3rem;
    cursor: grab;
}

.tournament-bracket-custom::-webkit-scrollbar {
    width: 0.1px !important;
    height: 7.5px;
}

.tournament-bracket-custom::-webkit-scrollbar-track {
    background-color: transparent;
}

.tournament-bracket-custom::-webkit-scrollbar-thumb {
    background-color: #293249;
    border-radius: 20px;
}

/* /tournament bracket */

/* fanspages */

.fanspage-list {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.fanspage-list .fanspage-cover {
    height: 96px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px
}

.fanspage-list .fanspage-info {
    padding: 0 28px 32px;
    position: relative
}

.fanspage-list .fanspage-info .fanspage-description .fanspage-title {
    font-size: 1.25rem
}

.fanspage-list .fanspage-info .fanspage-description .fanspage-title a {
    color: var(--white);
    font-weight: 700
}

.fanspage-list .fanspage-info .fanspage-description .fanspage-category {
    position: relative;
    padding-left: 14px;
    margin-top: 10px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.fanspage-list .fanspage-info .fanspage-description .fanspage-category:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #3e3f5e;
    position: absolute;
    top: 1px;
    left: 0
}

.fanspage-list .fanspage-info .fanspage-description .fanspage-category.digital:before {
    border-color: #00e2cb
}

.fanspage-list .fanspage-info .fanspage-description .fanspage-category a {
    color: var(--white);
    font-weight: 700
}

.fanspage-stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.fanspage-stats .fanspage-stat {
    position: relative
}

.fanspage-list .fanspage-info .fanspage-stat .fanspage-text, .fanspage-list .fanspage-info .fanspage-stat .fanspage-title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.fanspage-list .fanspage-info .fanspage-stat .fanspage-title {
    font-size: .875rem
}

.fanspage-list .fanspage-info .fanspage-stat .fanspage-text {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: .75rem;
}

.fanspage-list .fanspage-info .fanspage-content .fanspage-description {
    color: #9aa4bf;
    margin-top: 1rem;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.4285714286em;
}

.fanspage-list .fanspage-info .fanspage-content .website-title {
    color: #9aa4bf;
    font-weight: 500;
    line-height: 1.4rem;
}

.fanspage-list .fanspage-info .fanspage-content .website-link a {
    color: var(--white);
    text-transform: lowercase;
}

.fanspage-list .fanspage-info .fanspage-actions {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.fanspage-list .fanspage-info .fanspage-actions .button {
    width: 100%;
}

.fanspage-list .fanspage-info .fanspage-actions .button.full {
    width: 100%
}

.fanspage-list .fanspage-info .fanspage-actions .button .button-icon {
    fill: var(--white)
}

.fanspage-list .fanspage-info .fanspage-actions .button.full .button-icon {
    position: relative;
    left: -12px
}

.popup-box-sidebar.fanspages {
    display: grid;
    grid-gap: 2rem;
}

.photo-fanspage {
    margin-top: 32px;
}

.photo-fanspage img {
    max-width: 100%;
    display: block;
    border-radius: 12px;
}

.photo-fanspage figure {
    margin: 0;
    display: grid;
    cursor: pointer;
    position: relative;
    break-inside: avoid;
    margin-bottom: 16px;
    grid-template-rows: 1fr auto;
}

.photo-fanspage figure:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.photo-fanspage figure .overlay {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-color: rgba(21, 21, 31, .96);
    position: absolute;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
}

.photo-fanspage figure>img {
    grid-row: 1 / -1;
    grid-column: 1;
}

/* .photo-fanspage {
    column-count: 5;
    column-gap: 16px;
} */

@media (min-width: 320px) {
    .photo-fanspage {
        column-count: 2;
        column-gap: 16px;
    }
}

@media (min-width: 768px) {
    .photo-fanspage {
        column-count: 3;
        column-gap: 16px;
    }
}

@media (min-width: 1200px) {
    .photo-fanspage {
        column-count: 5;
        column-gap: 16px;
    }
}

/* fanspages */

/* streamimg */

.stream-box.big .stream-box-info.stream {
    padding: 28px 28px 28px 98px;
}

.stream-box.big .stream-box-info.stream .stream-box-stream-image {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 28px;
    left: 28px;
    border-radius: 50%;
}

.stream-box .stream-box-info.stream .stream-channel-title {
    font-size: 1.125rem;
    font-weight: 700
}

.stream-box .stream-box-info.stream .stream-channel-title a {
    color: var(--white);
    font-weight: 700
}

.stream-box .stream-box-info.stream .stream-indicator {
    width: 120px;
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    -ms-flex-align: center;
}

.stream-box .stream-box-info.stream .stream-indicator .indicator-list {
    display: flex;
    margin-right: 1rem;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
}

.stream-box .stream-box-info.stream .stream-indicator .indicator-list .indicator-icon {
    fill: var(--green);
    width: 20px;
    height: 20px;
    margin-right: .5rem;
}

.stream-box .stream-box-info.stream .stream-indicator .indicator-list .indicator-icon.bi-chat-square-dots {
    width: 18px;
    height: 18px;
}

.stream-box .stream-box-info.stream .stream-indicator .indicator-list .indicator-text {
    color: #9aa4bf;
    font-weight: 500;
    font-size: .875rem;
}

.stream-box.big .stream-box-info.stream .button {
    margin-right: 1rem;
    padding: 0 1rem;
    height: auto;
}

.stream-box.big .stream-box-info.stream .stream-box-views {
    font-weight: 600
}

.stream-box.big .stream-box-info.stream .stream-box-description {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    margin-top: .75rem;
    line-height: 1.4285714286em;
}

.stream-box.big .stream-box-info.stream .stream-game-info {
    display: flex;
    margin-top: 2rem;
    display: -ms-flexbox;
    -ms-flex-align: center;
}

.stream-box.big .stream-box-info.stream .stream-game-info .stream-box-game-image {
    top: unset;
    left: unset;
    width: 44px;
    height: 60px;
    margin-right: 1rem;
    position: relative;
}

.stream-box .stream-box-info .stream-box-text.live::before {
    width: 5px;
    height: 5px;
    content: '';
    background: red;
    border-radius: 50%;
    margin-right: .3rem;
}

.stream-box .stream-box-info .stream-box-text.live {
    display: flex;
    color: #9aa4bf;
    margin: .75rem 0;
    font-weight: 500;
    font-size: .75rem;
    align-items: center;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .stream-box.big .stream-box-info.stream {
        padding: 28px 28px 18px 98px;
    }
}

/* streaming */

/* stream chat */

.widget-box-title.chat::before {
    width: 6px;
    height: 6px;
    background: red;
    border-radius: 50%;
    content: '';
    margin-right: .5rem;
}

.widget-box-title.chat {
    display: flex;
    align-items: center;
}

.quick-post.stream .quick-post-body .form-textarea textarea {
    height: 90px!important;
    border-top: 1px solid #2f3749;
}

.quick-post.stream .quick-post-footer {
    justify-content: flex-end!important;
}

/* stream chat */

/* badges */

.timeline-information-list.badges .timeline-information.active:after {
    border: 4px solid var(--green);
}

.timeline-information-list.badges .timeline-information:after {
    top: 2px;
    border: 4px solid #2f3749;
}

.timeline-information-list.badges .timeline-information.active .timeline-information-title {
    color: var(--green);
}

.timeline-information-list.badges .timeline-information .timeline-information-title {
    font-size: 1rem;
    color: #9aa4bf;
}

.widget-box:not(.collapsed) .badges-icon-accordion {
    transform: rotate(0deg);
}

.widget-box.collapsed .badges-icon-accordion {
    transform: rotate(180deg);
}

.badges-icon-accordion {
    top: 3px;
    fill: #fff;
    width: 24px;
    height: 24px;
    position: relative;
}

.reward-quest img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.reward-quest .title {
    margin: 1rem 0 2rem 0;
    font-weight: 700;
}

/* badges */

/* social links */

.social-links-wrap {
    display: flex;
    flex-wrap: wrap;
}

.social-links-wrap .social-link-icon {
    padding: 0 10px 10px 0;
}

/* social links */

/* balance history */

.balance-history {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(154, 164, 191, .1);
}

.balance-history:last-child {
    border-bottom: none;
}

.balance-history.outcome .history-tag {
    background-color: var(--primary-purple);
}

.balance-history.income .history-tag {
    background-color: var(--primary-blue);
}

.balance-history.outcome .history-header .history-nominal {
    color: var(--warning);
}

.balance-history.income .history-header .history-nominal {
    color: var(--green);
}

.balance-history .history-tag {
    font-weight: 700;
    font-size: .875rem;
    width: fit-content;
    border-radius: 12px;
    letter-spacing: 1px;
    padding: .5rem .75rem;
    margin-bottom: .875rem;
    text-transform: uppercase;
}

.balance-history .history-tag .icon {
    width: 16px;
    height: 16px;
    margin-right: .5rem;
}

.balance-history .history-header {
    display: flex;
    justify-content: space-between;
}

.balance-history .history-header .history-title, .balance-history .history-header .history-nominal {
    font-weight: 700;
    font-size: 1.15rem;
    text-transform: capitalize;
}

.balance-history .history-date, .balance-history .history-note {
    font-weight: 500;
    font-size: .875rem;
    color: var(--grey);
    margin-top: .75rem;
}

.balance-history .history-note {
    line-height: 1.4285714286em;
}

.balance-history .history-footer {
    display: flex;
    font-weight: 600;
    margin-top: .75rem;
    text-transform: uppercase;
}

.balance-history .history-footer .history-invoice {
    margin-right: .5rem;
}

/* balance history */

/* transaction history */

.transaction-history {
    padding: 1rem 0 1.5rem 0;
    border-bottom: 1px solid rgba(154, 164, 191, .1);
}

.transaction-history:last-child {
    border-bottom: none;
    padding: 1rem 0 0 0;
}

.transaction-history .highlighted {
    color: var(--primary-blue);
}

.transaction-history .history-header {
    display: flex;
    margin-bottom: .5rem;
}

.transaction-history .history-header p {
    padding: 0 .5rem;
    border-right: 1px solid var(--grey);
}

.transaction-history .history-header p:first-child {
    padding-left: 0;
}

.transaction-history .history-header p:last-child {
    border-right: none;
}

.transaction-history .history-header .invoice, .transaction-history .history-header .date {
    font-weight: 500;
    color: var(--grey);
}

.transaction-history .history-header .status {
    font-weight: 500;
    font-size: .75rem;
    border-radius: 4px;
    padding-top: .2rem;
    margin-left: .5rem;
    text-transform: uppercase;
}

.transaction-history .history-header .status.succeed {
    background-color: var(--green);
}

.transaction-history .history-content {
    margin: 1rem 0;
}

.transaction-history .history-content .image {
    width: 125px;
    height: 125px;
    border-radius: 12px;
    margin-right: .875rem;
    background-size: cover;
    background-position: center;
}

.transaction-history .history-content .product-information .title {
    font-weight: 700;
    font-size: 1.3rem;
}

.transaction-history .history-content .product-information .seller {
    text-transform: capitalize;
    margin: .5rem 0 1rem 0;
}

.transaction-history .history-content .product-information .seller .icon-seller {
    width: 18px;
    height: 18px;
    fill: var(--green);
    margin-right: .2rem;
}

.transaction-history .history-content .product-information .seller a {
    font-weight: 700;
    color: var(--green);
}

.transaction-history .history-content .product-information .quantity {
    font-weight: 700;
}

.transaction-history .history-content .note-text {
    font-weight: 600;
    font-size: .875rem;
    margin-top: .875rem;
}

.transaction-history .history-content .note {
    color: var(--grey);
    font-size: .875rem;
    font-weight: 500;
    margin-top: .5rem;
    line-height: 1.4285714286em;
}

.transaction-history .history-content .price-text {
    font-weight: 500;
    color: var(--grey);
    font-size: .875rem;
    margin-bottom: .5rem;
    line-height: 1.4285714286em;
}

.transaction-history .history-content .price {
    font-weight: 700;
    font-size: 1.3rem;
}

.transaction-history .history-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.transaction-history .history-footer .button {
    padding: 0 .875rem;
}

.transaction-history .history-footer .button:first-child {
    margin-right: .875rem;
}

/* transaction history */

/* transaction detail */

.transaction-detail .highlighted {
    color: var(--primary-blue);
}

.transaction-detail .transaction-detail-item {
    padding: 1.5rem 0 1.5rem 0;
    border-bottom: 1px solid rgba(154, 164, 191, .1);
}

.transaction-detail .transaction-detail-item .action {
    margin-top: 1.5rem;
}

.transaction-detail .transaction-detail-item .action .button {
    padding: 0 1.5rem;
}

.transaction-detail .transaction-detail-item .action .button:first-child {
    margin-right: .3rem;
}

.transaction-detail .transaction-detail-item:last-child {
    border-bottom: none;
    padding: 1.5rem 0 0 0;
}

.transaction-detail .transaction-detail-item .inline {
    display: flex;
    justify-content: space-between;
}

.transaction-detail .transaction-detail-item .inline p {
    line-height: unset;
    padding: .1rem 0;
}

.transaction-detail .transaction-detail-item .inline p:last-child {
    font-weight: 700;
}

.transaction-detail .transaction-detail-item .inline .label {
    font-weight: 500;
    color: var(--grey);
}

.transaction-detail .transaction-detail-item .label {
    font-weight: 500;
    color: var(--grey);
    padding: 1rem 0 .5rem 0;
}

.transaction-detail .transaction-detail-item .image {
    width: 125px;
    height: 125px;
    border-radius: 12px;
    margin-right: 1.5rem;
    background-size: cover;
    background-position: center;
}

.transaction-detail .transaction-detail-item .channel {
    width: 100%;
    height: auto;
    max-width: 90px;
}

.transaction-detail .transaction-detail-item .title {
    font-weight: 700;
    font-size: 1.1rem;
    margin: 0 0 .5rem 0;
}

.transaction-detail .transaction-detail-item .orderid {
    font-weight: 500;
    color: var(--grey);
}

.transaction-detail .transaction-detail-item .seller {
    text-transform: capitalize;
    margin: .5rem 0 1rem 0;
}

.transaction-detail .transaction-detail-item .icon-seller {
    width: 18px;
    height: 18px;
    fill: var(--green);
    margin-right: .2rem;
}

.transaction-detail .transaction-detail-item .seller a {
    font-weight: 700;
    color: var(--green);
}

.transaction-detail .transaction-detail-item .quantity {
    font-weight: 700;
}

/* transaction detail */

/* history menu */

.section-navigation.history-menu {
    height: 55px;
    padding: 0 28px;
    border-radius: 0;
    margin-top: 0!important;
}

.section-navigation.history-menu .section-menu .section-menu-item {
    top: 0px;
    height: 50px;
    margin-right: .75rem;
    width: 110px!important;
}

.section-navigation.history-menu .section-menu .section-menu-item.active {
    border: none;
    border-bottom: none;
    background-color: var(--primary-blue);
}

.section-navigation.history-menu .section-menu .section-menu-item.button {
    transition: none;
    box-shadow: none;
}

.section-navigation.history-menu .section-menu .section-menu-item:hover .section-menu-item-text {
    top: 20px;
}

.section-navigation.history-menu .section-menu .section-menu-item:first-child:before, .section-navigation.history-menu .section-menu .section-menu-item:after {
    width: 0px;
}

.section-navigation.history-menu .section-menu .section-menu-item .section-menu-item-text {
    top: 0px;
    color: var(--white);
}

.section-navigation.history-menu .slider-controls .slider-control {
    display: none;
}

/* history menu */

/* game preferences */

.popup-box .game-pref .icon {
    border-radius: 12px;
}

.popup-box .game-pref {
    border: 3px solid transparent;
}

.popup-box .game-pref:hover {
    cursor: pointer;
    border: 3px solid var(--primary-purple);
}

.game-pref {
    padding: 0!important;
}

.game-pref .icon {
    display: flex;
    border-radius: 12px 12px 0 0;
    padding: 1.5rem 1rem;
    justify-content: center;
    background-color: var(--soft-grey);
}

.game-pref .icon img, .game-pref-img {
    width: auto;
    height: 100%;
    max-height: 96px;
}

.game-pref .description {
    padding: 1rem 1rem;
}

.game-pref .description .gamename p:first-child, .game-pref .description .ign p:first-child, .game-pref .description .gameid p:first-child, .game-pref .description .role p:first-child {
    font-weight: 500;
    color: var(--grey);
}

.game-pref .description .gamename p:last-child, .game-pref .description .ign p:last-child, .game-pref .description .gameid p:last-child {
    font-weight: 600;
    margin: .4rem 0 .875rem 0;
}

.game-pref .description .role p:last-child {
    margin-top: .4rem;
    width: fit-content;
    border-radius: 12px;
    padding: .3rem 1rem;
    background-color: var(--soft-grey);
    border: 1px solid var(--grey);
}

input[type="radio"].custom-radio {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
}

.radio-group .title {
    font-weight: 700;
    font-size: .875rem;
    margin: 0 0 1rem 0;
}

.radio-group label {
    border-radius: 12px;
    padding: .5rem 1rem;
    color: var(--white);
    display: inline-block;
    margin: 0 .2rem .6rem .2rem;
    background-color: var(--soft-grey);
    border: 1px solid transparent;
}

.radio-group input:checked+label {
    border: 1px solid var(--grey);
}

.radio-group label:last-of-type:after {
    content: "";
    left: -0.35em;
    right: -0.35em;
    top: -0.35em;
    bottom: -0.35em;
    position: absolute;
    border-radius: 2em;
    pointer-events: none;
}

.gamepref-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: .5rem;
}

.gamepref-subtitle {
    font-size: 1rem;
    font-weight: 500;
    color: #9aa4bf;
}

/* game preferences */

ol, ul {
    list-style: none
}

a {
    text-decoration: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-row, .table, figure, h1, h2, h3, h4, h5, h6, ol, p, ul {
    margin: 0
}

button, input[type=password], input[type=text], input[type=datetime-local], input[type=number], label, select, textarea {
    font-family: Rajdhani, sans-serif
}

label {
    display: block;
    margin: 0;
    color: var(--white);
    line-height: 1em
}

button, input[type=password], input[type=text], input[type=datetime-local], input[type=number], select, textarea {
    width: 100%;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 700
}

input[type=password], input[type=text], input[type=datetime-local], input[type=number], select, textarea {
    background-color: #1d2333;
    border: 1px solid #3f485f;
    color: var(--white);
    transition: border-color .2s ease-in-out
}

input[type=password]:focus, input[type=text]:focus, input[type=number]:focus, select:focus, textarea:focus {
    border-color: var(--primary-purple)
}

input[type=datetime-local]:focus {
    color: var(--white);
    border-color: var(--primary-purple);
    background-color: #1d2333;
    box-shadow: none;
}

input[type=password], input[type=text], input[type=datetime-local], input[type=number] {
    height: 54px;
    padding: 0 18px
}

input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=datetime-local]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=datetime-local]::-moz-placeholder, input[type=number]::-moz-placeholder {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

input[type=password]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=datetime-local]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

input[type=password]::-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=datetime-local]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

input[type=password]::placeholder, input[type=text]::placeholder, input[type=datetime-local]::placeholder, input[type=number]::placeholder {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

textarea {
    padding: 14px 18px;
    resize: none
}

textarea::-webkit-input-placeholder {
    color: #9aa4bf;
    font-weight: 600
}

textarea::-moz-placeholder {
    color: #9aa4bf;
    font-weight: 600
}

textarea:-ms-input-placeholder {
    color: #9aa4bf;
    font-weight: 600
}

textarea::-ms-input-placeholder {
    color: #9aa4bf;
    font-weight: 600
}

textarea::placeholder {
    color: #9aa4bf;
    font-weight: 600
}

.section-filters-bar .form-item.split .form-input-decorated.date-range {
    width: 240px;
}

@media (min-width: 1024px) {
    .daterangepicker {
        right: 200px!important;
        z-index: 10000;
    }
}

.daterangepicker {
    font-weight: 600;
    font-family: Rajdhani, sans-serif!important
}

.daterangepicker .ranges li.active, .daterangepicker td.active {
    background-color: var(--primary-blue)!important;
}

.daterangepicker.opensright:before {
    display: none;
}

.daterangepicker.opensright::after {
    display: none;
}

.date-range-input {
    font-family: Rajdhani, sans-serif
}

.date-range-input {
    width: 100%;
    border-radius: 12px;
    font-size: .875rem;
    font-weight: 700
}

.date-range-input {
    background-color: #1d2333;
    border: 1px solid #3f485f;
    color: var(--white);
    transition: border-color .2s ease-in-out
}

.date-range-input:focus {
    border-color: var(--primary-purple)
}

.date-range-input {
    height: 48px;
    padding: 13px 18px
}

.date-range-input::-webkit-input-placeholder {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.date-range-input::-moz-placeholder {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.date-range-input:-ms-input-placeholder {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.date-range-input::-ms-input-placeholder {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.date-range-input::placeholder {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.form {
    width: 100%
}

.form+.button {
    margin-top: 40px
}

.form-row {
    width: 100%
}

.form-row+.form-row {
    margin-top: 28px
}

.form-row.space-between {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.form-row.space-between .form-item {
    width: auto
}

.form-row.split {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.form-row.split .form-item {
    margin-right: 16px
}

.form-row.split .form-item:last-child {
    margin-right: 0
}

.form-row.split .form-item>* {
    margin-bottom: 28px
}

.form-row.split .form-item>:last-child {
    margin-bottom: 0
}

.form-item {
    width: 100%
}

.form-item.auto-width {
    width: auto
}

.form-item.centered {
    -ms-flex-align: center;
    align-items: center
}

.form-item.centered, .form-item.split {
    display: -ms-flexbox;
    display: flex
}

.form-item.split.medium>* {
    margin-right: 16px
}

.form-item.split.medium>:last-child {
    margin-right: 0
}

.form-item.split>* {
    width: 100%;
    margin-right: 12px
}

.form-item.split>:last-child {
    margin-right: 0
}

.form-input-decorated {
    position: relative
}

.form-input-decorated input[type=text] {
    padding-right: 60px
}

.form-input-decorated .form-input-icon {
    fill: #adafca;
    opacity: .6;
    pointer-events: none;
    position: absolute;
    top: 14px;
    right: 20px
}

.form-input {
    position: relative
}

.form-input.dark input[type=password], .form-input.dark input[type=text], .form-input.dark textarea {
    border: none;
    background-color: #5538b5;
    color: var(--white)
}

.form-input.dark input[type=password]::-webkit-input-placeholder, .form-input.dark input[type=text]::-webkit-input-placeholder, .form-input.dark textarea::-webkit-input-placeholder {
    color: #8b88ff;
    opacity: .6
}

.form-input.dark input[type=password]::-moz-placeholder, .form-input.dark input[type=text]::-moz-placeholder, .form-input.dark textarea::-moz-placeholder {
    color: #8b88ff;
    opacity: .6
}

.form-input.dark input[type=password]:-ms-input-placeholder, .form-input.dark input[type=text]:-ms-input-placeholder, .form-input.dark textarea:-ms-input-placeholder {
    color: #8b88ff;
    opacity: .6
}

.form-input.dark input[type=password]::-ms-input-placeholder, .form-input.dark input[type=text]::-ms-input-placeholder, .form-input.dark textarea::-ms-input-placeholder {
    color: #8b88ff;
    opacity: .6
}

.form-input.dark input[type=password]::placeholder, .form-input.dark input[type=text]::placeholder, .form-input.dark textarea::placeholder {
    color: #8b88ff;
    opacity: .6
}

.form-input.social-input .social-link {
    position: absolute;
    top: 4px;
    left: 4px;
    pointer-events: none
}

.form-input.social-input input {
    padding-left: 64px
}

.form-input.social-input label {
    left: 64px
}

.form-input.social-input.active label {
    left: 58px
}

.form-input.currency-decorated:before {
    content: "Rp";
    color: var(--primary-blue);
    font-size: .875rem;
    font-weight: 700;
    position: absolute;
    top: 12px;
    left: 22px;
    pointer-events: none
}

.form-input.currency-decorated input {
    height: 48px;
    padding-left: 42px;
}

.form-input.small input, .form-input.small label, .form-input.small textarea {
    font-size: .875rem
}

.form-input.small label {
    top: 16px
}

.form-input.small input {
    height: 48px
}

.form-input.small textarea {
    height: 100px
}

.form-input.small button {
    width: 64px;
    position: absolute;
    top: 0;
    right: 0
}

.form-input.full, .form-input.full textarea {
    height: 100%
}

.form-input.mid-textarea textarea {
    height: 124px
}

.form-input.medium-textarea textarea {
    height: 160px
}

.form-input.active label {
    background-color: #1d2333;
    padding: 0 6px;
    font-size: .75rem;
    top: -6px;
    left: 12px
}

.form-input label {
    color: #9aa4bf;
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    top: 20px;
    left: 20px;
    transition: all .3s ease-in-out;
    pointer-events: none
}

.widget-box.input-pin {
    height: 40vh;
    text-align: center;
}

.widget-box.input-pin .widget-box-content .wrapper {
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.widget-box.input-pin .widget-box-content .wrapper .title {
    font-weight: 700;
    margin-bottom: 1rem;
}

.widget-box.input-pin .widget-box-content .wrapper .pin-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-box.input-pin .widget-box-content .wrapper .pin-wrapper input {
    height: 44px;
    outline: none;
    margin: 0 5px;
    border-radius: 6px;
    text-align: center;
}

.form-title {
    font-size: .875rem;
    font-weight: 700
}

.form-textarea {
    position: relative
}

.form-textarea textarea {
    font-size: .875rem;
    padding: 26px 28px 0
}

.form-textarea .form-textarea-limit-text {
    padding: 0 28px;
    font-size: .75rem;
    font-weight: 500;
    opacity: .6;
    text-align: right
}

.form-select {
    width: 100%;
    height: 48px;
    position: relative
}

.form-select.v2 {
    width: auto;
    height: auto
}

.form-select.v2 select {
    width: auto;
    height: auto;
    padding-right: 20px;
    border: none;
    font-size: .75rem
}

.form-select.v2 .form-select-icon {
    top: 10px;
    right: 0
}

.form-select select {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: .875rem;
    cursor: pointer
}

.form-select .form-select-icon {
    fill: var(--white);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    top: 20px;
    right: 20px;
    pointer-events: none
}

.form-select label {
    padding: 0 6px;
    background-color: #1d2333;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 600;
    position: absolute;
    top: -8px;
    left: 12px;
    pointer-events: none
}

.checkbox-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.checkbox-line .checkbox-line-text {
    color: var(--primary-blue);
    font-size: .875rem;
    font-weight: 500
}

.checkbox-wrap {
    position: relative
}

.checkbox-wrap .checkbox-info {
    margin-top: 12px
}

.checkbox-wrap .checkbox-info .checkbox-info-text {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.checkbox-wrap.checkbox-rating .rating-list {
    position: absolute;
    top: 6px;
    left: 34px;
    pointer-events: none
}

.checkbox-wrap.checkbox-rating label {
    padding-left: 104px
}

.checkbox-wrap input[type=checkbox], .checkbox-wrap input[type=radio] {
    display: none
}

.checkbox-wrap input[type=checkbox]:checked+.checkbox-box, .checkbox-wrap input[type=radio]:checked+.checkbox-box {
    background-color: var(--primary-blue);
    border-color: var(--primary-blue)
}

.checkbox-wrap input[type=checkbox]:checked+.checkbox-box.round, .checkbox-wrap input[type=radio]:checked+.checkbox-box.round {
    border: 6px solid var(--primary-blue);
    background-color: #1d2333
}

.checkbox-wrap input[type=checkbox]:checked+.checkbox-box .icon-cross, .checkbox-wrap input[type=radio]:checked+.checkbox-box .icon-cross {
    fill: #1d2333
}

.checkbox-wrap label {
    padding-left: 34px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 22px;
    cursor: pointer
}

.checkbox-wrap .checkbox-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 22px;
    height: 22px;
    border: 1px solid #3f485f;
    border-radius: 6px;
    background-color: #1d2333;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: border-color .2s ease-in-out, background-color .2s ease-in-out
}

.checkbox-wrap .checkbox-box.round {
    border-radius: 50%
}

.checkbox-wrap .checkbox-box .icon-cross {
    fill: transparent;
    transition: fill .2s ease-in-out
}

.checkbox-wrap.small label {
    padding-left: 24px;
    font-size: .75rem;
    line-height: 16px
}

.checkbox-wrap.small .checkbox-box {
    width: 16px;
    height: 16px;
    border-radius: 4px
}

.checkbox-wrap.small .checkbox-box.round {
    border-radius: 50%
}

.checkbox-wrap.small .checkbox-box .icon-cross {
    width: 8px;
    height: 8px
}

.form-link {
    color: #adafca;
    font-size: .875rem;
    font-weight: 700;
    line-height: 22px
}

.form-text {
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.interactive-input {
    width: 100%;
    height: 52px;
    position: relative
}

.interactive-input.dark input {
    border: none;
    background-color: var(--primary-purple);
    color: var(--white)
}

.interactive-input.dark input::-webkit-input-placeholder {
    color: var(--white);
    opacity: .6
}

.interactive-input.dark input::-moz-placeholder {
    color: var(--white);
    opacity: .6
}

.interactive-input.dark input:-ms-input-placeholder {
    color: var(--white);
    opacity: .6
}

.interactive-input.dark input::-ms-input-placeholder {
    color: var(--white);
    opacity: .6
}

.interactive-input.dark input::placeholder {
    color: var(--white);
    opacity: .6
}

.interactive-input.dark .interactive-input-icon-wrap .interactive-input-icon {
    fill: var(--white)
}

.interactive-input.dark .interactive-input-action:hover .interactive-input-action-icon {
    fill: var(--white)
}

.interactive-input.dark .interactive-input-action .interactive-input-action-icon {
    fill: var(--white)
}

.interactive-input.small {
    height: 48px
}

.interactive-input.active .interactive-input-action {
    display: -ms-flexbox;
    display: flex
}

.interactive-input.active .interactive-input-icon {
    display: none
}

.interactive-input input {
    height: 100%;
    padding-right: 60px
}

.interactive-input .interactive-input-icon-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none
}

.interactive-input .interactive-input-icon-wrap.actionable {
    pointer-events: all
}

.interactive-input .interactive-input-icon-wrap.actionable .interactive-input-icon {
    cursor: pointer
}

.interactive-input .interactive-input-icon-wrap.actionable .interactive-input-icon:hover {
    fill: var(--white);
    opacity: 1
}

.interactive-input .interactive-input-icon-wrap .interactive-input-icon {
    fill: #616a82;
    opacity: .6;
    transition: fill .2s ease-in-out, opacity .2s ease-in-out
}

.interactive-input .interactive-input-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    display: none
}

.interactive-input .interactive-input-action:hover .interactive-input-action-icon {
    fill: var(--white);
    opacity: 1
}

.interactive-input .interactive-input-action .interactive-input-action-icon {
    fill: #616a82;
    opacity: .6;
    pointer-events: none;
    transition: fill .2s ease-in, opacity .2s ease-in
}

.form-add-items .form-add-items-title {
    color: #adafca;
    font-size: .75rem;
    font-weight: 600
}

.form-add-items .form-add-items-info {
    margin-top: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.form-add-items .form-add-items-info .user-avatar-list {
    margin-left: 14px
}

.form-add-items .form-add-items-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background-color: var(--primary-blue);
    cursor: pointer
}

.form-add-items .form-add-items-button .form-add-items-button-icon {
    pointer-events: none
}

.form-rating-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.form-rating-wrap label {
    margin-right: 16px;
    font-size: .875rem;
    font-weight: 700
}

.form-counter-wrap {
    position: relative
}

.form-counter-wrap label {
    padding: 0 6px;
    background-color: #1d2333;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 600;
    position: absolute;
    top: -6px;
    left: 12px;
    z-index: 2;
    pointer-events: none
}

.form-counter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 96px;
    height: 48px;
    padding: 0 40px 0 18px;
    border: 1px solid #3f485f;
    border-radius: 12px;
    position: relative
}

.form-counter.with-currency {
    padding-left: 30px
}

.form-counter.with-currency:before {
    content: "$";
    color: var(--primary-blue);
    font-family: Rajdhani, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    position: absolute;
    top: 13px;
    left: 20px
}

.form-counter.full {
    width: 100%
}

.form-counter .form-counter-value {
    font-size: .875rem;
    font-weight: 700
}

.form-counter .form-counter-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 20px;
    cursor: pointer
}

.form-counter .form-counter-control .form-counter-icon {
    fill: var(--white)
}

.form-counter .form-counter-control.form-counter-control-increase {
    top: 10px
}

.form-counter .form-counter-control.form-counter-control-increase .form-counter-icon {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.form-counter .form-counter-control.form-counter-control-decrease {
    -ms-flex-align: end;
    align-items: flex-end;
    bottom: 10px
}

.form-counter .form-counter-control.form-counter-control-decrease .form-counter-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.form-switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 52px;
    height: 28px;
    border: 1px solid #3f485f;
    border-radius: 200px;
    background-color: #2f3749;
    cursor: pointer;
    position: relative;
    transition: background-color .3s ease-in-out
}

.form-switch.active {
    background-color: var(--primary-blue)
}

.form-switch.active .form-switch-button {
    left: 26px
}

.form-switch .form-switch-button {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: var(--white);
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left .3s ease-in-out
}

.form-switch .form-switch-button:after, .form-switch .form-switch-button:before {
    content: "";
    width: 2px;
    height: 8px;
    background-color: #1d2333;
    opacity: .2;
    position: absolute;
    top: 7px
}

.form-switch .form-switch-button:before {
    left: 8px
}

.form-switch .form-switch-button:after {
    right: 8px
}

@media screen and (max-width:960px) {
    .form-row.split {
        display: block
    }
    .form-row.split .form-item {
        margin-bottom: 28px
    }
    .form-row.split .form-item:last-child {
        margin-bottom: 0
    }
    .form-row.split .form-item textarea {
        height: 124px
    }
    .form-item.split.join-on-mobile {
        display: block
    }
    .form-item.split.join-on-mobile.medium>*, .form-item.split.join-on-mobile>* {
        margin-right: 0
    }
    .form-item.split.join-on-mobile>:last-child {
        margin-top: 28px
    }
}

.icon-artstation, .icon-behance, .icon-cross, .icon-deviantart, .icon-discord, .icon-dribbble, .icon-facebook, .icon-google, .icon-instagram, .icon-patreon, .icon-twitch, .icon-twitter, .icon-youtube {
    fill: var(--white);
    width: 12px;
    height: 12px
}

.icon-logo-vikinger {
    fill: var(--white);
    width: 42px;
    height: 60px
}

.icon-logo-vikinger.small {
    width: 28px;
    height: 40px
}

.icon-dots {
    fill: var(--white);
    width: 10px;
    height: 2px
}

.icon-private, .icon-public {
    fill: #3e3f5e;
    width: 20px;
    height: 20px
}

.icon-add-friend, .icon-badges, .icon-big-grid-view, .icon-blog-post, .icon-blog-posts, .icon-camera, .icon-clock, .icon-comment, .icon-cross-thin, .icon-delete, .icon-earnings, .icon-events, .icon-events-daily, .icon-events-monthly, .icon-events-weekly, .icon-forum, .icon-forums, .icon-friend, .icon-gif, .icon-group, .icon-info, .icon-item, .icon-list-grid-view, .icon-marketplace, .icon-members, .icon-newsfeed, .icon-overview, .icon-photos, .icon-pin, .icon-pinned, .icon-poll, .icon-profile, .icon-quests, .icon-remove-friend, .icon-return, .icon-revenue, .icon-send-message, .icon-settings, .icon-share, .icon-small-grid-view, .icon-status, .icon-store, .icon-streams, .icon-tags, .icon-thumbs-up, .icon-ticket, .icon-timeline, .icon-trophy, .icon-videos, .icon-wallet, .icon-join-group, .icon-login {
    fill: #616a82;
    width: 20px;
    height: 20px
}

.icon-grid, .icon-leave-group, .icon-magnifying-glass, .icon-messages, .icon-notification, .icon-plus, .icon-shopping-bag {
    fill: var(--white);
    width: 20px;
    height: 20px
}

.icon-back-arrow {
    width: 14px;
    height: 10px
}

.icon-small-arrow {
    fill: #616a82;
    width: 6px;
    height: 8px
}

.icon-big-arrow {
    fill: #3e3f5e;
    width: 8px;
    height: 12px
}

.icon-more-dots {
    fill: var(--white);
    width: 22px;
    height: 6px
}

.icon-star {
    fill: #eaeaf5;
    width: 9px;
    height: 8px
}

.icon-star.medium {
    width: 13px;
    height: 12px
}

.icon-play {
    fill: var(--white);
    width: 12px;
    height: 14px
}

.icon-minus-small, .icon-plus-small {
    fill: #3e3f5e;
    width: 8px;
    height: 8px
}

.icon-quote {
    fill: #3e3f5e;
    width: 32px;
    height: 22px
}

.icon-check {
    width: 12px;
    height: 9px
}

.icon-wishlist {
    color: #9b7dff;
    font-size: 20px;
}

.icon-wishlist:hover {
    color: var(--white);
}

.icon-shop {
    width: 20px;
    height: 20px;
    fill: #616a82;
}

.icon-shop:hover {
    fill: var(--primary-blue);
}

.demo-icon {
    fill: var(--white)
}

.content-grid {
    max-width: 1184px;
    padding: 112px 0 100px
}

.content-grid.full {
    max-width: 100%;
    padding: 80px 80px 0
}

.content-grid.full-profile {
    max-width: 100%;
    margin-bottom: 80px;
    padding: 112px 80px 80px 80px!important;
}

.content-grid.medium {
    max-width: 784px;
    padding: 0 0 100px
}

.content-grid .section-navigation, .content-grid .section-navigation+.grid, .content-grid .table {
    margin-top: 16px
}

.content-grid .table+.loader-bars {
    margin-top: 52px
}

.content-grid .section-filters-bar {
    margin-top: 30px
}

.content-grid .grid {
    margin-top: 32px
}

.content-grid .grid.medium-space {
    margin-top: 64px
}

.content-grid .grid.small-space {
    margin-top: 16px
}

.content-grid .grid .grid {
    margin-top: 0
}

.content-grid .photos-masonry, .content-grid .section-slider {
    margin-top: 32px
}

.content-grid .section, .content-grid .section-header {
    margin-top: 60px
}

.content-grid .section-banner+.section-filters-bar {
    margin-top: 64px
}

.content-grid .calendar-widget {
    margin-top: 16px
}

.content-grid .forum-content .quick-post {
    margin-top: 60px
}

.content-grid .forum-sidebar {
    padding-top: 40px
}

.content-grid .account-hub-content .section-header {
    margin-bottom: 28px
}

.content-grid .account-hub-content .section-header:first-child {
    margin-top: 0
}

.content-grid .notification-box-list+.loader-bars {
    margin-top: 60px
}

.grid {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 16px;
    -ms-flex-align: start;
    align-items: start
}

.grid.centered {
    -ms-flex-pack: center;
    justify-content: center
}

.grid.stretched {
    -ms-flex-align: stretch;
    align-items: stretch
}

.grid.top-space {
    margin-top: 64px
}

.grid.grid-3-6-3 {
    grid-template-areas: "sidebar1 content sidebar2";
    grid-template-columns: 23.9864864865% 49.3243243243% 23.9864864865%
}

.grid.grid-3-6-3>.grid-column:first-child {
    grid-area: sidebar1
}

.grid.grid-3-6-3>.grid-column:nth-child(2) {
    grid-area: content
}

.grid.grid-3-6-3>.grid-column:nth-child(3) {
    grid-area: sidebar2
}

.grid.grid-6-3_9 {
    grid-template-areas: "content sidebar";
    grid-template-columns: 66.0633484163% 32.1266968326%
}

.grid.grid-6-3_9>.grid-column:first-child {
    grid-area: content
}

.grid.grid-6-3_9>.grid-column:nth-child(2) {
    grid-area: sidebar
}

.grid.grid-3-6_9 {
    grid-template-areas: "sidebar content";
    grid-template-columns: 32.1266968326% 66.0633484163%
}

.grid.grid-3-6_9>.grid-column:first-child {
    grid-area: sidebar
}

.grid.grid-3-6_9>.grid-column:nth-child(2) {
    grid-area: content
}

.grid.grid-3-9 {
    grid-template-areas: "sidebar content";
    grid-template-columns: 23.9864864865% 74.6621621622%
}

.grid.grid-3-9>.grid-column:first-child {
    grid-area: sidebar
}

.grid.grid-3-9>.grid-column:nth-child(2) {
    grid-area: content
}

.grid.grid-9-3 {
    grid-template-areas: "content sidebar";
    grid-template-columns: 74.6621621622% 23.9864864865%
}

.grid.grid-9-3>.grid-column:first-child {
    grid-area: content
}

.grid.grid-9-3>.grid-column:nth-child(2) {
    grid-area: sidebar
}

.grid.grid-8-4 {
    grid-template-areas: "content sidebar";
    grid-template-columns: 66.2162162162% 32.4324324324%
}

.grid.grid-8-4>.grid-column:first-child {
    grid-area: content
}

.grid.grid-8-4>.grid-column:nth-child(2) {
    grid-area: sidebar
}

.grid.grid-6-3 {
    grid-template-areas: "content sidebar";
    grid-template-columns: 49.3243243243% 23.9864864865%
}

.grid.grid-6-3>.grid-column:first-child {
    grid-area: content
}

.grid.grid-6-3>.grid-column:nth-child(2) {
    grid-area: sidebar
}

.grid.grid-half {
    grid-template-columns: 1fr 1fr
}

.grid.grid-4-4, .grid.grid-4-4-4 {
    grid-template-columns: repeat(auto-fit, 384px)
}

.grid.grid-3-3-3, .grid.grid-3-3-3-3 {
    grid-template-columns: repeat(auto-fit, 284px)
}

.grid.grid-2-2-2-2-2-2 {
    grid-template-columns: repeat(auto-fit, 184px)
}

.grid.grid-layout-1 {
    grid-template-columns: repeat(4, 23.9864864865%);
    grid-template-areas: "sidebar header header header" "sidebar content content contentsidebar"
}

.grid.grid-layout-1 .grid-sidebar {
    grid-area: sidebar
}

.grid.grid-layout-1 .grid-header {
    grid-area: header
}

.grid.grid-layout-1 .grid-content {
    grid-area: content
}

.grid.grid-layout-1 .grid-content-sidebar {
    grid-area: contentsidebar
}

.grid .grid-column {
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 16px;
    min-width: 0
}

.grid .grid-column .loader-bars {
    margin: 48px auto 0
}

.grid .grid-column .simple-tab-items {
    margin: 16px 0
}

.photos-masonry {
    display: grid;
    grid-gap: 16px;
    grid-template-rows: repeat(3, 284px);
    grid-template-areas: "a b c c" "a d e f" "g h i j"
}

.photos-masonry .photo-preview:first-child {
    grid-area: a
}

.photos-masonry .photo-preview:nth-child(2) {
    grid-area: b
}

.photos-masonry .photo-preview:nth-child(3) {
    grid-area: c
}

.photos-masonry .photo-preview:nth-child(4) {
    grid-area: d
}

.photos-masonry .photo-preview:nth-child(5) {
    grid-area: e
}

.photos-masonry .photo-preview:nth-child(6) {
    grid-area: f
}

.photos-masonry .photo-preview:nth-child(7) {
    grid-area: g
}

.photos-masonry .photo-preview:nth-child(8) {
    grid-area: h
}

.photos-masonry .photo-preview:nth-child(9) {
    grid-area: i
}

.photos-masonry .photo-preview:nth-child(10) {
    grid-area: j
}

@media screen and (max-width:1500px) {
    .content-grid {
        max-width: 1142px
    }
}

@media screen and (max-width:1366px) {
    .content-grid {
        max-width: 100%;
        padding: 112px 112px 200px;
        margin: 0 auto
    }
    .content-grid.full {
        padding: 80px 80px 0
    }
    .content-grid.full-profile {
        padding: 80px 80px 0!important
    }
    .content-grid.medium {
        max-width: 100%;
        padding: 0 112px 200px
    }
}

@media screen and (max-width:1365px) {
    .content-grid .account-hub-content .section-header:first-child {
        margin-top: 60px
    }
    .grid.grid-3-6-3 {
        grid-template-columns: 32.4324324324% 66.2162162162%;
        grid-template-areas: "sidebar1 content" "sidebar2 content"
    }
    .grid.grid-3-9, .grid.grid-8-4, .grid.grid-9-3 {
        grid-template-columns: 100%;
        grid-template-areas: "content" "sidebar"
    }
    .grid.grid-3-9 .forum-sidebar, .grid.grid-8-4 .forum-sidebar, .grid.grid-9-3 .forum-sidebar {
        display: none
    }
    .grid.grid-layout-1 {
        grid-template-areas: "header header header header" "sidebar sidebar contentsidebar contentsidebar" "content content content content"
    }
    .grid.grid-half.change-on-desktop {
        grid-template-columns: 100%
    }
    .grid.centered-on-mobile, .photos-masonry {
        -ms-flex-pack: center;
        justify-content: center
    }
    .photos-masonry {
        grid-template-areas: unset;
        grid-template-columns: repeat(auto-fit, 184px);
        grid-template-rows: none
    }
    .photos-masonry .photo-preview {
        height: 184px
    }
    .photos-masonry .photo-preview:first-child, .photos-masonry .photo-preview:nth-child(2), .photos-masonry .photo-preview:nth-child(3), .photos-masonry .photo-preview:nth-child(4), .photos-masonry .photo-preview:nth-child(5), .photos-masonry .photo-preview:nth-child(6), .photos-masonry .photo-preview:nth-child(7), .photos-masonry .photo-preview:nth-child(8), .photos-masonry .photo-preview:nth-child(9), .photos-masonry .photo-preview:nth-child(10) {
        grid-area: auto
    }
}

@media screen and (max-width:1070px) {
    .grid.grid-3-6-3 {
        grid-template-columns: 100%;
        grid-template-areas: "sidebar1" "sidebar2" "content"
    }
    .grid.grid-3-6-3.mobile-prefer-content {
        grid-template-areas: "content" "sidebar1" "sidebar2"
    }
    .grid.grid-3-6-3.mobile-prefer-content .grid-column:first-child, .grid.grid-3-6-3.mobile-prefer-content .grid-column:nth-child(3) {
        display: none
    }
    .grid.grid-3-9.mobile-prefer-content .grid-column:first-child {
        display: none
    }
    .grid.grid-3-6_9, .grid.grid-3-9, .grid.grid-6-3_9 {
        grid-template-columns: 100%;
        grid-template-areas: "content" "sidebar"
    }
}

@media screen and (max-width:960px) {
    .grid.grid-half, .grid.grid-layout-1 {
        grid-template-columns: 100%
    }
    .grid.grid-layout-1 {
        grid-template-areas: "header" "contentsidebar" "sidebar" "content"
    }
}

@media screen and (max-width:680px) {
    .content-grid {
        width: 95%;
        padding: 92px 0 200px
    }
    .content-grid.full {
        width: 100%;
        padding: 60px 0 0
    }
    .content-grid.full-profile {
        width: 100%;
        padding: 130px 10.625px 0!important
    }
    .content-grid.medium {
        width: 95%;
        padding: 0 0 200px
    }
    .chat-widget, .navigation-widget-desktop {
        display: none
    }
    .chat-widget-wrap .chat-widget {
        display: block
    }
}

@media screen and (max-width:460px) {
    .grid.grid-3-3-3-3, .grid.grid-4-4, .grid.grid-4-4-4 {
        grid-template-columns: 100%
    }
}

::-moz-selection {
    color: var(--white);
    background-color: var(--primary-blue)
}

::selection {
    color: var(--white);
    background-color: var(--primary-blue)
}

body {
    font-size: 16px;
    background-color: #161b28;
    overflow-x: hidden
}

body::-webkit-scrollbar {
    display: none;
}

a, h1, h2, h3, h4, h5, h6, p {
    color: var(--white);
    font-family: Rajdhani, sans-serif;
    line-height: 1em
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700
}

p a {
    color: var(--primary-blue);
    font-weight: 600
}

p .reaction {
    width: 20px;
    height: 20px;
    margin: 0 2px;
    position: relative;
    top: -2px
}

p .reaction:first-child {
    margin-left: 0
}

a:hover {
    color: var(--primary-blue);
    text-decoration: none
}

figure>img {
    width: 100%;
    height: 100%
}

@media screen and (max-width:480px) {
    .hide-text-mobile {
        display: none
    }
}

.button {
    display: inline-block;
    height: 48px;
    border-radius: 10px;
    background-color: #293249;
    color: var(--white);
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, .2)
}

.button.full {
    width: 100%
}

.button.medium {
    height: 54px;
    line-height: 54px
}

.button.small {
    height: 40px;
    font-size: .75rem;
    line-height: 40px
}

.button:hover {
    color: var(--white);
    background-color: #323e5b
}

.button.void {
    background-color: transparent;
    color: #9aa4bf;
    box-shadow: none
}

.button.void .button-icon {
    fill: #616a82
}

.button.void:hover {
    color: var(--white);
    background-color: var(--primary-blue)
}

.button.void:hover .button-icon {
    fill: var(--white)
}

.button.void.void-primary:hover {
    background-color: var(--green)
}

.button.void.void-secondary:hover {
    background-color: var(--primary-purple)
}

.button.void.void-danger:hover {
    background-color: #fd434f
}

.button.white-solid {
    background-color: var(--white);
    color: #3e3f5e
}

.button.white {
    background-color: transparent;
    border: 1px solid #3f485f;
    color: #9aa4bf;
    box-shadow: none
}

.button.white .button-icon {
    fill: #616a82
}

.button.white:hover {
    color: var(--white);
    background-color: var(--primary-blue);
    border-color: var(--primary-blue)
}

.button.white.white-tertiary:hover {
    background-color: #fd4350;
    border-color: #fd4350;
    box-shadow: 4px 7px 12px 0 rgba(253, 67, 80, .2)
}

.button.primary {
    background-color: var(--primary-blue);
    box-shadow: var(--primary-blue-shadow-btn);
}

.button.primary:hover {
    background-color: var(--secondary-blue)
}

.button.secondary {
    background-color: var(--primary-purple);
    box-shadow: var(--primary-purple-shadow-btn);
}

.button.secondary:hover {
    background-color: var(--secondary-purple)
}

.button.tertiary {
    background-color: #fd4350;
    box-shadow: 4px 7px 12px 0 rgba(253, 67, 80, .2)
}

.button.tertiary:hover {
    background-color: #ff7882
}

.button.twitch {
    background-color: #7b5dfa;
    box-shadow: 4px 7px 12px 0 rgba(123, 93, 250, .2)
}

.button.twitch:hover {
    background-color: #6a4fdf
}

.button.twitter {
    background-color: #1abcff;
    box-shadow: 3px 5px 10px 0 rgba(26, 188, 255, .2)
}

.button.twitter:hover {
    background-color: #0aabed
}

.button.add-field-button {
    width: 128px;
    margin-top: 40px
}

.button.padded {
    padding: 0 24px
}

.button .button-icon {
    fill: var(--white);
    transition: fill .2s ease-in-out
}

.button .button-icon.spaced {
    margin-right: 6px
}

.button.with-only-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.lined-text {
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    position: relative
}

.lined-text:after, .lined-text:before {
    content: "";
    width: 70px;
    height: 1px;
    background-color: #2f3749;
    position: absolute;
    top: 7px
}

.lined-text:before {
    left: 0
}

.lined-text:after {
    right: 0
}

.social-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center
}

.social-links.align-left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.social-links.small .social-link {
    margin-right: 8px
}

.social-links.small .social-link:last-child {
    margin-right: 0
}

.social-links.vertical {
    -ms-flex-direction: column;
    flex-direction: column
}

.social-links.vertical .social-link {
    margin: 0 0 16px
}

.social-links.vertical .social-link:last-child {
    margin: 0
}

.social-links.multiline {
    margin-top: -12px
}

.social-links.multiline .social-link {
    margin: 12px 12px 0 0
}

.social-links.multiline .social-link:last-child {
    margin-right: 0
}

.social-links .social-link {
    margin-right: 12px
}

.social-links .social-link:last-child {
    margin-right: 0
}

.social-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.social-link.small {
    width: 32px;
    height: 32px;
    border-radius: 8px
}

.social-link.small .social-link-icon {
    width: 10px;
    height: 10px
}

.social-link.no-hover:hover {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.social-link:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.social-link.facebook {
    background-color: #3763d2
}

.social-link.twitter {
    background-color: #1abcff
}

.social-link.twitch {
    background-color: #7b5dfa
}

.social-link.youtube {
    background-color: #fd434f
}

.social-link.instagram {
    background-color: #f8468d
}

.social-link.patreon {
    background-color: #ff7a51
}

.social-link.discord {
    background-color: #7289da
}

.social-link.google {
    background-color: #ffc529
}

.social-link.behance {
    background-color: #3486f5
}

.social-link.deviantart {
    background-color: #32e1d3
}

.social-link.artstation {
    background-color: #00e194
}

.social-link.dribbble {
    background-color: #f761ab
}

.social-link.void {
    background-color: var(--white);
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, .12)
}

.social-link.void.facebook .icon-facebook {
    fill: #3763d2
}

.social-link.void.twitter .icon-twitter {
    fill: #1abcff
}

.tab-switch {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.tab-switch .tab-switch-button:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.tab-switch .tab-switch-button:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.tab-switch-button {
    width: 180px;
    height: 54px;
    border: 1px solid #1d2333;
    color: #1d2333;
    font-size: 1rem;
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    cursor: pointer;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.tab-switch-button.active {
    color: var(--white);
    background-color: #1d2333;
    cursor: auto
}

.action-request-list {
    display: -ms-flexbox;
    display: flex
}

.action-request-list .action-request {
    margin-right: 12px
}

.action-request-list .action-request:last-child {
    margin-right: 0
}

.action-request {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #3f485f;
    border-radius: 10px;
    color: #adafca;
    font-size: .75rem;
    font-weight: 700;
    cursor: pointer;
    transition: border-color .2s ease-in-out, background-color .2s ease-in-out, color .2s ease-in-out
}

.action-request.with-text {
    width: auto;
    padding: 0 32px 0 22px
}

.action-request.with-text .action-request-icon {
    margin-right: 12px
}

.action-request:hover {
    color: var(--white)
}

.action-request:hover .action-request-icon {
    fill: var(--white);
    opacity: 1
}

.action-request.accept:hover {
    background-color: var(--green);
    border-color: var(--green)
}

.action-request.decline:hover {
    background-color: #fd434f;
    border-color: #fd434f
}

.action-request .action-request-icon {
    fill: #616a82;
    opacity: .6;
    transition: fill .2s ease-in-out, opacity .2s ease-in-out
}

.burger-icon {
    width: 20px;
    height: 14px;
    position: relative
}

.burger-icon.open .burger-icon-bar:first-child {
    width: 100%
}

.burger-icon.open .burger-icon-bar:nth-child(2) {
    width: 14px
}

.burger-icon.open .burger-icon-bar:nth-child(3) {
    width: 10px
}

.burger-icon.inverted .burger-icon-bar {
    left: 0
}

.burger-icon.inverted .burger-icon-bar:first-child {
    width: 100%
}

.burger-icon.inverted .burger-icon-bar:nth-child(2) {
    width: 100%
}

.burger-icon.inverted .burger-icon-bar:nth-child(3) {
    width: 100%
}

.burger-icon .burger-icon-bar {
    height: 2px;
    background-color: var(--white);
    position: absolute;
    right: 0;
    transition: width .4s ease-in-out
}

.burger-icon .burger-icon-bar:first-child {
    top: 0;
    width: 10px
}

.burger-icon .burger-icon-bar:nth-child(2) {
    top: 6px;
    width: 14px
}

.burger-icon .burger-icon-bar:nth-child(3) {
    top: 12px;
    width: 100%
}

.action-list {
    display: -ms-flexbox;
    display: flex;
    padding: 0 18px;
    position: relative
}

.action-list:before {
    width: 1px;
    content: "";
    height: 32px;
    position: absolute;
    background-color: rgba(63, 72, 95, .5);
}

.action-list:after {
    left: 0
}

.action-list:before {
    right: 0
}

.header-actions.no-login .action-list.dark:after, .header-actions.no-login .action-list.dark:before {
    background-color: transparent
}

.action-list.dark:after, .action-list.dark:before {
    background-color: #616a82
}

.action-list.dark:after, .action-list.dark:before {
    background-color: #616a82
}

.action-list.dark .action-list-item.active .action-list-item-icon, .action-list.dark .action-list-item.unread .action-list-item-icon, .action-list.dark .action-list-item:hover .action-list-item-icon {
    fill: var(--white)
}

.action-list.dark .action-list-item .action-list-item-icon {
    fill: var(--header-icon)
}

.action-list.dark .action-list-item:hover .action-list-item-icon {
    fill: var(--primary-blue)
}

.action-list .action-list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 14px;
    cursor: pointer
}

.action-list .action-list-item.active .action-list-item-icon, .action-list .action-list-item.unread .action-list-item-icon, .action-list .action-list-item:hover .action-list-item-icon {
    fill: #3e3f5e
}

.action-list .action-list-item.unread {
    position: relative
}

.action-list .action-list-item.unread:after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--primary-blue);
    position: absolute;
    top: 26px;
    right: 10px
}

.action-list .action-list-item .action-list-item-icon {
    fill: #616a82;
    transition: fill .3s ease-in-out
}

.action-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.action-item .action-item-icon {
    fill: #adafca
}

.action-item.dark .action-item-icon {
    fill: var(--white)
}

.user-stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.user-stats .user-stat {
    position: relative
}

.user-stats .user-stat.big:after {
    top: 8px
}

.user-stats .user-stat:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 6px;
    right: 0
}

.user-stats .user-stat:last-child:after {
    display: none
}

.user-stat {
    padding: 0 24px
}

.user-stat.big {
    padding: 0 30px
}

@media (max-width: 480px) {
    .user-stat.big.log {
        padding: 0 18px!important;
    }
}

.user-stat.big .reference-bullet {
    margin: 0 auto 20px
}

.user-stat.big .user-stat-title {
    font-size: 1.375rem
}

.user-stat.big .user-stat-text {
    font-size: .75rem
}

.user-stat .user-stat-text, .user-stat .user-stat-title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.user-stat .user-stat-title {
    font-size: .875rem
}

.user-stat .user-stat-title .user-stat-title-icon.positive {
    fill: var(--primary-blue)
}

.user-stat .user-stat-title .user-stat-title-icon.negative {
    fill: #f9515c
}

.user-stat .user-stat-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.user-stat .user-stat-icon+.user-stat-text {
    margin-top: 12px
}

.user-stat .user-stat-image {
    display: block;
    width: 24px;
    height: 16px
}

.user-stat .user-stat-image+.user-stat-text {
    margin-top: 15px
}

.user-stat .user-stat-text {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: .6875rem
}

.user-stat .rating-list {
    margin-top: 10px
}

.badge-list {
    display: grid;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 32px);
    grid-gap: 14px
}

.badge-list.align-left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.badge-list.small {
    grid-gap: 8px
}

.badge-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 35px;
    position: relative
}

.badge-item img {
    position: absolute;
    top: 0;
    left: 0
}

.badge-item .badge-item-text {
    color: var(--white);
    font-size: .6875rem;
    font-weight: 700;
    position: relative;
    top: 1px;
    z-index: 2
}

.tag-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -12px
}

.tag-list .tag-item {
    margin: 12px 12px 0 0
}

.tag-item {
    display: block;
    height: 24px;
    padding: 0 12px;
    border-radius: 200px;
    background-color: #3e3f5e;
    color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    line-height: 24px
}

.tag-item.secondary {
    background-color: var(--primary-purple);
    transition: background-color .2s ease-in-out
}

.tag-item.secondary:hover {
    color: var(--white);
    background-color: var(--primary-blue)
}

.xm-tooltip-text {
    padding: 0 12px;
    border-radius: 200px;
    background-color: #293249;
    color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    line-height: 24px
}

.user-short-description {
    padding-top: 84px;
    position: relative
}

.user-short-description.big {
    padding-top: 52px
}

.user-short-description.big .user-short-description-avatar {
    top: -116px;
    margin-left: -74px
}

.user-short-description.big .user-short-description-title {
    font-size: 1.5rem
}

.user-short-description.big .user-short-description-text {
    font-size: .75rem
}

.user-short-description.small {
    padding-top: 62px
}

.user-short-description.small .user-short-description-avatar {
    margin-left: -50px
}

.user-short-description.landscape {
    padding: 0 0 0 32px
}

.user-short-description.landscape .user-short-description-avatar {
    top: 0;
    margin-left: 0
}

.user-short-description.landscape .user-short-description-text, .user-short-description.landscape .user-short-description-title {
    text-align: left
}

.user-short-description.landscape.tiny {
    height: 56px;
    padding-top: 12px
}

.user-short-description.landscape.tiny .user-short-description-avatar {
    left: -25px
}

.user-short-description .user-short-description-avatar {
    position: absolute;
    top: -54px;
    left: 50%;
    margin-left: -60px
}

.user-short-description .user-short-description-text, .user-short-description .user-short-description-title {
    font-weight: 700;
    text-align: center
}

.user-short-description .user-short-description-title {
    font-size: 1.125rem
}

.user-short-description .user-short-description-title a {
    color: var(--white);
    font-weight: 700
}

.user-short-description .user-short-description-title.small {
    font-size: .875rem
}

.user-short-description .user-short-description-text {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: .6875rem;
    font-weight: 700;
    text-transform: uppercase
}

.user-short-description .user-short-description-text a {
    color: #9aa4bf;
    font-weight: 700
}

.user-short-description .user-short-description-text a:hover {
    color: var(--primary-blue)
}

.user-short-description .user-short-description-text.regular {
    font-size: .75rem;
    font-weight: 500;
    text-transform: none
}

.slider-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slider-control.negative .slider-control-icon {
    fill: var(--white)
}

.slider-control.negative.disabled, .slider-control.negative[aria-disabled=true] {
    opacity: .4
}

.slider-control.negative.disabled:hover .slider-control-icon, .slider-control.negative[aria-disabled=true]:hover .slider-control-icon {
    fill: var(--white);
    opacity: .4
}

.slider-control.negative:hover .slider-control-icon {
    fill: var(--white);
    opacity: 1
}

.slider-control.disabled, .slider-control[aria-disabled=true] {
    opacity: .5
}

.slider-control.disabled:hover .slider-control-icon, .slider-control[aria-disabled=true]:hover .slider-control-icon {
    fill: #616a82;
    opacity: .5
}

.slider-control .slider-control-icon {
    fill: #616a82;
    pointer-events: none;
    opacity: .6;
    transition: fill .2s ease-in-out, opacity .2s ease-in-out
}

.slider-control.left .slider-control-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.slider-control:hover .slider-control-icon {
    fill: var(--white);
    opacity: 1
}

.slider-roster {
    display: -ms-flexbox;
    display: flex
}

.slider-roster .slider-roster-item {
    margin-right: 8px
}

.slider-roster .slider-roster-item:last-child {
    margin-right: 0
}

.slider-roster-item {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--white);
    opacity: .2;
    cursor: pointer
}

.slider-roster-item.tns-nav-active {
    opacity: 1
}

.tag-sticker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background-color: var(--primary-purple);
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, .1)
}

.tag-sticker .tag-sticker-icon, .tag-sticker .tag-sticker-icon.primary {
    fill: var(--white)
}

.text-sticker {
    height: 32px;
    padding: 0 14px;
    border-radius: 200px;
    background-color: #293249;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, .12);
    font-size: .875rem;
    font-weight: 700;
    line-height: 32px
}

.text-sticker.round {
    border-radius: 12px
}

.text-sticker .highlighted {
    color: var(--primary-blue)
}

.text-sticker .text-sticker-icon {
    margin-right: 4px;
    fill: var(--green)
}

.text-sticker.small-text {
    font-size: .75rem
}

.text-sticker.small {
    height: 24px;
    padding: 0 12px;
    font-size: .75rem;
    line-height: 24px
}

.text-sticker.medium {
    height: 44px;
    padding: 0 16px;
    line-height: 44px
}

.text-sticker.negative {
    color: var(--white);
    background: #1d2333
}

.text-sticker.void {
    box-shadow: none;
    background-color: transparent
}

.date-sticker {
    width: 44px
}

.date-sticker .date-sticker-day, .date-sticker .date-sticker-month {
    color: var(--white);
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.date-sticker .date-sticker-day {
    padding: 10px 0 6px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: #293249;
    font-size: 1.25rem
}

.date-sticker .date-sticker-month {
    padding: 4px 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: var(--primary-blue);
    font-size: .75rem
}

.decorated-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.decorated-text .decorated-text-icon {
    margin-right: 8px;
    fill: var(--primary-blue)
}

.decorated-text .decorated-text-content {
    font-size: .875rem;
    font-weight: 500
}

.simple-dropdown {
    width: 140px;
    padding: 10px 0;
    border-radius: 12px;
    background-color: #293249;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .12)
}

.simple-dropdown.padded {
    padding: 12px 16px 16px
}

.simple-dropdown .simple-dropdown-link {
    padding: 8px 16px;
    font-size: .75rem;
    font-weight: 700;
    cursor: pointer;
    transition: color .2s ease-in-out, padding-left .2s ease-in-out
}

.simple-dropdown .simple-dropdown-link:hover {
    padding-left: 20px;
    color: var(--primary-blue)
}

.simple-dropdown .simple-dropdown-text {
    font-size: .75rem;
    font-weight: 500
}

.simple-dropdown .simple-dropdown-text+.simple-dropdown-text {
    margin-top: 4px
}

.simple-dropdown .simple-dropdown-text .reaction {
    margin-right: 4px
}

.simple-dropdown .simple-dropdown-text .bold {
    font-weight: 700
}

.paragraph {
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.information-line-list .information-line {
    margin-bottom: 14px
}

.information-line-list .information-line:last-child {
    margin-bottom: 0
}

.information-line {
    display: -ms-flexbox;
    display: flex
}

.information-line .information-line-text, .information-line .information-line-title {
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.information-line .information-line-title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    color: #9aa4bf
}

.information-line .information-line-text .bold {
    font-weight: 700
}

.information-block-list .information-block {
    margin-bottom: 26px
}

.information-block-list .information-block:last-child {
    margin-bottom: 0
}

.information-block .information-block-title {
    font-size: .875rem;
    font-weight: 700
}

.information-block .information-block-text {
    margin-top: 10px;
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.timeline-information-list .timeline-information {
    padding-bottom: 24px
}

.timeline-information-list .timeline-information:last-child {
    padding-bottom: 0
}

.timeline-information-list .timeline-information:last-child:before {
    display: none
}

.timeline-information {
    padding-left: 28px;
    position: relative
}

.timeline-information:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #2f3749;
    position: absolute;
    top: 0;
    left: 6px
}

.timeline-information:after {
    content: "";
    width: 13px;
    height: 13px;
    border: 4px solid var(--primary-blue);
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 0
}

.timeline-information .timeline-information-title {
    font-size: .875rem;
    font-weight: 700
}

.timeline-information .timeline-information-date {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.timeline-information .timeline-information-text {
    margin-top: 8px;
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.rating-list {
    display: -ms-flexbox;
    display: flex
}

.rating-list.form-rating .rating {
    cursor: pointer
}

.rating-list .rating {
    margin-right: 3px
}

.rating-list .rating.medium {
    margin-right: 4px
}

.rating-list .rating:last-child, .rating-list .rating:last-child.medium {
    margin-right: 0
}

.rating {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 9px;
    height: 8px
}

.rating.dark .rating-icon {
    fill: #616a82
}

.rating.dark.filled .rating-icon {
    fill: var(--white)10d
}

.rating.medium {
    width: 13px;
    height: 12px
}

.rating.filled .rating-icon {
    fill: #ffe00d
}

.rating .rating-icon {
    fill: #616a82
}

.filters {
    display: -ms-flexbox;
    display: flex
}

.filters .filter {
    margin-right: 20px;
    padding-bottom: 4px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 700;
    opacity: .6;
    cursor: pointer;
    transition: color .2s ease-in-out, opacity .2s ease-in-out
}

.filters .filter.active, .filters .filter:hover {
    color: var(--white);
    opacity: 1
}

.filters .filter.active {
    border-bottom: 2px solid var(--primary-blue)
}

.filters .filter:last-child {
    margin-right: 0
}

.filter-tabs {
    display: -ms-flexbox;
    display: flex
}

.filter-tabs .filter-tab:before {
    left: 0
}

.filter-tabs .filter-tab:before, .filter-tabs .filter-tab:last-child:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 38px
}

.filter-tabs .filter-tab:last-child:after {
    right: 0
}

.filter-tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 162px;
    height: 100%;
    border-bottom: 4px solid transparent;
    cursor: pointer;
    position: relative;
    transition: border-color .2s ease-in-out
}

.filter-tab.secondary.active {
    border-bottom-color: var(--primary-purple)
}

.filter-tab.active {
    border-bottom-color: var(--primary-blue)
}

.filter-tab.active .filter-tab-text {
    color: var(--white)
}

.filter-tab .filter-tab-text {
    padding: 4px 0;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 700;
    transition: color .2s ease-in-out
}

.view-actions {
    display: -ms-flexbox;
    display: flex
}

.view-actions .view-action {
    margin-right: 26px
}

.view-actions .view-action:last-child {
    margin-right: 0
}

.view-action {
    cursor: pointer
}

.view-action.active .view-action-icon, .view-action:hover .view-action-icon {
    fill: var(--white);
    opacity: 1
}

.view-action .view-action-icon {
    fill: #616a82;
    opacity: .4;
    transition: opacity .2s ease-in-out, fill .2s ease-in-out
}

.tweets .tweet {
    margin-bottom: 28px
}

.tweets .tweet:last-child {
    margin-bottom: 0
}

.tweet .tweet-author {
    display: block;
    min-height: 32px;
    padding-left: 40px;
    position: relative
}

.tweet .tweet-author .tweet-author-image {
    position: absolute;
    top: 0;
    left: 0
}

.tweet .tweet-author .tweet-author-title {
    font-size: .875rem;
    font-weight: 700
}

.tweet .tweet-author .tweet-author-text {
    margin-top: 6px;
    font-size: .75rem;
    font-weight: 500
}

.tweet .tweet-text {
    display: block;
    margin-top: 16px;
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.tweet .tweet-text .highlighted {
    color: var(--primary-blue);
    font-weight: 600
}

.tweet .tweet-timestamp {
    margin-top: 12px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500
}

.play-button {
    width: 46px;
    height: 46px;
    padding: 12px 0 0 15px;
    border: 4px solid var(--primary-blue);
    border-radius: 50%;
    background-color: rgba(21, 21, 31, .96)
}

.play-button .play-button-icon {
    display: block
}

.iframe-wrap {
    width: 100%;
    padding-top: 56.25%;
    position: relative
}

.iframe-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.popup-picture, .popup-video {
    width: 80%;
    opacity: 0;
    visibility: hidden
}

.popup-picture {
    height: 80%;
    display: flex;
    top: 80px!important;
    display: -ms-flexbox;
    position: absolute!important;
}

.popup-picture .widget-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 384px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.popup-picture .widget-box .meta-line.settings {
    margin-left: 22px
}

.popup-picture .widget-box .meta-line.settings .post-settings {
    width: 22px
}

.popup-picture .widget-box .widget-box-scrollable {
    overflow: hidden auto
}

.popup-picture .widget-box .post-comment.reply-2 {
    padding-left: 96px
}

.popup-picture .widget-box .post-comment.reply-2 .user-avatar {
    left: 42px
}

.popup-picture .popup-picture-image-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #15151f
}

.popup-picture .popup-picture-image-wrap .popup-picture-image {
    width: 100%;
    height: auto
}

.popup-event {
    width: 90%;
    max-width: 584px;
    border-radius: 12px;
    background-color: #1d2333;
    opacity: 0;
    visibility: hidden
}

.popup-event .popup-event-cover {
    width: 100%;
    height: 204px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.popup-event .popup-event-info {
    padding: 32px 28px;
    position: relative
}

.popup-event .popup-event-info .user-avatar-list {
    margin-top: 18px
}

.popup-event .popup-event-info .g-map {
    height: 260px;
    margin-top: 22px
}

.popup-event .popup-event-title {
    font-size: 1.5rem;
    font-weight: 700
}

.popup-event .popup-event-subtitle {
    margin-top: 32px;
    font-size: 1rem;
    font-weight: 700
}

.popup-event .popup-event-text {
    margin-top: 16px;
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
    color: #9aa4bf
}

.popup-event .decorated-feature-list {
    margin-top: 14px
}

.popup-event .popup-event-button {
    width: 200px;
    position: absolute;
    top: -30px;
    right: 28px
}

.popup-event>.content-actions {
    border-top: 1px solid #2f3749;
    margin: 0 28px
}

.popup-close-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: var(--primary-purple);
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 2;
    transition: background-color .2s ease-in-out
}

.popup-close-button:hover {
    background-color: var(--secondary-purple)
}

.popup-close-button .popup-close-button-icon {
    pointer-events: none
}

.decorated-feature-list {
    margin-top: -18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.decorated-feature-list .decorated-feature {
    width: 50%;
    margin-top: 18px
}

.decorated-feature {
    display: -ms-flexbox;
    display: flex
}

.decorated-feature .decorated-feature-icon {
    margin-top: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    fill: var(--primary-blue)
}

.decorated-feature .decorated-feature-info {
    margin-left: 12px
}

.decorated-feature .decorated-feature-title {
    font-size: 1rem;
    font-weight: 700
}

.decorated-feature .decorated-feature-text {
    margin-top: 2px;
    color: #8f91ac;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.meta-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.meta-line+.meta-line {
    margin-left: 22px
}

.meta-line .meta-line-list+.meta-line-text {
    margin-left: 10px
}

.meta-line.settings {
    margin-left: 14px
}

.meta-line .meta-line-text {
    font-size: .75rem;
    font-weight: 700
}

.meta-line .meta-line-text a {
    color: var(--white);
    font-weight: 700
}

.meta-line .meta-line-link {
    font-size: .75rem;
    font-weight: 700;
    cursor: pointer;
    transition: color .2s ease-in-out
}

.meta-line .meta-line-link.light {
    color: #9aa4bf
}

.meta-line .meta-line-link:hover {
    color: var(--primary-blue)
}

.meta-line .meta-line-timestamp {
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500
}

.reaction-options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 64px;
    padding: 0 16px;
    border-radius: 200px;
    background-color: #293249;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .12)
}

.reaction-options.small {
    height: 40px
}

.reaction-options.small .reaction-option {
    width: 20px;
    height: 20px
}

.reaction-options .reaction-option {
    width: 40px;
    height: 40px;
    margin-right: 8px;
    cursor: pointer;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.reaction-options .reaction-option:last-child {
    margin-right: 0
}

.reaction-options .reaction-option:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.reaction-options .reaction-option .reaction-option-image {
    width: 100%;
    height: 100%
}

.post-options {
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 65px;
    padding: 0 28px;
    border-top: 1px solid #2f3749;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: var(--soft-grey)
}

.post-option, .post-options {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.post-option {
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
    height: 44px;
    border-radius: 12px;
    cursor: pointer;
    transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out
}

.post-option.no-text {
    width: 80px
}

.post-option.no-text .post-option-icon {
    margin-right: 0
}

.post-option.active, .post-option:hover {
    background-color: #293249;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, .1)
}

.post-option.active .post-option-icon, .post-option:hover .post-option-icon {
    fill: var(--primary-blue);
    opacity: 1
}

.post-option.active .post-option-text, .post-option:hover .post-option-text {
    color: var(--white)
}

.post-option .post-option-icon {
    margin-right: 16px;
    fill: #616a82;
    opacity: .6;
    transition: fill .2s ease-in-out, opacity .2s ease-in-out
}

.post-option .post-option-icon.icon-thumbs-up {
    position: relative;
    top: -2px
}

.post-option .post-option-text {
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    transition: color .2s ease-in-out
}

.post-settings {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 30px;
    cursor: pointer
}

.post-settings .post-settings-icon {
    fill: #616a82;
    opacity: .4;
    transition: opacity .2s ease-in-out, fill .2s ease-in-out
}

.post-settings.active .post-settings-icon, .post-settings:hover .post-settings-icon {
    fill: var(--white);
    opacity: 1
}

.slider-line {
    height: 120px;
    padding: 0 48px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    position: relative
}

.slider-line.small {
    height: 100px
}

.slider-line.small .slider-controls {
    top: 40px
}

.slider-line.small .slider-slides .user-stat {
    height: 100px
}

.slider-line.medium {
    height: 160px
}

.slider-line.medium .slider-controls {
    top: 70px
}

.slider-line.medium .slider-slides.with-separator .slider-slide:before, .slider-line.medium .slider-slides.with-separator .slider-slide:last-child:after {
    height: 40px;
    top: 60px
}

.slider-line.medium .slider-slides .reaction-stat {
    height: 160px
}

.slider-line .slider-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 14px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1
}

.slider-line .slider-slides {
    position: relative;
    z-index: 2
}

.slider-line .slider-slides.with-separator .slider-slide {
    position: relative
}

.slider-line .slider-slides.with-separator .slider-slide:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 40px;
    left: 0
}

.slider-line .slider-slides.with-separator .slider-slide:last-child:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 40px;
    right: 0
}

.slider-line .slider-slides .stat-block {
    height: 120px;
    padding-left: 28px;
    -ms-flex-align: center;
    align-items: center
}

.slider-line .slider-slides .user-stat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.slider-line .slider-slides .reaction-stat, .slider-line .slider-slides .user-stat {
    -ms-flex-pack: center;
    justify-content: center
}

.stat-block-list .stat-block {
    margin-bottom: 22px
}

.stat-block-list .stat-block:last-child {
    margin-bottom: 0
}

.stat-block {
    display: -ms-flexbox;
    display: flex;
    min-height: 48px
}

.stat-block .stat-block-decoration {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(-145deg, var(--primary-blue), var(--primary-purple));
    margin-right: 16px
}

.stat-block .stat-block-decoration .stat-block-decoration-icon {
    fill: var(--white)
}

.stat-block .stat-block-info {
    margin-top: 6px
}

.stat-block .stat-block-info .stat-block-title {
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.stat-block .stat-block-info .stat-block-text {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 700
}

.achievement-status-list {
    display: -ms-flexbox;
    display: flex
}

.achievement-status-list .achievement-status {
    width: 50%
}

.achievement-status-list .achievement-status .achievement-status-info {
    position: relative
}

.achievement-status-list .achievement-status .achievement-status-info:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #2f3749;
    position: absolute;
    top: 0;
    right: 0
}

.achievement-status-list .achievement-status:last-child .achievement-status-info:after {
    display: none
}

.achievement-status {
    text-align: center
}

.achievement-status .achievement-status-progress {
    font-size: 1.375rem;
    font-weight: 700
}

.achievement-status .achievement-status-info {
    margin-top: 14px
}

.achievement-status .achievement-status-info .achievement-status-title {
    font-size: .875rem;
    font-weight: 700
}

.achievement-status .achievement-status-info .achievement-status-text {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.achievement-status .achievement-status-image {
    display: block;
    margin: 22px auto 0
}

.page-loader {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1d2333;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out
}

.page-loader.hidden {
    opacity: 0;
    visibility: hidden
}

.page-loader .page-loader-decoration {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    border-radius: 28px;
    background-color: var(--primary-purple)
}

.page-loader .page-loader-decoration .icon-logo {
    fill: var(--white);
    width: 36px;
    height: 52px
}

.page-loader .page-loader-info .page-loader-info-text, .page-loader .page-loader-info .page-loader-info-title {
    color: var(--white);
    text-transform: uppercase;
    text-align: center
}

.page-loader .page-loader-info .page-loader-info-title {
    margin-top: 24px;
    font-family: Titillium Web, sans-serif;
    font-size: 1.75rem;
    font-weight: 900
}

.page-loader .page-loader-info .page-loader-info-text {
    margin-top: 10px;
    font-size: .75rem;
    font-weight: 700
}

.page-loader .page-loader-indicator {
    margin-top: 60px
}

.reaction-count-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.reaction-count-list.landscape {
    -ms-flex-direction: row;
    flex-direction: row
}

.reaction-count-list.landscape .reaction-count {
    margin: 0 32px 0 0
}

.reaction-count-list.landscape .reaction-count:last-child {
    margin: 0
}

.reaction-count-list .reaction-count {
    margin-bottom: 22px
}

.reaction-count-list .reaction-count:last-child {
    margin-bottom: 0
}

.reaction-count {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.reaction-count.negative .reaction-count-icon {
    fill: var(--primary-blue)
}

.reaction-count.negative .reaction-count-text {
    color: var(--white)
}

.reaction-count .reaction-count-icon {
    fill: var(--primary-blue)
}

.reaction-count .reaction-count-text {
    margin-left: 16px;
    font-size: .75rem;
    font-weight: 700;
    position: relative;
    top: 1px
}

.upload-item-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, 168px);
    grid-gap: 16px 22px
}

.upload-item-list, .upload-item:first-child {
    -ms-flex-pack: center;
    justify-content: center
}

.upload-item:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 168px;
    background-color: var(--primary-blue);
    border-radius: 12px;
    cursor: pointer
}

.upload-item:first-child .icon-plus {
    pointer-events: none
}

.upload-item .upload-item-image {
    width: 100%;
    height: 168px;
    border-radius: 12px
}

.upload-item .checkbox-wrap, .upload-item .form-input {
    margin-top: 16px
}

.simple-accordion-list .simple-accordion {
    margin-bottom: 22px
}

.simple-accordion-list .simple-accordion:last-child {
    margin-bottom: 0
}

.simple-accordion .simple-accordion-header {
    position: relative
}

.simple-accordion .simple-accordion-header.selected .simple-accordion-icon .icon-plus-small {
    display: none
}

.simple-accordion .simple-accordion-header.selected .simple-accordion-icon .icon-minus-small {
    display: block
}

.simple-accordion .simple-accordion-header .simple-accordion-title {
    padding-right: 16px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 20px;
    cursor: pointer
}

.simple-accordion .simple-accordion-header .simple-accordion-icon {
    position: absolute;
    top: 4px;
    right: 0;
    cursor: pointer
}

.simple-accordion .simple-accordion-header .simple-accordion-icon .icon-minus-small, .simple-accordion .simple-accordion-header .simple-accordion-icon .icon-plus-small {
    fill: var(--primary-blue)
}

.simple-accordion .simple-accordion-header .simple-accordion-icon .icon-plus-small {
    display: block
}

.simple-accordion .simple-accordion-header .simple-accordion-icon .icon-minus-small {
    display: none
}

.simple-accordion .simple-accordion-header .simple-accordion-content {
    margin-top: 20px
}

.simple-accordion .simple-accordion-header .simple-accordion-content .simple-accordion-text {
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.week-box {
    display: -ms-flexbox;
    display: flex;
    background-color: #1d2333;
    border-radius: 12px;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, .1)
}

.week-box .week-box-item {
    width: 14.2857142857%;
    position: relative
}

.week-box .week-box-item:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 40px;
    right: 0
}

.week-box .week-box-item:last-child:after {
    display: none
}

.week-box-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px
}

.week-box-item.active {
    border-bottom: 4px solid var(--primary-blue)
}

.week-box-item.active .week-box-item-title {
    color: var(--primary-blue)
}

.week-box-item.active .week-box-item-text {
    color: var(--white)
}

.week-box-item .week-box-item-text, .week-box-item .week-box-item-title {
    font-weight: 700;
    text-transform: uppercase
}

.week-box-item .week-box-item-title {
    font-size: 1.375rem
}

.week-box-item .week-box-item-text {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: .75rem
}

.forum-category {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.forum-category .forum-category-image {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.forum-category .forum-category-info {
    margin-left: 28px
}

.forum-category .forum-category-info .forum-category-title {
    font-size: 1.125rem;
    font-weight: 700
}

.forum-category .forum-category-info .forum-category-title a {
    color: var(--white);
    font-weight: 700
}

.forum-category .forum-category-info .forum-category-text {
    margin-top: 14px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.forum-category .forum-category-info .forum-category-link {
    margin-top: 16px;
    font-size: .875rem;
    font-weight: 700
}

.forum-category .forum-category-info .forum-category-link a {
    color: var(--white);
    font-weight: 700
}

.forum-category .forum-category-info .forum-category-link a:hover {
    color: var(--primary-blue)
}

.discussion-preview.pinned .discussion-preview-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.discussion-preview.pinned .discussion-preview-title:before {
    content: "Pinned";
    height: 20px;
    padding: 0 8px;
    margin-right: 12px;
    border-radius: 200px;
    background-color: var(--primary-blue);
    color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px
}

.discussion-preview .discussion-preview-title {
    font-size: 1rem;
    font-weight: 700
}

.discussion-preview .discussion-preview-title+.discussion-preview-meta {
    margin-top: 8px
}

.discussion-preview .page-items {
    margin-top: 12px
}

.discussion-preview .discussion-preview-meta {
    margin-top: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.discussion-preview .discussion-preview-meta .discussion-preview-meta-text {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.discussion-preview .discussion-preview-meta .discussion-preview-meta-text a {
    color: var(--white);
    font-weight: 700
}

.discussion-preview .discussion-preview-meta .discussion-preview-meta-text a.highlighted {
    color: var(--primary-blue)
}

.discussion-preview .discussion-preview-meta .discussion-preview-meta-text .separator {
    margin: 0 8px
}

.discussion-preview .discussion-preview-meta .user-avatar {
    margin: 0 6px
}

.page-items {
    display: -ms-flexbox;
    display: flex
}

.page-items .page-item {
    margin-right: 6px
}

.page-items .page-item:last-child {
    margin-right: 0
}

.page-item {
    height: 24px;
    padding: 0 8px;
    border-radius: 8px;
    background-color: #293249;
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, .12);
    font-size: .75rem;
    font-weight: 700;
    line-height: 24px
}

.page-item.void {
    box-shadow: none
}

.quick-post {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.quick-post.medium .quick-post-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 82px;
    padding-left: 28px
}

.quick-post.medium .quick-post-body .form-textarea textarea {
    height: 200px
}

.quick-post.medium .quick-post-footer {
    min-height: 92px
}

.quick-post.medium .quick-post-footer .quick-post-footer-actions .button {
    width: 120px
}

.quick-post.medium .quick-post-footer .quick-post-footer-actions .button:last-child {
    width: 140px
}

.quick-post .quick-post-header {
    border-bottom: 1px solid #2f3749
}

.quick-post .quick-post-header .quick-post-header-title {
    font-size: 1rem;
    font-weight: 700
}

.quick-post .quick-post-header .option-items {
    height: 65px;
    background-color: #1d2333;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px
}

.quick-post .quick-post-header .option-items .option-item {
    width: 33.3333333333%
}

.quick-post .quick-post-header .option-items .option-item:after {
    top: 22px
}

.option-item[aria-expanded="true"] {
    border-bottom: 4px solid var(--primary-blue);
}

.option-item[aria-expanded="true"] .option-item-title {
    color: var(--white);
}

.option-item[aria-expanded="true"] .option-item-icon {
    fill: var(--white);
}

.quick-post .quick-post-body .form-textarea {
    background-color: var(--soft-grey)
}

.quick-post .quick-post-body .form-textarea textarea {
    height: 120px;
    background-color: var(--soft-grey);
    border-radius: 0;
    border: none
}

.quick-post .quick-post-body .form-textarea textarea::-webkit-input-placeholder {
    font-weight: 500
}

.quick-post .quick-post-body .form-textarea textarea::-moz-placeholder {
    font-weight: 500
}

.quick-post .quick-post-body .form-textarea textarea:-ms-input-placeholder {
    font-weight: 500
}

.quick-post .quick-post-body .form-textarea textarea::-ms-input-placeholder {
    font-weight: 500
}

.quick-post .quick-post-body .form-textarea textarea::placeholder {
    font-weight: 500
}

.quick-post .quick-post-body .form-textarea input {
    border: none;
    height: 50px;
    border-radius: 0;
    background-color: var(--soft-grey);
}

.quick-post .quick-post-body .form-textarea input::-webkit-input-placeholder {
    font-weight: 500
}

.quick-post .quick-post-body .form-textarea input::-moz-placeholder {
    font-weight: 500
}

.quick-post .quick-post-body .form-textarea input:-ms-input-placeholder {
    font-weight: 500
}

.quick-post .quick-post-body .form-textarea input::-ms-input-placeholder {
    font-weight: 500
}

.quick-post .quick-post-body .form-textarea input::placeholder {
    font-weight: 500
}

.quick-post .quick-post-body .form-textarea .form-textarea-limit-text {
    color: #9aa4bf;
    padding-top: 10px;
    height: 40px
}

.quick-post .quick-post-footer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 76px;
    padding: 0 28px;
    border-top: 1px solid #2f3749;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.quick-post .quick-post-footer, .quick-post .quick-post-footer .quick-post-footer-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.quick-post .quick-post-footer .quick-post-footer-actions .quick-post-footer-action {
    margin-right: 22px
}

.quick-post .quick-post-footer .quick-post-footer-actions .quick-post-footer-action:last-child {
    margin-right: 0
}

.quick-post .quick-post-footer .quick-post-footer-actions .button {
    width: 80px;
    margin-right: 6px
}

.quick-post .quick-post-footer .quick-post-footer-actions .button:last-child {
    margin-right: 0
}

.quick-post .quick-post-footer .quick-post-footer-action {
    cursor: pointer
}

.quick-post .quick-post-footer .quick-post-footer-action:hover .quick-post-footer-action-icon {
    fill: var(--white)
}

.quick-post .quick-post-footer .quick-post-footer-action .quick-post-footer-action-icon {
    transition: fill .2s ease-in-out
}

.option-items {
    display: -ms-flexbox;
    display: flex
}

.option-items .option-item {
    position: relative
}

.option-items .option-item:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 0;
    right: 0
}

.option-items .option-item:last-child:after {
    display: none
}

.option-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.option-item.active {
    border-bottom: 4px solid var(--primary-blue)
}

.option-item.active .option-item-icon {
    fill: var(--white)
}

.option-item.active .option-item-title {
    color: var(--white)
}

.option-item .option-item-icon {
    margin-right: 16px;
    fill: #616a82
}

.option-item .option-item-title {
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700
}

.stats-box {
    height: 220px;
    padding: 90px 28px 0;
    border-radius: 12px
}

.stats-box.small {
    height: 142px;
    padding-top: 32px
}

.stats-box.small .stats-box-value {
    font-size: 1.75rem
}

.stats-box.small .stats-box-title {
    font-size: .875rem
}

.stats-box.small.stat-profile-views {
    background: url(../img/graph/stat/01.jpg) no-repeat 50%;
    background-size: cover
}

.stats-box.small.stat-posts-created {
    background: url(../img/graph/stat/02.jpg) no-repeat 50%;
    background-size: cover
}

.stats-box.small.stat-reactions-received {
    background: url(../img/graph/stat/03.jpg) no-repeat 50%;
    background-size: cover
}

.stats-box.small.stat-comments-received {
    background: url(../img/graph/stat/04.jpg) no-repeat 50%;
    background-size: cover
}

.stats-box.stat-profile-views {
    background: url(../img/graph/stat/01-big.png) no-repeat 50%;
    background-size: cover
}

.stats-box.stat-posts-created {
    background: url(../img/graph/stat/02-big.png) no-repeat 50%;
    background-size: cover
}

.stats-box.stat-reactions-received {
    background: url(../img/graph/stat/03-big.png) no-repeat 50%;
    background-size: cover
}

.stats-box.stat-comments-received {
    background: url(../img/graph/stat/04-big.png) no-repeat 50%;
    background-size: cover
}

.stats-box .stats-box-diff-value, .stats-box .stats-box-text, .stats-box .stats-box-title, .stats-box .stats-box-value {
    color: var(--white)
}

.stats-box .stats-box-value-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.stats-box .stats-box-value-wrap .stats-box-diff {
    margin-left: 12px
}

.stats-box .stats-box-value {
    font-size: 2rem;
    font-weight: 700
}

.stats-box .stats-box-diff {
    margin-left: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    top: 2px
}

.stats-box .stats-box-diff .stats-box-diff-icon {
    margin-right: 4px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--white)
}

.stats-box .stats-box-diff .stats-box-diff-icon .icon-minus-small, .stats-box .stats-box-diff .stats-box-diff-icon .icon-plus-small {
    width: 6px;
    height: 6px
}

.stats-box .stats-box-diff .stats-box-diff-icon.positive {
    border-color: var(--primary-blue)
}

.stats-box .stats-box-diff .stats-box-diff-icon.positive .icon-plus-small {
    fill: var(--primary-blue)
}

.stats-box .stats-box-diff .stats-box-diff-icon.negative {
    border-color: #ff5384
}

.stats-box .stats-box-diff .stats-box-diff-icon.negative .icon-minus-small {
    fill: #ff5384
}

.stats-box .stats-box-diff .stats-box-diff-value {
    font-size: .75rem;
    font-weight: 700;
    position: relative;
    top: 1px
}

.stats-box .stats-box-title {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 700
}

.stats-box .stats-box-text {
    margin-top: 2px;
    font-size: .75rem;
    font-weight: 500
}

.stats-box-slider {
    position: relative
}

.stats-box-slider .stats-box-slider-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 28px 28px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.stats-box-slider .stats-box-slider-controls .stats-box-slider-controls-title {
    color: var(--white);
    font-size: 1rem;
    font-weight: 700
}

.stats-box-slider .stats-box-slider-controls .slider-controls {
    display: -ms-flexbox;
    display: flex
}

.stats-box-slider .stats-box-slider-controls .slider-controls .slider-control:first-child {
    margin-right: 2px
}

.reaction-stats {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.reaction-stats .reaction-stat {
    width: 114px;
    position: relative
}

.reaction-stats .reaction-stat:after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #2f3749;
    position: absolute;
    top: 32px;
    right: 0
}

.reaction-stats .reaction-stat:last-child:after {
    display: none
}

.reaction-stat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.reaction-stat .reaction-stat-image {
    width: 40px;
    height: 40px
}

.reaction-stat .reaction-stat-title {
    margin-top: 16px;
    font-size: 1.375rem;
    font-weight: 700
}

.reaction-stat .reaction-stat-text {
    margin-top: 8px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.simple-tab-items {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #2f3749
}

.simple-tab-items .simple-tab-item {
    margin-right: 40px
}

.simple-tab-items .simple-tab-item:last-child {
    margin-right: 0
}

.simple-tab-items .form {
    display: none
}

.simple-tab-item {
    height: 36px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 700;
    opacity: .6;
    cursor: pointer
}

.simple-tab-item.active {
    border-bottom: 4px solid var(--primary-blue);
    color: var(--white);
    opacity: 1
}

.banner-promo {
    display: block;
    width: 100%;
    max-width: 284px;
    height: auto;
    border-radius: 12px;
    margin: 0 auto
}

.banner-promo img {
    width: 100%;
    height: 100%;
    border-radius: 12px
}

.poll-box {
    padding: 32px 28px;
    border-radius: 12px;
    background-color: var(--soft-grey);
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, .1)
}

.poll-box .poll-title {
    font-size: 1rem;
    font-weight: 700
}

.poll-box .poll-text {
    margin-top: 4px;
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
    color: #9aa4bf
}

.poll-box .form, .poll-box .poll-results {
    margin-top: 28px
}

.poll-box .poll-box-actions {
    margin-top: 40px
}

.poll-box .poll-box-actions .button {
    width: 140px;
    margin-right: 16px
}

.poll-box .poll-box-actions .button:last-child {
    margin-right: 0
}

.poll-results .poll-result {
    margin-bottom: 22px
}

.poll-results .poll-result:last-child {
    margin-bottom: 0
}

.poll-result .progress-stat {
    max-width: 472px
}

.poll-result .meta-line {
    margin-top: 10px
}

.picture-collage .picture-collage-row {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px
}

.picture-collage .picture-collage-row:last-child {
    margin-bottom: 0
}

.picture-collage .picture-collage-row.medium .picture-collage-item {
    width: 261px;
    height: 240px
}

.picture-collage .picture-collage-row .picture-collage-item {
    width: 172px;
    height: 160px;
    margin-right: 6px;
    position: relative;
    cursor: pointer
}

.picture-collage .picture-collage-row .picture-collage-item:last-child {
    margin-right: 0
}

.picture-collage .picture-collage-row .picture-collage-item .photo-preview {
    width: 100%;
    height: 100%
}

.picture-collage .picture-collage-row .picture-collage-item .picture-collage-item-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-color: var(--primary-blue-overlay);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.picture-collage .picture-collage-row .picture-collage-item .picture-collage-item-overlay .picture-collage-item-overlay-text {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 700
}

.quote-box {
    padding: 26px 28px;
    border-radius: 12px;
    background-color: var(--soft-grey);
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, .1);
    position: relative
}

.quote-box .quote-box-icon {
    fill: var(--primary-blue);
    opacity: .1;
    position: absolute;
    top: 14px;
    left: 14px
}

.quote-box .quote-box-text {
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.stats-decoration {
    height: 96px;
    padding: 28px 0 0 88px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    position: relative
}

.stats-decoration.secondary {
    background: url(../img/graph/stat/05.png) no-repeat 100% 100% #1d2333
}

.stats-decoration.secondary .stats-decoration-icon-wrap {
    background-color: var(--primary-purple)
}

.stats-decoration.primary {
    background: url(../img/graph/stat/06.png) no-repeat 100% 100% #1d2333
}

.stats-decoration.primary .stats-decoration-icon-wrap {
    background-color: var(--primary-blue)
}

.stats-decoration.v2 {
    height: 118px;
    padding: 24px 0 0 28px
}

.stats-decoration.v2 .stats-decoration-title {
    font-size: 1.75rem
}

.stats-decoration.v2 .stats-decoration-subtitle {
    margin-top: 8px;
    font-size: .875rem;
    font-weight: 700
}

.stats-decoration.v2 .stats-decoration-text {
    margin-top: 6px
}

.stats-decoration.v2 .percentage-diff {
    position: absolute;
    top: 24px;
    right: 28px
}

.stats-decoration.v2.big {
    height: 213px;
    padding: 46px 0 0;
    text-align: center
}

.stats-decoration.v2.big.secondary {
    background: url(../img/graph/stat/05-big.png) repeat-x bottom #1d2333
}

.stats-decoration.v2.big.primary {
    background: url(../img/graph/stat/06-big.png) repeat-x bottom #1d2333
}

.stats-decoration.v2.big .stats-decoration-title {
    font-size: 3rem
}

.stats-decoration .stats-decoration-icon-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    top: 26px;
    left: 28px;
    z-index: 1
}

.stats-decoration .stats-decoration-icon-wrap .stats-decoration-icon {
    fill: var(--white)
}

.stats-decoration .stats-decoration-title {
    font-size: 1.375rem;
    font-weight: 700
}

.stats-decoration .stats-decoration-text {
    margin-top: 8px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.percentage-diff {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.percentage-diff .percentage-diff-icon-wrap {
    margin-right: 4px
}

.percentage-diff .percentage-diff-text {
    font-size: .75rem;
    font-weight: 700
}

.percentage-diff-icon-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-radius: 50%
}

.percentage-diff-icon-wrap.positive {
    border-color: var(--primary-blue)
}

.percentage-diff-icon-wrap.positive .percentage-diff-icon {
    fill: var(--primary-blue)
}

.percentage-diff-icon-wrap.negative {
    border-color: #ff5384
}

.percentage-diff-icon-wrap.negative .percentage-diff-icon {
    fill: #ff5384
}

.percentage-diff-icon-wrap .percentage-diff-icon {
    width: 6px;
    height: 6px
}

.sidebar-box {
    padding: 32px 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.sidebar-box.no-padding {
    padding: 0
}

.sidebar-box.margin-top {
    margin-top: 56px
}

.sidebar-box .sidebar-box-title {
    margin-top: 36px;
    font-size: 1rem;
    font-weight: 700
}

.sidebar-box .sidebar-box-title.medium-space {
    margin-top: 60px
}

.sidebar-box .sidebar-box-title:first-child {
    margin-top: 0
}

.sidebar-box .sidebar-menu+.button {
    margin-top: 28px
}

.sidebar-box .sidebar-menu+.sidebar-box-footer {
    border-top: 1px solid #2f3749
}

.sidebar-box .sidebar-box-footer {
    padding: 28px
}

.sidebar-box .sidebar-box-footer .button:first-child {
    margin-top: 0
}

.sidebar-box .sidebar-box-items {
    margin-top: 36px
}

.sidebar-box .sidebar-box-items:first-child {
    margin-top: 0
}

.sidebar-box .sidebar-box-items.small-space {
    margin-top: 32px
}

.sidebar-box .sidebar-box-items .checkbox-line {
    margin-bottom: 18px
}

.sidebar-box .sidebar-box-items .checkbox-line:last-child {
    margin-bottom: 0
}

.sidebar-box .sidebar-box-items .form-input.small {
    width: 80px
}

.sidebar-box .sidebar-box-items .user-status+.badge-list {
    margin-top: 20px
}

.sidebar-box .sidebar-box-items .totals-line-list+.totals-line-list {
    margin-top: 26px
}

.sidebar-box .sidebar-box-items .totals-line-list+.button {
    margin-top: 36px
}

.sidebar-box .sidebar-box-items .totals-line-list+.price-title {
    margin-top: 32px
}

.sidebar-box .sidebar-box-items .price-title {
    text-align: center
}

.sidebar-box .sidebar-box-items .badge-list+.button, .sidebar-box .sidebar-box-items .price-title+.totals-line-list {
    margin-top: 32px
}

.sidebar-box .sidebar-box-items .price-title+.form {
    margin-top: 40px
}

.sidebar-box .sidebar-box-items .form .checkbox-wrap+.checkbox-wrap {
    margin-top: 22px
}

.sidebar-box .sidebar-box-items .form+.button {
    margin-top: 30px
}

.sidebar-box .sidebar-box-items .button+.user-stats {
    margin-top: 60px
}

.sidebar-box .button {
    width: 100%;
    margin-top: 22px
}

.sidebar-box .button.small-space {
    margin-top: 16px
}

.sidebar-menu .sidebar-menu-item:first-child .sidebar-menu-header {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.sidebar-menu .sidebar-menu-item:last-child {
    border-bottom: none
}

.sidebar-menu.round-borders .sidebar-menu-item:last-child .sidebar-menu-body, .sidebar-menu.round-borders .sidebar-menu-item:last-child .sidebar-menu-header {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.sidebar-menu-item {
    border-bottom: 1px solid #2f3749
}

.sidebar-menu-item.selected .sidebar-menu-header .sidebar-menu-header-control-icon .sidebar-menu-header-control-icon-open {
    display: block
}

.sidebar-menu-item.selected .sidebar-menu-header .sidebar-menu-header-control-icon .sidebar-menu-header-control-icon-closed {
    display: none
}

.sidebar-menu-header {
    height: 112px;
    padding: 28px 26px 0 60px;
    background-color: #1d2333;
    cursor: pointer;
    position: relative
}

.sidebar-menu-header .sidebar-menu-header-icon {
    fill: var(--primary-blue);
    position: absolute;
    top: 28px;
    left: 28px
}

.sidebar-menu-header .sidebar-menu-header-control-icon .sidebar-menu-header-control-icon-closed, .sidebar-menu-header .sidebar-menu-header-control-icon .sidebar-menu-header-control-icon-open {
    fill: var(--white);
    position: absolute;
    top: 32px;
    right: 28px
}

.sidebar-menu-header .sidebar-menu-header-control-icon .sidebar-menu-header-control-icon-open {
    display: none
}

.sidebar-menu-header .sidebar-menu-header-title {
    font-size: 1rem;
    font-weight: 700
}

.sidebar-menu-header .sidebar-menu-header-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.3333333333em
}

.sidebar-menu-body {
    padding: 12px 0 12px 60px;
    border-top: 1px solid #2f3749;
    background-color: var(--soft-grey)
}

.sidebar-menu-body .sidebar-menu-link {
    display: block;
    height: 34px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 34px;
    cursor: pointer;
    transition: color .25s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, color .25s ease-in-out;
    transition: transform .2s ease-in-out, color .25s ease-in-out, -webkit-transform .2s ease-in-out
}

.sidebar-menu-body .sidebar-menu-link.active, .sidebar-menu-body .sidebar-menu-link:hover {
    color: var(--primary-blue);
    -webkit-transform: translate(4px);
    transform: translate(4px)
}

.price-title {
    font-size: .875rem;
    font-weight: 700
}

.price-title.separator-bottom {
    padding-bottom: 32px;
    border-bottom: 1px solid #2f3749
}

.price-title .currency {
    color: var(--primary-blue)
}

.price-title.big {
    font-size: 2.875rem
}

.promo-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    min-height: 98px;
    padding: 0 20px 0 32px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.promo-line .promo-line-text {
    width: 310px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.promo-line .promo-line-actions {
    display: -ms-flexbox;
    display: flex
}

.promo-line .promo-line-actions .form-input {
    margin-right: 16px
}

.promo-line .form-input {
    width: 240px
}

.promo-line .button {
    width: 180px
}

.tab-box {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.tab-box .tab-box-options {
    display: -ms-flexbox;
    display: flex;
    border-top-right-radius: 12px
}

.tab-box .tab-box-options, .tab-box .tab-box-options .tab-box-option:first-child {
    border-top-left-radius: 12px
}

.tab-box .tab-box-options .tab-box-option:last-child {
    border-right: none;
    border-top-right-radius: 12px
}

.tab-box .tab-box-option {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 66px;
    border-bottom: 1px solid #2f3749;
    border-right: 1px solid #2f3749;
    background-color: var(--soft-grey);
    cursor: pointer
}

.tab-box .tab-box-option .tab-box-option-title {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 700
}

.tab-box .tab-box-option .tab-box-option-title .highlighted {
    color: var(--primary-blue)
}

.tab-box .tab-box-option.active {
    background-color: #1d2333;
    border-bottom: none
}

.tab-box .tab-box-option.active .tab-box-option-title {
    color: var(--white)
}

.tab-box .tab-box-item .tab-box-item-content {
    padding: 0 28px 48px
}

.tab-box .tab-box-item .tab-box-item-content .tab-box-item-title {
    margin-top: 48px;
    font-size: 1.375rem;
    font-weight: 700
}

.tab-box .tab-box-item .tab-box-item-content .tab-box-item-paragraph {
    margin-top: 28px;
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.tab-box .tab-box-item .tab-box-item-content .bullet-item-list {
    margin-top: 32px
}

.bullet-item-list .bullet-item {
    margin-bottom: 12px
}

.bullet-item-list .bullet-item:last-child {
    margin-bottom: 0
}

.bullet-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.bullet-item .bullet-item-icon {
    margin-right: 12px;
    fill: var(--primary-blue)
}

.bullet-item .bullet-item-text {
    font-size: .875rem;
    font-weight: 700
}

.ordered-item-list .ordered-item {
    margin-bottom: 12px
}

.ordered-item-list .ordered-item:last-child {
    margin-bottom: 0
}

.ordered-item {
    display: -ms-flexbox;
    display: flex
}

.ordered-item .ordered-item-bullet {
    width: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.7142857143em
}

.ordered-item .ordered-item-text {
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.profile-stats {
    padding-bottom: 32px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.profile-stats.fixed-height {
    height: 558px;
    padding-bottom: 0
}

.profile-stats .profile-stats-cover {
    height: 160px;
    padding-top: 34px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: url(../img/banner/banner-profile-stats.jpg) no-repeat 50%;
    background-size: cover
}

.profile-stats .profile-stats-cover .profile-stats-cover-text, .profile-stats .profile-stats-cover .profile-stats-cover-title {
    color: var(--white);
    text-align: center
}

.profile-stats .profile-stats-cover .profile-stats-cover-title {
    font-size: 1.5rem;
    font-weight: 700
}

.profile-stats .profile-stats-cover .profile-stats-cover-text {
    margin-top: 4px;
    font-size: 1rem;
    font-weight: 500
}

.profile-stats .profile-stats-info .user-avatar {
    margin: -60px auto 0
}

.profile-stats .profile-stats-info .featured-stat-list {
    margin-top: 18px
}

.profile-stats .profile-stats-info .featured-stat-list+.featured-stat-list {
    margin-top: 38px
}

.featured-stat-list {
    display: -ms-flexbox;
    display: flex
}

.featured-stat-list .featured-stat {
    width: 100%;
    position: relative
}

.featured-stat-list .featured-stat:after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #2f3749;
    position: absolute;
    top: 52px;
    right: 0
}

.featured-stat-list .featured-stat:last-child:after {
    display: none
}

.featured-stat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.featured-stat .featured-stat-icon {
    fill: var(--white)
}

.featured-stat .featured-stat-title {
    margin-top: 20px;
    font-size: 1.375rem;
    font-weight: 700
}

.featured-stat .featured-stat-subtitle {
    margin-top: 12px;
    font-size: .875rem;
    font-weight: 700
}

.featured-stat .featured-stat-text {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.featured-stat .progress-arc-wrap+.featured-stat-subtitle {
    margin-top: 20px
}

.featured-stat-box {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.featured-stat-box.reactioner .featured-stat-box-cover {
    background: url(../img/banner/banner-reaction.jpg) no-repeat 50%;
    background-size: cover
}

.featured-stat-box.commenter .featured-stat-box-cover {
    background: url(../img/banner/banner-commenter.jpg) no-repeat 50%;
    background-size: cover
}

.featured-stat-box .featured-stat-box-cover {
    height: 120px;
    padding-top: 32px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.featured-stat-box .featured-stat-box-cover .featured-stat-box-cover-text, .featured-stat-box .featured-stat-box-cover .featured-stat-box-cover-title {
    color: var(--white);
    text-align: center
}

.featured-stat-box .featured-stat-box-cover .featured-stat-box-cover-title {
    font-size: 1.5rem;
    font-weight: 700
}

.featured-stat-box .featured-stat-box-cover .featured-stat-box-cover-text {
    margin-top: 6px;
    font-size: .875rem;
    font-weight: 500
}

.featured-stat-box .featured-stat-box-info {
    padding-bottom: 28px
}

.featured-stat-box .featured-stat-box-info .user-avatar {
    margin: -30px auto 0
}

.featured-stat-box .featured-stat-box-subtitle, .featured-stat-box .featured-stat-box-text, .featured-stat-box .featured-stat-box-title {
    text-align: center
}

.featured-stat-box .featured-stat-box-title {
    margin-top: 8px;
    font-size: 1.375rem;
    font-weight: 700
}

.featured-stat-box .featured-stat-box-subtitle {
    margin-top: 14px;
    font-size: .875rem;
    font-weight: 700
}

.featured-stat-box .featured-stat-box-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.achievement-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    min-height: 142px;
    padding: 0 28px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.achievement-box.secondary {
    background: url(../img/achievement/banner/01.jpg) no-repeat 50%;
    background-size: cover
}

.achievement-box.primary {
    background: url(../img/achievement/banner/02.jpg) no-repeat 50%;
    background-size: cover
}

.achievement-box .achievement-box-info-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.achievement-box .achievement-box-info-wrap .achievement-box-image {
    margin-right: 16px
}

.achievement-box .achievement-box-info-wrap .achievement-box-text, .achievement-box .achievement-box-info-wrap .achievement-box-title {
    color: var(--white)
}

.achievement-box .achievement-box-info-wrap .achievement-box-title {
    font-size: 1.5rem;
    font-weight: 700
}

.achievement-box .achievement-box-info-wrap .achievement-box-text {
    margin-top: 8px;
    font-size: .875rem;
    font-weight: 500
}

.achievement-box .achievement-box-info-wrap .achievement-box-text .bold {
    margin-right: 4px;
    font-weight: 700
}

.achievement-box .button {
    width: 140px
}

.level-progress-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px;
    padding: 0 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.level-progress-box .level-progress-badge {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 28px
}

.level-progress-box .progress-stat {
    width: 100%
}

.level-progress-badge {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 88px;
    height: 86px;
    background: url(../img/badge/level-badge.png) no-repeat 50%
}

.level-progress-badge .level-progress-badge-text, .level-progress-badge .level-progress-badge-title {
    color: var(--white);
    text-align: center
}

.level-progress-badge .level-progress-badge-title {
    font-size: .6875rem;
    font-weight: 700;
    text-transform: uppercase
}

.level-progress-badge .level-progress-badge-text {
    margin-top: -3px;
    font-size: 1.75rem;
    font-weight: 700
}

.exp-line-list .exp-line {
    margin-bottom: 22px
}

.exp-line-list .exp-line:last-child {
    margin-bottom: 0
}

.exp-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 100px;
    position: relative
}

.exp-line .exp-line-icon {
    fill: #616a82;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 18px
}

.exp-line .text-sticker {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 28px
}

.exp-line .exp-line-text {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.4285714286em
}

.exp-line .exp-line-timestamp {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    position: absolute;
    top: 10px;
    right: 0
}

.account-stat-box {
    padding: 32px 28px 100px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    position: relative
}

.account-stat-box.account-stat-active-users {
    background: url(../img/graph/stat/07.png) no-repeat bottom #1d2333;
    background-size: contain
}

.account-stat-box.account-stat-active-users .account-stat-box-icon-wrap {
    background-color: #8560ff
}

.account-stat-box.account-stat-visits {
    background: url(../img/graph/stat/08.png) no-repeat bottom #1d2333;
    background-size: contain
}

.account-stat-box.account-stat-visits .account-stat-box-icon-wrap {
    background-color: #08b8f1
}

.account-stat-box.account-stat-session-duration {
    background: url(../img/graph/stat/09.png) no-repeat bottom #1d2333;
    background-size: contain
}

.account-stat-box.account-stat-session-duration .account-stat-box-icon-wrap {
    background-color: #00e2cb
}

.account-stat-box.account-stat-returning-visitors {
    background: url(../img/graph/stat/10.png) no-repeat bottom #1d2333;
    background-size: contain
}

.account-stat-box.account-stat-returning-visitors .account-stat-box-icon-wrap {
    background-color: #66e273
}

.account-stat-box .percentage-diff {
    position: absolute;
    top: 24px;
    right: 28px
}

.account-stat-box .account-stat-box-icon-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 auto
}

.account-stat-box .account-stat-box-icon-wrap .account-stat-box-icon {
    fill: var(--white)
}

.account-stat-box .account-stat-box-title {
    margin-top: 24px;
    font-size: 3rem;
    font-weight: 700;
    text-align: center
}

.account-stat-box .account-stat-box-subtitle {
    margin-top: 16px;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center
}

.account-stat-box .account-stat-box-text {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
    text-align: center
}

.reference-item-list {
    display: -ms-flexbox;
    display: flex
}

.reference-item-list .reference-item {
    margin-right: 32px
}

.reference-item-list .reference-item:last-child {
    margin-right: 0
}

.reference-item-list.centered {
    -ms-flex-pack: center;
    justify-content: center
}

.reference-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.reference-item .reference-bullet {
    margin-right: 6px
}

.reference-item .reference-item-text {
    font-size: .75rem;
    font-weight: 700
}

.reference-bullet {
    width: 8px;
    height: 8px;
    border-radius: 2px
}

.reference-bullet.secondary {
    background-color: var(--primary-purple)
}

.reference-bullet.blue {
    background-color: #08b8f1
}

.reference-bullet.light-blue {
    background-color: #00e2cb
}

.reference-bullet.primary {
    background-color: var(--primary-blue)
}

.country-stat-list .country-stat {
    margin-bottom: 26px
}

.country-stat-list .country-stat:last-child {
    margin-bottom: 0
}

.country-stat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    position: relative
}

.country-stat.with-progress {
    padding-left: 50px
}

.country-stat.with-progress .country-stat-image {
    width: 38px;
    height: 26px
}

.country-stat .country-stat-image {
    width: 20px;
    height: 14px;
    position: absolute;
    top: -1px;
    left: 0
}

.country-stat .country-stat-text, .country-stat .country-stat-title {
    font-size: .875rem;
    font-weight: 700
}

.full-width-image {
    width: 100%;
    height: auto
}

.totals-line-list.separator-bottom {
    padding-bottom: 26px;
    border-bottom: 1px solid #2f3749
}

.totals-line-list .totals-line {
    margin-bottom: 26px
}

.totals-line-list .totals-line:last-child {
    margin-bottom: 0
}

.totals-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.totals-line .totals-line-title {
    font-size: .875rem;
    font-weight: 500
}

.totals-line .totals-line-title .bold {
    color: var(--white);
    font-weight: 700
}

.totals-line .totals-line-text {
    margin-top: 4px;
    font-size: .75rem;
    font-weight: 500
}

.totals-line .price-title {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.upload-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    height: 140px;
    padding-top: 32px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    cursor: pointer;
    transition: box-shadow .25s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out, box-shadow .25s ease-in-out;
    transition: transform .2s ease-in-out, box-shadow .25s ease-in-out, -webkit-transform .2s ease-in-out
}

.upload-box:hover {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .12);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px)
}

.upload-box:hover .upload-box-icon {
    fill: var(--primary-blue)
}

.upload-box .upload-box-icon {
    fill: #616a82;
    transition: fill .25s ease-in-out
}

.upload-box .upload-box-title {
    margin-top: 26px;
    font-size: .875rem;
    font-weight: 700
}

.upload-box .upload-box-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500
}

.draggable-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, 60px);
    grid-gap: 24px
}

.draggable-item, .draggable-items {
    -ms-flex-pack: center;
    justify-content: center
}

.draggable-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    background-color: var(--soft-grey);
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, .1);
    cursor: pointer
}

.draggable-item.empty {
    border: 2px dashed #2f3749;
    background-color: transparent;
    box-shadow: none;
    cursor: auto
}

.switch-option-list .switch-option {
    margin-bottom: 26px
}

.switch-option-list .switch-option:last-child {
    margin-bottom: 0
}

.switch-option {
    position: relative
}

.switch-option .switch-option-title {
    font-size: .875rem;
    font-weight: 700
}

.switch-option .switch-option-text {
    margin-top: 4px;
    color: #8f91ac;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.switch-option .form-switch {
    position: absolute;
    top: 0;
    right: 0
}

.switch-option .button {
    width: 260px;
    margin-top: 32px
}

.switch-option .switch-option-meta {
    color: #8f91ac;
    font-size: .875rem;
    font-weight: 500;
    position: absolute;
    bottom: 12px;
    right: 0
}

.switch-option .switch-option-meta .bold {
    color: #3e3f5e;
    font-weight: 700
}

.notification-box-list .notification-box {
    margin-bottom: 12px
}

.notification-box-list .notification-box:last-child {
    margin-bottom: 0
}

.notification-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 88px;
    padding: 22px 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    position: relative
}

.notification-box.unread {
    background-color: var(--soft-grey)
}

.notification-box:hover .notification-box-close-button {
    display: -ms-flexbox;
    display: flex
}

.notification-box:hover .mark-read-button, .notification-box:hover .mark-unread-button {
    display: block
}

.notification-box .user-status {
    width: 100%
}

.notification-box .notification-box-close-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer
}

.notification-box .notification-box-close-button .notification-box-close-button-icon {
    fill: var(--white);
    width: 8px;
    height: 8px
}

.notification-box .mark-read-button, .notification-box .mark-unread-button, .notification-box .notification-box-close-button {
    display: none
}

.notification-box .mark-read-button, .notification-box .mark-unread-button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: 30px;
    cursor: pointer
}

.notification-box .mark-unread-button {
    border: 2px solid var(--primary-blue)
}

.notification-box .mark-read-button {
    background-color: var(--primary-blue)
}

.create-entity-box {
    height: 284px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    position: relative
}

.create-entity-box.v2 {
    height: 360px
}

.create-entity-box.v2 .create-entity-box-cover {
    height: 180px
}

.create-entity-box.v2 .create-entity-box-avatar {
    background: url(../img/badge/badge-empty-02.png) no-repeat 50%;
    top: 36px
}

.create-entity-box.v2 .create-entity-box-info {
    padding-top: 28px
}

.create-entity-box.v2 .create-entity-box-title {
    font-size: 1rem;
    text-align: left
}

.create-entity-box.v2 .create-entity-box-category {
    margin-top: 8px
}

.create-entity-box .create-entity-box-cover {
    height: 70px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom: 1px dashed #2f3749;
    background-color: var(--soft-grey)
}

.create-entity-box .create-entity-box-avatar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 110px;
    background: url(../img/badge/badge-empty.png) no-repeat 50%;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -50px
}

.create-entity-box .create-entity-box-avatar.primary .create-entity-box-avatar-icon {
    fill: var(--primary-blue)
}

.create-entity-box .create-entity-box-avatar .create-entity-box-avatar-icon {
    fill: var(--primary-purple)
}

.create-entity-box .create-entity-box-info {
    padding: 60px 28px 0
}

.create-entity-box .create-entity-box-title {
    font-size: .875rem;
    font-weight: 700;
    text-align: center
}

.create-entity-box .create-entity-box-category {
    padding-left: 16px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    position: relative
}

.create-entity-box .create-entity-box-category:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #616a82;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 0
}

.create-entity-box .create-entity-box-text {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500;
    text-align: center
}

.create-entity-box .button {
    margin-top: 36px
}

.earning-stat-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    padding: 0 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.earning-stat-box .earning-stat-box-info {
    padding-left: 66px;
    position: relative
}

.earning-stat-box .earning-stat-box-icon-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.earning-stat-box .earning-stat-box-icon-wrap .earning-stat-box-icon {
    fill: var(--white)
}

.earning-stat-box .earning-stat-box-icon-wrap.stat-item {
    background-color: #8560ff
}

.earning-stat-box .earning-stat-box-icon-wrap.stat-earning {
    background-color: #08b8f1
}

.earning-stat-box .earning-stat-box-icon-wrap.stat-revenue {
    background-color: #00e2cb
}

.earning-stat-box .earning-stat-box-icon-wrap.stat-balance {
    background-color: #66e273
}

.earning-stat-box .earning-stat-box-title {
    font-size: 1.75rem;
    font-weight: 700
}

.earning-stat-box .earning-stat-box-title .currency {
    font-size: 1.125rem
}

.earning-stat-box .earning-stat-box-text {
    margin-top: 2px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.status-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.status-info.success .status-icon-wrap {
    background-color: var(--primary-blue)
}

.status-info .status-icon-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.status-info .status-icon-wrap .status-icon {
    fill: var(--white);
    width: 20px;
    height: 16px
}

.status-info .status-title {
    margin-top: 22px;
    font-size: .875rem;
    font-weight: 700
}

.status-info .status-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500
}

.status-info .status-description {
    margin-top: 28px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
    text-align: center
}

@media screen and (max-width:1365px) {
    .popup-picture .widget-box {
        display: none
    }
    .notification-box .notification-box-close-button {
        display: -ms-flexbox;
        display: flex
    }
    .notification-box .mark-read-button, .notification-box .mark-unread-button {
        display: block
    }
}

@media screen and (max-width:1070px) {
    .week-box {
        display: none
    }
    .promo-line {
        display: block;
        padding: 32px 28px
    }
    .promo-line .promo-line-text {
        width: auto
    }
    .promo-line .promo-line-actions {
        margin-top: 24px
    }
}

@media screen and (max-width:960px) {
    .switch-option .form-switch {
        margin-top: 12px;
        position: relative;
        top: auto;
        right: auto
    }
    .switch-option .button {
        margin-top: 22px
    }
    .switch-option .switch-option-meta {
        margin-top: 16px;
        position: static
    }
    .earning-stat-box.full {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }
    .earning-stat-box .user-stats {
        display: none
    }
}

@media screen and (max-width:680px) {
    .achievement-box {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 28px 18px
    }
    .achievement-box .button {
        margin-top: 16px
    }
    .level-progress-box {
        display: block;
        height: auto;
        padding: 32px 28px
    }
    .level-progress-box .level-progress-badge {
        margin: 0 auto
    }
    .level-progress-box .progress-stat {
        margin-top: 28px
    }
    .exp-line {
        display: block;
        padding: 32px 0 0
    }
    .exp-line .exp-line-icon {
        position: absolute;
        top: 0;
        left: 0
    }
    .exp-line .text-sticker {
        height: 24px;
        padding: 0 12px;
        line-height: 24px;
        position: absolute;
        top: 0;
        right: 0
    }
    .exp-line .exp-line-timestamp {
        margin-top: 8px;
        position: static
    }
}

@media screen and (max-width:479px) {
    .post-option {
        width: 80px
    }
    .post-option .post-option-text {
        display: none
    }
    .post-option .post-option-icon {
        margin-right: 0
    }
    .reaction-options {
        height: 40px
    }
    .reaction-options .reaction-option {
        width: 20px;
        height: 20px
    }
    .simple-tab-items {
        border-bottom: none
    }
    .simple-tab-items .simple-tab-item {
        display: none
    }
    .simple-tab-items .form {
        display: block
    }
    .quick-post.medium .quick-post-footer .quick-post-footer-actions .button, .quick-post.medium .quick-post-footer .quick-post-footer-actions .button:last-child {
        width: 80px
    }
    .promo-line .promo-line-actions {
        display: block
    }
    .promo-line .promo-line-actions .button, .promo-line .promo-line-actions .form-input {
        width: 100%
    }
    .promo-line .promo-line-actions .form-input {
        margin-right: 0
    }
    .promo-line .promo-line-actions .button {
        margin-top: 16px
    }
    .switch-option .button {
        width: 100%
    }
    .action-request.with-text {
        width: 40px;
        padding: 0
    }
    .action-request.with-text .action-request-icon {
        margin-right: 0
    }
    .action-request.with-text .action-request-text {
        display: none
    }
}

.table-wrap {
    overflow-x: auto
}

.table {
    width: 100%;
    display: table
}

.table.table-forum-category .forum-category {
    width: 384px
}

.table.table-quests .table-body .table-column:first-child {
    width: 240px
}

.table.table-quests .table-body .table-column:last-child {
    width: 284px
}

.table.table-quests .progress-stat-wrap {
    width: 256px
}

.table.table-top-friends .progress-stat-wrap {
    width: 228px
}

.table.table-top-friends .table-row .table-column:first-child {
    width: 172px
}

.table.table-cart .table-column:last-child, .table.table-cart .table-header-column:last-child {
    width: 20px
}

.table.table-cart .product-preview {
    width: 330px
}

.table.table-cart .form-select {
    width: 156px
}

.table.table-cart .price-title {
    width: 76px;
    margin: 0 auto
}

.table.table-payments .table-column:first-child .table-text, .table.table-payments .table-header-column:first-child .table-text, .table.table-sales .table-column:first-child .table-text, .table.table-sales .table-header-column:first-child .table-text {
    width: 100px
}

.table.table-sales .table-column:nth-child(2) .table-link, .table.table-sales .table-header-column:nth-child(2) .table-link {
    width: 210px
}

.table.table-sales .table-column:last-child {
    width: 16px
}

.table.table-sales .table-row:first-child {
    height: 55px
}

.table.table-sales .table-row:first-child .table-column {
    padding-top: 15px
}

.table.table-sales .table-row:last-child {
    height: 55px
}

.table.table-sales .table-row:last-child .table-column {
    padding-bottom: 15px
}

.table.table-downloads .table-column:last-child, .table.table-downloads .table-header-column:last-child {
    width: 216px
}

.table.table-downloads .product-preview {
    min-width: 220px
}

.table.table-downloads .price-title {
    width: 76px
}

.table.join-rows .table-header-column {
    border-bottom: 1px solid #2f3749
}

.table.join-rows .table-header-column:first-child {
    padding-left: 0
}

.table.join-rows .table-header-column:last-child {
    padding-right: 0
}

.table.join-rows .table-body {
    border-radius: 0;
    box-shadow: none
}

.table.join-rows .table-body .table-row {
    background-color: transparent
}

.table.join-rows .table-body .table-row.micro:first-child {
    height: 55px
}

.table.join-rows .table-body .table-row.micro:first-child .table-column {
    padding-top: 15px
}

.table.join-rows .table-body .table-row.tiny:first-child {
    height: 77px
}

.table.join-rows .table-body .table-row.tiny:first-child .table-column {
    padding-top: 11px
}

.table.join-rows .table-body .table-row:first-child .table-column:first-child {
    border-top-left-radius: 0
}

.table.join-rows .table-body .table-row:first-child .table-column:last-child {
    border-top-right-radius: 0
}

.table.join-rows .table-body .table-row:last-child .table-column:first-child {
    border-bottom-left-radius: 0
}

.table.join-rows .table-body .table-row:last-child .table-column:last-child {
    border-bottom-right-radius: 0
}

.table.join-rows .table-body .table-row:nth-child(2n+2) {
    background-color: transparent
}

.table.join-rows .table-body .table-row .table-column:first-child {
    padding-left: 0
}

.table.join-rows .table-body .table-row .table-column:last-child {
    padding-right: 0
}

.table.split-rows {
    border-collapse: separate;
    border-spacing: 0 12px
}

.table.split-rows .table-header-column {
    height: 16px
}

.table.split-rows .table-body {
    box-shadow: none
}

.table.split-rows .table-row {
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.table.split-rows .table-row .table-column:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.table.split-rows .table-row .table-column:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.table.split-rows .table-row:first-child .table-column:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.table.split-rows .table-row:first-child .table-column:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.table.split-rows .table-row:last-child .table-column:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.table.split-rows .table-row:last-child .table-column:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.table .table-header {
    display: table-header-group
}

.table .table-header-column {
    display: table-cell;
    vertical-align: middle;
    height: 40px
}

.table .table-header-column.centered {
    text-align: center
}

.table .table-header-column.align-right {
    text-align: right
}

.table .table-header-column.padded {
    padding: 0 24px
}

.table .table-header-column.padded-medium {
    padding: 0 46px
}

.table .table-header-column.padded-left {
    padding-left: 24px
}

.table .table-header-column.padded-big-left {
    padding-left: 60px
}

.table .table-header-column:first-child {
    padding-left: 28px
}

.table .table-header-column:last-child {
    padding-right: 28px
}

.table .table-header-column .table-header-title {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.table .table-body {
    display: table-row-group;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    border-radius: 12px
}

.table .table-body.same-color-rows .table-row:nth-child(2n+2) {
    background-color: #1d2333
}

.table .table-body .table-row:first-child .table-column:first-child {
    border-top-left-radius: 12px
}

.table .table-body .table-row:first-child .table-column:last-child {
    border-top-right-radius: 12px
}

.table .table-body .table-row:last-child .table-column:first-child {
    border-bottom-left-radius: 12px
}

.table .table-body .table-row:last-child .table-column:last-child {
    border-bottom-right-radius: 12px
}

.table .table-body .table-row:nth-child(2n+2) {
    background-color: var(--soft-grey)
}

.table .table-row {
    display: table-row;
    background-color: #1d2333;
    height: 100px
}

.table .table-row.micro {
    height: 40px
}

.table .table-row.tiny {
    height: 66px
}

.table .table-row.small {
    height: 86px
}

.table .table-row.medium {
    height: 108px
}

.table .table-row.mid {
    height: 148px
}

.table .table-row.big {
    height: 160px
}

.table .table-row.big.auto {
    height: auto
}

.table .table-row.big.auto .table-column {
    padding-top: 44px;
    padding-bottom: 44px
}

.table .table-column {
    display: table-cell;
    vertical-align: middle
}

.table .table-column.centered {
    text-align: center
}

.table .table-column.align-right {
    text-align: right
}

.table .table-column.padded {
    padding: 0 24px
}

.table .table-column.padded-medium {
    padding: 0 46px
}

.table .table-column.padded-left {
    padding-left: 24px
}

.table .table-column.padded-big-left {
    padding-left: 60px
}

.table .table-column:first-child {
    padding-left: 28px
}

.table .table-column:last-child {
    padding-right: 28px
}

.table .table-column .table-information {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.table .table-column .table-information .table-image {
    margin-right: 16px
}

.table .table-column .table-title {
    font-size: .875rem;
    font-weight: 700
}

.table .table-column .table-title .highlighted {
    color: var(--primary-blue)
}

.table .table-column .table-text {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.1428571429em
}

.table .table-column .table-text .light {
    color: #9aa4bf
}

.table .table-column .table-link {
    display: block;
    font-size: .875rem;
    font-weight: 700
}

.table .table-column .table-link .highlighted {
    color: var(--primary-blue)
}

.table .table-column .table-link+.table-link {
    margin-top: 12px
}

.table .table-column .table-actions {
    display: -ms-flexbox;
    display: flex
}

.table .table-column .table-actions .button {
    width: 100px;
    margin-right: 16px
}

.table .table-column .table-actions .button:last-child {
    margin-right: 0
}

.table .table-column .table-action {
    cursor: pointer
}

.table .table-column .table-action .icon-delete {
    opacity: .4;
    transition: opacity .2s ease-in-out, fill .2s ease-in-out
}

.table .table-column .table-action .icon-delete:hover {
    fill: var(--white);
    opacity: 1
}

@media screen and (max-width:1260px) {
    .table.table-forum-category .table-column:last-child, .table.table-forum-category .table-header-column:last-child, .table.table-forum-discussion .table-column:last-child, .table.table-forum-discussion .table-header-column:last-child {
        display: none
    }
    .table.table-forum-category .table-row:first-child .table-column:nth-last-child(2), .table.table-forum-discussion .table-row:first-child .table-column:nth-last-child(2) {
        border-top-right-radius: 12px
    }
    .table.table-forum-category .table-row:last-child .table-column:nth-last-child(2), .table.table-forum-discussion .table-row:last-child .table-column:nth-last-child(2) {
        border-bottom-right-radius: 12px
    }
    .table.table-forum-category .forum-category {
        width: auto
    }
    .table.table-quests .table-column:nth-child(3), .table.table-quests .table-header-column:nth-child(3), .table.table-top-friends .table-column:nth-child(4), .table.table-top-friends .table-column:nth-child(5), .table.table-top-friends .table-header-column:nth-child(4), .table.table-top-friends .table-header-column:nth-child(5) {
        display: none
    }
}

@media screen and (max-width:960px) {
    .table.table-forum-category .table-column.padded-medium, .table.table-forum-category .table-header-column.padded-medium, .table.table-forum-discussion .table-column.padded-medium, .table.table-forum-discussion .table-header-column.padded-medium {
        padding: 0 28px
    }
    .table.table-forum-category .table-column:nth-last-child(3), .table.table-forum-category .table-header-column:nth-last-child(3), .table.table-forum-discussion .table-column:nth-last-child(3), .table.table-forum-discussion .table-header-column:nth-last-child(3) {
        display: none
    }
    .table.table-forum-category .table-column {
        min-height: 160px
    }
    .table.table-forum-category .forum-category .forum-category-image {
        display: none
    }
    .table.table-forum-category .forum-category .forum-category-info {
        margin-left: 0
    }
    .table.table-quests .table-column:nth-child(2), .table.table-quests .table-header-column:nth-child(2) {
        display: none
    }
    .table.table-quests .table-body .table-column .progress-stat-wrap, .table.table-quests .table-body .table-column:first-child {
        width: auto
    }
    .table.table-quests .table-body .table-column .table-image {
        display: none
    }
    .table.table-top-friends .table-row:first-child {
        height: auto
    }
    .table.table-top-friends .table-row:first-child .table-column {
        padding-top: 28px
    }
    .table.table-top-friends .table-column:nth-child(2), .table.table-top-friends .table-column:nth-child(3), .table.table-top-friends .table-header-column:nth-child(2), .table.table-top-friends .table-header-column:nth-child(3) {
        display: none
    }
    .table.table-top-friends .table-column:last-child, .table.table-top-friends .table-header-column:last-child {
        padding-left: 68px
    }
    .table.table-top-friends .progress-stat-wrap {
        width: 180px
    }
    .table.join-rows .table-body .table-row.micro:first-child, .table.join-rows .table-body .table-row.tiny:first-child {
        height: auto
    }
    .table.join-rows .table-body .table-row.micro:first-child .table-column, .table.join-rows .table-body .table-row.tiny:first-child .table-column {
        padding-top: 24px
    }
    .table .table-row {
        height: auto
    }
    .table .table-row .table-column {
        padding-top: 28px;
        padding-bottom: 28px
    }
    .table .table-row.micro .table-column, .table .table-row.tiny .table-column {
        padding-top: 14px;
        padding-bottom: 14px
    }
    .table .table-row.big .table-column, .table .table-row.medium .table-column {
        padding-top: 28px;
        padding-bottom: 28px
    }
}

@media screen and (max-width:460px) {
    .table.table-forum-category .table-column:first-child, .table.table-forum-category .table-header-column:first-child, .table.table-forum-discussion .table-column:first-child, .table.table-forum-discussion .table-header-column:first-child {
        padding-right: 28px
    }
    .table.table-forum-category .table-column:nth-last-child(2), .table.table-forum-category .table-header-column:nth-last-child(2), .table.table-forum-discussion .table-column:nth-last-child(2), .table.table-forum-discussion .table-header-column:nth-last-child(2) {
        display: none
    }
    .table.table-forum-category .table-row:first-child .table-column:first-child, .table.table-forum-discussion .table-row:first-child .table-column:first-child {
        border-top-right-radius: 12px
    }
    .table.table-forum-category .table-row:last-child .table-column:first-child, .table.table-forum-discussion .table-row:last-child .table-column:first-child {
        border-bottom-right-radius: 12px
    }
    .table.table-top-friends .table-column:last-child, .table.table-top-friends .table-header-column:last-child {
        padding-left: 28px
    }
    .table.table-top-friends .table-row .table-column:first-child {
        width: auto
    }
    .table.table-top-friends .user-status .user-status-text, .table.table-top-friends .user-status .user-status-title, .table.table-top-sellers .product-preview .product-preview-image {
        display: none
    }
}

.widget-box {
    padding: 32px 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    position: relative
}

.widget-box.no-padding {
    padding: 0
}

.widget-box.no-padding .widget-box-title {
    padding: 32px 28px 0
}

.widget-box .widget-box-settings {
    position: absolute;
    top: 22px;
    right: 19px;
    z-index: 9999
}

.widget-box .widget-box-controls {
    position: absolute;
    top: 28px;
    right: 22px;
    z-index: 9999
}

.widget-box .widget-box-controls .slider-controls {
    display: -ms-flexbox;
    display: flex
}

.widget-box .widget-box-controls .slider-controls .slider-control:first-child {
    margin-right: 2px
}

.widget-box .widget-box-actions {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.widget-box .widget-box-actions, .widget-box .widget-box-actions .widget-box-action {
    display: -ms-flexbox;
    display: flex
}

.widget-box .widget-box-actions .widget-box-action .reference-item-list {
    position: relative;
    top: -3px
}

.widget-box .widget-box-actions .widget-box-action .form-select.v2 {
    top: -6px
}

.widget-box .widget-box-footer .reference-item-list {
    margin-top: 12px
}

.widget-box .widget-box-footer .chart-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
    padding-left: 36px
}

.widget-box .widget-box-content-slider .reaction-stats+.reaction-stats {
    margin-top: 40px
}

.widget-box .widget-box-content-slider .badge-item-stat .text-sticker {
    top: 32px;
    right: 18px
}

.widget-box .widget-box-title, .widget-box-title {
    font-size: 1rem;
    font-weight: 700
}

.widget-box .widget-box-title .highlighted {
    color: var(--primary-blue)
}

.widget-box .widget-box-text {
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.widget-box .widget-box-text.light {
    color: #9aa4bf
}

.widget-box .widget-box-content {
    margin-top: 36px
}

.widget-box .widget-box-content:first-child {
    margin-top: 0
}

.widget-box .widget-box-content.small-margin-top {
    margin-top: 28px
}

.widget-box .widget-box-content.no-margin-top {
    margin-top: 0
}

.widget-box .widget-box-content.padded-for-scroll {
    height: 358px;
    padding-bottom: 28px
}

.widget-box .widget-box-content.padded-for-scroll.small {
    height: 320px
}

.widget-box .widget-box-content.padded-for-scroll.medium {
    height: 676px
}

.widget-box .widget-box-content.padded-for-scroll.chat {
    height: 480px
}

.widget-box .widget-box-content.padded-for-scroll .scroll-content {
    padding: 0 28px
}

.widget-box .widget-box-content.padded-for-scroll .exp-line-list {
    padding-top: 8px
}

.widget-box .widget-box-content.padded-for-scroll .chat-list {
    padding-top: 8px
}

.widget-box .widget-box-content .filters+.post-preview-line-list, .widget-box .widget-box-content .filters+.user-status-list, .widget-box .widget-box-content .paragraph+.information-line-list {
    margin-top: 24px
}

.widget-box .widget-box-content .week-box:last-child {
    margin: 22px 0 -60px
}

.widget-box .widget-box-content .calendar {
    margin: 0 auto
}

.widget-box .widget-box-content .calendar-events-preview {
    margin-top: 24px
}

.widget-box .widget-box-content .ordered-item-list {
    margin-top: 18px
}

.widget-box .widget-box-content .progress-arc-wrap {
    margin: 0 auto
}

.widget-box .widget-box-content .draggable-items+.widget-box-text {
    margin-top: 32px
}

.widget-box .widget-box-content .user-stats {
    margin-top: 36px
}

.widget-box .widget-box-content .user-stats.reference .user-stat {
    width: 100%
}

.widget-box .widget-box-content .user-stats.reference .user-stat:after {
    height: 40px;
    top: 20px
}

.widget-box .widget-box-content .user-stats+.user-stats {
    margin-top: 32px
}

.widget-box .achievement-status-list {
    margin-top: 50px
}

.widget-box .widget-box-status {
    padding-top: 24px;
    position: relative
}

.widget-box .widget-box-status .widget-box-status-content {
    padding: 0 28px
}

.widget-box .widget-box-status .widget-box-status-content .user-status {
    font-family: Rajdhani, sans-serif;
    padding-right: 70px
}

.widget-box .widget-box-status .widget-box-status-content .user-status .user-status-title .user-avatar {
    display: inline;
    margin-right: 24px
}

.widget-box .widget-box-status .user-status+.widget-box-status-text {
    margin-top: 20px
}

.widget-box .widget-box-status .widget-box-status-text {
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.widget-box .widget-box-status .widget-box-status-text+.widget-box-status-text {
    margin-top: 26px
}

.widget-box .widget-box-status .widget-box-status-text+.tag-list {
    margin-top: 8px
}

.widget-box .widget-box-status .widget-box-picture {
    width: 100%;
    height: auto;
    margin-top: 20px;
    cursor: pointer
}

.widget-box .widget-box-status .tag-sticker, .widget-box .widget-box-status .text-sticker {
    position: absolute;
    top: -8px;
    right: 68px
}

.widget-box .widget-box-status .post-preview, .widget-box .widget-box-status .quote-box {
    margin-top: 28px
}

.widget-box .widget-box-status .iframe-wrap, .widget-box .widget-box-status .picture-collage, .widget-box .widget-box-status .poll-box, .widget-box .widget-box-status .video-status, .widget-box .widget-box-status .widget-box {
    margin-top: 24px
}

.widget-box .widget-box-status .widget-box {
    padding-bottom: 32px
}

.widget-box .widget-box-status .tag-list {
    margin-top: 28px
}

.widget-box .widget-box-status .tag-list:first-child {
    margin-top: 18px
}

.widget-box .widget-box-status .content-actions {
    margin-top: 28px;
    border-top: 1px solid #2f3749
}

.widget-box .widget-box-button {
    width: 100%;
    margin-top: 32px
}

@media screen and (max-width:1365px) {
    .widget-box .widget-box-footer .chart-info {
        display: none
    }
}

@media screen and (max-width:680px) {
    .widget-box .widget-box-status>.text-sticker .text-sticker-icon {
        margin-right: 0
    }
    .widget-box .widget-box-status>.text-sticker .text-sticker-content {
        display: none
    }
    .widget-box .widget-box-actions .widget-box-action:last-child .reference-item-list {
        position: absolute;
        top: 60px;
        left: 28px
    }
}

.loader-bars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px
}

.loader-bars .loader-bar {
    width: 4px;
    height: 100%;
    margin-right: 4px;
    border-radius: 200px;
    -webkit-transform: scaleY(.2);
    transform: scaleY(.2);
    -webkit-animation: loader-bars .5s ease-in infinite alternate;
    animation: loader-bars .5s ease-in infinite alternate
}

.loader-bars .loader-bar:last-child {
    margin-right: 0
}

.loader-bars .loader-bar:first-child {
    background-color: #41d04f
}

.loader-bars .loader-bar:nth-child(2) {
    background-color: #50d551;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.loader-bars .loader-bar:nth-child(3) {
    background-color: #67dc55;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.loader-bars .loader-bar:nth-child(4) {
    background-color: #7de358;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.loader-bars .loader-bar:nth-child(5) {
    background-color: #99eb5c;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.loader-bars .loader-bar:nth-child(6) {
    background-color: #b1f35f;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.loader-bars .loader-bar:nth-child(7) {
    background-color: #c7f962;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.loader-bars .loader-bar:nth-child(8) {
    background-color: #d6fe65;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

@-webkit-keyframes loader-bars {
    0% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2)
    }
    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes loader-bars {
    0% {
        -webkit-transform: scaleY(.2);
        transform: scaleY(.2)
    }
    to {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.error-section {
    width: 100%;
    height: 100%;
    background: url(../img/landing/404-bg.png) no-repeat 0 0, url(../img/landing/vikinger-logo.png) right 40px top 40px no-repeat, url(../img/landing/dot-texture.png) repeat 0 0, #161b28;
    background-size: contain, auto, auto;
    position: fixed;
    top: 0;
    left: 0
}

.error-section .error-section-title {
    color: var(--white);
    font-family: Titillium Web, sans-serif;
    font-size: 15.8125rem;
    font-weight: 900;
    position: absolute;
    top: 280px;
    left: 220px
}

.error-section .error-section-info {
    width: 420px;
    position: absolute;
    top: 400px;
    right: 270px
}

.error-section .error-section-subtitle {
    color: var(--white);
    font-size: 6.5rem;
    font-weight: 700;
    text-transform: uppercase
}

.error-section .error-section-subtitle+.error-section-text {
    margin-top: 30px
}

.error-section .error-section-text {
    margin-top: 20px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.7777777778em
}

.error-section .button {
    width: 160px;
    margin-top: 50px
}

@media screen and (min-width:2560px) {
    .error-section .error-section-title {
        top: 35%;
        left: 15%
    }
    .error-section .error-section-info {
        top: 45%;
        right: 20%
    }
}

@media screen and (max-width:1366px) {
    .error-section .error-section-title {
        top: 185px;
        left: 145px
    }
    .error-section .error-section-info {
        top: 270px;
        right: 140px
    }
}

@media screen and (max-width:1365px) {
    .error-section {
        background: url(../img/landing/dot-texture.png) repeat 0 0 #161b28;
        background-size: auto;
        padding: 120px 0;
        position: static
    }
    .error-section .error-section-title {
        color: var(--white);
        font-size: 3.75rem;
        position: static;
        text-align: center
    }
    .error-section .error-section-info {
        width: 90%;
        margin: 0 auto;
        position: static;
        text-align: center
    }
    .error-section .error-section-subtitle {
        margin-top: 60px;
        font-size: 2.25rem
    }
    .error-section .button {
        margin: 50px auto 0
    }
}

.picture {
    width: 52px;
    height: 52px
}

.picture.round {
    border-radius: 12px
}

.picture.round.small, .picture.round.tiny {
    border-radius: 10px
}

.picture.circle {
    border-radius: 50%
}

.picture.medium {
    width: 60px;
    height: 60px
}

.picture.small {
    width: 40px;
    height: 40px
}

.picture.tiny {
    width: 32px;
    height: 32px
}

.picture-item-list {
    display: grid;
    -ms-flex-pack: center;
    justify-content: center
}

.picture-item-list.small {
    grid-template-columns: repeat(auto-fit, 52px);
    grid-gap: 6px
}

.picture-item {
    cursor: pointer;
    position: relative
}

.picture-item .picture-item-overlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--primary-blue-overlay)
}

.picture-item .picture-item-overlay.round {
    border-radius: 12px
}

.picture-item .picture-item-overlay.circle {
    border-radius: 50%
}

.picture-item .picture-item-overlay .picture-item-overlay-text {
    color: var(--white);
    font-size: .875rem;
    font-weight: 700
}

.progress-stat-wrap {
    padding-right: 56px;
    position: relative
}

.progress-stat-wrap .progress-stat .bar-progress-wrap {
    position: absolute;
    top: -5px;
    right: 0
}

.progress-stat-wrap .progress-stat .bar-progress-wrap:first-child, .progress-stat-wrap .progress-stat .bar-progress-wrap:last-child {
    margin: 0
}

.progress-stat.small {
    width: 178px
}

.progress-stat .bar-progress-wrap {
    position: relative
}

.progress-stat .bar-progress-wrap:first-child {
    margin-bottom: 6px
}

.progress-stat .bar-progress-wrap.big {
    margin-bottom: 20px
}

.progress-stat .bar-progress-wrap.medium:first-child {
    margin-bottom: 14px
}

.progress-stat .bar-progress-wrap.small:last-child {
    margin-top: 24px
}

.progress-stat .bar-progress-wrap:last-child {
    margin-top: 28px
}

.progress-stat .bar-progress-wrap .bar-progress-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.progress-stat .bar-progress-wrap .bar-progress-info.progress-with-text {
    font-size: 1.25rem;
    font-weight: 700
}

.progress-stat .bar-progress-wrap .bar-progress-info.progress-with-text .bar-progress-unit {
    margin-right: 2px
}

.progress-stat .bar-progress-wrap .bar-progress-info.progress-with-text .light {
    font-size: 1rem;
    font-weight: 500;
    text-transform: none
}

.progress-stat .bar-progress-wrap .bar-progress-info.negative {
    color: var(--white)
}

.progress-stat .bar-progress-wrap .bar-progress-info.start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.progress-stat .bar-progress-wrap .bar-progress-info.start .bar-progress-text {
    margin-right: 4px
}

.progress-stat .bar-progress-wrap .bar-progress-info.center {
    -ms-flex-pack: center;
    justify-content: center
}

.progress-stat .bar-progress-wrap .bar-progress-info.regular {
    text-transform: none
}

.progress-stat .bar-progress-wrap .bar-progress-info.medium {
    font-size: .875rem
}

.progress-stat .bar-progress-wrap .bar-progress-info .light {
    margin-right: 4px;
    color: #9aa4bf
}

.progress-stat .bar-progress-wrap .bar-progress-text.no-space .bar-progress-unit {
    margin-left: 0
}

.progress-stat .bar-progress-wrap .bar-progress-unit {
    margin-left: 3px;
    text-transform: uppercase
}

.progress-stat .progress-stat-info {
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 8px;
    right: 0
}

@media screen and (max-width:680px) {
    .progress-stat .progress-stat-info {
        display: none
    }
}

.progress-arc-wrap {
    width: 140px;
    height: 140px;
    position: relative
}

.progress-arc-wrap.small {
    width: 80px;
    height: 80px
}

.progress-arc-wrap.small .progress-arc-info .progress-arc-title {
    font-size: 1.375rem
}

.progress-arc-wrap.tiny {
    width: 60px;
    height: 60px
}

.progress-arc-wrap.tiny .progress-arc-info .progress-arc-title {
    font-size: .75rem;
    text-transform: uppercase
}

.progress-arc-wrap .progress-arc {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2
}

.progress-arc-wrap .progress-arc-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.progress-arc-wrap .progress-arc-info .progress-arc-title {
    font-size: 2.25rem;
    font-weight: 700
}

.progress-arc-wrap .progress-arc-info .progress-arc-text {
    margin-top: 2px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.progress-arc-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.progress-arc-block .progress-arc-block-info {
    margin-top: 20px;
    text-align: center
}

.progress-arc-block .progress-arc-block-info .progress-arc-block-title {
    font-size: .875rem;
    font-weight: 700
}

.progress-arc-block .progress-arc-block-info .progress-arc-block-text {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.progress-arc-summary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.progress-arc-summary .progress-arc-summary-info {
    margin-top: 36px;
    text-align: center
}

.progress-arc-summary .progress-arc-summary-info .progress-arc-summary-title {
    font-size: 1.125rem;
    font-weight: 700
}

.progress-arc-summary .progress-arc-summary-info .progress-arc-summary-subtitle {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.progress-arc-summary .progress-arc-summary-info .progress-arc-summary-text {
    margin-top: 22px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.user-avatar {
    display: block;
    width: 100px;
    height: 110px;
    position: relative
}

.user-avatar.away:before, .user-avatar.offline:before, .user-avatar.online:before {
    content: "";
    width: 12px;
    height: 12px;
    border: 3px solid #1d2333;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: -2px;
    z-index: 10
}

.user-avatar.online:before {
    background-color: var(--primary-blue)
}

.user-avatar.offline:before {
    background-color: #f9515c
}

.user-avatar.away:before {
    background-color: #adafca
}

.user-avatar.big {
    width: 148px;
    height: 164px
}

.user-avatar.big .user-avatar-content {
    top: 27px;
    left: 24px
}

.user-avatar.big .user-avatar-progress, .user-avatar.big .user-avatar-progress-border {
    top: 14px;
    left: 12px
}

.user-avatar.big .user-avatar-badge {
    width: 40px;
    height: 44px;
    top: 102px;
    right: 8px
}

.user-avatar.big .user-avatar-badge .user-avatar-badge-content {
    top: 5px;
    left: 4px
}

.user-avatar.big .user-avatar-badge .user-avatar-badge-text {
    font-size: 1rem
}

.user-avatar.medium {
    width: 120px;
    height: 132px
}

.user-avatar.medium .user-avatar-content {
    top: 21px;
    left: 19px
}

.user-avatar.medium .user-avatar-progress, .user-avatar.medium .user-avatar-progress-border {
    top: 11px;
    left: 10px
}

.user-avatar.medium .user-avatar-badge {
    width: 32px;
    height: 36px;
    top: 82px;
    right: 7px
}

.user-avatar.medium .user-avatar-badge .user-avatar-badge-content {
    top: 4px;
    left: 3px
}

.user-avatar.medium .user-avatar-badge .user-avatar-badge-text {
    font-size: .875rem
}

.user-avatar.small {
    width: 50px;
    height: 56px
}

.user-avatar.small .user-avatar-content {
    top: 12px;
    left: 10px
}

.user-avatar.small .user-avatar-progress, .user-avatar.small .user-avatar-progress-border {
    top: 6px;
    left: 5px
}

.user-avatar.small .user-avatar-badge {
    width: 22px;
    height: 24px;
    top: 27px;
    right: 2px
}

.user-avatar.small .user-avatar-badge .user-avatar-badge-content {
    top: 3px;
    left: 3px
}

.user-avatar.small .user-avatar-badge .user-avatar-badge-text {
    font-size: .625rem
}

.user-avatar.smaller .user-avatar-overlay {
    width: 30px;
    height: 32px
}

.user-avatar.smaller .user-avatar-overlay-content .user-avatar-overlay-content-text {
    font-size: .6875rem
}

.user-avatar.no-stats {
    width: 100px;
    height: 108px
}

.user-avatar.no-stats .user-avatar-content {
    top: 8px;
    left: 8px
}

.user-avatar.no-stats.big {
    width: 148px;
    height: 164px
}

.user-avatar.no-stats.big .user-avatar-content {
    top: 14px;
    left: 12px
}

.user-avatar.no-stats.medium {
    width: 120px;
    height: 130px
}

.user-avatar.no-stats.medium .user-avatar-content {
    top: 10px;
    left: 10px
}

.user-avatar.no-stats.small {
    width: 50px;
    height: 56px
}

.user-avatar.no-stats.small .user-avatar-content {
    top: 6px;
    left: 5px
}

.user-avatar.no-stats.smaller {
    width: 34px;
    height: 36px
}

.user-avatar.no-stats.smaller .user-avatar-content {
    top: 2px;
    left: 2px
}

.user-avatar.no-stats.micro {
    width: 22px;
    height: 24px
}

.user-avatar.no-stats.micro .user-avatar-content {
    top: 2px;
    left: 2px
}

.user-avatar.no-border {
    width: 84px;
    height: 92px
}

.user-avatar.no-border .user-avatar-content {
    top: 0;
    left: 0
}

.user-avatar.no-border.big {
    width: 124px;
    height: 136px
}

.user-avatar.no-border.medium {
    width: 100px;
    height: 110px
}

.user-avatar.no-border.small {
    width: 40px;
    height: 44px
}

.user-avatar.no-border.tiny {
    width: 24px;
    height: 26px
}

.user-avatar.no-border.micro {
    width: 18px;
    height: 20px
}

.user-avatar.no-outline {
    width: 84px;
    height: 92px
}

.user-avatar.no-outline .user-avatar-progress, .user-avatar.no-outline .user-avatar-progress-border {
    top: 0;
    left: 0
}

.user-avatar.no-outline .user-avatar-content {
    top: 9px;
    left: 8px
}

.user-avatar.no-outline .user-avatar-badge {
    top: 60px;
    right: -3px
}

.user-avatar.no-outline.small {
    width: 40px;
    height: 44px
}

.user-avatar.no-outline.small .user-avatar-content {
    top: 6px;
    left: 5px
}

.user-avatar.no-outline.small .user-avatar-badge {
    top: 21px;
    right: -3px
}

.user-avatar .user-avatar-border {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.user-avatar .user-avatar-border .hexagon-content {
    background-color: var(--white)
}

.user-avatar .user-avatar-content {
    position: absolute;
    top: 18px;
    left: 16px;
    z-index: 3
}

.user-avatar .user-avatar-content.list {
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 3;
}

.user-avatar .user-avatar-content.list .hexagon-image-list-104-112 {
    opacity: .4;
}

.user-avatar .user-avatar-content.list:hover .hexagon-image-list-104-112 {
    opacity: .6;
}

.user-avatar .user-avatar-content.list .text {
    top: 50%;
    left: 50%;
    width: 100%;
    font-weight: 600;
    max-height: 40px;
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
}

.user-avatar .user-avatar-progress, .user-avatar .user-avatar-progress-border {
    position: absolute;
    top: 9px;
    left: 8px;
    z-index: 2
}

.user-avatar .user-avatar-progress {
    z-index: 3
}

.user-avatar .user-avatar-progress-border {
    z-index: 2
}

.user-avatar .user-avatar-badge {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    height: 32px;
    position: absolute;
    top: 68px;
    right: 5px;
    z-index: 4
}

.user-avatar .user-avatar-badge .user-avatar-badge-border {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.user-avatar .user-avatar-badge .user-avatar-badge-border .hexagon-content {
    background-color: var(--white)
}

.user-avatar .user-avatar-badge .user-avatar-badge-content {
    position: absolute;
    top: 4px;
    left: 3px;
    z-index: 5
}

.user-avatar .user-avatar-badge .user-avatar-badge-text {
    color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    pointer-events: none;
    position: relative;
    z-index: 6
}

.user-avatar .user-avatar-overlay {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 11
}

.user-avatar .user-avatar-overlay-content {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12
}

.user-avatar .user-avatar-overlay-content .user-avatar-overlay-content-text {
    color: var(--white);
    font-weight: 700;
    pointer-events: none;
    position: relative;
    top: 1px
}

.user-status-list .user-status {
    margin-bottom: 22px
}

.user-status-list .user-status:last-child {
    margin-bottom: 0
}

.user-status {
    min-height: 44px;
    padding: 2px 0 0 52px;
    position: relative
}

.user-status.no-padding-top {
    padding-top: 0
}

.user-status.notification {
    padding-right: 60px
}

.user-status.request-small .user-status-title, .user-status.request .user-status-title {
    margin-top: 2px;
    line-height: 1.1428571429em
}

.user-status.request-small .user-status-text, .user-status.request .user-status-text {
    margin-top: 8px
}

.user-status.request-small {
    padding-right: 48px
}

.user-status.request {
    padding-right: 100px
}

.user-status .user-status-activity, .user-status .user-status-avatar {
    position: absolute;
    top: 0;
    left: 0
}

.user-status .user-status-activity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%
}

.user-status .user-status-activity.activity-reaction {
    background-color: #8560ff
}

.user-status .user-status-activity.activity-comment {
    background-color: #08b8f1
}

.user-status .user-status-activity.activity-share {
    background-color: #00e2cb
}

.user-status .user-status-activity.activity-update {
    background-color: #66e273
}

.user-status .user-status-activity .user-status-activity-icon {
    fill: var(--white)
}

.user-status .user-status-title {
    color: var(--white);
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.user-status .user-status-title.medium {
    font-size: 1rem
}

.user-status .user-status-title.medium+.user-status-text {
    margin-top: 2px
}

.user-status .user-status-title .bold {
    color: var(--white);
    font-weight: 700
}

.user-status .user-status-title .highlighted {
    color: var(--primary-blue);
    font-weight: 600
}

.user-status .user-status-timestamp {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500
}

.user-status .user-status-timestamp.small-space {
    margin-top: 4px
}

.user-status .user-status-timestamp.floaty {
    margin-top: 0;
    position: absolute;
    top: 7px;
    right: 0
}

.user-status .user-status-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.user-status .user-status-text.small {
    font-size: .75rem
}

.user-status .user-status-text.small-space {
    margin-top: 4px
}

.user-status .user-status-text a {
    color: #9aa4bf
}

.user-status .user-status-tag {
    display: inline-block;
    height: 20px;
    padding: 0 8px;
    border-radius: 200px;
    background-color: #3e3f5e;
    color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
    top: -3px
}

.user-status .user-status-tag.online {
    background-color: var(--primary-blue)
}

.user-status .user-status-tag.offline {
    background-color: #f9515c
}

.user-status .user-status-tag.away {
    background-color: #adafca
}

.user-status .user-status-icon {
    opacity: .4;
    position: absolute;
    top: 10px;
    right: 0
}

.user-status .action-request-list {
    position: absolute;
    top: 2px;
    right: 0
}

.cart-item-preview {
    padding-left: 70px;
    position: relative
}

.cart-item-preview .cart-item-preview-image {
    position: absolute;
    top: 2px;
    left: 0
}

.cart-item-preview .cart-item-preview-title {
    font-size: .875rem;
    font-weight: 700
}

.cart-item-preview .cart-item-preview-title a {
    color: var(--white);
    font-weight: 700
}

.cart-item-preview .cart-item-preview-text {
    margin-top: 2px;
    font-size: .75rem;
    font-weight: 500
}

.cart-item-preview .cart-item-preview-price {
    margin-top: 16px;
    font-size: .875rem;
    font-weight: 700
}

.cart-item-preview .cart-item-preview-price .highlighted {
    color: var(--primary-blue)
}

.cart-item-preview .cart-item-preview-action {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.cart-item-preview .cart-item-preview-action .icon-delete {
    opacity: .4;
    transition: fill .2s ease-in-out, opacity .2s ease-in-out
}

.cart-item-preview .cart-item-preview-action:hover .icon-delete {
    fill: var(--white);
    opacity: 1
}

.cart-preview-total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    padding: 0 28px 0 100px;
    border-top: 1px solid #2f3749;
    border-bottom: 1px solid #2f3749
}

.cart-preview-total .cart-preview-total-text, .cart-preview-total .cart-preview-total-title {
    font-size: .875rem;
    font-weight: 700
}

.cart-preview-total .cart-preview-total-text .highlighted {
    color: var(--primary-blue)
}

.form-box {
    width: 484px;
    padding: 64px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .12);
    position: relative
}

.form-box .form-box-decoration {
    position: absolute;
    top: -14px;
    left: -80px
}

.form-box .form-box-decoration.overflowing {
    top: -68px
}

.form-box .form-box-title {
    font-size: 1.625rem;
    text-align: center
}

.form-box .form {
    margin-top: 76px
}

.form-box .lined-text {
    margin-top: 40px
}

.form-box .form-text, .form-box .social-links {
    margin-top: 30px
}

@media screen and (max-width:500px) {
    .form-box {
        padding: 40px 32px
    }
}

.landing {
    width: 100%;
    height: 100%;
    background: url(../img/landing/landing-background.jpg) no-repeat center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0
}

.landing .landing-decoration {
    width: 64%;
    height: 140%;
    border-radius: 50%;
    background: url(../img/landing/dot-texture.png) repeat 0 0 #161b28;
    position: absolute;
    top: -20%;
    right: -32%;
    pointer-events: none
}

.landing-info {
    width: 584px;
    position: absolute;
    top: 16%;
    left: 13%
}

.landing-info .logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.landing-info .landing-info-pretitle, .landing-info .landing-info-text, .landing-info .landing-info-title {
    color: var(--white);
    text-align: center
}

.landing-info .landing-info-pretitle, .landing-info .landing-info-title {
    text-transform: uppercase
}

.landing-info .landing-info-pretitle {
    margin-top: 36px;
    font-size: 1.5rem;
    font-weight: 500
}

.landing-info .landing-info-title {
    font-family: Titillium Web, sans-serif;
    font-size: 6.5rem;
    font-weight: 900;
    position: relative;
    top: -10px
}

.landing-info .landing-info-text {
    width: 384px;
    margin: 30px auto 0;
    font-size: 1.125rem;
    line-height: 1.3333333333em;
    font-weight: 500
}

.landing-info .tab-switch {
    margin-top: 90px
}

.landing-form {
    width: 484px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 13%;
}

.landing-form .form-box {
    top: 0;
    left: 0;
    position: absolute;
    margin: 0 0;
}

.widget-box.games-list, .widget-box.digital-list {
    width: 124px;
    height: 124px;
    display: flex;
    cursor: pointer;
    text-align: center;
    position: relative;
    align-items: center;
    border-radius: 12px;
    justify-content: center;
}

.widget-box.games-list:hover .image, .widget-box.digital-list:hover .image {
    opacity: .7;
}

.widget-box.games-list .image, .widget-box.digital-list .image {
    opacity: .5;
    width: 124px;
    height: 124px;
    object-fit: cover;
    border-radius: 12px;
}

.widget-box.games-list .text, .widget-box.digital-list .text {
    padding: 10px;
    font-weight: 600;
    position: absolute;
}

@media screen and (min-width:2560px) {
    .landing-info {
        top: 25%
    }
    .landing-form {
        right: 20%
    }
}

@media screen and (min-width:3840px) {
    .landing-info {
        top: 35%;
        left: 18%
    }
    .landing-form {
        right: 25%
    }
}

@media screen and (max-width:1500px) {
    .landing .landing-decoration {
        display: none
    }
    .landing-info {
        left: 6%
    }
    .landing-info .landing-info-text {
        margin-top: 10px
    }
    .landing-info .tab-switch {
        margin-top: 40px
    }
    .landing-form {
        right: 80px
    }
}

@media screen and (max-width:1365px) {
    .landing {
        padding: 80px 0 100px;
        position: static
    }
    .landing-info {
        width: 100%;
        position: static
    }
    .landing-info .landing-info-text {
        display: none
    }
    .landing-form {
        width: 100%;
        margin-top: 80px;
        position: static
    }
    .landing-form .form-box {
        margin: 0 auto;
        position: static
    }
    .landing-form .form-box .form-box-decoration {
        display: none
    }
    .landing-form .form-box:first-child, .landing-form .form-box:last-child {
        margin-top: 0
    }
}

@media screen and (max-width:600px) {
    .landing {
        background-position: center;
    }
    .landing-form .form-box {
        width: 90%
    }
}

@media screen and (max-width:500px) {
    .landing-info .landing-info-title {
        font-size: 3.75rem
    }
    .landing-info .tab-switch {
        width: 90%;
        margin: 20px auto 0
    }
    .landing-info .tab-switch .tab-switch-button {
        width: 50%
    }
    .landing-form {
        margin-top: 60px
    }
}

.dropdown-box {
    width: 384px;
    padding-bottom: 60px;
    border-radius: 10px;
    background-color: #1d2333;
    box-shadow: 3px 5px 40px 0 rgba(0, 0, 0, .06);
    position: relative
}

.dropdown-box.padding-bottom-small {
    padding-bottom: 14px
}

.dropdown-box.no-padding-bottom {
    padding-bottom: 0
}

.dropdown-box .dropdown-box-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 28px 20px
}

.dropdown-box .dropdown-box-header .dropdown-box-header-title {
    font-size: 1rem;
    font-weight: 700
}

.dropdown-box .dropdown-box-header .dropdown-box-header-title .highlighted {
    color: var(--primary-blue)
}

.dropdown-box .dropdown-box-header .dropdown-box-header-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.dropdown-box .dropdown-box-header .dropdown-box-header-actions .dropdown-box-header-action {
    margin-right: 16px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    opacity: .6;
    cursor: pointer
}

.dropdown-box .dropdown-box-header .dropdown-box-header-actions .dropdown-box-header-action:hover {
    color: var(--primary-blue)
}

.dropdown-box .dropdown-box-header .dropdown-box-header-actions .dropdown-box-header-action:last-child {
    margin-right: 0
}

.dropdown-box .dropdown-box-category {
    padding-top: 20px
}

.dropdown-box .dropdown-box-category:first-child {
    padding-top: 28px
}

.dropdown-box .dropdown-box-button {
    position: absolute;
    bottom: 0;
    left: 0
}

.dropdown-box .dropdown-box-actions:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.dropdown-box-category {
    padding: 0 28px 4px
}

.dropdown-box-category .dropdown-box-category-title {
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.dropdown-box-list {
    height: 420px;
    overflow-y: auto
}

.dropdown-box-list.no-scroll {
    height: auto
}

.dropdown-box-list.scroll-small {
    height: 286px
}

.dropdown-box-list.medium .dropdown-box-list-item {
    padding: 20px 28px
}

.dropdown-box-list.small .dropdown-box-list-item {
    padding: 10px 28px
}

.dropdown-box-list.no-hover .dropdown-box-list-item:hover {
    background-color: transparent
}

.dropdown-box-list .dropdown-box-list-item {
    display: block;
    padding: 16px 28px
}

.dropdown-box-list .dropdown-box-list-item.unread {
    background-color: var(--soft-grey)
}

.dropdown-box-list .dropdown-box-list-item:hover {
    background-color: #293249
}

.dropdown-box-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 0;
    background-color: var(--soft-grey)
}

.dropdown-box-actions .dropdown-box-action {
    margin-right: 16px
}

.dropdown-box-actions .dropdown-box-action .button {
    width: 156px
}

.dropdown-box-actions .dropdown-box-action:last-child {
    margin-right: 0
}

.dropdown-box-button {
    width: 100%;
    height: 60px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #3e3f5e;
    color: var(--white);
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    transition: background-color .2s ease-in-out
}

.dropdown-box-button:hover {
    color: var(--white)
}

.dropdown-box-button.primary {
    background-color: var(--primary-blue)
}

.dropdown-box-button.primary:hover {
    background-color: #4ae95b
}

.dropdown-box-button.secondary {
    background-color: var(--primary-purple)
}

.dropdown-box-button.secondary:hover {
    background-color: var(--secondary-purple)
}

.dropdown-navigation {
    width: 220px;
    padding: 20px 28px;
    border-radius: 10px;
    background-color: #1d2333;
    box-shadow: 3px 5px 40px 0 rgba(0, 0, 0, .06)
}

.dropdown-navigation .dropdown-navigation-header+.dropdown-navigation-category {
    margin-top: 30px
}

.dropdown-navigation .dropdown-navigation-category {
    margin: 20px 0 10px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.dropdown-navigation .dropdown-navigation-link {
    display: block;
    padding: 8px 0;
    font-size: .875rem;
    font-weight: 700;
    transition: padding .2s ease-in-out, color .2s ease-in-out
}

.dropdown-navigation .dropdown-navigation-link .highlighted {
    float: right;
    color: var(--primary-blue)
}

.dropdown-navigation .dropdown-navigation-link:hover {
    padding-left: 4px
}

.dropdown-navigation .dropdown-navigation-button {
    width: 100%;
    margin-top: 20px
}

@media screen and (max-width:1366px) {
    .dropdown-navigation .dropdown-navigation-category {
        font-size: .6875rem
    }
    .dropdown-navigation .dropdown-navigation-link {
        font-size: .75rem;
        padding: 6px 0
    }
}

.navigation-widget {
    width: 300px;
    padding-bottom: 40px;
    background-color: #1d2333;
    position: relative
}

.navigation-widget.delayed {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
}

#navigation-widget-small-right {
    z-index: 9999 !important;
}

#navigation-widget-small-right.hidden {
    -moz-transform: translate(100%) !important;
    -webkit-transform: translate(100%) !important;
    transform: translate(100%) !important;
}

.chat-widget {
    z-index: 9998!important;
}

.navigation-widget .navigation-widget-close-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    fill: #616a82;
    width: 70px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer
}

.navigation-widget .navigation-widget-cover {
    width: 100%;
    height: 76px
}

.navigation-widget .navigation-widget-info-wrap {
    padding: 32px 0 0 30px;
    margin-bottom: 40px
}

.navigation-widget .navigation-widget-info-wrap .navigation-widget-info {
    min-height: 44px;
    padding: 8px 0 0 50px;
    position: relative
}

.navigation-widget .navigation-widget-info-wrap .navigation-widget-info .user-avatar {
    position: absolute;
    top: 0;
    left: 0
}

.navigation-widget .navigation-widget-info-wrap .navigation-widget-info .navigation-widget-info-title {
    font-size: .875rem;
    font-weight: 700
}

.navigation-widget .navigation-widget-info-wrap .navigation-widget-info .navigation-widget-info-title a {
    color: var(--white);
    font-weight: 700
}

.navigation-widget .navigation-widget-info-wrap .navigation-widget-info .navigation-widget-info-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500
}

.navigation-widget .navigation-widget-info-wrap .navigation-widget-info-button {
    margin-top: 20px;
    width: 140px
}

.navigation-widget .navigation-widget-section-title {
    padding-left: 30px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.navigation-widget .navigation-widget-section-title.space-top {
    margin-top: 30px
}

.navigation-widget .navigation-widget-section-title+.menu {
    margin-top: 26px
}

.navigation-widget .navigation-widget-section-title+.navigation-widget-section-link {
    margin-top: 14px
}

.navigation-widget .navigation-widget-section-link {
    display: block;
    padding: 12px 30px;
    font-size: .875rem;
    font-weight: 700;
    transition: padding .2s ease-in-out, color .2s ease-in-out
}

.navigation-widget .navigation-widget-section-link .highlighted {
    float: right;
    color: var(--primary-blue)
}

.navigation-widget .navigation-widget-section-link:hover {
    padding-left: 34px
}

.navigation-widget .navigation-widget-section-link+.navigation-widget-section-title {
    margin-top: 46px
}

.navigation-widget .badge-list {
    margin-top: 36px
}

.navigation-widget .user-stats {
    margin-top: 44px
}

.navigation-widget .menu {
    margin-top: 60px
}

.navigation-widget .menu+.navigation-widget-section-title {
    margin-top: 40px
}

.navigation-widget.closed {
    width: 80px;
    padding-top: 20px
}

.navigation-widget.closed .user-avatar {
    margin: 0 auto
}

.navigation-widget.closed .menu {
    margin-top: 26px
}

.chat-widget-wrap {
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.chat-widget-wrap .chat-widget {
    box-shadow: none
}

.chat-widget-wrap .chat-widget .chat-widget-messages {
    height: 588px
}

.chat-widget-wrap .chat-widget .chat-widget-conversation {
    height: 500px
}

.chat-widget-wrap .chat-widget .chat-widget-conversation.moderation {
    height: 400.22px
}

.chat-widget-wrap .chat-widget:first-child {
    width: 43.4389140271%;
    border-right: 1px solid #2f3749;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.chat-widget-wrap .chat-widget:first-child .chat-widget-form {
    border-bottom-left-radius: 12px
}

.chat-widget-wrap .chat-widget:last-child {
    width: 56.5610859729%;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.chat-widget-wrap .chat-widget:last-child .chat-widget-form {
    border-bottom-right-radius: 12px
}

.chat-widget {
    width: 300px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.chat-widget.static .chat-widget-messages .chat-widget-message {
    padding: 20px 28px 20px 24px;
    border-left: 4px solid transparent
}

.chat-widget.static .chat-widget-messages .chat-widget-message.active, .chat-widget.static .chat-widget-messages .chat-widget-message:hover {
    border-left-color: var(--primary-blue)
}

.chat-widget.chat-widget-overlay {
    padding-bottom: 92px
}

.chat-widget.hidden .chat-widget-button-icon .burger-icon .burger-icon-bar:first-child {
    width: 100%
}

.chat-widget.hidden .chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(2) {
    width: 14px
}

.chat-widget.hidden .chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(3) {
    width: 10px
}

.chat-widget.closed .chat-widget-messages .chat-widget-message {
    padding: 11px 20px
}

.chat-widget.closed .chat-widget-messages .chat-widget-message:first-child {
    padding-top: 20px
}

.chat-widget.closed .chat-widget-messages .chat-widget-message:hover {
    background-color: #1d2333
}

.chat-widget.closed .chat-widget-form, .chat-widget.closed .chat-widget-messages .chat-widget-message .user-status .user-status-text, .chat-widget.closed .chat-widget-messages .chat-widget-message .user-status .user-status-timestamp, .chat-widget.closed .chat-widget-messages .chat-widget-message .user-status .user-status-title {
    opacity: 0;
    visibility: hidden
}

.chat-widget.closed .chat-widget-button .chat-widget-button-icon .burger-icon .burger-icon-bar:first-child {
    width: 100%
}

.chat-widget.closed .chat-widget-button .chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(2) {
    width: 14px
}

.chat-widget.closed .chat-widget-button .chat-widget-button-icon .burger-icon .burger-icon-bar:nth-child(3) {
    width: 10px
}

.chat-widget.closed .chat-widget-button .chat-widget-button-text {
    display: none
}

.chat-widget .chat-widget-messages .chat-widget-message .user-status .user-status-text, .chat-widget .chat-widget-messages .chat-widget-message .user-status .user-status-timestamp, .chat-widget .chat-widget-messages .chat-widget-message .user-status .user-status-title {
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out
}

.chat-widget-header {
    padding: 20px 28px;
    border-bottom: 1px solid #2f3749;
    position: relative
}

.chat-widget-header .chat-widget-settings {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 2
}

.chat-widget-header .chat-widget-close-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.chat-widget-header .chat-widget-close-button .chat-widget-close-button-icon {
    fill: #616a82
}

.chat-widget-messages {
    height: 700px;
    overflow-y: auto
}

.chat-widget-messages .chat-widget-message {
    display: block;
    padding: 14px 28px;
    cursor: pointer;
    transition: padding .4s ease-in-out
}

.chat-widget-messages .chat-widget-message.active, .chat-widget-messages .chat-widget-message:hover {
    background-color: #293249
}

.chat-widget-conversation {
    height: 615px;
    padding: 35px 28px;
    background-color: var(--soft-grey);
    overflow-y: auto
}

.chat-widget-conversation .chat-widget-speaker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    position: relative
}

.chat-widget-conversation .chat-widget-speaker+.chat-widget-speaker {
    margin-top: 16px
}

.chat-widget-conversation .chat-widget-speaker.left {
    padding: 0 64px 0 0;
}

.chat-widget-conversation .chat-widget-speaker.left .chat-widget-speaker-avatar {
    left: 0
}

.chat-widget-conversation .chat-widget-speaker.left .chat-widget-speaker-message {
    border-top-left-radius: 0
}

.chat-widget-conversation .chat-widget-speaker.right {
    padding-left: 64px;
    -ms-flex-align: end;
    align-items: flex-end
}

.chat-widget-conversation .chat-widget-speaker.right .chat-widget-speaker-message {
    border-top-right-radius: 0;
    background-color: var(--primary-purple);
    color: var(--white)
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-avatar {
    position: absolute;
    top: 0
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message {
    display: inline-block;
    padding: 12px;
    border-radius: 10px;
    background-color: #293249;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.1428571429em
}

.chat-status {
    color: #000;
    padding: .875rem 1rem;
    background-color: var(--grey);
}

.moderation-detail {
    cursor: pointer;
    font-weight: 500;
    padding: .65rem 0;
    text-align: center;
    font-size: .875rem;
    background-color: var(--dark-grey);
    border-bottom: 1px solid var(--border-grey);
}

.widget-box.complain .item p, .widget-box.complain .item a {
    font-size: 1rem;
    color: var(--white);
}

.widget-box.complain .item .product {
    display: flex;
}

.widget-box.complain .item .icon-store {
    width: 18px;
    height: 18px;
    fill: var(--white);
    margin-right: .3rem;
}

.widget-box.complain .item .product .image {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    margin-right: .5rem;
}

.widget-box.complain .item .product .product-info .title {
    font-weight: 700;
}

.widget-box.complain .item .product .product-info .quantity {
    font-weight: 500;
    font-size: .875rem;
    color: var(--grey);
    padding-top: .5rem;
}

.widget-box.complain .item .label {
    font-weight: 500;
    color: var(--grey);
    line-height: 1.4em;
    padding: 1rem 0 .4rem 0;
}

.chat-widget-conversation .chat-widget-speaker.left .chat-widget-speaker-message .product-item {
    border: 1px dashed var(--grey);
}

.chat-widget-conversation .chat-widget-speaker.right .chat-widget-speaker-message .product-item {
    border: 1px dashed var(--white);
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message .product-item {
    display: flex;
    padding: .5rem;
    border-radius: 8px;
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message .product-item .image {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    object-fit: contain;
    margin-right: .5rem;
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message .product-item .tag-status {
    border-radius: 8px;
    font-size: .75rem;
    width: max-content;
    margin-bottom: .3rem;
    padding: .2rem .5rem;
    background-color: var(--green);
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message .product-item .tag-trx {
    font-weight: 500;
    font-size: .875rem;
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message .product-note {
    font-weight: 500;
    margin-top: .5rem;
    font-size: .875rem;
    line-height: 1.1428571429em
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-message+.chat-widget-speaker-message {
    margin-top: 8px
}

.chat-widget-conversation .chat-widget-speaker .chat-widget-speaker-timestamp {
    margin-top: 12px;
    color: #adafca;
    font-size: .75rem;
    font-weight: 500
}

.chat-widget-form {
    padding: 22px 28px;
    background-color: var(--soft-grey);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out, bottom .4s ease-in-out
}

.chat-widget-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding-left: 28px;
    background-color: var(--primary-blue);
    cursor: pointer
}

.chat-widget-button .chat-widget-button-icon {
    margin-right: 30px
}

.chat-widget-button .chat-widget-button-text {
    color: var(--white);
    font-size: 1rem;
    font-weight: 700
}

@media screen and (max-width:960px) {
    .chat-widget-wrap {
        display: block;
        box-shadow: none
    }
    .chat-widget-wrap .chat-widget {
        border-radius: 12px
    }
    .chat-widget-wrap .chat-widget:first-child, .chat-widget-wrap .chat-widget:last-child {
        width: 100%;
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
    }
    .chat-widget-wrap .chat-widget:first-child {
        border-right: none;
        margin-bottom: 26px
    }
    .chat-widget-wrap .chat-widget:first-child .chat-widget-form {
        border-bottom-right-radius: 12px
    }
    .chat-widget-wrap .chat-widget:last-child .chat-widget-form {
        border-bottom-left-radius: 12px
    }
    .chat-widget-wrap .chat-widget .chat-widget-conversation+.chat-widget-form .button {
        width: 100%
    }
}

.profile-header {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.profile-header.v2 .profile-header-info {
    height: 112px
}

.profile-header.v2 .profile-header-info .user-short-description {
    min-height: 164px;
    padding: 84px 0 0 164px;
    position: absolute;
    left: 32px;
    bottom: 0
}

.profile-header.v2 .profile-header-info .user-short-description .user-short-description-avatar {
    top: 0;
    left: 0;
    margin-left: 0
}

.profile-header.v2 .profile-header-info .user-short-description .user-short-description-avatar.user-short-description-avatar-mobile {
    top: -54px;
    margin-left: -60px
}

.profile-header.fanspages.v2 .profile-header-info .user-short-description .user-short-description-avatar.user-short-description-avatar-mobile {
    top: -64px;
}

.profile-header.v2 .profile-header-info .user-short-description .user-short-description-text, .profile-header.v2 .profile-header-info .user-short-description .user-short-description-title {
    text-align: left
}

.profile-header.v2 .profile-header-info .user-stats {
    left: auto;
    top: 38px;
    right: 164px
}

.profile-header.v2 .profile-header-info .tag-sticker {
    position: absolute;
    top: -12px;
    right: 28px;
    display: none
}

.profile-header.fanspages.v2 .profile-header-info .tag-sticker {
    top: -22px;
}

.profile-header.v2 .profile-header-info .profile-header-info-actions {
    top: 32px
}

.profile-header.v2 .profile-header-info .profile-header-info-actions .profile-header-info-action.button {
    width: 58px
}

.profile-header .profile-header-cover {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 350px
}

.profile-header .profile-header-cover.liquid {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.15));
}

.profile-header .profile-header-info {
    height: 126px;
    position: relative
}

.profile-header .profile-header-info .user-short-description .user-short-description-avatar-mobile {
    display: none;
    top: -54px;
    margin-left: -60px
}

.profile-header .profile-header-info .profile-header-social-links-wrap {
    width: 352px;
    height: 44px;
    margin: 0 auto;
    position: absolute;
    top: 54px;
    right: 32px
}

.profile-header .profile-header-info .profile-header-social-links-wrap .profile-header-social-links {
    padding-top: 4px;
    position: relative;
    z-index: 2
}

.profile-header .profile-header-info .profile-header-social-links-wrap .slider-controls {
    width: 234px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: -40px;
    z-index: 1
}

.profile-header .profile-header-info .user-stats {
    position: absolute;
    top: 54px;
    left: 40px
}

.profile-header .profile-header-info .profile-header-info-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 54px;
    right: 32px
}

.profile-header .profile-header-info .profile-header-info-actions .profile-header-info-action {
    margin-right: 16px
}

.profile-header .profile-header-info .profile-header-info-actions .profile-header-info-action.button {
    width: 180px
}

.profile-header .profile-header-info .profile-header-info-actions .profile-header-info-action:last-child {
    margin-right: 0
}

@media screen and (max-width:1365px) {
    .profile-header .profile-header-cover {
        height: 200px
    }
    .profile-header.v2 .profile-header-info {
        height: auto
    }
    .profile-header.team.v2 .profile-header-info .user-short-description {
        min-height: auto;
        padding: 84px 0 0 164px;
        position: static
    }
    .profile-header.v2 .profile-header-info .user-short-description {
        min-height: auto;
        padding: 52px 0 0;
        position: static
    }
    .profile-header.v2 .profile-header-info .user-short-description .user-short-description-avatar {
        top: -116px;
        left: 50%;
        margin-left: -74px
    }
    .profile-header.v2 .profile-header-info .user-short-description .user-short-description-text, .profile-header.v2 .profile-header-info .user-short-description .user-short-description-title {
        text-align: center
    }
    .profile-header.fanspages.v2 .profile-header-info .user-short-description .user-short-description-text {
        text-align: left;
    }
    .profile-header .profile-header-info {
        height: auto;
        padding-bottom: 32px
    }
    .profile-header .profile-header-info .profile-header-info-actions, .profile-header .profile-header-info .profile-header-social-links-wrap, .profile-header .profile-header-info .user-stats {
        position: static
    }
    .profile-header .profile-header-info .profile-header-social-links-wrap {
        margin-top: 32px
    }
    .profile-header .profile-header-info .profile-header-info-actions, .profile-header .profile-header-info .user-stats {
        margin-top: 40px
    }
}

@media screen and (max-width:480px) {
    .profile-header .profile-header-cover {
        height: 200px
    }
    .profile-header.fanspages .profile-header-cover {
        height: 200px
    }
    .profile-header.team .profile-header-cover {
        height: 200px
    }
    .profile-header.v2 .profile-header-info .user-short-description {
        padding-top: 84px
    }
    .profile-header.fanspages.v2 .profile-header-info .user-stats {
        padding-top: 44px;
    }
    .profile-header.v2 .profile-header-info .user-stats .user-stat:first-child {
        display: none
    }
    .profile-header.v2 .profile-header-info .user-stats .user-stat:last-child, .profile-header.v2 .profile-header-info .user-stats .user-stat:nth-last-child(2):after {
        display: block
    }
    .profile-header.v2 .profile-header-info .tag-sticker {
        display: -ms-flexbox;
        display: flex
    }
    .profile-header .profile-header-info .user-short-description {
        padding-top: 84px
    }
    .profile-header .profile-header-info .user-short-description .user-short-description-avatar {
        display: none
    }
    .profile-header .profile-header-info .user-short-description .user-short-description-avatar-mobile {
        display: block
    }
    .profile-header .profile-header-info .user-short-description .user-short-description-title {
        font-size: 1.125rem
    }
    .profile-header .profile-header-info .user-short-description .user-short-description-text {
        font-size: .6875rem
    }
    .profile-header .profile-header-info .profile-header-social-links-wrap {
        width: 160px;
        height: 36px;
        position: relative;
        top: auto;
        right: auto
    }
    .profile-header .profile-header-info .profile-header-social-links-wrap .social-link {
        width: 32px;
        height: 32px
    }
    .profile-header .profile-header-info .user-stats .user-stat:nth-last-child(2):after {
        display: none
    }
    .profile-header .profile-header-info .user-stats .user-stat .user-stat-title {
        font-size: .875rem
    }
    .profile-header .profile-header-info .user-stats .user-stat .user-stat-text {
        font-size: .6875rem
    }
    .profile-header .profile-header-info .profile-header-info-actions .profile-header-info-action.button {
        width: 154px
    }
}

.post-preview {
    min-height: 516px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.post-preview.medium {
    min-height: auto;
    box-shadow: none
}

.post-preview.medium .post-preview-image {
    height: 320px;
    border-radius: 0
}

.post-preview.medium .post-preview-info {
    width: 90.4109589041%;
    margin-top: -140px
}

.post-preview.medium .post-preview-info .post-preview-title {
    font-size: 1.5rem;
    line-height: 1.3333333333em
}

.post-preview.medium .post-preview-info .post-preview-text {
    margin-top: 24px
}

.post-preview .post-preview-image {
    height: 210px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.post-preview .post-preview-info {
    width: 91.6666666667%;
    padding: 28px;
    margin: -48px auto 0;
    border-radius: 12px;
    background-color: var(--soft-grey);
    box-shadow: 3px 5px 40px 0 rgba(0, 0, 0, .1)
}

.post-preview .post-preview-info.fixed-height {
    height: 292px;
    padding: 28px 28px 22px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.post-preview .post-preview-info.fixed-height .post-preview-text {
    margin-top: 0
}

.post-preview .post-preview-info .post-preview-timestamp {
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.post-preview .post-preview-info .post-preview-title {
    margin-top: 10px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em
}

.post-preview .post-preview-info .post-preview-title a {
    color: inherit;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em
}

.post-preview .post-preview-info .post-preview-text {
    margin-top: 16px;
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.post-preview .post-preview-info .post-preview-link {
    margin-top: 20px;
    display: inline-block;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s ease-in-out
}

.post-preview .content-actions {
    margin-top: 10px;
    padding: 0 28px
}

.post-peek-list .post-peek {
    margin-bottom: 22px
}

.post-peek-list .post-peek:last-child {
    margin-bottom: 0
}

.post-peek {
    min-height: 40px;
    padding-left: 52px;
    position: relative
}

.post-peek .post-peek-image {
    position: absolute;
    top: 0;
    left: 0
}

.post-peek .post-peek-title {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.1428571429em
}

.post-peek .post-peek-title a {
    color: var(--white);
    font-weight: 700
}

.post-peek .post-peek-text {
    margin-top: 8px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500
}

.post-preview-line-list .post-preview-line {
    margin-bottom: 22px
}

.post-preview-line-list .post-preview-line:last-child {
    margin-bottom: 0
}

.post-preview-line .post-preview-line-title {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.1428571429em
}

.post-preview-line .post-preview-line-title a {
    color: var(--white);
    font-weight: 700
}

.post-preview-line .post-preview-line-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px
}

.post-preview-line .user-avatar {
    margin-right: 8px
}

.post-preview-line .post-preview-line-author {
    margin-right: 6px;
    font-size: .75rem;
    font-weight: 700
}

.post-preview-line .post-preview-line-author a {
    color: var(--white);
    font-weight: 700
}

.post-preview-line .post-preview-line-timestamp {
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500
}

@media screen and (max-width:460px) {
    .post-preview .post-preview-info.fixed-height {
        display: block;
        height: auto;
        padding: 28px
    }
    .post-preview .post-preview-info.fixed-height .post-preview-text {
        margin-top: 16px
    }
}

.post-comment {
    padding: 26px 28px 28px 80px;
    background-color: #1d2333;
    position: relative
}

.post-comment.unread {
    background-color: var(--soft-grey)
}

.post-comment.reply-2 {
    padding-left: 108px
}

.post-comment.reply-2 .user-avatar {
    left: 56px
}

.post-comment .user-avatar {
    position: absolute;
    top: 28px;
    left: 28px
}

.post-comment .post-comment-text-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.post-comment .post-comment-text-wrap .rating-list {
    margin-right: 12px
}

.post-comment .post-comment-text {
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.post-comment .post-comment-text .bold {
    font-weight: 700
}

.post-comment .post-comment-text .highlighted {
    color: var(--primary-blue);
    font-weight: 700
}

.post-comment .post-comment-text .post-comment-text-author {
    margin-right: 6px;
    color: var(--white);
    font-weight: 700
}

.post-comment .post-comment-text.user-tag:after {
    display: inline-block;
    height: 20px;
    padding: 0 8px;
    border-radius: 200px;
    color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    top: -1px
}

.post-comment .post-comment-text.user-tag.purchased:after {
    content: "Purchased!";
    background-color: var(--primary-purple)
}

.post-comment .post-comment-text.user-tag.author:after {
    content: "Author";
    background-color: var(--primary-blue)
}

.post-comment .content-actions {
    height: 20px;
    margin-top: 14px
}

.post-comment .post-comment-form {
    padding: 26px 0 0 30px
}

.post-comment .post-comment-form .user-avatar {
    left: -24px
}

.post-comment-heading {
    height: 53px;
    background-color: #1d2333;
    font-size: .75rem;
    font-weight: 700;
    line-height: 53px;
    text-align: center;
    cursor: pointer
}

.post-comment-heading .highlighted {
    color: var(--primary-blue)
}

.post-comment-form {
    padding: 26px 28px 26px 80px;
    background-color: #1d2333;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative
}

.post-comment-form.bordered-top {
    border-top: 1px solid #2f3749
}

.post-comment-form.with-title {
    padding-top: 80px
}

.post-comment-form.with-title .user-avatar {
    top: 82px
}

.post-comment-form .post-comment-form-title {
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 32px;
    left: 28px
}

.post-comment-form .user-avatar {
    position: absolute;
    top: 28px;
    left: 28px
}

.post-comment-list.no-border-top>.post-comment-form:first-child, .post-comment-list.no-border-top>.post-comment-heading:first-child, .post-comment-list.no-border-top>.post-comment:first-child {
    border-top: none
}

.post-comment-list>.post-comment, .post-comment-list>.post-comment-form, .post-comment-list>.post-comment-heading {
    border-top: 1px solid #2f3749
}

.post-comment-list>.post-comment-form:last-child, .post-comment-list>.post-comment-heading:last-child, .post-comment-list>.post-comment:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

@media screen and (max-width:460px) {
    .post-comment .content-actions {
        height: auto
    }
}

.post-open .post-open-cover {
    width: 100%;
    height: 560px
}

.post-open .post-open-body {
    width: 65%;
    max-width: 784px;
    margin: -220px auto 0;
    padding-top: 90px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.post-open .post-open-body .post-open-heading {
    padding: 0 100px
}

.post-open .post-open-body .post-open-heading .post-open-timestamp {
    color: #9aa4bf;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase
}

.post-open .post-open-body .post-open-heading .post-open-timestamp .highlighted {
    margin-right: 12px;
    color: var(--white)
}

.post-open .post-open-body .post-open-heading .post-open-title {
    margin-top: 22px;
    font-size: 2.875rem;
    font-weight: 700;
    line-height: .9565217391em
}

.post-open .post-open-body .post-open-content {
    display: -ms-flexbox;
    display: flex;
    margin-top: 70px;
    padding: 0 100px
}

.post-open .post-open-body .post-open-content .post-open-content-sidebar {
    width: 84px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.post-open .post-open-body .post-open-content .post-open-content-sidebar .post-open-sidebar-title {
    width: 40px;
    margin-top: 24px;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.post-open .post-open-body .post-open-content .post-open-content-sidebar .social-links {
    margin-top: 26px
}

.post-open .post-open-body .post-open-content .post-open-content-body {
    width: 500px;
    padding-bottom: 80px
}

.post-open .post-open-body .post-open-content .post-open-content-body .post-open-paragraph {
    margin-top: 36px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2em
}

.post-open .post-open-body .post-open-content .post-open-content-body .post-open-paragraph:first-child {
    margin-top: 0
}

.post-open .post-open-body .post-open-content .post-open-content-body .post-open-image {
    width: 100%;
    height: 320px;
    margin-top: 50px
}

.post-open .post-open-body .post-open-content .post-open-content-body .post-open-image-caption {
    margin-top: 20px;
    color: #9aa4bf;
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500;
    text-align: center
}

.post-open .post-open-body .post-open-content .post-open-content-body .tag-list {
    margin-top: 60px
}

.post-open .post-open-body>.content-actions {
    margin: 0 28px;
    border-top: 1px solid #2f3749
}

.post-open .post-open-body .post-options {
    padding: 0 100px
}

@media screen and (max-width:1366px) {
    .post-open .post-open-body {
        width: 95%;
        max-width: 100%
    }
    .post-open .post-open-body .post-open-content .post-open-content-sidebar {
        width: 15%
    }
    .post-open .post-open-body .post-open-content .post-open-content-body {
        width: 85%
    }
}

@media screen and (max-width:960px) {
    .post-open .post-open-body .post-open-heading {
        padding: 0 40px
    }
    .post-open .post-open-body .post-open-content {
        padding: 0 40px;
        margin-top: 40px;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .post-open .post-open-body .post-open-content .post-open-content-body, .post-open .post-open-body .post-open-content .post-open-content-sidebar {
        width: 100%
    }
    .post-open .post-open-body .post-open-content .post-open-content-sidebar {
        margin-bottom: 60px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center
    }
    .post-open .post-open-body .post-open-content .post-open-content-sidebar .post-open-sidebar-title {
        width: auto;
        margin: 0 0 0 16px;
        line-height: 40px;
        text-align: left
    }
    .post-open .post-open-body .post-open-content .post-open-content-sidebar .social-links {
        margin: 0 0 0 26px
    }
    .post-open .post-open-body .post-open-content .post-open-content-sidebar .social-links.vertical {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .post-open .post-open-body .post-open-content .post-open-content-sidebar .social-links.vertical .social-link {
        margin: 0 16px 0 0
    }
    .post-open .post-open-body .post-options {
        padding: 0 28px
    }
}

@media screen and (max-width:460px) {
    .post-open .post-open-cover {
        height: 320px
    }
    .post-open .post-open-body {
        margin-top: -100px;
        padding-top: 60px
    }
    .post-open .post-open-body .post-open-content, .post-open .post-open-body .post-open-heading {
        padding: 0 28px
    }
    .post-open .post-open-body .post-open-heading .post-open-title {
        font-size: 2.25rem
    }
}

.product-preview {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.product-preview.fixed-height {
    height: 360px
}

.product-preview.small {
    background-color: transparent;
    box-shadow: none
}

.product-preview.small .product-preview-image {
    height: 144px;
    border-radius: 12px
}

.product-preview.small .product-preview-info {
    padding: 20px 0 0
}

.product-preview.small .product-preview-info .text-sticker {
    right: -8px
}

.product-preview.small .product-preview-info .product-preview-title {
    font-size: .875rem
}

.product-preview.tiny {
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    box-shadow: none
}

.product-preview.tiny .product-preview-image {
    width: 94px;
    height: 60px;
    margin-right: 20px;
    border-radius: 12px
}

.product-preview.tiny .product-preview-image.short {
    width: 60px
}

.product-preview.tiny .product-preview-info {
    padding: 4px 0 0
}

.product-preview.tiny .product-preview-info .product-preview-title {
    font-size: .875rem
}

.product-preview.tiny .product-preview-info .product-preview-category {
    margin-top: 6px
}

.product-preview.tiny .product-preview-info .product-preview-creator {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 700
}

.product-preview.tiny .product-preview-info .product-preview-creator a {
    color: #9aa4bf;
    font-weight: 700
}

.product-preview.micro {
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    box-shadow: none
}

.product-preview.micro .product-preview-image {
    width: 68px;
    height: 44px;
    margin-right: 12px;
    border-radius: 12px
}

.product-preview.micro .product-preview-info {
    padding: 6px 0 0
}

.product-preview.micro .product-preview-info .product-preview-title {
    font-size: .875rem
}

.product-preview.micro .product-preview-info .product-preview-category {
    margin-top: 6px
}

.product-preview .product-preview-image {
    height: 130px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.product-preview .product-preview-info {
    padding: 28px;
    position: relative
}

.product-preview .product-preview-info .text-sticker {
    position: absolute;
    top: -14px;
    right: 14px
}

.product-preview .product-preview-info .product-preview-category a, .product-preview .product-preview-info .product-preview-title a {
    color: var(--white);
    font-weight: 700
}

.product-preview .product-preview-info .product-preview-title {
    font-size: 1rem;
    font-weight: 700
}

.product-preview .product-preview-info .product-preview-category {
    margin-top: 8px;
    padding-left: 14px;
    font-size: .75rem;
    font-weight: 700;
    position: relative
}

.product-preview .product-preview-info .product-preview-category.digital:before {
    border-color: #00e2cb
}

.product-preview .product-preview-info .product-preview-category.physical:before {
    border-color: #66e273
}

.product-preview .product-preview-info .product-preview-category:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #3e3f5e;
    position: absolute;
    top: 1px;
    left: 0
}

.product-preview .product-preview-info .product-preview-text {
    margin-top: 20px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.product-preview .product-preview-info .button {
    margin-top: 36px
}

.product-preview .product-preview-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 53px;
    padding: 0 28px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: var(--soft-grey);
    border-top: 1px solid #2f3749
}

.product-preview .product-preview-author {
    padding-left: 26px;
    position: relative
}

.product-preview .product-preview-author .product-preview-author-image {
    position: absolute;
    top: 1px;
    left: 0
}

.product-preview .product-preview-author .product-preview-author-title {
    font-size: .625rem;
    font-weight: 500
}

.product-preview .product-preview-author .product-preview-author-text {
    margin-top: 1px;
    font-size: .75rem;
    font-weight: 700
}

.product-preview .product-preview-author .product-preview-author-text a {
    color: var(--white);
    font-weight: 700
}

.product-category-box {
    display: block;
    height: 142px;
    padding: 26px 0 0 28px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.product-category-box.games-list .product-category-box-tag {
    width: 100px;
    color: #8560ff
}

.product-category-box.category-all {
    background: url(../img/marketplace/category/01.png) no-repeat 100% 0, linear-gradient(90deg, var(--primary-purple), #84d2ff)
}

.product-category-box.category-all .product-category-box-tag {
    color: #8560ff
}

.product-category-box.category-featured {
    background: url(../img/marketplace/category/02.png) no-repeat 100% 0, linear-gradient(90deg, #006fb5, #3af0d4)
}

.product-category-box.category-featured .product-category-box-tag {
    color: #08b8f1
}

.product-category-box.category-digital {
    background: url(../img/marketplace/category/03.png) no-repeat 100% 0, linear-gradient(90deg, #009989, #4df960)
}

.product-category-box.category-digital .product-category-box-tag {
    color: #00e2cb
}

.product-category-box.category-physical {
    background: url(../img/marketplace/category/04.png) no-repeat 100% 0, linear-gradient(90deg, #2f9a3a, #e9fc49)
}

.product-category-box.category-physical .product-category-box-tag {
    color: #66e273
}

.product-category-box .product-category-box-title {
    color: var(--white);
    font-size: 1.125rem;
    font-weight: 700
}

.product-category-box .product-category-box-text {
    margin-top: 4px;
    color: var(--white);
    font-size: .875rem;
    font-weight: 500
}

.product-category-box .product-category-box-tag {
    display: inline-block;
    height: 20px;
    margin-top: 36px;
    padding: 0 8px;
    border-radius: 200px;
    background-color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20px
}

.stream-box {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    position: relative;
    transition: border-radius .2s ease-in-out
}

.stream-box.no-video-radius:hover .stream-box-info {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.stream-box.no-video-radius .stream-box-video iframe {
    border-radius: 0
}

.stream-box.big:hover .stream-box-info {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.stream-box.big .stream-box-video {
    width: 100%;
    padding-top: 56.25%;
    position: relative
}

.stream-box .stream-box-video img {
    width: 100%;
    height: 100%;
    max-height: 100px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.stream-box.big .stream-box-video iframe {
    position: absolute;
    top: 0;
    left: 0
}

.stream-box.big .stream-box-info {
    padding: 28px 28px 28px 88px
}

.stream-box.big .stream-box-info .stream-box-game-image {
    width: 44px;
    height: 60px;
    position: absolute;
    top: 28px;
    left: 28px
}

.stream-box.big .stream-box-info .stream-box-title {
    font-size: 1.125rem
}

.stream-box.big .stream-box-info .stream-box-category {
    margin-top: 6px;
    font-size: .875rem
}

.stream-box.big .stream-box-info .stream-box-views {
    margin-top: 10px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.stream-box .stream-box-video {
    height: 100px
}

.stream-box .stream-box-video iframe {
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.stream-box .stream-box-image {
    border-radius: 50%;
    border: 4px solid #1d2333;
    position: absolute;
    top: 80px;
    left: 24px;
    z-index: 3
}

.stream-box .stream-box-info {
    padding: 22px 28px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: relative;
    z-index: 2;
    transition: border-radius .2s ease-in-out
}

.stream-box .stream-box-info .stream-box-title {
    font-size: .875rem;
    font-weight: 700
}

.stream-box .stream-box-info .stream-box-title a {
    color: var(--white);
    font-weight: 700
}

.stream-box .stream-box-info .stream-box-text {
    margin-top: 6px;
    font-size: .75rem;
    font-weight: 500
}

.stream-box .stream-box-info .stream-box-text a {
    color: #9aa4bf;
    font-weight: 500
}

.stream-box .stream-box-info .stream-box-category {
    margin-top: 14px;
    font-size: .75rem;
    font-weight: 600
}

.stream-box .stream-box-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 77px;
    border-top: 1px solid #2f3749;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: var(--soft-grey);
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, .06);
    position: absolute;
    bottom: -77px;
    left: 0;
    z-index: 9999;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.stream-box:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.stream-box:hover .stream-box-info {
    border-radius: 0
}

/* .stream-box:hover .stream-box-meta {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible
} */

.video-box {
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.video-box.small .video-box-cover:hover .play-button {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.video-box.small .video-box-cover:hover .video-box-info .video-box-text, .video-box.small .video-box-cover:hover .video-box-info .video-box-title {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible
}

.video-box.small .video-box-cover:after {
    border-radius: 12px
}

.video-box.small .video-box-cover .video-box-cover-image {
    height: 128px;
    border-radius: 12px
}

.video-box.small .video-box-cover .play-button {
    top: 40px;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.video-box.small .video-box-cover .video-box-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 16px 14px;
    background-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2
}

.video-box.small .video-box-cover .video-box-info .video-box-text, .video-box.small .video-box-cover .video-box-info .video-box-title {
    color: var(--white);
    -webkit-transform: translate(20px);
    transform: translate(20px);
    opacity: 0;
    visibility: hidden;
    transition: visibility .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.video-box.small .video-box-cover .video-box-info .video-box-title {
    font-size: .75rem
}

.video-box.small .video-box-cover .video-box-info .video-box-text {
    margin-top: 4px;
    transition-delay: .15s
}

.video-box .video-box-cover {
    cursor: pointer;
    position: relative
}

.video-box .video-box-cover:hover:after {
    opacity: 1;
    visibility: visible
}

.video-box .video-box-cover:after {
    content: "";
    width: 100%;
    height: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: rgba(21, 21, 31, .6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.video-box .video-box-cover .video-box-cover-image {
    height: 160px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.video-box .video-box-cover .play-button {
    position: absolute;
    top: 56px;
    left: 50%;
    margin-left: -23px;
    z-index: 2
}

.video-box .video-box-info {
    padding: 22px 28px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #1d2333
}

.video-box .video-box-info .video-box-title {
    font-size: .875rem;
    font-weight: 700
}

.video-box .video-box-info .video-box-text {
    margin-top: 6px;
    font-size: .75rem;
    font-weight: 500
}

.video-box-list .video-box {
    margin-bottom: 22px
}

.video-box-list .video-box:last-child {
    margin-bottom: 0
}

.video-status {
    display: block;
    border-radius: 12px;
    box-shadow: 3px 5px 40px 0 rgba(0, 0, 0, .1)
}

.video-status.small {
    padding-left: 180px;
    position: relative
}

.video-status.small .video-status-image {
    width: 180px;
    height: 180px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    position: absolute;
    top: 0;
    left: 0
}

.video-status.small .video-status-info {
    height: 180px;
    padding: 26px 28px 22px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0
}

.video-status.small .video-status-info .video-status-title {
    margin-top: 0;
    font-size: 1rem
}

.video-status.small .video-status-info .video-status-text {
    margin-top: 10px
}

.video-status.small .video-status-info .video-status-meta {
    margin-top: 22px
}

.video-status .video-status-image {
    width: 100%;
    height: auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.video-status .video-status-image.mobile {
    display: none
}

.video-status .video-status-info {
    padding: 22px 28px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: var(--soft-grey)
}

.video-status .video-status-info .video-status-meta {
    color: var(--white);
    font-size: .6875rem;
    font-weight: 700;
    text-transform: uppercase
}

.video-status .video-status-info .video-status-title {
    margin-top: 12px;
    font-size: 1.125rem;
    font-weight: 500
}

.video-status .video-status-info .video-status-title .bold {
    font-weight: 700
}

.video-status .video-status-info .video-status-title .highlighted {
    color: var(--primary-blue);
    font-weight: 700
}

.video-status .video-status-info .video-status-text {
    margin-top: 2px;
    color: #9aa4bf;
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

@media screen and (max-width:680px) {
    .video-status.small {
        padding-left: 0
    }
    .video-status.small .video-status-image {
        display: none;
        width: 100%;
        height: auto;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
        position: static
    }
    .video-status.small .video-status-image.mobile {
        display: block
    }
    .video-status.small .video-status-info {
        height: auto;
        padding: 22px 28px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        border-top-right-radius: 0
    }
    .video-status.small .video-status-info .video-status-title {
        margin-top: 12px;
        font-size: 1.125rem
    }
}

.content-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 52px
}

.content-actions .content-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.reaction-item-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.reaction-item-list.small .reaction-item {
    width: 20px;
    height: 20px
}

.reaction-item-list.small .reaction-item .reaction-image {
    width: 16px;
    height: 16px
}

.reaction-item-list .reaction-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #1d2333;
    margin-left: -6px
}

.reaction-item-list .reaction-item .simple-dropdown .simple-dropdown-text:first-child {
    margin-bottom: 10px
}

.reaction-item-list .reaction-item>.reaction-image {
    cursor: pointer
}

.reaction-item-list .reaction-item:last-child {
    margin-left: 0
}

.reaction-image {
    width: 20px;
    height: 20px
}

.user-avatar-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.user-avatar-list.reverse {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.user-avatar-list.reverse.medium .user-avatar:first-child {
    margin-left: 0
}

.user-avatar-list.reverse.medium .user-avatar:last-child {
    margin-left: -10px
}

.user-avatar-list.centered {
    -ms-flex-pack: center;
    justify-content: center
}

.user-avatar-list.medium .user-avatar {
    margin-left: -10px
}

.user-avatar-list.medium .user-avatar:last-child {
    margin-left: 0
}

.user-avatar-list .user-avatar {
    margin-left: -8px
}

.user-avatar-list .user-avatar .user-avatar-border {
    z-index: 3
}

.user-avatar-list .user-avatar:last-child {
    margin-left: 0
}

@media screen and (max-width:479px) {
    .content-actions .user-avatar-list, .content-actions .user-avatar-list+.meta-line-text {
        display: none
    }
}

.user-preview {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.user-preview.fixed-height {
    height: 140px
}

.user-preview.fixed-height-medium {
    height: 284px
}

.user-preview.small .user-preview-cover {
    height: 70px
}

.user-preview.small .user-preview-info .tag-sticker {
    right: 16px
}

.user-preview.small .user-preview-info .user-short-description .user-short-description-title {
    font-size: 1.125rem
}

.user-preview.small .user-preview-info .user-short-description .user-short-description-title.small {
    font-size: .875rem
}

.user-preview.small .user-preview-info .user-short-description .user-short-description-text {
    font-size: .6875rem
}

.user-preview.small .user-preview-info .user-short-description .user-short-description-text.regular {
    margin-top: 6px;
    font-size: .75rem
}

.user-preview.small .user-preview-info .social-links, .user-preview.small .user-preview-info .user-stats {
    margin-top: 36px
}

.user-preview.small .user-preview-info .user-preview-social-links-wrap {
    width: 160px;
    margin: 32px auto 0
}

.user-preview.landscape {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    padding-left: 84px;
    position: relative
}

.user-preview.landscape .user-preview-cover {
    width: 84px;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    position: absolute;
    top: 0;
    left: 0
}

.user-preview.landscape .user-preview-info {
    width: 100%;
    padding: 0 28px 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.user-preview.landscape .user-preview-info .user-short-description {
    width: 200px
}

.user-preview.landscape .user-preview-info .badge-list, .user-preview.landscape .user-preview-info .social-links, .user-preview.landscape .user-preview-info .user-avatar-list, .user-preview.landscape .user-preview-info .user-avatar-list+.user-preview-actions, .user-preview.landscape .user-preview-info .user-preview-actions, .user-preview.landscape .user-preview-info .user-preview-social-links-wrap, .user-preview.landscape .user-preview-info .user-short-description+.user-stats {
    margin-top: 0
}

.user-preview.landscape .user-preview-info .social-links {
    width: 168px
}

.user-preview.landscape .user-preview-info .badge-list {
    display: -ms-flexbox;
    display: flex
}

.user-preview.landscape .user-preview-info .badge-list .badge-item {
    margin-right: 8px
}

.user-preview.landscape .user-preview-info .badge-list .badge-item:last-child {
    margin-right: 0
}

.user-preview.landscape .user-preview-info .user-preview-social-links-wrap {
    width: 160px;
    margin-left: 8px
}

.user-preview.landscape .user-preview-info .user-preview-actions {
    margin-top: 0
}

.user-preview.landscape .user-preview-info .user-preview-actions .button, .user-preview.landscape .user-preview-info .user-preview-actions .tag-sticker {
    margin-right: 12px
}

.user-preview.landscape .user-preview-info .user-preview-actions .button:last-child, .user-preview.landscape .user-preview-info .user-preview-actions .tag-sticker:last-child {
    margin-right: 0
}

.user-preview.landscape .user-preview-info .user-preview-actions .tag-sticker {
    position: static
}

.user-preview.landscape .user-preview-info .user-preview-actions .button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64px;
    height: 44px
}

.user-preview .user-preview-cover {
    height: 96px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px
}

.user-preview .user-preview-info {
    padding: 0 28px 32px;
    position: relative
}

.user-preview .user-preview-info .tag-sticker {
    position: absolute;
    top: -12px;
    right: 28px
}

.user-preview .user-preview-info .user-short-description.tiny .user-short-description-title {
    font-size: .875rem
}

.user-preview .user-preview-info .user-short-description.tiny .user-short-description-text {
    font-size: .6875rem
}

.user-preview .user-preview-info .user-short-description .user-short-description-title {
    font-size: 1.25rem
}

.user-preview .user-preview-info .user-short-description .user-short-description-text {
    font-size: .75rem
}

.user-preview .user-preview-info .user-short-description+.user-stats {
    margin-top: 30px
}

.user-preview .user-preview-info .user-short-description+.button {
    margin-top: 34px
}

.user-preview .user-preview-info .badge-list {
    margin-top: 28px
}

.user-preview .user-preview-info .user-preview-stats-slides {
    margin-top: 40px
}

.user-preview .user-preview-info .user-preview-stats-roster {
    position: absolute;
    top: 22px;
    right: 28px
}

.user-preview .user-preview-info .user-preview-text {
    width: 270px;
    margin: -10px auto 0;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
    text-align: center
}

.user-preview .user-preview-info .social-links {
    margin-top: 24px
}

.user-preview .user-preview-info .user-preview-social-links-wrap {
    height: 36px;
    margin-top: 20px;
    position: relative
}

.user-preview .user-preview-info .user-preview-social-links-wrap .user-preview-social-links {
    padding-top: 4px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.user-preview .user-preview-info .user-preview-social-links-wrap .slider-controls {
    width: 234px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 10px;
    left: -40px;
    z-index: 1
}

.user-preview .user-preview-info .user-avatar-list {
    margin-top: 34px
}

.user-preview .user-preview-info .user-avatar-list+.user-preview-actions {
    margin-top: 36px
}

.user-preview .user-preview-info .user-preview-actions {
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.user-preview .user-preview-info .user-preview-actions .button {
    width: 100%;
    margin-right: 16px
}

.user-preview .user-preview-info .user-preview-actions .button:last-child {
    margin-right: 0
}

.user-preview .user-preview-info .user-preview-actions .button .button-icon {
    fill: var(--white)
}

.user-preview .user-preview-info .user-preview-actions .button.white .button-icon {
    fill: #616a82
}

.user-preview .user-preview-info .user-preview-actions .button.white:hover .button-icon {
    fill: var(--white)
}

.user-preview .user-preview-info .user-preview-actions .button.full {
    width: 100%
}

.user-preview .user-preview-info .user-preview-actions .button.full .button-icon {
    position: relative;
    left: -12px
}

.user-preview .user-preview-author {
    padding-left: 26px;
    position: relative
}

.user-preview .user-preview-author .user-preview-author-image {
    position: absolute;
    top: 1px;
    left: 0
}

.user-preview .user-preview-author .user-preview-author-title {
    font-size: .625rem;
    font-weight: 500
}

.user-preview .user-preview-author .user-preview-author-text {
    margin-top: 1px;
    font-size: .75rem;
    font-weight: 700
}

.user-preview .user-preview-author .user-preview-author-text a {
    color: var(--white);
    font-weight: 700
}

.user-preview .user-preview-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    border-top: 1px solid #2f3749;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: var(--soft-grey)
}

.user-preview .user-preview-footer.padded {
    height: auto;
    padding: 16px 28px
}

.user-preview .user-preview-footer .user-preview-footer-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    border-right: 1px solid #2f3749
}

.user-preview .user-preview-footer .user-preview-footer-action:last-child {
    border-right: none
}

.user-preview .user-preview-footer .user-preview-footer-action.full {
    width: 100%;
    padding: 0 28px
}

.user-preview .user-preview-footer .user-preview-footer-action.full .button {
    width: 100%
}

.user-preview .user-preview-footer .user-preview-footer-action .button {
    width: 64px;
    height: 44px
}

@media screen and (max-width:1365px) {
    .user-preview.landscape .user-preview-info .badge-list {
        display: none
    }
}

@media screen and (max-width:1260px) {
    .user-preview.landscape .user-preview-info .social-links, .user-preview.landscape .user-preview-info .user-avatar-list, .user-preview.landscape .user-preview-info .user-preview-social-links-wrap {
        display: none
    }
}

@media screen and (max-width:960px) {
    .user-preview.landscape .user-preview-info .user-stats {
        display: none
    }
}

@media screen and (max-width:460px) {
    .user-preview.landscape {
        padding-left: 60px
    }
    .user-preview.landscape .user-preview-cover {
        width: 60px
    }
    .user-preview.landscape .user-preview-info {
        height: 100%;
    }
    .user-preview.landscape .user-preview-info .user-short-description {
        width: auto
    }
    .user-preview.landscape .user-preview-info .user-preview-actions {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 8px;
        right: 12px
    }
    .user-preview.landscape .user-preview-info .user-preview-actions .button, .user-preview.landscape .user-preview-info .user-preview-actions .tag-sticker {
        width: 44px;
        height: 40px;
        margin: 0 0 4px
    }
    .user-preview.landscape .user-preview-info .user-preview-actions .button:last-child, .user-preview.landscape .user-preview-info .user-preview-actions .tag-sticker:last-child {
        margin-bottom: 0
    }
    .user-preview .user-preview-info .user-preview-social-links-wrap {
        width: 160px;
        margin: 20px auto 0
    }
    .user-preview .user-preview-info .user-preview-text {
        width: 95%
    }
}

.album-preview {
    display: block;
    height: 340px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    cursor: pointer;
    position: relative
}

.album-preview .album-preview-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.album-preview .text-sticker {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 3;
    pointer-events: none
}

.album-preview .album-preview-info {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: inset 0 -120px 50px -40px rgba(0, 0, 0, .8);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 28px 26px;
    position: relative;
    z-index: 2;
    transition: box-shadow .2s ease-in-out
}

.album-preview .album-preview-info:hover {
    box-shadow: inset 0 -120px 50px -40px var(--primary-blue-overlay)
}

.album-preview .album-preview-info .album-preview-text, .album-preview .album-preview-info .album-preview-title {
    color: var(--white)
}

.album-preview .album-preview-info .album-preview-title {
    font-size: 1rem;
    font-weight: 700
}

.album-preview .album-preview-info .album-preview-text {
    margin-top: 6px;
    font-size: .875rem;
    font-weight: 500
}

.photo-preview {
    display: block;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    cursor: pointer;
    position: relative
}

.photo-preview.small {
    height: 184px
}

.photo-preview:hover .photo-preview-info {
    opacity: 1;
    visibility: visible
}

.photo-preview:hover .photo-preview-info .reaction-count-list .reaction-count {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.photo-preview .photo-preview-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.photo-preview .photo-preview-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background-color: rgba(21, 21, 31, .96);
    position: relative;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out
}

.photo-preview .photo-preview-info .reaction-count-list .reaction-count {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}

.photo-preview .photo-preview-info .reaction-count-list .reaction-count:first-child {
    transition-delay: .1s
}

.photo-preview .photo-preview-info .reaction-count-list .reaction-count:last-child {
    transition-delay: .2s
}

.popup-box {
    width: 90%;
    max-width: 984px;
    border-radius: 12px;
    background-color: #1d2333;
    opacity: 0;
    visibility: hidden
}

.popup-box.mid {
    max-width: 784px
}

.popup-box.small {
    max-width: 384px
}

.popup-box .popup-box-body {
    display: -ms-flexbox;
    display: flex
}

.popup-box .popup-box-body .popup-box-sidebar {
    width: 36.2244897959%;
    border-right: 1px solid #2f3749
}

.popup-box .popup-box-body .popup-box-sidebar .popup-box-sidebar-footer {
    padding: 28px
}

.popup-box .popup-box-body .popup-box-sidebar .popup-box-sidebar-footer .button {
    margin-bottom: 16px
}

.popup-box .popup-box-body .popup-box-sidebar .popup-box-sidebar-footer .button:last-child {
    margin-bottom: 0
}

.popup-box .popup-box-body .popup-box-sidebar .user-preview {
    box-shadow: none;
    border-top-right-radius: 0
}

.popup-box .popup-box-body .popup-box-sidebar .user-preview .user-preview-cover {
    border-top-right-radius: 0
}

.popup-box .popup-box-body .popup-box-sidebar .product-preview {
    box-shadow: none;
    border-top-right-radius: 0
}

.popup-box .popup-box-body .popup-box-sidebar .product-preview .product-preview-image {
    border-top-right-radius: 0
}

.popup-box .popup-box-body .popup-box-content {
    width: 63.7755102041%;
    border-bottom-right-radius: 12px
}

.popup-box .popup-box-body .popup-box-content.limited {
    max-height: 620px;
    overflow-y: auto
}

.popup-box .popup-box-body .popup-box-content .widget-box {
    box-shadow: none
}

.popup-box .popup-box-title {
    padding: 32px 28px 0;
    font-size: 1rem;
    font-weight: 700
}

.popup-box .popup-box-subtitle {
    padding: 0 28px;
    margin-top: 6px;
    font-size: .875rem;
    font-weight: 700
}

.popup-box .popup-box-subtitle .light {
    color: #9aa4bf;
    font-weight: 500
}

.popup-box .form {
    margin-top: 32px
}

.popup-box .form .form-row {
    padding: 0 28px
}

.popup-box .form .form-uploadables {
    margin-top: 32px;
    padding: 0 28px 40px;
    height: 406px;
    overflow-y: auto
}

.popup-box .widget-box .form .form-row {
    padding: 0
}

.popup-box .popup-box-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 32px 38px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.popup-box .popup-box-actions.void {
    box-shadow: none
}

.popup-box .popup-box-actions.medium {
    padding: 40px 28px
}

.popup-box .popup-box-actions.full {
    display: block;
    padding: 40px 28px 28px
}

.popup-box .popup-box-actions .popup-box-action-text {
    margin-top: 24px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.popup-box .popup-box-actions .popup-box-action {
    width: 180px;
    margin-right: 16px
}

.popup-box .popup-box-actions .popup-box-action.full {
    width: 100%
}

.popup-box .popup-box-actions .popup-box-action:last-child {
    margin-right: 0
}

@media screen and (max-width:680px) {
    .popup-box .popup-box-body {
        display: block
    }
    .popup-box .popup-box-body .popup-box-content, .popup-box .popup-box-body .popup-box-sidebar {
        width: 100%
    }
    .popup-box .popup-box-body .popup-box-sidebar {
        border-right: none
    }
}

.badge-item-preview {
    display: -ms-flexbox;
    display: flex;
    height: 154px;
    padding: 32px 28px 0;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.badge-item-preview .badge-item-preview-image {
    width: 82px;
    height: 90px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.badge-item-preview .badge-item-preview-info {
    padding-left: 24px
}

.badge-item-preview .badge-item-preview-info .badge-item-preview-title {
    font-size: 1.125rem;
    font-weight: 700
}

.badge-item-preview .badge-item-preview-info .badge-item-preview-text {
    margin-top: 8px;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.badge-item-preview .badge-item-preview-info .badge-item-preview-timestamp {
    margin-top: 14px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase
}

@media screen and (max-width:460px) {
    .badge-item-preview {
        height: auto;
        padding-bottom: 32px
    }
}

.badge-item-stat {
    padding: 32px 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    position: relative
}

.badge-item-stat.void {
    padding: 20px 0 0;
    box-shadow: none
}

.badge-item-stat .text-sticker {
    position: absolute;
    top: 10px;
    right: -6px
}

.badge-item-stat .badge-item-stat-image-preview {
    position: absolute;
    top: 32px;
    left: 28px
}

.badge-item-stat .badge-item-stat-image {
    display: block;
    margin: 0 auto
}

.badge-item-stat .badge-item-stat-title {
    margin-top: 36px;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center
}

.badge-item-stat .badge-item-stat-text {
    width: 180px;
    margin: 16px auto 0;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em;
    text-align: center
}

.badge-item-stat .progress-stat {
    max-width: 204px;
    margin: 54px auto 0
}

.streamer-box {
    background-color: #1d2333;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.streamer-box.small .streamer-box-cover {
    height: 48px
}

.streamer-box.small .streamer-box-info .streamer-box-image {
    top: -26px
}

.streamer-box.small .streamer-box-info .streamer-box-title {
    font-size: 1rem
}

.streamer-box.small .streamer-box-info .button {
    margin-top: 28px
}

.streamer-box.small .streamer-box-info .button+.button {
    margin-top: 12px
}

.streamer-box .streamer-box-cover {
    width: 100%;
    height: 70px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px
}

.streamer-box .streamer-box-info {
    padding: 50px 28px 32px;
    text-align: center;
    position: relative
}

.streamer-box .streamer-box-info .streamer-box-image {
    width: 72px;
    height: 72px;
    border: 6px solid #1d2333;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -36px
}

.streamer-box .streamer-box-info .streamer-box-title {
    font-size: 1.125rem;
    font-weight: 700
}

.streamer-box .streamer-box-info .streamer-box-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500
}

.streamer-box .streamer-box-info .streamer-box-status {
    margin-top: 10px;
    display: inline-block;
    height: 18px;
    padding: 0 6px;
    border-radius: 4px;
    background-color: #9aa4bf;
    color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase
}

.streamer-box .streamer-box-info .streamer-box-status.active {
    background-color: #f1315e
}

.streamer-box .streamer-box-info .user-stats {
    margin-top: 38px
}

.streamer-box .streamer-box-info .button {
    margin-top: 40px;
    width: 100%
}

.calendar {
    background-color: #1d2333
}

.calendar.small {
    max-width: 215px
}

.calendar.small .calendar-week {
    border: none
}

.calendar.small .calendar-week .calendar-week-day {
    padding: 16px 0;
    font-size: .75rem
}

.calendar.small .calendar-week .calendar-week-day .week-day-short {
    display: block
}

.calendar.small .calendar-week .calendar-week-day .week-day-long {
    display: none
}

.calendar.small .calendar-days .calendar-day-row .calendar-day {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    padding: 0;
    border: none
}

.calendar.small .calendar-days .calendar-day-row .calendar-day.inactive {
    background-color: #1d2333
}

.calendar.small .calendar-days .calendar-day-row .calendar-day.active .calendar-day-number, .calendar.small .calendar-days .calendar-day-row .calendar-day.current .calendar-day-number {
    width: 24px;
    height: 24px
}

.calendar.small .calendar-days .calendar-day-row .calendar-day .calendar-day-number {
    font-size: .75rem;
    position: static
}

.calendar.small .calendar-days .calendar-day-row .calendar-day .calendar-day-events {
    position: absolute;
    bottom: 2px
}

.calendar.small .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event {
    display: block;
    margin: 0 2px 0 0
}

.calendar.small .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event:last-child {
    margin: 0
}

.calendar.small .calendar-days .calendar-day-row .calendar-day .calendar-day-event {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    padding: 0
}

.calendar.small .calendar-days .calendar-day-row .calendar-day .calendar-day-event .calendar-day-event-text {
    display: none
}

.calendar .calendar-week {
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #2f3749
}

.calendar .calendar-week .calendar-week-day {
    width: 14.2857142857%;
    padding: 28px 0;
    color: #9aa4bf;
    font-size: 1rem;
    font-weight: 500;
    text-align: center
}

.calendar .calendar-week .calendar-week-day .week-day-short {
    display: none
}

.calendar .calendar-days .calendar-day-row {
    display: -ms-flexbox;
    display: flex
}

.calendar .calendar-days .calendar-day-row .calendar-day {
    width: 14.2857142857%;
    height: 120px;
    padding: 52px 12px 0 16px;
    border-right: 1px solid #2f3749;
    border-bottom: 1px solid #2f3749;
    position: relative
}

.calendar .calendar-days .calendar-day-row .calendar-day:last-child {
    border-right: none
}

.calendar .calendar-days .calendar-day-row .calendar-day.inactive {
    background-color: var(--soft-grey)
}

.calendar .calendar-days .calendar-day-row .calendar-day.inactive .calendar-day-number {
    color: #9aa4bf;
    font-weight: 500
}

.calendar .calendar-days .calendar-day-row .calendar-day.active .calendar-day-number, .calendar .calendar-days .calendar-day-row .calendar-day.current .calendar-day-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 8px;
    left: 10px
}

.calendar .calendar-days .calendar-day-row .calendar-day.current .calendar-day-number {
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, .16)
}

.calendar .calendar-days .calendar-day-row .calendar-day.active .calendar-day-number {
    background-color: var(--primary-purple);
    color: var(--white)
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-number {
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: 18px;
    z-index: 1
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-events {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event {
    display: none;
    margin-bottom: 6px
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event:first-child, .calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event:nth-child(2) {
    display: block
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event:last-child {
    margin-bottom: 0
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-event {
    border-radius: 200px;
    padding: 6px 12px;
    color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-event.primary {
    background-color: var(--primary-blue)
}

.calendar .calendar-days .calendar-day-row .calendar-day .calendar-day-event.secondary {
    background-color: var(--primary-purple)
}

.calendar-weekly {
    background-color: #1d2333
}

.calendar-weekly .calendar-weekly-week {
    display: -ms-flexbox;
    display: flex;
    padding-left: 56px
}

.calendar-weekly .calendar-weekly-week-day {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 14.2857142857%;
    padding: 28px 0
}

.calendar-weekly .calendar-weekly-week-day.active .calendar-weekly-week-day-number {
    color: var(--primary-purple);
    font-weight: 700
}

.calendar-weekly .calendar-weekly-week-day .calendar-weekly-week-day-text {
    color: #9aa4bf;
    font-size: 1rem;
    font-weight: 500
}

.calendar-weekly .calendar-weekly-week-day .calendar-weekly-week-day-number {
    margin-top: 8px;
    font-size: 1.25rem;
    font-weight: 500
}

.calendar-weekly .calendar-weekly-body-wrap {
    height: 640px;
    overflow-y: auto
}

.calendar-weekly .calendar-weekly-body {
    padding: 6px 0 0 56px;
    position: relative
}

.calendar-weekly .calendar-weekly-hours {
    position: absolute;
    top: 0;
    left: 0
}

.calendar-weekly .calendar-weekly-hours .calendar-weekly-hour {
    height: 120px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.calendar-weekly .calendar-weekly-days {
    display: -ms-flexbox;
    display: flex
}

.calendar-weekly .calendar-weekly-day-column {
    width: 14.2857142857%
}

.calendar-weekly .calendar-weekly-day-column.active .calendar-weekly-day-interval {
    background-color: var(--soft-grey)
}

.calendar-weekly .calendar-weekly-day-column:last-child .calendar-weekly-day-interval {
    border-right: none
}

.calendar-weekly .calendar-weekly-day-interval {
    width: 100%;
    height: 120px;
    border-top: 1px solid #2f3749;
    border-right: 1px solid #2f3749
}

.calendar-weekly .calendar-weekly-day-interval:last-child {
    border-bottom: 1px solid #2f3749
}

.calendar-weekly .calendar-weekly-day-part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 50%;
    padding: 0 10px;
    border-bottom: 1px solid rgba(234, 234, 245, .5)
}

.calendar-weekly .calendar-weekly-day-part:last-child {
    border-bottom: none
}

.calendar-weekly .calendar-weekly-day-part .calendar-weekly-day-event {
    border-radius: 200px;
    padding: 6px 12px;
    color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.calendar-weekly .calendar-weekly-day-part .calendar-weekly-day-event.span-3 {
    width: 100%;
    height: 180px;
    border-radius: 12px;
    position: relative;
    z-index: 1
}

.calendar-weekly .calendar-weekly-day-part .calendar-weekly-day-event.primary {
    background-color: var(--primary-blue)
}

.calendar-weekly .calendar-weekly-day-part .calendar-weekly-day-event.secondary {
    background-color: var(--primary-purple)
}

.calendar-daily {
    background-color: #1d2333
}

.calendar-daily .calendar-daily-body-wrap {
    height: 640px;
    overflow-y: auto
}

.calendar-daily .calendar-daily-body {
    padding: 6px 0 0 56px;
    position: relative
}

.calendar-daily .calendar-daily-hours {
    position: absolute;
    top: 0;
    left: 0
}

.calendar-daily .calendar-daily-hours .calendar-daily-hour {
    height: 120px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.calendar-daily .calendar-daily-interval {
    width: 100%;
    height: 120px;
    border-top: 1px solid #2f3749
}

.calendar-daily .calendar-daily-interval:last-child {
    border-bottom: 1px solid #2f3749
}

.calendar-daily .calendar-daily-interval-part {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid rgba(234, 234, 245, .5)
}

.calendar-daily .calendar-daily-interval-part:last-child {
    border-bottom: none
}

.calendar-daily .calendar-daily-event {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 12px 14px;
    color: var(--white);
    font-size: .875rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.calendar-daily .calendar-daily-event.span-3 {
    height: 180px;
    position: relative;
    z-index: 1
}

.calendar-daily .calendar-daily-event.primary {
    background-color: var(--primary-blue)
}

.calendar-daily .calendar-daily-event.secondary {
    background-color: var(--primary-purple)
}

.calendar-events-preview {
    padding: 32px 28px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.calendar-events-preview.small .calendar-events-preview-title {
    font-size: .875rem
}

.calendar-events-preview.small .calendar-event-preview-list {
    margin-top: 36px
}

.calendar-events-preview .calendar-events-preview-title {
    font-size: 1.125rem;
    font-weight: 700
}

.calendar-events-preview .calendar-event-preview-list {
    margin-top: 48px
}

.calendar-event-preview-list .calendar-event-preview {
    margin-bottom: 28px
}

.calendar-event-preview-list .calendar-event-preview:last-child {
    margin-bottom: 0
}

.calendar-event-preview {
    padding-left: 72px;
    position: relative
}

.calendar-event-preview.small .calendar-event-preview-start-time .calendar-event-preview-start-time-title {
    font-size: .875rem
}

.calendar-event-preview.small .calendar-event-preview-start-time .calendar-event-preview-start-time-text {
    margin-top: 4px;
    font-size: .75rem
}

.calendar-event-preview.small .calendar-event-preview-info:before {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid transparent;
    top: 2px
}

.calendar-event-preview.small .calendar-event-preview-info .calendar-event-preview-title {
    font-size: .875rem
}

.calendar-event-preview.small .calendar-event-preview-info .calendar-event-preview-text {
    font-size: .75rem;
    line-height: 1.1666666667em
}

.calendar-event-preview.primary .calendar-event-preview-info:before {
    border-color: var(--primary-blue)
}

.calendar-event-preview.secondary .calendar-event-preview-info:before {
    border-color: var(--primary-purple)
}

.calendar-event-preview .calendar-event-preview-start-time {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.calendar-event-preview .calendar-event-preview-start-time .calendar-event-preview-start-time-title {
    font-size: 1rem;
    font-weight: 700
}

.calendar-event-preview .calendar-event-preview-start-time .calendar-event-preview-start-time-text {
    margin-top: 2px;
    font-size: .875rem;
    font-weight: 500
}

.calendar-event-preview .calendar-event-preview-info {
    position: relative
}

.calendar-event-preview .calendar-event-preview-info:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 3px solid transparent;
    position: absolute;
    top: 0;
    left: -24px
}

.calendar-event-preview .calendar-event-preview-info .calendar-event-preview-title {
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer
}

.calendar-event-preview .calendar-event-preview-info .calendar-event-preview-text {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.calendar-event-preview .calendar-event-preview-info .calendar-event-preview-time {
    margin-top: 14px;
    font-size: .875rem;
    font-weight: 500
}

.calendar-event-preview .calendar-event-preview-info .calendar-event-preview-time .bold {
    font-weight: 700
}

.calendar-widget {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.calendar-widget .calendar-widget-header {
    padding: 28px 28px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.calendar-widget .calendar-widget-header .calendar-widget-header-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.calendar-widget .calendar-widget-header .calendar-widget-header-actions .slider-controls {
    margin-right: 25px
}

.calendar-widget .calendar-widget-title {
    font-size: 1.25rem;
    font-weight: 700
}

.calendar-widget .slider-controls {
    display: -ms-flexbox;
    display: flex
}

.calendar-widget .slider-controls .slider-control {
    margin-right: 18px
}

.calendar-widget .slider-controls .slider-control:last-child {
    margin-right: 0
}

.calendar-widget .calendar, .calendar-widget .calendar-weekly {
    margin-top: 26px;
    padding: 0 28px
}

.calendar-widget .calendar-daily {
    margin-top: 60px;
    padding: 0 28px
}

.calendar-widget .calendar-events-preview {
    margin-top: 60px
}

@media screen and (max-width:680px) {
    .calendar.full .calendar-week {
        border: none
    }
    .calendar.full .calendar-week .calendar-week-day {
        padding: 16px 0;
        font-size: .75rem
    }
    .calendar.full .calendar-week .calendar-week-day .week-day-short {
        display: block
    }
    .calendar.full .calendar-week .calendar-week-day .week-day-long {
        display: none
    }
    .calendar.full .calendar-days .calendar-day-row .calendar-day {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        height: 44px;
        padding: 0;
        border: none
    }
    .calendar.full .calendar-days .calendar-day-row .calendar-day.inactive {
        background-color: var(--white)
    }
    .calendar.full .calendar-days .calendar-day-row .calendar-day.active .calendar-day-number, .calendar.full .calendar-days .calendar-day-row .calendar-day.current .calendar-day-number {
        width: 24px;
        height: 24px
    }
    .calendar.full .calendar-days .calendar-day-row .calendar-day .calendar-day-number {
        font-size: .75rem;
        position: static
    }
    .calendar.full .calendar-days .calendar-day-row .calendar-day .calendar-day-events {
        -ms-flex-direction: row;
        flex-direction: row;
        position: absolute;
        bottom: 2px
    }
    .calendar.full .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event {
        display: block;
        margin: 0 2px 0 0
    }
    .calendar.full .calendar-days .calendar-day-row .calendar-day .calendar-day-events .calendar-day-event:last-child {
        margin: 0
    }
    .calendar.full .calendar-days .calendar-day-row .calendar-day .calendar-day-event {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        padding: 0
    }
    .calendar.full .calendar-days .calendar-day-row .calendar-day .calendar-day-event .calendar-day-event-text {
        display: none
    }
}

@media screen and (max-width:460px) {
    .calendar-widget .calendar-widget-header {
        display: block
    }
    .calendar-widget .calendar-widget-header .calendar-widget-header-actions {
        -ms-flex-pack: center;
        justify-content: center
    }
    .calendar-widget .calendar-widget-header .calendar-widget-header-actions:first-child {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .calendar-widget .calendar-widget-header .calendar-widget-header-actions:first-child .slider-controls {
        -ms-flex-order: 2;
        order: 2;
        margin: 12px 0 0
    }
    .calendar-widget .calendar-widget-header .calendar-widget-header-actions:last-child {
        margin-top: 18px
    }
    .calendar-widget .calendar-widget-title {
        font-size: 1rem
    }
}

.event-preview-list .event-preview {
    margin-bottom: 32px
}

.event-preview-list .event-preview:last-child {
    margin-bottom: 0
}

.event-preview {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.event-preview.small {
    box-shadow: none
}

.event-preview.small .event-preview-cover {
    height: 80px;
    border-radius: 12px
}

.event-preview.small .event-preview-info {
    display: block;
    height: auto;
    padding: 20px 0 0 42px
}

.event-preview.small .event-preview-info .date-sticker {
    width: 30px;
    top: 22px;
    left: 0
}

.event-preview.small .event-preview-info .date-sticker .date-sticker-day {
    padding: 6px 0 2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 1rem
}

.event-preview.small .event-preview-info .date-sticker .date-sticker-month {
    padding: 2px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: .625rem
}

.event-preview.small .event-preview-title {
    font-size: .875rem
}

.event-preview.small .event-preview-text {
    margin-top: 12px;
    font-size: .75rem;
    line-height: 1.1666666667em
}

.event-preview.small .event-preview-timestamp {
    margin-top: 6px;
    color: #9aa4bf;
    font-size: .75rem
}

.event-preview .event-preview-cover {
    width: 100%;
    height: 98px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.event-preview .event-preview-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 385px;
    padding: 40px 28px 32px;
    position: relative
}

.event-preview .event-preview-info .date-sticker {
    position: absolute;
    top: -42px;
    left: 28px
}

.event-preview .event-preview-title {
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer
}

.event-preview .event-preview-timestamp {
    margin-top: 10px;
    font-size: .875rem;
    font-weight: 500
}

.event-preview .event-preview-timestamp .bold {
    font-weight: 700
}

.event-preview .event-preview-text {
    margin-top: 20px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.event-preview .meta-line {
    margin-top: 26px
}

.event-preview .button {
    width: 100%;
    margin-top: 38px
}

.quest-preview-list .quest-preview {
    margin-bottom: 28px
}

.quest-preview-list .quest-preview:last-child {
    margin-bottom: 0
}

.quest-preview .quest-preview-info {
    padding: 2px 8px 0 42px;
    position: relative
}

.quest-preview .quest-preview-info .quest-preview-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.quest-preview .quest-preview-info .quest-preview-title {
    font-size: .875rem;
    font-weight: 700
}

.quest-preview .quest-preview-info .quest-preview-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.3333333333em
}

.quest-preview .progress-stat {
    margin-top: 16px
}

.quest-item {
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    position: relative
}

.quest-item .quest-item-cover {
    width: 100%;
    height: 120px;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px
}

.quest-item .text-sticker {
    position: absolute;
    top: 10px;
    right: -6px
}

.quest-item .quest-item-info {
    padding: 44px 28px 0;
    position: relative
}

.quest-item .quest-item-badge {
    border: 6px solid #1d2333;
    border-radius: 50%;
    position: absolute;
    top: -28px;
    left: 22px
}

.quest-item .quest-item-title {
    font-size: 1.125rem;
    font-weight: 700
}

.quest-item .quest-item-text {
    margin-top: 18px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.4285714286em
}

.quest-item .progress-stat {
    max-width: 228px;
    margin-top: 48px
}

.quest-item .quest-item-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
    padding: 14px 0;
    border-top: 1px solid #2f3749
}

.quest-item .quest-item-meta .quest-item-meta-info {
    margin-left: 10px
}

.quest-item .quest-item-meta .quest-item-meta-title {
    font-size: .75rem;
    font-weight: 700
}

.quest-item .quest-item-meta .quest-item-meta-text {
    color: #9aa4bf;
    font-size: .625rem;
    font-weight: 500
}

.forum-post-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 40px
}

.forum-post-header .forum-post-header-title {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase
}

.forum-post-header .forum-post-header-title:first-child {
    width: 184px;
    padding-left: 28px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.forum-post-header .forum-post-header-title:last-child {
    width: 79.185520362%
}

.forum-post-list {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.forum-post-list .forum-post {
    box-shadow: none
}

.forum-post-list .forum-post:first-child, .forum-post-list .forum-post:first-child .forum-post-meta {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px
}

.forum-post-list .forum-post:last-child {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px
}

.forum-post {
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.forum-post .forum-post-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56px;
    padding: 0 28px;
    background-color: var(--soft-grey)
}

.forum-post .forum-post-timestamp {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.forum-post .forum-post-actions {
    display: -ms-flexbox;
    display: flex
}

.forum-post .forum-post-actions .forum-post-action {
    margin-right: 32px
}

.forum-post .forum-post-actions .forum-post-action:last-child {
    margin-right: 0
}

.forum-post .forum-post-action {
    font-size: .875rem;
    font-weight: 700;
    cursor: pointer
}

.forum-post .forum-post-action:hover {
    color: var(--primary-blue)
}

.forum-post .forum-post-action.light {
    color: #9aa4bf
}

.forum-post .forum-post-action.light:hover {
    color: var(--white)
}

.forum-post .forum-post-content {
    display: -ms-flexbox;
    display: flex;
    min-height: 234px
}

.forum-post .forum-post-content .forum-post-user {
    width: 184px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.forum-post .forum-post-content .forum-post-info {
    width: 79.185520362%
}

.forum-post .forum-post-user {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 28px
}

.forum-post .forum-post-user .user-avatar.small {
    display: none
}

.forum-post .forum-post-user .forum-post-user-title {
    margin-top: 8px;
    font-size: .875rem;
    font-weight: 700
}

.forum-post .forum-post-user .forum-post-user-title a {
    color: var(--white);
    font-weight: 700
}

.forum-post .forum-post-user .forum-post-user-text {
    margin-top: 4px;
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 500
}

.forum-post .forum-post-user .forum-post-user-text a {
    color: #9aa4bf;
    font-weight: 500
}

.forum-post .forum-post-user .forum-post-user-text a:hover {
    color: var(--primary-blue)
}

.forum-post .forum-post-user .forum-post-user-tag {
    height: 20px;
    margin-top: 12px;
    padding: 0 8px;
    border-radius: 200px;
    background-color: var(--primary-purple);
    color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase
}

.forum-post .forum-post-user .forum-post-user-tag.organizer {
    background-color: var(--primary-blue)
}

.forum-post .forum-post-info {
    padding: 32px 28px 32px 0
}

.forum-post .forum-post-info .forum-post-paragraph {
    margin-top: 24px;
    font-size: .875rem;
    line-height: 1.7142857143em;
    font-weight: 500
}

.forum-post .forum-post-info .forum-post-paragraph:first-child {
    margin-top: 0
}

.forum-post .forum-post-info .forum-post-paragraph .bold {
    font-weight: 700
}

.forum-post .forum-post-info .forum-post-image {
    margin-top: 24px;
    width: 75%;
    height: auto
}

@media screen and (max-width:460px) {
    .forum-post-header {
        display: none
    }
    .forum-post .forum-post-content {
        display: block
    }
    .forum-post .forum-post-content .forum-post-info, .forum-post .forum-post-content .forum-post-user {
        width: 100%
    }
    .forum-post .forum-post-actions .forum-post-action {
        margin-right: 16px
    }
    .forum-post .forum-post-actions .forum-post-action:last-child {
        margin-right: 0
    }
    .forum-post .forum-post-user {
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 28px
    }
    .forum-post .forum-post-user .user-avatar {
        display: none
    }
    .forum-post .forum-post-user .user-avatar.small {
        display: block
    }
    .forum-post .forum-post-info {
        padding-left: 28px
    }
}

.slider-panel .slider-panel-slide {
    width: 100%;
    padding-top: 56.25%;
    position: relative
}

.slider-panel .slider-panel-slide-image {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0
}

.slider-panel .slider-panel-roster {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    margin-top: 16px;
    padding: 0 46px 0 74px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    position: relative
}

.slider-panel .slider-panel-roster .slider-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 12px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.slider-panel .slider-panel-roster .slider-controls:after, .slider-panel .slider-panel-roster .slider-controls:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 40px
}

.slider-panel .slider-panel-roster .slider-controls:before {
    left: 46px
}

.slider-panel .slider-panel-roster .slider-controls:after {
    display: none;
    right: 46px
}

.slider-panel .slider-panel-roster .button {
    width: 180px;
    margin-right: 28px;
    position: relative;
    z-index: 2
}

.slider-panel .slider-panel-roster .roster-pictures {
    position: relative;
    z-index: 2
}

.roster-pictures {
    display: -ms-flexbox;
    display: flex;
    padding: 0 22px;
    position: relative
}

.roster-pictures:after, .roster-pictures:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 14px
}

.roster-pictures:before {
    left: 0
}

.roster-pictures:after {
    right: 0
}

.roster-pictures .roster-picture {
    margin-right: 28px
}

.roster-pictures .roster-picture:last-child {
    margin-right: 0
}

.roster-picture {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative
}

.roster-picture.tns-nav-active:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 12px;
    border: 4px solid var(--primary-purple);
    position: absolute;
    top: 0;
    left: 0
}

.roster-picture .roster-picture-image {
    width: 100%;
    height: 100%;
    border-radius: 12px
}

@media screen and (max-width:1365px) {
    .slider-panel .slider-panel-roster {
        -ms-flex-pack: center;
        justify-content: center
    }
    .slider-panel .slider-panel-roster .roster-pictures {
        display: none
    }
    .slider-panel .slider-panel-roster .slider-controls:after {
        display: block
    }
}

.chart-wrap {
    width: 100%;
    height: 360px
}

.chart-wrap.small {
    height: 210px
}

.chart {
    width: 100%;
    height: 100%
}

.chart, .demo-box {
    position: relative
}

.demo-box {
    padding: 48px 28px 32px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06)
}

.demo-box:before {
    content: "";
    width: 100%;
    height: 48px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background-color: var(--primary-purple);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.demo-box:nth-child(2n+2):before {
    background-color: var(--primary-blue)
}

.demo-box .demo-box-icon-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #1d2333;
    margin: -26px auto 0;
    position: relative;
    z-index: 2
}

.demo-box .demo-box-icon-wrap .demo-box-icon {
    fill: var(--white)
}

.demo-box .demo-box-text, .demo-box .demo-box-title {
    text-align: center
}

.demo-box .demo-box-title {
    margin-top: 8px;
    font-size: 1rem;
    font-weight: 700
}

.demo-box .demo-box-text {
    margin-top: 4px;
    font-size: .75rem;
    font-weight: 500
}

.demo-box .button {
    margin-top: 36px;
    overflow: hidden;
    position: relative
}

.demo-box .button .active-text, .demo-box .button .inactive-text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.demo-box .button .active-text {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.demo-box .button.active {
    background-color: var(--primary-blue)
}

.demo-box .button.active .inactive-text {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.demo-box .button.active .active-text {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.header {
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 80px;
    background-color: var(--header);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000
}

.header, .header .header-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header .header-actions.search-bar .header-search-dropdown {
    width: 100%
}

.header .header-actions .progress-stat {
    width: 110px
}

.header .header-actions .register-button {
    padding: 0 26px;
    margin: 0 30px
}

.header .header-actions .login-form {
    margin: 0 14px 0 12px
}

.header .header-actions .login-form .button {
    width: 52px;
    height: 52px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header .header-brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.header .header-brand .logo {
    margin-left: 26px
}

.header .header-brand .header-brand-text {
    margin-left: 26px;
    color: var(--white);
    font-family: Titillium Web, sans-serif;
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase
}

.header .mobilemenu-trigger, .header .sidemenu-trigger {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    cursor: pointer
}

@media (min-width: 320px) {
    .header .mobilemenu-trigger, .header .sidemenu-trigger {
        width: 60px;
    }
}

@media (min-width: 992px) {
    .header .mobilemenu-trigger, .header .sidemenu-trigger {
        width: 80px;
    }
}

.header .sidemenu-trigger.active .icon-grid, .header .sidemenu-trigger:hover .icon-grid {
    fill: var(--primary-blue)
}

.header .sidemenu-trigger .icon-grid {
    pointer-events: none;
    transition: fill .3s ease-in-out
}

.header .mobilemenu-trigger {
    display: none
}

.header .input-search {
    width: 100%
}

.header .action-list {
    height: 80px
}

.header .action-list:after, .header .action-list:before {
    top: 24px
}

.header .action-item {
    width: 80px;
    height: 80px
}

.sidemenu-trigger .icon-grid {
    fill: var(--white);
}

.sidemenu-trigger.active .icon-grid {
    fill: var(--white);
}

.floaty-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: var(--primary-purple);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none
}

.floaty-bar, .floaty-bar .bar-actions {
    -ms-flex-align: center;
    align-items: center
}

.floaty-bar .bar-actions {
    display: -ms-flexbox;
    display: flex
}

.floaty-bar .bar-actions .progress-stat {
    width: 110px;
    margin: 0 32px
}

.floaty-bar .action-list {
    height: 60px
}

.floaty-bar .action-list:after, .floaty-bar .action-list:before {
    top: 14px
}

.floaty-bar .action-list .action-list-item.unread:after {
    top: 16px
}

.floaty-bar .action-item {
    width: 80px;
    height: 60px
}

.floaty-bar .login-button {
    padding: 0 26px
}

@media screen and (max-width:1500px) {
    .header .header-brand .header-brand-text {
        display: none
    }
}

@media screen and (max-width:1365px) {
    .header.logged-out .header-actions .mobilemenu-trigger {
        display: -ms-flexbox;
        display: flex
    }
    .header .header-actions .navigation {
        display: none
    }
    .header .header-actions .progress-stat {
        margin-right: 28px
    }
    .header .header-actions.search-bar {
        width: 39%;
        margin-right: 26px
    }
}

@media screen and (max-width:960px) {
    .header.logged-out .header-actions:nth-last-child(2) {
        display: block
    }
    .header .header-actions .navigation, .header .header-actions:nth-last-child(2), .header.logged-out .header-actions .navigation, .header.logged-out .header-actions .register-button, .header.logged-out .header-actions:last-child {
        display: none
    }
    .header .header-actions.search-bar {
        width: 80%
    }
    .floaty-bar.logged-out {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:680px) {
    .header {
        height: 60px
    }
    .header .header-actions:last-child {
        display: none
    }
    .header .header-actions.search-bar {
        height: 100%;
        margin-right: 0
    }
    .header .header-actions.search-bar .interactive-input {
        height: 100%
    }
    .header .header-actions.search-bar .interactive-input input {
        border-radius: 0
    }
    .header .header-actions .header-brand .logo {
        margin-left: 16px
    }
    .header .header-actions .sidemenu-trigger {
        display: none
    }
    .floaty-bar, .header .header-actions .mobilemenu-trigger {
        display: -ms-flexbox;
        display: flex
    }
}

@media screen and (max-width:480px) {
    .floaty-bar .bar-actions:first-child {
        display: none
    }
    .floaty-bar .action-list {
        padding: 0
    }
    .floaty-bar .action-list:after, .floaty-bar .action-list:before {
        display: none
    }
    .floaty-bar .action-list .action-list-item {
        padding: 0 20px
    }
    .floaty-bar .action-item {
        width: auto;
        padding: 0 20px
    }
}

.navigation {
    height: 80px
}

.menu-main {
    display: -ms-flexbox;
    display: flex
}

.menu-main .menu-main-item {
    position: relative
}

.menu-main .menu-main-item .menu-main-item-link {
    display: block;
    color: var(--white);
    font-size: .875rem;
    font-weight: 700;
    line-height: 80px;
    cursor: pointer;
    transition: color .2s ease-in-out
}

@media (min-width: 320px) {
    .menu-main .menu-main-item .menu-main-item-link {
        padding: 0 18px;
    }
}

@media (min-width: 992px) {
    .menu-main .menu-main-item .menu-main-item-link {
        padding: 0 24px;
    }
}

.menu-main .menu-main-item .menu-main-item-link .icon-dots {
    transition: fill .2s ease-in-out
}

.menu-main .menu-main-item:hover>.menu-main-item-link {
    color: var(--primary-blue)
}

.menu-main .menu-main-item:hover>.menu-main-item-link .icon-dots {
    fill: var(--primary-blue)
}

.menu-main .menu-main-item:hover>.menu-main {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.menu-main .menu-main-item .menu-main {
    -ms-flex-flow: column;
    flex-flow: column;
    width: 120px;
    padding: 8px 0;
    border-radius: 10px;
    background-color: var(--primary-purple);
    position: absolute;
    top: 64px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.menu-main .menu-main-item .menu-main .menu-main-item .menu-main-item-link {
    padding: 8px 0 8px 18px;
    line-height: 1em
}

.menu.small .menu-item.active .menu-item-link:hover, .menu.small .menu-item .menu-item-link, .menu.small .menu-item .menu-item-link:hover {
    padding-left: 0
}

.menu .menu-item {
    padding: 0 16px;
    margin-bottom: 10px
}

.menu .menu-item:last-child {
    margin-bottom: 0
}

.menu .menu-item.active .menu-item-link, .menu .menu-item.active .menu-item-link:hover {
    color: var(--white);
    background-color: var(--primary-blue);
    box-shadow: 4px 7px 12px 0 rgba(64, 208, 79, .2)
}

.menu .menu-item.active .menu-item-link:hover {
    padding-left: 62px
}

.menu .menu-item.active .menu-item-link .menu-item-link-icon, .menu .menu-item.active .menu-item-link:hover .menu-item-link-icon {
    fill: var(--white)
}

.menu .menu-item .menu-item-link {
    display: block;
    height: 48px;
    padding-left: 62px;
    border-radius: 12px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 48px;
    position: relative;
    transition: all .2s ease-in-out
}

.menu .menu-item .menu-item-link:hover {
    background-color: #293249;
    color: var(--white);
    padding-left: 70px;
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, .12)
}

.menu .menu-item .menu-item-link:hover .menu-item-link-icon {
    fill: var(--primary-blue)
}

.menu .menu-item .menu-item-link .menu-item-link-icon {
    position: absolute;
    top: 14px;
    left: 14px;
    pointer-events: none;
    transition: all .2s ease-in-out
}

.section-navigation {
    height: 80px;
    padding: 0 43px;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    position: relative
}

.section-navigation .slider-controls .slider-control {
    width: 43px;
    height: 80px;
    position: absolute;
    top: 0
}

.section-navigation .slider-controls .slider-control.left {
    left: 0
}

.section-navigation .slider-controls .slider-control.right {
    right: 0
}

.section-menu {
    height: 80px;
    overflow: hidden
}

.section-menu.medium .section-menu-item {
    width: 160px
}

.section-menu .section-menu-item {
    float: left;
    width: 122px;
    height: 80px;
    position: relative
}

.section-menu .section-menu-item.active {
    border-bottom: 4px solid var(--primary-blue)
}

.section-menu .section-menu-item.active .section-menu-item-icon, .section-menu .section-menu-item.active .icon {
    fill: var(--primary-blue);
    opacity: 1
}

.section-menu .section-menu-item .icon {
    fill: #616a82;
    opacity: 1;
    margin-right: .875rem;
}

.section-menu .section-menu-item:hover .icon {
    fill: var(--primary-blue);
    opacity: 1
}

.section-menu.tournaments .section-menu-item .section-menu-item-text {
    top: 15px;
    opacity: 1;
    color: #9aa4bf;
    transition: none;
    visibility: visible;
}

.section-menu.tournaments .section-menu-item:hover .section-menu-item-text {
    top: 35px;
    color: var(--white);
    transform: none!important;
}

.section-menu.tournaments .section-menu-item.active .section-menu-item-text {
    color: var(--white);
}

.section-menu .section-menu-item:hover {
    border-bottom: 4px solid var(--primary-blue)
}

.section-menu .section-menu-item:hover .section-menu-item-icon {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
    visibility: hidden
}

.section-menu .section-menu-item:hover .section-menu-item-text {
    -webkit-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    visibility: visible
}

.section-menu .section-menu-item:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 30px;
    right: 0
}

.section-menu .section-menu-item:first-child:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 30px;
    left: 0
}

.section-menu .section-menu-item .section-menu-item-icon {
    fill: #616a82;
    opacity: .6;
    top: 30px;
    left: 50%;
    margin-left: -10px
}

.section-menu .section-menu-item .section-menu-item-icon, .section-menu .section-menu-item .section-menu-item-text {
    position: absolute;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, -webkit-transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out, transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.section-menu .section-menu-item .section-menu-item-text {
    width: 100%;
    color: var(--white);
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    top: 34px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden
}

.sidebar {
    height: 100%;
    padding-top: 80px;
    position: fixed;
    top: 0;
    z-index: 9999
}

.sidebar.right {
    right: 0
}

.sidebar.left {
    left: 0
}

.sidebar.navigation-widget {
    padding-top: 0;
    margin-top: 80px;
    overflow-y: auto;
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out
}

.sidebar.navigation-widget.navigation-widget-mobile {
    margin-top: 0;
    z-index: 100000
}

.sidebar.navigation-widget.closed {
    padding-top: 20px;
    overflow-y: visible
}

.sidebar.navigation-widget.delayed {
    transition-delay: .25s
}

.sidebar.navigation-widget.hidden {
    -webkit-transform: translate(-100%);
    transform: translate(-100%)
}

.sidebar.chat-widget {
    height: 100%
}

.sidebar.chat-widget.chat-widget-overlay {
    height: auto
}

.sidebar.chat-widget.chat-widget-overlay .chat-widget-form {
    bottom: 0
}

.sidebar.chat-widget.closed {
    -webkit-transform: translate(220px);
    transform: translate(220px)
}

.sidebar.chat-widget.closed .chat-widget-form {
    bottom: 0
}

.sidebar.chat-widget.hidden {
    -webkit-transform: translate(100%);
    transform: translate(100%)
}

.sidebar.chat-widget .chat-widget-button, .sidebar.chat-widget .chat-widget-form {
    position: absolute;
    left: 0;
    z-index: 9999
}

.sidebar.chat-widget .chat-widget-form {
    bottom: 80px
}

.sidebar.chat-widget .chat-widget-button {
    bottom: 0
}

.section .section-filters-bar {
    margin-top: 30px
}

.section-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-header-info .section-pretitle {
    color: #9aa4bf;
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase
}

.section-header-info .section-title {
    margin-top: 8px;
    font-size: 1.625rem;
    font-weight: 700
}

.section-header-info .section-title .highlighted {
    color: var(--primary-blue)
}

.section-header-info .section-title .highlighted.secondary {
    color: var(--primary-purple)
}

.section-header-info .section-title.pinned:before {
    content: "pinned";
    display: inline-block;
    margin-right: 12px;
    padding: 4px 8px;
    border-radius: 200px;
    background-color: var(--primary-blue);
    color: var(--white);
    font-size: .75rem;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
    position: relative;
    top: -4px
}

.section-header-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 4px
}

.section-header-actions .section-header-action {
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 700;
    cursor: pointer;
    transition: color .2s ease-in-out
}

.section-header-actions .section-header-action:hover {
    color: var(--white)
}

.section-header-actions .section-header-action+.section-header-action {
    margin-left: 32px
}

.section-header-actions .slider-controls {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60px
}

.section-header-actions .section-header-subsection {
    color: var(--white);
    font-size: .875rem;
    font-weight: 700
}

.section-header-actions .section-header-subsection:last-child {
    color: #9aa4bf
}

.section-header-actions .section-header-subsection+.section-header-subsection {
    margin-left: 26px;
    position: relative
}

.section-header-actions .section-header-subsection+.section-header-subsection:before {
    content: "";
    width: 2px;
    height: 10px;
    background-color: var(--primary-blue);
    position: absolute;
    top: 2px;
    left: -13px
}

.section-filters-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 96px;
    padding: 0 28px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    background-color: #1d2333
}

.section-filters-bar .form+.button {
    margin-top: 0
}

.section-filters-bar.centered {
    -ms-flex-pack: center;
    justify-content: center
}

.section-filters-bar.v1 .form .form-select, .section-filters-bar.v3 .form, .section-filters-bar.v5 .section-filters-bar-actions:first-child .form {
    display: none
}

.section-filters-bar .section-filters-bar-actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.section-filters-bar .section-filters-bar-actions .form+.filter-tabs {
    margin-left: 80px
}

.section-filters-bar .section-filters-bar-actions .form+.button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px
}

.section-filters-bar .form-input.with-button {
    width: 240px
}

.section-filters-bar .form-input.with-button input {
    padding-right: 82px
}

.section-filters-bar .form-item.split.medium .button {
    width: 180px
}

@media (max-width: 960px) {
    .section-filters-bar .form-item.split.medium .button {
        width: 100%
    }
}

.section-filters-bar .form-item.split .form-input-decorated {
    width: 188px
}

.section-filters-bar .form-item.split .form-input-decorated .form-input {
    width: 100%
}

.section-filters-bar .form-item.split .form-input, .section-filters-bar .form-item.split .form-select {
    width: 300px
}

.section-filters-bar .form-item.split .form-select.small {
    width: 254px
}

.section-filters-bar .form-item.split .button {
    width: 64px
}

.section-filters-bar .button {
    width: 180px
}

.section-filters-bar .filter-tabs {
    height: 96px
}

.section-filters-bar .section-filters-bar-title {
    font-size: 1rem;
    font-weight: 700
}

.section-filters-bar .section-filters-bar-title a {
    color: var(--white);
    font-weight: 700
}

.section-filters-bar .section-filters-bar-title .separator {
    display: inline-block;
    width: 2px;
    height: 10px;
    margin: 0 12px;
    background-color: var(--primary-blue)
}

.section-filters-bar .section-filters-bar-title+.section-filters-bar-text {
    margin-top: 8px
}

.section-filters-bar .section-filters-bar-title+.section-filters-bar-text.small-space {
    margin-top: 4px
}

.section-filters-bar .section-filters-bar-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: Rajdhani, sans-serif;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.section-filters-bar .section-filters-bar-text .bold {
    font-weight: 700
}

.section-filters-bar .section-filters-bar-text .bold:last-child {
    margin-right: 4px
}

.section-filters-bar .section-filters-bar-text .highlighted {
    color: var(--primary-blue);
    font-weight: 700;
    margin: 0 4px
}

.section-filters-bar .section-filters-bar-text .user-avatar {
    margin: 0 4px
}

.section-pager-bar-wrap {
    margin-top: 32px
}

.section-pager-bar-wrap.align-right {
    text-align: right
}

.section-pager-bar-wrap.align-center {
    text-align: center
}

.section-pager-bar-wrap .section-pager-bar {
    display: inline-block;
    margin: 0
}

.section-pager-bar {
    width: 494px;
    height: 60px;
    margin: 32px auto 0;
    border-radius: 12px;
    background-color: #1d2333;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .06);
    position: relative;
    overflow: hidden
}

.section-pager-bar .section-pager {
    height: 100%;
    position: absolute;
    top: 0;
    left: 60px;
    z-index: 1
}

.section-pager-bar .section-pager-controls .slider-control {
    width: 60px;
    height: 60px;
    background-color: #1d2333;
    position: absolute;
    top: 0;
    z-index: 2
}

.section-pager-bar .section-pager-controls .slider-control.left {
    left: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px
}

.section-pager-bar .section-pager-controls .slider-control.right {
    right: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.section-pager {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.section-pager.secondary .section-pager-item.active .section-pager-item-text, .section-pager.secondary .section-pager-item:hover .section-pager-item-text {
    color: var(--primary-purple)
}

.section-pager .section-pager-item {
    padding: 0 8px;
    cursor: pointer;
    position: relative
}

.section-pager .section-pager-item:before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 12px;
    left: 0
}

.section-pager .section-pager-item:last-child:after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #2f3749;
    position: absolute;
    top: 12px;
    right: 0
}

.section-pager .section-pager-item.active .section-pager-item-text, .section-pager .section-pager-item:hover .section-pager-item-text {
    background-color: var(--soft-grey);
    color: var(--primary-blue);
    box-shadow: 3px 5px 20px 0 rgba(0, 0, 0, .12)
}

.section-pager .section-pager-item .section-pager-item-text {
    background-color: #1d2333;
    padding: 16px;
    border-radius: 12px;
    font-size: .875rem;
    font-weight: 700;
    transition: color .2s ease-in-out, box-shadow .2s ease-in-out, background-color .2s ease-in-out
}

.section-results-text {
    margin-top: -12px;
    color: #9aa4bf;
    font-size: .875rem;
    font-weight: 500
}

.section-banner {
    min-height: 160px;
    padding: 52px 60px 0 200px;
    border-radius: 12px;
    background: url(../img/banner/banner-bg.png) no-repeat 50%;
    position: relative
}

.section-banner.no-icon {
    padding: 48px 60px 0 48px!important;
}

.section-banner .section-banner-icon {
    position: absolute;
    bottom: 0;
    left: 0
}

.section-banner .section-banner-text, .section-banner .section-banner-title {
    color: var(--white)
}

.section-banner .section-banner-title {
    font-size: 2.25rem;
    font-weight: 700
}

.section-banner .section-banner-text {
    margin-top: 10px;
    font-size: 1rem;
    font-weight: 500
}

@media screen and (max-width:1500px) {
    .section-filters-bar.v4 .form-item.split .form-select.small {
        width: 200px
    }
}

@media screen and (max-width:1365px) {
    .section-filters-bar.v1, .section-filters-bar.v3, .section-filters-bar.v4, .section-filters-bar.v5, .section-filters-bar.v7 {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 32px 28px
    }
    .section-filters-bar.v4.product-filters.filter-2 {
        padding: 0 28px 32px 28px
    }
    .section-filters-bar.v1 .filter-tabs, .section-filters-bar.v3 .filter-tabs, .section-filters-bar.v5 .filter-tabs {
        display: none
    }
    .section-filters-bar.v1 .section-filters-bar-actions, .section-filters-bar.v4 .section-filters-bar-actions, .section-filters-bar.v7 .section-filters-bar-actions {
        margin-bottom: 40px
    }
    .section-filters-bar.v1 .section-filters-bar-actions:last-child, .section-filters-bar.v4 .section-filters-bar-actions:last-child, .section-filters-bar.v7 .section-filters-bar-actions:last-child {
        margin-bottom: 0
    }
    .section-filters-bar.v1 .section-filters-bar-actions .form {
        display: -ms-flexbox;
        display: flex
    }
    .section-filters-bar.v1 .section-filters-bar-actions .form .form-select {
        display: block;
        width: 254px;
        margin-left: 16px
    }
    .section-filters-bar.v3 .form {
        display: block
    }
    .section-filters-bar.v4 .section-filters-bar-actions {
        margin-bottom: 40px
    }
    .section-filters-bar.v5 .section-filters-bar-actions {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .section-filters-bar.v5 .section-filters-bar-actions:first-child .form {
        display: block
    }
    .section-filters-bar.v5 .section-filters-bar-actions:first-child .form .form-select {
        margin-bottom: 24px
    }
    .section-filters-bar.v5 .section-filters-bar-actions .form-item.split {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .section-filters-bar.v5 .section-filters-bar-actions .form-item.split .form-select {
        width: 100%;
        margin: 0 0 24px
    }
    .section-results-text {
        margin-top: 24px;
        text-align: center
    }
}

@media screen and (max-width:960px) {
    .section-filters-bar.v1 .section-filters-bar-actions {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: start;
    }
    .section-filters-bar.v1 .section-filters-bar-actions .form {
        display: block
    }
    .section-filters-bar.v1 .section-filters-bar-actions .form .form-input.with-button {
        width: 100%
    }
    .section-filters-bar.v1 .section-filters-bar-actions .form .form-select {
        width: 100%;
        margin: 24px 0 0
    }
    .section-filters-bar.v2 {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 32px 28px
    }
    .section-filters-bar.v2 .form .form-item.split {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .section-filters-bar.v2 .form .form-item.split .form-select {
        width: 100%;
        margin: 0 0 24px
    }
    .section-filters-bar.v4 .section-filters-bar-actions {
        width: 100%;
        margin-bottom: 0
    }
    .section-filters-bar.v4 .section-filters-bar-actions .form-item.split {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
    .section-filters-bar.v4 .section-filters-bar-actions .form-item.split .form-input, .section-filters-bar.v4 .section-filters-bar-actions .form-item.split .form-select {
        width: 100%;
        margin: 0 0 24px
    }
    .section-filters-bar.v4.category .section-filters-bar-actions .form-item.split .form-select:last-child {
        margin: 0 0 0
    }
    .section-filters-bar.v4 .section-filters-bar-actions:first-child .form-item.split {
        position: relative
    }
    .section-filters-bar.v4 .section-filters-bar-actions:first-child .form-item.split .form-input {
        width: 100%
    }
    .section-filters-bar.v4 .section-filters-bar-actions:first-child .form-item.split .form-input input {
        padding-right: 82px
    }
    .section-filters-bar.v4 .section-filters-bar-actions:first-child .form-item.split .button {
        position: absolute;
        top: 0;
        right: 0
    }
    .section-filters-bar.v6 {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        padding: 32px 28px
    }
    .section-filters-bar.v6.v6-2 .section-filters-bar-actions:first-child .form-item.split {
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative
    }
    .section-filters-bar.v6.v6-2 .section-filters-bar-actions:first-child .form-item.split .form-input, .section-filters-bar.v6.v6-2 .section-filters-bar-actions:first-child .form-item.split .form-input-decorated {
        width: 100%
    }
    .section-filters-bar.v6.v6-2 .section-filters-bar-actions:first-child .form-item.split .form-input input {
        padding-right: 0
    }
    .section-filters-bar.v6.v6-2 .section-filters-bar-actions:first-child .form-item.split .button {
        width: 180px;
        margin: 0 auto 16px;
        position: static
    }
    .section-filters-bar.v6 .section-filters-bar-actions {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center
    }
    .section-filters-bar.v6 .section-filters-bar-actions:first-child .form-item.split {
        position: relative
    }
    .section-filters-bar.v6 .section-filters-bar-actions:first-child .form-item.split .form-input {
        width: 100%;
        margin-bottom: 24px
    }
    .section-filters-bar.v6 .section-filters-bar-actions:first-child .form-item.split .form-input input {
        padding-right: 82px
    }
    .section-filters-bar.v6 .section-filters-bar-actions:first-child .form-item.split .button {
        position: absolute;
        top: 0;
        right: 0
    }
    .section-filters-bar.v7 .section-filters-bar-actions {
        width: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center
    }
    .section-filters-bar.v7 .section-filters-bar-actions .form+.button {
        margin-top: 24px
    }
    .section-filters-bar.v7 .section-filters-bar-actions .form-item.split {
        position: relative
    }
    .section-filters-bar.v7 .section-filters-bar-actions .form-item.split .form-input {
        width: 100%
    }
    .section-filters-bar.v7 .section-filters-bar-actions .form-item.split .form-input input {
        padding-right: 82px
    }
    .section-filters-bar.v7 .section-filters-bar-actions .form-item.split .button {
        position: absolute;
        top: 0;
        right: 0
    }
    .section-pager-bar {
        width: 306px
    }
    .section-banner {
        height: 110px;
        min-height: auto;
        padding: 18px 28px 0 120px
    }
    .section-banner.no-icon {
        padding: 28px 28px 0 28px!important;
    }
    .section-banner .section-banner-icon {
        width: 112px;
        height: 106px;
    }
    .section-banner .section-banner-title {
        font-size: 1.5rem
    }
    .section-banner .section-banner-text {
        margin-top: 6px;
        font-size: .75rem
    }
}

@media screen and (max-width:480px) {
    .section-filters-bar .section-filters-bar-actions:last-child .form-item.split.medium .button, .section-filters-bar.v2 .form-item.split.medium .button {
        width: 100%
    }
}

/* no login */

.sidebar.no-login {
    padding-top: 20px;
}

.sidebar.no-login.navigation-widget .menu {
    margin-top: 0px;
}

.sidebar.login .profile-login .navigation-widget-info {
    display: flex;
    margin-top: 1rem;
    align-items: center;
    padding: 0 0 0 50px;
    justify-content: space-between;
}

.sidebar.login .profile-login .navigation-widget-info .navigation-widget-info-text {
    margin-top: .5rem;
}

.sidebar.login .profile-login .join-seller-text {
    font-weight: 500;
    margin-top: 1rem;
    font-size: .875rem;
    color: var(--grey);
}

.sidebar.login .profile-login .join-seller-text a {
    font-weight: 700;
}

/* marketplace */

.widget-box .widget-box-controls.banner {
    top: 50%;
    left: 22px;
}

.marketplace-banner-dots {
    right: 48%;
    bottom: 6px;
    position: absolute;
}

.marketplace-banner-dots button {
    outline: none;
    width: 6px;
    height: 6px;
    opacity: 0.6;
    cursor: pointer;
    border-width: 0;
    margin-right: 5px;
    border-radius: 12px;
    background-color: #fff;
}

.marketplace-banner-dots button:first-child {
    margin-left: 0;
}

.marketplace-banner-dots button:last-child {
    margin-right: 0;
}

.marketplace-banner-dots button.tns-nav-active {
    width: 24px;
    height: 6px;
    opacity: 0.8;
    border-radius: 5px;
    background-color: #fff;
}

.widget-box .widget-box-controls.banner .slider-controls {
    justify-content: space-between;
}

.widget-box .widget-box-controls.banner .slider-controls .slider-control {
    border-radius: 12px;
    background-color: rgba(154, 164, 191, .5);
}

.widget-box .widget-box-controls.banner .slider-controls .slider-control .slider-control-icon {
    fill: var(--white);
}

.product-category-box {
    height: unset;
    padding: 24px;
    flex: 1;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
}

.product-category-box .product-category-box-text {
    font-weight: 500;
    margin-top: 1rem;
}

.product-category-box.category {
    height: 100%;
    position: relative;
    background: linear-gradient(90deg, #5538B5 0%, rgba(85, 56, 181, 0) 55.17%), #00beff
}

.product-category-box.category .product-overlay-icon {
    right: 10%;
    bottom: 25%;
    width: 45px;
    height: 45px;
    position: absolute;
    transform: rotate(-10deg);
}

.product-category-box.category:hover .product-overlay-icon {
    fill: var(--white);
}

.product-preview.market-product .product-preview-info {
    padding: 14px;
}

.product-preview.market-product .product-preview-info .product-preview-category {
    padding-left: 0;
    font-weight: 600;
    color: var(--grey);
}

.product-preview.market-product .product-preview-info .product-preview-category::before {
    display: none;
}

.product-preview.market-product .product-preview-info .product-stock {
    padding: .4rem;
    font-size: .85rem;
    width: max-content;
    border-radius: 4px;
    color: var(--green);
    margin: .8rem 0 .3rem;
    border: 1.5px solid var(--green);
}

.product-preview.market-product .product-preview-info .product-price {
    margin: .8rem 0 0 0;
    padding-left: 0;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--primary-blue);
}

.product-preview.market-product .product-preview-meta {
    padding: 0 14px;
    align-items: center;
}

.product-preview.market-product .product-preview-meta .sold-text {
    font-weight: 500;
    font-size: .875rem;
    color: var(--grey);
}

footer {
    background-color: var(--header);
}

footer .container {
    padding: 50px 15px 50px 15px;
}

.footer-widget {
    margin-bottom: 1rem;
}

.footer-widget .footer-widget-title {
    font-weight: 700;
    margin-bottom: 1rem
}

.footer-widget a {
    font-weight: 500;
    color: var(--grey);
    font-size: 0.875rem;
    line-height: 1.4285714286em;
}

.footer-category .category-list {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
    margin-bottom: 3rem;
}

.footer-category .category-list .footer-widget-title {
    font-weight: 700;
    font-size: 1.1rem;
    margin-right: 1rem;
}

.footer-category .category-list a {
    margin: 0 .5rem;
}

.footer-widget .list-payment {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-widget .list-payment li {
    margin: 3px;
    display: block;
    padding: 3px 0;
}

.footer-widget .list-payment li img {
    height: auto;
    width: 70px;
    object-fit: contain;
}

.footer-widget .list-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer-widget .list-social li {
    display: block;
    padding: 3px 0;
}

.footer-widget .list-social li a {
    color: #4A506C;
}

.footer-widget .list-social li a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--border-grey);
}

footer .copyright {
    margin-top: 3rem;
    font-weight: 500;
    color: var(--grey);
    text-align: center;
}

@media (max-width: 768px) {
    .footer-category .category-list {
        padding: 5px 0;
        text-align: left;
        margin-bottom: 2rem;
        justify-content: flex-start;
    }
    .footer-category .category-list ul {
        display: contents!important;
    }
}

.no-scroll {
    overflow: hidden!important;
}

.search-mobile {
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    height: 100vh;
    padding: 1rem;
    z-index: 100001;
    background-color: var(--bg-grey);
}

.search-mobile.show {
    display: block!important;
}

.search-mobile .search-mobile-header {
    display: flex;
    margin-bottom: 2rem;
    align-items: center;
    justify-content: space-between;
}

.search-mobile .search-mobile-header .icon-big-arrow {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 1rem;
    transform: rotate(180deg);
}

.search-mobile .search-mobile-header input[type=text] {
    height: 42px;
    border-radius: 10px;
}

.search-mobile .search-mobile-suggestion .suggestion-item {
    display: flex;
    margin-top: 1rem 0;
    flex-direction: column;
}

.search-mobile .search-mobile-suggestion .suggestion-title {
    font-weight: 700;
    color: var(--grey);
    font-size: .875rem;
    margin-bottom: .875rem;
    text-transform: uppercase;
}

.search-mobile .search-mobile-suggestion .suggestion-text {
    margin: .5rem 0;
    font-weight: 500;
    font-size: .875rem;
}

.seo {
    margin-top: 3rem!important;
}

.seo .seo-title {
    font-weight: 700;
    font-size: 1.2rem;
}

.seo .seo-text {
    font-weight: 500;
    color: var(--grey);
    font-size: 0.875rem;
    margin-bottom: 2rem;
    line-height: 1.4285714286em;
}

.popup-updates {
    padding-bottom: 1rem;
}

.popup-updates .popup-header-updates {
    display: flex;
    padding: 32px 28px 16px 28px;
    justify-content: space-between;
}

.popup-updates .popup-header-updates .popup-box-title {
    padding: 0;
}

.popup-updates .popup-header-updates .popup-box-action {
    font-size: .875rem;
    font-weight: 600;
    color: var(--grey);
}

.popup-updates .popup-header-updates .popup-box-action:hover {
    color: var(--primary-blue);
}

.update-items {
    display: grid;
    grid-template-columns: auto auto;
    border-radius: 0;
    padding: 24px 28px;
}

.update-items:hover {
    background-color: var(--bg-grey);
}

.update-items .widget-box-content {
    margin-top: 0;
}

.update-items .update-title {
    font-size: 1rem;
    font-weight: 700;
}

.update-items .update-text {
    margin: 1rem 0;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.7142857143em;
}

.update-items .update-signature {
    font-weight: 500;
    font-size: .75rem;
    color: var(--grey);
    line-height: 1.7142857143em;
}

.tab-box-option .highlighted {
    margin-left: .5rem;
    padding: .2rem .4rem;
    color: var(--white)!important;
    background-color: var(--warning);
    border-radius: 4px;
}

.form-input.price {
    display: flex;
    margin: .5rem 0;
}

.form-input.price .price-label {
    margin: auto 0;
    font-weight: 600;
    margin-right: 1.3rem;
}

.form-input.price .price-discount, .form-input.price .price-discount .highlighted {
    color: var(--grey)!important;
}

.form-input.price .price-text {
    font-weight: 700;
    font-size: 2.2rem;
}

.form-input.price .price-text .highlighted {
    color: var(--primary-blue);
}

.form-input.quantity {
    display: flex;
    margin: 1rem 0;
}

.form-input.quantity .quantity-label {
    margin: auto 0;
    font-weight: 600;
    margin-right: 1rem;
}

.form-input.quantity .action {
    width: 60px;
    height: 48px;
    padding: 13px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--grey);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-input.quantity .action:hover {
    cursor: pointer;
}

.form-input.quantity .action.decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
}

.form-input.quantity .action.increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
}

.form-input.quantity .input-quantity {
    height: 48px;
    border-radius: 0;
}

.form-input.quantity .input-quantity::-webkit-inner-spin-button, .form-input.quantity .input-quantity::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (min-width: 375px) {
    .grid.grid-3-3-3-3.product {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width: 480px) {
    .grid.grid-3-3-3-3.product {
        grid-template-columns: 1fr 1fr
    }
}

@media (min-width: 680px) {
    .grid.grid-3-3-3-3.product {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media (min-width: 1024px) {
    .grid.grid-3-3-3-3.product {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media (min-width: 1366px) {
    .grid.grid-3-3-3-3.product {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
}

.section-header-actions .header-action-link {
    font-size: 1rem;
    font-weight: 500;
    color: var(--grey);
    margin-right: 1rem;
    padding-bottom: .1rem;
    text-transform: capitalize;
}

.section-header-actions .header-action-link:hover {
    color: var(--white);
}

/* marketplace prouct */

.marketplace-content.product .slider-panel {
    max-width: 350px;
}

.marketplace-content.product .slider-panel .slider-panel-slide {
    padding-top: 0;
}

.marketplace-content.product .slider-panel .slider-panel-slide-image {
    width: 100%;
    height: 300px;
    position: unset;
    max-width: 350px;
    border-radius: 12px;
}

.marketplace-content.product .roster-pictures:after, .roster-pictures:before {
    width: 0;
}

.marketplace-content.product .slider-panel .slider-panel-roster .slider-controls:after, .marketplace-content.product .slider-panel .slider-panel-roster .slider-controls:before {
    width: 0;
}

.marketplace-content.product .slider-panel-roster {
    padding: 0;
    display: flex;
    margin: 2rem 0;
    box-shadow: unset;
}

.marketplace-content.product .slider-panel-roster .roster-pictures {
    padding: 0;
    margin-right: 24px;
}

.marketplace-content.product .slider-panel-info {
    padding-left: 1rem;
}

.marketplace-content.product .slider-panel-info .slider-info-title {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.marketplace-content.product .slider-panel-info .slider-info-items {
    display: flex;
    justify-content: space-between;
    margin: .75rem 0;
}

.marketplace-content.product .slider-panel-info .slider-info-items .item-left {
    display: flex;
}

.marketplace-content.product .slider-panel-info .slider-info-items .item-left .slider-info-icon {
    width: 20px;
    height: 20px;
    fill: var(--grey);
    margin-right: .75rem;
}

.marketplace-content.product .slider-panel-info .slider-info-items .item-left .slider-info-text {
    line-height: unset;
}

.marketplace-content.product .slider-panel-info .slider-info-items .item-right .slider-info-text {
    font-weight: 700;
}

.marketplace-content.product .reason {
    display: flex;
    padding-top: 2rem;
    margin: 2rem 0 0 0;
    justify-content: space-between;
    border-top: 1px solid rgb(47, 55, 73)
}

.marketplace-content.product .reason .reason-item {
    display: flex;
    max-width: 250px;
    align-items: center;
    padding: 0 1rem 0 0;
}

.marketplace-content.product .reason .reason-item:last-child {
    padding: 0 0 0 0;
}

.marketplace-content.product .reason .reason-item .icon {
    margin-right: 1rem;
}

.marketplace-content.product .reason .reason-item .text {
    font-size: 1rem;
    font-weight: 600;
}

.product-preview {
    margin-bottom: .75rem;
}

.product-preview:hover {
    box-shadow: 0px 0px 6px 6px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 0px 6px 6px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 0px 6px 6px rgba(255, 255, 255, 0.2);
}

.product-preview:hover .product-preview-info .product-price {
    color: var(--white);
}

/* marketplace prouct */

/* marketplace cart */

.cart .promo-line-actions {
    height: 54px;
    display: flex;
    cursor: pointer;
    padding: 0 .875rem;
    align-items: center;
    border-radius: 12px;
    background-color: #1d2333;
    border: 1px solid #3f485f;
    justify-content: space-between;
}

.cart .promo-line-actions .wrapper {
    display: flex;
    align-items: center;
}

.cart .promo-line-actions .wrapper .icon {
    width: 18px;
    height: 18px;
    fill: var(--green);
}

.cart .promo-line-actions .wrapper .text {
    font-weight: 600;
    line-height: unset;
    margin-left: .5rem;
}

.cart .promo-line-actions .icon {
    width: 18px;
    height: 18px;
    fill: var(--grey);
}

.popup-header {
    display: flex;
    justify-content: space-between;
}

.popup-header .popup-box-title:last-child {
    color: var(--grey);
}

.widget-box.promo .form {
    display: flex;
    margin-top: 0;
}

.widget-box.promo .form input[type="text"] {
    height: 48px;
}

.widget-box.promo .form .button {
    margin-left: .75rem;
}

.widget-box.promo .text-alert {
    margin-top: 1rem;
    font-size: .875rem;
    color: var(--danger);
}

.cart .product-preview {
    display: flex;
    box-shadow: none;
    background-color: transparent;
}

.cart .product-preview .product-preview-image {
    width: 120px;
    height: 100px;
    border-radius: 12px;
}

.cart .product-preview .product-preview-info {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0px 0px 0px 18px;
    justify-content: space-between;
}

.cart .product-preview .product-preview-info .product-preview-text {
    margin-top: 0;
    color: var(--grey);
    font-size: .875rem;
    font-weight: 500;
    line-height: unset;
}

.cart .product-preview .product-preview-info .product-preview-price {
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 1.1rem;
}

.cart .product-preview .product-preview-info .product-preview-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    fill: var(--grey);
}

.cart .product-preview-actions {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart .form-input.quantity {
    margin: 0 1rem 0 0;
}

.cart .form-input.quantity .action {
    height: 34px;
    width: 40px;
    padding: 4px 0;
}

.cart .form-input.quantity .input-quantity {
    width: 60px;
    height: 34px;
    text-align: center;
}

.cart .cart-seller {
    cursor: pointer;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.cart .cart-seller svg {
    width: 18px;
    height: 18px;
    fill: var(--white);
    margin: 0 .2rem 0 .5rem;
}

.cart .cart-seller:hover svg {
    fill: var(--primary-blue);
}

.cart.payment .cart-seller svg {
    margin-left: 0;
}

.cart .cart-notes {
    padding-left: 28px;
    margin-bottom: 1.5rem;
}

.cart.payment .cart-notes {
    padding-left: 0;
}

.cart .cart-notes .cart-text {
    font-size: 1rem;
    font-weight: 700;
    margin: 2rem 0 .5rem 0;
}

.cart .cart-notes .cart-small {
    font-size: .75rem;
    color: var(--grey);
    margin-bottom: .5rem;
}

.cart .cart-notes .cart-form input[type=text] {
    border: 0;
    padding: 0;
    height: 48px;
    border-radius: 0;
    border-bottom: 1px solid #3f485f;
}

.cart.payment .cart-notes .cart-form input[type=text] {
    border-bottom: none;
}

.cart .cart-notes .cart-description {
    padding: 1rem;
    margin-top: 1rem;
    font-size: .875rem;
    border-radius: 12px;
    border: 1px dashed #3f485f;
}

.cart .checkbox-line.all {
    margin-left: 28px;
}

.cart .select-all {
    padding-left: 34px;
    font-size: .875rem;
    font-weight: 700;
    line-height: 22px;
    cursor: pointer;
}

.cart .cart-product .cart-item {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid rgba(63, 72, 95, .5);
}

.cart .cart-product .cart-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.cart .cart-product .cart-item:last-child .cart-notes {
    margin: 1.5rem 0 0 0;
}

.cart .cart-product .cart-item.unavailable .checkbox-line, .cart .cart-product .cart-item.unavailable .wrapper, .cart .cart-product .cart-item.unavailable .form-input.quantity, .cart .cart-product .cart-item.unavailable .cart-notes {
    opacity: .4;
}

.cart .cart-product .cart-item.unavailable input {
    pointer-events: none;
}

.cart .cart-product .cart-item.unavailable .product-preview-icon {
    fill: var(--danger);
    opacity: 1!important;
}

.widget-box.received .label {
    font-size: .85rem;
    color: var(--grey);
}

.widget-box.received .value {
    font-weight: 700;
    line-height: 1.6em;
}

.cart.payment .widget-box .widget-box-content {
    margin-top: 1rem;
}

.cart.payment .grid.method-list {
    grid-template-columns: 23.9864864865% 74.6621621622%
}

.cart.payment .grid.method-list .title {
    font-weight: 700;
}

.cart.payment .grid.method-list .button[aria-expanded="true"] {
    color: var(--white);
    background-color: var(--primary-blue);
}

.cart.payment .grid.method-list .method-detail .method-logo {
    width: 100%;
    height: auto;
    max-width: 100px;
    margin-bottom: 1rem;
}

.cart.payment .grid.method-list .method-detail .balance {
    display: flex;
    justify-content: space-between;
}

.cart.payment .grid.method-list .method-detail .balance .label {
    font-weight: 500;
    color: var(--white);
}

.cart.payment .grid.method-list .method-detail .topup {
    font-weight: 500;
    font-size: .875rem;
    margin-bottom: 1rem;
}

.cart.payment .grid.method-list .method-detail .method-text {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.cart.payment .grid.method-list .method-detail .method-description {
    list-style: disc;
    margin-left: 1rem;
}

.cart.payment .grid.method-list .method-detail .method-description li {
    font-weight: 500;
    font-size: .875rem;
    color: var(--white);
    line-height: 1.4285714286em;
    font-family: Rajdhani, sans-serif;
}

.cart.payment .grid.method-list .method-detail .method-notes {
    padding: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    color: var(--grey);
    font-size: .875rem;
    border-radius: 12px;
    border: 1px dashed #3f485f;
    line-height: 1.4285714286em;
}

.cart.payment .grid.method-list .method-detail .method-notes.default {
    color: var(--white);
    border: 1px solid #3f485f;
}

.cart.payment .grid.method-list .method-detail .method-notes.default .description {
    font-weight: 500;
    margin-top: .5rem;
    font-size: .875rem;
    color: var(--grey);
    line-height: 1.4285714286em;
}

.cart.payment .grid.method-list .method-detail .method-notes.default svg {
    width: 16px;
    height: 16px;
    fill: var(--white);
    margin-right: .5rem;
}

.cart.payment.done .cart-product .cart-item:last-child .product-preview {
    margin-bottom: 0;
}

.cart.payment.done .cart-product .cart-item .cart-notes .cart-text {
    margin: 0 0 .5rem 0;
}

/* marketplace cart */

/* marketplace list game and digital */

.list-all-game, .list-all-digital {
    box-shadow: none;
    max-height: 350px;
    overflow-y: scroll;
    background-color: transparent;
}

.list-all-game::-webkit-scrollbar, .list-all-digital::-webkit-scrollbar {
    width: 10px;
}

.list-all-game::-webkit-scrollbar-track, .list-all-digital::-webkit-scrollbar-track {
    background: var(--bg-grey);
}

.list-all-game::-webkit-scrollbar-thumb, .list-all-digital::-webkit-scrollbar-thumb {
    border-radius: 20px;
    border: 3px solid var(--bg-grey);
    background-color: rgba(63, 72, 95, .3);
}

.list-game-item, .list-digital-item {
    padding: 1rem;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.list-game-item .item-image, .list-digital-item .item-image {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: .5rem;
}

.list-game-item .item-text, .list-digital-item .item-text {
    font-weight: 600;
    font-size: .85rem;
}

.list-game-item:hover .item-text, .list-digital-item:hover .item-text {
    color: var(--primary-blue);
}

/* marketplace list game and digital */

/* marketplace payment */

.do-payment .payment-detail {
    margin-bottom: 0;
}

.do-payment .payment-detail .payment-countdown-text {
    font-weight: 500;
    text-align: center;
    color: var(--grey);
    margin-bottom: 1rem;
}

.do-payment .payment-detail .payment-countdown {
    display: flex;
    margin-bottom: 2rem;
    justify-content: center;
}

.do-payment .payment-detail .payment-countdown .countdown-item {
    margin-right: 1.2rem;
    text-align: center;
}

.do-payment .payment-detail .payment-countdown .countdown-item:last-child {
    margin-right: 0;
}

.do-payment .payment-detail .payment-countdown .countdown-item .time {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.do-payment .payment-detail .payment-countdown .countdown-item .description {
    color: var(--grey);
}

.do-payment .payment-detail .payment-text {
    font-weight: 500;
    color: var(--grey);
    margin-bottom: .5rem;
    line-height: 1.4285714286em;
}

.do-payment .payment-detail .payment-text .highlighted {
    font-weight: 700;
}

.do-payment .payment-detail .payment-bank {
    padding: 1rem;
    font-weight: 500;
    margin-top: 1rem;
    color: var(--grey);
    font-size: .875rem;
    border-radius: 12px;
    border: 1px dashed #3f485f;
}

.do-payment .payment-detail .payment-bank .payment-bank-text {
    font-weight: 500;
    font-size: 1rem;
    color: var(--grey);
    margin-bottom: .5rem;
}

.do-payment .payment-detail .payment-bank .payment-bank-value {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.do-payment .payment-detail .payment-bank .payment-bank-value:last-child {
    margin-bottom: 0;
}

/* marketplace payment */

/* profile seller */

.profile-header .profile-header-info .user-stats.right {
    left: auto;
    right: 40px;
}

.profile-note {
    padding: 1rem;
    margin-top: 1rem;
    font-size: .875rem;
    border-radius: 12px;
    border: 1px dashed var(--grey);
}

.profile-note .highlighted {
    font-weight: 700;
}

/* profile seller */

/* notification */

.notification-box .notification-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-box .notification-header .title {
    font-weight: 700;
}

.notification-box .notification-header .action {
    padding: 0 1rem;
}

.notification-box .description {
    font-weight: 500;
    line-height: 1.2em;
    font-size: .875rem;
}

.notification-box .timestamp {
    color: var(--grey);
    font-size: .875rem;
}

.notification-box .author {
    font-size: .875rem;
    font-weight: 700;
    margin-top: 1rem;
}

/* notification */

/* chat */

.chat-button {
    right: 7rem;
    bottom: 1rem;
    display: flex;
    position: fixed;
    cursor: pointer;
    z-index: 99999;
    border-radius: 50px;
    align-items: center;
    padding: .875rem 1.5rem;
    background-color: #3f485f;
}

.chat-button:hover {
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.18);
}

.chat-button .chat-icon {
    margin-right: 1rem;
    fill: var(--white);
}

.chat-button .chat-text {
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
}

.chat-widget-box {
    right: 7rem;
    bottom: 1rem;
    width: 350px;
    height: 500px;
    left: unset!important;
    top: unset!important;
    background-color: var(--soft-grey);
}

.chat-widget-box .line {
    margin: 0;
}

.chat-widget-box .widget-box-header {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 1.2rem 1rem 1.2rem;
}

.chat-widget-box .widget-box-header .open-chat {
    display: flex;
    cursor: pointer;
    align-items: center;
}

.chat-widget-box .widget-box-header .open-chat .action {
    fill: var(--white);
    margin-right: .75rem;
    transform: rotate(180deg);
}

.chat-widget-box .widget-box-header .title {
    font-size: 1rem;
    font-weight: 600;
}

.chat-widget-box .widget-box-header .action {
    cursor: pointer;
    fill: var(--white);
    transform: rotate(90deg);
}

.chat-widget-box .widget-box-menu {
    display: flex;
    padding: 0 1.2rem;
    justify-content: space-between;
    margin: .4rem 0 .4rem 0;
}

.chat-widget-box .widget-box-menu .button {
    height: auto;
    line-height: 0;
    font-weight: 600;
    border-radius: 4px;
    color: var(--white);
    padding: .3rem .7rem;
}

.chat-widget-box .widget-box-menu .button.active {
    color: var(--primary-blue);
    border: 1px solid var(--primary-blue);
}

.chat-widget-box .widget-box-menu .button.active .action {
    fill: var(--primary-blue);
}

.chat-widget-box .widget-box-menu .button:hover {
    color: var(--primary-blue);
    background-color: transparent;
}

.chat-widget-box .widget-box-menu .button:hover .action {
    fill: var(--primary-blue);
}

.chat-widget-box .widget-box-menu .button .action {
    width: 16px;
    height: 16px;
    fill: var(--white);
    margin-right: .2rem;
}

.chat-widget-box .widget-box-content {
    margin-top: 0;
}

.chat-widget-box .widget-box-content .chat-widget-messages {
    max-height: 390px;
}

.chat-widget-box .widget-box-content .chat-widget-messages .chat-widget-message {
    padding: 1rem 1.2rem 1rem 1.2rem;
}

.chat-widget-box .widget-box-content .chat-widget-conversation {
    max-height: 365px;
    padding: 1rem 1.2rem 1rem 1.2rem;
}

.chat-widget-box .widget-box-content .chat-widget-form {
    border-radius: 0 0 12px 12px;
    background-color: transparent;
    padding: 1rem 1.2rem 1rem 1.2rem;
    border-top: 1px solid rgba(63, 72, 95, .5);
}

/* chat */

/* header category hover */

.header-category-hover {
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 80px!important;
    padding: 0 1rem 1rem 1rem;
    background-color: var(--dark-grey);
    border-bottom: 1px solid rgba(63, 72, 95, .5);
}

.header-category-hover .category-items {
    display: flex;
    justify-content: space-between;
}

.header-category-hover .category-items .item {
    width: 100%;
    font-weight: 700;
    font-size: .75rem;
    text-align: center;
    padding: .5rem 1rem .875rem 1rem;
}

.header-category-hover .category-items .item.active {
    color: var(--primary-blue);
    border-bottom: 2px solid var(--primary-blue);
}

.header-category-hover .category-items .item:hover {
    color: var(--primary-blue);
    border-bottom: 2px solid var(--primary-blue);
}

.header-category-hover .line {
    margin: 0 0 .875rem 0;
}

.header-category-hover .list-all-game {
    max-height: 230px;
}

.header-category-hover .list-all-game::-webkit-scrollbar {
    width: 10px;
}

.header-category-hover .list-all-game::-webkit-scrollbar-track {
    background: var(--dark-grey);
}

.header-category-hover .list-all-game::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: var(--bg-grey);
    border: 3px solid var(--dark-grey);
}

.header-category-hover .list-all-game .list-game-item {
    padding: .5rem;
}

/* header category hover */

/* RESPONSIVE MOBILE */

@media (min-width: 1366px) {
    .w-lg-50 {
        width: 25%!important;
    }
}

@media (min-width: 768px) {
    .section-pager-bar-wrap.product .section-pager-bar {
        width: 510px;
    }
}

/* sidebar menu open */

.navigation-widget-close-button-text {
    left: 60px;
    font-weight: 600;
    font-size: 1.1rem;
    position: absolute;
}

@media (max-width: 680px) {
    #navigation-widget-mobile.navigation-widget .navigation-widget-close-button {
        top: 10px;
        left: 30px;
        width: 100%;
        right: inherit;
        justify-content: start;
    }
    #navigation-widget-mobile.navigation-widget {
        width: 100%;
    }
    #navigation-widget-mobile.navigation-widget .navigation-widget-info-wrap {
        display: grid;
        grid-gap: 16px;
        margin-bottom: 0;
        padding: 50px 30px 0 30px;
        grid-template-columns: auto auto;
    }
    #navigation-widget-mobile.login.navigation-widget .navigation-widget-info-wrap {
        grid-template-columns: auto;
    }
    #navigation-widget-mobile.navigation-widget .navigation-widget-info-wrap .navigation-widget-info-button {
        width: inherit;
    }
    #navigation-widget-mobile.navigation-widget .navigation-widget-section-title {
        font-size: 1rem;
        font-weight: 700;
    }
    #navigation-widget-mobile .line-separator {
        width: 91.5%;
        height: 1px;
        margin: 25px auto;
        background-color: var(--border-grey);
    }
}

/* sidebar menu open */

/* header */

@media (max-width: 1920px) {
    .header .header-actions.search-bar {
        width: 60vw;
    }
}

@media (max-width: 1440px) {
    .header .header-actions.search-bar.no-login {
        width: 46vw;
    }
    .header .header-actions.search-bar {
        width: 55vw;
    }
    .action-list {
        padding: 0 .75rem;
    }
}

@media (max-width: 1365px) {
    .header .header-actions.search-bar.no-login {
        width: 58vw;
    }
    .header .header-actions.search-bar {
        width: 68vw;
    }
}

@media (max-width: 680px) {
    .header {
        height: 80px;
        flex-wrap: wrap;
    }
    .header .header-actions .header-brand .logo {
        margin-left: 0;
    }
    .header .header-actions:nth-last-child(2) {
        display: block;
    }
    .header .header-actions.search-bar, .header .header-actions.search-bar.no-login {
        width: 100%;
        height: 64px;
        margin: 0 auto;
        padding: 0 1rem 1rem 1rem;
        background-color: var(--header);
    }
    .header .header-actions.search-bar .interactive-input input {
        border-radius: 12px;
    }
    .header .action-list:after, .header .mobilemenu-trigger.icon-menu-mobile {
        width: auto;
    }
    .header .action-list:after, .header .mobilemenu-trigger.icon-menu-mobile .action-list:before, .header .action-list:after, .header .mobilemenu-trigger.icon-menu-mobile .action-list:after {
        content: '';
        width: 0;
        height: 0;
    }
    .header-actions.search-bar.search-mobile-trigger::before {
        z-index: 2;
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
    }
}

@media (min-width: 681px) {
    .search-mobile {
        display: none;
        visibility: hidden!important;
    }
}

/* header */

/* header dropdown */

@media (max-width: 680px) {
    .dropdown-box.cart {
        right: -95px!important;
    }
    .dropdown-box.wishlist {
        right: -45px!important;
    }
}

/* header dropdown */

/* content grid */

@media (max-width: 768px) {
    .content-grid .section, .content-grid .section-header.product {
        flex-direction: column;
    }
    .content-grid .section, .content-grid .section-header .section-header-actions {
        margin-top: 1rem;
    }
}

@media (max-width: 680px) {
    .content-grid {
        padding: 162px 0;
    }
}

/* content grid */

/* marketplace category */

@media (min-width: 1024px) {
    .category-list {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr
    }
    #marketplace-category-items, #category-slider-controls {
        display: none;
    }
}

@media (max-width: 1023px) {
    .category-list {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media (max-width: 680px) {
    .product-category-box {
        padding: 12px;
        height: 100px;
    }
}

@media (max-width: 421px) {
    .category-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* marketplace category */

/* footer */

@media (max-width: 680px) {
    .footer-menu {
        display: none;
    }
}

/* footer */

/* marketplace product */

@media (min-width: 961px) {
    .menu-mobile {
        display: none;
    }
}

/* marketplace product */

/* marketplace list game and digital */

@media (min-width: 360px) {
    .list-all-game .grid.grid-2-2-2-2-2-2, .list-all-digital .grid.grid-2-2-2-2-2-2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 680px) {
    .list-all-game .grid.grid-2-2-2-2-2-2, .list-all-digital .grid.grid-2-2-2-2-2-2 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 961px) {
    .list-all-game .grid.grid-2-2-2-2-2-2, .list-all-digital .grid.grid-2-2-2-2-2-2 {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}

/* marketplace list game and digital */

/* marketplace cart */

@media (max-width: 960px) {
    .cart .cart-product .cart-item .product-preview .checkbox-line {
        align-items: flex-start;
    }
    .cart .cart-product .cart-item .product-preview .product-preview-info {
        flex-direction: column;
    }
    .cart .cart-product .cart-item .product-preview .product-preview-info .product-preview-actions {
        margin-top: 1.5rem;
    }
    .cart.payment .grid.method-list {
        grid-template-columns: 100%
    }
    .cart.payment .grid.method-list .grid-column {
        display: inline-block;
    }
    .cart.payment .grid.method-list .grid-column .title {
        margin: .875rem 0 .5rem 0;
    }
    .cart.payment .grid.method-list .grid-column .title:first-child {
        margin: 0 0 .5rem 0;
    }
    .cart.payment .grid.method-list .grid-column .button {
        width: 100px;
        margin: 0 .5rem .5rem 0;
    }
}

@media (min-width: 360px) {
    .checkout, .do-payment {
        grid-template-columns: 100%;
    }
}

@media (min-width: 680px) {
    .checkout, .do-payment {
        grid-template-columns: 100%;
    }
}

@media (min-width: 961px) {
    .cart.payment.done .cart-product .cart-item {
        display: flex;
        justify-content: space-between;
    }
    .cart.payment.done .cart-product .cart-item:last-child .cart-notes {
        margin: 0;
    }
    .checkout, .do-payment {
        grid-template-columns: 70%;
    }
}

@media (min-width: 1024px) {
    .checkout, .do-payment {
        grid-template-columns: 60%;
    }
}

/* marketplace checkout */

/* profile seller */

.grid-custom-half {
    grid-template-columns: 1fr 1fr;
}

@media (min-width: 1366px) {
    .form-item.split.search {
        width: 90%;
    }
}

@media (max-width: 1366px) {
    .user-stats-wrapper {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .user-stats-wrapper {
        flex-wrap: wrap;
    }
}

/* profile seller */

/* fanspages */

@media (min-width: 768px) {
    .grid.groups-items, .grid.teams-items, .grid.fanspages-items {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1366px) {
    .grid.groups-items, .grid.teams-items, .grid.fanspages-items {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* fanspages */

/* profile user */

@media (max-width: 494px) {
    .earning-stat-box.full.justify-content-between {
        display: grid;
        min-height: 140px;
        align-items: center;
    }
    .earning-stat-box.full.justify-content-between .user-stats {
        display: block!important;
    }
    .earning-stat-box.full.justify-content-between .user-stats .user-stat.big.log {
        display: flex;
        padding: 0 0 0 66px!important;
        align-items: center;
    }
    .earning-stat-box.full.justify-content-between .user-stats .user-stat.big.log .user-stat-text {
        margin-top: 0;
        margin-left: .5rem;
    }
}

/* profile user */

/* chat */

@media (max-width:960px) {
    .chat-button {
        display: none;
    }
}

/* chat */

/* RESPONSIVE MOBILE */

/*# sourceMappingURL=styles.min.css.map */