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

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

select {
  background: transparent;
  border: 0.15em solid #2C310F;
  display: inline-block;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 21%;
  padding: 1.7% 2.2%;
  color: #2C310F;
  border-color: #282d03;
  font-size: 2em;
  margin-right: 6%;
  border-style: solid;
}

.submit_btn, .reset_btn {
  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);
  font-size: 1.2vw;
  width: 70%;
}

.submit_btn {
  background: #00683c;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.submit_btn-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.reset_btn {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  color: #00683c;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
}
.reset_btn-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.reset_btn-text {
  padding-right: 6px;
}

.minimal {
  background-image: linear-gradient(45deg, transparent 50%, #2C310F 50%), linear-gradient(135deg, #2C310F 50%, transparent 50%);
  background-position: 80% 1em, 90% 1em;
  background-size: 0.5em 0.5em, 0.5em 0.5em;
  background-repeat: no-repeat;
}

.container {
  position: absolute;
  background: #000;
  min-width: 600px;
  min-height: 334px;
  height: 100%;
  width: 100%;
}

.inner_container {
  position: absolute;
  background: #000;
}

.control_sky {
  width: 100%;
  height: 55%;
}

.bg_img_sky {
  top: -1%;
  width: 100%;
  height: 55%;
  position: absolute;
}

.control_sky_sunrise {
  left: 32.5%;
  top: 55%;
  width: 25%;
  position: absolute;
}

.control_sky_sunrise_clock {
  position: absolute;
  left: 38%;
  top: 45%;
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
}

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

.control_sky_arc {
  top: 2%;
  left: 46%;
  width: 45%;
  height: 29%;
  opacity: 0;
  position: absolute;
}

.control_sky_length {
  position: absolute;
  top: 29%;
  left: 0%;
  font-size: 1.8em;
  text-align: center;
  width: 100%;
}

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

.control_sky_sunset {
  right: 0%;
  top: 55%;
  width: 22%;
  position: absolute;
}

.control_sky_sunset_clock {
  position: absolute;
  left: 42%;
  top: 45%;
  font-size: 1.8em;
  font-weight: bold;
  color: #333;
}

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

.control_land {
  top: 47%;
  width: 100%;
  height: 53%;
  position: absolute;
}

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

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

.control {
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 37%;
  height: 100%;
  position: absolute;
}

.control_inner {
  top: 25%;
  left: 9.5%;
  width: 100%;
  height: 65%;
  color: #282d03;
  position: absolute;
}

.control_input {
  background: transparent;
  width: 70%;
  padding: 1.8% 2.2%;
  font-weight: 600;
  color: #2C310F;
  font-size: 2em;
  border: 0.15em solid #2C310F;
}

.control_select {
  background: transparent;
  width: 18%;
  padding: 1.2%;
  font-weight: bold;
  color: #282d03;
  border-color: #282d03;
  font-size: 1.5em;
  margin-right: 8%;
  border-style: solid;
}

.btn_container {
  position: absolute;
  bottom: 2%;
  width: 86%;
  display: inline-flex;
  margin-left: -3%;
}

.control_btn_reset {
  width: 50%;
  position: relative;
  cursor: pointer;
}

.control_btn_submit {
  width: 50%;
  position: relative;
  cursor: pointer;
}

.reset_txt {
  position: absolute;
  top: 22%;
  left: 40%;
  color: #4a6312;
  font-size: 2.5em;
  font-weight: bold;
}

.submit_txt {
  position: absolute;
  top: 22%;
  left: 30%;
  color: #fff;
  font-size: 2.5em;
  z-index: 100;
  font-weight: bold;
}

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

.calander_container {
  z-index: 100;
  position: absolute;
  left: 38%;
  top: 3%;
  width: 8%;
  height: auto;
  display: none;
}

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

.calander_container_year {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 10%;
  text-align: center;
  width: 100%;
  font-size: 1.2em;
}

.calander_container_month {
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 62%;
  text-align: center;
  width: 100%;
  font-size: 1.4em;
}

.calander_container_date {
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 25%;
  text-align: center;
  width: 100%;
  font-size: 3.8em;
}

.location_container {
  z-index: 100;
  position: absolute;
  left: 38.5%;
  bottom: 0%;
  width: 22.5%;
  height: auto;
}

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

.location_container_text {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 30%;
  text-align: center;
  width: 90%;
  padding: 0% 5%;
  font-size: 2.5em;
}

.modal {
  display: none;
  font-size: 1.5em;
  position: fixed;
  z-index: 101;
  padding-top: 10%;
  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: #fefefe;
  margin: auto;
  padding: 4%;
  border: 1px solid #888;
  width: 30%;
}

.modal_button {
  border: solid;
  border-width: 1px;
  min-width: 25px;
  width: 10%;
  padding: 2% 6%;
  margin: 2% 40%;
}

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