:root {
  --blue: #10828c;
  --orange: #eba10c;
  --white: #ffffff;
  --black: #000000;
  --light-grey: #efefef;
  --light-blue: #aacfd3;
  --light-orange: rgba(235, 161, 12, 0.75);
  --medium-blue: #4ca1a9;
  --dark-grey: #676464;
  --body-fonts: "Roboto";
  --logo-fonts: "Sansation", sans-serif;
  --font-size-heading: 2.6vw;
  --font-size-subheading: 1.5vw;
  --font-size-bodytext: 1.2vw;
  --font-size-nav: 50px;
  --font-size-nav-active: 60px;
}

body {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
/*LAUNDRY STYLING*/
.laundry-page {
  display: flex;
  flex-direction: row;
}

.main-navigation {
  width: 22vw;
  height: 100vh;
  background-color: var(--blue);
  margin-top: 0vw;
  padding-top: 0.5vw 1vw 0vw 0vw;
  display: flex;
  flex-direction: column;
  position: fixed;
}

.navigation-dateandtime {
  font-family: var(--body-fonts);
  font-size: 1vw;
  color: var(--black);
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-left: 1.6vw;
  margin-right: 1.6vw;
}

.logo-grundfos {
  width: 22vw;
  height: auto;
  margin-top: 1vh;
}

.logo-grundfos-link {
  text-decoration: none;
}

.navigation-links {
  font-size: 1.5vw;
  display: flex;
  flex-direction: column;
  margin-left: 3.5vw;
  margin-top: auto;
  margin-bottom: auto;
  top: 10vw;
  font-family: var(--body-fonts);
  line-height: 4vw;
  color: var(--light-grey);
}

.nav-link {
  color: var(--light-grey);
  text-decoration: none;
}

.nav-link:hover {
  color: white;
  text-decoration: none;
  font-size: 1.6vw;
  font-weight: bolder;
}

.navigation-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: 5vh;
}

.navigation-qr-code-description {
  font-family: var(--body-fonts);
  color: var(--light-grey);
  font-size: 0.99vw;
  line-height: 0vw;
}

.navigation-qr-code-image {
  width: 35%;
  height: 80%;
}
.laundry-content {
  display: flex;
  flex-direction: column;
  margin-left: 20.5vw;
  width: 78vw;
  background-color: var(--white);
}
.laundry-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.laundry-heading {
  display: block;
  justify-content: center;
  font-family: var(--body-fonts);
  font-size: var(--font-size-heading);
  font-weight: 500;
  letter-spacing: 0.2vw;
  text-align: center;
  flex: 1;
  margin-bottom: 1.5vw;
}
.laundry-search-icon {
  width: 2.8vw;
  margin-right: 2vw;
}

