/**** THIS FILE BELONGS TO FORESEEN INSTANCE uniformdev.lukashozak.cz, LAST REFRESHED ON 2026-03-30 20:00:32 ****/
.search-form {
	position : relative;
	width : 75%;
	margin : 8px auto;
}

.search-input {
	width : calc(100% - 45px);
	border-radius : 5px;
}

.search-submit {
	border-radius : 5px;
	width : 25px;
	margin-left : 5px;
}

.search-bar {
	position:relative;
}

.search-bar-input{
	height: 22px;
	width : 350px;
	border-radius : 5px;
	border-top-right-radius : 0;
	border-bottom-right-radius : 0;
	border-right : none;
}

.search-bar-input-cancel {
	display:inline-block;
	width : 15px;
	border-radius : 5px;
	border-top-left-radius : 0;
	border-bottom-left-radius : 0;
	border-left:none;
	
	background : white;
	color: black;
	padding : 3px 5px 5px 5px;
	user-select : none;
}

.search-bar-carousel {
	position : relative;
	display : inline-block;
	margin : 0 0 14px 10px;
	font-size : 21px;
}
.search-bar-carousel span {
	position : absolute;
	transition : transform 0.3s ease, opacity 0.3s ease;
}

.search-bar-results {
	position: absolute;
	background: white;
	width: 350px;
	left: 2px;
	z-index: 5000;
	border: 1px solid black;
	color: black;
	display:none;
	user-select : none;
}

.search-results {
	width : calc(100% - 50px);
	margin : 0 25px;
}

.search-result {
	
}