#map {
    border-radius: 8px;
    background-color: #fefefe;
  }
  
  * {
  margin: 0px;
  padding: 0px;
}  

    
html {
  box-sizing: border-box;
  height: 100%;
}    
    
body {
  background: #fff;
  height: 100%;
  font-family: Lato, "Open sans", Helvetica, Arial, sans-serif;
}

h4 {
  color: #222;
  /*font-family: Lato;*/
  font-size: 1em;
  font-weight: 700;
  margin-bottom: .5em;
}

p {
  margin-bottom: .1em;
  font-weight: 700;
}

/* h1 used for title*/
.h1, h1 {
    font-size: 34px;
}

/* h5 used in popups*/
h5 { 
  margin-bottom: -.2em;
  font-size: 1.1em;
}

/* h6 used in info controls*/
h6 {
  font-size: 0.9em;
  margin-bottom: 0;
}


.attr {
  bottom: -10px;
  padding: 3px;
  background: rgba(255, 255, 255, .6);
  box-shadow: 0 0 15px rgba(255,255,250,0.6);
  border-radius: 3px;
  z-index: 9999;
   font-family: Lato, "Open sans", Helvetica, Arial, sans-serif;
}


.legend {
    font-family: Lato, "Open sans", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #555;
    background: rgba(255, 250, 250, .9);
    padding: 8px;
    margin-bottom: 5px;
    margin-left: 25px;
    border: 1px solid #ddd;
    position: absolute;
    bottom: 50px;
    border-radius: 8px;
    word-spacing: 1px;
    max-width: 250px;
    z-index: 99999;
}
.legend i {
    width: 12px;
    height: 12px;
    margin-top: 3px;
    margin-left: 8px;
    margin-right: 8px;
    opacity: 1;
    word-spacing: 1px;
    align-content: center;


}
a {
    color: #555 !important;
    text-decoration: none !important;
    
}

.dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: inline-block;
}

.dot.africa {
  background-color: #c1aab8
}

.dot.europe {
  background-color: #f7c399
}

.dot.middle_east {
  background-color: #f0a491;
}

.dot.asia {
  background-color: #bbb794;
}

.dot.ant {
  background-color: #c7c5c5;
}

.dot.ca {
  background-color: #efd492;
}

.dot.na {
  background-color: #8ac9c1;
}

.material-symbols-outlined {

  font-family: 'Material Symbols Outlined', sans-serif;
  
  vertical-align: middle;

  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 1
}
