


/* user list tag template */
.utag{border-top-left-radius: 5px;border-top-right-radius: 5px;max-width: 100%;}
.utag_wrap{width:100%;position: relative;display: table;table-layout: fixed;padding: 5px 10px;}
.utag_icon{position: relative;display: table-cell;vertical-align: middle;width: 18px;}
.utag_icon img{display: block;margin: 0 auto;width: 18px;height: 18px;}
.utag_data{padding: 0 8px;}
.utag_title{ background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/693.gif);
    -webkit-background-clip: text;
    color: transparent;
    background-size: 100% 100%;
	font-size: 16px;}
.utag_ucount{font-size: 12px;}

/* user list tag background & colors */
.back_dj{background:url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/chbg.gif);color:#fff;position:relative;overflow:hidden;border-bottom:none}
.back_dj::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff0000,#ff5a00,#ff9a00,#ffce00,#ff9a00,#ff5a00,#ff0000);background-size:400% 100%;animation:flameEffect 2s linear infinite}
.back_dj .utag_ucount{color:#ff2e2e}

.back_owner{background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/abggggif.gif);color:#fff;position:relative;overflow:hidden;border-bottom:none}
.back_owner::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff0000,#ff5a00,#ff9a00,#ffce00,#ff9a00,#ff5a00,#ff0000);background-size:400% 100%;animation:flameEffect 2s linear infinite}
.back_owner .utag_ucount{color:#f8a100}

.back_superadmin{background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/abggggif.gif);color:#fff;position:relative;overflow:hidden;border-bottom:none}
.back_superadmin::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff0000,#ff5a00,#ff9a00,#ffce00,#ff9a00,#ff5a00,#ff0000);background-size:400% 100%;animation:flameEffect 2s linear infinite}
.back_superadmin .utag_ucount{color:#ffd000}

.back_admin{background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/abggggif.gif);color:#fff;position:relative;overflow:hidden;border-bottom:none}
.back_admin::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff0000,#ff5a00,#ff9a00,#ffce00,#ff9a00,#ff5a00,#ff0000);background-size:400% 100%;animation:flameEffect 2s linear infinite}
.back_admin .utag_ucount{color:#c4d8e6}

.back_moderator{background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/abggggif.gif);color:#fff;position:relative;overflow:hidden;border-bottom:none}
.back_moderator::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff0000,#ff5a00,#ff9a00,#ffce00,#ff9a00,#ff5a00,#ff0000);background-size:400% 100%;animation:flameEffect 2s linear infinite}
.back_moderator .utag_ucount{color:#d4dee5}

.back_vip{background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/abggggif.gif);color:#fff;position:relative;overflow:hidden;border-bottom:none}
.back_vip::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff0000,#ff5a00,#ff9a00,#ffce00,#ff9a00,#ff5a00,#ff0000);background-size:400% 100%;animation:flameEffect 2s linear infinite}
.back_vip .utag_ucount{color:#04b2ff}

.back_vips{background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/abggggif.gif);color:#fff;position:relative;overflow:hidden;border-bottom:none}
.back_vips::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff0000,#ff5a00,#ff9a00,#ffce00,#ff9a00,#ff5a00,#ff0000);background-size:400% 100%;animation:flameEffect 2s linear infinite}
.back_vips .utag_ucount{color:#04b2ff}
.cname .bnfont15 { font-size:20px; }

.back_orokvip{background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/abggggif.gif);color:#fff;position:relative;overflow:hidden;border-bottom:none}
.back_orokvip::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff0000,#ff5a00,#ff9a00,#ffce00,#ff9a00,#ff5a00,#ff0000);background-size:400% 100%;animation:flameEffect 2s linear infinite}
.back_orokvip .utag_ucount{color:#04b2ff}
.bnfont15 { font-size:20px; font-family: 'Charm', cursive; line-height:1.2em; }
@keyframes flameEffect {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 400% 50%;
    }
}
.back_orokvip {
    background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/abggggif.gif);
    position: relative;
    overflow: hidden;
    border-bottom: none;
}

.back_orokvip::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, 
        #ff0000, #ff5a00, #ff9a00, #ffce00, 
        #ff9a00, #ff5a00, #ff0000);
    background-size: 400% 100%;
    animation: flameEffect 2s linear infinite;
}

@keyframes flameEffect {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 400% 50%;
    }
}

.back_orokvip .utag_ucount {
    color: #04b2ff;
}

.back_bot{background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/abggggif.gif);color:#fff;position:relative;overflow:hidden;border-bottom:none}
.back_bot::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff0000,#ff5a00,#ff9a00,#ffce00,#ff9a00,#ff5a00,#ff0000);background-size:400% 100%;animation:flameEffect 2s linear infinite}
.back_bot .utag_ucount{color:#0aca00}

.back_normal{background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/abggggif.gif);color:#fff;position:relative;overflow:hidden;border-bottom:none}
.back_normal::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff0000,#ff5a00,#ff9a00,#ffce00,#ff9a00,#ff5a00,#ff0000);background-size:400% 100%;animation:flameEffect 2s linear infinite}
.back_normal .utag_ucount{color:#898dd6}

.back_offline{background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/abggggif.gif);color:#fff;position:relative;overflow:hidden;border-bottom:none}
.back_offline::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#ff0000,#ff5a00,#ff9a00,#ffce00,#ff9a00,#ff5a00,#ff0000);background-size:400% 100%;animation:flameEffect 2s linear infinite}
.back_offline .utag_ucount{color:#dd2e44}

@keyframes flameEffect {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 400% 50%;
    }
}
.bcell { display:table-cell;    
	background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/693.gif);
    -webkit-background-clip: text;
    background-size: 100% 100%; }
	

.list_mood {
    display: block; /* Vagy inline-block, ha szükséges */
	background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/693.gif);
    -webkit-background-clip: text;
    background-size: 100% 100%;
    white-space: nowrap;
    font-size: 12px;
    color: transparent; /* Módosítsd, ha szükséges */
    overflow: hidden; /* Megakadályozza a szöveg kilógását */
    position: relative;
    animation: scrollText 10s linear infinite; /* Görgetés */
}

@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}




.chat_system { 
    background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/1206.gif);
    -webkit-background-clip: text;
    color: transparent;
    background-size: 100% 100%;
}
.pro_ranking { height:25px; width:auto;  
    background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/693.gif);
    -webkit-background-clip: text;
    background-size: 100% 100%;
}
.sptext, .tptext { 
    background-image: url(https://hellchat.hu/addons/Live_Nick-BLK/files/glitter/1785.gif);
    -webkit-background-clip: text;
    color: transparent;
    background-size: 100% 100%;
}
.my_text .username {
    font-size: 20px;
}
.chat_system {
    font-size: 15px;
}
.profile_avatar{
display: block;
margin: 0 auto;
}
.avatar_spin{
border-radius: 50%;
}
.state_profile{
width: 18px;
height: 18px;
right: 15px;
}
.profile_tinfo{
display: block;
padding: 10px;
}
.pdetails{
text-align: center;
}
#profile_like{
width: auto;
margin: 0 auto;
}



/* Alapértelmezett beállítások (asztali nézetre) */
#header-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Mobil nézetben eltünteti a szöveget */
@media (max-width: 768px) {
    #header-info {
        display: none;
    }
}
.foot {
  background: #000;
  border-top: 1px solid rgb(68,79,104,.639);
  color: #fff;
}