.ui-datepicker{
	z-index: 1050 !important;
}

.ui-autocomplete{
	background-color: white;
	border: 1px solid #ccc;
	max-height: 200px;
	overflow-y: auto;
	padding-left: 0;
	z-index: 1051 !important;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ui-menu-item{
	padding: 8px 12px;
	cursor: pointer;
}

.ui-menu-item:hover{
	background-color: #f0f0f0;
}

.timeline-nova-cotacao{
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 5px;
	padding: 0;
	list-style: none;
}

.timeline-step{
	text-align: center;
	position: relative;
	flex: 1;
}

.timeline-step:not(:last-child):after{
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: rgb(36, 154, 59);
	position: absolute;
	left: 50%;
	top: 25%;
	z-index: 0;
}

.timeline-step:first-child:after{
	width: 100%;
	left: 50%;
	top: 25%;
}

.timeline-step.active:not(:last-child):after{
	background: rgb(36, 154, 59);
}

.timeline-step .circle{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	border: 2px solid rgb(36, 154, 59);
	background: #ffffff;
	color: rgb(34, 96, 43);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	z-index: 1;
	position: relative;
	cursor: pointer;
}

.timeline-step.active .circle{
	background: rgb(36, 154, 59);
	color: #ffffff;
}

.timeline-step .label{
	margin-top: 10px;
	font-size: 14px;
	display: inline;
}

.form-step{
	display: none;
}

.form-step.active{
	display: block;
}
