.box {
    display: inline-block;
    padding: 0px !important;
}

.progress {
    width: 84px;
    height: 84px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    box-shadow: none;
}

.progress > .inner {
    position: absolute;
    font-weight: bold;
    color: #012850;
}

.progress > svg {
    height: 100%;
    display: block;
}

.text-style-1 {
    font-size: 24px;
}

#step-text  {
	display: block;
	margin-top: 2px;
	font-size: 12px;
}

#total-steps {
	font-size: 16px;
	color: var(--steel);
}

.body-blur{
	position: fixed;
	background-color: rgba(255,255,255,0.75);
	z-index: 3;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#e2e-interactive-header {
	z-index: 4;
  	position: relative;
}