/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/IceAge/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/IceAge/scss/style.scss (1) ***!
  \*************************************************************************************************************************/
/* eslint-disable */
* {
  outline: 0;
  margin: 0;
  padding: 0;
  font-family: "Muli", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -ms-content-zooming: none;
}

html body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
}

.container {
  position: absolute;
  background: url("https://res.cloudinary.com/dodge7ws8/image/upload/v1518503648/core-interactives/shared/loading.gif") center no-repeat;
  min-width: 600px;
  min-height: 334px;
  height: 100%;
  width: 100%;
}

.inner_container {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
}

.welcome_screen {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999;
  display: none;
}

.welcome_screen_bg {
  height: 100%;
  width: 100%;
}

.welcome_screen_container {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 29%;
  text-align: center;
}

.welcome_screen_header {
  font-size: 6.05em;
  font-weight: bold;
  color: #3C3563;
}

.welcome_screen_subheader {
  font-size: 2.22em;
  color: #3C3563;
  width: 54%;
  display: inline-block;
  text-align: left;
  padding-top: 0.25em;
}

.input_team_name {
  padding: 1.5%;
  border: solid;
  border-color: #24AA69;
  width: 25%;
  color: #2C310F;
  font-size: 2em;
}

.input_team_error_message {
  color: #FF0000;
  font-size: 1.5em;
  display: none;
}

