/* Mist Weather Media 2024 Website (Desktop) */
/* Depending on who you ask, this code stinks. */
/* Made by PicelBoi */
/* Thank god for all these CSS tutorials and such! */

/* Common variables - use this more often! */

/*
Mist Light Test
:root {
    --main-color: #81e1ff;
    --darker-color: #1a4a68;
    --glow-color: #a1dffd;
    --glow2-color: #95d9eeef;
    --bg-color: #9caebb;
    --light-color: #000000;
    --dark-color: #ffffff;
    --grey-color: #6E6E6E;
    --darkgrey-color: #101010;
    --blacktranslucent-color: #00000080;
    --blacksemitranslucent-color: #000000a0;
    --bluesemitranslucent1-color: #40737e55;
    --gap: 1%;
}
*/

:root {
  --main-color: #5296ab;
  --darker-color: #07151e;
  --glow-color: #a1dffd;
  --glow2-color: #95d9eeef;
  --bg-color: #16252f;
  --light-color: #ffffff;
  --dark-color: #000;
  --text-color: #000000;
  --grey-color: #6e6e6e;
  --darkgrey-color: #101010;
  --blacktranslucent-color: #00000080;
  --blacksemitranslucent-color: #000000a0;
  --bluesemitranslucent1-color: #40737e55;
  --gap: 1%;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
  font-size: 1em;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;

  /* 6. Inherit fonts for form controls */
  input,
  button,
  textarea,
  select {
    font: inherit;
  }

  /* 7. Avoid text overflows */
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    overflow-wrap: break-word;
  }

  /* 8. Improve line wrapping */
  p {
    text-wrap: pretty;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-wrap: balance;
  }

  /*
    9. Create a root stacking context
  */
  #root,
  #__next {
    isolation: isolate;
  }
  background-color: #16252f;
  background-color: var(--bg-color);
  color: #ffffff;
  color: var(--light-color);
}

label {
  font-size: 0.8vw;
}

.time {
  font-family: "Rubik";
  display: block;
}

/* Navbar */

#mobilenav {
  display: none;
}

#mobilemenu {
  display: none;
}

.mobileonly {
  display: none;
}

#mobilemenuhoverbg {
  display: none;
}

