.AI_suggested {
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #ed5cbf, #2944f7) border-box !important;
	border: 2px solid transparent !important;
	box-shadow: 0 0 10px 0px #ff9be0 !important;
}

.price_tag {
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	bottom: auto;
	background: #531dab;
	color: white;
	padding: 3px 9px;
	border-radius: 0 7px 0 10px;
	font-size: 11px;
}

.card,
.feature_box,
.pltfm_name,
.ct_sec .product_box,
.cp_sec .feature_box,
.streaming_option_box {
	border: 2px solid transparent;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #40caff, #8a3ffc) border-box;
	box-shadow: 0px 1.87px 3.73px 0px #8A3FFC40;
}

.card:hover,
.feature_box:hover,
.product_box:hover,
.pltfm_name:hover,
.ct_sec .product_box:hover,
.cp_sec .feature_box:hover,
.streaming_option_box:hover {
	box-shadow: 0 0 10px 0px #8a3ffc;
}

.card_list input:checked+.card,
.feature_checkbox:checked+.feature_box,
.pltfm_name.selected,
.ct_sec .product_checkbox:checked+.product_box,
.streaming_strategy_selection .streaming_radio:checked+.streaming_option_box {
	background: linear-gradient(90deg, #00B8FF 0%, #8A3FFC 100%);
	color: white;
	border-color: white;
	box-shadow: 0px 1.87px 3.73px 0px rgb(0 0 0 / 25%);
	transition: all 0s linear;
}

.cp_sec .feature_checkbox:checked+.feature_box {
	background: linear-gradient(145deg, rgba(242, 184, 249, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(154, 160, 255, 1) 100%);
	color: white;
	border-color: #6633CC;
	box-shadow: 0px 1.87px 3.73px 0px #c1a2ff;
	transition: all 0s linear;
}

.AI_tag {
	background: linear-gradient(330deg, #ed5cbf 30%, #2944f7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'poppins_semibold';
	padding-bottom: 1px;
}

/* .progressbar_section {
    z-index: 1;
    background: white;
}

.progress {
    max-width: 100%;
    width: 500px;
    display: flex;
    vertical-align: middle;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    float: right;
}

.progress_count {
    font-size: 14px;
}

.progress_bar {
    width: calc(100% - 65px);
    display: flex;
    gap: 3px;
}

.progress_bar span {
    border: 1px solid #ccc;
    width: 100%;
    padding: 2px 3px;
    border-radius: 7px;
    background: #fbfbfb;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.progress_bar span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all 0.3s linear;
}

.progress_bar span.step_completed {
    border-color: rgba(201, 66, 227, 1);
}

.progress_bar span.step_completed::before {
    content: "";
    width: 100%;
    background: rgba(201, 66, 227, 1);
    border-color: rgba(201, 66, 227, 1);
}

.progress_bar span.current_step {
    border-color: #3D1CDE;
}

.progress_bar span.current_step::before {
    background: #3D1CDE;
    border-color: #3D1CDE;
}

.progress_bar span.step_disabled {
    opacity: 0.5;
    cursor: not-allowed;
    border-color: #ccc;
}

.progress_bar span.step_disabled::before {
    content: "";
    width: 0;
    background: transparent;
}

.progress_bar span:not(.step_disabled):hover {
    transform: scale(1.05);
    transition: transform 0.2s ease;
}

.progress_bar span.step_completed:hover {
    border-color: rgba(201, 66, 227, 0.8);
}

.progress_bar span.current_step:hover {
    border-color: #3D1CDE;
}

.progress_bar span {
    transition: all 0.3s ease;
} */

.pagination_section {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	z-index: 1;
	width: 100%;
	gap: 2%;
}

.pagination_section>div {
	display: inline-flex;
	gap: 10px;
}

.ques_ans_screen {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
}

/* .left_sec {
    width: 35%;
    background: linear-gradient(306.81deg, rgba(252, 76, 63, 0.36) -0.19%, rgba(253, 138, 94, 0.36) 17.22%, rgba(223, 0, 223, 0.36) 50.37%, rgba(81, 225, 226, 0.36) 95.34%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 20px;
    position: relative;
}

.left_sec::before {
    content: "";
    background: url('../../images/bottom_flow.png') no-repeat;
    background-position: left bottom;
    height: 300px;
    width: 100%;
    background-size: contain;
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
} */

.right_sec {
	width: 100%;
	padding: 25px 0;
	display: flex;
	height: 100%;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
}

.otp_btns {
	margin-top: 15px;
	text-align: center;
}

.question {
	font-size: 32px;
	position: absolute;
	width: calc(100% - 100px);
	font-family: 'poppins_semibold';
	line-height: 45px;
	margin: auto;
	left: 0;
	right: 0;
}

.form_section {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px 20px;
	width: 100%;
}

.form_field_50 .form_input {
	width: 40%;
}

.form_field_100 .form_input {
	max-width: 100%;
	width: 800px;
}

.form_fields {
	width: 100%;
}

.form_upper_layer {
	display: flex;
	row-gap: 20px;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	height: calc(100dvh - 178px);
	overflow: auto;
	align-items: center;
	padding: 10px 20px;
}

form {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	height: 100%;
}

.steps_count {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-family: 'poppins_semibold';
}

.question_area {
	width: 100%;
	display: block;
	text-align: center;
	padding: 0 20px;
}

.mobile_question {
	display: block;
	font-size: 30px;
	color: #3D1CDE;
	width: 100%;
	font-family: 'poppins_semibold';
}

.card_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
	position: relative;
	align-content: flex-start;
	width: 800px;
	max-width: 100%;
}

.card {
	background-clip: padding-box, border-box;
	border-radius: 10px;
	padding: 15px;
	height: 110px;
	display: inline-flex;
	align-items: center;
	width: 22%;
	text-align: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s linear;
}

.card_list .card_checkbox {
	width: 0;
	height: 0;
	position: absolute;
	visibility: hidden;
}

.yesno_selection .tick_radio {
	width: 0;
	height: 0;
	position: absolute;
	visibility: hidden;
}

.selection_box {
	border: 2px solid transparent;
	width: 90px;
	height: 90px;
	border-radius: 100%;
	text-align: center;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.1s linear;
	overflow: hidden;
	text-transform: uppercase;
}

.yesno_selection {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	gap: 25px;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

.selection_box:first-child,
.selection_box:nth-child(2) {
	border-color: #00A400;
}

.selection_box:last-child {
	border-color: #FF0000;
}

.selection_box:first-child:hover,
.selection_box:nth-child(2):hover {
	background: #ecffec;
}

.selection_box:last-child:hover {
	background: #ffecec;
}

input.tick_radio:checked+.selection_box .selection_selected {
	transform: scale(1);
}

input.tick_radio:checked+.selection_box .selection {
	opacity: 0;
}

.selection_selected {
	background-size: 32px 27px !important;
	width: 100%;
	height: 100%;
	background-position: center !important;
	background-color: white !important;
	border-radius: 100%;
	position: absolute;
	transform: scale(0);
	transition: all 0.2s ease;
}

input.tick_radio:checked+.selection_box:first-child .selection_selected,
input.tick_radio:checked+.selection_box:nth-child(2) .selection_selected {
	background: url('../../images/yes_tick.svg') no-repeat;
}

input.tick_radio:checked+.selection_box:last-child .selection_selected {
	background: url('../../images/no_tick.svg') no-repeat;
}

.selection {
	transition: all 0.2s ease;
	font-family: 'poppins_semibold';
	font-size: 20px;
}

.yesno_selection input:checked+.selection {
	background-size: 25px 21px;
	width: 100%;
	height: 100%;
	background-position: center;
	background-color: white;
	border-radius: 100%;
	position: absolute;
	transform: scale(0);
	transition: all 0.2s ease;
}

.productbox_parent {
	width: 170px;
}

.product_box {
	border-radius: 12px;
	padding: 60px 15px;
	position: relative;
	text-align: center;
	width: 100%;
	transition: all .20s ease-in-out;
	display: inline-block;
	cursor: pointer;
	border: 2px solid;
	background: white;
	box-shadow: 0px 1.87px 3.73px 0px #8A3FFC40;
	border-color: #ffffff;
}

.product_list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 20px;
}

.no_tag {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	font-family: 'poppins_semibold';
}

.product_box>span {
	font-size: 12px;
	border-radius: 100%;
	border: 1px solid #545454;
	width: 18px;
	height: 18px;
	display: inline-block;
	line-height: 18px;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	background: white;
}

.product_box img {
	height: 80px;
}

.product_checkbox:checked+.product_box {
	box-shadow: 0 0 10px 0px #8a3ffc;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #40caff, #8a3ffc) border-box;
	border-color: transparent;
}

.product_checkbox {
	width: 0;
	height: 0;
	position: absolute;
	border: 0;
	padding: 0;
}

.product_list_section {
	text-align: center;
	width: 100%;
}

.product_list_section .info_msg,
.product_list_section .btn {
	margin-bottom: 15px;
}

.add {
	background: url(../../images/add.svg) no-repeat;
}

.feature_list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
	width: 100%;
}

.feature_box {
	border-radius: 10px;
	padding: 10px;
	display: inline-flex;
	align-items: center;
	width: 200px;
	text-align: center;
	justify-content: flex-start;
	cursor: pointer;
	transition: all 0.2s linear;
	font-size: 13px;
	flex-direction: column;
	flex-wrap: nowrap;
}

.feature_checkbox {
	width: 0;
	height: 0;
	position: absolute;
	border: 0;
	padding: 0;
}

.feature_checkbox:checked+.feature_box .feature_name {
	color: white !important;
}

.feature_checkbox:checked+.feature_box .feature_body ul li::marker {
	color: white;
}

.feature_checkbox:checked+.feature_box .add {
	background: url(../../images/added.svg) no-repeat;
}

.feature_name {
	color: #565ADD;
	font-family: 'poppins_semibold';
	font-size: 16px;
}

.feature_header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 10px;
}

