.genric-btn
{
	border-radius: 25px;
}

#register-tab-step .nav-item a.nav-link.active {
	border: 3px solid #007bff;
}

#register-tab-step .nav-item a.nav-link:not(.active) {
	color: #cccccc;
	border: 3px solid #cccccc;
	cursor: default;
	background-color: #ffffff;
}

#register-tab-step {
	position: relative;
}

#register-tab-step::before {
	content: '';
	width: calc(100% - 30px);
	height: 3px;
	background-color: #cccccc;
	position: absolute;
	top: 23px;
	left: 15px;
	z-index: -1;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #77100F !important;
	border: 1px solid #EEDBDB !important;
}
