/* ИКОНКИ СОЦИАЛОК */
.iconSocials-40 {
    width: 40px;
    height: 40px;
    background-image: url('/public/img/site/sprites/spriteSocials.png');
    background-repeat: no-repeat;
    background-size: 440px;
}
.iconSocials-40[data-icon="telegram"] {background-position: -0 top;}
.iconSocials-40[data-icon="instagram"] {background-position: -40px top;} 
.iconSocials-40[data-icon="viber"] {background-position: -80px top;} 
.iconSocials-40[data-icon="vk"] {background-position: -120px top;} 
.iconSocials-40[data-icon="facebook"] {background-position: -160px top;} 
.iconSocials-40[data-icon="twitter"] {background-position: -200px top;} 
.iconSocials-40[data-icon="google"] {background-position: -240px top;} 
.iconSocials-40[data-icon="yandex"] {background-position: -280px top;} 
.iconSocials-40[data-icon="youtube"] {background-position: -320px top;} 
.iconSocials-40[data-icon="discord"] {background-position: -360px top;} 
.iconSocials-40[data-icon="whatsapp"] {background-position: -400px top;} 


.iconSocials-20 {
    width: 20px;
    height: 20px;
    background-image: url('/public/img/site/sprites/spriteSocials.png');
    background-repeat: no-repeat;
    background-size: 220px;
}
.iconSocials-20[data-icon="telegram"] {background-position: -0 top;}
.iconSocials-20[data-icon="instagram"] {background-position: -20px top;} 
.iconSocials-20[data-icon="viber"] {background-position: -40px top;} 
.iconSocials-20[data-icon="vk"] {background-position: -60px top;} 
.iconSocials-20[data-icon="facebook"] {background-position: -80px top;} 
.iconSocials-20[data-icon="twitter"] {background-position: -100px top;} 
.iconSocials-20[data-icon="google"] {background-position: -120px top;} 
.iconSocials-20[data-icon="yandex"] {background-position: -140px top;} 
.iconSocials-20[data-icon="youtube"] {background-position: -160px top;} 
.iconSocials-20[data-icon="discord"] {background-position: -180px top;} 
.iconSocials-20[data-icon="whatsapp"] {background-position: -200px top;} 




/* ИКОНКИ МЕНЮ ПОЛЬЗОВАТЕЛЯ */
.iconUserMenu {
    width: 20px;
    height: 20px;
    background-image: url('/public/img/site/sprites/spriteUserMenu.png');
    background-repeat: no-repeat;
    background-size: 120px auto;
}
.iconUserMenu[data-icon="myLots"] {background-position: 0px center;}
.iconUserMenu[data-icon="myDeals"] {background-position: -20px center;}
.iconUserMenu[data-icon="myArticles"] {background-position: -40px center;}
.iconUserMenu[data-icon="notifications"] {background-position: -60px center;}
.iconUserMenu[data-icon="security"] {background-position: -80px center;}
.iconUserMenu[data-icon="exit"] {background-position: -100px center;}



/* БАГРАУД ИГР */
.backgroundHeader {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 300px;
    padding: 50px 0;
}

.backgroundHeader[data-background="user"] {background-image: url('/public/img/site/backgrounds/User.png'); background-color: var(--background-main);}
.backgroundHeader[data-background="noGame"] {background-image: linear-gradient(to bottom, rgb(12, 0, 26) 0%, rgba(0, 0, 0, 0.25) 100%), url('/public/img/site/backgrounds/noGame.jpg');}
.backgroundHeader[data-background="main"] {background-image: linear-gradient(to bottom, rgb(12, 0, 26) 0%, rgba(0, 0, 0, 0.25) 100%), url('/public/img/site/backgrounds/Main.jpg');}
.backgroundHeader[data-background="warcraft2"] {background-image: linear-gradient(to bottom, rgb(12, 0, 26) 0%, rgba(0, 0, 0, 0.25) 100%), url('/public/img/site/backgrounds/Warcraft2.jpg');}
.backgroundHeader[data-background="battlerite"] {background-image: linear-gradient(to bottom, rgb(12, 0, 26) 0%, rgba(0, 0, 0, 0.25) 100%), url('/public/img/site/backgrounds/Battlerite.jpg')}


