@charset "UTF-8";
body {
  background-color: #839ec7;
  min-height: 100svh;
  width: 95%;
  margin: 0 auto;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
body button, body input {
  font-family: "Montserrat", sans-serif;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

button, input[type=radio], input[type=submit] {
  cursor: pointer;
  background-color: #a6c6ef;
  border-radius: 0.3125rem;
  border: none;
  transition: all 0.25s ease;
  font-weight: 600;
}
button:hover, input[type=radio]:hover, input[type=submit]:hover {
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  filter: brightness(85%);
}
button:active, input[type=radio]:active, input[type=submit]:active {
  box-shadow: none;
  filter: brightness(70%);
}
button.disabled, input[type=radio].disabled, input[type=submit].disabled {
  background-color: #efa66f;
  box-shadow: none;
  filter: grayscale(75%) brightness(100%);
}

.disabled {
  background-color: #c8dff5;
  cursor: not-allowed;
}

.undo-btn img {
  width: 2rem !important;
}

.main-container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 85%;
  margin: 1.5rem auto;
}

header {
  width: 100%;
  background-color: #c8dff5;
  border: 0.0625rem solid #c8dff5;
  border-radius: 0.625rem;
  margin: 0 auto;
}

nav {
  padding: 0 20px;
}
nav ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
nav li:nth-last-child(1) {
  margin-left: auto;
}
nav a {
  transition: all 0.25s ease;
  position: relative;
  text-decoration: none;
  color: #000;
  height: 8rem;
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
nav a.disabled {
  pointer-events: none;
  cursor: default;
}
nav a:hover {
  transform: scale(1.025);
}
nav img {
  height: 8rem;
  margin-right: 1rem;
}
nav h1 {
  white-space: pre;
}

.site-name-long {
  display: block;
}

.site-name-middle {
  display: none;
}

.site-name-short {
  display: none;
}

html {
  scrollbar-gutter: stable;
}

.stop-scrolling {
  overflow: hidden;
  height: 100%;
}

.hidden {
  display: none !important;
}

footer {
  width: 100%;
  background-color: #c8dff5;
  border: 0.0625rem solid #c8dff5;
  border-radius: 0.625rem;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto auto 0 auto;
}

.popup {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(210, 211, 251, 0.2);
  display: flex;
  justify-content: center;
  cursor: default;
}
.popup section {
  background-color: #c8dff5;
  position: absolute;
  top: 25%;
}

a.disabled {
  pointer-events: none;
}

#refresh-btn {
  padding: 0.5rem;
  width: 10rem;
}

.current-location {
  display: flex;
  flex-direction: column;
  flex-basis: 55%;
  align-items: flex-start;
}

.locations {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 55%;
  width: 100%;
}

.current-weather {
  background-color: #c8dff5;
  border-radius: 0.625rem;
  padding: 1rem;
}
.current-weather img {
  filter: brightness(0);
  margin-right: 1rem;
}

.location-data {
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.location-data ul {
  background-color: #c8dff5;
  border-radius: 0.625rem;
  padding: 1rem;
  list-style-type: none;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
.location-data li {
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.location-data-entry {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 5rem;
  margin: 0;
}
.location-data-entry img {
  filter: brightness(0);
  max-width: 4rem;
}
.location-data-entries {
  display: flex;
}
.location-data-byday {
  border-radius: 0.3125rem;
}
.location-data-byday .day-header {
  background-color: #c8dff5;
  border-radius: 0.3125rem;
  padding: 0.5rem;
}
.location-data__info {
  background-color: #c8dff5;
  border-radius: 0.625rem;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  width: 15rem;
  justify-content: space-between;
}
.location-data__info h3 {
  margin-left: 1rem;
}
.location-data__info button {
  width: 2rem;
  height: 2rem;
  margin: 0 1rem;
}
.location-data__info button::before {
  content: "❌";
  display: flex;
  align-items: center;
  justify-content: center;
  filter: brightness(0) invert(0);
}
.location-data .value {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  min-height: 2rem;
  width: 100%;
}

h3 {
  align-self: flex-start;
}

.current-weather {
  display: flex;
  align-items: center;
  font-size: 2rem;
  align-self: flex-start;
}
.current-weather img {
  max-width: 5rem;
}

.add-location {
  height: 6rem;
}

.corner-popups {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 100;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
}
.corner-popups span {
  cursor: pointer;
  background-color: #ef6449;
  padding: 0.25rem;
  margin: 0 0 0.125rem 0;
  border-radius: 0.3125rem;
  display: inline-block;
}

.choose-place {
  background-color: #c8dff5;
  border-radius: 0.3125rem;
  margin-bottom: 0.5rem;
  padding: 0.125rem;
  display: flex;
  align-items: center;
}
.choose-place span {
  width: 10rem;
}
.choose-place button {
  margin: 0 0.5rem;
  padding: 0.25rem;
  width: 3rem;
}

h2 {
  border-radius: 0.3125rem;
  background-color: #a6c6ef;
  padding: 0.25rem;
}

@media only screen and (max-width: 1080px) {
  .main-container {
    width: 90%;
  }
}
@media only screen and (max-width: 1080px) {
  body {
    width: 95%;
  }
  nav h1 {
    white-space: normal;
  }
}
@media only screen and (max-width: 720px) {
  header {
    padding: 0.5rem 0;
  }
  nav {
    display: flex;
    justify-content: space-between;
    height: inherit;
  }
  nav a {
    margin: 0;
    height: inherit;
  }
  nav ul {
    height: inherit;
    margin: auto;
    width: 85%;
  }
  nav img {
    margin: 0;
    height: 5rem;
    width: auto;
  }
}
@media only screen and (max-width: 1080px) {
  .site-name-long {
    display: none;
  }
  .site-name-middle {
    display: block;
  }
  .site-name-short {
    display: none;
  }
}
@media only screen and (max-width: 512px) {
  .add-location {
    height: 7rem;
  }
  .choose-place {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .choose-place span {
    flex-basis: 100%;
  }
  .location-data-entry .value {
    min-width: 4rem;
  }
  .location-data-entry img {
    max-width: 3rem;
  }
  header {
    max-height: 4rem;
  }
  header a, header img {
    max-height: 4rem;
  }
  .site-name-long {
    display: none;
  }
  .site-name-middle {
    display: none;
  }
  .site-name-short {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
