.preloader {
	width: 100% !important;
	left: 0 !important;
}

.app-list li,
.btnhome,
.helpButton,
buttion.setting-btn,
.go-back-btn,
.crsPointer {
	cursor: pointer;
}

/* body {
overflow-x: hidden !important;
} */

.setting-btn:focus {
	outline: none !important;
}
.setting-btn.icon-cog-setting.active,
.btnhome.active {
	color: #fff !important;
}
.header-area {
	position: fixed;
	background: #fafafa;
	width: 100%;
	top: 0px;
	padding: 10px 0;
	z-index: 999;
}

.main-content {
	margin-top: 30px;
}
.flex.align-middle img {
	overflow: hidden !important;
}

.info-block.absolute {
	z-index: 100;
}

.fa.fa-plus.select-device-btn-icon {
	color: #34c759;
	font-size: 25px;
	position: relative;
	left: 5px;
}

.fas.fa-save {
	font-size: 25px;
	color: #1fb9ff;
}
.fas.fa-save:hover {
	cursor: pointer;
	color: #19a6e7;
}

.buttonsave {
	text-align: center;
	margin: 50px 0;
	width: 100%;
}
.buttonsave button {
	color: #fff !important;
	margin-left: 25px;
	padding: 2px 30px;
	font-size: 20px !important;
	font-weight: normal !important;
}
/* color svg */
body.aafje svg rect {
	fill: #4d1965 !important;
}
body.aafje .homepageicon svg path {
	fill: #4d1965 !important;
}
body.aafje .swal-button {
	background-color: #4d1965;
	color: #fff;
}

body.aafje .swal-button:not([disabled]):hover {
	background-color: #4d1965;
}

body.aafje .bg-blue-300 {
	background-color: #4d1965 !important;
}

body.aafje .loader .loader-blade {
	background-color: #4d1965 !important;
}

body.aafje .btn.btn-primary.fas.fa-save.saveIdButton {
	color: #fff;
	background-color: #4d1965;
	border-color: #4d1965;
}

body.aafje .mx-auto.setting-btn.icon-cog-setting circle {
	fill: #4d1965 !important;
	stroke: #4d1965 !important;
}
/* button svg circle,
button svg path:first-child {
	fill: #52ae32 !important;
	stroke: #52ae32 !important;
} */

body.aafje .border-blue-200 {
	border-color: #4d1965;
}

body.aafje [type='checkbox']:checked:focus,
body.aafje [type='checkbox']:checked:hover,
body.aafje [type='radio']:checked:focus,
body.aafje [type='radio']:checked:hover {
	background-color: #4d1965 !important;
}
body.aafje [type='checkbox']:checked,
body.aafje [type='radio']:checked {
	background-color: #4d1965;
}

body.aafje [type='checkbox']:focus,
body.aafje [type='radio']:focus {
	--tw-ring-inset: var(--tw-empty);
	--tw-ring-offset-width: 2px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #4d1965;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
	outline: 2px solid transparent;
	outline-offset: 2px;
}

body.aafje .footer-area button {
	background-color: #4d1965 !important;
}

body.aafje .result-btn.min-w-192.mx-auto.py-2.px-8.text-white.font-medium.bg-green-200.rounded-full {
	background-color: #4d1965 !important;
}

body.aafje .flex.items-center button {
	background-color: #4d1965 !important;
}

body.aafje .text-blue-300 {
	--tw-text-opacity: 1;
	color: #4d1965;
}

.fa.fa-plus.select-device-btn-icon {
	color: #52ae32;
}

.text-green-200 {
	color: #52ae32 !important;
}

.custom-iframe iframe {
	padding-top: 50px;
	width: 100%;
	height: 75vh;
}

body.aafje .loadingsvgtext text:nth-child(2) {
	fill: #4d1965 !important;
}
.loadingsvgtext text {
	font-family: Interm, sans-serif !important;
	font-weight: 300;
}

