#form fieldset {      
	background-color: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	margin-top: 32px !important;
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 100px;
}

.finish {
	text-align: center
}

#form fieldset:not(:first-of-type) {
	display: none
}

#form .previous-step, .next-step {
	width: 150px;
	font-weight: 400;
	font-size: 16px;
	color: white;
	border: 0 none;
	border-radius: 70px;
	cursor: pointer;
	margin-top: 15%;
	float: right;
	height: 40px;
}

#form .previous-step {
	position: fixed;
	bottom: 40px;
	right: 200px;
}

#form .next-step {
	position: fixed;
	bottom: 40px;
	right: 0px;
}

.form, .previous-step {
	background: transparent;
	color: #0E0059 !important;
}

.form, .next-step {
	background: #0E0059;
}

#form .previous-step:hover,
#form .previous-step:focus {
	background-color: #eeeeee
}

#form .next-step:hover,
#form .next-step:focus {
	background-color: #0E0059;
}

.previous-next-forms-buttons {
	background-color: white;
}


.text {
	color: #0E0059;
	font-weight: normal
}

#progressbar {
    
    padding-top: 11px;
	/* margin-bottom: -30px; */
	overflow: hidden;
	color: lightgrey;
    z-index:50 !important;
	padding-inline-start: 0;
	margin-inline-start: 10px;
    margin-inline-end: 10px;
}

.four-steps-progressbar {
	margin-inline-start: 0px !important;
    margin-inline-end: 3px !important;
}

.percent-advance {
	width: 10% !important;
}

#progressbar .active {
	color: #0E0059;
    z-index: 50;
}

#progressbar li {
    z-index: 50;
	list-style-type: none;
	font-size: 15px;
	width: 10%;
	float: left;
	position: relative;
	font-weight: 400
}

.three-steps {
	width: 33% !important;
}
.four-steps {
	width: 25% !important;
}
.five-steps {
	width: 20% !important;
}

#progressbar #step1:before {
	content: "1"
}

#progressbar #step2:before {
	content: "2"
}

#progressbar #step3:before {
	content: "3"
}

#progressbar #step4:before {
	content: "4"
}
#progressbar #step5:before {
	content: "5"
}
#progressbar #step6:before {
	content: "6"
}
#progressbar #step7:before {
	content: "7"
}
#progressbar #step8:before {
	content: "8"
}
#progressbar #step9:before {
	content: "9"
}
#progressbar #step10:before {
	content: "10"
}

#progressbar li:before {
	width: 25px;
	height: 25px;
	/* line-height: 45px; */
	display: block;
	font-size: 15px;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	padding: 2px
}

#progressbar li:after {
	
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
	background: #C90016
}

.progress {
	height: 10px;
    width: 100%;
    position: absolute;
    height: 6px;
    top: 21px;
    z-index: 1;
}

.progress-bar {
	background-color: #C90016;
	transition: width .4s ease;
}
