@font-face {
    font-family: 'css/Barlow';
    src: url('Barlow-Medium.ttf') format('truetype');
} 

::-webkit-scrollbar {
    width: 2px;
}

.leaflet-popup-content-wrapper {
    border-radius: 5 ;
    font-size: 15px;
	padding: 0px;
    /* width: 100% !important; */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.11), 0 3px 6px rgba(0, 0, 0, 0.32) ;
	height: 100% !important;
}

.leaflet-popup-tip-container{
	display:none;
}

.leaflet-popup-content{
	margin: 0px;
	/**width: 350px !important;*/
	
}

.leaflet-container a.leaflet-popup-close-button {
    display: none;
	/*
	color: #000;
    font-weight: 200;
    font-size: 20px;
    
    width: 40px;
    height: 40px;
    
    margin-top: 4px;
    margin-right: 4px;
    padding-top: 3px;
    padding-left: 0px;*/
}

.ui-dialog-titlebar{
	background-color: #fff !important;
	color: #4B8CC2 !important;
	text-transform: none;
	font-size: 20px !important;
	padding: 15px 0px 15px 15px !important;
}

.ui-dialog-titlebar-close  {
    float: right;
	margin-right: 10px !important;
	margin-top: -20px !important;
	cursor: pointer;
}

.ui-corner-all{
    border-radius: 10px !important;	
}

.ui-dialog-content{
	padding: 0px  !important;
	border-radius: 0 0 10px 10px;
}

.ui-icon-closethick{
    
	background-image: url(img/closeWindow.svg) !important;    
	width: 30px;
    height: 30px;
    /* background-size: 20px; */
    display: inline-block;		
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
} 

.clusterMarker {
    background-image: url('./img/cluster.svg');
    height: 45px !important;
    width: 45px !important;
    display: block;
}

.clusterMarker div {
    margin-top: 11px;
    color: #EDF6FC;
    /*font-weight: bold;*/
    font-size: 16px;
    width: 100%;
    text-align: center;
}	

#upperPanel {
	height: 90px;
	box-shadow: none;
}

#controls{
	float: right;
	height: 50px;
	margin-top: 12px;
}

div#search.upperPanelControl {
    border-radius: 10px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.30);
	margin-top: 10px;
	margin-right: 40px;
	height: 100%;
	
}

div#search.upperPanelControl input {
	width: 170px;
}

div#search.upperPanelControl input {
	padding-top: 10px;
}

div#search.upperPanelControl img {
  margin: 5px 0 0 5px;
    padding: 5px;
}

#searchResults{
	border-radius: 5px;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.30);
}

#searchMarker.upperPanelControl {
	top: 100px;
	border-radius: 10px;
}

@media (max-width: 700px) {
    #search {
		border-radius: 10px !important;
	}
	
	#layersscroll{
		border-radius: 0px;
	}
	
}


#zoom{
	border-radius: 5px;
	width: 39px;
	width: 37px;
}

#zoom div img{
	height: 26px;
    width: 26px;
    margin: 6px 5px 5px 6px;
}

#zoomPlus{
	height: 31px !important;
}

#zoomMinus{
	height: 40px !important;
}

#createBookmark {
	border-radius: 5px;
    width: 40px;
    height: 40px;
}

#legend {
	border-radius: 5px;
    width: 40px;
    height: 40px;
}

#legendContent{
	position: absolute;
    top: 90px;
    
    z-index: 100001;
	width: 100%;
    height: 100%;
	background-color: #edf6fc;
	
	
}

.legendHeader{
	text-align: left;
	color:#0D65AD;
	font-size: 18px;
	font-weight: 600;
	height: 40px;
}

.legendItem {
  padding: 10px;
  padding-left: 0px;
  vertical-align: middle; 
  text-align: left;
  white-space: nowrap;
  font-size: 15px;
    font-weight: 600;
    color: #777;
}

.legendSymbol {
  display: inline-block; 
  width: 35px; 
  height: 35px; 
  margin-right: 15px; 
  vertical-align: middle;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Barlow, sans-serif;
}

/* Card Container */
.card {
    width: 320px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border: 3px solid #e30613;
	background-color: #e30613;
    overflow: hidden;
}

/* Header Section */
.card-header {
    display: flex;
    align-items: center;
    background-color: #e30613;
    color: white;
    padding: 10px 15px;
    position: relative;
}

.icon {
    
    width: 50px;
    height: 50px;
    line-height: 50px;
    
    margin-right: 10px;
	margin-left: 50px;

}

.icon img {
	width: 50px;
    height: 50px;
}

.title {
    flex-grow: 1;
}

.main-title {
    font-weight: bold;
    font-size: 13px;
}

.subtitle {
    font-size: 12px;
    
}

/* Close Button */
.close-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 1.5em;
    cursor: pointer;
    line-height: 1;
}

/* Card Content Section */
.card-content {
    padding: 10px 15px;
	width: 100%;
	border-radius:	3px;
	background-color: #fff;
}

.content-row {
    height: 24px;
    padding: 5px 0;
    font-size: 13px;
    color: #333;
}

.label {
    font-weight: 300;
    color: #555;
	padding-left: 17px
}

.value {
    color: #555;
	align: left;
}

.more-btn{
	width: 100%;
    font-size: 11px;
    font-weight: 200;
    color: #ffffff;
    background-color: #717171;
    text-align: center;
    border-radius: 3px;
    width: 150px;
    height: 23px;
    margin: auto;
	margin-bottom: 10px;
    padding-top: 5px;
	cursor: pointer;
}

.layerItem{
	color: #0D65AD;
    font-weight: 600;
    padding: 10px;
    border-top: 1px solid #ddd;
	font-size: 13px;
}

.layerItemDisabled{
	background-color: #fff;
	color: #999;
}




.custom-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 18px;
  height:18px;
  margin-left: 5px;
  outline: 0;
  accent-color: #2597DD;

}

.custom-checkbox input[type="checkbox"] {
  display: none; /* Hide the default checkbox */
}

.checkbox-indicator {
  width: 24px;
  height: 24px;
  background-color: #a9d5f2; /* Light blue background */
  border-radius: 4px; /* Rounded corners */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
  transition: background-color 0.2s ease;
}

.checkbox-indicator::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cpath fill="%23ffffff" d="M6 11.172l8-8 1.414 1.414-9.414 9.414-5.414-5.414 1.414-1.414z"/%3E%3C/svg%3E');
  mask-size: cover;
  background-color: white; /* White checkmark */
  opacity: 0;
  transition: opacity 0.2s ease;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-indicator {
  background-color: #ff0000; /* Slightly darker blue for checked state */
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-indicator::before {
  opacity: 1;
}

