#tabs-sub-menu {
    padding: 20px 0 3px;
    border-bottom: 1px solid var(--border-main-color);
    border-bottom-left-radius: 0.5px;
    border-bottom-right-radius: 0.5px;
}

#tabs-sub-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: -6px;
}

#tabs-sub-menu li {
    padding: 0 7px;
    border-bottom: 1px solid transparent;
    transition: all .2s;
}

#tabs-sub-menu li.active {
    border-bottom: 3px solid var(--main-accent-color)
}

#tabs-sub-menu li:not(.active):hover {
    border-bottom: 3px solid var(--tournament-tabs-menu-border);
}

#tabs-sub-menu a,
#tabs-sub-menu a:active,
#tabs-sub-menu a:visited {
    font-size: 15px;
    color: var(--tournament-tabs-text-color);
    text-decoration: none;
    transition: all .2s;
}

#tabs-sub-menu .active a {
    color: var(--tournament-tabs-menu-active-text-color);
    font-weight: 600;
}

#tabs-sub-menu li:not(active) a:hover,
#tabs-sub-menu .share a:hover {
    color: var(--tournament-tabs-menu-active-text-color);
}

.my-profile {
    width: 1100px;
    margin: 2.5rem auto 0 auto;
    padding: 1em;
    display: flex;
    flex-direction: column;
    gap: 30px;
    box-shadow: var(--box-shadow);
    background-image: var(--linear-gradient);
    border-radius: var(--border-radius-lg);
}

/*сетка*/
.flex-row-100 {
    display: flex;
    width: 1470px;
    margin: 0 auto;
}

.flex-col-50 {
    width: 720px;
    margin-right: 30px;
}

.flex-col-50-right {
    display: flex;
}

.flex-col-25 {
    width: 345px;
    margin-right: 30px;
    position: relative;
}

.my-news-btn {
    margin-top: 20px;
    z-index: 10050000;
    position: absolute;
    width: 100%;
}

.my-news-btn a {
    width: 100%;
}

.flex-col-25:last-child {
    margin-right: 0;
}

.empty {
    height: 222px;
    box-shadow: var(--box-shadow);
    background-image: var(--linear-gradient);
    margin-top: 30px;
    border-radius: var(--border-radius-lg);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.empty span
{
    color: #358a4f;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    text-align: center;
}

.rnd-block-caption {
    height: 24px;
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
    margin: 25px 0 15px 0;
}

.flex {
    display: flex;
}

.flex.center {
    justify-content: center;
    align-items: center;
}

.flex.v-center {
    align-items: center;
}

.flex.h-center {
    justify-content: center;
}

.round-block {
    border-radius: 4px;
}

.gray {
    color: var(--secondary-text-color);
}

.red {
    color: #d84535;
}

.rating {
    border-radius: 4px;
    display: inline-block;
    width: auto;
    left: unset;
    height: auto;
}

.avatar,
.avatar-s,
.avatar-l,
.avatar-xl,
.avatar-xxxl,
.avatar-m {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    border: 0;
}

.avatar-s .rating {
    margin-top: 24px;
}

.avatar-m .rating,
.avatar-s .rating {
    line-height: 12px;
}

.col-md-12_narrow {
    width: 720px;
}

#view-header {
    height: 250px;
    width: 100%;
    align-items: center;
    display: flex;
    gap: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    color: var(--main-color);
}

.fade-layer {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    border: unset;
}

#view-header .fade-layer {
    background: linear-gradient(to bottom, rgba(24, 25, 33, 0), #181921), linear-gradient(to bottom, rgba(24, 25, 33, 0.2), rgba(24, 25, 33, 0.2));
}

#view-header .fouls-list {
    font-size: 20px;
}

#view-header .user-country-flag {
    margin-right: 5px;
}

.dota2-profile_bg {
    background-image: url(/images/user-profile/dota2/header.jpg);
}

.pubg-profile_bg {
    background-image: url(/images/user-profile/pubg/header.jpg);
}