.feature_add {
	background-size: contain !important;
	width: 30px;
	height: 30px;
	background-position: center !important;
	box-shadow: 0px 0px 8.33px 0px #00000040;
	border-radius: 100%;
	cursor: pointer;
}

.feature_body {
	width: 100%;
	text-align: left;
}

.feature_body p {
	margin-bottom: 10px;
}

.feature_body ul {
	padding-left: 15px;
	font-size: 11px;
}

.feature_body ul li::marker {
	color: #565ADD;
	font-size: 16px;
}

.feature_body ul li {
	margin-bottom: 3px;
}

.pltfm_name_list {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 10px;
}

.pltfm_name_list a {
	line-height: 00;
}

.pltfm_name_list>div {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
	margin-bottom: 25px;
}

.pltfm_name {
	cursor: pointer;
	border-radius: 30px;
	padding: 10px 20px;
	transition: all 0.2s linear;
	font-size: 14px;
}

.plfm_name_section {
	max-width: 100%;
	width: 800px;
}

.plfm_name_section input {
	margin-bottom: 40px;
}

.platform_name_suggestions {
	margin-bottom: 20px;
}

.suggestion_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}

.suggestion_btn {
	background: white;
	border: 2px solid #CCCCCC;
	border-radius: 20px;
	padding: 8px 16px;
	font-size: 14px;
	cursor: pointer;
	transition: all 0.2s linear;
	color: #333;
	font-family: 'poppins_semibold';
}