.topnav {
  position: sticky;
  top: 0%;
  background-color: #5296ab;
  background: linear-gradient(#5296ab, #07151e);
  background: linear-gradient(var(--main-color), var(--darker-color));
  overflow: hidden;
  margin: 0px;
  font-family: "Rubik";
  -webkit-filter: drop-shadow(0px 0px 8px #000);
  filter: drop-shadow(0px 0px 8px #000);
  text-align: middle;
  z-index: 69;
  height: 2.5vw;
  display: block;
}

.topnav a {
  float: left;
  color: #ffffff;
  color: var(--light-color);
  text-align: center;
  padding: 0.67vw 0.9vw;
  text-decoration: none;
  font-size: 1vw;
  cursor: pointer;
  font-weight: 700;
  transition: text-shadow 0.45s, -webkit-filter 0.45s;
  transition: text-shadow 0.45s, filter 0.45s;
  transition: text-shadow 0.45s, filter 0.45s, -webkit-filter 0.45s;
}

.topnav a:hover {
  text-shadow: 2px 2px 0 #5296ab;
  text-shadow: 2px 2px 0 var(--main-color);
  -webkit-filter: drop-shadow(0 0 10px #ffffff);
  -webkit-filter: drop-shadow(0 0 10px var(--light-color));
  filter: drop-shadow(0 0 10px #ffffff);
  filter: drop-shadow(0 0 10px var(--light-color));
}

.topnav a.active {
  color: #ffffff;
  color: var(--light-color);
}

#weathertopnav {
  font-family: "Rubik";
  font-weight: bolder;
  font-size: 1vw;
  overflow: hidden;
}

#wicon {
  float: left;
  width: 2cqw;
  height: auto;
  position: relative;
  bottom: 0.5cqw;
}
#weathertopnavtext {
  position: relative;
  float: right;
  bottom: 1.3cqw;
}

#hyperlinks {
  float: right;
}

body {
  width: 100vw;
  height: 100vh;
  padding: 0px;
  margin: 0px;
}

a,
a:hover,
a:visited,
a:active {
  color: inherit;
  text-decoration: none;
}

select {
  /* Bunch of stuff to remove most of the default select stuff... */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  background-color: #16252f;
  background-color: var(--bg-color);
  color: #ffffff;
  color: var(--light-color);
  flex: 1;
}

/* IE Support Stuff! */
select::-ms-expand {
  display: none;
}

.select {
  width: 96%;
  border: 3px solid #a1dffd;
  border: 3px solid var(--glow-color);
  cursor: pointer;
  background-color: #16252f;
  background-color: var(--bg-color);
  box-shadow: 0 0 5px #a1dffd;
  box-shadow: 0 0 5px var(--glow-color);
  padding: 1%;
  border-radius: 10px;
}

.select-back {
  float: right;
  color: #6e6e6e;
  color: var(--grey-color);
  font-size: 0.5em;
  pointer-events: none;
}

.mistbutton {
  background: #5296ab;
  background: var(--main-color);
  border: 0px;
  color: #ffffff;
  color: var(--light-color);
  padding: 1%;
  font-family: Rubik;
  font-weight: bold;
  font-size: 1em;
  border-radius: 0.5vh;
  text-shadow: 0.5vh 0.5vh 0.5vh black;
  box-shadow: 0.3vh 0.3vh 0.3vh black;
  transition: box-shadow 0.3s;
}

.mistbutton:hover {
  box-shadow: 0px 0px 5px #a1dffd;
  box-shadow: 0px 0px 5px var(--glow-color);
}

/* Home page */

#gettothetop {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 70%, #000000),
    linear-gradient(rgba(63, 84, 94, 0.5), rgba(63, 84, 94, 0.5)),
    url(images/mistbg2025.webp);
  width: 100vw;
  height: 50vw;
  background-size: cover;
  color: white;
  overflow: hidden;
  -webkit-animation: 0.5s ease-in-out 1 fadein;
  animation: 0.5s ease-in-out 1 fadein;
}

#mmedia {
  position: relative;
  left: 48vw;
  width: 50vw;
  top: 12vw;
  -webkit-animation: 1s ease-in-out 1 fadeandmoveup;
  animation: 1s ease-in-out 1 fadeandmoveup;
}

#motto {
  position: relative;
  width: 38vw;
  font-size: 4vw;
  bottom: 21vw;
  left: 12vw;
  font-family: "Rubik";
  -webkit-animation: 1s ease-in-out 1 fadeandmoveup;
  animation: 1s ease-in-out 1 fadeandmoveup;
}

#welcome {
  position: relative;
  bottom: 22vw;
  left: 12.1vw;
  width: 18vw;
  -webkit-animation: 1s ease-in-out 1 fadeandmoveup;
  animation: 1s ease-in-out 1 fadeandmoveup;
}
#welcomeparagraph {
  width: 34vw;
  height: 0px;
  margin-top: 0vw;
  text-wrap: balance;
  text-overflow: ellipsis;
  font-size: 1.35vw;
}
#welcomeheading {
  font-size: 2vw;
  font-weight: lighter;
  margin-bottom: 1vw;
}
#welcomebutton {
  position: relative;
  background: #ffffff;
  background: radial-gradient(rgb(255, 255, 255), rgb(200, 200, 200));
  text-align: center;
  height: 5vw;
  width: 20vw;
  color: #5296ab;
  color: var(--main-color);
  top: 10vw;
  border-radius: 20px;
  vertical-align: middle;
  font-family: "Rubik";
}
#welcomebutton:hover {
  position: relative;
  background: #5296ab;
  background: radial-gradient(#5296ab, #16252f);
  background: radial-gradient(var(--main-color), var(--bg-color));
  text-align: center;
  color: #ffffff;
  top: 10vw;
  vertical-align: middle;
}
#welcomebutton a {
  color: inherit;
  text-decoration: none;
}
#welcomebutton a:hover {
  color: #ffffff;
  text-decoration: none;
}
#welcomebuttontext {
  padding-top: 1vw;
  vertical-align: middle;
  font-size: 2vw;
}