.valorant-profile_bg {
    background-image: url(/images/user-profile/valorant/header.png);
}

.csgo-profile_bg {
    background-image: url(/images/user-profile/csgo/header.jpg);
}

.action-panel {
    width: 100%;
    margin-top: auto;
    justify-content: space-between;
    z-index: 2;
}

.action-panel .action {
    border-radius: 4px;
    border: 2px solid transparent;
    transition: .3s;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 7px 14px;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.action-panel .action:hover {
    border-color: var(--main-accent-color);
}

.action-panel .action:last-of-type {
    margin-right: 0;
}

.action-panel .action .icon {
    margin: -2px 10px 0 0;
}

.online-status {
    width: 8px;
    height: 8px;
    background-color: var(--online-icon-bg);
    border-radius: 50%;
}

.swords-white-icon {
    width: 12px;
    height: 12px;
}

.action-panel .action.more {
    width: 30px;
    height: 31px;
    background-image: url(/images/icons/more-icon.svg);
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

#view-header .center-block {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    flex-direction: column;
    top: 32px;
}

#view-header .avatar-xxxl.online::after,
#view-header .avatar-xxxl.offline::after,
#view-header .avatar-xl.online::after,
#view-header .avatar-xl.offline::after,
.avatar-s.online::after,
.avatar-s.offline::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    right: -5px;
    top: -3px;
    border: 1px solid var(--border-main-color);
}

#view-header .avatar-xxxl.online::after,
#view-header .avatar-xl.online::after,
.avatar-s.online::after {
    background-color: var(--online-icon-bg);
}

#view-header .avatar-xxxl.offline::after,
#view-header .avatar-xl.offline::after,
.avatar-s.offline::after {
    background-color: var(--offline-icon-bg);
}

.avatar-xxxl .rating,
.avatar-xl .rating {
    font-size: 14px;
    margin-top: 90px;
}

.avatar-xxxl .rating {
    position: absolute;
    width: fit-content;
    margin: 0;
    bottom: 0;
    left: unset;
    font-size: 18px;
    transform: translate(-50%, 10px);
}

#view-header .nickname {
    max-width: 430px;
    margin: 0;
    display: -webkit-box;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: var(--tournament-tabs-text-color);
}

#view-header .game-icon {
    margin-right: 10px;
}

#view-header .avatar-wrapper{
    min-width: 230px;
}

#view-header .country {
    display: flex;
    font-size: 13px;
}

#view-header .ban-days {
    font-size: 20px;
    color: red;
    padding-bottom: 25px;
}

#view-header .flag {
    margin: -2px 9px 0 0;
    width: 20px;
    height: 10px;
}

#tabs-menu {
    padding: 24px 0 3px;
    border-bottom: 1px solid var(--border-main-color);
    border-bottom-left-radius: 0.5px;
    border-bottom-right-radius: 0.5px;
}

#tabs-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: -6px;
}

#tabs-menu li {
    padding: 0 7px;
    border-bottom: 1px solid transparent;
    transition: all .2s;
}

#tabs-menu li.active {
    border-bottom: 3px solid var(--main-accent-color)
}

#tabs-menu li:not(.active):hover {
    border-bottom: 3px solid var(--tournament-tabs-menu-border);
}

#tabs-menu a,
#tabs-menu a:active,
#tabs-menu a:visited {
    font-size: 15px;
    color: var(--tournament-tabs-text-color);
    text-decoration: none;
    transition: all .2s;
}

#tabs-menu .active a {
    color: var(--tournament-tabs-menu-active-text-color);
    font-weight: 600;
}

#tabs-menu li:not(active) a:hover,
#tabs-menu .share a:hover {
    color: var(--tournament-tabs-menu-active-text-color);
}

#tabs-menu .share {
    margin-left: auto;
    padding-right: 0;
}

#tabs-menu .share a {
    background: url('/images/pubg/share.svg') left center no-repeat;
    fill: #fff;
    padding-left: 24px;
}

.stat {
    height: 222px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border-radius: 7px;
    outline: none;
}

