@import url("https://fonts.googleapis.com/css?family=Quicksand");
body {
  font-family: 'Quicksand', sans-serif; }

.reel-icon {
  background-image: url(/media/svg/reel.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  height: 35px;
  width: 35px;
  top: 15px;
  left: 15px;
  position: absolute;
  z-index: 10; }

.short-icon {
  background-image: url(/media/svg/short.svg);
  z-index: 100;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  top: 10px;
  left: 10px;
  position: absolute;
}

.tile {
  background: #2c2d2c;
  border-radius: 5px;
  overflow: hidden;
  box-sizing: border-box; }
  .tile:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, 0.6); }
  .tile-emoji {
    height: 1em;
    width: 1em;
    margin: 0 .05em 0 .1em;
    vertical-align: -0.1em; }
  .tile-image-wrapper {
    position: relative;
    overflow: hidden; }
  .tile-image-spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c2d2c;
    color: #b9bab9;
    text-align: center;
    transition: opacity .5s ease-in-out; }
    .tile-image-spinner > .fs-spinner {
      position: absolute;
      top: 50%; }
  .tile-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    padding: 2px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 30px;
    font-size: 50px;
    color: #fff; }
    .tile-video-play:before {
      position: relative;
      left: -1px; }
  .tile-audio-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 30px;
    font-size: 36px;
    color: #fff; }
  .tile-image {
    width: 100%;
    display: block;
    max-height: 0;
    transition: max-height .5s ease-in-out; }
  .tile-message {
    word-wrap: break-word; }
  .tile-message a {
    text-decoration: none; }
  .tile-message-wrapper {
    padding: 20px; }
    .tile-message-wrapper > * {
      margin-top: 10px; }
    .tile-message-wrapper > *:first-child {
      margin-top: 0; }
  .tile-avatar-wrapper {
    display: flex;
    align-items: center; }
    .tile-avatar-wrapper > * {
      margin-left: 10px; }
    .tile-avatar-wrapper > *:first-child {
      margin-left: 0; }
  .tile-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    flex-shrink: 0; }
  .tile-name-wrapper {
    flex-grow: 1; }
  .tile-name {
    font-size: 14px;
    font-weight: bold;
    word-break: break-all; }
  .tile-timephrase {
    font-size: 12px;
    color: #b9bab9; }
  .tile-network {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    background: #fff;
    color: #2c2d2c; }
  .tile-html-wrapper {
    overflow: hidden; }

.load-more {
  background: #2c2d2c;
  border-radius: 5px;
  overflow: hidden;
  font-weight: bold; }
  .load-more-action {
    display: block;
    color: #b9bab9;
    padding: 10px;
    text-align: center;
    cursor: pointer; }
    .load-more-action-loading {
      cursor: default; }

.load-more-scroll {
  text-align: center; }

video {
  display: none; }

.stacklapopup-nightfall-on-show .video-content .video {
  display: block !important; }

.stacklapopup-nightfall-on-show .video-content .tile-image-wrapper {
  display: none !important; }

.stacklapopup-nightfall-on-show .stackla-widget {
  pointer-events: none; }
