body {background: #fff;}
	.hs-title-size-1{
		margin: 0px 0px 40px 0px !important;
	}
	.appicon {
	    background: #fff;
	    border: 1px solid #ddd;
	    border-radius: 4px;
	    height: 1.2em!important;
	    width: auto!important;
	    position: relative;
	    top: .1em;
	    vertical-align: text-bottom;
	    pointer-events: none;
	    opacity: 0.5;
	}
	.hidefromapp{
			opacity:0;
	}

	.hidefromsite{
		opacity:0;
	}
	.markYellow {
	  background: yellow;
	  color: black;
	}
	.searchform{
		text-align: center; 
	}
	.search{
	    border-radius: 40px;
	    padding: 25px 0px;
	    letter-spacing: inherit;
	    border-left: 0px;
	    border-color: #000 ;
	}
	.searchaddon{
		padding: 4px 10px 4px 20px;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 4px;
	    color: #555;
	    text-align: center;
	    background-color: #fff; 
	    border: 1px solid #000;
	    border-radius: 44px;
	}
	.form-control:focus {
    	border-color: #000;
	}
	.icons {font-size:14px;}
	.icons a {color:#333;}
	.icons a:HOVER {color:#1A91BD;}
	.icons img {
		height:60px;
		margin-bottom:15px;
	}
	.counter{
		background: #333;
	    /* border: 1px solid #ccc; */
	    border-radius: 50%;
	    padding: 4px;
	    width: 40px;
	    height: 40px;
	    line-height: 32px;
	    display: inline-block;
	    color: #fff;
	    margin-top: 20px;
	    margin-bottom: 10px;
	}
	.btn-warning{
		background-color: #666;
	}
	.btn-warning[disabled]{
		background-color: #ccc;
		border-color: #ccc;
	}
	.app-selector{
		list-style: none;
		width:350px;margin:auto;display:block;
	}
	.app-selector>li>img {
    	width: 60px;
    	opacity:0.6;
	}
	.app-selector>li>img:HOVER {
    	opacity:1;
	}
	.app-selector>li.selected>img {
    	/*border:2px solid #000;
    	border-radius:18px;*/
    	width: 80px;
    	margin-top: -10px;
    	opacity:1;
	}
	.app-selector>li {
	    float: left;
	    margin: 0px 10px;
	    cursor: pointer;
	}
	.app-selector .app-label{
		font-size: 11px;
	    letter-spacing: 1px;
	    color: #000;
	    padding-top: 5px;
	    text-transform: uppercase;
	    display: none;
	}
	.app-selector>li.selected .app-label{
		display: block;
	}
	.searchcontainer{
		width: 450px;margin: auto;
	}
	.supportform{
		width: 400px;margin:auto;
		text-align: left;
	}
	.supportform .input-lg{
		margin-top:10px;
	}
	.supportform small, .supportform .small {font-size:12px;text-align: left;line-height: 14px;}

	.supportform select, .supportform input, .supportform textarea, .supportform small, .supportform .small , .supportformthankyou{
		display:none;
	}
	.error {border-color:#cc0000;}
	.errormsg{ color:#cc0000; font-size: 12px; display:none;}

	@media (max-width: 600px) {
		.searchcontainer {
			width: 90%;
			/*margin-left: 0px;
	    	margin-right: 0px;*/
		}
		.supportform {
			width: 90%;
		}
		
		.app-selector{
			width:350px;
		}
		.app-selector>li>img {
	    	width: 40px;
		}
		.app-selector>li.selected>img {
	    	/*border-radius:16px;*/
	    	width: 60px;
	    	margin-top: -10px;
		}
		
	}
	.results {padding-bottom: 40px;display: none;}
	.results .keyword {text-transform: capitalize;}
	.results small {display:block; font-size: 14px;color: #666;margin-bottom: 40px;margin-top: 5px;text-transform: capitalize;}
	.results .link  {text-transform: none;margin-bottom: 5px; font-size:16px;}
	.results hr {margin:40px 0px;}

/* Support Modal Styles */
.modal-header {
    min-height: 16.43px;
    padding: 0px;
    border-bottom: none;
}

#supportModal .modal-dialog {
	max-width: 90%;
	width: 900px;
	margin: 30px auto;
}

#supportModal .support-modal-content {
	border-radius: 40px;
	border: none;
	padding: 20px 40px 20px 40px;
	position: relative;
	max-height: 90vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#supportModal .modal-body {
	padding: 0;
	position: relative;
	flex: 1;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

#supportModal .close {
	position: absolute;
	right: 40px;
	top: 25px;
	font-size: 30px;
	opacity: 0.3;
	z-index: 10;
	font-weight: 300;
}

#supportModal .close:hover {
	opacity: 0.7;
}

.support-modal-main {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	min-height: 450px;
	max-height: 70vh;
	width: 100%;
}

.support-modal-main h2,
.support-modal-title {
	font-size: 40px;
    margin: 0 0 2rem;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 50px;
    flex-shrink: 0;
	margin-top: 10px;
}

.support-modal-title .step-separator {
	color: #ccc;
	font-weight: 300;
	font-size: 24px;
}

.support-modal-title .current-step {
	color: #000;
}

/* Optional Step Progress Indicators */
/* Option 1: Dot indicators */
.step-progress-indicator {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-bottom: 30px;
}

.step-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e0e0e0;
	transition: background-color 0.3s ease;
}

.step-dot.active {
	background-color: #000;
}

.step-dot.completed {
	background-color: #666;
}

/* Option 2: Progress bar (alternative) */
.step-progress-bar {
	width: 100%;
	height: 4px;
	background-color: #e0e0e0;
	border-radius: 2px;
	margin-bottom: 30px;
	overflow: hidden;
}

.step-progress-bar-fill {
	height: 100%;
	background-color: #666;
	transition: width 0.3s ease;
	width: 20%; /* 20% for step 1 of 5 */
}

/* Option 3: Numbered step circles (alternative) */
.step-circles {
	display: flex;
	justify-content: space-between;
	max-width: 400px;
	margin: 0 auto 30px;
}

.step-circle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #e0e0e0;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 600;
	color: #999;
	position: relative;
}

.step-circle.active {
	border-color: #666;
	background-color: #666;
	color: #fff;
}

.step-circle.completed {
	border-color: #999;
	background-color: #999;
	color: #fff;
}

.step-circle:not(:last-child)::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: calc((100vw - 80px) / 4);
	max-width: 60px;
	height: 2px;
	background-color: #e0e0e0;
}