#WTSLink {
  position: absolute;
  top: 5vw;
  left: 90vw;
}

#showcaseheading {
  margin-left: 5vw;
  margin-top: 3vw;
  font-size: 3em;
}

#featuredheading {
  margin-left: 5vw;
  margin-top: 3vw;
  font-size: 3em;
}

#partnershowcase {
  padding-bottom: 5%;
}

#featured {
  padding-top: 0.1%;
  padding-bottom: 5%;
  background-color: #00000040;
}

#featuredchannels {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.featuredChannel {
  padding: 1%;
  text-align: center;
  background: linear-gradient(#000000bb, #000000bb),
    url(https://capture.mistweather.com/snapshots/zachnet-ch1.jpg);
  background-position: center;
  background-size: cover;
  box-shadow: 8px 8px 0 #000000a0;
  border-radius: 10px;
  transition: text-shadow 500ms, box-shadow 500ms, padding 500ms;
}

.featuredChannel:hover {
  text-shadow: 0 0 3px #a1dffd;
  text-shadow: 0 0 3px var(--glow-color);
  box-shadow: 4px 4px 0 #a1dffd;
  box-shadow: 4px 4px 0 var(--glow-color);
  padding: 0.5%;
}

.fCIcon {
  width: 10vw;
  height: 10vw;
  -o-object-fit: cover;
  object-fit: cover;
}

#mttheader {
  margin-left: 5vw;
  margin-top: 3vw;
  font-size: 3em;
}

#feaprodheader {
  margin-left: 5vw;
  margin-top: 3vw;
  font-size: 3em;
}

.MTTLogo {
  height: 1vw;
}

#meettheteam {
  padding-top: 0.1%;
  padding-bottom: 5%;
  font-size: 1vw;
}

.partnerlogo {
  -o-object-fit: contain;
  object-fit: contain;
}

.partnerlist {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 1%;
  overflow: hidden;
  min-width: 100%;
}

.partnercopy {
  height: 6vw;
  flex-shrink: 0;
  float: left;
  display: flex;
  flex-direction: row;
  min-width: 100%;
  justify-content: space-around;
  -webkit-animation: movepartners 60s linear infinite;
  animation: movepartners 60s linear infinite;
  overflow: hidden;
}

#partnerlist1 {
  margin-top: 1%;
}

#partners {
  display: flex;
  flex-direction: column;
  overflow: visible;
  min-width: 0px;
  background-color: rgb(0, 0, 0, 0.35);
}

/* Footer */

#footerdiv {
  color: #6e6e6e;
  color: var(--grey-color);
  overflow: hidden;
  text-align: center;
  font-size: 1em;
  display: block;
}

#footerbg {
  position: relative;
  height: 20vh;
  width: 100%;
  background-image: url(images/bg.webp);
  background-size: cover;
  background-position: center;
}

#crap {
  height: 5vw;
}

/* Mist Weather Media Guide (THIS IS PAIN) */

#guidebg {
  background: #16252f;
  background: linear-gradient(-130deg, #000000, #000000, #16252f);
  background: linear-gradient(-130deg, #000000, #000000, var(--bg-color));
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex: 1 1 100%;
  font-size: 1vw;
}

#guidedybg {
  position: absolute;
  width: 100%;
  height: 96.1%;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  background-image: #16252f;
  background-image: linear-gradient(#000000a0, #000000a0),
    linear-gradient(-130deg, #000000, #000000, #16252f);
  background-image: linear-gradient(#000000a0, #000000a0),
    linear-gradient(-130deg, #000000, #000000, var(--bg-color));
}
#guidedybgold {
  position: absolute;
  width: 100%;
  height: 96.1%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: cover;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  background-image: #00000000;
}

#ad {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin: auto;
  margin-top: 0.5cqh;
  position: relative;
  overflow: hidden;
}

#guidead {
  position: relative;
  left: 0cqw;
}

#guideadold {
  position: absolute;
  width: 100%;
  z-index: 30;
  right: 100%;
}

