@font-face {
  font-family: "icomoon";
  src: url("icomoon/fonts/icomoon.eot?6czqdz");
  src: url("icomoon/fonts/icomoon.eot?6czqdz#iefix") format("embedded-opentype"), url("icomoon/fonts/icomoon.ttf?6czqdz") format("truetype"), url("icomoon/fonts/icomoon.woff?6czqdz") format("woff"), url("icomoon/fonts/icomoon.svg?6czqdz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  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-spinner:before {
  content: "\e97a";
}

.icon-smiley-good:before {
  content: "\e9e2";
}

.icon-smiley-bad:before {
  content: "\e9e6";
}

.icon-smiley-ok:before {
  content: "\e9fc";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-arrow-up:before {
  content: "\ea3a";
}

.icon-arrow-right:before {
  content: "\ea3c";
}

.icon-arrow-down:before {
  content: "\ea3e";
}

.icon-arrow-left:before {
  content: "\ea40";
}

body {
  padding: 0;
  margin: 0;
  background: #232323;
  color: #c6c6c6;
}
body .map-container {
  width: 100%;
  height: auto;
  padding-bottom: 120%;
  position: relative;
}
@media screen and (min-width: 992px) {
  body .map-container {
    height: calc(100% - 15px);
  }
}
@media screen and (min-width: 576px) {
  body .map-container {
    padding-bottom: 100%;
  }
}
@media screen and (min-width: 992px) {
  body .map-container {
    padding-bottom: unset;
  }
}
body a {
  color: #35CE8D;
}
body .map-inner {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  background: #232323;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #495057;
}
body .map-inner .leaflet-control-zoom {
  border: 0;
  background-color: transparent;
}
body .map-inner .leaflet-control-zoom a {
  height: 30px;
  width: 30px;
  padding: 0 5px 5px;
  margin-bottom: 10px;
  background-color: rgba(35, 35, 35, 0.75);
  color: #c6c6c6;
  border-radius: 5px !important;
  border-color: transparent;
}
body .map-inner .leaflet-control-zoom a:hover {
  background-color: #232323;
  color: #35CE8D;
}
body .map-inner .leaflet-bottom {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
body .map-inner .leaflet-bottom .leaflet-control-attribution {
  text-align: center;
  opacity: 0.8;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(35, 35, 35, 0.75);
  color: rgba(198, 198, 198, 0.75);
  margin-left: auto;
  margin-right: auto;
  padding: 5px 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
body .map-inner .leaflet-bottom .leaflet-control-attribution a {
  color: rgba(53, 206, 141, 0.75);
  text-decoration: none;
}
body .map-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #495057;
  position: relative;
}
body .map-image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .map-image .overlay .inner {
  padding: 20px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}
body .map-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
body .searchform .submit button.btn {
  height: 58px;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  body .searchform .submit button.btn {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 768px) {
  body .searchform .submit button.btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  body .searchform .submit button.btn {
    text-align: unset;
  }
}
body .searchform .submit button.btn i {
  display: block;
  margin-top: 2px;
  margin-left: 10px;
  transition: all 0.2s;
}
body .searchform .submit button.btn:hover i {
  transform: translateX(5px);
}
body .fraudscore h3 {
  line-height: 1;
}
body .fraudscore h3 .smallheader {
  font-size: 12px;
  display: block;
  margin-top: 4px;
}
body .fraud-info .ico-area {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .fraud-info .ico-area span {
  font-size: 24px;
}
body .fraud-info .ico-area span.icon-smiley-ok {
  color: #F5BB00;
}
body .fraud-info .ico-area span.icon-smiley-good {
  color: #35CE8D;
}
body .fraud-info .ico-area span.icon-smiley-bad {
  color: #FE4A49;
}
body .fraud-info .text-area {
  width: calc(100% - 60px);
  margin-left: 10px;
}
body .progress {
  height: 40px;
}
body .progress .progress-bar {
  font-weight: bold;
}
body .top-spacer {
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 992px) {
  body .top-spacer {
    height: 140px;
  }
}
@media screen and (min-width: 1200px) {
  body .top-spacer {
    height: 160px;
  }
}
body nav.navbar {
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  body nav.navbar {
    padding: 30px 0;
  }
}
body nav.navbar a.navbar-brand img {
  width: 120px;
  height: auto;
}
@media screen and (min-width: 992px) {
  body nav.navbar a.navbar-brand img {
    width: 200px;
  }
}
@media screen and (min-width: 1200px) {
  body nav.navbar a.navbar-brand img {
    width: 250px;
  }
}
body nav.navbar .navbar-nav {
  margin-right: 0;
  margin-left: auto;
}
body .btn.btn-primary {
  background-color: #35CE8D;
  color: #232323;
  border: 3px solid transparent;
  padding: 10px 20px 13px;
}
body .btn.btn-primary:hover {
  border-color: #35CE8D;
  color: #35CE8D !important;
  background-color: transparent;
}
body .footer {
  margin-top: 50px;
  background-color: #1a1a1a;
}
body .footer a {
  color: white;
}/*# sourceMappingURL=main.css.map */