.noteCircle {
    width: 0;
    height: 0;
    padding: 6px;
    border-radius: 20px;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
}
.nc-10-12 {top: 10px; left: 12px; position: absolute;}
.nc-12-16 {top: 12px; left: 16px; position: absolute;}
.nc-18-6 {top: 18px; left: 6px; position: absolute;}
.nc-24-6 {top: 24px; left: 6px; position: absolute;}
.nc-24-20 {top: 24px; left: 20px; position: absolute;}
.nc-24-14 {top: 24px; left: 14px; position: absolute;}
.nc-26-2 {top: 26px; left: 2px; position: absolute;}
.nc-26 {top: 26px; left: 26px; position: absolute;}
.nc-30-5 {top: 30px; left: 5px; position: absolute;}
.nc-34-34 {top: 34px; left: 34px; position: absolute;}
.nc-26-26 {top: 26px; left: 26px; position: absolute;}


/* imagesUploaded */
.imagesUploadedRemove {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ff9c9c;
    color: red;
    padding: 1px 5px;
    border-radius: 50%;
    border: 1px solid red;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    z-index: 1;
}


.stickyBannerBlock {
    position: sticky;
    height: calc(100vh - var(--height-header));
    top: var(--height-header);
    bottom: 0;
}

.SIDE_banner {
    position: sticky;
    top: 10px;
    align-self: flex-start;
    flex-shrink: 0;
    width: 250px;
    z-index: 2;
}

.COMM_shell-main {
    flex: 1;
    min-width: 0;
    min-height: 0;
    display: flex;
    justify-content: center;
    align-self: stretch;
}

.COMM_shell-main > .CHAT_shell,
.COMM_shell-main > #roulette-filterBlock {
    width: 100%;
}

.COMM_shell {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: 100%;
}

.COMM_shell-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    scrollbar-width: thin;
}

.COMM_shell-body--fill {
    overflow: hidden;
    align-items: stretch;
}

/*
 * Нельзя давать padding-top родителю при child height:100% —
 * после раскладки чат перекрывает отступ. Делаем колонку + flex:1.
 */
.COMM_shell-body--fill > .COMM_shell-main {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 12px;
    box-sizing: border-box;
    height: 100%;
    min-height: 0;
}

.COMM_shell-body--fill > .COMM_shell-main > .CHAT_shell {
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
}

.main > .COMM_shell {
    align-self: stretch;
}

.SIDE_banner-bottom {
    display: none;
    flex-shrink: 0;
    width: 100%;
    max-height: 120px;
    overflow: hidden;
}

@media screen and (max-width: 1180px) {
    .SIDE_banner-bottom {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .SIDE_banner-bottom {
        max-height: 80px;
    }
}




.positionElem {
    position: absolute; 
    bottom: 0px; 
    top: 0; 
    right: 0px; 
    left: 0px;
}



.vipMessages {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 12px;
    font-weight: bold;
    color: white;
    text-shadow: 0 0 3px black, 0 0 3px black, 0 0 3px black;
}



/*/////////////////////////////////*/
/*////////// ТЁМНАЯ ТЕМА //////////*/
/*/////////////////////////////////*/






/*/////////////////////////////////*/
/*////////// АДАПТИВНОСТЬ //////////*/
/*/////////////////////////////////*/
@media screen and (max-width: 1500px) {
    .bannerBlock1 {display: none;}
}

@media screen and (max-width: 1380px) {

}

@media screen and (max-width: 1200px) {
    .bannerBlock2 {display: none;}
}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
    .backgroundHeader {padding: 44px 0;}
}

@media screen and (max-width: 640px) {
    .backgroundHeader {padding: 38px 0;}
}

@media screen and (max-width: 480px) {
    .backgroundHeader {padding: 32px 0;}
}