.user_badges{display:inline-flex;gap:6px;align-items:center;margin-left:6px}
.ubadge{display:inline-flex;align-items:center;height:16px;padding:0 4px;border-radius:8px;font-size:12px;line-height:16px;background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.12)}
.ubadge img{width:12px;height:12px;margin-right:4px;display:inline-block}
.ubadge_label{opacity:.85;margin-right:4px}
.ubadge_count{font-weight:600}
.ubadge.level{background:none !important;border:none !important;color:#333333 !important;height:auto !important;text-shadow:none !important}.ubadge.level .ubadge_count{font-size:15px !important;color:#333333 !important}
.ubadge.like{background:linear-gradient(90deg, #9c234b 0%, #d23e6c 100%);border-color:#d96a8c}
.user_item .user_badges{display:inline-flex}
/* hide like badge in user list */
.user_item .ubadge.like{display:none !important}

/* chat room zebra background */
#show_chat ul li.ch_logs{transition:background-color .15s ease;border-bottom:1px solid rgba(0,0,0,.035)}
#show_chat ul li.ch_logs:nth-child(odd){background:#ffffff}
#show_chat ul li.ch_logs:nth-child(even){background:#f6f7f9}
/* time alignment tweak */
#show_chat .cname{padding-right:8px}
#show_chat .cdate.sub_chat{width:90px;text-align:right;padding-left:8px;position:relative;z-index:1}

/* profile rank badge */
.pro_rank_badge_wrap{position:absolute;top:0;right:0;left:auto;z-index:205;padding:10px}
.pro_rank_badge{display:inline-flex;align-items:center;gap:8px;background:rgba(0,0,0,.38);backdrop-filter:blur(6px);border-radius:14px;padding:6px 12px;color:#fff;border:1px solid rgba(255,255,255,.18)}
.pro_rank_badge .pro_badge{width:18px;height:18px}
.pro_rank_badge .pro_rank_title{font-size:14px;font-weight:700;letter-spacing:.2px}

/* small avatar card rank badge */
.crank_badge_wrap{position:absolute;top:8px;right:8px;z-index:206}
.crank_badge{display:inline-flex;align-items:center;gap:6px;background:rgba(0,0,0,.5);backdrop-filter:blur(6px);border-radius:12px;padding:4px 8px;color:#fff;border:1px solid rgba(255,255,255,.2)}
.crank_badge .crank_icon{width:16px;height:16px}
.crank_badge .crank_title{font-size:13px;font-weight:700}

/* shine animation on rank badge */
@keyframes crankShine{
  0%{background-position: -150% 0}
  100%{background-position: 150% 0}
}
.crank_badge{ --shine-color: rgba(255,255,255,.35); }
.crank_badge{
  background-image: linear-gradient(90deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.5) 40%, var(--shine-color) 50%, rgba(0,0,0,.5) 60%, rgba(0,0,0,.5) 100%);
  background-size: 200% 100%;
  animation: crankShine 3s linear infinite;
}

/* rank-specific shine color */
.crank_badge.rnk-100{ --shine-color: rgba(255,215,0,.55); border-color: rgba(255,215,0,.6); }
.crank_badge.rnk-80{ --shine-color: rgba(255,140,0,.5); border-color: rgba(255,140,0,.55); }
.crank_badge.rnk-70{ --shine-color: rgba(80,140,255,.55); border-color: rgba(80,140,255,.6); }
.crank_badge.rnk-50{ --shine-color: rgba(255,180,0,.55); border-color: rgba(255,180,0,.6); }
.crank_badge.rnk-1{  --shine-color: rgba(255,255,255,.35); }

/* status icons (font-awesome) */
.icon_status.fa{font-size:16px;line-height:16px}
#status_menu .fmenu_item .icon_status.fa-gamepad{color:#4caf50}
#status_menu .fmenu_item .icon_status.fa-film{color:#ff9800}
#status_menu .fmenu_item .icon_status.fa-music{color:#2196f3}
.list_status.fa{font-size:16px;margin-left:6px}
.list_status{vertical-align:middle;margin-left:6px}
.user_item_avatar .list_status.fa{font-size:14px;line-height:14px;margin:0}
.user_item_avatar .list_status.fa-gamepad{color:#4caf50}
.user_item_avatar .list_status.fa-film{color:#ff9800}
.user_item_avatar .list_status.fa-music{color:#2196f3}
/* input blink on quote */
.blink_focus{animation:blinkFocus .6s linear 1}
@keyframes blinkFocus{0%{box-shadow:0 0 0 0 rgba(33,150,243,.0)}50%{box-shadow:0 0 0 2px rgba(33,150,243,.35)}100%{box-shadow:0 0 0 0 rgba(33,150,243,.0)}}
.stat_icon.fa-gamepad{color:#4caf50}
.stat_icon.fa-film{color:#ff9800}
.stat_icon.fa-music{color:#2196f3}

/* Voice message label */
.chat_voice .voice_wrap { display: flex; align-items: center; gap: 8px; }
.chat_voice .voice_text { font-size: 13px; font-weight: 600; text-transform: uppercase; margin-left: 6px; }

/* Admin Action Menu */
.avmenu {
    position: absolute;
    width: 280px;
    z-index: 1000;
    left: -5000px;
    top: 0;
    border-radius: 6px;
}

/* =========================================
   Redesigned Upload Button (By Assistant)
   ========================================= */
.sub_options, .psub_options {
    width: 44px !important;
    height: 44px !important;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%); /* Bright Cyan-Blue Gradient */
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 242, 254, 0.3);
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 4px !important;
    float: left;
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.sub_options:hover, .psub_options:hover {
    transform: scale(1.1) rotate(10deg);
    box-shadow: 0 6px 15px rgba(0, 242, 254, 0.5);
    background: linear-gradient(135deg, #00f2fe 0%, #4facfe 100%);
}

.sub_options img, .psub_options img {
    width: 24px !important;
    height: 24px !important;
    filter: brightness(0) invert(1); /* Make icon white */
    transition: all 0.3s ease;
}

.sub_options:hover img, .psub_options:hover img {
    transform: rotate(-10deg) scale(1.1);
}

/* =========================================
   Redesigned Upload Progress Bar (By Assistant)
   ========================================= */
.uprogress {
    width: 500px !important; /* Maximized width for better visibility */
    height: 65px !important; /* Increased height */
    background: linear-gradient(145deg, #2b2f38, #23272e) !important;
    border-radius: 35px !important;
    box-shadow: 
        8px 8px 16px #1a1d23, 
        -8px -8px 16px #3c414d,
        inset 1px 1px 2px rgba(255,255,255,0.1),
        0 10px 20px rgba(0,0,0,0.5); /* Stronger shadow */
    border: 1px solid rgba(255,255,255,0.05);
    position: absolute !important;
    top: 70px !important;
    left: 50% !important;
    transform: translateX(-50%);
    z-index: 9999 !important;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.uprogress_wrap {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

/* Progress Fill */
.uprogress_progress {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 242, 254, 0.1), rgba(79, 172, 254, 0.2));
    border-radius: 35px;
    transition: width 0.4s ease;
    box-shadow: inset 0 0 20px rgba(0, 242, 254, 0.1);
    z-index: 1;
}

.uprogress_content {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.uprogress_text {
    flex-grow: 1;
    padding-left: 20px;
}

.uprogress_text p {
    color: #e0e0e0;
    font-size: 14px; /* Increased font size */
    font-weight: 500;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    direction: rtl; /* For Persian */
    font-family: 'Vazirmatn', Tahoma, sans-serif;
}

.uprogress_text i {
    font-size: 18px;
    color: #00f2fe;
    filter: drop-shadow(0 0 5px rgba(0, 242, 254, 0.8));
}

/* Cancel Button Styling */
.uprogress_icon {
    width: auto !important;
    height: 40px !important; /* Taller button */
    padding: 0 20px !important; /* Wider padding */
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important; /* White text */
    transition: all 0.3s ease;
    background: #ff4757 !important; /* Solid red background */
    border-radius: 25px; /* Pill shape */
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 10px rgba(255, 71, 87, 0.4);
    margin-right: 15px;
}

/* Add 'Cancel' text using ::after pseudo-element */
.uprogress_icon::after {
    content: "انصراف";
    font-size: 14px; /* Larger font */
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    margin-left: 8px;
    font-weight: bold;
    display: block;
}

.uprogress_icon i {
    font-size: 16px;
}

.uprogress_icon:hover {
    background: #ff6b81 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 71, 87, 0.6);
}

.uprogress_icon:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(255, 71, 87, 0.4);
}

/* =========================================
   Resize Video in General Chat (Standard Size)
   ========================================= */
.post_video {
    width: 100% !important;
    max-width: 300px !important;
    height: 170px !important;
    margin: 10px 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background-color: #000 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    display: block !important;
}

.post_video video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; /* Shows full video content */
    border-radius: 0 !important;
}

/* Ensure play button is visible/centered if customized */
.post_video video::-webkit-media-controls {
    background-color: rgba(0, 0, 0, 0.1);
}

/* =========================================
   Mobile Responsiveness for Videos
   ========================================= */
@media screen and (max-width: 768px) {
    .post_video {
        max-width: 100% !important; /* Fill available bubble width */
        height: auto !important; /* Maintain natural aspect ratio */
        aspect-ratio: 16/9; /* Default aspect ratio to prevent layout shift */
        min-height: 150px !important;
    }

    .post_video video {
        height: 100% !important; /* Fill the wrapper */
        object-fit: contain !important; /* Ensure full content visibility */
    }
}

/* =========================================
   Private Chat Ticks (Telegram-like)
   ========================================= */
.prview_double {
    color: #4fc3f7 !important; /* Light blue color for seen messages */
    font-size: 12px;
}

.prview_single {
    color: #888 !important; /* Gray for sent/delivered but not seen */
    font-size: 12px;
}

/* Ensure icons are aligned */
.prdate i {
    margin-right: 3px;
}


/* Secure Private Chat (Anti-Screenshot/Copy) */
body.secure_mode #private_box {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-drag: none !important;
    user-drag: none !important;
}

/* Obscure content when blurred */
.secure_blur {
    filter: blur(20px) grayscale(100%) !important;
    opacity: 0.4;
    pointer-events: none;
    transition: all 0.1s ease-out;
}

/* Secure Overlay */
#secure_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.7); /* Dark semi-transparent background */
    z-index: 10000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    backdrop-filter: blur(5px); /* Extra blur on the overlay background */
    border-radius: 12px;
}

#secure_overlay .fa-user-shield {
    font-size: 60px;
    color: #ff4757;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 10px rgba(255, 71, 87, 0.5));
}

#secure_overlay .secure_text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #ff4757;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    font-family: inherit;
}

#secure_overlay .secure_sub {
    font-size: 14px;
    color: #ddd;
    font-family: inherit;
}

@keyframes securePulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

.secure_icon_anim {
    animation: securePulse 2s infinite ease-in-out;
}



/* Prevent avatar context menu on mobile */
.avatar_profile {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}
.uprogress_text i {
    font-size: 18px;
    color: #00f2fe;
    filter: drop-shadow(0 0 5px rgba(0, 242, 254, 0.8));
}
/* orphaned closing brace removed */
/* orphaned closing brace removed */

/* Cancel Button Styling */
.uprogress_icon {
    width: auto !important;
    height: 40px !important; /* Taller button */
    padding: 0 20px !important; /* Wider padding */
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important; /* White text */
    transition: all 0.3s ease;
    background: #ff4757 !important; /* Solid red background */
    border-radius: 25px; /* Pill shape */
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 10px rgba(255, 71, 87, 0.4);
    margin-right: 15px;
}

/* Add 'Cancel' text using ::after pseudo-element */
.uprogress_icon::after {
    content: "انصراف";
    font-size: 14px; /* Larger font */
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    margin-left: 8px;
    font-weight: bold;
    display: block;
}

.uprogress_icon i {
    font-size: 16px;
}

.uprogress_icon:hover {
    background: #ff6b81 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 71, 87, 0.6);
}

.uprogress_icon:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(255, 71, 87, 0.4);
}

/* =========================================
   Resize Video in General Chat (Standard Size)
   ========================================= */
.post_video {
    width: 100% !important;
    max-width: 300px !important;
    height: 170px !important;
    margin: 10px 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background-color: #000 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
    display: block !important;
}

.post_video video {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important; /* Shows full video content */
    border-radius: 0 !important;
}

/* Ensure play button is visible/centered if customized */
.post_video video::-webkit-media-controls {
    background-color: rgba(0, 0, 0, 0.1);
}

/* =========================================
   Mobile Responsiveness for Videos
   ========================================= */
@media screen and (max-width: 768px) {
    .post_video {
        max-width: 100% !important; /* Fill available bubble width */
        height: auto !important; /* Maintain natural aspect ratio */
        aspect-ratio: 16/9; /* Default aspect ratio to prevent layout shift */
        min-height: 150px !important;
    }

    .post_video video {
        height: 100% !important; /* Fill the wrapper */
        object-fit: contain !important; /* Ensure full content visibility */
    }
}

/* Cancel Button Styling */
.uprogress_icon {
    width: auto !important;
    height: 40px !important; /* Taller button */
    padding: 0 20px !important; /* Wider padding */
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important; /* White text */
    transition: all 0.3s ease;
    background: #ff4757 !important; /* Solid red background */
    border-radius: 25px; /* Pill shape */
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 10px rgba(255, 71, 87, 0.4);
    margin-right: 15px;
}

/* Add 'Cancel' text using ::after pseudo-element */
.uprogress_icon::after {
    content: "انصراف";
    font-size: 14px; /* Larger font */
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    margin-left: 8px;
    font-weight: bold;
    display: block;
}

.uprogress_icon i {
    font-size: 16px;
}

.uprogress_icon:hover {
    background: #ff6b81 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 71, 87, 0.6);
}

.uprogress_icon:active {
    transform: translateY(1px);
    box-shadow: 0 2px 5px rgba(255, 71, 87, 0.4);
}

/* =========================================
   Private Chat Ticks (Telegram-like)
   ========================================= */
.prview_double {
    color: #4fc3f7 !important; /* Light blue color for seen messages */
    font-size: 12px;
}

.prview_single {
    color: #888 !important; /* Gray for sent/delivered but not seen */
    font-size: 12px;
}

/* Ensure icons are aligned */
.prdate i {
    margin-right: 3px;
}


/* Secure Private Chat (Anti-Screenshot/Copy) */
body.secure_mode #private_box {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -webkit-touch-callout: none !important;
    -webkit-user-drag: none !important;
    user-drag: none !important;
}

/* Obscure content when blurred */
.secure_blur {
    filter: blur(20px) grayscale(100%) !important;
    opacity: 0.4;
    pointer-events: none;
    transition: all 0.1s ease-out;
}

/* Secure Overlay */
#secure_overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.7); /* Dark semi-transparent background */
    z-index: 10000;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    backdrop-filter: blur(5px); /* Extra blur on the overlay background */
    border-radius: 12px;
}

#secure_overlay .fa-user-shield {
    font-size: 60px;
    color: #ff4757;
    margin-bottom: 15px;
    filter: drop-shadow(0 0 10px rgba(255, 71, 87, 0.5));
}

#secure_overlay .secure_text {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    color: #ff4757;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
    font-family: inherit;
}