.suggestion_btn:hover {
	border-color: #565ADD;
	background: #EFF0FF;
	box-shadow: 0 0 10px 0px #c0c2ff;
}

.suggestion_btn.selected {
	border-color: #565ADD;
	background: #565ADD;
	color: white;
	box-shadow: 0 0 10px 0px #c0c2ff;
}

.domain_suggestion ul li {
	display: inline-block;
}

.domain_suggestion ul {
	margin-bottom: 20px;
}

.domain_suggestion ul li:first-child {
	width: 150px;
	font-family: 'poppins_semibold';
}

.logo_upload_box {
	max-width: 500px;
	padding: 40px 20px 60px 20px;
	border: 2px dashed #5f5f5f;
	border-radius: 4px;
	position: relative;
	margin: 0px auto 15px;
}

.logo_section .info_msg {
	margin: 0 auto;
	max-width: 500px;
}

.logo_upload_box img {
	width: auto;
	height: 60px;
	display: block;
	margin: 0 auto;
}

.change_logo_btn {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.change_logo_btn input[type="file"] {
	display: none;
}

/* Logo change modal overlay */
.logo-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
	display: none; /* shown via JS */
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.logo-modal {
	background: #ffffff;
	border-radius: 32px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
	max-width: 520px;
	width: 90%;
	padding: 28px 32px 32px;
}

.logo-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.logo-modal-header h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

.logo-modal-header .close-btn {
	background: transparent;
	border: none;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	color: #555;
}

.logo-modal-body .info_msg {
	margin-bottom: 12px;
}

.logo-modal-actions {
	margin-bottom: 12px;
	display: flex;
	justify-content: center;
}

.logo-paste-wrapper .info_msg {
	margin-bottom: 8px;
}

.logo-modal-actions .btn {
	min-width: 260px;
	border-radius: 999px;
}

.logo-modal-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 12px 0 16px;
	color: #b3b3b3;
	font-size: 13px;
}

