/* =========================================================
LOGIN PAGE - CLEAN CSS
========================================================= */

html,
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
}

html,
body {
	overflow-x: hidden;
	overflow-y: auto;

	font-family: Arial, sans-serif;
	font-size: 18px;
	line-height: 1.4;

	background-color: #1e1e1e;
	color: #333;

	scrollbar-width: none;
	-ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
#login_wrap::-webkit-scrollbar,
#intro_top::-webkit-scrollbar {
	display: none !important;
	width: 0 !important;
	height: 0 !important;
}


/* =========================================================
GENERAL
========================================================= */

.centered_element {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

.pad30 {
	padding: 30px;
	box-sizing: border-box;
}

.bclick {
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}


/* =========================================================
LOGIN WRAPPER
========================================================= */

#login_wrap {
	position: relative;

	width: 100%;
	min-height: 100vh;

	margin: 0;
	padding: 0;

	overflow-x: hidden;
	overflow-y: auto;

	background:
		radial-gradient(
			circle at 50% -10%,
			rgba(255,255,255,.38),
			transparent 30%
		),
		radial-gradient(
			circle at 8% 30%,
			rgba(255,175,70,.16),
			transparent 27%
		),
		radial-gradient(
			circle at 92% 48%,
			rgba(0,95,175,.30),
			transparent 35%
		),
		radial-gradient(
			circle at 50% 110%,
			rgba(0,45,95,.40),
			transparent 48%
		),
		linear-gradient(
			155deg,
			#0d5fa3 0%,
			#249bd0 28%,
			#42b7e5 53%,
			#2094c9 76%,
			#07558f 100%
		) !important;
}


/* =========================================================
MAIN
========================================================= */

#intro_top {
	position: relative;

	width: 100%;

	min-height: 0 !important;
	height: auto !important;

	padding: 15px 10px 8px;

	display: flex;
	align-items: center;
	justify-content: center;

	background: transparent !important;
}

#intro_top .bcell_mid {
	width: 100%;
	background: transparent !important;
}


/* =========================================================
LOGIN CONTENT
========================================================= */

#login_all {
	position: relative;

	width: 100%;
	max-width: 430px;

	margin: 0 auto;

	padding: 8px 20px 10px;

	box-sizing: border-box;

	color: #fff;

	background: transparent !important;
}


/* =========================================================
LANGUAGE
========================================================= */

.language_top_right {
	position: absolute !important;

	top: 10px !important;
	right: 10px !important;

	left: auto !important;
	bottom: auto !important;

	z-index: 10 !important;

	width: 62px !important;
	height: 62px !important;

	display: flex !important;

	align-items: center !important;
	justify-content: center !important;

	cursor: pointer;

	background: transparent !important;

	border: none !important;
	box-shadow: none !important;

	margin: 0 !important;
	padding: 0 !important;

	-webkit-tap-highlight-color: transparent;
}

.language_top_content {
	width: 62px !important;
	height: 62px !important;

	display: flex !important;

	flex-direction: column !important;

	align-items: center !important;
	justify-content: center !important;

	gap: 5px !important;

	background: transparent !important;

	border: none !important;
	box-shadow: none !important;

	margin: 0 !important;
	padding: 0 !important;
}

.language_top_right .intro_lang {
	display: block !important;

	width: 27px !important;
	max-width: 27px !important;

	height: auto !important;

	margin: 0 !important;
	padding: 0 !important;

	border-radius: 3px;

	object-fit: contain;
}

.language_top_text {
	display: block !important;

	color: #fff !important;

	font-size: 12px !important;

	line-height: 1.2 !important;

	font-weight: 700 !important;

	white-space: nowrap !important;

	margin: 0 !important;
	padding: 0 !important;

	text-shadow: 0 2px 7px rgba(0,40,80,.45);
}


/* =========================================================
LOGO - 80x80 OPTIMIZED
========================================================= */

.login_logo_box {
	width: 100%;

	margin: 0 auto 12px;

	text-align: center;

	background: transparent !important;
}

#login_logo {
	display: block;

	width: 80px !important;
	height: 80px !important;

	max-width: 80px !important;
	max-height: 80px !important;

	margin: 0 auto;

	object-fit: contain;

	filter:
		drop-shadow(
			0 7px 15px rgba(0,40,80,.32)
		);
}


/* =========================================================
TEXT
========================================================= */

