.input-group-text {
	width: 48px;
	background: rgba(22, 38, 74, 1);
	border-radius: 0.55rem;
	/* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.42); */
}

.input-group-text-bar {
	width: 48px;
	/* background: rgba(22, 38, 74, 1); */
	/* border-radius: 0.55rem; */
	/* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.42); */
}

.custom-input-cover {
	width: 90%;
	margin: 1rem 1rem 0rem 1rem;
	order: 1;
	box-shadow: 1px 2px 7px -4px rgb(0 0 0 / 42%);
	border-radius: 5px;
}

.show-ui {
	/* position: absolute; */
	/* top: 48px; */
	padding: 18px;
	font-size: 20px;
	color: rgba(150, 150, 150, 1);
	order: 2;
}

.search-icon {
	position: absolute;
	left: 0%;
	right: 26.32%;
	top: 0%;
	bottom: 26.32%;
	border: 4px solid #fff;
	height: 24px;
	width: 24px;
	left: 8px;
	top: 6px;
	border-radius: 30px;
}

.search-icon::before {
	content: " ";
	position: absolute;
	left: 61.16%;
	margin: 2px;
	top: 99.16%;
	height: 6px;
	transform: rotate(45deg);
	border-radius: 12px;
	width: 18px;
	background-color: #fff;
}

.leaflet-div-icon {
	/* background: unset !important; */
	/* border: unset !important; */
	width: 65px !important;
	height: 65px !important;
	background-color: rgb(22, 38, 74) !important;
	border-radius: 45px;
	border: unset !important;
	text-align: center;
	line-height: 2.3;
}

.leaflet-div-icon b {
	color: rgb(255, 255, 255);
	font-size: 28px;
}

.leaflet-div-cound {
	font-size: 25px;
	margin-left: 15px;
	margin-top: -28px;
}

#refreshButton {
	display: none;
	position: absolute;
	background-color: rgb(255 255 255);
	border: 0px;
	bottom: 6%;
	color: rgb(65 177 189);
	font-size: 18px;
	right: 2%;
	padding: 10px;
	z-index: 1001;
	font-weight: 500;
	box-shadow: 1px 5px 16px 3px rgb(0 0 0 / 28%);
	cursor: pointer;
}

.leaflet-popup1-right1 {
	padding-top: 13px;
	padding-right: 10px;
	cursor: pointer;
	z-index: 999;
}

.leaflet-popup1-right {
	padding: 4px;
	width: 177px;
	cursor: pointer;
	z-index: 999;
}

.leaflet-popup1-left {
	background-color: rgb(100, 171, 245);
	color: rgb(255, 255, 255);
	line-height: 3;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding: 5px;
	cursor: pointer;
}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;
	margin: -10px auto 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 0%;
	top: 52%;
	margin-left: -20px;
	overflow: unset;
	pointer-events: none;
	z-index: -9;
}

.leaflet-popup-content {
	margin: unset;
	display: flex;
}

.leaflet-popup-tip {
	background-color: rgb(100 171 246) !important;
	box-shadow: unset !important;

}

.leaflet-popup-content-wrapper {
	padding: 0px !important;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: rgb(246 246 246);
	color: #333;
	box-shadow: 12px 8px 16px rgb(0 0 0 / 28%);
}

.leaflet-top {
	width: 100%;
	height: 100%;
	z-index: 1020;
}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 6px;
}

.leaflet-container .leaflet-control-search {
	position: relative;
	/* float:left; */
	background: #fff;
	color: #1978cf;
	border: 2px solid rgba(0, 0, 0, 0.2);
	background-clip: padding-box;
	/* -moz-border-radius: 4px; */
	/* -webkit-border-radius: 4px; */
	/* border-radius: 4px; */
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 1000;
	margin-left: 10px;
	margin-top: 10px;
	border-bottom-left-radius: 20px;
}