@-webkit-keyframes slide-in {
  from {
    left: 100%;
  }

  to {
    left: 0cqw;
  }
}

@keyframes slide-in {
  from {
    left: 100%;
  }

  to {
    left: 0cqw;
  }
}

@-webkit-keyframes slide-out {
  from {
    right: 0cqw;
  }

  to {
    right: 100%;
  }
}

@keyframes slide-out {
  from {
    right: 0cqw;
  }

  to {
    right: 100%;
  }
}

.slidein {
  -webkit-animation: slide-in 1s;
  animation: slide-in 1s;
}

.slideout {
  -webkit-animation: slide-out 1s;
  animation: slide-out 1s;
}

#guide {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 720px;
  height: 480px;
  background: #000000;
  background: #000000a0;
  background: var(--bluesemitranslucent1-color);
  /*background: color-mix(in srgb, var(--main-color) 20%, transparent);*/
  background-size: cover;
  flex: 1;
  padding: 1%;
  overflow: hidden;
  font-size: 16px;
}

#guide::after {
  content: " "; /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.rightsidechannel {
  float: right;

  flex-direction: column;
  width: 80%;
  height: 100%;
  text-align: left;
}

.leftsidechannel {
  float: left;
  width: 20%;
  height: 100%;
  display: flex;
}

.channelinfo {
  color: #ffffff70;
  font-size: 14px;
}

.channelimage {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: auto;
}

.channeltitle {
  font-size: 18px;
  z-index: 2;
}

.channelbg {
  height: 100%;
  aspect-ratio: 16/9;
  float: right;
}

#guidewrapper {
  width: 100%;
  height: 100%;
  opacity: 100%;
}

#leftsideguide {
  float: left;
  width: 38%;
}

#rightsideguide {
  float: right;
  width: 60%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#channels {
  position: absolute;
  overflow: visible;
  width: 56%;
  height: 60%;
}

#channellist {
  width: 100%;
  height: 90%;
  overflow-x: hidden;
  overflow-y: scroll;
  display: block;
}

#channelfilter {
  flex: 1;
}

#MWMFilterStream {
  width: 192px;
}

#MWMbottomselect {
  display: flex;
  flex-direction: row;
  margin-top: 1%;
  width: 100%;
}

.channel {
  background: #16252f;
  background: var(--bg-color);
  border-radius: 15px;
  border: 1mm solid #5296ab;
  border: 1mm solid var(--main-color);
  width: 360px;
  margin: 1%;
  height: 92px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  position: relative;
}

#status {
  height: 10px;
  width: 100%;
  margin-bottom: 0%;
}

.normal {
  font-size: 95%;
}

#description {
  height: 48px;
  width: 96.5%;
  display: flex;
  text-align: left;
  margin-bottom: 1vh;
  padding: 2%;
  border-radius: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #00000080;
  display: none;
}

#descriptionpara {
  width: 28vw;
  font-size: 16px;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "standardregular";
}

#chatdivider {
  margin: 0.8%;
}

#chatwindow {
  background-color: #5296ab;
  background-color: #5296aba0;
  background-color: var(--main-color);
  background-color: color-mix(in srgb, var(--main-color) 15%, transparent);
  border-radius: 15px;
  border: 1mm solid #5296ab;
  border: 1mm solid var(--main-color);
  padding: 2%;
  width: 95%;
  overflow: hidden;
}

#innerchat {
  overflow: auto;
  height: 5cqh;
  font-size: 1cqh;
  background-color: #00000000;
}

#chatinput {
  width: 95%;
  margin: auto;
  color: #606060;
  font-size: 1cqh;
}

#GuideShowUnavailable {
  float: right;
  margin: 2%;
}

