/* Form CSS starts */
.error input[type="text"],
.error input[type="email"],
.error input[type="password"],
.error input {
	border: 1px solid red;
}
.error input:focus {
	border: 2px solid #2e2d56;
}
.error input:focus ~ .errMsg {
	display: none;
}
.errMsg {
	display: none;
}
.error .errMsg {
	display: block;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 9999;
	border-radius: 2px;
	margin: 15px 0px 0px 10px;
	padding: 0px 4px;
	background-color: red;
	color: white;
	font-size: 12px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.error .errMsg::before {
	content: "";
	width: 14px;
	height: 10px;
	position: absolute;
	background-color: red;
	top: -8px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
/* Form CSS ends */

/* webinar pop up video css  starts*/
#webinarPopUp {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
}
#pclose {
	position: absolute;
	right: 50px;
	top: 50px;
	padding: 2px;
	/* background-color: red; */
	z-index: 999;
	font-weight: 600;
	color: #fff;
}
#pclose:hover {
	cursor: pointer;
}
/* webinar pop up video css  ends*/

/* prloader css starts */

.preloader-wrap {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.801);
	display: none;
}

.preloader-wrap .preloader-inwrap {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.preloader-wrap .preloader-inwrap span {
	width: 20px;
	height: 20px;
	background-color: yellow;
	margin-right: 20px;
	-webkit-animation: plmove 2s linear infinite;
	animation: plmove 2s linear infinite;
}

.preloader-wrap .preloader-inwrap span:nth-of-type(1) {
	background-color: #f86b19;
}

.preloader-wrap .preloader-inwrap span:nth-of-type(2) {
	background-color: #fff;
}

.preloader-wrap .preloader-inwrap span:nth-of-type(3) {
	background-color: #872345;
}

.preloader-wrap .preloader-inwrap span:nth-of-type(4) {
	background-color: #fde9dc;
}

@-webkit-keyframes plmove {
	0% {
		-webkit-transform: rotate(0) scale(1.2);
		transform: rotate(0) scale(1.2);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	50% {
		-webkit-transform: rotate(90deg) scale(0);
		transform: rotate(90deg) scale(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: rotate(180deg) scale(1.2);
		transform: rotate(180deg) scale(1.2);
	}
}

@keyframes plmove {
	0% {
		-webkit-transform: rotate(0) scale(1.2);
		transform: rotate(0) scale(1.2);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}
	50% {
		-webkit-transform: rotate(90deg) scale(0);
		transform: rotate(90deg) scale(0);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
	100% {
		-webkit-transform: rotate(180deg) scale(1.2);
		transform: rotate(180deg) scale(1.2);
	}
}
/* prloader css ends */

/* Customer Logo Section Margin remove */
.content-section .row-container.customer-highlight-row {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* Customer Logo Section Margin remove */

/* form horizontal scroll issue fix */
.module--form .background {
	left: 0;
	width: 47vw;
}
/* form horizontal scroll issue fix */
/* pricing page show more css */
#pricing_rowSH .how-it-works-row .column-text-row div {
	display: none;
}
#pricing_rowSH .how-it-works-row .column-text-row div:nth-child(-n + 6) {
	display: block;
}
#pricing_rowSHB {
	cursor: pointer;
}
/* pricing page show more css ends*/

/* pagination css starts */
.pagination {
	width: 100%;
	display: flex;
	justify-content: center;
}
.pagination a {
	padding: 5px;
}
/* pagination css ends */

/* signin-form css starts */
form.signin-form .input-group label {
	top: 30px;
}
span.login-required {
	color: red;
	font-size: 12px;
	display: flex;
	margin-top: -15px;
}
/* .additional-links .sign-in-link {
	display: none !important;
}
.additional-links .sign-in-link {
	display: none !important;
} */
/* signin-form css ends */

/* .features-row .tabs-content-container .tab-content .wysiwyg-content {
	max-width: 31ch;
} */
.debug-mode .debug {
	display: none;
}
.ot-sdk-show-settings.ot-cookie-pref-cta-footer {
	color: #fff !important;
	border: none !important;
	font-size: inherit !important;
	padding: 0 !important;
}
.ot-sdk-show-settings.ot-cookie-pref-cta-footer:hover {
	background-color: transparent !important;
}
#cookieNotice {
	display: none;
}
.site-footer .footer-icon {
	display: none;
}
.sub-menu-tab-button > i {
	display: none;
}

/* Updated Menu Header Code */
#primary-sidebar {
	display: none;
}

