:root {
	--global-unselectedColor: #ACBCEB;
	--global-selectedColor: #2f5fef;
}

#wizardtabs_DIV {
	background-color: #FFFFFF;
}

	#wizardtabs_DIV .wizard {
		background-color: #FFFFFF;
		position: relative;
		padding: 0px 0px 0px 0px;
		top: 0;
		z-index: 1000;
	}

		#wizardtabs_DIV .wizard hr {
			text-align: center;
			margin: 0;
			height: 1.5px;
			color: var(--global-selectedColor);
			background-color: var(--global-selectedColor);
		}

	#wizardtabs_DIV .round-tab {
		height: 15px;
		width: 15px;
		background-color: var(--global-unselectedColor);
		border-radius: 50%;
		display: inline-block;
		margin-top: 10px;
	}

	#wizardtabs_DIV ul.nav.nav-tabs {
		text-align: center;
		border: 0;
	}

		#wizardtabs_DIV ul.nav.nav-tabs li a {
			border: 0px;
			cursor: pointer;
			padding-left: 5px;
			padding-right: 5px;
			padding-top: 5px;
			padding-bottom: 10px;
			background-color: transparent;
		}

			#wizardtabs_DIV ul.nav.nav-tabs li a i {
				font-size: 13px;
			}

	#wizardtabs_DIV .connecting-line {
		background: #2f5fef;
		position: absolute;
		opacity: 0.2;
		top: 65%;
	}

/*@media screen and (max-width: 1208px) {
	#wizardtabs_DIV .connecting-line {
		display: none !important;
	}

	#wizardtabs_DIV .round-tab {
		display: none !important;
	}
}
*/

ul[role=tablist] {
	display: flex;
	justify-content: center;
}

footer[role=contentinfo] {
	z-index: 1001;
}