.login_text {
	width: 100%;

	margin: 0 auto;

	padding: 3px 5px 12px;

	box-sizing: border-box;

	text-align: center;

	background: transparent !important;
}

.login_brand_title {
	margin: 0 0 7px;

	color: #fff;

	font-size: 20px !important;

	line-height: 1.5;

	font-weight: 800;

	text-shadow:
		0 3px 12px rgba(0,45,80,.32);
}

.login_brand_welcome {
	margin: 0;

	color: rgba(255,255,255,.95);

	font-size: 16px;

	line-height: 1.9;

	text-shadow:
		0 2px 8px rgba(0,45,80,.24);
}


/* =========================================================
BUTTON AREA
========================================================= */

.login_actions {
	width: 100%;

	margin: 3px auto 10px;

	background: transparent !important;
}


/* =========================================================
ORIGINAL CODYCHAT BUTTONS
========================================================= */

.intro_guest_btn,
.intro_login_btn,
.intro_register_btn {
	font-size: 17px;

	margin: 2px 0;

	cursor: pointer;
}


/* التقوس الأصلي */
.large_button_rounded {
	min-height: 45px;

	padding: 8px 18px;

	box-sizing: border-box;

	border-radius: 8px;

	cursor: pointer;
}

.ok_btn {
	display: inline-block;
}


/* =========================================================
BUTTON ICON
========================================================= */

.login_btn_icon {
	width: 30px !important;
	height: 30px !important;

	display: inline-flex !important;

	align-items: center !important;
	justify-content: center !important;

	flex: 0 0 30px !important;

	background: transparent !important;

	border: none !important;

	box-shadow: none !important;
}

.login_btn_icon i {
	color: #fff !important;

	font-size: 21px !important;

	text-shadow: none !important;
}


/* =========================================================
VISITOR
========================================================= */

.visitor_info {
	width: 100%;
	max-width: 430px;

	margin: 15px auto 0 !important;

	padding: 0 12px 14px;

	box-sizing: border-box;

	text-align: center;

	background: transparent !important;

	border: 0 !important;

	border-bottom:
		2px solid rgba(255,255,255,.75) !important;

	box-shadow: none !important;

	color: #fff;
}

.visitor_info h2 {
	margin: 0 0 8px;

	padding: 0;

	color: #fff;

	font-size: 20px !important;

	line-height: 1.5;

	font-weight: 800;

	text-shadow:
		0 3px 10px rgba(0,45,80,.30);
}

.visitor_info p {
	margin: 0;

	padding: 0;

	color: rgba(255,255,255,.95);

	font-size: 16px;

	line-height: 1.9;

	font-weight: 400;

	text-shadow:
		0 2px 7px rgba(0,45,80,.22);
}


/* =========================================================
FOOTER
========================================================= */

#login_wrap .page_footer,
#login_wrap .page_footer_content,
#login_wrap .footer,
#login_wrap .footer_content,
#login_wrap .foot {
	width: 100%;

	margin-top: 0 !important;

	padding-top: 0 !important;

	background: transparent !important;

	border: 0 !important;

	box-shadow: none !important;
}

#login_wrap .page_footer *,
#login_wrap .page_footer_content *,
#login_wrap .footer *,
#login_wrap .footer_content *,
#login_wrap .foot * {
	background: transparent !important;

	box-shadow: none !important;
}

#login_wrap .page_footer > *,
#login_wrap .page_footer_content > *,
#login_wrap .footer > *,
#login_wrap .footer_content > *,
#login_wrap .foot > * {
	margin-top: 0 !important;

	padding-top: 0 !important;

	background: transparent !important;
}

#login_wrap .page_footer a,
#login_wrap .page_footer_content a,
#login_wrap .footer a,
#login_wrap .footer_content a,
#login_wrap .foot a {
	text-shadow:
		0 2px 5px rgba(0,0,0,.35);
}


/* =========================================================
FOOTER POSITION
تحريك كتابة الفوتر أسفل الخط 15px
========================================================= */

#login_wrap > main#intro_top + div {
	transform: translateY(15px) !important;
}


/* =========================================================
SECTIONS
========================================================= */

.section {
	width: 100%;
	height: auto;

	margin: 0 auto;
}

.section_content {
	width: 100%;
	max-width: 1100px;

	margin: 0 auto;
}

.section_inside {
	margin: 0 auto;
}


