/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.mapsvg-wrap .mapsvg-directory-search-wrap-margin::after,
.mapsvg-filters-wrap .mapsvg-directory-search-wrap-margin::after {
	content: '\f002';
	width: 44px;
	height: 44px;
    color: #fff;
	background-color: #036aa4;
	font-family: 'Font Awesome 5 Free';
    font-size: 20px;
	font-weight: 900;
	line-height: 44px;
	text-align: center;
	display: inline-block;
    position: absolute;
	top: 0;
	right: 0;
    cursor: pointer;
	z-index: 2;
}
.mapsvg-wrap .mapsvg-directory-search-wrap-margin {
    height: 44px;
}