.logo-modal-divider::before,
.logo-modal-divider::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e0e0e0;
}

.logo-paste-area {
	min-height: 120px;
	border: 2px dashed #8A3FFC;
	border-radius: 10px;
	background: #f9f5ff;
	padding: 12px;
	outline: none;
	cursor: text;
	font-size: 14px;
	color: #555;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-paste-area:focus {
	box-shadow: 0 0 0 2px rgba(138, 63, 252, 0.4);
}


.color_input {
	width: 0;
	height: 0;
	position: absolute;
	border: 0;
	padding: 0;
}

.color_box_parent {
	width: 125px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
}

.color_box {
	width: 100%;
	height: 130px;
	background: #e9e9e9;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: space-between;
	padding: 7px;
	margin-bottom: 10px;
	border: 2px solid #ffffff;
	box-shadow: 0px 2px 6.9px 0px #8A3FFC99;
}

.color_picker_btn img {
	height: 25px;
	width: auto;
	box-shadow: 0px 2px 6.9px 0px rgb(0 0 0 / 42%);
	border-radius: 100%;
}

.color_picker_btn {
	line-height: 0;
	cursor: pointer;
}

.color_code {
	padding: 3px 0;
	mix-blend-mode: difference;
	color: white;
}

.colors_list {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.colors_list .info_msg {
	text-align: center;
}

.colors_list .AI_tag {
	width: 100%;
	margin: 0;
}

.bullet_point {
	background: url('../../images/bullet_point.svg') no-repeat;
}

.pricing_table.active .bullet_point {
	background: url('../../images/bullet_point_active.svg') no-repeat;
}

.pricing_area {
	width: 100%;
}

.pricing_area .AI_tag {
	clear: both;
}

.pricing_section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: center;
	align-items: center;
}

.pricing_table {
	background: white;
	box-shadow: 0px 0px 20px 0px #00000040;
	border-radius: 20px;
	padding: 20px;
	width: 250px;
	border: 1px solid #8a3ffc;
	position: relative;
}

.pricing_table .secondary_btn {
	background: white;
}

.pricing_table.active .primary_btn {
	border-color: white;
}

.pricing_table.active .secondary_btn {
	border-color: white;
}

.recommended_tag {
	font-size: 13px;
	background: #ffffff;
	color: #000000;
	padding: 9px;
	border-radius: 9px;
	box-shadow: 0 0 3px 2px rgb(0 0 0 / 10%);
	position: absolute;
	right: 10px;
	top: 10px;
	left: auto;
	bottom: auto;
}

.main_rate {
	clear: both;
	font-size: 23px;
}

.main_rate_duration {
	color: #848199;
	font-size: 12px;
	margin-bottom: 15px;
}

.suite_name {
	color: #6633CC;
	font-size: 20px;
	margin-bottom: 10px;
	font-family: 'poppins_semibold';
}

.feature_label {
	font-size: 14px;
	margin-bottom: 15px;
}

.pricing_table ul li {
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	color: #848199;
}

.bullet_point {
	background-size: contain;
	width: 18px;
	height: 18px;
	background-position: center !important;
}

