.maplibregl-popup-close-button {
	display: none;
}
html,
head,
body,
#main-container {
	height: 100%;
	width: 100%;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#sidebar {
	position: fixed;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 20px 10px 20px 20px;
    width: 35%;
	box-sizing: border-box;
	border-radius: 10px;
	display: none;
}

#sidebar #sidebar-content {
	height: 84vh;
    overflow-y: scroll;
	overflow-x: hidden;
	margin-top: 90px;
}

#sidebar #sidebar-content #sidebar-header {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 20px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.highlight {
	background-color: yellow;
	font-weight: bold;
}

.accordion.active {
	background-color: #efefef;
}

address, dl, fieldset, figure, ol, p, pre, ul {
	margin: 0 !important;
}

#custom-close-btn {
	cursor: pointer;
}

#custom-close-btn:hover {
	filter: brightness(0.5);
}

body {
	margin: 0;
	padding: 0;
}
#map {
	height: 100%;
	flex-grow: 1;
}
.maplibregl-ctrl-group:not(:empty) {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .1);
	margin: 0;
}
.maplibregl-ctrl-top-left {
	top: 20px;
    left: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
.maplibregl-ctrl button {
	background: #3e3d8a;
}
.maplibregl-ctrl button .maplibregl-ctrl-icon {
	filter: brightness(0) invert(1);
}
.maplibregl-ctrl.maplibregl-ctrl-sogefi-urba-layer {
	margin: 0;
}
.maplibre-gl-sogefi-urba-layer-collapsed-container {
	width: 29px;
	height: 29px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #3e3d8a;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.maplibre-gl-sogefi-urba-layer-collapsed-container img {
	width: 50%;
	height: auto;
	filter: brightness(0) invert(1);
}

.customButton {
	margin-top: 10px !important;
}

.customButton button {
	color: #fff;
}

#changeLocation {
	position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 20px;
	padding-bottom: 10px;
    border-radius: 10px;
    display: none;
    width: 20%;
    text-align: center;
}

#changeLocation button {
	padding: 5px 10px;
    background: #3e3d8a;
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    cursor: pointer;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
}

#changeLocation button .check {
	display: none;
}

#changeLocation button.active .check {
	display: inline-block;
	margin-left: 10px;
	color: #fff;
    font-size: 17px;
}

#changeLocation button:hover {
	filter: brightness(0.7) !important;
}

#popup-content {
	width: 800px !important;
	max-height: 400px;
	overflow-y: auto;
	padding: 20px 10px 20px 20px;
	border-radius: 15px;
}

h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
	color: #333;
}
h4 {
	font-size: 12px;
}

#homeMessageCtn {
	position: absolute;
	z-index: 999;
	background: #333333a9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#homeMessageCtn img {
	width: 150px;
}

#homeMessage {
	position: relative;
	width: 40%;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 70px 20px 20px 20px;
}

#homeMessageText p {
	width: 80%;
    margin: 0 auto 20px auto !important;
    color: #000;
}

#homeMessageText {
	margin-bottom: 40px;
}

#homeMessageClose {
	position: absolute;
	color: #ccc;
	top: 20px;
	right: 20px;
	font-size: 28px;
	cursor: pointer;
}

#homeMessageClose:hover {
	color: #333;
}

.maplibregl-popup-content {
	padding: 0 !important;
	border-radius: 15px;
	overflow: hidden;
}

.accordion {
	color: #444;
	cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    font-weight: bold;
    margin: 0;
    margin-bottom: 3px;
    text-transform: uppercase;
    position: relative;
    padding: 10px;
	padding-right: 70px;
    box-sizing: border-box;
}

.accordion:hover {
	background-color: #efefef;
}

.accordion::after {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f078"; /* fa-chevron-down */
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #333;
	transition: transform 0.2s ease, content 0.2s ease;
	font-size: 10px;
  }
  
  .accordion.active::after {
	content: "\f077"; /* fa-chevron-up */
  }

.panel {
	display: none;
	color: #333;
}

h2.accordion {
	color: rgb(60, 60, 136);
}

.panel {
	padding: 10px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.maplibregl-ctrl button:not(:disabled):hover {
	background: #403e8c;
}

#logo {
	background-color: #ffffff;
	padding: 10px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	z-index: 9999;
	width: 250px;
}
*+.uk-h1, *+.uk-h2, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+.uk-heading-2xlarge, *+.uk-heading-3xlarge, *+.uk-heading-large, *+.uk-heading-medium, *+.uk-heading-small, *+.uk-heading-xlarge, *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
	margin-top: 5px;
}

.maplibre-gl-sogefi-urba-layer-navigation-ul-container {
	padding-top: 50px;
}

.maplibre-gl-sogefi-urba-layer-navigation-ul-container li {
	background: #efefef;
	padding: 10px 20px;
	border-radius: 7px;
	margin-top: 10px !important;
	cursor: pointer;
}

.maplibre-gl-sogefi-urba-layer-navigation-ul-container li a {
	cursor: pointer;
}

.maplibre-gl-sogefi-urba-layer-navigation-ul-container a,
.maplibre-gl-sogefi-urba-layer-navigation-ul-container label {
	font-weight: bold;
	color: #333;
}

.maplibre-gl-sogefi-urba-layer-expanded-container {
	height: inherit;
	padding-bottom: 30px;
	border-radius: 15px;
	height: 92vh;
}

.maplibre-gl-sogefi-urba-layer-expanded-container-closebutton {
	background-color: inherit !important;
}

.maplibre-gl-sogefi-urba-layer-expanded-container-closebutton svg line{
	stroke-width: 3;
    stroke: #3e3d8a !important;
}

.uk-notification-message {
	transition: all 0.4s;
}

.uk-accordion-title:hover {
	cursor: pointer !important;
}