:root{--color-primary: #bbd6bb;--color-secondary: #F0F7F0;--color-tertiary: #F0F7F0;--color-tertiary-transparent: transparent;--button-background-color: #a7a36f;--button-hover-color: #0056b3;--button-text-color: #ffffff;--text-color-dark: #000000;--text-color-light: #000000;--text-color-hover: #000000;--border-color: transparent;--scrollbar-background: #F0F7F0;--color-scrollbar: gray;--color-accent: #051935;--wether-icon-background-color: black;--clr-1: #052b2f;--clr-2: #073438;--clr-3: #0e4b50;--clr-4: #2d8f85;--clr-5: #637c54;--info-terminal-font-size: .8rem}.weatherContainer{height:45px;background-color:var(--color-secondary);display:flex;overflow-x:scroll;overflow-y:hidden;opacity:1;transition:all .5s ease-in-out;font-size:.8rem;-webkit-box-shadow:0px 0px 10px 0px rgba(0,0,0,.68);box-shadow:0 0 10px #000000ad}.weatherContainer.visible{height:fit-content;background-color:var(--color-secondary);overflow-x:scroll;overflow-y:hidden;scrollbar-color:transparent transparent;scrollbar-width:thin;display:flex;opacity:1;justify-content:space-between;transition:all .5s ease-in-out;font-size:.8rem;margin:0;animation:slideInFromTop .5s ease-in-out forwards}.weatherContainer.visible .forecastItem{min-width:50px!important;border-right:solid .5px white;border-left:solid .5px white;padding:.2rem}.weatherContainer.visible .forecastItem p{font-weight:700;z-index:1000;color:var(--text-color-light);text-align:center}.weatherContainer.visible .forecastItem img{height:20px;margin:-3px auto -1px;display:block}.weatherContainer.visible .forecastItem .forecastTime{font-weight:400}.weatherContainer.visible .forecastItem:last-child{border-right:none}@keyframes slideInFromTop{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}.noDisplay{display:none}
