#my-video {
  width: 100%;
  height: 100%;
}

#ci-select {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#ci-select .ci-selector {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#ci-select label {
  font-size: 0.75rem;
  background: url("/media/images/icon-ci.svg") no-repeat left center;
  padding-left: 1.7rem;
  width: 6rem;
  line-height: 1;
}
#ci-select select {
  display: none;
}
#ci-select .ci-select-links {
  font-size: 0.75rem;
  padding: 1rem 0;
}
#ci-select .ci-select-links a {
  display: inline-block;
  color: #0A0A0A;
  text-decoration: none;
  background: #F2D3AE;
  border: 1px solid #F2D3AE;
  padding: 0.3em 1.5em;
  margin: 0 0.2em 0.2em 0.2em;
}
#ci-select #ci {
  font-size: 0.75rem;
  color: #0A0A0A;
  text-decoration: none;
  background: #F6931F url("/media/images/icon-down.svg") no-repeat right 0.5em center;
  border: 1px solid #F6931F;
  padding: 0.3em 3em 0.3em 1.5em;
  margin: 0 0.2em 0.2em 0.2em;
  border-radius: 0;
  font-weight: 500;
}
#ci-select .sns a {
  text-decoration: none;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: 0 0.2rem;
  background: center center no-repeat;
  background-size: contain;
}
#ci-select .sns a span {
  display: none;
}
#ci-select .sns a.link {
  background-image: url("/media/images/sns/link.svg");
}
#ci-select .sns a.email {
  background-image: url("/media/images/sns/email.svg");
}
#ci-select .sns a.wechat {
  background-image: url("/media/images/sns/wechat.svg");
}
#ci-select .sns a.weibo {
  background-image: url("/media/images/sns/weibo.svg");
}
#ci-select .sns a.facebook {
  background-image: url("/media/images/sns/facebook.svg");
}

#ci-select[data-voice=english] .ci-select-links a[data-voice=english],
#ci-select[data-voice=mandarin] .ci-select-links a[data-voice=mandarin],
#ci-select[data-voice=cantonese] .ci-select-links a[data-voice=cantonese],
#ci-select[data-voice=portuguese] .ci-select-links a[data-voice=portuguese],
#ci-select[data-voice=italian] .ci-select-links a[data-voice=italian],
#ci-select[data-voice=original] .ci-select-links a[data-voice=original] {
  background: #F6931F;
  border-color: #F6931F;
  font-weight: 500;
}

#live-message[data-now-live="-1"] {
  display: none !important;
}

#live-message {
  display: none;
}
#live-message h5 {
  font-weight: normal;
  color: #F16722;
}
#live-message #live-name {
  font-size: 1.625rem;
}
#live-message #live-detail {
  font-weight: 100;
  opacity: 0.8;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 5rem;
}
#live-message #live-detail + label {
  color: #F16824;
  text-decoration: underline;
}

input.helper-expand-text {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
input.helper-expand-text:checked + label {
  -webkit-line-clamp: unset !important;
  max-height: unset !important;
}
input.helper-expand-text:checked + label + label {
  display: none;
}

body[data-page-state=reached] #countdown,
body[data-page-state=reached] #info,
body[data-page-state=reached] #mobile-info,
body[data-page-state=lunch] #countdown,
body[data-page-state=lunch] #info,
body[data-page-state=lunch] #mobile-info,
body[data-page-state=end] #countdown,
body[data-page-state=end] #info,
body[data-page-state=end] #mobile-info {
  display: none !important;
}
body[data-page-state=reached] #ci-select,
body[data-page-state=lunch] #ci-select,
body[data-page-state=end] #ci-select {
  display: flex;
}
body[data-page-state=reached] #live-message,
body[data-page-state=lunch] #live-message,
body[data-page-state=end] #live-message {
  display: block;
}

body[data-page-state=lunch] #now-live,
body[data-page-state=end] #now-live {
  display: none;
}

body[data-page-state=end] #end-message.d-none {
  display: block !important;
}

.btn-share {
  color: #F16824;
  background: #002954;
  font-size: 0.75rem;
  padding: 0.3em 1.5em;
  border: 1px solid #002954;
  border-radius: 1.2em;
  min-width: 5.2rem;
  cursor: pointer;
}
.btn-share:hover {
  color: #FFF;
}

.share-icon {
  width: 20%;
  color: #555;
  text-decoration: none;
}
.share-icon:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2rem;
  background: no-repeat center center;
  background-size: 100% 100%;
}

.share-email:before {
  background-image: url("/media/images/share-email.png");
}

.share-wechat:before {
  background-image: url("/media/images/share-wechat.png");
}

.share-weibo:before {
  background-image: url("/media/images/share-weibo.png");
}

.share-facebook:before {
  background-image: url("/media/images/share-facebook.png");
}

.share-whatsapp:before {
  background-image: url("/media/images/share-whatsapp.png");
}

.share-link {
  border: 1px solid #DBD8D8;
  border-radius: 3rem;
  padding: 0.25rem 1rem;
}

@media (max-width: 1399.98px) {
  #ci-select select {
    display: inline;
  }
  #ci-select .ci-select-links {
    display: none;
  }
}

/*# sourceMappingURL=live.css.map */
