/* @import url('https://fonts.googleapis.com/css?family=Lato:400'); */

/* common reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* END: common reset */

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "roboto", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
  /* Chrome, Safari, Opera */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

a {
  color: #333333;
}

.img {
  position: relative;

  border: 2px solid #003057;

}

.logo {

  height: auto;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 999;
  max-width: 120px;
  width: 100%;
}

.mainAppContainer a {
  /* color: #ffffff; */
  text-decoration: none;
  /* display: inline-block;  */
  display: flex;
  align-items: center;
}

html body a:hover,
html body a:focus,
html body a:active,
html body a.active {
  color: #003057;
  background-color: white;
}

.mainAppContainer .container {
  margin: 45px;
}

.mainAppContainer header,
.mainAppContainer footer,
.mainAppContainer,
html body footer {
  width: 100%;
}

.mainAppContainer header {
  position: fixed;
  top: 0;
  z-index: 10;
}

.mainAppContainer header .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainAppContainer header .container .logo {
  z-index: 999;
}

.mainAppContainer header .container .arrow-back {
  max-width: 140px;
  width: 100%;
}

.mainAppContainer footer {
  position: relative;
  bottom: 180px;
  z-index: 10;
  height: 15vh;
}

.mainAppContainer footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: end;
}

.mainAppContainer footer .container .arrow-back {
  max-width: 200px;
  width: 100%;
}

.is-hidden {
  display: none !important;
  visibility: hidden !important;
}

.central {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
}

.mainMain {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 42%;
  left: 50%;
  width: 240px;
  padding: 5px;
  margin: 2px 0;


  font-size: 15px;
  font-weight: bold;
  text-align: center;
  /* background-color: #fff; */
  cursor: default;
}

.overview,
.practices,
.capacity {
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 5px;
  margin: 2px 0;
  pointer-events: all;
  cursor: pointer;

}

.bestLegend {
  position: absolute;
  top: 30%;
  right: 60%;
  width: 180px;
  padding: 5px;
  margin: 2px 0;
  border: 2px solid #003057;
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  cursor: default;
}

.freeze,
.cold,
.cool,
.warm {
  display: flex;
  max-width: 90%;
  background-color: #e3f2ff;
  padding: 10px;
  margin: 10px;
  pointer-events: all;
  cursor: default;
  justify-content: flex-start;

}

.coloritem {
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  align-items: center;
  border: 3px solid #eee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  justify-content: center;
}

.overview:hover,
.practices:hover,
.capacity:hover {
  background-color: #003057;
  border-color: #003057;
  color: white;


}

.backButton {
  height: 4%;
  width: 4%;
  cursor: pointer;
  pointer-events: all;
  position: fixed;
  right: 60px;
  top: 20px;

}

.freshAir {
  pointer-events: all;
  /* position: absolute; */
  /* bottom: 70%; */
  /* left: 50%; */
  /* font-weight: bold; */
  /* padding: 12px 24px 12px 24px; */
  /* -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

.hydroBreeze {
  pointer-events: all;
  /* position: absolute;
  bottom: 70%;
  left: 50%; */
  /* font-weight: bold; */
  /* padding: 12px 24px 12px 24px; */
  /* -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); */
}

#menuHolder {

  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -120px;
  /* display: flex; */
  width: 240px;
  pointer-events: all;
}

.menu-header {
  width: 240px;
  padding: 5px;
  margin: 2px 0;
  border: 2px solid #003057;
  color: white;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  background-color: #003057;
  cursor: default;
}

.menu-list {
  width: 240px;
  padding: 5px;
  margin: 2px 0;
  border: 2px solid white;
  color: white;
  font-size: 15px;
  text-align: center;

  background-color: none;
  cursor: pointer;
}

.menu-list:hover {
  background-color: #003057;
  border-color: #003057;
  color: white;
}

.is-visited {
  /* background-color: rgba(205, 208 ,0, 0.6); */
  /* background-color: rgba(255, 255, 255, 0.6); */
  /* background-color: rgba(0, 50, 89, 0.6); */
  background-color: rgba(46, 141, 229, 0.6);
  color: white;
}

.yellow {
  background-color: #003057;
  border-color: #003057;
  color: #fff;
  border: none;
  cursor: pointer;
  /* border-radius: 4px; */
  background-repeat: no-repeat;
  background-position: right 24px center;
}

.yellow:hover {
  background-color: #003057;
  border-color: #003057;
}

.a {
  color: #003057;
}

.CTAbtn {
  pointer-events: all;
  font-weight: bold;
  position: absolute;
  /* bottom: 5%; */
  right: 60px;
  width: 180px;
  /* right: 5%; */
  /* padding: 12px 48px 12px 24px; */
  /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E"); */
  display: flex;
  align-items: center;
}

.arwRight {
  font-size: 30px;
  height: 35px;
  display: flex;
  align-items: flex-start;
}

.CapacityUI {
  position: absolute;
  top: 70%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 240px;
  padding: 5px;
  margin: 2px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /* background-color: #fff; */
  cursor: default;
  display: flex;
}

.panel {

  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 5px;
  margin: 2px 5px;
  pointer-events: all;
  cursor: pointer;

  width: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;

}

.productCapacity {
  width: 150px;

  border: 2px solid #ffffff;
  background-color: #003057;
}

.display-img {

  width: 50%;
  /* height: 50px; */
  /* Adjust height according to your image aspect ratio */
  margin-bottom: 10px;
  margin-top: 10px;
}

.plusMinusOne {
  width: 150px;
  height: 30px;
  /* border: 2px solid #ffffff; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.plusOne,
.minusOne {
  background-color: #003057;
  width: 45px;
  border: 2px solid #ffffff;
  color: white;
  justify-content: center;
  align-items: center;
}

.counter {
  width: 45px;
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
}

.maxResetBtn {
  width: 150px;
  height: 30px;
  /* border: 2px solid #ffffff; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* align-items: center; */
  align-items: stretch;
}

.resetBtn,
.maxBtn {
  color: white;
  background-color: #003057;
  border: 2px solid #ffffff;

  width: 95%;
  justify-content: center;
}

@font-face {
  font-family: "roboto";
  font-weight: normal;
  font-style: normal;
  src: url('media/scene.babylon/fonts/RobotoCondensed-Regular.ttf');

}

@font-face {
  font-family: "roboto";
  font-weight: bold;
  font-style: normal;
  src: url('media/scene.babylon/fonts/RobotoCondensed-Bold.ttf');

}

@media only screen and (max-width: 600px) {
  .backButton {
    height: 10%;
    width: 12%;
    right: 10px
  }

  .CTAbtn {
    bottom: -40%;
    right: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .backButton {
    height: 8%;
    width: 14%;
    right: 10px;
    top: 10px;

  }

  .CTAbtn {
    bottom: 40%;
    right: 10px;
  }

}