/* =========================================================
CONTENT PROTECTION
========================================================= */

#content_protection {
	display: none;

	width: 0;
	height: 0;

	min-height: 0;
}


/* =========================================================
TABLET
========================================================= */

@media screen and (max-width:1120px) {

	.section_inside {
		width: 96%;
	}

	#login_all {
		max-width: 94%;
	}

}


/* =========================================================
MOBILE
========================================================= */

@media screen and (max-width:600px) {

	html,
	body {
		font-size: 16px;

		overflow-x: hidden;
		overflow-y: auto;
	}

	#login_wrap {
		min-height: 100vh;

		overflow-x: hidden;
		overflow-y: auto;
	}

	#intro_top {
		width: 100%;

		min-height: 0 !important;
		height: auto !important;

		align-items: flex-start;

		padding: 15px 8px 5px;

		background-attachment: scroll;
	}

	#login_all {
		max-width: 400px;

		padding: 8px 12px;

		margin: 20px auto;
	}

	.language_top_right {
		top: 10px !important;
		right: 10px !important;

		width: 62px !important;
		height: 62px !important;
	}

	.language_top_content {
		width: 62px !important;
		height: 62px !important;
	}

	.language_top_right .intro_lang {
		width: 27px !important;
		max-width: 27px !important;
	}

	.language_top_text {
		font-size: 12px !important;
	}

	.login_logo_box {
		margin-bottom: 10px;
	}

	#login_logo {
		width: 80px !important;
		height: 80px !important;

		max-width: 80px !important;
		max-height: 80px !important;
	}

	.login_brand_title {
		font-size: 20px !important;

		margin-bottom: 6px;
	}

	.login_brand_welcome {
		font-size: 15px;

		line-height: 1.85;
	}

	.login_actions {
		margin: 2px auto 8px;
	}

	.intro_guest_btn,
	.intro_login_btn,
	.intro_register_btn {
		font-size: 16px;

		margin: 3px 0;
	}

	.large_button_rounded {
		min-height: 44px;

		padding: 8px 16px;
	}

	.login_btn_icon {
		width: 29px !important;
		height: 29px !important;

		flex-basis: 29px !important;
	}

	.login_btn_icon i {
		font-size: 20px !important;
	}

	.visitor_info {
		max-width: 380px;

		margin-top: 15px !important;

		padding: 0 10px 13px;
	}

	.visitor_info h2 {
		font-size: 20px !important;

		margin-bottom: 8px;
	}

	.visitor_info p {
		font-size: 15px;

		line-height: 1.9;
	}

	#menu_main_footer ul {
		gap: 6px 12px;
	}

	#menu_main_footer ul li a {
		font-size: 15px;
	}

	#menu_main_footer + p {
		font-size: 14px;
	}

}


/* =========================================================
SMALL PHONES
========================================================= */

@media screen and (max-width:380px) {

	#intro_top {
		padding: 10px 6px 4px;
	}

	#login_all {
		padding: 5px 9px 6px;

		margin: 15px auto;
	}

	.language_top_right {
		top: 8px !important;
		right: 7px !important;

		width: 57px !important;
		height: 57px !important;
	}

	.language_top_content {
		width: 57px !important;
		height: 57px !important;
	}

	.language_top_right .intro_lang {
		width: 24px !important;
		max-width: 24px !important;
	}

	.language_top_text {
		font-size: 11px;
	}

	.login_logo_box {
		margin-bottom: 8px;
	}

	#login_logo {
		width: 80px !important;
		height: 80px !important;

		max-width: 80px !important;
		max-height: 80px !important;
	}

	.login_brand_title {
		font-size: 20px !important;

		margin-bottom: 5px;
	}

	.login_brand_welcome {
		font-size: 14px;

		line-height: 1.8;
	}

	.login_actions {
		margin: 2px auto 6px;
	}

	.intro_guest_btn,
	.intro_login_btn,
	.intro_register_btn {
		font-size: 15px;
	}

	.visitor_info {
		margin-top: 15px !important;

		padding: 0 7px 12px;
	}

	.visitor_info h2 {
		font-size: 20px !important;

		margin-bottom: 7px;
	}

	.visitor_info p {
		font-size: 14px;

		line-height: 1.85;
	}

	#menu_main_footer ul li a {
		font-size: 14px;
	}

	#menu_main_footer + p {
		font-size: 13px;
	}

}