.support-modal-subtitle {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	margin-bottom: 15px;
	text-align: left;
}

.step-subtitle {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 10px;
	text-align: center;
}

.step-subtitle-left {
	text-align: left;
}

.email-error-message {
	color: #cc0000;
	font-size: 14px;
	font-weight: 600;
	margin-top: -10px;
	margin-bottom: 15px;
	text-align: left;
}

/* Step 3 - Important Items */
.important-items {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px;
}

.important-items-left {
	margin: 0;
	padding: 0;
}

.important-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.important-item.animate-in {
	opacity: 1;
	transform: translateY(0);
}

.item-number {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #333;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: 700;
	flex-shrink: 0;
	margin-right: 25px;
}

.item-text {
	flex: 1;
	font-size: 20px;
	line-height: 1.5;
	padding-top: 12px;
}

.item-text strong {
	color: #000;
	font-weight: 600;
}

.check-link {
	color: #1A91BD;
	font-size: 16px;
	text-decoration: none;
	margin-top: 5px;
	display: inline-block;
}

.check-link:hover {
	text-decoration: underline;
}

/* Step 4 - Searching State */
.searching-text {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.skip-link {
	color: #1A91BD;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 40px;
}

.skip-link:hover {
	text-decoration: underline;
}

.progress-container {
	max-width: 500px;
	margin: 60px auto;
}

.progress-label {
	background-color: #7DD4C3;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 15px;
	letter-spacing: 1px;
}

.progress-bar-wrapper {
	position: relative;
	margin-bottom: 10px;
}

.progress-bar-bg {
	width: 100%;
	height: 12px;
	background-color: #E0E0E0;
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
}

.progress-bar-fill {
	height: 100%;
	background-color: #4DB8A8;
	width: 0%;
	transition: width 0.3s ease;
	border-radius: 6px;
}

.progress-percentage {
	font-size: 24px;
	font-weight: 600;
	color: #4DB8A8;
	text-align: right;
}

/* Step 4 - Results State */
.suggestions-container {
	height: 350px;
	overflow-y: auto;
	margin-bottom: 30px;
	padding-right: 10px;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	padding: 20px;
}

.suggestion-item {
	margin-bottom: 30px;
	line-height: 1.6;
}

.suggestion-item strong {
	font-size: 16px;
	font-weight: 600;
	color: #000;
	display: block;
	margin-bottom: 8px;
}

.suggestion-item p {
	font-size: 15px;
	color: #333;
	margin-bottom: 8px;
}

.suggestion-item a {
	color: #1A91BD;
	font-size: 15px;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

.suggestion-item a:hover {
	text-decoration: underline;
}

.suggestion-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 25px;
}

.btn-solved {
	background-color: #E8B84D;
	color: #000;
	border: none;
	padding: 15px 50px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.btn-solved:hover {
	background-color: #D9A83D;
}

.btn-need-help {
	background-color: #666;
	color: #fff;
	border: none;
	padding: 15px 50px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.btn-need-help:hover {
	background-color: #555;
	color: #fff;
}

/* Step 5 - Success and Support Request Screens */
.success-text {
	font-size: 18px;
	color: #333;
	line-height: 1.6;
	margin-bottom: 60px;
}

.exit-button-container {
	margin-top: 40px;
}

.btn-exit {
	background-color: #666;
	color: #fff;
	border: none;
	padding: 15px 50px;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.btn-exit:hover {
	background-color: #555;
	color: #fff;
}

.support-modal-form {
	text-align: left;
	flex: 1 1 auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	margin-bottom: 0;
	min-height: 350px;
}

.support-modal-form .form-control {
	margin-bottom: 15px;
	border-radius: 12px;
	border: 1px solid #ddd;
	padding: 12px 20px;
	font-size: 18px;
	background-color: #fff;
	height: auto;
	line-height: 1.4;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	letter-spacing: normal;
}

.support-modal-form select.form-control {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 12px;
	padding-right: 45px;
}

.support-modal-form .form-control:focus {
	border-color: #999;
	box-shadow: none;
	outline: none;
}

.support-modal-form textarea.form-control {
	height: 316px !important;
	resize: none;
	margin-bottom: 0px;
}

.support-modal-form .row {
	margin-left: -10px;
	margin-right: -10px;
}

.support-modal-form .col-md-6 {
	padding-left: 10px;
	padding-right: 10px;
}

.support-modal-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	position: relative;
	flex-shrink: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px solid #f0f0f0;
	min-height: 80px;
}

.support-modal-footer .step-progress-indicator {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 0;
	bottom: 10px;
}

.support-modal-footer .btn {
	padding: 15px 60px;
	border-radius: 30px;
	font-size: 16px;
	background-color: #666;
	border-color: #666;
	color: #fff;
	text-transform: none;
	margin-left: auto;
	margin-bottom: 10px;
}

.support-modal-footer .btn:hover {
	background-color: #555;
	border-color: #555;
}

.support-modal-footer .btn:disabled,
.support-modal-footer .btn[disabled] {
	background-color: #ccc;
	border-color: #ccc;
	cursor: not-allowed;
	opacity: 0.6;
}

.support-modal-footer .btn:disabled:hover,
.support-modal-footer .btn[disabled]:hover {
	background-color: #ccc;
	border-color: #ccc;
}

/* .step-content has no additional styling - content will scroll within support-modal-form */

.windows-android-message,
.subscription-response-message {
	background-color: #f5f5f5;
	padding: 40px;
	border-radius: 12px;
	margin-top: 20px;
}

.windows-android-message h4,
.subscription-response-message h4 {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
	line-height: 1.4;
}

.windows-android-message p,
.subscription-response-message p {
	font-size: 16px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 15px;
}

.windows-android-message p:last-child,
.subscription-response-message p:last-child {
	margin-bottom: 0;
}

.subscription-response-message a {
	color: #1A91BD;
	text-decoration: none;
}

.subscription-response-message a:hover {
	text-decoration: underline;
}

@media (max-width: 992px) {
	#supportModal .support-modal-content {
		padding: 40px 30px;
		border-radius: 20px;
	}
	
	#supportModal .modal-dialog {
		margin: 15px;
		max-width: 100%;
	}
	
	#supportModal .support-modal-content {
		padding: 40px 30px 60px 30px;
		max-height: 95vh;
	}
	
	.support-modal-main {
		min-height: 400px;
		max-height: 75vh;
	}
	
	.support-modal-form {
		min-height: 300px;
	}
	
	.support-modal-footer {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 15px;
		min-height: 70px;
	}
	
	.support-modal-title {
		font-size: 36px;
	}
	
	.support-modal-form textarea.form-control {
		height: 250px !important;
	}
	
	.support-modal-footer {
		flex-direction: column;
		gap: 20px;
	}
	
	.support-modal-footer .step-progress-indicator {
		position: static;
		transform: none;
	}
	
	.support-modal-footer .btn {
		margin-left: 0;
		width: 100%;
	}
	
	.important-items {
		padding: 10px;
	}
	
	.important-item {
		margin-bottom: 20px;
	}
	
	.item-number {
		width: 40px;
		height: 40px;
		font-size: 20px;
		margin-right: 15px;
	}
	
	.item-text {
		font-size: 16px;
		padding-top: 8px;
	}
	
	.check-link {
		font-size: 14px;
	}
	
	.progress-container {
		margin: 40px 20px;
	}
	
	.suggestion-buttons {
		flex-direction: column;
		gap: 15px;
	}
	
	.btn-solved,
	.btn-need-help,
	.btn-exit {
		width: 100%;
		padding: 15px 30px;
	}
	
	.suggestions-container {
		height: 250px;
	}
	
	.success-text {
		font-size: 16px;
		margin-bottom: 40px;
	}
	
	.exit-button-container {
		margin-top: 40px;
	}
}

