body .featherlight.channel-card,
body .featherlight-channel-inline {
  cursor: default;
  background: rgba(0, 0, 0, 0.44); }
  body .featherlight.channel-card .featherlight-content,
  body .featherlight-channel-inline .featherlight-content {
    padding: 0;
    width: 97%;
    height: 97%;
    overflow: hidden;
    border: 4px solid #272549;
    outline: 1px solid #000;
    background: #000;
    box-shadow: 0 0 4px #000;
    margin-left: auto;
    margin-right: auto; }

x-channel-featherlight {
  height: 100%;
  width: 100%;
  display: flex;
  background: linear-gradient(to bottom, #151320 0%, #0c0e12 100%);
  border: 1px solid #000;
  display: flex !important; }
  x-channel-featherlight.active-tab-bio .xfeather-content-container {
    overflow-y: auto; }
  x-channel-featherlight .twitch-player-container {
    height: 100%;
    width: 74%;
    background: #000;
    box-shadow: 0 0 4px #000;
    z-index: 2;
    border-right: 1px solid #000; }
    x-channel-featherlight .twitch-player-container #twitch-player-1 {
      height: 100%;
      width: 100%; }
    x-channel-featherlight .twitch-player-container .player-screencap {
      width: 100%;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      display: flex;
      justify-content: center;
      align-items: center; }
      x-channel-featherlight .twitch-player-container .player-screencap.video-active-playing {
        background-image: none !important; }
        x-channel-featherlight .twitch-player-container .player-screencap.video-active-playing .play-button {
          display: none !important; }
      x-channel-featherlight .twitch-player-container .player-screencap .play-button {
        background-image: url(https://storage.googleapis.com/cdn.overcharge.tv/images/video-play-large-inverse.png);
        width: 56px;
        height: 68px;
        display: block;
        padding: 100px 180px;
        cursor: pointer;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: .7;
        transition: opacity .15s; }
        x-channel-featherlight .twitch-player-container .player-screencap .play-button:hover {
          opacity: .8; }
  x-channel-featherlight .xfeather-content-container {
    position: relative;
    background: linear-gradient(to bottom, #151320 0%, #0c0e12 100%);
    height: 100%;
    width: 26%;
    min-width: 290px;
    padding: 20px;
    color: #c6c6c7; }
    x-channel-featherlight .xfeather-content-container .biophoto-gauss {
      position: absolute;
      top: -4px;
      left: 0;
      right: 0;
      height: 147px;
      z-index: 2;
      display: flex;
      overflow: hidden;
      width: 100%; }
      x-channel-featherlight .xfeather-content-container .biophoto-gauss .biophoto-gauss-image {
        filter: blur(5px) brightness(0.3) saturate(0.8);
        background-size: cover;
        width: 100%;
        height: 100%; }
    x-channel-featherlight .xfeather-content-container .feather-streamer-head {
      display: flex;
      visibility: hidden; }
      x-channel-featherlight .xfeather-content-container .feather-streamer-head.floating-clone {
        position: absolute;
        z-index: 11;
        visibility: visible; }
      x-channel-featherlight .xfeather-content-container .feather-streamer-head .channel-logo {
        width: 70px;
        height: 70px;
        flex-shrink: 0;
        background-size: cover;
        border-radius: 2px;
        border: 1px solid #000;
        background-color: rgba(0, 0, 0, 0.5); }
      x-channel-featherlight .xfeather-content-container .feather-streamer-head .header-content-block {
        cursor: default;
        padding: 2px 14px;
        align-items: center;
        flex-grow: 1;
        display: flex; }
      x-channel-featherlight .xfeather-content-container .feather-streamer-head .feather-status {
        font-size: 20px;
        font-family: 'proxima-nova', sans-serif;
        color: #c6c6c7;
        width: 100%;
        line-height: 21px;
        margin-bottom: 1px;
        max-height: 62px;
        overflow: hidden; }
      x-channel-featherlight .xfeather-content-container .feather-streamer-head .feather-taginfo {
        width: 100%;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        color: #94949e;
        line-height: 17px; }
      x-channel-featherlight .xfeather-content-container .feather-streamer-head .taginfo-slim {
        display: none; }
    x-channel-featherlight .xfeather-content-container .nav-placeholder {
      height: 55px; }
    x-channel-featherlight .xfeather-content-container .nav-tabs.xfeather-tab-nav {
      border-bottom: 1px solid #000;
      padding-top: 0;
      padding-left: 20px;
      position: absolute;
      height: 34px;
      z-index: 3;
      left: 0;
      right: 0;
      margin-top: 20px; }
      x-channel-featherlight .xfeather-content-container .nav-tabs.xfeather-tab-nav .nav-item-twitter {
        display: none; }
      x-channel-featherlight .xfeather-content-container .nav-tabs.xfeather-tab-nav .nav-item {
        position: relative; }
        x-channel-featherlight .xfeather-content-container .nav-tabs.xfeather-tab-nav .nav-item .top-stroke {
          position: absolute;
          top: 1px;
          left: 1px;
          right: 1px;
          height: 1px;
          background: transparent; }
      x-channel-featherlight .xfeather-content-container .nav-tabs.xfeather-tab-nav .nav-link {
        color: #a4a3a8;
        border-radius: 2px;
        font-size: 14px;
        padding: .4em 1.1em;
        min-width: 66px;
        text-align: center;
        cursor: pointer;
        text-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
        x-channel-featherlight .xfeather-content-container .nav-tabs.xfeather-tab-nav .nav-link#headpiece-tab-user {
          max-width: 180px;
          text-overflow: ellipsis;
          overflow: hidden; }
        x-channel-featherlight .xfeather-content-container .nav-tabs.xfeather-tab-nav .nav-link:hover {
          border: 1px solid transparent;
          color: #5986ab; }
        x-channel-featherlight .xfeather-content-container .nav-tabs.xfeather-tab-nav .nav-link:active, x-channel-featherlight .xfeather-content-container .nav-tabs.xfeather-tab-nav .nav-link:focus {
          border: 1px solid transparent; }
        x-channel-featherlight .xfeather-content-container .nav-tabs.xfeather-tab-nav .nav-link.active {
          background: linear-gradient(to bottom, rgba(19, 18, 28, 0.7) 0%, #13121c 100%);
          border: 1px solid rgba(0, 0, 0, 0.5);
          border-top: 1px solid rgba(0, 0, 0, 0.92);
          border-bottom: 1px solid #13121c;
          color: #a4a3a8; }
        x-channel-featherlight .xfeather-content-container .nav-tabs.xfeather-tab-nav .nav-link.active + .top-stroke {
          background: #272549; }
  x-channel-featherlight .show-full-bio-ctr {
    margin-top: -6px;
    margin-bottom: 16px;
    display: none; }
    x-channel-featherlight .show-full-bio-ctr .btn-show-full-bio {
      color: #15568e;
      cursor: pointer; }
      x-channel-featherlight .show-full-bio-ctr .btn-show-full-bio:hover {
        color: #0275d8; }
  x-channel-featherlight .profile-banner {
    display: flex;
    justify-content: center;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.9);
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    align-items: center; }
    x-channel-featherlight .profile-banner .profile-banner-image {
      display: block;
      max-height: 200px;
      filter: brightness(0.5);
      transition: filter .33s;
      max-width: 120%; }
      x-channel-featherlight .profile-banner .profile-banner-image:hover {
        filter: brightness(1); }

.featherlight.channel-status-offline .play-button {
  display: none !important; }

.featherlight-inner.active-tab-chat .btn-collapse-feather-sidebar {
  padding: 5px;
  right: 72px;
  bottom: 2px;
  display: none; }
.featherlight-inner.active-tab-chat.twitch-chat-loaded .btn-collapse-feather-sidebar {
  display: block; }

.btn-collapse-feather-sidebar,
.btn-expand-feather-sidebar {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  padding: 12px;
  padding-right: 11px;
  padding-bottom: 2px;
  display: none;
  z-index: 99; }
  .btn-collapse-feather-sidebar.btn-expand-feather-sidebar,
  .btn-expand-feather-sidebar.btn-expand-feather-sidebar {
    padding-right: 14px; }
  .btn-collapse-feather-sidebar.active-visible,
  .btn-expand-feather-sidebar.active-visible {
    display: block; }
  .btn-collapse-feather-sidebar svg,
  .btn-expand-feather-sidebar svg {
    width: 7px;
    height: 18px; }
  .btn-collapse-feather-sidebar path,
  .btn-expand-feather-sidebar path {
    fill: #3b3947; }
  .btn-collapse-feather-sidebar:hover path,
  .btn-expand-feather-sidebar:hover path {
    fill: #4e4b5d; }

.featherlight-inner.sidebar-collapsed .twitch-player-container {
  flex-grow: 1; }
.featherlight-inner.sidebar-collapsed .xfeather-content-container {
  min-width: 35px !important;
  max-width: 35px !important;
  padding: 0 !important; }
  .featherlight-inner.sidebar-collapsed .xfeather-content-container .feather-streamer-head,
  .featherlight-inner.sidebar-collapsed .xfeather-content-container .biophoto-gauss,
  .featherlight-inner.sidebar-collapsed .xfeather-content-container .xfeather-tab-nav,
  .featherlight-inner.sidebar-collapsed .xfeather-content-container .content-groups-container {
    display: none !important; }

body.device-mobile.device-browser-Safari .featherlight-channel-inline, body.device-mobile.device-browser-Safari .featherlight-content {
  height: 93vh !important; }

body .featherlight-channel-inline {
  border: none;
  outline: none;
  width: 100vw;
  height: 100vh; }
  body .featherlight-channel-inline .featherlight-content {
    border: none;
    outline: none;
    width: 100vw;
    height: 100vh;
    border-bottom: 4px solid #272549;
    margin: 0; }

.xfeather-content-container {
  overflow: hidden; }
  .xfeather-content-container .xfeather-bio-group {
    font-family: 'Roboto', sans-serif;
    color: #ababb0;
    font-size: 13px;
    line-height: 18px;
    cursor: default;
    padding-top: 10px;
    height: 100%; }
    .xfeather-content-container .xfeather-bio-group .bio-head-container {
      display: flex;
      margin-bottom: 10px;
      align-items: center; }
      .xfeather-content-container .xfeather-bio-group .bio-head-container .streaming-bull-ctr {
        margin-right: 4px;
        margin-top: -3px; }
        .xfeather-content-container .xfeather-bio-group .bio-head-container .streaming-bull-ctr > .svg-streaming-bull {
          height: 6px; }
          .xfeather-content-container .xfeather-bio-group .bio-head-container .streaming-bull-ctr > .svg-streaming-bull circle {
            fill: green; }
      .xfeather-content-container .xfeather-bio-group .bio-head-container .online-for {
        color: #8a8a8f;
        margin-right: 5px; }
      .xfeather-content-container .xfeather-bio-group .bio-head-container .view-count-formatted {
        color: #8a8a8f; }
    .xfeather-content-container .xfeather-bio-group .h1-channel-display-name {
      color: #c6c6c7;
      font-size: 28px;
      font-family: 'proxima-nova', sans-serif;
      text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
      padding-right: 8px;
      margin: 0; }
    .xfeather-content-container .xfeather-bio-group > p {
      display: none; }
    .xfeather-content-container .xfeather-bio-group .nobio {
      color: #54555a;
      display: block;
      margin-top: 2px; }
    .xfeather-content-container .xfeather-bio-group .bio-data-table-ctr {
      padding-top: 6px; }
    .xfeather-content-container .xfeather-bio-group .bio-data-table tr {
      display: none;
      font-size: 13px; }
      .xfeather-content-container .xfeather-bio-group .bio-data-table tr .label {
        background-color: rgba(255, 255, 255, 0.02);
        width: 110px;
        padding: 6px 8px; }
      .xfeather-content-container .xfeather-bio-group .bio-data-table tr .value {
        padding: 6px 8px; }
        .xfeather-content-container .xfeather-bio-group .bio-data-table tr .value > a {
          color: #15568e;
          text-decoration: underline; }
          .xfeather-content-container .xfeather-bio-group .bio-data-table tr .value > a:hover {
            color: #0275d8; }
  .xfeather-content-container .xfeather-chat-group {
    height: 100%;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
    position: absolute;
    width: 100%; }
    .xfeather-content-container .xfeather-chat-group .chat-loading-message {
      color: #5e5e66;
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      text-align: center;
      padding: 100px 50px;
      z-index: 15; }
  .xfeather-content-container #xtwitch-chat-frame {
    height: 712px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    z-index: 14;
    margin-top: -50px; }
  .xfeather-content-container .twitter-scroll-wrap {
    height: 800px;
    overflow-x: scroll;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #15191f; }

#feather-bottom-gradient {
  display: none;
  height: 25%;
  background: linear-gradient(to bottom, transparent 0%, #0c0c0e 100%);
  width: 100%;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 11; }

.featherlight:last-of-type {
  background-color: rgba(0, 0, 0, 0.44);
  cursor: default; }

.featherlight .featherlight-close-icon {
  display: none !important; }

.xfeather-chubby-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 8px;
  padding-bottom: 2px;
  cursor: pointer;
  z-index: 98;
  font-size: 15px;
  background: rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 3px; }
  .xfeather-chubby-close .svg-chubby-x {
    height: 19px; }
    .xfeather-chubby-close .svg-chubby-x path {
      fill: #403d4c; }
  .xfeather-chubby-close:hover .svg-chubby-x path {
    fill: #4e4b5d; }

body.device-os-Windows7 .featherlight.channel-card * {
  font-family: sans-serif !important; }
