/*log*/
.white_color{
	color: white;
}
.spcolor{
	padding: 0 3px;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
}
/*frame*/
.fpos{
	position: relative;
}
.fnews {
    position: absolute;
    top: -8px;
    left: -3px;
    width: 42px !important;
    height: 49px !important;
}
.frame_noborder{
	border: 0 !important;
	position: relative;
	top: 8px;
	right: -11px;
}
.noborder{
	border: 0 !important;
}
.frame_profile {
    position: absolute;
    width: 157px;
    right: 6px;
    top: -14px;
    pointer-events: none;
}
.tprofile_frmae{ 
	display: inline-block;
	vertical-align: middle;
}
.favatar_profile {
	border-radius: 50%;
}
.cproav{
    display: table-cell;
    width: 150px;
    height: 165px;
    vertical-align: top;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.userlist_frame{
	position: relative;
	display: inline-block;
}
.frame_list {
    width: 44px;
    position: absolute;
    top: -9px;
    left: -4px;
}
.item_frame{
	position: relative;
}
.frame_pad {
	padding-top: 8px !important;
}
.frame_log {
    width: 33px;
    position: absolute;
    top: -8px;
    left: -3px;
}
.frame_private {
    width: 32px;
    position: absolute;
    top: -8px;
    left: 2px;
	pointer-events: none;
}
.fvavatar {
    position: absolute;
    width: 38px;
    top: -9px;
    right: -4px;
}
/*store_box*/
.note_gold {
    padding: 3px;
    border: 1px solid #d6d6d3;
    background: beige;
    border-radius: 12px;
    text-align: center;
    margin-top: 11px;
    color: #b60505;
    font-size: 10px;
}
.box_store{
	display: flex;justify-content: space-around;align-items: center;flex-wrap: wrap;
}
.items_store{
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #c0bebe;
	padding: 4px;
	margin-bottom: 3px;
	border-radius: 16px;
	width: 150px;
}
.items_store span{
	width: 25px;text-align: center;color: red;padding: 4px;margin-top: 8px;font-size: 25px;
}
.items_store p {
    margin: 4px;
    padding: 4px;
    font-weight: bold;
}
/*room element*/
.in_room_element {
    border-bottom: 1px solid #e2e2e2;
}
.in_room_element {
    height: 40px;
    cursor: pointer;
}
.in_room_element, .toplist_item2 {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.room_icon_placeholder {
    width: 20px;
    height: 20px;
    margin: 9px 10px;
    box-sizing: border-box;
}
.in_room_count, .in_room_icon {
    vertical-align: middle;
    display: table-cell;
}
.in_room_icon {
    width: 40px;
    position: relative;
}
.in_room_name{
    display: table-cell;
}
.in_room_name{
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    overflow: hidden;
}
.in_room_count {
    width: 65px;
    padding: 5px;
}
.w100 {
    width: 100%;
}
.placeholder {
    background-color: #eee;
    animation: placeholder ease-in-out .8s infinite;
    border-radius: 6px;
}

@keyframes placeholder {
    0% {
        background-color: #eee
    }

    50% {
        background-color: #ccc
    }

    100% {
        background-color: #eee
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 100%
    }
}
/*top_user_list*/
.top_chat_log {
    color: #6d94a3 !important;
    font-weight: bold;
}
.top_log_exp {
	width: 28px;
    color: #6d94a3 !important;
}
.top_log_like {
	width: 32px;
    color: #74b20e !important;
}
.top_user_list {
    position: relative;
    border-radius: 10px 0 10px 10px;
    margin-top: 3px;
}
.top_user_list::after {
    position: absolute;
    bottom: 78%;
    right: 28px;
    transform: translate(50%, -50%);
    font-size: 9px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px 6px 0 0;
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
}	
.top_exp {
	border: 2px solid #6d94a3;
	background: linear-gradient(90deg, #fff, #f9f9f9);
    box-shadow: inset 0px 0px 5px #6d94a3;
}
.top_exp::after {
	content: "TOP EXP";
	background-color: #6d94a3;
	color: white;
}
.top_like {
	border: 2px solid #74b20e;
	background: linear-gradient(90deg, #fff, #f9f9f9);
    box-shadow: inset 0px 0px 5px #74b20e;
}
.top_like::after {
	content: "TOP Like";
	background-color: #74b20e;
	color: white;
}
/*flash_menu*/
#flash_toggle{
	display: none;
}
.flash_menu {
    position: absolute;
    z-index: 1;
    color: #f41a1a;
    top: 50px;
    right: -8px;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    width: 55px;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 12px 12px;
}
.item_cmenu {
    display: flex;
    flex-direction: column;
    width: 36px;
    margin-bottom: 5px;
    padding: 9px;
    border-radius: 14px;
    border: 1px solid #dadada;
    background: #ececec;
    color: #5a5a5a;
    align-items: center;
}
.item_cmenu:hover{
	background: linear-gradient(145deg, #f7fcff, #eef6fc);
    border-color: #c3e4f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.flash_menu p{
	padding: 2px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 3px;
    color: #515151;
}
/*room_list*/
#rooms_list {
    display: flex;
    gap: 5px;
    padding-top: 3px;
    background: linear-gradient(45deg, #f9fcff, #f3f7fc);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #b0b0b0;
    overflow-x: auto;
}

.room_item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 23px;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    border: 1px solid #e5e5e5;
    border-radius: 8px 8px 0 0;
    font-size: 12px;
    font-weight: 500;
    color: #555;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	position: relative;
}

.room_item.active {
    background: linear-gradient(145deg, #e3f8ff, #d2f2ff);
    color: #336699;
    border: 1px solid #a3d8f4;
    box-shadow: 0 4px 10px rgba(163, 216, 244, 0.3);
}

.room_item .close_room {
    color: #6699cc;
    font-size: 14px;
    transition: transform 0.3s ease, color 0.3s ease;
	pointer-events: all;
}
.room_item:hover {
    background: linear-gradient(145deg, #f7fcff, #eef6fc);
    border-color: #c3e4f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.room_item:hover .close_room {
    transform: scale(1.2);
    color: #004080;
}
.room_item p {
    margin: 0;
    white-space: nowrap;
    font-weight: bold;
}
.room_item .close_room {
    position: absolute;
    top: 2px;
    right: 1px;
}
#rooms_list > .room_item:only-child .close_room {
    display: none;
}
#rooms_list:not(:has(.room_item:nth-child(2))) {
    display: none;
}
.social-footer {
    background-color: #333;
    padding: 8px;
    margin-top: 13px;
    text-align: center;
    color: white;
}
.footer-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}
.social-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.social-icon-img {
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease, filter 0.3s ease;
}
.social-icon:hover .social-icon-img {
    transform: scale(1.1);
    filter: brightness(1.2);
}
.orange_ico {
    color: #ff6600;
}
.red_ico {
	color: rgb(211, 0, 0);
}
.yellow_ico {
	color: rgb(233, 233, 10);
}
.gray_ico {
	color: gray;
}
.white_ico {
	color: #ccc;
}
.blue_ico {
	color: rgb(25, 25, 184);
}
.brown_ico {
	color: #c6381c;
}
.wbrown_ico {
	color: #c5823e;
}
.bbrown_ico {
	color: #cc0033;
}
.Mcolor_ico {
	color: #9700ff;
}
.gold_ico {
	color: gold;
}
.ggold_ico {
	color: #ff9d00;
}
.bblue_ico {
	color: #05acd8;
}
.bred_ico {
	color: #fa0202;
}
.bgreen_ico {
	color: #00dfb7;
}
.bhelp_ico {
	color: #a97f70;
}
.bhelp2_ico {
	color: #708fa9;
}
.Mcolor_ico {
	color: #b43aff;
}
.zcolor_ico {
	color: #3498db;
}
.w {
	color: #fff;
}
.absent {
	color: #ffd11a;
}
.gone {
	color: red;
}
.online {
	color: green;
}
.invisible {
	color: #03add8;
}