#secure_overlay .secure_sub {
    font-size: 14px;
    color: #ddd;
    font-family: inherit;
}

@keyframes securePulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

.secure_icon_anim {
    animation: securePulse 2s infinite ease-in-out;
}



/* Prevent avatar context menu on mobile */
.avatar_profile {
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}

/* =========================================
   3D News Ticker (High Graphics & Glassy)
   ========================================= */
#news_ticker_container {
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 90;
    overflow: hidden;
}

.news_ticker_3d {
    display: flex;
    align-items: center;
    height: 40px;
    background: linear-gradient(180deg, rgba(60, 60, 60, 0.9) 0%, rgba(30, 30, 30, 0.95) 50%, rgba(10, 10, 10, 1) 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    box-shadow: 
        0 5px 15px rgba(0,0,0,0.5), 
        inset 0 1px 0 rgba(255,255,255,0.15),
        inset 0 -10px 20px rgba(0,0,0,0.3);
    position: relative;
    backdrop-filter: blur(5px);
}

/* 3D Label "NEWS" with Shine */
.ticker_label {
    flex-shrink: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(135deg, #ff5252 0%, #b71c1c 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 13px;
    letter-spacing: 1px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.4);
    position: relative;
    z-index: 2;
    box-shadow: 5px 0 15px rgba(0,0,0,0.5);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    padding-right: 10px;
    overflow: hidden;
}

/* Shine effect on label */
.ticker_label::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.4), transparent);
    transform: skewX(-25deg);
    animation: shineLabel 3s infinite;
}