.leaflet-control-search.search-exp {
	/*expanded*/
	/* background: #fff; */
	/* border: 2px solid rgba(0,0,0,0.2); */
	transform: translate(150%, 0px);
	margin: unset !important;
	border: unset;
	background-clip: padding-box;
	width: 238px;
	/* height: 204px; */
	max-height: 100%;
	padding: 1rem;
	display: flex;
	background: rgba(239, 239, 239, 1);
	transition: height 0.3s,
		transform 0.3s;
	flex-direction: column;
	box-shadow: 1px 1px 9px 0px #00000054;
}

.leaflet-control-search .search-input {
	display: block;
	float: left;
	background: #fff;
	border: 0px solid #666;
	border-radius: 2px;
	height: 44px;
	font-size: 18px;
	padding: 9px;
	margin: unset;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	/* box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.42); */
	/* width: 88%; */
	/* margin-top: 10px; */
	/* margin-left: 15px; */
}

.leaflet-control-search.search-load .search-input {
	background: url('/images/loader.gif') no-repeat center right #fff;
}

.leaflet-control-search.search-load .search-cancel {
	visibility: hidden;
}

.leaflet-control-search .search-cancel {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	right: 28px;
	margin: 11px 0;
	background: url('/images/search-icon.png') no-repeat 0 -46px;
	text-decoration: none;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.leaflet-control-search .search-cancel:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.leaflet-control-search .search-cancel span {
	display: none;
	/* comment for cancel button imageless */
	font-size: 18px;
	line-height: 20px;
	color: #ccc;
	font-weight: bold;
}

.leaflet-control-search .search-cancel:hover span {
	color: #aaa;
}

.leaflet-control-search .search-button {
	/* display:block; */
	display: none;
	float: left;
	width: 30px;
	height: 30px;
	background: url('/images/search-icon.png') no-repeat 4px 4px #fff;
	border-radius: 4px;
}

.leaflet-control-search .search-button:hover {
	background: url('/images/search-icon.png') no-repeat 4px -20px #fafafa;
}

.search-tooltip {
	height: 88% !important;
}

.leaflet-control-search .search-tooltip {
	/* position: absolute; */
	/* top: 22%; */
	/* left: 0; */
	float: left;
	list-style: none;
	padding-left: 0;
	min-width: 100%;
	/* max-height: 467px; */
	box-shadow: unset;
	background-color: unset;
	z-index: 1010;
	overflow-y: auto;
	overflow-x: hidden;
	cursor: pointer;
	font-size: 18px;
	width: 100%;
	padding: 10px;
	order: 3;
}

.leaflet-control-search .search-tip {
	margin: 2px;
	padding: 13px 4px;
	display: block;
	color: rgb(22, 38, 74);
	background: unset;
	/* border-radius:.25em; */
	text-decoration: none;
	box-shadow: 0px 0.3px rgb(150, 150, 150);
	white-space: nowrap;
	vertical-align: center;
}

.leaflet-control-search .search-tip:hover {
	background: rgba(181, 210, 205, 1) !important;

}

.leaflet-control-search .search-button:hover {
	background-color: #f4f4f4;
}

.leaflet-control-search .search-tip-select,
.leaflet-control-search .search-tip:hover {
	background-color: #fff;
}

.leaflet-control-search .search-alert {
	cursor: pointer;
	clear: both;
	font-size: .75em;
	margin-bottom: 5px;
	padding: 0 .25em;
	color: #e00;
	font-weight: bold;
	border-radius: .25em;
}

.search-input-newDivBtu {
	text-align: end;
	cursor: pointer;
}

.search-input-newDivBtu>img {
	max-width: 100%;
}

@media (max-width: 1200px) {}

@media (max-width: 992px) {}

@media (max-width: 768px) {
	.leaflet-control-search.search-exp {
		width: 100%;
		box-shadow: 1px 0px 10px 0px #0000003b;
		border-radius: 0 !important;
	}

	.search-input-newDivBtu {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1000;
	}

	.custom-input-cover {
		width: 85%;
		box-shadow: unset;
	}

	.leaflet-control-search .search-input {
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
	}

	.input-group-prepend {
		/* margin: 0px 7px 0px 0px; */
	}

	.input-group-text {
		border-radius: 0.55rem !important;
	}
}

@media (max-width: 576px) {}