.dota2-stat_bg {
    background-image: url(/images/user-profile/dota2/stat.jpg);
}

.pubg-stat_bg {
    background-image: url(/images/user-profile/pubg/pubg6.jpg);
    background-position: center top -69px;
}

.valorant-stat_bg {
    background-image: url(/images/user-profile/valorant/stat.png);
    background-position: center top -69px;
}

.pubg-stat_bg_team {
    background-image: url(/images/user-profile/pubg/stat.jpg);
}

.valorant-stat_bg_team {
    background-image: url(/images/user-profile/valorant/stat.jpg);
}

.csgo-stat_bg {
    background-image: url(/images/user-profile/csgo/stat.jpg);
}

.stat .fade-layer {
    /*background: linear-gradient(to bottom, rgba(24, 25, 33, 0), #181921),*/
    /*linear-gradient(to bottom, rgba(24, 25, 33, 0.5), rgba(24, 25, 33, 0.5)),*/
    /*linear-gradient(to left, #181921, rgba(24, 25, 33, 0) 50%, #181921);*/
    background: linear-gradient(to bottom, rgba(24, 25, 33, 0), #2a2c38),
        linear-gradient(to bottom, rgba(24, 25, 33, 0.3), rgba(24, 25, 33, 0.1)),
        linear-gradient(to left, #181921, rgba(24, 25, 33, 0) 50%, #181921);
    ;
}

.stat-carousel {
    box-shadow: var(--box-shadow);
    background-image: var(--linear-gradient);
    border-radius: var(--border-radius-lg);
}

.stat-table {
    padding: 17px 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.stat-table .stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 29px;
    border-bottom: 1px solid var(--border-main-color);
}

.stat-table .stat-row:last-child {
    height: 65px;
    border: 0;
}

.stat-table .option {
    font-size: 12px;
    color: var(--secondary-text-color);
}

.stat-table .value {
    font-size: 14px;
    color: var(--main-color);
}

.stat-table .value.green {
    color: var(--success-color);
}

.stat-table .option-col {
    display: flex;
    align-items: center;
}

.stat-table .option-col .right {
    display: flex;
    flex-direction: column;
}

.stat-table .icon {
    margin-right: 14px;
}

.stat-table .cup-icon {
    width: 12px;
    height: 15px;
}

.tournaments {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

a.t-row,
a.t-row:active,
a.t-row:hover,
a.t-row:visited {
    color: var(--main-color);
}

.t-row,
.b-row {
    margin-bottom: 2px;
    border-radius: var(--border-radius-sm);
    background: #23242c;
}

.t-row:last-of-type,
.b-row:last-of-type {
    margin-bottom: 0;
}

.t-row {
    flex-direction: column;
    justify-content: center;
}

.b-row,
.t-row {
    display: flex;
    height: 56px;
    padding: 2px 15px 0;
    box-shadow: var(--box-shadow);
    background-image: var(--linear-gradient);
}

.t-row:last-of-type {
    border-bottom: 0;
}

.t-row .top,
.t-row .bottom {
    display: flex;
    align-items: center;
}

.t-row .bottom {
    margin-top: -4px;
    font-size: 15px;
}

.table-content .date {
    text-transform: uppercase;
    font-size: 12px;
}

.table-content .status,
.table-content .date {
    width: 113px;
}

.table-content.match-block .status,
.table-content.match-block .date {
    width: 125px;
}

.t-row .type,
.t-row .title {
    width: 355px;
    padding-left: 15px;
}

.table-content .prize-option,
.table-content .prize-value,
.table-content .result-option,
.table-content .result-value {
    width: 122px;
}

.table-content .result-option,
.table-content .result-value {
    padding-left: 20px;
}

.t-row .date {
    padding-top: 3px;
}

.table-content .status {
    text-transform: uppercase;
    font-size: 14px;
}

.t-row .type {
    color: #5479ff;
}

.t-row .type,
.t-row .title {
    max-width: 355px;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.t-row .prize-value,
.t-row .prize-option {
    padding-left: 20px;
    width: 140px;
    max-width: 140px;
}

.prize-value .coin-icon {
    margin-left: 3px;
}

.prize-value .banknote-icon {
    margin-left: 6px;
}

.prize-value {
    text-transform: uppercase;
}

.load-more-btn,
.tournament-title {
    margin: 10px 0;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    transition: .3s;
    border-radius: var(--border-radius-sm);
    background: var(--linear-gradient);
    color: var(--secondary-text-color);

}

.tournament-title:active,
.tournament-title:focus,
.load-more-btn:active,
.load-more-btn:focus {
    color: var(--secondary-text-color);
}

.tournament-title:hover,
.load-more-btn:hover {
    color: var(--main-accent-color);
    background: var(--hover-bg-color);
}

.load-more-btn .icon {
    margin-left: 10px;
}

.battles {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.battles .avatar-s,
.video .avatar-s {

    margin-left: 15px;
}

.avatar-s .rating {
    font-size: 10px;
}

.t-row .result-value {
    padding-top: 1px;
}

.t-row .result-value.bronze {
    color: var(--rating-third-place);
}

a.b-row,
a.b-row:hover,
a.b-row:active,
a.b-row:visited {
    color: var(--main-color);
}

.b-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -3px;
}

.b-col .bottom {
    font-size: 15px;
    line-height: 15px;
}

.b-col.opponent {
    width: 255px;
    padding-left: 15px;
}

.b-col.match-info {
    width: 255px;
    padding-left: 15px;
}

.b-col.match-info .nickname {
    max-width: 230px;
}

.b-col.count {
    width: 55px;
}

.b-col.info-col {
    width: 105px;
    font-size: 15px;
}

.b-col.result-col {
    margin-top: 12px;
}

.b-col .status {
    margin-top: 2px;
}

.b-col .date {
    margin-top: -2px;
}

.b-col .nickname {
    font-weight: 400;
}

.table-content .count-value {
    font-size: 15px;
}

.block_with_caption .caption {
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--console-bg-color);
    height: 50px;
    padding: 0 15px;
    color: var(--console-header-text-color);
}

.block_with_caption .caption .icon {
    margin-right: 13px;
}

.block_with_caption .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.other_games .content {
    padding: 15px;
}

.other_games .item {
    width: 40px;
    height: 40px;
    background-color: #18191e;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin-right: 15px;
    position: relative;
    text-align: center;
    border: solid 2px transparent;
}

.block_with_caption .item:last-child {
    margin-right: 0;
}

.other_games .dota2 {
    background-size: 20px;
}

.other_games .pubg {
    background-size: 25px 21px;
}

.other_games .hearthstone {
    background-size: 24px;
}

.other_games .csgo {
    background-size: 22px 20px;
}

.other_games .rocket-league {
    background-size: 22px 21px;
}

.other_games .item {
    transition: .3s;
}

.other_games .item.selected {
    border-color: var(--main-accent-color);
    cursor: default;
    pointer-events: none;
}

.other_games .locked {
    cursor: default;
    pointer-events: none;
    opacity: 0.3;
}

.other_games .item:not(.locked):hover {
    border-color: var(--main-accent-color);
}

.other_games .item .rating {
    border-radius: 4px;
}

.social .content {
    padding: 18px 15px;
}

.social .item {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 34px;
    filter: var(--filter-arrow);
}

.social .vk {
    background-image: url(/images/icons/social_new_design/vk.svg);
    background-size: 16px 9px;
}

.social .facebook {
    background-image: url(/images/icons/social_new_design/fb.svg);
    background-size: 8px 17px;
}

.social .discord {
    background-size: 18px 18px;
}

.social .ok {
    background-image: url(/images/icons/social_new_design/ok.svg);
    background-size: 10px 17px;
}

.social .steam {
    background-image: url(/images/icons/steam-icon-logo.svg);
    background-size: 20px 20px;
    filter: none;
}

.social .youtube {
    background-image: url(/images/icons/social_new_design/youtube.svg);
    background-size: 17px 12px;
}

.social .twitch {
    background-image: url(/images/icons/social_new_design/twitch.svg);
    background-size: 15px 16px;
}

a.item,
a.item:hover,
a.item:active,
a.item:visited {
    color: var(--main-color);
}

.social .item.locked {
    opacity: .2;
    pointer-events: none;
    cursor: default;
}

.video.tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.video.tab .video-item {
    margin-bottom: 20px;
}


#load-more-btn {
    margin-top: 20px;
}

.video-item {
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}

.video .shot {
    width: 300px;
    height: 160px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.video .info {
    display: flex;
    position: absolute;
    margin: 15px 0 0 15px;
    border-radius: var(--border-radius-sm);
    background-color: var(--average-bg-color);
    font-size: 10px;
    text-transform: uppercase;
    padding: 9px 15px;
}

.video .info .item {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.video .info .item:last-child {
    margin-right: 0;
}

.video .info .icon {
    margin-right: 7px;
    margin-top: -1px;
}

.video .info .play-white-icon {
    width: 9px;
    height: 9px;
}

.video .description {
    padding: 12px 15px;
    background-color: var(--average-bg-color);
    font-weight: 400;
    line-height: 18px;
    width: 300px;
}

.video .description .title {
    font-size: 15px;
    max-width: 220px;
}

.video .description .nickname {
    font-size: 12px;
    color: var(--secondary-text-color);
}

.video .avatar-s {
    margin: 0 15px 0 0;
}

.events {
    position: relative;
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}

.events .content {
    flex-direction: column;
    height: 200px;
    overflow: hidden;
}

.event-wrap {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    font-weight: 400;
    width: 315px;
    padding: 15px 0;
}

.events .avatar-s {
    margin-right: 10px;
}

.events .item .right {
    display: flex;
    flex-direction: column;
    width: 275px;
}

.events .item .top {
    display: flex;
    justify-content: space-between;
}

.events .date {
    font-size: 10px;
    color: var(--events-date-color);
}

.events .nickname {
    color: var(--main-accent-color);
}

.events .text {
    line-height: 1.46;
}

.events .fader {
    height: 70px;
    position: absolute;
    width: 345px;
    bottom: 0;
    background-image: var(--rules-info-gradient);
    z-index: 3;
}

/**
Share modal
 */
#share_tournament_modal .modal-dialog {
    border-radius: var(--border-radius-lg);
    width: 480px;
    height: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

#share_tournament_modal .modal-content {
    background: var(--linear-gradient);
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#share_tournament_modal .modal-body {
    padding: unset;
}

#share_tournament_modal .modal-wrap {
    flex-direction: column;
    width: auto;
    height: auto;
}

#share_tournament_modal .modal-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: var(--main-color);
    text-align: center;
}

#share_tournament_modal .share-link {
    width: 300px;
    height: 36px;
    font-size: 14px;
    padding: 9px 10px;
    background-color: var(--input-bg);
    border-color: transparent;
    color: var(--main-color);
}