.btn_start {
  background: #00ABDE;
  border-radius: 10px;
  width: 11%;
  padding: 0.7%;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: none;
  box-shadow: 0.1em 0.2em 0.2em 0 rgba(0, 0, 0, 0.2), 0 0.1em 0.2em 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.btn_start-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.btn_start:before {
  content: "";
  color: #fff;
  padding-right: 5px;
  padding-right: 0;
}

.btn_main {
  background: #00ABDE;
  border-radius: 10px;
  width: auto;
  padding: 0.7%;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border: none;
  box-shadow: 0.1em 0.2em 0.2em 0 rgba(0, 0, 0, 0.2), 0 0.1em 0.2em 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 72%;
  left: 7%;
  padding: 0.3em 0.8em;
}
.btn_main-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.btn_main:before {
  content: "";
  color: #fff;
  padding-right: 5px;
  padding-right: 0;
}

::-webkit-input-placeholder {
  color: #2C310F;
}

:-ms-input-placeholder {
  color: #2C310F;
}

::-moz-placeholder {
  color: #2C310F;
  opacity: 1;
}

:-moz-placeholder {
  color: #2C310F;
  opacity: 1;
}

.fullscreen {
  position: absolute;
  right: 17px;
  top: 3%;
  width: 3%;
  height: auto;
  z-index: 10000;
  cursor: pointer;
}

.bg_fullscreen {
  width: 100%;
  height: 100%;
}

.img_thumb {
  width: 100%;
  height: 100%;
}

.dummy {
  display: none;
}

.back_btn {
  position: absolute;
  width: 4.4%;
  left: 2%;
  top: 4%;
  z-index: 9999;
  cursor: pointer;
}

.fullsize {
  width: 100%;
  height: 100%;
}

.simulation_view {
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
}

.left_view {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.5%;
  height: 100%;
}

.header {
  font-size: 3em;
  font-weight: bold;
  position: absolute;
  top: 3.5%;
  left: 6.5%;
}

.sub_header {
  position: absolute;
  top: 10%;
  left: 6.5%;
  width: 82%;
  font-size: 1.9em;
  color: #CBCBCB;
}

.mammoth_header {
  position: absolute;
  top: 21.5%;
  left: 9.5%;
  width: 82%;
  font-size: 1.9em;
  color: #CBCBCB;
}

.mammoth_container {
  position: absolute;
  top: 26%;
  left: 8%;
  width: 85%;
}

.squirrel_header {
  position: absolute;
  top: 42%;
  left: 9.5%;
  width: 82%;
  font-size: 1.9em;
  color: #CBCBCB;
}

.squirrel_container {
  position: absolute;
  top: 46.5%;
  left: 8%;
  width: 85%;
}

.object {
  width: 20%;
  text-align: center;
  display: inline-block;
}

.level_human {
  position: absolute;
  top: 61.5%;
  left: 23%;
  width: 50%;
  font-size: 1.9em;
  color: #CBCBCB;
}

.img_human {
  position: absolute;
  top: 58.5%;
  left: 60.5%;
  width: 6.8em;
  font-size: 1.9em;
  color: #CBCBCB;
}

.right_view {
  position: absolute;
  top: 0;
  left: 33.5%;
  float: right;
  width: 66.5%;
  height: 100%;
}

.period {
  background: #3C3563;
  height: 8%;
  position: absolute;
  right: 0%;
  top: 86.5%;
  width: 22.5%;
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
}

.period_level {
  font-size: 1.8em;
  font-weight: bold;
  padding-left: 10.5%;
  padding-top: 9.5%;
}

.period_sublevel {
  font-size: 1.35em;
  font-weight: bold;
  padding-left: 6.5%;
  padding-top: 1%;
}

.period_image {
  position: absolute;
  right: 3.5%;
  top: 83.2%;
  width: 6.5%;
}

.controls {
  width: 90%;
  height: 73.2%;
  position: absolute;
  top: 26.8%;
  left: 5%;
}

.help_text {
  position: absolute;
  display: none;
  top: 85%;
  left: -4%;
  width: 125%;
  z-index: 100;
}

.disable {
  cursor: default;
  opacity: 0.6;
}

.switch {
  position: absolute;
  top: 61%;
  left: 7%;
  display: inline-block;
  width: 13.5%;
  height: 4.2%;
}

.switch input {
  display: none;
}

.slider.round:before {
  border-radius: 50%;
  background: #FFF;
}

input:checked + .slider.round:before {
  background-color: #00ABDE;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 80%;
  width: 42%;
  left: 6%;
  bottom: 9.5%;
  background-color: #000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #FFFFFF;
}

input:focus + .slider {
  box-shadow: 0 0 1% #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(112%);
  -ms-transform: translateX(112%);
  transform: translateX(112%);
}

.slider.round {
  border-radius: 3em;
  box-shadow: 0px 0px 0.5em #F00;
}

.animation_pop_in {
  -webkit-animation: pop_in 2s;
  -moz-animation: pop_in 2s;
  -ms-animation: pop_in 2s;
}

@-webkit-keyframes pop_in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pop_in {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes pop_in {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animation_pop2s {
  -webkit-animation: pop 2s;
  -moz-animation: pop 2s;
  -ms-animation: pop 2s;
}

.animation_pop1S {
  -webkit-animation: pop 1s;
  -moz-animation: pop 1s;
  -ms-animation: pop 1s;
}

@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pop {
  0% {
    opacity: 0;
    -moz-transform: scale(1);
  }
  50% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes pop {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.modal {
  display: none;
  font-size: 1.5em;
  position: fixed;
  z-index: 101;
  padding-top: 18%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
}

/* Modal Content */
.modal_content {
  background-color: #3C3563;
  margin: auto;
  padding: 4% 2% 2% 2%;
  border: 1px solid #2f294c;
  width: 35%;
  border-radius: 2%;
  color: #FFF;
  font-weight: bold;
  font-size: 1.5em;
}

.modal_button {
  border: solid;
  border-width: 1px;
  min-width: 25px;
  width: 20%;
  padding: 1.5% 0%;
  text-align: center;
  display: inline-block;
  color: #3C3563;
  background-color: #FFF;
  border-radius: 0.25em;
  box-shadow: 0px 0px 0.5em #0f0d17;
  cursor: pointer;
}

.modal_button:first-child {
  margin-right: 3%;
}

.modal_button:last-child {
  margin-left: 3%;
}

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