@keyframes shineLabel {
    0% { left: -100%; }
    20% { left: 200%; }
    100% { left: 200%; }
}

.ticker_label i {
    margin-right: 5px;
    font-size: 14px;
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.3));
}

/* Scroller Area */
.ticker_scroller {
    flex-grow: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    mask-image: linear-gradient(to right, transparent, black 10px, black 95%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10px, black 95%, transparent);
}

.ticker_track {
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: absolute;
    left: 0;
    animation: tickerScroll 25s linear infinite;
    will-change: transform, left;
}

.ticker_track:hover {
    animation-play-state: paused;
}

.ticker_entry {
    display: inline-flex;
    align-items: center;
    margin-right: 50px;
    color: #f0f0f0;
    font-size: 13px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
    background: rgba(255, 255, 255, 0.05);
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.ticker_entry:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: scale(1.02);
    box-shadow: 0 5px 10px rgba(0,0,0,0.4);
    border-color: rgba(255, 255, 255, 0.3);
}

.ticker_avatar {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
    border: 2px solid rgba(255,255,255,0.3);
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.ticker_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ticker_author {
    font-weight: 800;
    margin-right: 5px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
}

.ticker_message {
    color: #ffffff;
}

.ticker_message i {
    color: #ffd700;
    margin-left: 5px;
    filter: drop-shadow(0 0 5px rgba(255, 215, 0, 0.6));
}

/* Animation: Left to Right */
@keyframes tickerScroll {
    0% { left: -50%; transform: translateX(-100%); }
    100% { left: 100%; transform: translateX(0%); }
}

/* Mobile Adjustments */
@media (max-width: 600px) {
    .ticker_label {
        width: 60px;
        font-size: 11px;
    }
    .ticker_label i {
        font-size: 12px;
        margin-right: 3px;
    }
    .ticker_entry {
        font-size: 12px;
        margin-right: 30px;
        padding: 3px 10px;
    }
    .news_ticker_3d {
        height: 36px;
    }
    .ticker_avatar {
        width: 22px;
        height: 22px;
    }
}