.laundry-status {
  width: 76vw;
  display: flex;
  flex-direction: row;
}
.washers-status {
  display: flex;
  flex-direction: column;
  width: 39vw;
  height: 35vh;
  margin-right: -1vw;
  align-items: center;
}
.row-washers {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.row-dryers {
  display: flex;
  flex-direction: row;
}
.dryers-status {
  margin-left: 5vw;
  width: 30vw;
  height: 35vh;
  align-items: center;
  justify-content: center;
}
.status-heading {
  font-family: var(--body-fonts);
  font-size: var(--font-size-subheading);
  letter-spacing: 0.11vw;
  margin-bottom: 0.4vw;
}

.status-free {
  display: flex;
  background-color: var(--blue);
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-family: var(--body-fonts);
  color: var(--white);
  margin: 0.5vw;
}
.status-taken {
  display: flex;
  background-color: var(--light-blue);
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: var(--body-fonts);
  color: var(--white);
  margin: 0.5vw 0.5vw;
}
.status-taken-one {
  display: flex;
  background-color: var(--light-blue);
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-family: var(--body-fonts);
  color: var(--white);
  margin: 0.5vw 0.5vw;
}
.circle-around {
  display: flex;
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
  background-color: var(--white);
  align-items: center;
  justify-content: center;
  background: #e6e6e600 0% 0% no-repeat padding-box;
  border: 1px solid var(--white);
  opacity: 0.95;
  margin: 0;
  font-size: 1.3vw;
}
.machine-info {
  display: flex;
  flex-direction: column;
  height: 1vw;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-bottom: 2vw;
}

.machine-status {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5vw;
  font-size: 1vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  border-radius: 40%;
  margin: 0;
  margin-top: 0.5vw;
  letter-spacing: 0.1vw;
}
.machine-number {
  background-color: var(--blue);
  padding-top: 0.5vw;
  font-size: 1vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  border-radius: 40%;
  margin: 0;
  margin-bottom: -0.2vw;
  margin-top: 0.4vw;
}
.machine-number-taken {
  background-color: var(--light-blue);
  padding-top: 0.5vw;
  font-size: 1vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  border-radius: 40%;
  margin: 0;
  margin-bottom: -0.2vw;
  margin-top: 0.4vw;
}
.machine-number-taken-one {
  background-color: var(--light-blue);
  padding-top: 0.5vw;
  font-size: 1vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  border-radius: 40%;
  margin: 0;
  margin-bottom: -0.2vw;
  margin-top: 0.4vw;
}

#rules-description {
  text-align: center;
  width: 22vw;
  padding: 10px 12px;
  border-radius: 15px;
  background-color: var(--light-grey);
  font-family: var(--body-fonts);
  font-size: var(--font-size-bodytext);
}
.laundry-rules-mobile {
  display: none;
  width: 100%;
  font-size: 5rem;
  justify-content: center;
  align-items: center;
  left: 0;
}

.countdown {
  margin: 0;
  margin-bottom: -2.7vw;
  padding: 0;
  font-size: 1.1vw;
}
#countdown-two {
  margin: 0;
  margin-bottom: -2.7vw;
  padding: 0;
  font-size: 1.1vw;
}
#countdown-three {
  margin: 0;
  margin-bottom: -2.7vw;
  padding: 0;
  font-size: 1.1vw;
}
@keyframes anim {
  100% {
    stroke-dashoffset: 80;
  }
}

#statistics-heading {
  font-family: var(--body-fonts);
  font-size: var(--font-size-subheading);
  letter-spacing: 0.11vw;
  margin-left: 9vw;
}
#statistics-description {
  font-family: var(--body-fonts);
  font-size: 1.2vw;
  letter-spacing: 0.11vw;
  margin-left: 9vw;
}

.graphContainer {
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--light-grey);
  /* Layout Properties */
  width: 60vw;
  height: 16vw;
  /*UI Properties */
  border-radius: 15px;
  opacity: 1;
  margin-left: 9vw;
}
#myChart {
  background-color: #efefef;
  padding: 30px;
  border-radius: 15px;
  position: absolute;
}

.help-section-laundry {
  display: flex;
  justify-content: right;
  position: sticky;
  height: 3vw;
  width: 78vw;
  margin-top: 0vw;
}