#share_tournament_modal .copy-link {
    width: 300px;
    height: 36px;
    margin-top: 20px;
    font-size: 12px;
}

#share_tournament_modal .share-btn {
    display: block;
    width: 300px;
    height: 36px;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
    text-align: center;
}

#share_tournament_modal .share-btn.fb {
    margin-top: 20px;
}

#share_tournament_modal .tmp-vk-share,
#share_tournament_modal .vk.share-btn {
    text-transform: uppercase;
    margin-top: 20px;
}

#share_tournament_modal .share-btn img {
    border: 0;
    margin-right: 7px;
    margin-top: -1px;
}

#share_tournament_modal .share-btn.vk {
    background: #4a76a8;
    color: var(--btn-text-color);
}

#share_tournament_modal .share-btn.ok {
    background: #ee820a;
    color: var(--btn-text-color);
}

#share_tournament_modal .share-btn.fb {
    background: #3a5998;
    color: var(--btn-text-color);
}

.scroll-element.scroll-x {
    display: none !important;
}

.tournament-format-icon {
    position: absolute;
    top: 20px;
    right: 15px;
}

.match-format-icon {
    margin-top: 5px;
}

.rating-up {
    color: var(--rating-up-text-color);
}

.rating-down {
    color: var(--rating-down-text-color);
}

