body {
  background-color: var(--theme-color-3);
  color: var(--theme-color-1);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
    Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 24px;
  -webkit-user-select: none;
  user-select: none;
}
body #info {
  display: none;
}
body * {
  box-sizing: border-box;
}
body a {
  background-color: var(--theme-color-3);
  color: var(--theme-color-1);
  display: inline-block;
  font-style: oblique;
  height: 24px;
  text-decoration: none;
}
body a:hover {
  opacity: 0.5;
}
body a:active {
  opacity: 0.75;
}
::-webkit-scrollbar {
  height: 2px;
  width: 2px;
}
::-webkit-scrollbar-thumb {
  background-color: rgb(from var(--theme-color-1) r g b/.5);
}
.contentWrapper {
  height: 100%;
  margin: auto;
  max-width: 1680px;
  overflow: auto;
  padding: 0 36px;
}
.selectable {
  cursor: text;
  -webkit-user-select: text;
  user-select: text;
}
.App_header__vtMpi {
  background-color: var(--theme-color-2);
  height: 70px;
  position: fixed;
  width: 100vw;
}
.App_header__vtMpi .App_content__i-RuO {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.App_header__vtMpi .App_content__i-RuO .App_title__oFzO2 {
  cursor: pointer;
  font-size: 26px;
  font-weight: 700;
}
.App_header__vtMpi .App_content__i-RuO .App_title__oFzO2:hover {
  opacity: 0.5;
}
.App_header__vtMpi .App_content__i-RuO .App_title__oFzO2:active {
  opacity: 0.75;
}
.App_header__vtMpi .App_content__i-RuO .App_buttons__bPXZH {
  display: flex;
  gap: 18px;
}
.App_header__vtMpi .App_content__i-RuO .App_buttons__bPXZH .App_button__jXdzc {
  cursor: pointer;
  height: 36px;
}
.App_header__vtMpi
  .App_content__i-RuO
  .App_buttons__bPXZH
  .App_button__jXdzc
  * {
  stroke: var(--theme-color-1);
}
.App_header__vtMpi
  .App_content__i-RuO
  .App_buttons__bPXZH
  .App_button__jXdzc.App_info__kgZGR
  circle {
  fill: var(--theme-color-1);
}
.App_header__vtMpi
  .App_content__i-RuO
  .App_buttons__bPXZH
  .App_button__jXdzc.App_active__nAvDR {
  opacity: 0.5;
}
.App_header__vtMpi
  .App_content__i-RuO
  .App_buttons__bPXZH
  .App_button__jXdzc.App_animated__g5F09 {
  animation: App_pulse__njB3y 1s ease-in-out infinite;
}
.App_header__vtMpi
  .App_content__i-RuO
  .App_buttons__bPXZH
  .App_button__jXdzc:hover {
  opacity: 0.5;
}
.App_header__vtMpi
  .App_content__i-RuO
  .App_buttons__bPXZH
  .App_button__jXdzc:active {
  opacity: 0.75;
}
.App_app__GQ97N {
  height: 100vh;
  padding-top: 70px;
}
.App_app__GQ97N .App_appContainer__SDpfN {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: calc(100% - 118px);
}
.App_app__GQ97N .App_appContainer__SDpfN.App_noAds__6WuAE {
  height: 100%;
}
.App_app__GQ97N .App_appContainer__SDpfN .App_state__c1TAY {
  display: none;
}
.App_app__GQ97N .App_appContainer__SDpfN .App_infoBoard__8Bw5X {
  align-content: flex-start;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-wrap: wrap;
  gap: 18px;
  height: 160px;
  max-width: calc(100% - 600px);
  min-width: 50%;
  overflow: hidden;
  padding: 18px;
  width: 100%;
}
.App_app__GQ97N
  .App_appContainer__SDpfN
  .App_infoBoard__8Bw5X
  .App_item__1V-IL {
  align-items: center;
  display: flex;
}
.App_app__GQ97N
  .App_appContainer__SDpfN
  .App_infoBoard__8Bw5X
  .App_item__1V-IL
  .App_icon__W1LYv {
  height: 24px;
  margin-right: 18px;
}
.App_app__GQ97N
  .App_appContainer__SDpfN
  .App_infoBoard__8Bw5X
  .App_item__1V-IL
  .App_icon__W1LYv.App_refresh__7htxl
  :not(:last-child) {
  stroke: none;
  fill: var(--theme-color-1);
}
.App_app__GQ97N
  .App_appContainer__SDpfN
  .App_infoBoard__8Bw5X
  .App_item__1V-IL
  .App_icon__W1LYv
  * {
  stroke: var(--theme-color-1);
}
.App_app__GQ97N .App_appContainer__SDpfN .App_banner__8J9nM {
  background-color: var(--theme-color-4);
  display: flex;
  flex-direction: column;
  font-size: 24px;
  justify-content: space-between;
  margin: 18px 0 0 18px;
  max-width: calc(100% - 618px);
  min-width: calc(50% - 18px);
  padding: 18px;
}
.App_app__GQ97N .App_appContainer__SDpfN .App_bannerMobile__hdwQc {
  display: none;
}
.App_app__GQ97N
  .App_appContainer__SDpfN
  .App_banner__8J9nM
  .App_supportOptions__GR5fJ {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  gap: 18px;
  margin-top: 18px;
}
.App_app__GQ97N
  .App_appContainer__SDpfN
  .App_banner__8J9nM
  .App_supportOptions__GR5fJ
  .App_btc__d4KIm {
  -webkit-user-select: text;
  user-select: text;
  width: 100%;
  word-break: break-all;
}
.App_app__GQ97N
  .App_appContainer__SDpfN
  .App_banner__8J9nM
  .App_supportOptions__GR5fJ
  .App_button__jXdzc {
  align-items: center;
  border-radius: 4px;
  display: flex;
  height: 36px;
  padding: 18px;
}
.App_app__GQ97N
  .App_appContainer__SDpfN
  .App_banner__8J9nM
  .App_supportOptions__GR5fJ
  .App_comment__pIDrW {
  align-items: center;
  display: flex;
}
.App_app__GQ97N
  .App_appContainer__SDpfN
  .App_banner__8J9nM
  .App_buttonClose__tNaDb {
  display: none;
}
.App_app__GQ97N .App_bannerAdsDesktop__2AbNU {
  display: flex;
  justify-content: center;
  padding: 18px 0 0;
}
.App_app__GQ97N .App_bannerAdsMobile__nT9k8 {
  display: none;
}
.App_app__GQ97N .App_bannerAdsNative__5vEDQ {
  margin-top: auto;
  max-height: 275px;
  max-width: calc(100% - 590px);
  min-width: calc(50% + 10px);
  padding-left: 8px;
}
.App_app__GQ97N .App_bannerAdsNative__5vEDQ a {
  background-color: initial;
  height: auto;
}
@media (max-width: 767px) {
  .contentWrapper {
    padding: 0 12px;
  }
  .App_header__vtMpi {
    height: 60px;
  }
  .App_header__vtMpi .App_content__i-RuO .App_title__oFzO2 {
    font-size: 22px;
    line-height: 24px;
    padding-right: 18px;
  }
  .App_header__vtMpi .App_content__i-RuO .App_title__oFzO2:hover {
    opacity: 1;
  }
  .App_header__vtMpi .App_content__i-RuO .App_title__oFzO2:active {
    opacity: 0.75;
  }
  .App_header__vtMpi .App_content__i-RuO .App_buttons__bPXZH {
    flex-shrink: 0;
    gap: 16px;
  }
  .App_header__vtMpi
    .App_content__i-RuO
    .App_buttons__bPXZH
    .App_button__jXdzc {
    height: 32px;
  }
  .App_header__vtMpi
    .App_content__i-RuO
    .App_buttons__bPXZH
    .App_button__jXdzc:hover {
    opacity: 1;
  }
  .App_header__vtMpi
    .App_content__i-RuO
    .App_buttons__bPXZH
    .App_button__jXdzc.App_active__nAvDR {
    opacity: 0.75;
  }
  .App_header__vtMpi .App_content__i-RuO .App_state__c1TAY {
    display: none;
  }
  .App_app__GQ97N {
    padding-top: 60px;
  }
  .App_app__GQ97N .App_appContainer__SDpfN {
    flex-wrap: nowrap;
    height: 100%;
  }
  .App_app__GQ97N .App_appContainer__SDpfN .App_state__c1TAY {
    align-items: center;
    background-color: var(--theme-color-4);
    display: flex;
    justify-content: center;
    line-height: 40px;
    margin: 0 -12px;
    position: static;
  }
  .App_app__GQ97N .App_appContainer__SDpfN .App_banner__8J9nM,
  .App_app__GQ97N .App_appContainer__SDpfN .App_infoBoard__8Bw5X,
  .App_app__GQ97N .App_appContainer__SDpfN .App_placeholder__6BLpr {
    display: none;
  }
  .App_app__GQ97N .App_appContainer__SDpfN .App_bannerMobile__hdwQc {
    background-color: var(--theme-color-4);
    display: flex;
    flex-direction: column;
    font-size: 22px;
    justify-content: space-between;
    margin: 0 0 12px;
    padding: 12px;
    text-align: center;
    width: 100%;
  }
  .App_app__GQ97N
    .App_appContainer__SDpfN
    .App_bannerMobile__hdwQc
    .App_supportOptions__GR5fJ {
    display: flex;
    flex-wrap: wrap;
    font-size: 18px;
    gap: 12px;
    margin-top: 12px;
    text-align: left;
    text-align: initial;
  }
  .App_app__GQ97N
    .App_appContainer__SDpfN
    .App_bannerMobile__hdwQc
    .App_supportOptions__GR5fJ
    .App_btc__d4KIm {
    -webkit-user-select: text;
    user-select: text;
    width: 100%;
    word-break: break-all;
  }
  .App_app__GQ97N
    .App_appContainer__SDpfN
    .App_bannerMobile__hdwQc
    .App_supportOptions__GR5fJ
    .App_button__jXdzc {
    align-items: center;
    border-radius: 4px;
    display: flex;
    height: 36px;
    padding: 18px;
  }
  .App_app__GQ97N
    .App_appContainer__SDpfN
    .App_bannerMobile__hdwQc
    .App_supportOptions__GR5fJ
    .App_comment__pIDrW {
    align-items: center;
    display: flex;
  }
  .App_app__GQ97N
    .App_appContainer__SDpfN
    .App_bannerMobile__hdwQc
    .App_buttonClose__tNaDb {
    height: 24px;
    margin-top: 12px;
  }
  .App_app__GQ97N
    .App_appContainer__SDpfN
    .App_bannerMobile__hdwQc
    .App_buttonClose__tNaDb
    * {
    stroke: var(--theme-color-1);
  }
  .App_app__GQ97N .App_bannerAdsDesktop__2AbNU {
    display: none;
  }
  .App_app__GQ97N .App_bannerAdsMobile__nT9k8 {
    display: flex;
    justify-content: center;
    margin: 0 -12px;
    padding: 12px 0;
  }
  .App_app__GQ97N .App_bannerAdsNative__5vEDQ {
    display: none;
  }
}
@keyframes App_pulse__njB3y {
  50% {
    scale: 125%;
  }
}
.Settings_wrapper__4QthU {
  background-color: var(--theme-color-4);
  left: 0;
  position: fixed;
  top: 70px;
  width: 100vw;
  z-index: 20;
}
.Settings_wrapper__4QthU .Settings_content__WO24B {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 36px 0;
}
.Settings_wrapper__4QthU .Settings_content__WO24B .Settings_input__zindH {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 24px;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_title__gveO6 {
  padding-right: 18px;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_title__gveO6.Settings_error__97xKE {
  color: red;
}
.Settings_wrapper__4QthU .Settings_content__WO24B .Settings_input__zindH input {
  background-color: var(--theme-color-4);
  border: 0;
  color: var(--theme-color-1);
  cursor: pointer;
  font-size: inherit;
  height: 24px;
  outline: none;
  padding: 0;
  width: 200px;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  input:hover {
  opacity: 0.5;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  input:focus {
  cursor: auto;
  opacity: 0.75;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_values__9PY8l {
  display: flex;
  gap: 18px;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_values__9PY8l
  .Settings_icon__RtYs8 {
  height: 24px;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_values__9PY8l
  .Settings_icon__RtYs8.Settings_inactive__d6zve {
  opacity: 0.5;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_values__9PY8l
  .Settings_icon__RtYs8
  * {
  stroke: var(--theme-color-1);
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_values__9PY8l
  .Settings_value__ezWfd:hover {
  cursor: pointer;
  opacity: 0.5;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_values__9PY8l
  .Settings_value__ezWfd:active {
  opacity: 0.75;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_values__9PY8l
  .Settings_value__ezWfd.Settings_theme__oIit9 {
  border-radius: 4px;
  display: flex;
  height: 24px;
  overflow: hidden;
  position: relative;
  width: 100px;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_values__9PY8l
  .Settings_value__ezWfd.Settings_theme__oIit9
  .Settings_name__ovY21 {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_values__9PY8l
  .Settings_value__ezWfd.Settings_theme__oIit9
  .Settings_color__sErj4 {
  flex-grow: 1;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_values__9PY8l
  .Settings_value__ezWfd.Settings_hidden__IbKPF {
  display: none;
}
.Settings_wrapper__4QthU
  .Settings_content__WO24B
  .Settings_input__zindH
  .Settings_values__9PY8l
  .Settings_value__ezWfd.Settings_selected__QO71m {
  display: flex;
  order: -1;
}
@media (max-width: 767px) {
  .Settings_wrapper__4QthU {
    top: 60px;
  }
  .Settings_wrapper__4QthU .Settings_content__WO24B {
    gap: 18px;
    padding: 24px 0;
  }
  .Settings_wrapper__4QthU .Settings_content__WO24B .Settings_input__zindH {
    flex-wrap: wrap;
    gap: 6px;
    height: auto;
  }
  .Settings_wrapper__4QthU
    .Settings_content__WO24B
    .Settings_input__zindH
    .Settings_title__gveO6 {
    flex-shrink: 0;
    padding-right: 12px;
  }
  .Settings_wrapper__4QthU
    .Settings_content__WO24B
    .Settings_input__zindH
    input:hover {
    opacity: 1;
  }
  .Settings_wrapper__4QthU
    .Settings_content__WO24B
    .Settings_input__zindH
    input:focus {
    opacity: 0.75;
  }
  .Settings_wrapper__4QthU
    .Settings_content__WO24B
    .Settings_input__zindH
    .Settings_values__9PY8l {
    flex-wrap: wrap;
    gap: 6px;
  }
  .Settings_wrapper__4QthU
    .Settings_content__WO24B
    .Settings_input__zindH
    .Settings_values__9PY8l
    .Settings_value__ezWfd {
    margin-right: 12px;
  }
  .Settings_wrapper__4QthU
    .Settings_content__WO24B
    .Settings_input__zindH
    .Settings_values__9PY8l
    .Settings_value__ezWfd:hover {
    opacity: 1;
  }
  .Settings_wrapper__4QthU
    .Settings_content__WO24B
    .Settings_input__zindH
    .Settings_values__9PY8l
    .Settings_value__ezWfd:active {
    opacity: 0.75;
  }
  .Settings_wrapper__4QthU
    .Settings_content__WO24B
    .Settings_input__zindH
    .Settings_values__9PY8l
    .Settings_icon__RtYs8.Settings_inactive__d6zve {
    opacity: 0.5;
  }
}
.Info_wrapper__IZddB {
  background-color: var(--theme-color-4);
  height: calc(100vh - 70px);
  left: 0;
  position: fixed;
  top: 70px;
  width: 100vw;
  z-index: 20;
}
.Info_wrapper__IZddB .selectable {
  background-color: var(--theme-color-3);
  color: var(--theme-color-1);
  display: inline-block;
  font-style: oblique;
  text-decoration: none;
}
.Info_wrapper__IZddB .Info_content__M5h2D {
  display: flex;
  gap: 36px;
  padding: 0 0 36px;
}
.Info_wrapper__IZddB .Info_content__M5h2D .Info_section__nUlhd {
  padding-top: 36px;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd.Info_instructions__po2ch {
  width: 60%;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd.Info_support__vaVk1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  text-align: center;
  width: 40%;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd.Info_support__vaVk1
  .Info_subtitle__tFq9i {
  padding: 36px 0 0;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd.Info_support__vaVk1
  .Info_paragraph__8-8Hf {
  padding: 18px 0 0;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd.Info_support__vaVk1
  .Info_paragraph__8-8Hf
  .Info_supportOptions__mTb2h {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd.Info_support__vaVk1
  .Info_paragraph__8-8Hf
  .Info_supportOptions__mTb2h
  .Info_btc__55cU6 {
  -webkit-user-select: text;
  user-select: text;
  width: 100%;
  word-break: break-all;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd.Info_support__vaVk1
  .Info_paragraph__8-8Hf
  .Info_supportOptions__mTb2h
  .Info_button__A\+G\+M {
  align-items: center;
  border-radius: 4px;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 18px;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd.Info_support__vaVk1
  .Info_paragraph__8-8Hf
  .Info_supportOptions__mTb2h
  .Info_comment__LPAQ9 {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd
  .Info_title__3DVls {
  font-size: 26px;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd
  .Info_subtitle__tFq9i {
  display: flex;
  font-size: 24px;
  gap: 18px;
  padding: 36px 0 0;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd
  .Info_subtitle__tFq9i
  .Info_icon__-flHq {
  display: flex;
  gap: 18px;
  height: 24px;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd
  .Info_subtitle__tFq9i
  .Info_icon__-flHq
  svg {
  width: 24px;
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd
  .Info_subtitle__tFq9i
  .Info_icon__-flHq
  * {
  stroke: var(--theme-color-1);
}
.Info_wrapper__IZddB
  .Info_content__M5h2D
  .Info_section__nUlhd
  .Info_paragraph__8-8Hf {
  padding: 12px 0 0 24px;
}
@media (max-width: 767px) {
  .Info_wrapper__IZddB {
    height: calc(100% - 60px);
    top: 60px;
  }
  .Info_wrapper__IZddB .Info_content__M5h2D {
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 60px;
  }
  .Info_wrapper__IZddB
    .Info_content__M5h2D
    .Info_section__nUlhd.Info_instructions__po2ch {
    padding-top: 24px;
    width: 100%;
  }
  .Info_wrapper__IZddB
    .Info_content__M5h2D
    .Info_section__nUlhd.Info_support__vaVk1 {
    padding-top: 36px;
    position: static;
    width: 100%;
  }
  .Info_wrapper__IZddB
    .Info_content__M5h2D
    .Info_section__nUlhd.Info_support__vaVk1
    .Info_subtitle__tFq9i {
    padding-top: 24px;
  }
  .Info_wrapper__IZddB
    .Info_content__M5h2D
    .Info_section__nUlhd.Info_support__vaVk1
    .Info_paragraph__8-8Hf {
    padding-top: 12px;
  }
  .Info_wrapper__IZddB
    .Info_content__M5h2D
    .Info_section__nUlhd.Info_support__vaVk1
    .Info_paragraph__8-8Hf
    .Info_supportOptions__mTb2h
    .Info_button__A\+G\+M {
    height: 36px;
  }
  .Info_wrapper__IZddB
    .Info_content__M5h2D
    .Info_section__nUlhd
    .Info_title__3DVls {
    font-size: 24px;
  }
  .Info_wrapper__IZddB
    .Info_content__M5h2D
    .Info_section__nUlhd
    .Info_subtitle__tFq9i {
    display: block;
    font-size: 22px;
    padding-top: 24px;
  }
  .Info_wrapper__IZddB
    .Info_content__M5h2D
    .Info_section__nUlhd
    .Info_subtitle__tFq9i
    .Info_icon__-flHq {
    margin: 12px 0 0 20px;
    width: 100%;
  }
  .Info_wrapper__IZddB
    .Info_content__M5h2D
    .Info_section__nUlhd
    .Info_paragraph__8-8Hf {
    padding: 12px 0 0 20px;
  }
}
.BuyMeACoffeeButton_link__Y8e6t {
  background: none;
  height: auto;
}
.Streams_hidden__\+tEiJ {
  display: none;
}
.Streams_container__d0BGu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: calc(100% - 70px);
  max-width: 600px;
  overflow: auto;
  padding: 0 18px 18px 0;
  width: 50%;
}
.Streams_container__d0BGu .Streams_stream__0NCHe {
  border-bottom: 1px solid rgb(from var(--theme-color-1) r g b/.2);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 16px;
}
.Streams_container__d0BGu .Streams_stream__0NCHe:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.Streams_container__d0BGu .Streams_stream__0NCHe .Streams_header__RFriW {
  display: flex;
  flex-basis: 100%;
  gap: 18px;
  justify-content: space-between;
  overflow: hidden;
}
.Streams_container__d0BGu
  .Streams_stream__0NCHe
  .Streams_header__RFriW
  .Streams_title__iR-vR {
  overflow: hidden;
  overflow-wrap: break-word;
}
.Streams_container__d0BGu
  .Streams_stream__0NCHe
  .Streams_header__RFriW
  .Streams_buttons__KUG05 {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
  max-width: calc(100% - 200px);
}
.Streams_container__d0BGu
  .Streams_stream__0NCHe
  .Streams_header__RFriW
  .Streams_buttons__KUG05
  .Streams_button__Noan4 {
  cursor: pointer;
  height: 24px;
}
.Streams_container__d0BGu
  .Streams_stream__0NCHe
  .Streams_header__RFriW
  .Streams_buttons__KUG05
  .Streams_button__Noan4
  * {
  stroke: var(--theme-color-1);
}
.Streams_container__d0BGu
  .Streams_stream__0NCHe
  .Streams_header__RFriW
  .Streams_buttons__KUG05
  .Streams_button__Noan4.Streams_active__twub4
  * {
  fill: rgb(from var(--theme-color-1) r g b/.5);
}
.Streams_container__d0BGu
  .Streams_stream__0NCHe
  .Streams_header__RFriW
  .Streams_buttons__KUG05
  .Streams_button__Noan4:hover {
  opacity: 0.5;
}
.Streams_container__d0BGu
  .Streams_stream__0NCHe
  .Streams_header__RFriW
  .Streams_buttons__KUG05
  .Streams_button__Noan4:active {
  opacity: 0.75;
}
.Streams_container__d0BGu .Streams_stream__0NCHe .Streams_description__5e388 {
  flex-basis: 100%;
  opacity: 0.6;
  overflow: hidden;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  .Streams_container__d0BGu {
    box-sizing: initial;
    gap: 10px;
    height: 100%;
    max-width: none;
    padding: 0 4px 20px 0;
    width: 100%;
  }
  .Streams_container__d0BGu .Streams_stream__0NCHe {
    gap: 10px;
    padding-bottom: 10px;
  }
  .Streams_container__d0BGu .Streams_stream__0NCHe .Streams_header__RFriW,
  .Streams_container__d0BGu
    .Streams_stream__0NCHe
    .Streams_header__RFriW
    .Streams_buttons__KUG05 {
    gap: 16px;
  }
  .Streams_container__d0BGu
    .Streams_stream__0NCHe
    .Streams_header__RFriW
    .Streams_buttons__KUG05
    .Streams_button__Noan4:hover {
    opacity: 1;
  }
  .Streams_container__d0BGu
    .Streams_stream__0NCHe
    .Streams_header__RFriW
    .Streams_buttons__KUG05
    .Streams_button__Noan4:active {
    opacity: 0.75;
  }
}
.Player_wrapper__tQKP7 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: calc(100% - 23px);
  max-width: calc(100% - 600px);
  min-width: 50%;
  padding-left: 18px;
  width: 100%;
}
.Player_wrapper__tQKP7:has(+ div) {
  max-height: calc(100% - 275px);
}
.Player_wrapper__tQKP7 .Player_header__afpNc {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  padding: 23px 0;
}
.Player_wrapper__tQKP7 .Player_header__afpNc .Player_name__cjPoE {
  font-size: 22px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Player_wrapper__tQKP7 .Player_header__afpNc .Player_buttons__RKHHj {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: flex-end;
  margin-left: auto;
}
.Player_wrapper__tQKP7
  .Player_header__afpNc
  .Player_buttons__RKHHj
  .Player_button__zsH\+x {
  cursor: pointer;
  height: 24px;
}
.Player_wrapper__tQKP7
  .Player_header__afpNc
  .Player_buttons__RKHHj
  .Player_button__zsH\+x.Player_hidden__SC1OB {
  display: none;
}
.Player_wrapper__tQKP7
  .Player_header__afpNc
  .Player_buttons__RKHHj
  .Player_button__zsH\+x.Player_active__3acGy
  * {
  fill: rgb(from var(--theme-color-1) r g b/.5);
}
.Player_wrapper__tQKP7
  .Player_header__afpNc
  .Player_buttons__RKHHj
  .Player_button__zsH\+x:hover {
  opacity: 0.5;
}
.Player_wrapper__tQKP7
  .Player_header__afpNc
  .Player_buttons__RKHHj
  .Player_button__zsH\+x:active {
  opacity: 0.75;
}
.Player_wrapper__tQKP7
  .Player_header__afpNc
  .Player_buttons__RKHHj
  .Player_button__zsH\+x:last-child {
  margin-left: 18px;
}
.Player_wrapper__tQKP7
  .Player_header__afpNc
  .Player_buttons__RKHHj
  .Player_button__zsH\+x
  * {
  stroke: var(--theme-color-1);
}
.Player_wrapper__tQKP7 .Player_video__hX4\+A {
  flex-shrink: 1;
  min-height: 0;
}
.Player_wrapper__tQKP7 .Player_opened__vJIc2 {
  align-items: center;
  background-color: rgb(from var(--theme-color-1) r g b/.1);
  color: var(--theme-color-1);
  display: flex;
  gap: 18px;
  justify-content: center;
  min-height: 70px;
  padding: 18px;
  width: 100%;
}
.Player_wrapper__tQKP7 .Player_opened__vJIc2 .Player_icon__h1G3E {
  flex-shrink: 0;
  height: 24px;
}
.Player_wrapper__tQKP7 .Player_opened__vJIc2 .Player_icon__h1G3E * {
  stroke: var(--theme-color-1);
}
.Player_wrapper__tQKP7 .Player_opened__vJIc2 .Player_text__kzTfw {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .Player_wrapper__tQKP7 {
    flex-shrink: 0;
    max-height: 50% !important;
    max-width: none;
    order: -1;
    padding: 0 0 12px;
  }
  .Player_wrapper__tQKP7 .Player_header__afpNc {
    padding: 12px 0;
  }
  .Player_wrapper__tQKP7
    .Player_header__afpNc
    .Player_buttons__RKHHj
    .Player_button__zsH\+x:hover {
    opacity: 1;
  }
  .Player_wrapper__tQKP7
    .Player_header__afpNc
    .Player_buttons__RKHHj
    .Player_button__zsH\+x:active {
    opacity: 0.75;
  }
  .Player_wrapper__tQKP7 .Player_opened__vJIc2 {
    min-height: 60px;
    padding: 12px;
  }
}
.Search_wrapper__mVIYM {
  align-items: center;
  display: flex;
  gap: 18px;
  height: 70px;
  max-width: 600px;
  padding: 0 18px 0 0;
  width: 50%;
}
.Search_wrapper__mVIYM .Search_icon__XMmYc {
  flex-shrink: 0;
  height: 24px;
}
.Search_wrapper__mVIYM
  .Search_icon__XMmYc.Search_refresh__07fNL
  :not(:last-child) {
  stroke: none;
  fill: var(--theme-color-1);
}
.Search_wrapper__mVIYM .Search_icon__XMmYc.Search_button__W5MQY:hover {
  cursor: pointer;
  opacity: 0.5;
}
.Search_wrapper__mVIYM .Search_icon__XMmYc.Search_button__W5MQY:active {
  opacity: 0.75;
}
.Search_wrapper__mVIYM
  .Search_icon__XMmYc.Search_button__W5MQY.Search_active__mvXU1
  * {
  fill: rgb(from var(--theme-color-1) r g b/.5);
}
.Search_wrapper__mVIYM .Search_icon__XMmYc * {
  stroke: var(--theme-color-1);
}
.Search_wrapper__mVIYM input {
  background-color: var(--theme-color-3);
  border: 0;
  color: var(--theme-color-1);
  cursor: pointer;
  flex-grow: 1;
  font-size: 18px;
  height: 24px;
  outline: none;
  padding: 0;
  width: inherit;
}
.Search_wrapper__mVIYM input:hover {
  opacity: 0.5;
}
.Search_wrapper__mVIYM input:focus {
  cursor: auto;
  opacity: 0.75;
}
.Search_wrapper__mVIYM input::placeholder {
  color: var(--theme-color-1);
}
.Search_wrapper__mVIYM .Search_count__HozWq {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .Search_wrapper__mVIYM {
    background-color: var(--theme-color-4);
    flex-shrink: 0;
    gap: 16px;
    height: 50px;
    margin: 0 -12px 12px;
    max-width: none;
    padding: 0 12px;
    width: calc(100% + 24px);
  }
  .Search_wrapper__mVIYM .Search_icon__XMmYc.Search_button__W5MQY:hover {
    opacity: 1;
  }
  .Search_wrapper__mVIYM .Search_icon__XMmYc.Search_button__W5MQY:active {
    opacity: 0.75;
  }
  .Search_wrapper__mVIYM input {
    background-color: var(--theme-color-4);
  }
  .Search_wrapper__mVIYM input:hover {
    opacity: 1;
  }
  .Search_wrapper__mVIYM input:focus {
    opacity: 0.75;
  }
}
