.span.select2-selection.select2-selection--single {
	border: 2px solid #e9ecef !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
span.select2-selection.select2-selection--single {
	height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px !important;
}

.cust_li_pending > li {
	padding-left: 15px;
	padding-right: 15px;
}

.cust_box_shadow {
	box-shadow: 3px 3px #CCC;
}
.hidden {
	display: none;
}

.step-bar {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #f1f1f1;
	display: flex;
}

/* Style for each step */
.step-bar li {
	flex: 1;
	text-align: center;
	border-right: 1px solid #ddd;
}

/* Style for the last step (no right border) */
.step-bar li:last-child {
	border-right: none;
}

/* Style for the active step */
.step-bar li.active {
	background-color: #4CAF50;
	color: white;
}

#spinner-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

#spinner {
	color: #fff;
	font-size: 20px;
}
#spinner-hotel-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

#spinner-hotel {
	color: #fff;
	font-size: 20px;
}

#spinner-ins-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

#spinner-ins {
	color: #fff;
	font-size: 20px;
}

#spinner-visa-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

#spinner-visa {
	color: #fff;
	font-size: 20px;
}