.d_inline_flex{
	display: inline-flex;
}
/*Accordion Style 1*/
.accordion-box-wrapper {
	border-radius: 4px;
}

/*Elementor Animation Css*/
.border_line_container::before {
	content: "";
	position: absolute;
	inset-inline-start: 50%;
	inset-block-start: 0;
	width: 100px;
	height: 2px;
	background: radial-gradient(circle, #4400d9 0, transparent 70%);
	animation: leftToRight 30s linear infinite alternate;
	z-index: 1;
	pointer-events: none;
}

.pricing-section-bg {
	background-color: #fff;
}


/* Menu outline */
.header--3 .menu-nav>.list {
	outline-style: solid !important;
}
.header--3 .menu-sub .menu-list-sub .menu-sub-link{
	padding: .75rem 1rem;
}

/*Page Titlebar */
.breadcrumb-section {
	padding-block-start: 7.5rem
}

/* Gradient Border*/
.gradient-border {
	--borderWidth: 3px;
	background: #1D1F20;
	position: relative;
	border-radius: var(--borderWidth);
}

.gradient-border:after {
	content: '';
	position: absolute;
	top: calc(-1 * var(--borderWidth));
	left: calc(-1 * var(--borderWidth));
	height: calc(100% + var(--borderWidth) * 2);
	width: calc(100% + var(--borderWidth) * 2);
	background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
	border-radius: calc(2 * var(--borderWidth));
	z-index: -1;
	animation: animatedgradient 3s ease alternate infinite;
	background-size: 300% 300%;
}

@keyframes animatedgradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

/*Tab Layout 5 slide thumb*/
.hero-2-slider-thumb .swiper-slide {
	width: 78px !important;
}

.hero-2-slider-thumb .hero-2-slider-thumb__img img {
	width: 100%;
	object-fit: cover;
	height: 50px;
	object-position: center;
	border-radius: 8px;
}

.feature-sidebar-list .elementor-icon-list-items li a.active span {
	color: #5C2BFF !important;
}

/*Circle Button Style*/
.writebot-btn-wrapper.theme_circle {
	width: 150px;
	height: 150px;
}

.writebot-btn-wrapper .writebot-btn.circle-btn.welcome-img-btn {
	position: inherit;
	transform: translate(0);
}

/*Multi Color Button*/
a.writebot-btn.bg-grad-4{
	background-position: bottom;
}

/*3rd Layer Menu*/
.submenu-wrapper .depth-2 a {
	font-size: .875rem;
	padding-inline-start: 3rem;
}

@media (min-width: 992px) {
	.depth-1 {
		position: relative;
		isolation: isolate;
	}

	.depth-1>.submenu-wrapper {
		inset-inline-end: calc(100% - 1rem);
		inset-block-start: 0;
		inset-inline-start: auto;
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
	}

	.depth-1:hover>.submenu-wrapper {
		display: block !important;
		inset-inline-end: 100%;
		pointer-events: unset;
		visibility: visible;
		opacity: 1;

	}
	.depth-2 > a {
		padding: .75rem 1rem !important;
		color: hsl(var(--white)) !important;
	}
	.depth-2 > a:hover {
		color: hsl(var(--primary-container)) !important;
	}
	.depth-2 + .depth-2 a {
		border-top: 1px solid hsl(var(--outline)/.1) !important;
			
	}

	.menu-sub {
		overflow: unset !important;
	}
}

/*Swper pagination*/
.blog-single-slider .dot-pagination{
	position: static !important;
}
.blog-single-slider .blog-latest-thumb img{
	border-radius: 24px;
}

/*Blog Layout tab*/
.popular_post_tab_wrapper ul li .nav-link {
	text-transform: capitalize;
}

/*Contact Form 7 Style*/
.login-form input::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form input::placeholder{
	color: #666;
}


.registration_page_desc {
	display: block;
}
.registration_page_desc p {
	margin: 0;
}
.registration_page_desc p a {
	color: #825cff;
}

/*Ai Post style*/
.ai_post_item h4{
	font-size: 2rem;
}


.writebot_cta_btns .animated-border-btn span:hover{
	background-color: #825cff;
}
.writebot_cta_btns .gradient-btn-1{
	border-radius: 4px;
}

.tab_6_icon svg{
	width: 24px;
	fill: #825cff
}

/*feature-2-tabs*/
.feature-2-tabs .nav-link svg {
	fill: #c4c7c7;
	width: 24px;
	height: 24px;
}
.feature-2-tabs .nav-link.active svg {
	fill: #fff;
}



/**/
.contentWrap h4,
.contentWrap p{
	color: #fff;
}
.result_processing {
	padding-block: 38px;
	position: relative;
	transition: ease-in-out;
	height: 100px;
	overflow: hidden;
}

/* .result_processing:before {
	content: '';
	width: 1100px;
	height: 200px;
	background: #2d2d2de0;
	display: block;
	position: absolute;
	z-index: 11;
	top: 0;
} */

.result_processing:after {
	content: '\F130';
	font-family: 'bootstrap-icons';
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 50px;
	z-index: 12;
	/* transform: translate(-50px, -50px); */
	color: #fff;
	line-height: 1;
	animation: animateText 1s linear infinite;
	margin-left: -25px;
	margin-top: -25px;
}
.empty_prompt form#content_generator_form {
	border: 1px solid #e69223b3;
	border-radius: 4px;
}
.writebot-download-btn:hover,
.writebot-copy-btn:hover {
	color: #fff !important;
}
p#result_text {
	max-height: 220px;
	overflow-x: auto;
	padding-right: 20px;
	font-weight: 400;
	color: #aeaeae;
	text-align: left;
	margin-bottom: 30px;
}
.contentWrap {
	width: 750px;
	margin: 0 auto;
	background: #1a1d1e;
	padding: 40px;
	border-radius: 10px;
	display: none;
}

/* ===== Scrollbar CSS ===== */
/* Chrome, Edge, and Safari */
p#result_text::-webkit-scrollbar {
	width: 6px;
	border: 1px solid #4d4d4d;
	border-radius: 10px
}
p#result_text::-webkit-scrollbar-track {
	background: transparent;
}

p#result_text::-webkit-scrollbar-thumb {
	background-color: #fff;
	border-radius: 10px;
}

#img_gen_result_wrap img {
	width: 512px;
	border: 1px solid #343434;
	margin-bottom: 25px;
	border-radius: 10px;
}