.main-help-icon-laundry {
  width: 3.5vw;
  height: auto;
  margin-right: 2vw;
  margin-top: 2vw;
  margin-bottom: 0vw;
  object-fit: contain;
}
.mobile-logo {
  display: none;
  width: 100vw;
  align-items: center;
  position: fixed;
  background-color: var(--white);
  margin-bottom: 10vw;
}
.mobile-name {
  display: flex;
  flex-direction: row;
}
.main-heading-grundfos {
  font-family: var(--logo-fonts);
  color: var(--blue);
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0vw 2vw 0vw 0.5vw;
  margin-bottom: 0vw;
  margin-top: none;
}
.main-heading-text {
  font-family: var(--logo-fonts);
  font-weight: lighter;
  color: #000000;
  font-size: 1.8rem;
  margin-bottom: 0vw;
  margin-top: none;
}
.horizontal-line {
  border-bottom: 0.05vw solid var(--light-grey);
  width: 100vw;
  margin-top: 0.5rem;
}
/*MOBILE NAVIGATION*/
.navigation-mobile {
  background-color: var(--blue);
  display: none;
  width: 100vw;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav-icon {
  padding: 15px 30px;
}
@media screen and (max-width: 600px) {
  .laundry-content {
    width: 100vw;
    margin-left: 0;
  }

  .laundry-top {
    justify-content: center;
    align-items: center;
  }

  .graphContainer,
  #statistics-heading,
  #statistics-description,
  .laundry-rules,
  .help-section-laundry,
  .laundry-search-icon,
  .main-navigation,
  .facility-layout {
    display: none;
  }

  .laundry-rules-mobile {
    display: block;
  }
  #rules-description {
    width: 80vw;
    padding: 10px 12px;
    border-radius: 15px;
    font-size: 18px;
    margin: 0 auto;
  }
  .navigation-mobile {
    margin-top: 3rem;
    display: flex;
    position: fixed;
    bottom: 0;
  }
  .laundry-heading {
    font-size: 7vw;
    margin-top: 20vw;
    margin-bottom: 5vw;
    margin-left: auto;
    margin-right: auto;
  }
  .laundry-status {
    width: 100vw;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .status-heading {
    font-family: var(--body-fonts);
    font-size: 1rem;
    letter-spacing: 0vw;
    margin-bottom: 0.4vw;
    width: 100vw;
  }
  .mobile-logo {
    display: flex;
    flex-direction: column;
    margin-bottom: 2vw;
    z-index: 2;
  }
  .laundry-page {
    flex-direction: column;
  }
  .washers-status {
    width: 100vw;
    height: auto;
    margin-right: 0vw;
    align-items: center;
  }
  .dryers-status {
    flex-wrap: wrap;
    margin-left: 0vw;
    width: 100vw;
    height: auto;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  .status-free {
    width: 8rem;
    height: 8rem;
    margin: 1rem;
  }
  .status-taken {
    width: 8rem;
    height: 8rem;
    margin: 1rem;
  }
  .circle-around {
    width: 7rem;
    height: 7rem;
    opacity: 0.95;
    margin: 0;
    font-size: 2rem;
  }
  .machine-info {
    height: 10vw;
    margin: 0;
    margin-bottom: 2vw;
  }
  .machine-status {
    font-size: 1.3rem;
  }
  .machine-status-taken {
    font-size: 1.3rem;
  }
  .countdown {
    margin-bottom: -2.7vw;
    padding: 0;
    font-size: 1.3rem;
  }
  #countdown-two {
    margin: 0;
    margin-bottom: -2.7vw;
    padding: 0;
    font-size: 1.3rem;
  }
  #countdown-three {
    margin: 0;
    margin-bottom: -2.7vw;
    padding: 0;
    font-size: 1.3rem;
  }
  .row-dryers {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .machine-number {
    padding-top: 0.5vw;
    font-size: 1.2rem;
    padding-left: 2vw;
    padding-right: 2vw;
    border-radius: 40%;
    margin: 0;
    margin-bottom: -0.2vw;
    margin-top: 2rem;
  }
  .machine-number-taken {
    background-color: var(--light-blue);
    padding-top: 0.5vw;
    font-size: 1.2rem;
    padding-left: 2vw;
    padding-right: 2vw;
    border-radius: 40%;
    margin: 0;
    margin-bottom: -0.2vw;
    margin-top: 0;
  }
  .machine-number-taken-one {
    background-color: var(--light-blue);
    padding-top: 0.5vw;
    font-size: 1rem;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
    border-radius: 40%;
    margin: 0;
    margin-bottom: -0.2vw;
    margin-top: 0.4vw;
  }
}
/*WM 4th one - styling before the countdown ends, something is off