/* =============================================
   AÇIK / KOYU TEMA ANAHTARI — sol menü, avatarın üstü
   ============================================= */
.theme_switch_row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 2px 0 6px 0;
}
.theme_switch_row + .left_menu_profile {
	padding-top: 0;
}
.theme_switch_row + .left_menu_profile .glob_av {
	margin-top: 0;
}
.theme_switch.bswitch {
	background: #e2e5ea;
	cursor: pointer;
	transition: background 0.25s ease;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.10);
}
.theme_switch.onswitch {
	background: #2a2d3a !important;
}
.theme_switch .bball_wrap {
	display: table-cell;
	vertical-align: middle;
}
.theme_switch_ball.bball {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	transition: margin-left 0.2s ease;
}
.theme_switch_icon {
	position: absolute;
	font-size: 15px;
	line-height: 1;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.theme_icon_sun {
	color: #111;
	opacity: 1;
	transform: scale(1) rotate(0deg);
}
.theme_icon_moon {
	color: #5b5f73;
	opacity: 0;
	transform: scale(0.4) rotate(-45deg);
}
.theme_switch.onswitch .theme_icon_sun {
	opacity: 0;
	transform: scale(0.4) rotate(45deg);
}
.theme_switch.onswitch .theme_icon_moon {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

/* =============================================
   KOYU TEMA — body.dark
   ============================================= */
body.dark {
	background: #14151c;
	color: #d7d9e0;
}

/* sol ikon rail */
body.dark #left_menu {
	background: #191b24 !important;
}
body.dark .left_menu_username {
	color: #e6e7ee;
}
body.dark .left_menu_profile,
body.dark .left_menu_item {
	border-bottom-color: rgba(255,255,255,0.08) !important;
}
body.dark .left_menu_profile .glob_av {
	border-color: rgba(255,255,255,0.12) !important;
}
body.dark .left_menu_item:hover {
	background: rgba(255,255,255,0.06) !important;
}
body.dark .left_item_text {
	color: #b6b8c4;
}

/* orta / sağ panel gövdeleri */
body.dark #global_chat,
body.dark #chat_mid,
body.dark #chat_right,
body.dark #chat_right_content,
body.dark #wrap_right_data,
body.dark #chat_right_data,
body.dark #chat_left,
body.dark #chat_left_menu {
	background: #14151c !important;
	color: #d7d9e0;
}
body.dark .background_box {
	background: #1c1e28 !important;
	color: #d7d9e0 !important;
}
body.dark #room_call,
body.dark .back_modal {
	background: #1c1e28 !important;
	color: #d7d9e0 !important;
}

/* kullanıcı listesi sekmeleri (Kişiler / Yönetici / Arkadaş) */
body.dark #container_user .user_modal_menu ul {
	background: #1c1e28 !important;
	border-color: #2b2d3a !important;
}
body.dark input#bordox_search_user {
	background: #1c1e28 !important;
	color: #d7d9e0 !important;
}

/* giriş kutusu (mesaj yazma alanı) */
body.dark .input_wrap,
body.dark #container_input {
	background: #191b24 !important;
	border-top-color: rgba(255,255,255,0.08) !important;
}
body.dark #content,
body.dark input,
body.dark textarea {
	background: #23252f !important;
	color: #e6e7ee !important;
	border-color: rgba(255,255,255,0.08) !important;
}
body.dark #content::placeholder {
	color: #7d8090;
}

/* açılır menüler / popup kartlar */
body.dark .sysmenu.fmenu,
body.dark .sub_menu_item,
body.dark .fmenu_item,
body.dark .elem_in,
body.dark .aclist,
body.dark .left_drop_item,
body.dark .page_drop_item {
	background: #1c1e28 !important;
	color: #d7d9e0 !important;
	border-bottom-color: rgba(255,255,255,0.08) !important;
}
body.dark .sub_menu_item:hover,
body.dark .fmenu_item:hover,
body.dark .elem_in:hover,
body.dark .aclist:hover,
body.dark .left_drop_item:hover,
body.dark .page_drop_item:hover {
	background: rgba(255,255,255,0.06) !important;
	color: #e6e7ee !important;
}

/* mobil hesap kartı (mmenu) zaten koyu, sadece ince ayar */
body.dark .mmenu_row_text {
	color: #e6e7ee;
}

/* kaydırma çubuğu */
body.dark ::-webkit-scrollbar-thumb {
	background: #3a3d4a;
}
body.dark ::-webkit-scrollbar-track {
	background: #191b24;
}
