@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);
#tubi-autoplay-info {
  font-family: Inter;
}

#tubi-autoplay-info .mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(28, 31, 41, 0.88);
}
#tubi-autoplay-info .wrapper {
  display: flex;
  color: #FFFFFF;
  max-width: 720px;
  position: fixed;
  bottom: 40px;
  left: 84px;
}
#tubi-autoplay-info .tile {
  height: 188px;
  width: auto;
}
#tubi-autoplay-info .detail {
  margin-left: 24px;
}
#tubi-autoplay-info .countdown {
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  color: #FFFF13;
}

#tubi-autoplay-info .title {
  font-family: "TubiStans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 8px;
}

#tubi-autoplay-info .metadata {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  opacity: 0.48;
  display: flex;
  align-items: center;
  height: 28px;
}
#tubi-autoplay-info .description {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#tubi-autoplay-info .cc {
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
#tubi-autoplay-info .rating {
  margin-left: 6px;
  background: rgba(150, 153, 163, 0.32);
  border-radius: 3px;
  font-weight: 800;
  font-size: 8px;
  padding: 0 8px;
  height: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.8);
}

/* NOTE: this must be first statement in file to work on device */

cast-media-player {
  --theme-hue: 100;
  --progress-color: rgb(255, 225, 19);
  --break-color: rgb(255, 225, 19);
  --splash-image: url(fdea311ea31b0546ef83.jpg);
  --splash-size: cover;
}

#tubi-subtitles {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 30px;
}

#tubi-subtitles div{
  padding: 3px 6px;
  background-color: rgba(0, 0, 0, 0.7);
}

#tubi-loading-logo {
  position: absolute;
  left: 80px;
  top: 80px;
  opacity: 0;
  width: 100px;
  color: #fff;
}

#tubi-error-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 56%;
  background: #2C2C2C;
  box-shadow: 2.42837px 14.5702px 14.5702px rgba(0, 0, 0, 0.15);
  border-radius: 9px;
  transform: translate(-50%, -50%);
  padding: 3.2em;
  color: #FFFFFF;
  font-family: Inter;
  font-style: normal;
  line-height: 1.6em;
}

#tubi-error-modal .title {
  font-weight: 900;
  font-size: 2.1333em;
  line-height: 2.6667em;
  letter-spacing: -0.3px;
}

#tubi-error-modal .prompt {
  font-weight: 900;
  font-size: 0.9333em;
  line-height: 1.333em;
}

#tubi-error-modal .subheader {
  line-height: 1.8667em;
  margin-bottom: 2.1333em;
}

#tubi-error-modal p {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2em;
  margin: 0;
}

#tubi-error-modal li {
  font-weight: 500;
  font-size: 1em;
}

#tubi-error-modal a {
  color: #FFFF13;
  text-decoration: underline;
}