#chattype {
  width: 98.5%;
}

.channelselected {
  border: 2mm solid #a1dffd;
  border: 2mm solid var(--glow-color);
  box-shadow: 0 0 20px #a1dffd;
  box-shadow: 0 0 20px var(--glow-color);
  left: 18px;
}

.channelunavailable {
  background: #202020;
  border: 0mm solid #a1dffd;
  border: 0mm solid var(--glow-color);
  color: #303030;
}

#channelunavailableshowlabel {
  font-size: 16px;
}

#GuideLoading {
  font-size: 24px;
}

#GuideLoading .MistyLoading {
  width: 16px;
  height: 16px;
}

#viewcount {
  display: inline;
  float: right;
  color: #ffffff70;
  margin-bottom: 1%;
  font-family: "standardregular";
}

#chaninfoid {
  display: inline;
  float: left;
  margin-bottom: 1%;
  font-family: two_weekend_gosemibold;
}

#info {
  width: 100%;
  clear: both;
  font-size: 16px;
}

#video {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}

#timeanddate {
  position: relative;
  clear: both;
  width: 100%;
}

#time {
  display: inline-block;
  font-size: 2em;
}
#date {
  display: inline;
  font-size: 2em;
  font-weight: lighter;
  float: right;
}

#guide #guidewrapper #timeanddate #time {
  font-size: 24px;
}

#guide #guidewrapper #timeanddate #date {
  font-size: 24px;
}

.channelinfo2 {
  float: left;
  height: 100%;
}

.guideselect {
  position: absolute;
  font-size: 16px;
  width: 160px;
}

.guideselectname {
  position: relative;
  font-size: 14px;
  margin-block: 0;
}

.guideselectwrapper {
  height: 18px;
}

#selectguidewrapper {
  width: 100%;
  display: flex;
}

#selectpanelwrapper {
  width: 100%;
  display: flex;
}

#CategorySelectWrapper {
  float: left;
}
#SortSelectWrapper {
  float: right;
}

#chat {
  position: relative;
  height: 30%;
}

.chatname {
  display: inline;
}

.chatmsg {
  display: inline;
}

#chattext {
  box-sizing: border-box;
  width: 100%;
}

/* Frostcast CSS */

#MistFC {
  display: flex;
  background: #16252f;
  background: linear-gradient(#16252f, #5296ab);
  background: linear-gradient(var(--bg-color), var(--main-color));
  flex: 1 1 100%;
  flex-direction: column;
}
#MistFCVisualizer {
  flex: 4;
  background: linear-gradient();
  position: relative;
}

#MistFCDynBG {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #16252f;
  background-color: var(--bg-color);
  -webkit-filter: blur(16px);
  filter: blur(16px);
}

#MistFCDynBGGrid {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-size: 40px 40px;
  background-image: linear-gradient(
      to right,
      var(--bluesemitranslucent1-color) 3px,
      transparent 3px
    ),
    linear-gradient(
      to bottom,
      var(--bluesemitranslucent1-color) 3px,
      transparent 3px
    );
}

#MistFCInfo {
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -5%);
  font-size: 0.7vw;
  margin-inline: auto;
  width: 90%;
}
#MistFCContent {
  width: 100%;
}

#MistFCCover {
  width: 6vw;
  height: 6vw;
  margin: 1px;
}

.duration-bar {
  width: 100%;
  height: 5px;
  background-color: #444;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: black 1px 0 10px;
  position: relative;
  margin-top: 10px;
  z-index: 1;
}

.duration-bar .progress {
  background-color: #ffffff;
  background-color: var(--light-color);
  height: 100%;
  width: 0;
}

.audio-visualizer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0.5;
  background-color: transparent;
  z-index: 2;
}

canvas {
  width: 100%;
  height: 100%;
}

#MistFCChannels {
  background: #5296ab;
  background: linear-gradient(#5296ab, #07151e);
  background: linear-gradient(var(--main-color), var(--darker-color));
  flex: 1 1;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: scroll;
}