.circle-stream-icon {
    background-image: url(/images/icons/circle-stream-icon.svg);
}

.animation-blink {
    animation: blinker 1s linear infinite;
}

.circle-stream-icon.icon {
    width: 9px;
    height: 9px;
    margin: -1px 7px 0 0;
}

.stat-wrapper .switch:last-of-type {
    margin-left: 15px;
}

.stat-wrapper .switch {
    color: var(--tournament-tabs-text-color);
    cursor: pointer;
}

.stat-wrapper .switch.active {
    color: var(--tournament-tabs-menu-active-text-color);
    pointer-events: none;
}

h2 {
    height: 24px;
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
    margin: 25px 0 15px 0;
}

.tournaments_widget_wrapper .btn-blue {
    margin-top: 0;
}

.tab-video-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}

.tab-video-header .btn {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    margin-top: 5px;
}

.tab-video-header .stream-id .value {
    padding-top: 20px;
}

.video-item {
    position: relative;
    display: block;
}

.video-remove {
    position: absolute;
    color: var(--main-color);
    right: 15px;
    top: 15px;
    padding: 9px;
    font-size: 12px;
    border-radius: var(--border-radius-sm);
    background-color: var(--average-bg-color);
}

.video-remove-confirm {
    text-align: center;
}

.button-block {
    padding-bottom: 15px;
}

