@charset "utf-8";
/* CSS Document */
html,body{
	/*background-color: #4fafc4;*/
	margin: 0;
	padding: 0;
}

.app-bg{
	background-color: #00a0c4;
}
/* --------------- */


/* --------------- */
.story-container {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	gap: 10px;
	padding: 10px;
}
.story-container::-webkit-scrollbar { display: none; }

.story { flex: 0 0 auto; width: 110px; text-align: center; cursor: pointer; }
.story-thumb { width: 100%; border-radius: 10px; transition: transform 0.3s; }
.story-thumb:hover { transform: scale(1.05); }
.story-title { font-size: 0.85rem; margin-top: 5px; }

/* فلش‌ها */
.scroll-hint {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2rem;
	color: rgba(0,0,0,0.3);
	z-index: 10;
	pointer-events: none;
	animation: blink 1.5s infinite;
}
.scroll-hint.left { left: 5px; }
.scroll-hint.right { right: 5px; }

@keyframes blink {
	0%, 100% { opacity: 0.2; }
	50% { opacity: 1; }
}

.video-popup {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.85);
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.video-popup video {
	max-width: 90%;
	max-height: 80%;
	border-radius: 12px;
	box-shadow: 0 0 30px rgba(255,255,255,0.2);
}

.video-popup.active {
	display: flex;
}

.video-popup .close-btn {
	position: absolute;
	top: 25px;
	right: 25px;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
	background: rgba(255,255,255,0.1);
	padding: 6px 12px;
	border-radius: 10px;
	transition: background 0.3s;
}
.video-popup .close-btn:hover {
	background: rgba(255,255,255,0.3);
}
/* --------------- */



/* --------------- */
.negareh-report-btn {
	border-radius: 8px;
	background: linear-gradient(135deg, #ffd35a, #ffb700);
	border: none;
	transition: 0.25s;
	font-size: 0.8rem;
	padding: 3px 6px !important;
}
.negareh-report-btn:hover {
	transform: scale(1.07);
	box-shadow: 0 0 8px rgba(255, 187, 0, 0.6);
}
.negareh-report-btn i {
	font-size: 0.9rem;
}
.negareh-report-btn span {
	line-height: 1;
}


/* --------------- */
.report-btn {
	background: #ff1744;
	color: #fff;
	padding: 12px 25px;
	border: none;
	border-radius: 12px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: 0.25s;
	box-shadow: 0 4px 14px rgba(255, 0, 60, 0.4);
}

.report-btn:hover {
	background: #d50032;
	box-shadow: 0 6px 20px rgba(255, 0, 60, 0.55);
	transform: translateY(-2px);
}

.report-btn:active {
	transform: scale(0.95);
}

.report-btn::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	transition: width 0.4s ease, height 0.4s ease;
}