.pricing_table ul {
	width: 100%;
	margin-bottom: 6px;
}

.shuffle_btn {
	cursor: pointer;
	padding: 5px;
	transition: all 0.2s ease-in-out;
	border-radius: 5px;
	background: none;
	border: 0;
	outline: none;
}

.shuffle_btn img {
	height: 30px;
	width: auto;
}

.shuffle_btn:hover,
.shuffle_btn:active {
	transform: scale(1.05);
}

.shuffle_btn.loading {
	opacity: 0.7;
	pointer-events: none;
	cursor: default;
}

.pltfm_name_list a {
	line-height: 00;
}

.btn_section {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.pricing_table.active {
	background: #531DAB;
	color: white;
}

.pricing_table.active .suite_name {
	color: white;
}

/* Hide pricing tables when they have display: none style */
.pricing_table[style*="display: none"] {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	pointer-events: none !important;
}

/* Hide pricing tables with hidden-pricing-table class */
.pricing_table.hidden-pricing-table {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	position: absolute !important;
	pointer-events: none !important;
	width: 0 !important;
	height: 0 !important;
	overflow: hidden !important;
}

.pricing_table.active ul li {
	color: white;
}

.pricing_table ul li:last-child {
	width: calc(100% - 25px);
}

.comparison_tbl td,
.comparison_tbl th {
	border: 1px solid rgb(166 172 255);
	border-collapse: collapse;
	padding: 8px 5px;
}

.comparison_tbl td:first-child,
.comparison_tbl th:first-child {
	width: 20%;
}

.comparison_tbl th {
	background: rgb(130 138 255);
	color: white;
	border-color: rgb(166 172 255);
	font-size: 18px;
}

.comparison_tbl td,
.comparison_tbl th {
	width: 40%;
}

.comparison_tbl {
	border-collapse: collapse;
	font-size: 13px;
	text-align: center;
	line-height: 18px;
	width: 100%;
}

.slider_section {
	position: relative;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

.range_value {
	position: absolute;
	top: -45px;
	transform: translateX(-20%);
	background: #eef;
	border: 1px solid #565ADD;
	border-radius: 6px;
	padding: 5px 10px;
	font-family: 'poppins_semibold';
	white-space: nowrap;
	font-size: 16px;
}

@keyframes slideOut_animation {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(-1000px);
		opacity: 0;
	}
}

.slideOut_animation {
	animation-name: slideOut_animation;
	animation-delay: 1s;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

@keyframes slideIn_animation {
	0% {
		transform: translateY(1000px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.slideIn_animation {
	animation-name: slideIn_animation;
	animation-delay: 0.1s;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-timing-function: ease;
}

.loader_spinner {
	width: 25px;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 2px solid #ffffff;
	border-right-color: #3D1CDE;
	animation: l2 1s infinite linear;
	margin: 0 auto;
}

@keyframes l2 {
	to {
		transform: rotate(1turn)
	}
}

.color_panel_btn {
	display: block;
	width: 100%;
	text-align: center;
}

.color_preview_img {
	width: 100%;
	height: auto;
}

.visualizeColors_popup .popup-body {
	padding-left: 0;
	padding-right: 0;
}

.skip_button_container {
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
}

.streaming_strategy_heading {
	font-size: 16px;
	text-align: center;
	margin-bottom: 25px;
	font-family: 'poppins_semibold';
}

.streaming_strategy_selection {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 15px;
	width: 100%;
	margin-bottom: 15px;
}

.streaming_strategy_selection .streaming_radio {
	width: 0;
	height: 0;
	position: absolute;
	visibility: hidden;
}

.streaming_option_box {
	border-radius: 10px;
	padding: 20px 15px;
	cursor: pointer;
	transition: all 0.2s linear;
	max-width: 315px;
	position: relative;
}

.integrations_section {
	width: 100%;
}

.streaming_option_title {
	font-family: 'poppins_semibold';
	margin-bottom: 15px;
}

.streaming_option_description {
	font-size: 15px;
	line-height: 20px;
}

.team_members_section {
	width: 800px;
	max-width: 100%;
}

.member_form {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}

.member_form .form_input {
	width: 47%;
	margin-bottom: 20px;
}

.add_member_section {
	text-align: left;
	margin-bottom: 15px;
}

.teamMembersContainer {
	margin-bottom: 20px;
}

.team_member_item {
	border: 1px solid #401ac7;
	margin-bottom: 15px;
	border-radius: 10px;
	padding: 15px;
	background: #faf9ff;
}

.member_header {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.member_title {
	color: #3d1cde;
	font-family: "poppins_semibold";
	width: calc(100% - 63px);
	font-size: 15px;
}

.member_actions button {
	padding: 5px;
	margin: 0 0 0 6px;
	border-radius: 5px;
}

.member_actions button:first-child {
	margin: 0;
}

.member_info p {
	font-size: 14px;
	margin-bottom: 8px;
}

.member_info p:last-child {
	margin: 0;
}

.team_member_item:last-child {
	margin: 0;
}

.member_info p strong {
	margin-right: 5px;
}

.edit_actions button {
	margin-right: 5px;
}

.member_edit_form .member_form {
	column-gap: 20px;
	row-gap: 0;
}

.member_edit_form label {
	font-size: 14px;
	margin-bottom: 5px;
}

.member_edit_form input,
.member_edit_form textarea,
.member_edit_form select {
	border-radius: 5px;
	font-size: 13px;
	padding: 7px 5px;
}

.ct_sec {
	.product_box {
		padding: 20px 15px;
		height: 140px;
		display: inline-flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		box-shadow: none;
	}

	.productbox_parent {
		width: 230px;
	}

	.ct_feature {
		color: #565ADD;
		font-family: 'poppins_semibold';
		font-size: 14px;
	}

	.product_checkbox:checked+.product_box .ct_feature {
		color: white;
	}

	.ct_name {
		margin-bottom: 15px;
		font-family: 'poppins_semibold';
	}
}

.color_panel_btn .btn {
	margin-bottom: 15px;
}

.cp_sec {
	.feature_list {
		width: 1000px;
		max-width: 100%;
	}

	.feature_header {
		flex-direction: column;
		align-items: center;
	}

	.provider_logo {
		height: 50px;
		width: auto;
		margin-bottom: 15px;
		max-width: 80%;
	}

	.feature_add {
		display: none;
	}

	.feature_checkbox:checked+.feature_box .feature_name,
	.feature_name {
		color: black !important;
		font-size: 14px;
	}

	.feature_box {
		padding: 10px 10px;
		min-height: 113px;
		justify-content: center;
		position: relative;
		width: 184px;
	}

	.feature_box.disbale_sec,
	.feature_box.disbale_sec .feature_name {
		color: #A4A4A4;
		border-color: #A4A4A4;
	}

	.feature_box.disbale_sec {
		pointer-events: none;
		cursor: default;
		-webkit-user-select: none;
		user-select: none;
	}
}

.comingsoon_tag {
	position: absolute;
	right: -14px;
	top: -14px;
	font-size: 11px;
	padding: 7px 10px;
	border-radius: 20px;
	background: linear-gradient(90deg, #00B8FF 0%, #8A3FFC 100%);
	color: white;
}

.advanced_tag {
	border: 1px solid white;
	box-shadow: 0px 1.87px 3.73px 0px #00000040;
}

.copy_icon {
	background: url('../../images/copy.svg') no-repeat;
}

.eye_dark_icon {
	background: url('../../images/eye_dark.svg') no-repeat;
}

.eye_close_dark_icon {
	background: url('../../images/eye_close_dark.svg') no-repeat;
}

.website_icon {
	background: url('../../images/website.svg') no-repeat;
}

.eye_close_icon {
	background: url('../../images/eye_close.svg') no-repeat;
}

.learning_icon {
	background: url('../../images/learning.svg') no-repeat;
}

.thankyou_section {
	overflow: auto;
	padding: 25px 20px;
	font-size: 14px;
}

.congrate_sec {
	text-align: center;
	margin-bottom: 10px;
}

.congrate_sec h1 {
	color: #3D1CDE;
	font-family: 'poppins_semibold';
	font-size: 35px;
	margin-bottom: 10px;
}

.congrate_sec p {
	font-family: 'poppins_semibold';
}

.portal_status {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

/* Initial state: only progress block centered; keep portal_details div but hide its content */
.portal_status.progress-only {
	justify-content: center;
	gap: 40px;
}

.portal_status.progress-only .portal_configuration {
	max-width: 720px;
	width: 100%;
}

.portal_status.progress-only .portal_details {
	visibility: hidden;
	pointer-events: none;
}

/* Final state: two column layout with both sections visible */
.portal_status.two-column {
	justify-content: space-between;
	gap: 40px;
}

.portal_status.two-column .portal_configuration,
.portal_status.two-column .portal_details {
	flex: 1 1 0;
	min-width: 0;
}

.portal_status.two-column .portal_details>* {
	visibility: visible;
	pointer-events: auto;
}

.portal_configuration,
.portal_details {
	width: 50%;
}

.demoready_txt {
	font-family: 'poppins_semibold';
	text-align: left;
	margin-bottom: 25px;
}

.Totaltime {
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 13px;
	margin-top: 20px;
	background-color: #3D1CDE;
	color: white;
}

.progress_items ul {
	list-style: none;
	text-align: left;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 7px;
}

.progress_items {
	max-width: 400px;
	margin: 0 auto;
}

.pending_step {
	border: 2px solid rgb(255 255 255 / 25%);
	width: 25px;
	height: 25px;
	border-radius: 100%;
	margin: 0 auto;
}

.progress_items ul li>* {
	display: inline-block;
	vertical-align: middle;
}

.timetaken {
	color: #595959;
	padding-left: 15px;
	font-family: 'poppins_semibold';
}

.portal_details {
	text-align: center;
}

.steps_sec img {
	height: 25px;
	width: auto;
}

.portal_url h2 {
	color: #3D1CDE;
	font-size: 35px;
	font-family: none;
	margin-bottom: 10px;
	font-weight: bold;
}

.freetraillabel {
	font-family: 'poppins_semibold';
	line-height: 20px;
}

.portal_url {
	margin-bottom: 25px;
}

.login_details {
	margin-bottom: 35px;
}

.login_details>p {
	font-family: 'poppins_semibold';
	margin-bottom: 15px;
}

.id_pwd {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 10px;
}

.credentials {
	width: 44%;
	border: 1px solid #8a59d5;
	border-radius: 10px;
	padding: 15px 15px 10px 15px;
	position: relative;
	text-align: left;
	font-size: 15px;
}

.credentials p {
	color: #515151;
	margin-bottom: 5px;
}

.credentials h5 {
	font-family: 'poppins_semibold';
	margin-bottom: 10px;
}

.note {
	font-size: 11px;
	font-style: italic;
	color: #535353;
}

.credentials .icon {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	background-size: contain;
	width: 20px;
	height: 20px;
	background-position: center;
}

.step_details>p {
	font-family: 'poppins_semibold';
	margin-bottom: 15px;
}

.step_list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 25px;
}

.step_list_sec {
	width: 170px;
	position: relative;
}

.step_list_sec .step_icon::before {
	content: "";
	position: absolute;
	border: 1px dashed rgb(61 28 222 / 70%);
	width: 59%;
	left: 70%;
	top: 15px;
}

.step_list_sec:last-child .step_icon::before {
	display: none;
}

.step_list_sec h3 {
	font-family: 'poppins_semibold';
	margin-bottom: 7px;
}

.step_list_sec p {
	color: #4D4D4D;
	font-size: 13px;
}

.step_list_sec .step_icon {
	background-color: #3D1CDE;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 10px;
	background-size: 67%;
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
}

div#freetrailperiod {
	color: #3D1CDE;
	font-family: 'poppins_semibold';
	font-size: 15px;
}

/************************ Responsive styles ************************/
@media (max-width: 1100px) {
	.pricing_section {
		margin: 10px 0;
		flex-direction: column;
		gap: 20px;
		align-content: center;
	}

	.credentials {
		width: calc(50% - 5px);
	}
}

@media (max-width: 1024px) {
	/* .welcome_screen::before {
        display: none;
    } */

	.welcome_screen {
		padding-left: 20px;
	}

	.welcome_heading {
		font-size: 45px;
	}

	.welcome_disc {
		font-size: 16px;
		width: 60%;
	}

	.left_sec::before {
		height: 160px;
	}

	.question {
		font-size: 30px;
		width: calc(100% - 40px);
		line-height: 40px;
	}

	.card {
		width: 170px;
	}

	.domain_suggestion ul {
		margin-bottom: 15px;
	}

	.domain_suggestion ul li {
		font-size: 16px;
	}

	.domain_suggestion ul li:first-child {
		width: 130px;
	}

	.portal_configuration {
		width: 45%;
	}

	.portal_details {
		width: 55%;
	}
}

@media (max-width: 768px) {
	.welcome_disc {
		width: 100%;
	}

	.question_area {
		padding: 0 10px;
	}

	.form_upper_layer {
		padding: 10px;
	}

	/* .form_upper_layer {
        column-gap: 20px;
        justify-content: space-between !important;
        align-items: flex-start !important;
        align-content: normal !important;
    } */

	.form_field_50 .form_input {
		width: 97%;
	}

	.card_list {
		gap: 10px;
	}

	.card {
		/* min-height: 70px; */
		height: 80px;
		padding: 10px;
		width: 48%;
	}

	.product_box img {
		height: 70px;
	}

	.feature_list {
		gap: 20px;
	}

	.feature_box,
	.cp_sec .feature_box {
		width: 188px;
	}

	.logo_upload_box {
		max-width: 400px;
	}

	.logo_section .info_msg {
		max-width: 255px;
	}

	.header_logo_section {
		padding-right: 0;
		border: 0;
	}

	.project_title {
		display: none;
	}

	.popup-header .popup_header_btn {
		padding: 11px;
	}

	.streaming_option_title {
		font-size: 16px;
	}

	.streaming_option_description {
		font-size: 14px;
	}

	.mobile_question {
		font-size: 22px;
	}

	.form_list {
		gap: 20px;
	}

	.comingsoon_tag {
		right: 0;
	}

	.right_sec {
		padding: 15px 0;
	}

	.thankyou_section {
		padding: 15px 10px;
	}

	.portal_configuration,
	.portal_details {
		width: 100%;
	}

	.congrate_sec,
	.progress_items {
		margin-bottom: 25px;
	}

	.demoready_txt {
		margin-bottom: 20px;
	}
}

@media (max-width: 450px) {
	.streaming_option_box {
		width: 100%;
	}

	.portal_url h2 {
		font-size: 28px;
	}

	.credentials {
		padding: 10px 10px 7px 10px;
	}
}

@media (max-width: 426px) {
	/* .welcome_screen {
        gap: 20px;
    } */

	.welcome_heading {
		font-size: 35px;
	}

	.form_upper_layer {
		/* column-gap: 10px; */
		height: calc(100dvh - 182px);
	}

	.progress_bar {
		width: calc(100% - 55px);
		gap: 2px;
	}

	.product_list {
		gap: 10px;
	}

	.productPbox_parent {
		width: 49%;
	}

	.AI_tag {
		font-size: 14px;
	}

	.feature_box,
	.cp_sec .feature_box {
		width: 48%;
	}

	.feature_name {
		font-size: 15px;
	}

	.feature_add {
		width: 25px;
		height: 25px;
	}

	.feature_list {
		gap: 10px;
	}

	.color_box_parent {
		width: 100%;
	}

	.color_box {
		height: 40px;
		align-items: center;
		margin-bottom: 5px;
	}

	.comparison_tbl td,
	.comparison_tbl th {
		padding: 5px 2px;
	}

	.domain_suggestion ul li {
		font-size: 15px;
	}

	.member_edit_form .member_form {
		column-gap: 15px;
	}

	.member_form {
		gap: 5px 15px;
	}

	.credentials {
		width: 100%;
	}

	.congrate_sec h1 {
		font-size: 34px;
	}

	.progress_items ul li>p {
		width: 100%;
		display: block;
		padding-top: 3px;
	}

	.progress_items ul {
		margin-bottom: 12px;
	}
}