.signup-btn {
    margin-top: 15px;
}

.t-row .tournament-format-icon #MainMenu5,
.t-row .tournament-format-icon #MainMenu9 {
    fill: var(--icon-color);
}

.b-row:hover,
.t-row:hover {
    background-image: var(--tournament-schedule-card-bg-hover);
}

.scroll-wrapper::-webkit-scrollbar {
    display: none;
}

.scroll-wrapper {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.scroll-element .scroll-element_size {
    background: var(--hover-bg-color) !important;
}

.scroll-element .scroll-bar {
    background-color: #494949 !important;
    border: unset !important;
}

.scroll-element .scroll-bar:hover {
    filter: var(--filter-scroll);
}

.b-row svg #MainMenu5,
.b-row svg #MainMenu9,
.t-row svg #MainMenu5,
.t-row svg #MainMenu9 {
    fill: var(--icon-color);
}

.block-wrapper {
    height: 100%;
    padding: 20px;
    background-color: var(--banner-tournament-bg-color);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
}

.info-wrapper {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

.user-profile__tournaments .stat-carousel {
    box-shadow: none;
    background-image: none;
    border-radius: none;
}

.user-profile__tournaments .slick-slide a {
    box-shadow: 0px 5px 5px -6px var(--color-shadow-light);
}

.stat-table__ratings {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}

.stat-table__ratings th,
.stat-table__ratings td {
    padding: 6px 6px 6px 0;
    border: none;
}

.stat-table__ratings th {
    font-size: 12px;
    font-weight: 400;
    color: var(--secondary-text-color);
}

.stat-table__ratings td {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-color);
}

.stat-table__ratings tbody tr {
    border-top: 1px solid var(--border-main-color);
}

.stat-table__col-place {
    min-width: 110px;
}

.stat-table__ratings ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.stat-table__ratings li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.stat-table__cup:before {
    content: '';
    height: 10px;
    width: 9px;
}

.rating__first-place:before {
    background-image: var(--cup-gold);
}

.rating__second-place:before {
    background-image: var(--cup-silver);
}

.rating__third-place:before {
    background-image: var(--cup-bronze);
}

.my-videos {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.video-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.video-list__search-bar {
    width: 100%;
    display: flex;
    justify-content: center;
}

.no-results {
    margin-top: 30px;
    font-size: 20px;
    color: rgb(224, 224, 255, 40%);
}