body.aafje .my-auto.mr-4.aafjeExtraBtn.svgicon svg {
	background: #4d1965;
	color: #fff;
	border-radius: 9px;
	width: 41px;
	height: 40px;
	margin: 0 auto;
	padding: 4px;
}

body.aafje .aafjalist-disabled .border-blue-200 {
	border-color: #b3aeb5;
}
.aafjeRegister a:hover {
	text-decoration: none;
	color: inherit !important;
}

/*  Google Step  */
.googlefitd {
	padding: 15px 25px;
}
.googlefit-init {
	text-align: center;
}
img.googlefit {
	width: 300px !important;
}

.step-content {
	padding: 16px;
	text-align: center;
}

.step {
	display: none;
}

.step-active {
	display: block;
}
/* 
.step-navigation {
	display: flex;
	justify-content: space-between;
	padding: 16px;
	border-top: 1px solid #ccc;
	background-color: #f9f9f9;
}
*/
.step-navigation button {
	padding: 5px 20px;
	font-size: 16px;
	color: white;
	background-color: #52ae32;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	margin: 0 auto;
	width: 45%;
}

#nextBtn:disabled,
#prevBtn:disabled {
	background-color: #ccc !important;
	cursor: not-allowed;
}
#nextBtn {
	float: right;
}
#prevBtn {
	float: left;
}

#step-count {
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
#step-1 p {
	font-size: 20px;
	font-weight: bold;
	margin: 40px 0;
	padding: 10px 20px;
}
.googlefit-step {
	margin: 0 auto;
}

.step-navigation,
.step-navigation-done {
	position: absolute;
	bottom: 125px;
	width: 90%;
	text-align: center;
	padding: 0 30px;
}

.step.step-active p {
	text-align: center;
	/* border: 1px solid #ddd; */
	padding: 5px 0;
	margin-top: 10px;
	font-size: 14px;
	min-height: 110px;
}
.step.step-active img {
	/* width: 200px; */
	margin: 0 auto;
}

.step {
	text-align: center; /* Center-align content */
	padding: 10px; /* Add some padding */
}

.step img {
	width: 100% !important; /* Make the image responsive */
	max-width: 200px !important; /* Set a maximum width for larger screens */
	height: auto; /* Maintain aspect ratio */
	border-radius: 10px; /* Optional: Add rounded corners */
}

.device-content.googlefitd {
	padding: 30px 10px !important;
	padding-top: 10px;
}
.step-navigation-done {
	text-align: center;
}
#donebtn {
	background-color: #52ae32;
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 5px 20px;
	border-radius: 4px;
	cursor: pointer;
}
.openurlbutton a {
	background-color: #52ae32;
	display: inline-block;
	text-align: center;
	color: #fff !important;
	padding: 5px 20px;
	border-radius: 4px;
	cursor: pointer;
	margin-bottom: 20px;
}

body.aafje .step-navigation button,
body.aafje .openurlbutton a,
body.aafje #donebtn {
	background-color: #4d1965 !important;
}

@media (min-height: 800px) and (max-height: 895px) {
	.step img {
		max-width: 150px !important;
	}
}
@media (min-height: 755px) and (max-height: 799px) {
	.step img {
		max-width: 140px !important;
	}
}
@media (min-height: 670px) and (max-height: 754px) {
	.step img {
		max-width: 100px !important;
	}
}
@media (min-height: 630px) and (max-height: 690px) {
	.step img {
		max-width: 80px !important;
	}
}
@media (min-height: 400px) and (max-height: 629px) {
	.step img {
		max-width: 60px !important;
	}
	.step-indicator {
		margin-top: -20px;
	}
	.step.step-active img {
		margin-top: -27px;
	}
}
@media (min-height: 200px) and (max-width: 330px) {
	.step.step-active img {
		margin-top: -20px !important;
	}
	.step-navigation,
	.step-navigation-done {
		bottom: 135px !important;
	}
}