#MistFCChannelsWrapper {
  min-width: 12cqw;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-y: hidden;
  overflow-x: hidden;
}

.station {
  position: relative;
  height: 80%;
  min-width: 10cqw;
  background: #16252f;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 10px 10px 10px #000000a0;
  min-height: -webkit-min-content;
  min-height: -moz-min-content;
  min-height: min-content;
}

.stationimage {
  height: 10cqh;
  width: 10cqh;
  background-size: contain;
  background-position: center;
}

.stationinfo {
  position: absolute;
  text-align: center;
  background: #16252fa0;
  font-size: 1.2cqh;
  width: 100%;
  height: 100%;
  margin: 1%;
}

.stationselected {
  border: solid 7px #a1dffd;
  border: solid 7px var(--glow-color);
  box-shadow: 0 0 12px #a1dffd;
  box-shadow: 0 0 12px var(--glow-color);
}

.MistFCLogo {
  position: absolute;
  font-size: 10cqh;
  opacity: 10%;
  text-wrap: nowrap;
}

/* Mist Bulletin CSS */
.MistBLButton {
  width: 90%;
  height: 20%;
  background-color: #16252f;
  background-color: var(--bg-color);
  border: solid 4px #5296ab;
  border: solid 4px var(--main-color);
  border-radius: 1cqw;
  margin: auto;
  overflow: hidden;
  padding: 1%;
  margin-bottom: 1%;
  background-size: cover;
  background-position: center;
  pointer-events: none;
  white-space: nowrap;
  cursor: pointer;
}

.MistBLBG {
  height: 100%;
  aspect-ratio: 16/9;
  float: left;
}

.MistBLInfo {
  float: right;
}

.LeftSideBulletin {
  float: left;
  text-align: left;
  vertical-align: top;
}

.RightSideBulletin {
  text-align: right;
}

.BulletinBanner {
  position: relative;
  height: 40vh;
  width: 100%;
  background-image: url(images/bg.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.BulletinBannerText {
  position: relative;
  text-shadow: 2px 2px 0 #000000;
}

.BulletinText {
  width: 60%;
  margin: auto;
  text-justify: auto;
  text-align: justify;
}

.BulletinDate {
  position: absolute;
  font-size: 15.5vh;
  text-align: center;
  z-index: 0;
  color: #ffffff70;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 0;
  top: 0;
}

/* Mist Weather Widget */

.line {
  display: flex;
  align-items: center;
  width: 100%;
}

#WeatherWidget {
  position: fixed;
	width: 100%;
	z-index: 5;
	transition: display 1s;
	text-shadow: 0.1vw 0.1vw 0.5vw #000;
	background-size: cover;
	background-position: center;
	position: absolute;
  opacity: 0;
	bottom: -30vw;
	pointer-events: none;
  bottom: 0%;
  flex-direction: row;
  display: flex;
  justify-content: center;
  transform: translateY(0%);
}

#PLEASEFUCKINGHIDEONMOBILEGODDAMNIT {
  align-self: center;
  width: 85%;
  max-width: 1300px;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  border-top-left-radius: 28px;
	border-top-right-radius: 28px;
  backdrop-filter: blur(20px);
  border: 4px solid #a1dffd;
}

#WX7DayForecast {
  background-image: linear-gradient(var(--darker-color), var(--dark-color));
  padding: 12px;
  max-width: 92%;
  border-radius: 8rem;
}

@keyframes wxwidgetup {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0%);
  }

}

@keyframes wxwidgetdown {
  from {
    transform: translateY(0%);
  }

  to {
    transform: translateY(100%);
  }
}

.wxwidgetup {
  animation: wxwidgetup 0.5s;
}

.wxwidgetdown {
  animation: wxwidgetdown 0.5s;
}

#WIconWidget {
  height: 100%;
  width: auto;
  float: left;
}

#WXTempNow {
  margin-right: 1vw;
  float: left;
}

#WXConditionNow {
  color: #ffffff90;
}

.inline {
  float: left;
}

