/* Progress Bar: Start */
.wlm-step-progress-container {
	--line-border-done: #47EBB0;
	--line-border-fill: #00b9eb;
	--line-border-empty: #DBE4EE;
	--text-color-default: #444444;
	--text-color-light: #9a9a9a;
}
.wlm-step-progress-container {
	display: flex;
	margin-top: 15px;
}
.step-progress-item {
	background: var(--line-border-empty);
	display: flex;
	font-weight: bold;
	width: 100%;
	justify-content: center;
	padding: 10px 0 11px 10px;
	position: relative;
	cursor: pointer;
}
.step-progress-title {
	padding-left: 4px;
}
.step-progress-item:after, .step-progress-item:before {
	content: "";
	position: absolute;
	top: 0;
	right: -17px;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 17px solid var(--line-border-empty);
	z-index: 2;
}
.step-progress-item:before {
	right: auto;
	left: 1px;
	border-left: 17px solid #fff;
	z-index: 0;
}

.step-progress-item:first-of-type:before,
.step-progress-item:last-child:after {
	border: none;
}
.step-progress-item:first-of-type {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}
.step-progress-item:last-child {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}


/* Current */
.step-progress-item.current {
	background: #054A91 !important;
	color: #fff;
}


.step-progress-item.current:after,
.step-progress-item.current:before {
	border-left: 17px solid #054A91;
}

.step-progress-item.current:before {
	border-left: 17px solid #fff;
}

/* Done */
.step-progress-item.done {
	background: #5CD5A9 !important;
	color: #fff;
}

.step-progress-item.done:after,
.step-progress-item.done:before {
	border-left: 17px solid #5CD5A9;
}

.step-progress-item.done:before {
	border-left: 17px solid #fff;
}

/* Before */

.step-progress-num:after {
	content:".";
}


@media only screen and (max-width: 1250px) {
	.step-progress-num:after,
	.step-progress-title {
		display: none;
	}
	.wizard-title-heading {
		display: block !important;
	}
}
/* Progress Bar: End */

.wizard-title-heading {
	display: none;
}
.membership-level:not(:last-of-type) {
	margin-bottom: 1em;
}
.card.wizard.wizard-form {
	box-shadow: 0 3rem 2rem -3rem rgba(0, 0, 0, 0.2);
}
div.row.membership-levels:only-of-type .col-auto {
	display: none;
}
div.membership-levels a {
	text-decoration: none;
}
div.membership-levels a:not(:hover) {
	color: #BDBDBD;
}
.membership-levels input.membership-level:not(:first) {
	width: calc(100% - 40px);
}
.header-icons li:not(:last-child) {
	display: none;
}
.header-icons {
	margin-right: -15px !important;
	margin-top: -15px !important;
}
