.consumer-app-container .page-order-tracking {
	min-height: 70vh;
	padding: 4rem 0;
	position: relative;
}

.consumer-app-container #order-tracking {
	margin-bottom: 0;
	margin-top: 0;
}

.consumer-app-container fieldset {
	margin-bottom: 0;
	margin-top: 0;
}


.consumer-app-container .stepper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	margin-top: 60px;
}

.consumer-app-container .stepper::before {
	content: '';
	position: absolute;
	top: 47px;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #dee2e6;
	z-index: 0;
}

.consumer-app-container .step {
	text-align: center;
	position: relative;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	z-index: 1;
}

.consumer-app-container .circle {
	padding: 24px;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #dee2e6;
	margin: auto;
    margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.consumer-app-container #main .circle img {
	width: 50px;
	height: 50px;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border-radius: 0 !important;
}

.consumer-app-container .step.completed .circle {
	background-color: var(--wp--preset--color--primary);
	color: white;
 }


.consumer-app-container .step.active .circle {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	background-color: var(--wp--preset--color--primary);
}
.consumer-app-container .step.completed .circle svg {
    fill: #fff;
}
.consumer-app-container .circle svg {
	width: 35px;
	height: 35px;
    fill: rgb(156 163 175)
}

.consumer-app-container .label {
	margin-top: 12px;
	font-size: 1rem;
	color: #6c757d;
}

.consumer-app-container .step.active .label {
	color: #0d6efd;
	font-weight: bold;
}

.consumer-app-container .step.completed .label {
	color: var(--wp--preset--color--primary);
	font-weight: bold;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    
	.ss-form-order-tracking {
		padding-left: 10px;
		padding-right: 10px;
	}
}