.blossomup-pricing-page .weglot-container{
	display: none;
}
.login-link{
	display: none;
}
.price-plan-btn a.disabled {
	pointer-events: none; /* Prevent any interaction */
	/*	opacity: 0.5;*/ /* Visual indication of being disabled */
	cursor: not-allowed; /* Change cursor to indicate disabled state */
}
.price-plan-btn .disabled {
	pointer-events: none; /* Prevent any interaction */
	/*opacity: 0.5;*/ /* Visual indication of being disabled */
	cursor: not-allowed; /* Change cursor to indicate disabled state */
}

.pricingform .formbuilder-radio label {
	justify-content: space-between;
}

.pricingform .formbuilder-radio.selected{
	position: relative;
	padding: 16px 10px !important;
}
.tick-icon-wrap{
	position: relative;
	display: block;
	width: 400px !important;
	min-width: 0;
	max-width: 100%;
}


.tick-icon-wrap .labble {
	width: 400px !important;
}
.pricingform label{
	padding-left: 0px !important;
}

.pricingform .tick-icon-wrap .tick-icon:before {
	content: "\2713" !important;
	background: unset !important;
	width: 24px;
	height: 24px;
	border-radius: 20px;
	background: #298863 !important;
	color: #fff !important;
	border: 1px transparent !important;
	text-align: center !important;
	padding: 3px !important;
	font-weight: 900 !important;
	position: absolute;
	top: 45px;
	left: 10px;
}


.pricingform .pricing-value{
	margin: unset;
}
.pricingform .labble{
	margin: unset;
}

/* verified user */
.user-icon {
	font-weight: 400;
	align-items: center;
	display: flex;
	font-size: 12px;
	column-gap: 4px;
}
.user-icon .user-img{
	max-width: 16px;
}

/* loading screen */
.progress-container {
	width: 100%;
	margin: 20px auto;
	padding: 0 20px;
}
.progress-bar {
	width: 0;
	height: 20px;
	background-color: #f2d4c9;
	transition: width 0s linear;
	border-radius: 20px;
	margin-top: 5px;
}
.progress-container .content h6,
.progress-container .content p {
	margin: 0;
}
.progress-container .content h6 {
	font-size: 14px;
	font-weight: 700;
	color: #483F3F;
}
.progress-container .content p {
	font-size: 10px;
}
.prog-label {
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}
#results-loader-global {
	justify-content: center;
	align-items: baseline;
	height: 100vh;
}

body:not(.elementor-editor-active) #results-loader-global{
	position: fixed;
	min-height: 100vh;
	background: #ffffff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1100;
	width: 100%;
	display: flex;
}

.first-loading-screen{
	display: none;
}

body.elementor-editor-active .first-loading-screen{
	display: block;
}

.firstloadingscreen.showscreen , .loading-screen-waraper{
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100vh !important;
}

@media screen and (min-width: 200px) and (max-width: 768px) {

	.blossomup-pricing-page #results-loader-global > div{
		display: none;
	}


	.pricingform{
		overflow: hidden;
	}
	.tick-icon-wrap {
		width: 260px !important;
	}

	.pricingform .tick-icon-wrap .tick-icon:before{
		top: 58px;
	}
}
@media (max-width: 768px) {
	#pricing-form .formbuilder-radio label .labble{
	font-size: 16px;;
}
}