.report-btn:active::after {
	width: 250px;
	height: 250px;
	top: var(--y);
	left: var(--x);
}
.chat-btn {
	background: linear-gradient(135deg, #4caf50, #2e7d32);
	color: #fff;
	padding: 12px 28px;
	border: none;
	border-radius: 14px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 4px 14px rgba(0, 150, 50, 0.35);
	transition: all 0.25s ease;
}

.chat-btn:hover {
	background: linear-gradient(135deg, #43a047, #1b5e20);
	transform: translateY(-3px);
	box-shadow: 0 8px 18px rgba(0, 150, 50, 0.45);
}

.chat-btn:active {
	transform: scale(0.96);
}



/* --------------- */
.phone-box {
	display: inline-block;
	background: #f3f6ff;
	padding: 6px 12px;
	border-radius: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #2c3e50;
	font-size: 1.1rem;
	direction: ltr;
}
/* --------------- */
.mainp_javan-year-banner {
	background-color: #00a0c4;
	border-radius: 20px;
	box-shadow: 0 0 25px rgba(0, 160, 196, 0.4);
	animation: mainp_bannerGlow 3s infinite alternate;
	overflow: hidden;
	position: relative;
	padding: 3rem 1rem;
}

.mainp_highlight {
	position: relative;
	display: inline-block;
	background: linear-gradient(45deg, #ffd700, #ffae00, #fff176, #ffae00);
	background-size: 300% 300%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: mainp_fireGlow 2.5s infinite ease-in-out;
	font-weight: 800;
	text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
}

.mainp_register-btn {
	background-color: #ffe14f;
	color: #004d60;
	transition: all 0.3s ease;
}

.mainp_register-btn:hover {
	background-color: #fff;
	color: #00a0c4;
	transform: scale(1.05);
}

/* ✅ افکت‌های متحرک */
@keyframes mainp_bannerGlow {
	from { box-shadow: 0 0 10px rgba(255, 225, 79, 0.3); }
	to { box-shadow: 0 0 25px rgba(255, 225, 79, 0.6); }
}

@keyframes mainp_fireGlow {
	0% { background-position: 0% 50%; text-shadow: 0 0 5px #ffea00, 0 0 15px #ffae00; }
	50% { background-position: 100% 50%; text-shadow: 0 0 20px #ffd700, 0 0 40px #ff8c00; }
	100% { background-position: 0% 50%; text-shadow: 0 0 5px #ffea00, 0 0 15px #ffae00; }
}

/* 📱 بهینه‌سازی موبایل */
@media (max-width: 768px) {
	.mainp_banner-title {
		font-size: 1.3rem;
		line-height: 1.8rem;
	}

	.mainp_banner-subtitle {
		font-size: 0.95rem;
	}

	.mainp_register-btn {
		font-size: 1rem;
		padding: 0.6rem 2rem;
	}

	.mainp_highlight {
		text-shadow: 0 0 6px rgba(255, 215, 0, 0.5);
		animation: none; /* 🔹 در موبایل افکت شعله متوقف می‌شود تا متن واضح بماند */
	}
}

/* --------------- */



/* --------------- */
.p49x-body {
	background-color: #f9fafc;
	font-family: "IRANSans", sans-serif;
	direction: rtl;
	text-align: right;
}
.p49x-header {
	background: linear-gradient(135deg, #4fafc4, #4fafc4);
	color: #fff;
	padding: 40px 20px;
	text-align: center;
	border-radius: 0 0 20px 20px;
	margin-bottom: 30px;
	position: relative;
}
.p49x-header img {
	width: 120px;
	height: auto;
	position: absolute;
	left: 20px;
	top: 20px;
	border-radius: 12px;
	background: #fff;
	padding: 6px;
}
.p49x-section-title {
	border-right: 4px solid #007bff;
	padding-right: 10px;
	margin-bottom: 10px;
	color: #004085;
	font-size: 1.25rem;
	font-weight: 700;
}
.p49x-card {
	border: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	border-radius: 12px;
	background: #fff;
	padding: 24px;
	margin-bottom: 20px;
}
.p49x-card ul {
	margin-top: 10px;
	margin-bottom: 0;
	padding-right: 20px;
	list-style-type: disc;
}
.p49x-register-btn {
	display: inline-block;
	background: linear-gradient(135deg, #007bff, #0056b3);
	color: #fff;
	font-size: 1.2rem;
	font-weight: 600;
	padding: 16px 40px;
	border-radius: 50px;
	text-decoration: none;
	box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
	transition: all 0.3s ease;
}
.p49x-register-btn:hover {
	background: linear-gradient(135deg, #0056b3, #003f8a);
	box-shadow: 0 4px 15px rgba(0, 86, 179, 0.4);
	transform: translateY(-3px);
	color: #fff;
}
.p49x-footer {
	text-align: center;
	padding: 15px;
	background: #f1f3f6;
	border-top: 1px solid #e0e0e0;
	font-size: 0.9rem;
	color: #666;
	border-radius: 12px 12px 0 0;
}
.p49x-img-full {
	width: 100%;
	border-radius: 16px;
	margin: 30px 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.p49x-img-side {
	width: 40%;
	float: left;
	margin: 10px 20px;
	border-radius: 10px;
}
.p49x-banner-img {
	width: 100%;
	max-width: 1200px;
	height: auto;
	display: block;
	margin: 30px auto;
	border-radius: 16px;
	object-fit: cover;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.p49x-stats-box {
	background: linear-gradient(135deg, #007bff, #00c9a7);
	color: #fff;
	text-align: center;
	padding: 30px 20px;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.p49x-stats-box::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle at center, rgba(255, 255, 255, 0.15), transparent 70%);
	animation: rotate 10s linear infinite;
}
@keyframes rotate {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}
.p49x-stats-icon {
	font-size: 40px;
	margin-bottom: 10px;
}
.p49x-stats-number {
	font-size: 100px;
	font-weight: 800;
	letter-spacing: 2px;
}
.p49x-stats-label {
	font-size: 18px;
	opacity: 0.9;
}
.p49x-card ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.p49x-card li {
	margin-bottom: 8px;
	line-height: 1.8;
	font-size: 16px;
}
.conditions-list li::before {
	content: "• ";
	color: #444;
	font-weight: bold;
}
.p49x-section-title {
	font-size: 24px;
	font-weight: 700;
	color: #222;
	margin-bottom: 20px;
	border-bottom: 3px solid #eee;
	padding-bottom: 6px;
}
.festival-section {
	margin-bottom: 28px;
	background: #f9fafc;
	border-radius: 14px;
	padding: 18px 20px;
	transition: background 0.3s;
}
.festival-section:hover {
	background: #f0f5ff;
}
.festival-section h3 {
	font-size: 18px;
	color: #0d6efd;
	font-weight: 600;
	margin-bottom: 10px;
}
.festival-section ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.festival-section li {
	margin-bottom: 6px;
	font-size: 15.5px;
	color: #444;
}
.festival-section li::before {
	content: "• ";
	color: #0d6efd;
	font-weight: bold;
}
.festival-section .note {
	font-size: 14px;
	color: #666;
	margin-bottom: 8px;
	font-style: italic;
}
.goals-list {
	list-style: none;
	padding: 0;
	margin: 0;
	direction: rtl;
	text-align: right;
	line-height: 1.9;
}
.goals-list li {
	position: relative;
	padding-right: 20px;
	margin-bottom: 8px;
	color: #333;
	font-size: 15.5px;
}
.goals-list li::before {
	content: "•";
	position: absolute;
	right: 0;
	top: 0;
	color: #0d6efd;
	font-weight: bold;
}
.p49x-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1rem;
	font-size: 15px;
	overflow: hidden;
	border-radius: 8px;
}
.p49x-table thead th {
	background: var(--table-head);
	color: #fff;
	padding: 10px 12px;
	text-align: center;
	font-weight: 700;
	border: 1px solid rgba(255, 255, 255, 0.06);
}
.p49x-table td {
	padding: 10px 12px;
	border: 1px solid #eef2ff;
	vertical-align: top;
}
.p49x-table tbody tr:nth-child(odd) { background: #fff; }
.p49x-table tbody tr:nth-child(even) { background: #f8fbff; }
.p49x-table tbody tr:hover { background: #eef5ff; }
.p49x-table td:nth-child(1) { background: #f3f8ff; font-weight: 600; width: 18%; }
.p49x-table td:nth-child(2) { background: #fcfcfd; width: 27%; }
.p49x-table td:nth-child(3) { background: #fbfbfb; width: 30%; }
.p49x-table td:nth-child(4) { background: #fffefc; width: 25%; }
.article-title {
	font-weight: 700;
	color: var(--accent);
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.note {
	color: var(--muted);
	font-size: 14px;
	margin-top: 6px;
}
@media (max-width: 860px) {
	body { padding: 1rem; }
	.p49x-section-title { font-size: 1.1rem; display: block; }
	.p49x-table thead { display: none; }
	.p49x-table, .p49x-table tbody, .p49x-table tr, .p49x-table td {
		display: block;
		width: 100%;
	}
	.p49x-table td {
		box-sizing: border-box;
		padding: 10px;
		border-bottom: 1px solid #eee;
	}
	.p49x-table td::before {
		content: attr(data-label);
		display: block;
		font-weight: 700;
		color: var(--accent);
		margin-bottom: 6px;
	}
}
.small-muted {
	color: var(--muted);
	font-size: 13.5px;
	margin-top: 8px;
}
.bulleted li::before {
	content: "• ";
	margin-left: 6px;
	color: var(--accent);
}

/* --------- */


/* --------- */
.mainp_btn-anim {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: #fff;
	color: #333;
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	text-decoration: none;
	overflow: hidden;
	transition: color 0.3s ease;
}

.mainp_btn-anim::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(26,188,156,0.3) 0%, rgba(26,188,156,0) 70%);
	z-index: 0;
	transform: rotate(0deg);
	animation: mainp_btn-glow 4s linear infinite;
}

@keyframes mainp_btn-glow {
	0% { transform: rotate(0deg); }
	50% { transform: rotate(180deg); }
	100% { transform: rotate(360deg); }
}

.mainp_btn-anim span, .mainp_btn-anim i {
	position: relative;
	z-index: 1;
}
/* --------- */

/* --------- دکمه جدید با افکت متفاوت --------- */
.mainp_btn-anim2 {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: #fff;
	color: #1a1a1a;
	padding: 0.75rem 1.5rem;
	border-radius: 8px;
	text-decoration: none;
	overflow: hidden;
	font-weight: 500;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.mainp_btn-anim2::before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	width: 40%;
	height: 100%;
	background: rgba(155, 89, 182, 0.25);
	filter: blur(8px);
	animation: btn_light_move 3s linear infinite;
}

@keyframes btn_light_move {
	0% { left: 100%; opacity: 0; }
	20% { opacity: 1; }
	50% { left: 0%; opacity: 0.8; }
	80% { opacity: 1; }
	100% { left: -40%; opacity: 0; }
}

.mainp_btn-anim2 span,
.mainp_btn-anim2 i {
	position: relative;
	z-index: 1;
}

/* --------- پایان --------- */

.site-header {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-logo {
	max-height: 100px;
	width: auto;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.header-logo:hover {
	transform: scale(1.05);
}

@media (max-width: 768px) {
	.site-header {
		height: 130px;
	}

	.header-logo {
		max-height: 70px;
	}
}

@media (max-width: 480px) {
	.header-logo {
		max-height: 55px;
	}
}
/* --------- */

.si-body {
	background-color: #f7fbfb;
	font-family: "Vazir", sans-serif;
	direction: rtl;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.si-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.si-step-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 18px;
}

.si-step-circle {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #00bfa6;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 18px;
	box-shadow: 0 6px 18px rgba(0, 191, 166, 0.12);
}

.si-step-title {
	color: #007f74;
	font-weight: 600;
	font-size: 1.05rem;
}

.si-card {
	border: none;
	border-radius: 14px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.04);
	background: #ffffff;
	transition: transform 180ms ease, box-shadow 180ms ease;
	overflow: hidden;
}

.si-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 40px rgba(0,191,166,0.12);
}

.si-form-label {
	display: block;
	font-size: 0.95rem;
	margin-bottom: 6px;
	color: #2b2b2b;
	font-weight: 500;
}

.si-input,
.si-textarea,
.si-select,
.si-file {
	border-radius: 10px;
	font-size: 1rem;
	padding: 10px 12px;
	border: 1.5px solid #e6f7f4;
	width: 100%;
	transition: border-color 150ms ease, box-shadow 150ms ease;
	background-clip: padding-box;
	outline: none;
}

.si-input:focus,
.si-textarea:focus,
.si-select:focus,
.si-file:focus {
	border-color: #00bfa6;
	box-shadow: 0 0 8px rgba(0,191,166,0.18);
}

.si-textarea {
	min-height: 140px;
	resize: vertical;
}

.si-btn {
	border-radius: 10px;
	background-color: #00bfa6;
	border: none;
	color: #ffffff;
	font-weight: 600;
	padding: 10px 14px;
	width: 100%;
	transition: background-color 150ms ease, transform 150ms ease;
}

.si-btn:hover,
.si-btn:focus {
	background-color: #00a892;
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0,160,146,0.12);
}

.si-help {
	font-size: 0.85rem;
	color: #6c757d;
	margin-top: 6px;
}

.si-file-wrapper {
	display: flex;
	align-items: center;
	gap: 10px;
}

.si-file-name {
	font-size: 0.9rem;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100%;
}

@media (min-width: 768px) {
	.si-card {
		padding: 28px;
	}
}

@media (max-width: 767px) {
	.si-step-circle {
		width: 40px;
		height: 40px;
		font-size: 16px;
	}
	.si-step-title {
		font-size: 1rem;
	}
	.si-textarea {
		min-height: 110px;
	}
}
/* --------- */



/* --------- */
.network-btn {
	display: inline-block;
	background-color: #007bff;
	color: white;
	font-weight: 600;
	border-radius: 10px;
	padding: 10px 0;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.network-btn:hover {
	background-color: #0056b3;
	text-decoration: none;
	color: #fff;
}
/* --------- */

.top-buttons {
	width: 100%;
	box-sizing: border-box;
}

.top-btn {
	background: #fff;
	color: #187b93;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 20px;
	border-radius: 12px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	font-weight: 600;
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.top-btn i {
	font-size: 24px;
}

.top-btn:hover {
	transform: translateY(-3px) scale(1.05);
	box-shadow: 0 6px 14px rgba(0,0,0,0.25);
	background: #f0f0f0;
}
.top-btn.disabled {
	background: #d3d3d3;
	color: #888;
	pointer-events: none; /* غیرفعال کردن کلیک و hover */
	box-shadow: none;
}

.top-btn.disabled:hover {
	transform: none;
	box-shadow: none;
	background: #d3d3d3;
}
/* --------- */


/* --------- */
.badge.online { background-color:#28a745; }  /* سبز */
.badge.offline { background-color:#dc3545; } /* قرمز */
.search-box{margin:48px auto;padding:20px;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,0.95),#ffffff);box-shadow:0 6px 30px rgba(79,175,196,0.12)}
.brand-bar{height:8px;background:var(--brand);border-radius:8px;margin-bottom:14px}
.results{max-height:320px;overflow:auto}
.result-item{cursor:pointer}
.result-item:hover{background:rgba(79,175,196,0.06)}
.badge-selected{background:var(--brand);color:#fff}
.hint{color:#6c757d;font-size:0.9rem}
/* small nice animation */
.pulse{animation:pulse 1.6s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(79,175,196,0.18)}70%{box-shadow:0 0 0 10px rgba(79,175,196,0)}100%{box-shadow:0 0 0 0 rgba(79,175,196,0)}}
/* --------- */


/* --------- */
.network-access {
	background: #ffffff;
	border-radius: 20px;
	margin: 30px auto;
	padding: 30px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.network-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.network-login {
	flex: 0 0 40%; /* ۴۰ درصد */
	text-align: center;
}

.network-login h3 {
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.network-login p {
	color: #666;
	margin-bottom: 20px;
}

.network-btn {
	display: inline-block;
	background: #4fafc4;
	color: white;
	font-weight: 600;
	padding: 12px 25px;
	border-radius: 12px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.network-btn:hover {
	background: #3e9bb0;
	transform: translateY(-3px);
}

.network-image {
	flex: 0 0 55%;
	text-align: center;
}

.network-image img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	object-fit: cover;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.network-user-avatar {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	object-fit: cover;
	border: 3px solid #4fafc4;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	margin-bottom: 12px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.network-login, .network-image {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}
/* --------- */

/* --------- */
.otp-container {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 15px 0;
}
.otp-input {
	width: 40px;
	height: 50px;
	text-align: center;
	font-size: 24px;
	border: 2px solid #ccc;
	border-radius: 8px;
}
.otp-input:focus {
	border-color: #3b8ea5;
	outline: none;
}
/* --------- */



/* --------- */
.led-border {
	position: relative;
	border-radius: 20px;
	padding: 20px;
	background: #fff;
	z-index: 1;
}

.led-border::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	padding: 4px;
	background: linear-gradient(270deg, red, orange, yellow, green, cyan, blue, violet, red);
	background-size: 400% 400%;
	-webkit-mask:
			linear-gradient(#fff 0 0) content-box,
			linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	animation: moveBorder 8s linear infinite;
	z-index: -1;
}

@keyframes moveBorder {
	0% { background-position: 0% 50%; }
	100% { background-position: 400% 50%; }
}
/* --------- */
.btn-reset {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	color: inherit;
}
.btn-reset:hover i {
	color: red;
}
/* --------- */
.extra-small-btn {
	font-size: 10px;
	padding: 1px 4px;
	line-height: 1;
}
/* --------- */
.bg-komiteh {
	background-color: #5bb6b6;
}
.table-komiteh {
	background-color: #ffffffcc;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
.table-komiteh th {
	background-color: #349797;
	color: white;
}
.table-komiteh td {
	vertical-align: middle;
}
/* --------- */
.img-desaturate {
	filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.3s ease;
}
.img-desaturate:hover {
	filter: grayscale(0%);
	opacity: 1;
}
/* --------- */

.justify-text {
	text-align: justify;
}
.slider_bg{
	background-color: rgba(79, 175, 196, 0.6);
	color: #fff;
	border-radius: 0.5rem;
	display: inline-block;
	padding: 0.25rem 0.75rem;
}
.page-item.active .page-link {
	background-color: #555555 !important;
	border-color: #554455 !important;
	color: white !important;
}

.main-content {
	min-height: calc(100vh - 450px);
}

.home-btn{

}
.home-btn a:link,
.home-btn a:visited {
	color: #fff;
	text-decoration: none;
}
.footer a{
	color:#555555;
}
.card-footer a{
	color:#6d41a1;
	text-decoration: none;
}
img.flag-iran-top {
	position: fixed;
	top: 0;
	right: 0;
	max-width: 100px;
	z-index: 999;
}
hr.new1 {
	border: 1px solid #d2a762;
	padding: 0px;
	margin: 0px;
}
.borderBottom{
	border-bottom: #737373 1px dashed;
}
.nav-link{
	margin-left: 1px;
	margin-right: 1px;
	background-color: #555555;
	color:#FFFFFF;
}
.nav-link:active{
	margin-left: 1px;
	margin-right: 1px;
	background-color: #00a8df;
}
.border-s2{
	border-color: #6d41a1;
	background-color: #e8d7ff;
	box-shadow: 0 0 4px rgba(119,70,205,0.38);
	border-radius: 12px;
	padding: 20px;
}
.border-s3 {
	border-color: #007bff; /* آبی بوت‌استرپ */
	background-color: #d6eaff; /* آبی خیلی روشن */
	box-shadow: 0 0 4px rgba(0, 123, 255, 1); /* سایه آبی */
	border-radius: 12px;
	padding: 20px;
}
.border-s4{
	border-color: #6d41a1;
	background-color: #e8d7ff;
	border-radius: 12px;
	padding: 1px;
	margin: 1px;
	font-size: small;
}
.border-s5 {
	background-color: #d6eaff;
	border-radius: 12px;
	padding: 10px;
}
.border-s6 {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	padding: 2px;
}
.border-s7 {
	border-color: #4fafc4;
	background-color: #d3f5f9;
	box-shadow: 0 0 4px rgba(79, 175, 196, 0.4);
	border-radius: 12px;
	padding: 20px;
}
.border-s8 {
	border-color: #4fafc4;
	background-color: #ffffff;
	box-shadow: 0 0 4px rgba(79, 175, 196, 0.25);
	border-radius: 12px;
	padding: 20px;
}

.border-s2 a{
	color:#613a90;
}
.border-s3 a{
	color:#0054af;
}
.text-color-s2{
	color:#613a90;
}
.text-color-s3{
	color:#0054af;
}
.text-color-s4{
	color:#00a8df;
}
.link-s1 a{
	text-decoration: none;
	color:#00a8df;
}.link-s1 a:hover{
	text-decoration: none;
	color:#000;
}
.link-s2 a{
	text-decoration: none;
	color:#000;
}
.link-s2 a:hover{
	text-decoration: none;
	color:#FFFFFF;
}
.bgcolor_a{ padding:0px;margin:0px; background-color:#313332; color:#fff }
.bgcolor_b{ padding:0px;margin:0px; background-color:#8E0B1B; color:#fff }
.bgcolor_c{ padding:0px;margin:0px; background-color:#E6E6E6; color:#fff }
.bgcolor_d{ padding:0px;margin:0px; background-color:#E6E6E6; color:#000 }
.bgcolor_e{  background-color:#b0d2c0 }

/* start------------------------- */
.bgcolor_f{  background-color:#363737 ; color:#d2a762; font-size: small}
.bgcolor_f a {
	color: #00a8df;
	text-decoration: none;
}
.bgcolor_f a:hover,.bgcolor_h a:hover {
	color: #555555;
}
/* end------------------------- */

/* start------------------------- */
.bgcolor_f1{  background-color:#363737 ; color:#d2a762; font-size: small; padding-bottom: 3px;}
.bgcolor_f1 a {
	color: #00a8df;
	text-decoration: none;
}
.bgcolor_f1 a:hover,.bgcolor_h a:hover {
	color: #737373;
	background-color:#00a8df ; color:#ffffff;
	animation: fadeIn-border-f1 0.5s ease-in;
}
.border-f1 {
	border: rgba(0, 168, 223, 0.5) solid 1px;
	padding: 1px;
	margin:1px;
}
@keyframes fadeIn-border-f1 {
	from {
		opacity:0;
	}

	to {
		opacity:1;
	}
}
/* end------------------------- */

/* start------------------------- */
.bgcolor_f2{  background-color:#363737 ; color:#d2a762; font-size: small; padding-bottom: 3px;}
.bgcolor_f2 a {
	color: #ffea00;
	text-decoration: none;
}
.bgcolor_f2:hover,.bgcolor_f2:hover {
	background-color:rgba(255, 234, 0, 0.5) ; color:#000000;
	animation: fadeIn-border-f2 0.5s ease-in;
}
.border-f2 {
	border: rgba(255, 234, 0, 1) solid 1px;
	padding: 1px;
	margin:1px;
}
@keyframes fadeIn-border-f2 {
	from {
		opacity:0;
	}

	to {
		opacity:1;
	}
}
/* end------------------------- */

.bgcolor_h a {
	color: #ffffff;
	text-shadow: 2px 2px 5px #737373;
	text-decoration: none;
}
/* ------------------------- */
.kiosk_stat_on{
	padding: 20px;
	background: linear-gradient(to bottom right, #363737, #737373); /* زمینه گرادیانت */
	color: #ffffff; /* رنگ متن داخل باکس */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* سایه */
	border-radius: 10px; /* گوشه گرد */
	margin: 20px; /* فاصله از دیگر المان‌ها */
	border: #737373 2px solid; /* حاشیه با رنگ وضوح */
}
.kiosk_stat_off{
	padding: 20px;
	background: linear-gradient(to bottom right, #FF1744, #D500F9); /* زمینه گرادیانت قرمز */
	color: #ffffff; /* رنگ متن داخل باکس */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* سایه */
	border-radius: 10px; /* گوشه گرد */
	margin: 20px; /* فاصله از دیگر المان‌ها */
	border: #737373 2px solid; /* حاشیه با رنگ وضوح */
}
.kiosk_stat_on a, .kiosk_stat_off a{
	color:#363737;
}
.border-round-1{
	border-radius: 25px;
	border: 2px solid #73AD21;
}
.border-round-2{
	border-radius: 25px;
	border: 2px solid #c82333;
}
.border-round-3{
	border-radius: 25px;
	border: 2px solid #00a8df;
}
.bgcolor_g{  background-color:#363737 ; color:#d2a762; }

.btn_animat {
	transition: all 0.3s ease;
}

.btn_animat:hover {
	background-color: #d2a762;
	color: #363737;
	box-shadow: 3px 3px 5px #737373 ;
}

.btn-a{
	padding: 2px;
	background-color: #555555;
	color:#ffffff;
	border:#737373 1px solid;
	font-family: 'BJalal';
}
.btn-a:hover{
	padding: 2px;
	background-color:#737373;
	border:#555555 1px dashed;
	box-shadow: 1px 1px 3px #737373 ;
}

.btn-b{
	padding: 2px;
	background-color: rgba(163,128,183,0.51);
	border:#737373 1px solid;
}
.btn-b:hover{
	padding: 2px;
	background-color:rgba(163,128,220,0.51);
	box-shadow: 1px 1px 3px #737373 ;
}

.divheight-a{
	min-height: 450px;
	height:auto;
}

.divheight-b{
	min-height: 210px;
	/*height:185px;*/
}

.txtcolor-a{
	color: rgba(144,144,144,0.51) ;
}

.txt-a{
	direction:ltr;
	text-align: left;
	font-family: 'glyphicons-halflings-regular';
	font-size:20pt;
	color: #00a8df;
	text-shadow: 1px 1px 3px #737373 ;
}

.boxdiv{
	border-radius: 8% ;
	opacity: 100%;
	background-color: #ffffff;
	box-shadow: 2px 2px 5px rgba(156,162,162,0.51) ;
	padding:10px;
}

.boxdiv-b{
	border-radius: 8% ;
	opacity: 100%;
	background-color: rgba(163,128,183,0.51);
	box-shadow: 2px 2px 5px rgba(156,162,162,0.51) ;
	padding:3px;
}

.boxdiv-a{
	box-shadow: 2px 2px 3px rgba(156,162,162,0.51);
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: rgba(177,182,182,0.51);
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 1rem;
}

.imgBox-a{
	border-radius: 50%;
	width: 50px;
	border: 1px solid rgba(0,0,0,.125);
}
.imgBox-a:hover{
	animation: anim-b 2s infinite;
}
.imgBox-spam {
	padding: 1px;
	background-color: rgba(182, 0, 9, 0.76);
	border-radius: 5rem;
	left: 0;
	top: 30%;
	font-size: 8pt;
	color: #f5e79e;
	position: absolute;
}

@keyframes anim-b {
	from {
		box-shadow: 2px 2px 1px rgba(0, 168, 223, 1);
	}
	to {
		box-shadow: 10px 2px 15px rgba(0, 168, 223, 1);
	}
}

.Avatar-round {
	border-radius: 30% ;
	opacity: 100%;
	background-color: rgba(0, 168, 223, 0.5);
	width: 100px;
	padding:3px;
	border: 2px rgba(0, 168, 223, 1) solid;
}

.h_links a{color: white;}
.h_links a:hover{color: antiquewhite;}


.pay_success{
	background-color: #C5EFB4;
}
.pay_danger{
	background-color: #EFB4D4;
}
.spacer{
	padding: 35px 0px;
	
}
.loader {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.loader::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #3498db;
	border-color: #3498db transparent #3498db transparent;
	animation: loader 1.2s linear infinite;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.logo_menu{
	text-align: center;
	baseline-shift: baseline;
	align-content: center;
	background-color: #d2a762;
	color: #010101;
}
.newsP{ padding: 15px 0;  background-color:#E6E6E6 }
.sansP{ padding: 15px 0;  background-color:#18d26e }
.alert_a{
	padding: 10px 0px;
	border: 2px solid #1588F3;
}
.icons_color{
	color: #18d26e;
}

footer p {
	font-size: 10pt;
}
hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}


hr.style11 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-11.png) repeat-x 0 0;
    border: 0;
}


hr.style12 {
	height: 6px;
	background: url(http://ibrahimjabbari.com/english/images/hr-12.png) repeat-x 0 0;
    border: 0;
}

hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


hr.style15 {
	border-top: 4px double #8c8b8b;
	text-align: center;
}
hr.style15:after {
	content: '\002665';
	display: inline-block;
	position: relative;
	top: -15px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
}

hr.style16 { 
  border-top: 1px dashed #8c8b8b; 
} 
hr.style16:after { 
  content: '\002702'; 
  display: inline-block; 
  position: relative; 
  top: -12px; 
  left: 40px; 
  padding: 0 3px; 
  background: #f0f0f0; 
  color: #8c8b8b; 
  font-size: 18px; 
}


hr.style17 {
	border-top: 1px solid #8c8b8b;
	text-align: center;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -14px;
	padding: 0 10px;
	background: #f0f0f0;
	color: #8c8b8b;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


hr.style18 { 
  height: 30px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 1px 0 0 0; 
  border-radius: 20px; 
} 
hr.style18:before { 
  display: block; 
  content: ""; 
  height: 30px; 
  margin-top: -31px; 
  border-style: solid; 
  border-color: #8c8b8b; 
  border-width: 0 0 1px 0; 
  border-radius: 20px; 
}
.expiry img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

hr.brcolor1{
	border-color:crimson;
}
.nolimit{
	padding: 0px;
	margin: 0px;
}

.tik8_1 input[type=checkbox],.tik8_2 input[type=checkbox],.tik8_3 input[type=checkbox],.tik8_4 input[type=checkbox] {
    display: none;
}

.tik input[type=checkbox] + label {
    padding: 6px;    
}
.tik8_1 input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    padding: 3px;
    background-color: #A7D8A7;
    border: 1px dotted #1E441E;
    border-radius: 4px;
    
}
.tik8_1 input[type=checkbox]:checked + label {
    background-color: #5CB85C;
    color: #A4B7C6;
}

.tik8_1 input[type=checkbox]:checked + label:after {
    position: absolute;
    left: 4px;
    top: 0px;
    color: #fff; 
    content: '\2714'; 

}

.tik8_2 input[type=checkbox]:checked + label:after {
    position: absolute;
    left: 4px;
    top: 0px;
    color:#F2F2F2; 
    content: '\2714'; 
}
.tik8_2 input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    padding: 3px;
    background-color: #d8a7a7;
    border: 1px dotted #f21313;
    border-radius: 4px;
    
}
.tik8_2 input[type=checkbox]:checked + label {
    background-color: #b85c5c;
    color: #c6a4a4;
}


.tik8_3 input[type=checkbox]:checked + label:after {
    position: absolute;
    left: 4px;
    top: 0px;
    color:#F2F2F2; 
    content: '\2714'; 
}
.tik8_3 input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    padding: 3px;
    background-color: #D8D0A7;
    border: 1px dotted #F2F013;
    border-radius: 4px;
    
}
.tik8_3 input[type=checkbox]:checked + label {
    background-color: #B8AE5C;
    color: #C6C2A4;
}

.tik8_4 input[type=checkbox]:checked + label:after {
    position: absolute;
    left: 4px;
    top: 0px;
    color:#000; 
    content: '\2714'; 
}
.tik8_4 input[type=checkbox] + label {
    display: inline-block;
    position: relative;
    padding: 3px;
    background-color: #000;
    border: 1px dotted #000;
    border-radius: 4px;
    
}
.tik8_4 input[type=checkbox]:checked + label {
    background-color: #000;
    color: #C6C2A4;
}



.modal-ku {
  width: 750px;
  margin: auto;
}


.last_news_small a:link,.last_news_small a:visited{
	color:#303030;
}
.last_news_small a:hover{
	color:#4bdc8e;
}
.sans div{
	padding-top: 0px;
	margin-top: 0px;
}
.sans hr{
	padding-top: 10px;
	margin-top: 10px;
}
.pay_tbl{
	
}
.display-10 {
	font-size: 1em;
}
.display-11 {
	font-size: 3em;
}
.display-1 {
	font-size: 1em;
}
.display-2 {
	font-size: 3.125em;
}
.display-3 {
	font-size: 1em;
}
.display-4 {
	font-size: 2em;
}
.display-6 {
	font-size: 0.2em;
}
@media (min-width: 48em) {
	
	.display-10 {
		font-size: 1em;
	}
	.display-11 {
		font-size: 1em;
	}
	.display-1 {
		font-size: 1em;
	}
	.display-2 {
		font-size: 5.5em;
	}
	.display-3 {
		font-size: 2.5em;
	}
	.display-4 {
		font-size: 3.5em;
	}
	.display-6 {
		font-size: 1em;
	}
}
.film_list_bar{
	margin: 5px;
	padding: 2px;
	border-bottom: 1px dashed #000;
}
.film_list_bar a{
	color: black;
}

/*------------ */
.bg-anim-a{
	background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	animation: anim-a 10s ease infinite;
	height:auto;
}

@keyframes anim-a {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
