.finder {
	position: fixed;
	top: 50%;
	right: -1000px;
	z-index: 9998;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 70px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px;
	transition: top 0.15s ease-out;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #EBEBEC;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%), 0 2px 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%), 0 2px 10px 0 rgb(0 0 0 / 15%);
	
}

.finder-activator {
	position: fixed;
    right: 0px;
	top: 50%;	
    font-size: 30pt;
	padding: 10px;
    list-style: none;
    border: none;
    border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
    background-color: #EBEBEC;
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%), 0 2px 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 30%), 0 2px 10px 0 rgb(0 0 0 / 15%);
	cursor: pointer;
	z-index: 9997;
}

a.finder-activator:hover {
	background-color: #EeEeEe;
}   

.finder.active {
	right:0;
}


.finder-input {
	flex-grow: 1;
	width: 250px;
	height: 60px;
	min-height: 60px;
	border: none;
	padding: 8px;
	outline: none !important;
	font-size: 30pt!important;
}

.finder-input.not-found {
	color: #e7353f;
}

.btn-finder {
	width: 60px;
	min-width: 60px;
	height: 60px;
	min-height: 60px;
	text-align: center;
	padding: 7;
	font-size: 30pt;
}

.finder-input,
.btn-finder:not(:last-child) {
	margin-right: 5px;
}

.finder-count {
	color: #888;
	white-space: nowrap;
    position: absolute;
    right: 210;
    top: 8px;	
}

.btn-finder,
.finder-count {
	flex-shrink: 0;
	flex-grow: 0;
}

.highlight {
	background: #ff8;
}

.highlight.active {
	background: #ffd71b;
}
