/* Styles definition here */
.ui-datepicker, #fbuilder .slots {
	box-shadow: none !important
}

#fbuilder .slots {
	border-radius: 8px;
}

.usedSlots .ahb_list {
	font-size: 16px;
	font-weight: bold;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	background-color: #7EAA92;
	border-radius: 8px;
}

.ahb_list_quantity .cancel {
	color: white !important;
}

#fbuilder .pbreak .pbPrevious, #fbuilder .pbreak .pbNext, #fbuilder .pbSubmit {
	    width: 270px;
		height: 60px;
		border: none;
		outline: none;
		background: #2f2f2f;
		color: #fff;
		font-size: 16px;
		border-radius: 40px;
		text-align: center;
		box-shadow: 0 6px 20px -5px rgba(0,0,0,0.4);
		position: relative;
		overflow: hidden;
		cursor: pointer;
}