body{
	font-family:Verdana,serif !important;
}
.marker-position {
    top: 18px;
    left: 0;
    position: relative;
	font-family: serif;
/*	font-weight: bold; */
}
/* Hide scrollbar devices menu */
.offcanvas-body::-webkit-scrollbar {
    display: none;
}
.offcanvas-body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
#snackbar {
  visibility: hidden;
  min-width: 50%;
  margin-left: -25%;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 0px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 50px;
  font-size: 24px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 1s 5s;
  animation: fadein 0.5s, fadeout 1s 5s;
}

.progressPop{
  position: relative;
  margin: 0px;
  float:left;
  text-align: center;
  width: 62px; 
  height: 62px;
}
.barOverflowPop{ 
	position: relative;
	overflow: hidden; 
	width: 62px; 
	height: 31px; 

}
.barPop{
  position:absolute;
  top: 0; 
  left: 0;
  width: 62px; 
  height: 62px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0.1);
}
.mapAnalyses{
	width: 100%!important;
	height:270px;
}
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}	
.online{
	color: #7FF000;
}
.stngs{
	width:29px;
	color:silver;
	border:1px solid silver;
	border-radius:5px;
	padding:2px;
	float:right;
	text-align:center;
}

div.stngs:hover, div.stngs:active {
	display:block;
	cursor: pointer;
	color: #17a2b8;
	border:1px solid #17a2b8;
	box-shadow: 1px 1px 1px grey;
}
div.divCar:hover, div.divCar:active{
	cursor:pointer;
	border:1px solid #17a2b8 !Important;
	box-shadow: 2px 2px 2px grey;
}
.loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block; /* Initially hide the loader */
}

/* Add animation keyframes */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.custom-clustericon {
  background: var(--cluster-color);
  color: #fff;
  border-radius: 100%;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.custom-clustericon::before,
.custom-clustericon::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: var(--cluster-color);
  opacity: 0;
  border-radius: 100%;
}

.custom-clustericon::before {
  padding: 7px;
}

.custom-clustericon::after {
  padding: 14px;
}
.custom-clustericon-1 {
  --cluster-color: #00a2d3;
}

.custom-clustericon-2 {
  --cluster-color: #00a2d3;
}

.custom-clustericon-3 {
  --cluster-color: #00a2d3;
}