*{
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
.username {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 1;
    letter-spacing: 0.8px;
}
.list_mood{
	line-height: 1;
    letter-spacing: 0.8px;
}
.folat_bottom_medal {
    position: absolute;
    top: 62px;
    display: none;
    z-index: 3;
}
.input_icon {
    font-size: 18px;
    position: relative;
    left: 5px;
    background: linear-gradient(135deg,#e0e0e0,#f9f9f9);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d0d0d0;
    transition: background .3s ease,color .3s ease;
}
.top_level::before {
    content: attr(data-level);
    display: inline-block;
    background: #6100d5;
    color: #fffbfb;
    font-size: 12px;
    padding: 0px 4px;
    border-radius: 7px 0 7px 0;
    margin-right: 5px;
    position: absolute;
    z-index: 3;
}
.user_item_icon {
    padding-top: 7px;
}
.user_item{
 padding: 5px 2px;
}
.user_item_avatar .acav,
.cavatar {
  border-radius: 50% !important;
  overflow: hidden;
}
.pro-rank-container { display: flex; flex-direction: column; gap: 6px; width: 100%; margin-bottom: 12px; }

.pro-rank-card { 
    display: flex; align-items: center; justify-content: space-between; 
    background: rgba(255, 255, 255, 0.65); /* زيادة الكثافة لتفصل عن الخلفية البيضاء */
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px);
    /* تحديد القالب بإطار نحيف جداً وداكن بدلاً من الظل */
    border: 1px solid rgba(0, 0, 0, 0.15); 
    padding: 10px 14px; border-radius: 12px; 
}

/* نصوص وأيقونات شديدة الوضوح */
.pro-rank-info { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #000; font-weight: 800; }
.pro-rank-info i { color: #333; font-size: 15px; }

/* مشغل الموسيقى - وضوح هندسي */
.custom-music-player { 
    background: rgba(255, 255, 255, 0.75); 
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(0, 0, 0, 0.2); 
    border-radius: 15px; padding: 12px; margin-bottom: 12px; 
    display: flex; align-items: center; justify-content: space-between; 
}
.music-info-part { display: flex; align-items: center; gap: 10px; }
.music-icon-static { color: #d32f2f; font-size: 18px; }
.music-label { font-weight: 900; font-size: 14px; color: #000; }
.music-btn-styled { 
    border: 1px solid #000; background: #fff; color: #000;
    padding: 6px 16px; border-radius: 20px; font-size: 12px; font-weight: bold; 
    cursor: pointer; display: flex; align-items: center; gap: 5px; 
}

/* تبويبات المعلومات الشخصية بتباين عالي */
.proitem { 
    background: rgba(255, 255, 255, 0.4) !important; 
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px; margin-bottom: 5px !important; 
    padding: 9px 12px !important;
}
.prodata { color: #000 !important; font-weight: 700; }
.proicon { color: #222 !important; font-size: 14px; }

@media screen and (max-width: 400px) { .pro-rank-info span, .music-label { font-size: 11px; } .pro-rank-card, .custom-music-player { padding: 8px; } }
.user_level {
    color: #fff;
    position: absolute;
    top: 43px;
    right: 4px;
    transform: translateX(-12%);
    font-size: 7px;
    font-weight: 600;
    padding: 1px 3px;
    border-radius: 0 0 100px 100px;
    text-align: center;
    border: solid 1px #fff;
    /* box-shadow: #6666662b 0 4px 0 0; */
    width: 42px;
    z-index: 1;
}
.ultra_secure_card {
	background: #ffffff; border-radius: 20px; padding: 24px;
	border: 1px solid #f0f0f0; box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	position: relative; overflow: hidden;
}
.secure_header_v2 { display: flex; align-items: center; gap: 18px; margin-bottom: 25px; }
.icon_box_v2 {
	width: 54px; height: 54px; background: linear-gradient(135deg, #e74c3c, #c0392b);
	color: #fff; display: flex; align-items: center; justify-content: center;
	border-radius: 14px; font-size: 24px; box-shadow: 0 4px 12px rgba(231,76,60,0.3);
}
.text_box_v2 h3 { margin: 0; font-size: 17px; color: #1f1f1f; font-weight: 800; }
.text_box_v2 p { margin: 3px 0 0; font-size: 12px; color: #70757a; }

.input_wrapper_v2 { margin-bottom: 20px; text-align: right; }
.label_v2 { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 700; color: #444; }
.password_instruction {
	color: #e74c3c; font-size: 11.5px; font-weight: 600;
	margin-bottom: 10px; line-height: 1.6; display: block;
	padding: 8px; background: rgba(231, 76, 60, 0.05); border-radius: 8px;
}

.field_v2 {
	position: relative; display: flex; align-items: center;
	background: #f8f9fa; border-radius: 12px; border: 2px solid transparent;
	transition: 0.3s;
}
.field_v2:focus-within { border-color: #e74c3c; background: #fff; }
.field_v2 i.side_icon { width: 45px; text-align: center; color: #9aa0a6; }
.field_v2 input { flex: 1; background: none; border: none; padding: 14px 0; font-size: 14px; outline: none; }
.blur_email {
	filter: blur(5px); transition: filter 0.4s ease; cursor: pointer; user-select: none;
}
.blur_email:hover, .blur_email:focus {
	filter: blur(0);
}

.strength_meter_v2 { height: 6px; background: #e8eaed; border-radius: 10px; margin-top: 10px; overflow: hidden; }
.strength_fill_v2 { height: 100%; width: 5%; background: #ea4335; transition: 0.5s ease; }

.btn_save_v2 {
	background: linear-gradient(to right, #e74c3c, #c0392b) !important;
	border: none !important; color: #fff !important; width: 100% !important;
	padding: 15px !important; border-radius: 12px !important; font-weight: 700 !important;
	cursor: pointer !important; transition: 0.3s !important; margin-bottom: 10px;
}
.btn_cancel_v2 {
	background: #f1f3f4 !important; border: none !important; color: #3c4043 !important;
	width: 100% !important; padding: 15px !important; border-radius: 12px !important;
	font-weight: 600 !important; cursor: pointer !important;
}

.pstyle_container {
    max-width: 200px;
    margin: 0 auto;
}
.pstyle_menu {
    padding: 14px 0;
}
.btable.blisting.proitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fdfdfd;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 6px 10px;
    margin: 6px 0;
    box-shadow: 0 2px 6px #0000000d;
    transition: all .3s ease;
    font-size: 12px;
    color: #111827;
    position: relative;
    z-index: 1;
}
.proicon {
    color: #0ea5e9;
    font-size: 14px;
    transition: color .25s ease;
    text-shadow: none;
}
.wallet-box {
    width: 260px;
    padding: 20px;
    border-radius: 18px;
    background: linear-gradient(135deg,#ffb6b6,#ffc857,#ff6a00);
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
    color: #fff;
    position: absolute;
    left: 71px;
    z-index: 202;
    top: 43px;
    text-align: initial;
    display: none;
}

.wallet-title{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}

.wallet-title img{
	width:26px;
}

.wallet-item{
	background:rgba(255,255,255,.2);
	padding:10px 14px;
	border-radius:12px;
	margin-bottom:10px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	font-size:15px;
}

.wallet-btn{
	margin-top:10px;
	width:100%;
	border:none;
	border-radius:10px;
	padding:8px;
	font-size:14px;
	cursor:pointer;
	background:#fff;
	color:#333;
}

.head_top {
    display: flex;
    position: absolute;
    z-index: 3;
    top: 5px;
    cursor: pointer;
}
.head_bottom {
    display: flex;
    position: absolute;
    z-index: 3;
    flex-direction: column;
    top: 50px;
    left: 6px;
	cursor: pointer;
}
.head_bottom_left {
    display: flex;
    position: absolute;
    z-index: 3;
    flex-direction: column;
    top: 50px;
    left: 41px;
	cursor: pointer;
}
.head_bottom_icon i:hover, .head_top_icon i:hover{transform:scale(1.1); transition: transform .3s ease;}
.folat_top{
	position: absolute;
	top: 62px;
	display:none;
	z-index:1;
}
.folat_bottom{
	position: absolute;
	top: 126px;
	display:none;
}

@keyframes slideIn{
	from{opacity:0;transform:translateY(-10px)}
	to{opacity:1;transform:translateY(0)}
}
.animation_float{
	opacity:0;
	animation: slideIn .4s cubic-bezier(0.175,0.885,0.32,1.275) forwards;
}
.animation_float:nth-child(1){animation-delay:0s;}
.animation_float:nth-child(2){animation-delay:.1s;}
.animation_float:nth-child(3){animation-delay:.2s;}
.animation_float:nth-child(4){animation-delay:.3s;}
.animation_float:nth-child(5){animation-delay:.4s;}
.animation_float:nth-child(6){animation-delay:.5s;}
.animation_float:nth-child(7){animation-delay:.6s;}
.animation_float:nth-child(8){animation-delay:.7s;}
.animation_float:nth-child(9){animation-delay:.8s;}
.animation_float:nth-child(10){animation-delay:.9s;}
.animation_float:nth-child(11){animation-delay:.10s;}
.chat_message {
    line-height: 1.4em;
    display: inline-block;
    max-width: 100%;
    font-size: 14.3px;
    margin-top: 8px;
    user-select: text;
    -webkit-user-select: text;
    font-weight: bold;
}
.pfull{
	top:0;
}
.pboxed{
	bottom:0;
}
.head_bottom_icon {
    border-radius: 30%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
	color:#fff;
	position: relative;
}
.head_top_icon {
    border-radius: 30%;
    width: 28px;
    height: 28px;
    display: flex;
    margin-left: 3px;
    justify-content: center;
    align-items: center;
	color:#fff;
	position: relative;
}
.icon_large {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 40px;
    background: #333333;
    border-radius: 10px;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.1);
    font-size: 24px;
    color: #e2e8f0; 
    line-height: 1;
    transition: background .3s ease;
}
.top_status {
    width: 12px;
    height: 12px;
    border-radius: 40%;
    display: block;
    position: absolute;
    bottom: -2px;
    left: -2px;
    border: 1px solid #fff;
    background: #fff;
}
.avatar_menu {
    width: 27px;
    height: 27px;
    border-radius: 5px;
}
.yildiz_chat_log {
    padding: 5px;
    word-wrap: break-word;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    gap: 25px;
}
.cdate {
    display: table-cell;
    font-size: 11px;
    vertical-align: top;
    text-align: right;
    height: 20px;
    padding-top: 0px;
    padding-right: 4px;
}
.my_text {
    position: relative;
    padding: 1px 8px 5px 2px !important;
    border-radius: 0 0 12px 12px;
    min-width: 200px;
	display: table-cell;
    vertical-align: top;
}
#show_chat ul {
	padding-bottom: 0;
}
.cs_btable {
    display:flex;
    width:100%;
	align-items: center;
}
.quote_wrapper {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease;
}
.quote_wrapper i {
    font-size: 11px!important;
    color: #888;
}
.my_text::before {
    content: " ";
    position: absolute;
    right: -19px;
    top: 0px;
    color: #fff;
    width: 0;
    height: 0;
    border: 10px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}
.user_item_avatar .acav, .cavatar {
    border-radius: 50% !important;
    overflow: hidden;
}
.cavatar {
    height: 50px;
    width: 50px;
}
.chat_message {
    line-height: 1.4em;
    display: inline-block;
    max-width: 100%;
    font-size: 13.3px;
    margin-top: 8px;
    user-select: text;
    -webkit-user-select: text;
}
.cname {
    flex: 1;
    text-align: right;
    overflow: visible;
    white-space: nowrap;
    height: 13px;
    align-items: center;
    position: relative;
    top: -3px;
}