@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?fsb8s6');
  src:  url('fonts/icomoon.eot?fsb8s6#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?fsb8s6') format('truetype'),
    url('fonts/icomoon.woff?fsb8s6') format('woff'),
    url('fonts/icomoon.svg?fsb8s6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logout:before {
  content: "\e909";
}
.icon-agreement:before {
  content: "\e900";
}
.icon-calculator:before {
  content: "\e901";
}
.icon-city-buildings-view:before {
  content: "\e902";
}
.icon-dashboard:before {
  content: "\e903";
}
.icon-growth:before {
  content: "\e904";
}
.icon-management:before {
  content: "\e905";
}
.icon-presentation:before {
  content: "\e906";
}
.icon-statistics:before {
  content: "\e907";
}
.icon-Symbol:before {
  content: "\e908";
}

.legend-geo-map {
  background: white;
  padding: 10px;
  border: 1px solid #ccc;
}

.legend-item-geo-map {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.legend-item-geo-map svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.m-footer.footer-fixed {
  z-index: 501;
}

#m_scroll_top{
  z-index: 502;
}