/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/ClimateExplorer/scss/style.scss ***!
  \******************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Muli:400,700);
/*!**********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/ClimateExplorer/scss/style.scss (1) ***!
  \**********************************************************************************************************************************/
* {
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: "Muli", sans-serif;
}

html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}

html body canvas {
  min-width: 600px;
  min-height: 334px;
  width: auto !important;
}

.map {
  position: absolute;
  width: 100%;
  height: 100%;
}

.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #f7f14c;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
}

.dot {
  border: 10px solid #fff601;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
/* The location pointed to by the popup tip. */
.popup_tip_anchor {
  height: 0;
  position: absolute;
  /* The max width of the info window. */
  width: 225px;
}

/* The bubble is anchored above the tip. */
.popup_bubble_anchor {
  position: absolute;
  width: 100%;
  bottom: 40px;
  left: 0;
}

.popup_bubble_anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #545575;
}

.popup_bubble_content {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  color: #FFF;
  padding: 7px 30px 7px 9px;
  font-family: sans-serif;
  overflow-y: auto;
  max-width: 225px;
  box-shadow: 0em 0em 1em #111;
  background: linear-gradient(to right, rgb(50, 129, 189) 0%, rgb(62, 117, 172) 21%, rgb(89, 90, 130) 44%, rgb(80, 75, 108) 58%, rgb(70, 66, 92) 76%, rgb(70, 66, 92) 100%);
  cursor: default;
}

.popup_bubble_header {
  font-size: 1.75em;
  max-width: 200px;
}

.popup_bubble_close {
  font-size: 1.25em;
  font-weight: bold;
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
}

.popup_bubble_subheader {
  font-size: 1.45em;
}

.popup_bubble_subheader_content {
  font-size: 1.2em;
  font-weight: bold;
}

.popup_bubble_space {
  height: 5px;
  width: 5px;
}

.country {
  width: 15em;
  top: 4.5%;
  left: 4%;
  position: absolute;
  z-index: 1000;
  cursor: default;
}

.country_btn {
  position: absolute;
  right: 10%;
  width: 20%;
  height: 60%;
  top: 20%;
  cursor: pointer;
}

.header {
  margin-top: 0.5em;
  padding: 0.4em 1em 0.5em 1em;
  display: inline-block;
  font-size: 2.2em;
  font-weight: bold;
  color: #FFF;
  border-radius: 2em;
  cursor: default;
}

.dummy {
  display: none;
}

/*# sourceMappingURL=climateExplorer.bundle.css.map*/