.search_box_outer {
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5), 0 0 20px rgba(0,0,0,0.9), 0 0 40px rgba(0,0,0,0.8);
	background: rgba(0, 0, 0, 0.7) !important;

	box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(14.2px);
	-webkit-backdrop-filter: blur(14.2px);
	
    border-radius: 25px;
}

.ui-autocomplete-loading {
	background: url('https://www.fastbit.se/wp-content/uploads/2024/02/Animering_logo_snurr_20px.gif') no-repeat right center !important;
}

.search_box {
	border: 1px solid #DDD;
	background-color: white;
	color: black;
	font-size: 1.2em;
	width: 100%;
	margin: auto;
	
}

.search_box i {
	background-color: white;
	margin: 5px;
	padding: 5px; 
	text-shadow: none !important;
}

.search_in_progress {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 100000;
	text-align: center;
}

/*
.search_in_progress_inner {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
	color: black;
}
*/

.search_in_progress_inner {
	margin-top: 200px;
	padding: 20px;
}

.search_in_progress_inner h1 {
	color: rgb(0, 115, 165) !important;
}

.search_box input {
	width: calc(100% - 80px);
	border: none !important;
	background-color: white !important;
	font-size: 1.1em !important;
}

.search_box input {
	width: calc(100% - 80px);
	border: none !important;
	background-color: white !important;
	font-size: 1.1em !important;
	outline: none;
}


.rounded_corners {
	border-radius: 9px 9px 9px 9px;
}