.stories.snapgram .story > .item-link {
	text-decoration: none;
	color: #333;
}
.stories.snapgram .story > .item-link > .item-preview {
	border-radius: 50%;
	padding: 2px;
	background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}
.stories.snapgram .story > .item-link > .item-preview img {
	border-radius: 50%;
	border: 3px solid #fff;
}

.stories.snapgram .story.seen {
	opacity: 0.75;
}
.stories.snapgram .story.seen > a > .item-preview {
	background: #999;
}
.stories.snapgram .story.seen > a {
	color: #999 !important;
}

#story-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	z-index: 9999;
	direction: rtl;
}

.story-loader-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.story-loader-content {
	background: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid var(--main-color-one);
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 0 auto 15px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.story-loader-content p {
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

/* استایل برای موبایل */
@media (max-width: 768px) {
	.storiesWrapper {
		margin: 10px auto;
		padding: 0 10px;
	}

	.story-loader-content {
		padding: 20px;
		margin: 0 20px;
	}

	.story-loader-content p {
		font-size: 14px;
	}
}
#zuck-modal{
	direction: ltr;
}

body.zuck-modal-open {
	overflow: hidden !important;
	position: fixed;
	width: 100%;
	height: 100%;
}