#WX2ndLine {
  height: 6vw;
}

#WX15DayForecast {
  height: 5cqw;
  width: 96%;
  display: flex;
  flex-direction: row;
  background: #00000099;
  overflow-x: scroll;
  overflow-y: hidden;
}
.WXForecast {
  flex: 1 1 1;
  height: 3cqw;
  width: 8cqw;
  display: flex;
  align-items: center;
  padding: 1%;
}

.WXForecastIcon {
  height: 5cqw;
  width: 5cqw;
}

#WXMistLogo {
  position: absolute;
  font-size: 5vw;
  right: 4vw;
}

#WXMistLogoWrapper {
  position: relative;
}

#WXLongConditions {
  width: 20vw;
  height: 100cqh;
  overflow-x: scroll;
  overflow-y: hidden;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: table-cell;
  vertical-align: middle;
  line-height: 100cqh;
}

/* MWM Panel CSS */

#MistPanel {
  flex: 1;
  padding: 1%;
  margin-bottom: 1vh;
}

#MistPanelContent {
  display: block;
}

#MistPanelLeft {
  width: 30%;
  height: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}

#panelvideo {
  height: 20vh;
  aspect-ratio: 4/3;
  border: solid 0.2vw #506070;
  margin-bottom: 1vw;
  flex: 1;
}

#mistinnerchat {
  overflow: auto;
  height: 100%;
  font-size: 1em;
}

#mistchatinput {
  margin: auto;
  line-height: 1cqh;
  color: #606060;
}

#mistchattype {
  width: 100%;
  font-size: 2em;
}

#mistchat {
  position: relative;
  height: 100%;
}

#mistchatwindow {
  background-color: #5296ab;
  background-color: #5296ab80;
  background-color: color-mix(in srgb, var(--main-color) 15%, transparent);
  border-radius: 15px;
  border: 1mm solid #5296ab;
  border: 1mm solid var(--main-color);
  padding: 2%;
  flex-grow: 1;
  overflow: hidden;
}

#MistPanelRight {
  width: 65%;
  float: right;
}

#MistPanelInfo {
  background-color: color-mix(in srgb, var(--main-color) 15%, transparent);
  padding: 2%;
  border-radius: 15px;
  border: 1mm solid #5296ab;
  border: 1mm solid var(--main-color);
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
}

#MPIRight {
  float: right;
}

#CIconPanel {
  width: 15vh;
}

#MistPanelEditTitle {
  font-size: 2em;
}

#channeltitlepanel {
  font-size: 2em;
}

#MistPanelStatus {
  font-size: 1em;
}

#PanelEditButton {
  position: relative;
  float: right;
  color: #ffffffaa;
}

#paneldescription {
  width: 96.5%;
  background: #16252f;
  background: var(--bg-color);
  display: flex;
  text-align: left;
  padding: 2%;
  border-radius: 15px;
  overflow-y: scroll;
  overflow-x: hidden;
}

#paneldescriptionpara {
  width: 100%;
  font-size: 1em;
  margin-top: auto;
  margin-bottom: auto;
  font-family: "standardregular";
}

#MistPanelEditDescription {
  width: 100%;
  font-size: 1em;
}

#views {
  font-size: 1.5em;
}

#favorites {
  font-size: 1.5em;
}

/* Mist Weather Media Simulator Page */

#SimDiv {
  padding: 2%;
  transition: background 1s;
}

#SimContent {
  background: #00000080;
  overflow-y: scroll;
  overflow-x: hidden;
}

.SimButton {
  font-size: 1em;
  width: 18em;
  height: 18em;
  margin: 16px;
  float: left;
  text-shadow: 2px 2px 0 #000000;
}

.SimButton::hover {
  text-shadow: 2px 2px 0 --glow-color;
  box-shadow: 2px 2px 0 --glow-color;
}

.grid {
  display: block;
  clear: both;
  height: fit-content;
  overflow: hidden;
}

/* Stream with us page */
#streamwithus {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

#swuwindow {
  width: 80vw;
}