@media screen and (max-width: 1023px) {
	.primary-links.updated-blog-menu {
		flex-wrap: wrap;
	}

	.primary-links.updated-blog-menu .row {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	body.has-scrolled .site-header {
		height: 66px;
	}

	.primary-links.updated-blog-menu {
		flex-direction: column;
		align-items: baseline;
		justify-content: center;
		flex-wrap: nowrap;
	}

	.primary-links.updated-blog-menu .row:first-child {
		flex-wrap: nowrap;
	}

	.primary-links.updated-blog-menu .row:first-child h2 {
		padding: var(--spacer-2) 0;
	}

	.primary-links.updated-blog-menu .primary-nav {
		margin-left: 5em;
	}

	.primary-links.updated-blog-menu li.has-submenu-width--single_column {
		padding: var(--spacer-3) 0;
		margin-right: 2em;
	}

	.submenu {
		min-width: 260px;
	}

	.alt-submenu-container[data-width="submenu-width--single_column"] {
		transform: translateX(-40%) !important;
		top: 58px;
	}

	.submenu .menu-section {
		padding: 2em;
	}

	.site-menu .type--eyebrow {
		margin-bottom: 0.5em;
	}

	.site-menu .type--eyebrow a {
		color: white;
		font-weight: 800;
		font-family: "Aeonik-Medium";
		font-size: initial;
		text-transform: initial;
	}

	#primary-sidebar {
		display: block;
	}

	body.has-scrolled #primary-sidebar {
		display: none;
	}

	#primary-sidebar .widget-container {
		display: flex;
		min-width: max-content;
		background: #9292923d;
		padding: 5px 12px 5px 5px;
		border-radius: 30px;
		font-weight: 600;
		color: #25223bcc;
	}

	#primary-sidebar p {
		font-size: 13px;
		margin: 0;
	}

	#primary-sidebar img {
		width: 20px;
		height: 20px;
	}

	.subMenu-content-sec {
		display: none;
	}

	.additional-links {
		min-height: auto;
		height: fit-content;
		padding: var(--spacer-2) 0;
	}

	.submenu .link-list .link .link-content:last-child {
		margin-right: 0;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1079px) {
	.primary-links.updated-blog-menu .primary-nav {
		margin-left: 2em;
	}
}

@media only screen and (min-width: 1279px) and (max-width: 1380px) {
	.primary-links.updated-blog-menu .primary-nav {
		margin-left: 2em;
	}
	.primary-links.updated-blog-menu li.has-submenu-width--single_column {
		margin-right: 1.5em;
	}
}

body:not(.has-scrolled) .background--crimson.site-header #primary-sidebar p {
	color: #ffffff;
}

.alt-submenu-container[data-target-index="0"] .decoration {
	left: 40% !important;
}

.alt-submenu-container[data-target-index="1"] .decoration {
	left: 30% !important;
}

.alt-submenu-container[data-target-index="2"] .decoration {
	left: 30% !important;
}

.alt-submenu-container[data-target-index="3"] .decoration {
	left: 40% !important;
}

.alt-submenu-container[data-target-index="4"] .decoration {
	left: 30% !important;
}

body:not(.has-scrolled) .theme--dark.site-header .site-logo,
body:not(.has-scrolled) .background--ink-700.site-header .site-logo,
body:not(.has-scrolled) .background--ink_700.site-header .site-logo,
body:not(.has-scrolled) .background--ink.site-header .site-logo,
body:not(.has-scrolled) .background--orange.site-header .site-logo,
body:not(.has-scrolled) .background--crimson.site-header .site-logo {
	background-image: url(../images/site-logo-white-updated-blog.svg);
}

.site-logo {
	background-image: url(../images/site-logo-blog-updated.svg);
}

@media screen and (min-width: 1280px) {
	.site-logo {
		width: 200px;
	}

	#primary-sidebar .widget-container {
		margin-left: 20px;
	}
}

/* Updated Menu Header Code */

.promoBanner-fp {
	border-radius: 5px;
	border-top: 5px solid #f55800;
	overflow: auto;
	margin-bottom: 5em !important;
	width: 100%;
	margin-left: 0px !important;
}

@media screen and (max-width: 768px) {
	.promoBanner-fp img {
		height: 200px;
		object-position: center;
	}

	.promoBanner-fp-content {
		padding: 1em 0;
		margin-bottom: 0 !important;
	}

	.promoBanner-fp-content p {
		margin: 0;
	}

	.promoBanner-fp .button {
		margin-bottom: 1em;
	}

	.promoBanner-fp [class*="col-"]:last-child {
		text-align: center;
	}

	.promoBanner-fp [class*="col-"]:first-child {
		margin-bottom: 0 !important;
	}
}

.switchTab {
	overflow: hidden;
	background: #e5e3dc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.switchTab button {
	font-family: "Aeonik-Medium";
	font-weight: 700;
	font-size: 16px;
	padding: 16px 25px;
	border: 0;
	outline: none;
	cursor: pointer;
	width: 50%;
	float: left;
	background: #e5e3dc;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #9b9b96;
}

.switchTab button.active {
	border-top: 5px solid #f55800;
	background-color: #f9f9f2;
	color: #25223b;
}

.switchTabContent {
	display: none;
	padding: 6px 12px;
	background: #f9f9f2;
}

.switchTabContent .updated-most-popular-tab-content {
	color: var(--type-color);
	font-family: "Aeonik-Regular";
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
}

.switchTabContent .updated-most-popular-tab-content .read-more {
	font-size: 12px;
	font-family: "Aeonik-Regular";
	display: block;
	margin: 5px 0;
}

.updated-most-popular-tab .featured-banner img {
	width: 78px !important;
	height: 51px !important;
	object-fit: cover;
	border-radius: 5px;
}

.subscribe-container {
	border-radius: 5px;
	padding: 2em;
}
