/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css"); */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@500;700");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  padding: 0px;
  margin: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
}

body {
  display: none;
  font-family: "Inconsolata", monospace;
  font-size: 16px;
  scroll-behavior: smooth;
  background-color: #0e0e10;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #eee;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bodyBG {
  content: "";
  margin: 0;
  padding: 0;
  position: fixed;
  background-image: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.25s !important;
  -webkit-transition: background-image 0.25s !important;
  -moz-transition: background-image 0.25s !important;
  -o-transition: background-image 0.25s !important;
  z-index: -1;
  height: 110%;
  width: 100%;
  /* filter: brightness(0.75); */
}

::-moz-selection {
  background-color: rgba(14, 14, 16, 0.25);
  color: rgba(238, 238, 238, 0);
}
::selection {
  background-color: rgba(14, 14, 16, 0.25);
  color: rgba(238, 238, 238, 0.25);
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  background: #0e0e10;
}
::-webkit-scrollbar-thumb {
  background: #eee;
}
::-webkit-scrollbar-thumb:hover {
  background: #eee;
}
button,
a {
  all: unset;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
button:hover {
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}
.headerContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(14, 14, 16, 0.25);
  -webkit-box-shadow: 0 0 25px 0 rgba(14, 14, 16, 0.25);
  box-shadow: 0 0 25px 0 rgba(14, 14, 16, 0.25);
  top: 0;
  left: 0;
  right: 0 !important;
  padding: 0 10px;
  height: 50px;
  z-index: 500;
}
.mainContent {
  display: block;
  position: absolute;
  background: rgba(14, 14, 16, 0);
  left: 50px;
  right: 300px;
  top: 40px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 400;
}
.sideContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: none;
  position: fixed;
  background: rgba(14, 14, 16, 0.25);
  left: -298px;
  top: 50px;
  -webkit-box-shadow: 0 0 25px 0 rgba(14, 14, 16, 0.25);
  box-shadow: 0 0 25px 0 rgba(14, 14, 16, 0.25);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  bottom: 0;
  padding: 16px;
  width: 263px;
  z-index: 450;
}
.footerContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  background: rgba(14, 14, 16, 0.35);
  color: rgba(238, 238, 238, 0.75);
  bottom: 0;
  width: 100%;
  height: 50px;
  font-size: 12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 0 11px;
  height: 50px;
  z-index: 500;
}
.sideBottomFooterIcon {
  margin-bottom: 6px;
  font-size: 12px;
  background-color: rgba(238, 238, 238, 0);
  color: rgba(238, 238, 238, 0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 8px 6px 8px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.sideBottomFooterIcon:hover {
  cursor: pointer;
  background-color: rgba(238, 238, 238, 0.25);
  color: #0e0e10;
  -webkit-transition: none;
  transition: none;
}
.sideBottomFooterIcon i {
  vertical-align: top;
}
.footerNoLoginSection {
  /* position: absolute; */
  text-align: center;
  bottom: -75px;
  margin: 0 -41px;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 205px);
  transform: translate(0, 205px);
}
.footerNoLogin {
  bottom: 0;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: -3px;
  font-size: 12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(238, 238, 238, 0.25);
  color: rgba(238, 238, 238, 0.75);
  text-shadow: none;
  -webkit-box-shadow: 0 5px 10px 1px rgba(14, 14, 16, 0.75);
  box-shadow: 0 5px 10px 1px rgba(14, 14, 16, 0.75);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 8px 6px 8px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.footerNoLogin:last-child {
  margin-bottom: 8px;
}
.footerNoLogin:hover {
  cursor: pointer;
  background-color: rgba(238, 238, 238, 0.5);
  color: rgba(238, 238, 238, 0.95);
  -webkit-transition: none;
  transition: none;
}
.footerNoLogin i {
  vertical-align: text-top;
}
.headerToolStats {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  color: rgba(238, 238, 238, 0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.headerToolStatsHS,
.headerToolStatsUnch,
.headerToolStatsChannelViewer,
.headerToolStatsChannel {
  font-size: 14px;
  text-align: center;
  margin: 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: rgba(238, 238, 238, 0.7);
  background-color: rgba(14, 14, 16, 0.8);
  padding: 6px 8px;
  letter-spacing: 0;
}
.headerToolStatsUnch {
  display: none;
}
.headerToolStatsChannel,
.headerToolStatsChannelViewer,
.headerToolStatsHS {
  padding-left: 28px;
  display: inline-block;
}
.headerToolStatsChannel i,
.headerToolStatsChannelViewer i,
.headerToolStatsHS i {
  display: inline-block;
  position: relative;
  padding-right: 7px;
  margin-left: -20px;
  vertical-align: text-top;
  text-shadow: 0 2px 5px rgba(14, 14, 16, 0.75);
  color: rgba(238, 238, 238, 0.8);
}
.headerToolStatsHSPlayer {
  display: inline;
}
.headerToolStatsHS {
  position: relative;
}
.headerToolStatsHSReload {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(75, 75, 75, 0.4)), color-stop(50%, rgba(14, 14, 16, 0.8)));
  background: linear-gradient(90deg, rgba(75, 75, 75, 0.4) 50%, rgba(14, 14, 16, 0.8) 50%);
  background-size: 200% 100%;
  -webkit-animation-name: swipeAnimation;
  animation-name: swipeAnimation;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes swipeAnimation {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes swipeAnimation {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes headerToolStatsHSFreshReloadAnimation {
  0% {
    -webkit-box-shadow: 0 0 15px 5px rgba(14, 14, 16, 0.25), inset 0 0 100px 100px rgba(238, 238, 238, 0.25);
    box-shadow: 0 0 15px 5px rgba(14, 14, 16, 0.25), inset 0 0 100px 100px rgba(238, 238, 238, 0.25);
    color: rgba(14, 14, 16, 1);
  }
  5% {
    color: rgba(238, 238, 238, 0.5);
  }
  10% {
    -webkit-box-shadow: 0 0 0 0 rgba(14, 14, 16, 0), inset 0 0 100px 100px rgba(238, 238, 238, 0);
    box-shadow: 0 0 0 0 rgba(14, 14, 16, 0), inset 0 0 100px 100px rgba(238, 238, 238, 0);
  }
}
@keyframes headerToolStatsHSFreshReloadAnimation {
  0% {
    -webkit-box-shadow: 0 0 15px 5px rgba(14, 14, 16, 0.25), inset 0 0 100px 100px rgba(238, 238, 238, 0.25);
    box-shadow: 0 0 15px 5px rgba(14, 14, 16, 0.25), inset 0 0 100px 100px rgba(238, 238, 238, 0.25);
    color: rgba(14, 14, 16, 1);
  }
  5% {
    color: rgba(238, 238, 238, 0.5);
  }
  10% {
    -webkit-box-shadow: 0 0 0 0 rgba(14, 14, 16, 0), inset 0 0 100px 100px rgba(238, 238, 238, 0);
    box-shadow: 0 0 0 0 rgba(14, 14, 16, 0), inset 0 0 100px 100px rgba(238, 238, 238, 0);
  }
}
.hsLogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: cover;
  background-image: url("../img/hslogo_new_small.png");
}
.hsLogo:hover {
  cursor: pointer;
}
.sideContentLeft {
  position: absolute;
  width: 140px;
  left: 11px;
  top: 278px;
  bottom: 10px;
  margin: auto;
}
.toolOwner {
  margin-top: 3px;
  margin-bottom: 3px !important;
  background-color: rgba(140, 69, 247, 0.5);
}
.toolOwner:hover {
  background-color: rgba(140, 69, 247, 0.75);
  color: rgba(238, 238, 238, 0.7);
}
.toolBugger {
  margin-top: 3px;
  margin-bottom: 13px !important;
  background-color: rgba(140, 69, 247, 0.15);
}
.toolBugger:hover {
  background-color: rgba(140, 69, 247, 0.25);
  color: rgba(238, 238, 238, 0.7);
}
.toolVersion {
  margin-bottom: 2px;
  background-color: #0e0e10;
  color: rgba(238, 238, 238, 0.5);
}
.toolVersion:hover {
  background-color: #0e0e10;
  color: rgba(238, 238, 238, 0.5);
  cursor: unset !important;
}
.sideContentBottom {
  font-size: 12px;
  position: absolute;
  bottom: 0;
}
.sideContentBottom div {
  display: inline-block;
}
.ttvAuthUser {
  position: absolute;
  right: 11px;
  top: 10px;
}
.ttvAuthUserIMG {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 28px;
  height: 28px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.ttvAuthUserIMG:hover {
  cursor: pointer;
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
  -webkit-transition: none;
  transition: none;
}
.sideContentButtonSectionTopRight {
  position: absolute;
  right: 11px;
  top: 48px;
}
.sideContentButtonSectionBottomRight {
  position: absolute;
  right: 11px;
  bottom: 0;
}
.sideShowCloseButton,
.sideShowDarkmodeButton,
.sideGridOrListButton,
.sideSearchButton,
.sideEditorButton,
.sideHSButton,
.sideUnchButton,
.sideGroupButton,
.sidePinnedChannelButton,
.sideViewerSortButton,
.sideAlphabetSortButton,
.sideFollowedSortButton,
.sideUptimeSortButton,
.sideFollowerSortButton {
  width: 100%;
  margin-bottom: 10px !important;
}

.sideEditorButton,
.sidePinnedChannelButton {
  margin-top: 9px;
}
.sideshowBlurredThumbnailsButton {
  display: none;
  width: 100%;
  margin-bottom: 10px !important;
}

.sideGroupButtonExtraIcon i {
  all: unset !important;
  font-size: 12px !important;
  position: absolute !important;
  margin: 1px 0 0 5px !important;
  scale: 80% 100% !important;
  color: rgba(238, 238, 238, 0.75) !important;
}

.channelnameSearchInputfieldGroupedButton {
  margin-top: -218px !important;
}

.sideGroupedButtons {
  display: block;
  position: fixed;
  margin-left: 10px;
  margin-top: 37px;
  width: auto;
  /* height: 300px; */
  padding: 9px 9px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(238, 238, 238, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(14, 14, 16, 0.4);
  z-index: 7776;
  -webkit-box-shadow: 0 0 20px 4px rgba(14, 14, 16, 0.4);
  box-shadow: 0 0 20px 4px rgba(14, 14, 16, 0.4);
}

.sideEditorButton {
  display: none;
}
.sideEditorButton i {
  background-color: rgba(50, 165, 50, 0.75) !important;
}
.sideEditorButton i:hover {
  background-color: rgba(50, 165, 50, 1) !important;
}
.sideHSButton {
  margin-top: 9px;
  display: none !important;
}
.sidePinnedChannelButton {
  opacity: 0.5;
}
.sideBottomIcon {
  position: relative;
  bottom: 0;
}
.channelnameSearchInputfield {
  outline: solid rgba(238, 238, 238, 0.25) 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 50px;
  margin-top: -38px;
  position: absolute;
  display: none;
}
.sidePinnedChannelCounter,
.sideNewChannelCounter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: 20px;
  margin-top: -7px;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: rgba(14, 14, 16, 0.8);
  color: #eee;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
  -webkit-box-shadow: 0 0 6px 0 rgba(14, 14, 16, 0.5) !important;
  box-shadow: 0 0 6px 0 rgba(14, 14, 16, 0.5) !important;
}
.forceHideOnlineSearchField {
  display: none !important;
}
.sideSearchButtonIndicator {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: 20px;
  margin-top: -7px;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: rgba(213, 55, 55, 1);
  color: rgba(238, 238, 238, 0.75);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 6px 0 rgba(213, 55, 55, 1);
  box-shadow: 0 0 6px 0 rgba(213, 55, 55, 1);
  -webkit-animation: sideSearchButtonIndicatorAnimation 2s ease infinite;
  animation: sideSearchButtonIndicatorAnimation 2s ease infinite;
}
@-webkit-keyframes sideSearchButtonIndicatorAnimation {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
@keyframes sideSearchButtonIndicatorAnimation {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}
.sideSearchButtonIndicator i {
  all: unset !important;
}
.channelnameSearchInputfieldIconLeft {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  background-color: rgba(14, 14, 16, 0.85);
  height: 29px !important;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(238, 238, 238, 0.85);
}
.channelnameSearchInputfieldIconLeft i {
  color: rgba(238, 238, 238, 0.4);
  margin-top: 3px;
}
.channelnameSearchInputfieldIconRight {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  right: -26px;
  top: 0;
  display: none;
  background-color: rgba(238, 238, 238, 0.9);
  color: rgba(14, 14, 16, 0.5);
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 6px 8px 6px 8px;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.channelnameSearchInputfieldIconRight:hover {
  background-color: rgba(14, 14, 16, 0.95);
  color: rgba(238, 238, 238, 0.9);
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}
.channelnameSearchInputfield input {
  font-size: 14px;
  height: 28px !important;
  width: 0;
  min-width: 100px;
  padding: 0 8px 1px 40px;
  outline: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(14, 14, 16, 0.75);
  -webkit-box-shadow: 0 0 30px 10px #0e0e10;
  box-shadow: 0 0 30px 10px #0e0e10;
  color: rgba(238, 238, 238, 0.65);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.channelnameSearchInputfield input:hover {
  background-color: rgba(14, 14, 16, 0.85);
  color: rgba(238, 238, 238, 0.75);
  -webkit-transition: none;
  transition: none;
}
.channelnameSearchInputfield input:focus {
  background-color: rgba(14, 14, 16, 0.95);
  color: rgba(238, 238, 238, 0.85);
  -webkit-transition: none;
  transition: none;
}
.hsLogoSmall {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin-bottom: -3px !important;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 14px;
  background-color: rgba(238, 238, 238, 0.25);
  background-image: url("../img/hslogo_small.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.hsLogoSmall:hover {
  background-color: rgba(238, 238, 238, 0.5);
  -webkit-transition: none;
  transition: none;
}
.unchLogoSmall {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin-bottom: -3px !important;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 14px;
  background-color: rgba(238, 238, 238, 0.25);
  background-image: url("../img/unchlogo_small.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.unchLogoSmall:hover {
  background-color: rgba(238, 238, 238, 0.5);
  -webkit-transition: none;
  transition: none;
}
.scrollToTheTopButtonForceHide {
  display: none !important;
}
.scrollToTheTopButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  color: rgba(238, 238, 238, 0.9);
  background-color: rgba(14, 14, 16, 0.9);
  outline: 2px solid rgba(238, 238, 238, 0.5);
  -webkit-box-shadow: 0 5px 10px 1px #0e0e10;
  box-shadow: 0 5px 10px 1px #0e0e10;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 5px 10px 5px 25px;
  font-size: 12px;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  z-index: 9998 !important;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.scrollToTheTopButton:hover {
  -webkit-transition: none;
  transition: none;
  background-color: rgba(238, 238, 238, 0.9);
  color: rgba(14, 14, 16, 0.9);
  outline: 2px solid rgba(14, 14, 16, 0.75);
  -webkit-box-shadow: 0 6px 10px 2px #0e0e10;
  box-shadow: 0 6px 10px 2px #0e0e10;
  cursor: pointer;
}
.scrollToTheTopButton i {
  left: 7px;
  top: 4px;
  font-size: 14px;
  position: absolute;
}
.sideIconname {
  color: rgba(238, 238, 238, 0.75);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  text-align: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: -6px;
  height: 28px !important;
  padding: 0 13px;
  right: 28px;
  position: absolute;
  font-size: 14px;
}
.sideContentIcon i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  background-color: rgba(238, 238, 238, 0.25);
  color: #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px;
  /* font-size: 12px; */
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.sideContentIcon i:hover {
  background-color: rgba(238, 238, 238, 0.5);
  -webkit-transition: none;
  transition: none;
}
.sideOfflineTextAndIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 5px 0px;
  /* text-indent: 30px; */
  background-color: rgba(238, 238, 238, 0.25);
  color: #0e0e10;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sideOfflineTextAndIconExtra {
  display: inline;
  /* position: absolute; */
  margin: 0;
  /* text-indent: -17px; */
}
.sideOfflineTextAndIconExtra i {
  all: unset !important;
  color: rgba(14, 14, 16, 1);
}
.globeLineThroughIcon {
  height: 1px;
  width: 18px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: rgba(14, 14, 16, 0.9);
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
  left: -21px;
}
.sideOfflineIconname {
  color: #0e0e10;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: -6px;
  padding: 0 0 0 10px;
  left: 28px;
  width: 220px;
  position: absolute;
  font-size: 14px;
}
.activeFilterIcon {
  position: absolute;
  right: -13px;
  top: 6px;
  margin-top: -120px;
  color: #eee;
  font-size: 16px;
  font-weight: bold;
  scale: 65% 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.activeServerSelection {
  display: inline-block;
  background: rgba(238, 238, 238, 0.25) !important;
  -webkit-box-shadow: -2px 2px 5px -3px rgba(14, 14, 16, 0.25), inset -10px 0 10px -10px rgba(14, 14, 16, 0.25);
  box-shadow: -2px 2px 5px -3px rgba(14, 14, 16, 0.25), inset -10px 0 10px -10px rgba(14, 14, 16, 0.25);
  width: 130px;
  height: 38px;
  position: absolute;
  right: -11px;
  top: -300px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  z-index: -1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.leftSidebarIconDivider {
  position: absolute;
  height: 1px;
  width: 28px;
  margin-top: -1px;
  opacity: 0.25;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(238, 238, 238, 1)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(238, 238, 238, 1) 50%, rgba(0, 0, 0, 0) 100%);
}
.onlineChannelListEmptyHS,
.onlineChannelListEmptyUnch {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(238, 238, 238, 0.05);
  padding: 30px 20px 15px 20px;
  width: 260px;
  margin: auto;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 10px 20px -10px rgba(14, 14, 16, 0.2);
  box-shadow: 0 10px 20px -10px rgba(14, 14, 16, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  outline: 1px solid rgba(14, 14, 16, 0.1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.onlineChannelListEmptyTextHS,
.onlineChannelListEmptyTextUnch {
  all: unset;
  margin-top: 3px;
  display: inline-block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.25);
  box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.25);
  padding: 2px 10px;
}
.onlineChannelListEmptyTextHS {
  border: 2px solid rgba(255, 118, 0, 0.8);
  display: none;
}
.onlineChannelListEmptyTextUnch {
  border: 2px solid rgba(162, 137, 112, 0.9);
  display: none;
}
.onlineChannelListEmptyIMG {
  display: inline-block;
  /* -webkit-box-shadow: 0 0 30px 10px rgba(14, 14, 16, 0.3);
  box-shadow: 0 0 30px 10px rgba(14, 14, 16, 0.3); */
  margin: auto;
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.onlineChannelListEmptyText {
  width: 205px;
  margin: auto;
  margin-top: 15px;
  font-size: 18px;
  color: #0e0e10;
  font-weight: bold;
  line-height: 25px;
}
.sideHSButtonOnlineChannelCounter,
.sideUnchButtonOnlineChannelCounter {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: 20px;
  margin-top: -7px;
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: rgba(14, 14, 16, 0.25);
  color: rgba(238, 238, 238, 0.75);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
  -webkit-box-shadow: 0 0 6px 0 rgba(14, 14, 16, 0.5) !important;
  box-shadow: 0 0 6px 0 rgba(14, 14, 16, 0.5) !important;
}
.countSetPinnedOfflineChannel,
.countSetPinnedAllChannel {
  all: unset;
}
.countSetPinnedAllChannel {
  font-size: 10px;
  opacity: 0.8;
}
.countSetPinnedOfflineChannel {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 6px;
  background-color: rgba(238, 238, 238, 0.2);
}

.headerHeadline {
  display: none;
  font-size: 14px;
  background-color: rgba(238, 238, 238, 0.25);
  color: #0e0e10;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 8px;
}
.changelogFeedbackFAQSection {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  height: 50%;
  min-width: 50%;
  max-width: 80%;
  background-color: rgba(14, 14, 16, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: rgba(238, 238, 238, 0.9);
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 -10px 35px 10px rgba(14, 14, 16, 0.85);
  box-shadow: 0 -10px 35px 10px rgba(14, 14, 16, 0.85);
  padding: 46px 6px 8px 6px;
  margin: auto;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 9999;
}
.unreadChangelogIndicator {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: rgba(213, 55, 55, 1);
  color: rgba(238, 238, 238, 0.75);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 10px;
  margin-left: 4px;
  vertical-align: baseline;
}

.changelogFeedbackFAQSectionClose {
  position: absolute;
  color: rgba(238, 238, 238, 0.25);
  -webkit-box-shadow: 0 0 0 0 inset rgba(238, 238, 238, 0);
  box-shadow: 0 0 0 0 inset rgba(238, 238, 238, 0);
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 12px 0;
  left: -8px;
  right: -8px;
  margin: -46px auto auto auto;
  width: 100%;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-align: center;
}
.changelogFeedbackFAQTextSection {
  padding: 0 12px 16px 12px;
  overflow-y: scroll;
  height: -webkit-calc(100% - 42px);
  height: calc(100% - 42px);
  display: block;
}
.changelogFeedbackFAQSectionClose:hover {
  -webkit-box-shadow: 0 92px 46px -92px inset rgba(14, 14, 16, 1);
  box-shadow: 0 92px 46px -92px inset rgba(14, 14, 16, 1);
  color: rgba(238, 238, 238, 0.9);
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}

.changelogFeedbackFAQSectionFAQButton {
  background: rgba(238, 238, 238, 0.25);
  color: rgba(14, 14, 16, 0.75);
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  padding: 6px 8px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.feedbackExtraButtonSection {
  margin: auto 25% !important;
  border-bottom: none !important;
}

.changelogFeedbackFAQSectionFeedbackText .changelogFeedbackFAQSectionFAQButton {
  margin: 20px auto !important;
  display: table !important;
}

.changelogFeedbackFAQSectionFAQText,
.changelogFeedbackFAQSectionChangelogText,
.changelogFeedbackFAQSectionFeedbackText {
  margin-top: 20px;
  display: block;
}
.changelogFeedbackFAQSectionHead {
  text-align: center;
  width: 100%;
  display: grid;
  padding-bottom: 10px;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  justify-items: center;
  border-bottom: 1px solid rgba(238, 238, 238, 0.1);
  -webkit-box-shadow: 0 20px 10px -10px rgba(14, 14, 16, 0.5);
  box-shadow: 0 20px 10px -10px rgba(14, 14, 16, 0.5);
}
.changelogFeedbackFAQSectionFAQHead,
.changelogFeedbackFAQSectionChangelogHead,
.changelogFeedbackFAQSectionFeedbackHead {
  border-bottom: 2px solid rgba(238, 238, 238, 0);
  color: rgba(238, 238, 238, 0.25);
  font-size: 16px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.changelogFeedbackFAQSectionActive {
  border-bottom: 2px solid rgba(238, 238, 238, 0.9) !important;
  color: rgba(238, 238, 238, 0.9) !important;
  pointer-events: none !important;
}
.changelogFeedbackFAQSectionChangelogHead:hover,
.changelogFeedbackFAQSectionFAQHead:hover,
.changelogFeedbackFAQSectionFeedbackHead:hover {
  cursor: pointer;
  border-bottom: 2px solid rgba(238, 238, 238, 0.25);
  color: rgba(238, 238, 238, 0.75);
  -webkit-transition: none;
  transition: none;
}
.changelogFeedbackFAQSectionFAQTextMain {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 3px;
  margin-top: 16px;
  margin-left: 6px;
  color: rgba(238, 238, 238, 0.8);
  border-bottom: 2px solid rgba(238, 238, 238, 0.05);
}
.changelogFeedbackFAQSectionFAQTextSub {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  color: rgba(238, 238, 238, 0.7);
  padding-left: 6px;
  text-indent: -8px;
}
.changelogFeedbackFAQSectionFAQTextSub::before {
  color: rgba(238, 238, 238, 0.25);
  font-family: "bootstrap-icons";
  content: "\f285";
  display: inline-block;
  font-size: 10px;
  margin-right: 5px;
  vertical-align: middle;
}
.signInContent {
  display: grid;
  place-items: center;
  margin: -20px auto;
  width: 360px;
  height: 100vh;
}
.signInBox {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-size: contain;
  background-position: 0 274px;
  background-repeat: no-repeat;
  background-color: rgba(14, 14, 16, 0.5);
  background-image: url(../img/loginimg.webp);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: -45px;
  width: 400px;
  height: 550px;
  padding: 30px;
  text-shadow: 1px 1px 1px rgba(14, 14, 16, 0.25);
  -webkit-box-shadow: inset 0 -500px 0 -20px rgba(238, 238, 238, 0.15), 0 10px 30px -10px #0e0e10, inset 0 100px 50px -50px rgba(14, 14, 16, 0.25);
  box-shadow: inset 0 -500px 0 -20px rgba(238, 238, 238, 0.15), 0 10px 30px -10px #0e0e10, inset 0 100px 50px -50px rgba(14, 14, 16, 0.25);
}
.signInIconHS,
.signInIconUnch {
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -60px;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(155px, 0);
  transform: translate(155px, 0);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  background-size: contain;
  -webkit-box-shadow: 0 10px 30px -10px rgba(14, 14, 16, 1);
  box-shadow: 0 10px 30px -10px rgba(14, 14, 16, 1);
}
.signInIconHS {
  background-image: url("../img/hslogo_new_small.png");
  -webkit-transform: translate(175px, 70px);
  transform: translate(175px, 70px);
}
.signInIconUnch {
  -webkit-transform: translate(185px, 0);
  transform: translate(185px, 0);
  /* background-image: url("../img/unchlogo_small.png"); */
  -webkit-box-shadow: 0 10px 30px -10px rgba(14, 14, 16, 0);
  box-shadow: 0 10px 30px -10px rgba(14, 14, 16, 0);
  background-repeat: no-repeat;
}
.signInBoxTop {
  color: rgba(238, 238, 238, 0.9);
  font-size: 24px;
  margin-top: 2px;
  line-height: 36px;
}
.signInBoxMiddle {
  -webkit-transform: translate(0, -103px);
  transform: translate(0, -103px);
  color: rgba(238, 238, 238, 0.5);
  line-height: 17px;
  font-size: 12px;
}
.noLoginSectionAppVersion {
  text-align: left;
  display: inline-block;
  padding: 8px 8px;
  -webkit-transform: translate(-18px, 193px);
  transform: translate(-18px, 193px);
  font-size: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(14, 14, 16, 0.75);
  color: rgba(238, 238, 238, 0.8);
  -webkit-box-shadow: 0 2px 7px 0 rgba(14, 14, 16, 0.75);
  box-shadow: 0 2px 7px 0 rgba(14, 14, 16, 0.75);
}

.noLoginSectionDarkmode {
  display: inline-block;
  -webkit-transform: translate(-20px, 197px);
  transform: translate(-20px, 197px);
  -webkit-border-radius: 5px;
  display: inline-block;
  border-radius: 5px;
  width: unset !important;
  margin-bottom: unset !important;
  -webkit-box-shadow: 0 2px 7px 0 rgba(14, 14, 16, 0.75);
  box-shadow: 0 2px 7px 0 rgba(14, 14, 16, 0.75);
}
.noLoginSectionDarkmode .sideIconname {
  display: none !important;
}
.noLoginSectionDarkmode i {
  background-color: rgba(14, 14, 16, 0.75);
  color: rgba(238, 238, 238, 0.8);
}
.noLoginSectionDarkmode i:hover {
  background-color: rgba(14, 14, 16, 0.95);
  color: rgba(238, 238, 238, 0.95);
}
.signInBoxBottomLeft,
.signInBoxBottomRight {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 8px;
  text-align: center;
  bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  background-color: rgba(14, 14, 16, 0.85);
  color: rgba(238, 238, 238, 0.8);
  -webkit-box-shadow: 0 0 20px 5px #0e0e10;
  box-shadow: 0 0 20px 5px #0e0e10;
}
.signInBoxBottomLeft {
  left: 10px;
  bottom: 40px;
}
.signInBoxBottomRight {
  left: 10px;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
.signInBoxBottomRight:hover {
  cursor: pointer;
  background-color: rgba(255, 118, 0, 0.9);
  -webkit-box-shadow: 0 0 20px 5px rgba(255, 118, 0, 0.9);
  box-shadow: 0 0 20px 5px rgba(255, 118, 0, 0.9);
  -webkit-transition: none;
  transition: none;
}
.loginServernameStyle {
  display: inline;
  padding: 2px 2px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #eee;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 30px;
  text-shadow: 0 5px 20px rgba(14, 14, 16, 0.5);
}
.ttvLoginButton {
  -webkit-transform: translate(0, -98px);
  transform: translate(0, -98px);
  margin: 50px 0 20px 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 24px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  padding: 10px 18px 8px 18px;
  width: 136px !important;
  color: #eee;
  background: rgba(14, 14, 16, 0.75);
  -webkit-box-shadow: 0 10px 15px -5px rgba(14, 14, 16, 0.75);
  box-shadow: 0 10px 15px -5px rgba(14, 14, 16, 0.75);
}
.ttvLoginButton:hover {
  background: rgba(238, 238, 238, 0.85);
  color: #0e0e10;
  -webkit-box-shadow: 0 2px 20px -5px rgba(14, 14, 16, 1);
  box-shadow: 0 2px 20px -5px rgba(14, 14, 16, 1);
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}
.ttvLoginButton i {
  color: rgba(140, 69, 247, 1);
  vertical-align: middle;
  font-size: 24px;
  top: 6px;
  left: 8px;
}

.noLoginSectionHSServerAndStreamingStats {
  opacity: 0;
  display: inline-block;
  -webkit-transform: translate(10px, 39px);
  transform: translate(10px, 39px);
  width: 220px;
  text-align: right;
  line-height: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.noLoginSectionHSServerStatsAmount,
.noLoginSectionStreamingStatsChannelAmount,
.noLoginSectionStreamingStatsViewerAmount,
.noLoginSectionStreamingStatsDataAgeTime {
  font-size: 22px;
  display: inline;
  opacity: 0.9;
}

.noLoginSectionHSServerStatsAmount i,
.noLoginSectionStreamingStatsChannelAmount i,
.noLoginSectionStreamingStatsViewerAmount i,
.noLoginSectionStreamingStatsDataAgeTime i {
  font-size: 17px;
}
.noLoginSectionHSServerStatsText,
.noLoginSectionStreamingStatsChannelText,
.noLoginSectionStreamingStatsViewerText,
.noLoginSectionStreamingStatsDataAgeText {
  font-size: 14px;
  display: block;
  opacity: 0.6;
  margin-bottom: 10px;
}
.noLoginSectionStreamingStatsDataAgeTime {
  /* opacity: 0.5; */
  font-size: 14px;
}

.noLoginSectionStreamingStatsDataAgeTime i {
  opacity: 1;
  font-size: 14px;
}
.noLoginSectionStreamingStatsDataAgeText {
  opacity: 0.6;
  font-size: 14px;
}
.noLoginSectionHSServerStatsStatusLiveIndicator {
  display: inline-block;
  color: rgba(238, 238, 238, 1);
  background-color: rgba(50, 165, 50, 0.75);
  padding: 0 6px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.noLoginSectionHSServerStatsStatus {
  word-spacing: 3px;
  color: rgba(238, 238, 238, 0.75);
  font-size: 14px;
  display: block;
  opacity: 0.75;
  margin-bottom: 10px;
}

.offlineChannelSide {
  background: rgba(14, 14, 16, 0.25);
  overflow-y: visible;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: none;
  position: fixed;
  width: 279px;
  padding: 50px 0 0 0;
  -webkit-box-shadow: 0 0 25px 0 rgba(14, 14, 16, 0.25);
  box-shadow: 0 0 25px 0 rgba(14, 14, 16, 0.25);
  margin-bottom: 0;
  margin-left: 10px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 550;
}
.offlineChannelCounter {
  display: inline;
  margin-left: 6px;
  color: #0e0e10;
  font-weight: bold;
  /* border-radius: 5px; */
  /* padding: 0px 6px; */
  /* background-color: rgba(238, 238, 238, 0.2); */
  /* line-height: 18px; */
}
.offlineChannelCounterCurrent {
  display: inline;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 6px;
  background-color: rgba(238, 238, 238, 0.2);
  line-height: 18px;
}

.offlineChannelListSearchInputField {
  margin: 6px 10px 5px 10px;
}
.offlineChannelListSearchInputFieldDarkmode input {
  background-color: rgba(14, 14, 16, 0.25) !important;
  color: rgba(238, 238, 238, 0.7) !important;
}
.offlineChannelListSearchInputFieldDarkmode input::-webkit-input-placeholder {
  color: rgba(238, 238, 238, 0.4) !important;
}
.offlineChannelListSearchInputFieldDarkmode input::-moz-placeholder {
  color: rgba(238, 238, 238, 0.4) !important;
}
.offlineChannelListSearchInputFieldDarkmode input::placeholder {
  color: rgba(238, 238, 238, 0.4) !important;
}

.offlineChannelListSearchInputFieldDarkmode i {
  color: rgba(238, 238, 238, 0.7) !important;
}

.offlineChannelListSearchInputField input {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 6px 0;
  padding: 4px 0px 4px 27px;
  border: 0;
  font-size: 14px;
  width: 90px;
  background: rgba(238, 238, 238, 0.15);
  color: rgba(14, 14, 16, 0.75);
  outline: #fff 0 solid;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-weight: bold;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.offlineChannelListSearchInputField input:focus {
  padding: 4px 40px 4px 27px;
}
.offlineChannelListSearchInputField input::-webkit-input-placeholder {
  color: rgba(14, 14, 16, 0.4);
}
.offlineChannelListSearchInputField input::-moz-placeholder {
  color: rgba(14, 14, 16, 0.4);
}
.offlineChannelListSearchInputField input::placeholder {
  color: rgba(14, 14, 16, 0.4);
}
.offlineChannelListSearchInputField i {
  font-size: 14px;
  position: absolute;
  color: rgba(14, 14, 16, 0.75);
  left: 17px;
  margin-top: 10px;
}

.pinnedOfflineChannelList {
  margin: 0 10px 4px 10px;
  background-color: rgba(238, 238, 238, 0.1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 3px 8px;
}
.pinnedOfflineChannelListHeadline {
  /* font-weight: bold; */
  font-size: 14px;
  color: rgba(14, 14, 16, 0.75);
  margin-bottom: 6px;
  margin-top: 3px;
}
.pinnedOfflineChannelListHeadline i {
  font-size: 14px;
  vertical-align: text-top;
}
.offlineChannelList {
  position: absolute;
  display: block;
  width: 259px;
  overflow-y: scroll;
  bottom: 0;
  height: 100%;
  padding: 8px 10px;
  -webkit-box-shadow: inset 0 50px 25px -50px rgba(14, 14, 16, 0.25);
  box-shadow: inset 0 50px 25px -50px rgba(14, 14, 16, 0.25);
}
.offlineChannelSideCloseButton {
  position: absolute;
  top: 10px;
  margin-right: 290px;
  display: inline-block;
  display: none;
}
.offlineChannelSideCloseButton i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  background-color: rgba(238, 238, 238, 0.25);
  color: #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.offlineChannelSideCloseButton i:hover {
  background-color: rgba(238, 238, 238, 0.5);
  -webkit-transition: none;
  transition: none;
}

.offlineChannelSideCloseButtonDarkmode i {
  color: rgba(238, 238, 238, 0.7);
  background-color: rgba(14, 14, 16, 0.25);
}
.offlineChannelSideCloseButtonDarkmode i:hover {
  background-color: rgba(14, 14, 16, 0.5) !important;
}

.singleChannelListOnlinePinned {
  margin-top: 6px;
  outline: 1px solid rgba(238, 238, 238, 0.5);
}

.singleChannelListOnlinePinned .channelContentBottom {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(14, 14, 16, 0.5)), to(rgba(238, 238, 238, 0)));
  background: linear-gradient(0deg, rgba(14, 14, 16, 0.5) 0%, rgba(238, 238, 238, 0) 100%);
}

.pinnedChannelList {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 238, 238, 0.25)), to(rgba(238, 238, 238, 0)));
  background: linear-gradient(0deg, rgba(238, 238, 238, 0.25) 0%, rgba(238, 238, 238, 0) 100%);
  padding: 60px 12px 34px 1px;
  margin: 0 -11px 20px -1px;
  -webkit-box-shadow: 0 150px 20px -150px rgba(14, 14, 16, 1);
  box-shadow: 0 150px 20px -150px rgba(14, 14, 16, 1), -20px 0 20px 0 rgba(238, 238, 238, 0.25);
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.pinnedChannelListHeadline {
  position: absolute;
  margin-top: -37px;
  background-color: rgba(238, 238, 238, 0.25);
  color: rgba(14, 14, 16, 0.75);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 8px;
  font-size: 12px;
}
.pinnedChannelListHeadline i {
  font-size: 12px;
  vertical-align: text-top;
}
.onlineChannelList {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  margin-top: 45px;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.singleChannelListOnline {
  height: 302px !important;
  opacity: 0.9;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(14, 14, 16, 0.35);
  background-position: -120px -120px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 6px 10px 0 rgba(14, 14, 16, 0.25), inset 0 0 0 1px rgba(14, 14, 16, 0.05);
  box-shadow: 0 6px 10px 0 rgba(14, 14, 16, 0.25), inset 0 0 0 1px rgba(14, 14, 16, 0.05);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.singleChannelListOnline:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: background 0.25s, -webkit-box-shadow 0.05s;
  transition: background 0.25s, -webkit-box-shadow 0.05s;
  transition: background 0.25s, box-shadow 0.05s;
  transition: background 0.25s, box-shadow 0.05s, -webkit-box-shadow 0.05s;
  -webkit-box-shadow: 0 30px 30px -30px rgba(14, 14, 16, 1), inset 0 0 0 1px rgba(14, 14, 16, 0.1) !important;
  box-shadow: 0 30px 30px -30px rgba(14, 14, 16, 1), inset 0 0 0 1px rgba(14, 14, 16, 0.1) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(14, 14, 16, 0.2);
}
.channelLabel {
  text-align: center;
  position: relative;
  left: 0;
  top: -11px;
  height: 1px;
  width: 100%;
  margin: auto;
  z-index: 4;
}

.channelLabelText {
  opacity: 0 !important; /*removed after unchained update*/
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  left: 50%;
  top: -21px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0e0e10;
  color: rgba(238, 238, 238, 0.8);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 5px;
  font-size: 11px;
  z-index: 6;
}
.singleChannelListOnlineHighlight {
  -webkit-transition: 2s all;
  transition: 2s all;
  -webkit-animation: singleChannelListOnlineHighlightAnimation 2s ease infinite;
  animation: singleChannelListOnlineHighlightAnimation 2s ease infinite;
}
@-webkit-keyframes singleChannelListOnlineHighlightAnimation {
  0% {
    background: auto;
    outline: 1px rgba(140, 69, 247, 0) solid;
  }
  5% {
    background: rgba(140, 69, 247, 0.75);
    outline: 1px rgba(140, 69, 247, 1) solid;
  }
  55% {
    outline: 1px rgba(140, 69, 247, 1) solid;
  }
  100% {
    background: rgba(140, 69, 247, 0);
    background: auto;
    outline: 1px rgba(140, 69, 247, 0) solid;
  }
}
@keyframes singleChannelListOnlineHighlightAnimation {
  0% {
    background: auto;
    outline: 1px rgba(140, 69, 247, 0) solid;
  }
  5% {
    background: rgba(140, 69, 247, 0.75);
    outline: 1px rgba(140, 69, 247, 1) solid;
  }
  55% {
    outline: 1px rgba(140, 69, 247, 1) solid;
  }
  100% {
    background: rgba(140, 69, 247, 0);
    background: auto;
    outline: 1px rgba(140, 69, 247, 0) solid;
  }
}
.channelContentTop {
  display: block;
}
.channelContentBottom {
  font-size: 12px;
  display: block;
  padding: 0 10px 0 10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 18px;
  width: 240px;
  height: 178px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 238, 238, 0.1)), to(rgba(238, 238, 238, 0)));
  background: linear-gradient(0deg, rgba(238, 238, 238, 0.1) 0%, rgba(238, 238, 238, 0) 100%);
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.channelThumbnail {
  opacity: 0.25;
  background-position: center;
  background-size: cover;
  vertical-align: top;
  -webkit-box-shadow: inset 0 0 60px -10px rgba(14, 14, 16, 0.75), 0 -3px 10px -6px rgba(14, 14, 16, 1), 0 15px 15px -15px rgba(14, 14, 16, 1), inset 0 0 0 1px rgba(14, 14, 16, 0.25);
  box-shadow: inset 0 0 60px -10px rgba(14, 14, 16, 0.75), 0 -3px 10px -6px rgba(14, 14, 16, 1), 0 15px 15px -15px rgba(14, 14, 16, 1), inset 0 0 0 1px rgba(14, 14, 16, 0.25);
  background-color: rgba(14, 14, 16, 0.25);
  -webkit-filter: contrast(0.85);
  filter: contrast(0.85);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 240px;
  height: 135px;
  margin-top: -79px;
  image-rendering: -webkit-optimize-contrast;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.forceBlurThumbnail {
  -webkit-filter: blur(10px) !important;
  filter: blur(10px) !important;
}

.channelThumbnailIcon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-shadow: inset 0 0 60px -10px rgba(238, 238, 238, 0.75);
  box-shadow: inset 0 0 60px -10px rgba(238, 238, 238, 0.75);
  background-color: rgba(238, 238, 238, 0.1);
  opacity: 0;
  margin-top: -135px;
  width: 240px !important;
  height: 135px !important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 50px;
  text-align: center;
  color: #eee;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-shadow: 0 0 10px #0e0e10;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  pointer-events: none;
}
.channelThumbnailIcon:hover {
  opacity: 0.8;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}
.singleChannelListOffline {
  display: grid;
  margin: 0 0 4px 0;
  /* padding: 0 4px 0 0; */
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(14, 14, 16, 0);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.singleChannelListOffline:hover {
  background: rgba(14, 14, 16, 0);
  -webkit-transition: none;
  transition: none;
}
.channelNameOfflineLink {
  margin-left: 5px;
  padding: 0px 16px 0 0;
  width: 174px;
  display: grid;
}

.channelNameOfflineUser {
  display: block;
}

.channelNameOffline {
  color: rgba(238, 238, 238, 0.7);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  background: rgba(14, 14, 16, 0.25);
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  text-shadow: 1px 1px 1px rgba(14, 14, 16, 0.25);
  padding: 8px 6px 8px 36px;
}
.channelNameOffline:hover {
  color: rgba(238, 238, 238, 1);
  background: rgba(14, 14, 16, 0.5) !important;
  outline: 1px solid rgba(238, 238, 238, 0.1);
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}
.channelNameOffline .singleChannelUserType {
  margin-left: 6px;
}
.channelProfileIMGLiveIndicator {
  outline: 2px solid rgba(213, 55, 55, 1);
  -webkit-animation: channelProfileIMGLiveIndicatorAnimation 1.5s ease infinite;
  animation: channelProfileIMGLiveIndicatorAnimation 1.5s ease infinite;
}
@-webkit-keyframes channelProfileIMGLiveIndicatorAnimation {
  0% {
    outline: 2px solid rgba(213, 55, 55, 1);
  }
  85% {
    outline: 2px solid rgba(213, 55, 55, 0.25);
  }
  100% {
    outline: 2px solid rgba(213, 55, 55, 1);
  }
}
@keyframes channelProfileIMGLiveIndicatorAnimation {
  0% {
    outline: 2px solid rgba(213, 55, 55, 1);
  }
  85% {
    outline: 2px solid rgba(213, 55, 55, 0.25);
  }
  100% {
    outline: 2px solid rgba(213, 55, 55, 1);
  }
}
.channelProfileIMGOffline {
  /* vertical-align: top; */
  margin-top: 2px;
  margin-bottom: -30px;
  margin-left: -31px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-color: rgba(238, 238, 238, 0.1);
  -webkit-box-shadow: 0 0 0 2px rgba(238, 238, 238, 0.1);
  box-shadow: 0 0 0 2px rgba(238, 238, 238, 0.1);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.channelNameOfflineLinkLastDT {
  display: block;
  font-size: 12px;
  margin-top: -2px;
  opacity: 0.6;
}
.singleChannelUserType {
  display: inline;
  margin-left: 8px;
  padding: 12px 0 10px 12px;
  background-image: url("../img/twitchpartnerbadgev4.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.channelProfileIMGOnline {
  position: absolute;
  margin-top: -4px;
  margin-left: -38px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 26px;
  height: 26px;
  background-color: rgba(14, 14, 16, 0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(14, 14, 16, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.channelNameOnline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  background: rgba(238, 238, 238, 0.25);
  color: rgba(238, 238, 238, 0.9);
  text-shadow: 1px 1px 0 rgba(14, 14, 16, 0.1);
  padding-left: 30px;
  padding-right: 0;
  font-size: 18px;
  max-width: 210px !important;
  overflow: hidden;
  font-weight: bold;
  margin: 9px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 10px -10px rgba(14, 14, 16, 0.25);
  box-shadow: 0 10px 10px -10px rgba(14, 14, 16, 0.25);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.channelNameOnline:hover {
  background: rgba(14, 14, 16, 0.95);
  color: rgba(238, 238, 238, 0.9);
  cursor: pointer;
  outline: 1px solid rgb(238, 238, 238, 0.1);
  -webkit-box-shadow: 0 10px 20px -10px #0e0e10;
  box-shadow: 0 10px 20px -10px #0e0e10;
  -webkit-transition: none;
  transition: none;
}
.channelNameOnlineLink {
  all: unset;
  padding: 8px 12px 8px 12px;
  -webkit-transition: none;
  transition: none;
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.channelNameOnline a:hover > .channelProfileIMGOnline {
  -webkit-transition: none;
  transition: none;
}
.channelNameOnline:hover > .channelOpenIcon {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}
.channelViewer,
.channelFollower {
  display: block;
}
.channelViewer {
  /* width: 42px; */
  left: 10px;
  top: 83px;
  position: relative;
  display: table-cell;
  z-index: 670;
  margin: 6px 8px;
  padding: 6px 8px;
  background-color: rgba(14, 14, 16, 0.8);
  color: rgba(238, 238, 238, 0.75);
  -webkit-box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8);
  box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8);
  font-size: 13px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.channelViewer i {
  font-size: 11px;
  padding: 1px 0 0 0;
}
.channelTags {
  position: relative;
  bottom: 29px;
  left: 71px;
  right: 10px;
  height: 32px;
  width: 175px;
  overflow: hidden;
}
.channelSingleTags {
  display: inline-block;
  -webkit-border-radius: 5px;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 2px 6px;
  background-color: rgba(14, 14, 16, 0.1);
  margin: 0 2px 2px 0;
  text-transform: uppercase;
  font-size: 11px;
  color: rgba(238, 238, 238, 0.75);
  font-weight: normal;
}
.focusSortItemsOnHover {
  outline: 1px solid rgb(238, 238, 238, 0.75);
  -webkit-animation: focusSortItemsOnHoverAnimation 0.15s ease 1;
  animation: focusSortItemsOnHoverAnimation 0.15s ease 1;
}
@-webkit-keyframes focusSortItemsOnHoverAnimation {
  0% {
    outline: 1px solid #eeeeee00;
  }
  100% {
    outline: 1px solid rgb(238, 238, 238, 0.75);
  }
}
@keyframes focusSortItemsOnHoverAnimation {
  0% {
    outline: 1px solid #eeeeee00;
  }
  100% {
    outline: 1px solid rgb(238, 238, 238, 0.75);
  }
}
/* 
.focusSearchItemsOnFound {
  outline: 1px solid rgba(50, 165, 50, 1);
  -webkit-animation: focusSearchItemsOnFoundAnimation 0.15s ease 1;
  animation: focusSearchItemsOnFoundAnimation 0.15s ease 1;
}
@-webkit-keyframes focusSearchItemsOnFoundAnimation {
  0% {
    outline: 1px solid #eeeeee00;
  }
  100% {
    outline: 1px solid rgba(50, 165, 50, 1);
  }
}
@keyframes focusSearchItemsOnFoundAnimation {
  0% {
    outline: 1px solid #eeeeee00;
  }
  100% {
    outline: 1px solid rgba(50, 165, 50, 1);
  }
} */

.channelTitle {
  font-weight: normal;
  font-size: 15px;
  color: rgba(238, 238, 238, 0.65);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  /* display: flex; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 75px !important;
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 17px;
  /* right: 10px; */
  left: 0px;
  position: relative;
  -webkit-box-shadow: 0px -3px 6px -3px rgba(14, 14, 16, 0.1);
  box-shadow: 0px -3px 6px -3px rgba(14, 14, 16, 0.1);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, rgba(14, 14, 16, 0)), to(rgba(14, 14, 16, 0.2)));
  background: linear-gradient(0deg, rgba(14, 14, 16, 0) 5%, rgba(14, 14, 16, 0.2) 100%);
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-wrap: balance;
  display: -webkit-box;
}
.channelTitleInner {
  padding: 6px 12px 12px 12px;
  /* background: linear-gradient(0deg, rgba(14, 14, 16, 0) 5%, rgba(14, 14, 16, 0.2) 100%); */
  /* max-height: 75px !important; */
  /* -webkit-border-radius: 5px; */
  /* border-radius: 5px; */
}

.channelFollower {
  text-align: center;
  position: relative;
  /* left: 10px; */
  font-size: 13px;
  bottom: -3px;
  height: 32px;
  width: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(14, 14, 16, 0.15);
  color: rgba(238, 238, 238, 0.75);
  -webkit-box-shadow: 1px 1px 6px -3px rgba(14, 14, 16, 0.2);
  box-shadow: 1px 1px 6px -3px rgba(14, 14, 16, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 8px;
  display: grid;
}
.channelFollowerIconAndNumber {
  display: block;
  margin-top: 2px;
  text-align: right;
}
.channelFollower i {
  vertical-align: middle;
  position: absolute;
  left: 8px;
}
.channelFollowerName {
  margin-bottom: 2px;
  display: block;
  font-size: 12px;
}
.channelViewerNew {
  text-align: center;
  position: absolute;
  left: 10px;
  font-size: 12px;
  bottom: 51px;
  height: 32px;
  width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(14, 14, 16, 0.15);
  color: rgba(238, 238, 238, 0.75);
  -webkit-box-shadow: 1px 1px 6px -3px rgba(14, 14, 16, 0.2);
  box-shadow: 1px 1px 6px -3px rgba(14, 14, 16, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 8px;
  display: grid;
}
.channelViewerNewIconAndNumber {
  display: block;
  margin-top: 2px;
  text-align: right;
}
.channelViewerNew i {
  vertical-align: middle;
  position: absolute;
  left: 8px;
}
.channelViewerNewName {
  margin-bottom: 2px;
  display: block;
  font-size: 10px;
}
.channelUptime {
  right: -136px;
  /* width: 73px !important; */
  top: 52px;
  position: relative;
  display: inline-block;
  z-index: 670;
  margin: 6px 8px;
  padding: 6px 8px;
  background-color: rgba(14, 14, 16, 0.8);
  color: rgba(238, 238, 238, 0.75);
  font-size: 13px;
  -webkit-box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8);
  box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.channelUptime i {
  font-size: 11px;
}

.hideRaidButtonOnMobile {
  display: none !important;
}

.channelRaidButton {
  display: none;
  top: 20px;
  right: 20px;
  background-color: rgba(14, 14, 16, 0.8);
  color: rgba(238, 238, 238, 0.75);
  -webkit-box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8), inset 0 0 0 1px rgba(140, 69, 247, 1);
  box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8), inset 0 0 0 1px rgba(140, 69, 247, 1);
  font-size: 12px;
  position: absolute;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 550;
  padding: 6px 8px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.channelRaidButton:hover {
  cursor: pointer;
  color: rgba(238, 238, 238, 1);
  background-color: rgba(14, 14, 16, 1);
  -webkit-box-shadow: 0 2px 10px 3px rgba(140, 69, 247, 0.5), inset 0 0 0 2px rgba(140, 69, 247, 1);
  box-shadow: 0 2px 10px 3px rgba(140, 69, 247, 0.5), inset 0 0 0 2px rgba(140, 69, 247, 1);
  -webkit-transition: none;
  transition: none;
}
.channelRaidButton i {
  vertical-align: baseline;
  font-size: 10px;
}
.forceShowChannelRaidButton {
  opacity: 0;
  color: #eee !important;
  display: block !important;
  background-color: rgba(140, 69, 247, 0.9) !important;
  pointer-events: none !important;
  -webkit-animation: forceShowChannelRaidButtonAnimation 2s ease infinite;
  animation: forceShowChannelRaidButtonAnimation 2s ease infinite;
}
@-webkit-keyframes forceShowChannelRaidButtonAnimation {
  5% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes forceShowChannelRaidButtonAnimation {
  5% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.iOSFixChannelRaidButton {
  position: absolute !important;
  top: unset !important;
  right: unset !important;
  bottom: unset !important;
  left: unset !important;
  -webkit-transform: translate(169px, -283px) !important;
  transform: translate(169px, -283px) !important;
}

.channelPinShown {
  display: inline-block !important;
  background-color: rgba(14, 14, 16, 1) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8) !important;
  box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8) !important;
}
.channelPinForceShow {
  display: inline-block !important;
}
.channelExtraIconSection {
  height: 0px;
  margin-top: -40px;
}

.pinnedChannelCountOnline,
.pinnedChannelCountOnlineHeadline {
  display: inline-block;
}

.channelPin {
  display: none;
  position: relative;
  top: -308px;
  right: -234px;
  width: 17px;
  color: #eee;
  background-color: rgba(14, 14, 16, 0);
  text-shadow: 0 0 5px rgba(238, 238, 238, 0.25), 0 0 10px #0e0e10, 0 0 10px #0e0e10;
  padding: 3px;
  font-size: 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 690;
}
.channelPin:hover {
  background-color: rgba(14, 14, 16, 1);
  -webkit-box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8);
  box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8);
  text-shadow: 0 0 5px #0e0e10;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
}
.channelPinOfflineShown {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
  right: 24px !important;
}
.channelPinOfflineShown:hover {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
  outline: 1px solid rgba(238, 238, 238, 0.1);
  background-color: rgba(14, 14, 16, 1) !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8) !important;
  box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8) !important;
}
.channelPinOffline {
  position: absolute;
  display: none;
  color: #eee;
  background-color: rgba(14, 14, 16, 0);
  text-shadow: 0 0 5px rgba(238, 238, 238, 0.25), 0 0 10px #0e0e10, 0 0 10px #0e0e10;
  width: 14px;
  height: 14px;
  padding: 8px;
  font-size: 14px;
  right: 16px;
  margin-top: -3px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 90;
}
.channelPinOffline:hover {
  outline: 1px solid rgba(238, 238, 238, 0.1);
  background-color: rgba(14, 14, 16, 1);
  -webkit-box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8);
  box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.8);
  text-shadow: 0 0 5px #0e0e10;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
}
.channelNew {
  display: none;
  position: relative;
  top: -342px;
  width: 20px;
  left: -10px;
  color: #eee;
  padding: 5px;
  font-size: 16px;
  -webkit-border-radius: 5px 0 5px 0;
  border-radius: 5px 0 5px 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background: rgba(213, 55, 55, 1);
  -webkit-box-shadow: 0 0 10px 0 rgba(213, 55, 55, 1);
  box-shadow: 0 0 10px 0 rgba(213, 55, 55, 1);
}
.channelNewHeadline {
  font-weight: bold;
  font-size: 11px;
  padding-top: 3px;
  text-transform: uppercase;
  color: #eee;
}
.channelOfficial {
  display: none;
  position: relative;
  top: -342px;
  width: 50px;
  left: -10px;
  color: #eee;
  padding: 5px;
  font-size: 16px;
  -webkit-border-radius: 5px 0 5px 0;
  border-radius: 5px 0 5px 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background: rgba(255, 118, 0, 1);
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 118, 0, 1);
  box-shadow: 0 0 10px 0 rgba(255, 118, 0, 1);
}
.channelOfficialHeadline {
  font-weight: bold;
  font-size: 11px;
  padding-top: 3px;
  text-transform: uppercase;
  color: #eee;
}

.embedChannelStreamContent {
  z-index: 8887;
  -webkit-box-shadow: 0 0 30px 5px rgba(238, 238, 238, 0);
  box-shadow: 0 0 30px 5px rgba(238, 238, 238, 0);
}
.ttvEmbedStreamChat {
  background-color: #18181b;
  -webkit-box-shadow: 0 10px 30px 10px #0e0e10;
  box-shadow: 0 10px 30px 10px #0e0e10;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  height: 425px;
  width: 0;
  padding-left: 10px;
  left: 716px;
  top: 0;
  display: none;
  position: absolute;
  z-index: -1;
  overflow-y: visible !important;
  overflow-x: hidden !important;
}
.ttvEmbedStreamChat iframe {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-border-radius: 0 5px 5px 0 !important;
  border-radius: 0 5px 5px 0 !important;
  /* scale: 80%; */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: visible !important;
  overflow-x: hidden !important;
}
.ttvEmbedStreamChat::-webkit-scrollbar {
  display: none !important;
}

.ttvEmbedStream {
  position: fixed;
  margin: 0 -3px 0 0;
  z-index: 8888;
  text-align: center;
}
.ttvEmbedStream iframe {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  /* -webkit-box-shadow: 0 20px 30px 0 #0e0e10;
  box-shadow: 0 20px 30px 0 #0e0e10; */
}
.embedChannelStreamWindowTopBar {
  background-color: #0e0e10;
  -webkit-box-shadow: 0 10px 30px 10px #0e0e10;
  box-shadow: 0 10px 30px 10px #0e0e10;
  color: #eee;
  width: 720px;
  height: 20px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  cursor: -webkit-grab;
  cursor: grab;
}
.embedChannelStreamWindowTopBar div {
  display: inline-block;
}
.embedChannelStreamWindowTopBar i {
  color: #eee;
  vertical-align: middle;
}
.embedChannelStreamWindowDrag i {
  font-size: 22px;
}
.embedChannelStreamWindowMin i {
  color: #eee;
  position: absolute;
  right: 67px;
  top: 0;
  padding: 3px 10px 1px 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.embedChannelStreamWindowMin i:hover {
  cursor: pointer !important;
  background-color: #eee;
  color: #0e0e10;
  -webkit-transition: none;
  transition: none;
}

.minimizedStreamSection {
  position: fixed;
  display: inline-block;
  margin: 0;
  bottom: 0;
  left: 50px;
  right: 300px;
  z-index: 7777;
}

.minimizedStreamTab {
  opacity: 0.95;
  display: inline-block;
  padding: 5px 10px 6px 10px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin: 6px 3px 0 3px;
  background-color: rgba(238, 238, 238, 0.15);
  border: 1px solid rgba(238, 238, 238, 0.15);
  border-bottom: none;
  color: #eee;
  -webkit-box-shadow: 0px 2px 8px 4px rgba(14, 14, 16, 0.5);
  box-shadow: 0px 2px 8px 4px rgba(14, 14, 16, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-animation: minimizedStreamTabAnimation 1s ease 1;
  animation: minimizedStreamTabAnimation 1s ease 1;
}
@-webkit-keyframes minimizedStreamTabAnimation {
  0% {
    background-color: rgba(238, 238, 238, 1);
    color: rgba(238, 238, 238, 0);
  }
  100% {
    background-color: rgba(238, 238, 238, 0.15);
    color: #eee;
  }
}
@keyframes minimizedStreamTabAnimation {
  0% {
    background-color: rgba(238, 238, 238, 1);
    color: rgba(238, 238, 238, 0);
  }
  100% {
    background-color: rgba(238, 238, 238, 0.15);
    color: #eee;
  }
}

.minimizedStreamTab:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  background-color: rgba(238, 238, 238, 0.25);
  border: 1px solid rgba(238, 238, 238, 0.25);
  border-bottom: none;
  -webkit-box-shadow: 0px 4px 16px 8px rgba(14, 14, 16, 0.5);
  box-shadow: 0px 4px 16px 8px rgba(14, 14, 16, 0.5);
}

.minimizedStreamTab:first-child {
  margin-left: 6px;
}

.minimizedStreamTab i,
.closeMinimizedStream i {
  font-size: 14px;
  margin-left: 6px;
  display: inline-block;
  font-size: 12px;
}

.minimizedStreamTabChannelname {
  font-size: 14px;
  display: inline-block;
}

.closeMinimizedStream {
  display: inline-block;
  margin-right: -2px;
}

.closeMinimizedStream:hover {
  color: rgba(213, 55, 55, 1);
}

.embedChannelStreamWindowChat i {
  color: #eee;
  position: absolute;
  right: 33px;
  top: 0;
  padding: 3px 10px 1px 10px;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.embedChannelStreamWindowChat i:hover {
  cursor: pointer !important;
  background-color: #eee;
  color: #0e0e10;
  -webkit-transition: none;
  transition: none;
}

.embedChannelStreamWindowClose i {
  color: #eee;
  position: absolute;
  right: 0;
  top: 0;
  padding: 3px 10px 1px 10px;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  font-size: 14px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.embedChannelStreamWindowClose i:hover {
  cursor: pointer !important;
  background-color: #eee;
  color: #0e0e10;
  -webkit-transition: none;
  transition: none;
}

.authUserEditorIcon {
  font-size: 12px;
  display: none;
  position: absolute;
  color: rgba(50, 165, 50, 1);
  right: -6px;
  top: -4px;
  pointer-events: none;
  text-shadow: 0 0 6px rgba(14, 14, 16, 0.5);
}
.singleChannelListOnlineEditorToolIconForceHide {
  display: none !important;
}
.singleChannelListOfflineEditorToolIconForceHide {
  display: none !important;
}
.singleChannelListOnlineEditorToolIconForceShow {
  display: block !important;
  background-color: rgba(213, 55, 55, 1) !important;
  color: #eee !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(213, 55, 55, 1) !important;
  box-shadow: 0 0 10px 0 rgba(213, 55, 55, 1) !important;
  text-shadow: 0 0 5px #0e0e10 !important;
}
.singleChannelListOfflineEditorToolIconForceShow {
  display: block !important;
  color: #eee !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-shadow: 0 0 10px 4px rgba(213, 55, 55, 1) !important;
  box-shadow: 0 0 10px 4px rgba(213, 55, 55, 1) !important;
  outline: 2px solid rgba(238, 238, 238, 0.75) !important;
  text-shadow: 0 0 5px #0e0e10 !important;
}
.singleChannelListOfflineEditorToolIconMobileForceShow {
  display: block !important;
  color: #eee !important;
  -webkit-transition: none !important;
  transition: none !important;
  background-color: rgba(213, 55, 55, 0.75) !important;
  -webkit-box-shadow: 0 0 10px 4px rgba(213, 55, 55, 0.1);
  box-shadow: 0 0 10px 4px rgba(213, 55, 55, 0.1);
  /* outline: 2px solid rgba(238, 238, 238, 0.75) !important;*/
  text-shadow: 0 0 5px #0e0e10 !important;
}
.singleChannelListOnlineEditorToolIcon {
  display: none;
  position: relative;
  top: -331px;
  right: -208px;
  width: 17px;
  color: #eee;
  background-color: rgba(14, 14, 16, 0);
  text-shadow: 0 0 5px rgba(238, 238, 238, 0.25), 0 0 10px #0e0e10, 0 0 10px #0e0e10;
  padding: 3px;
  font-size: 16px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 690;
}
.singleChannelListOnlineEditorToolIcon:hover {
  background-color: rgba(213, 55, 55, 1);
  color: #eee;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 0 rgba(213, 55, 55, 1);
  box-shadow: 0 0 10px 0 rgba(213, 55, 55, 1);
  text-shadow: 0 0 5px #0e0e10;
}
.singleChannelListOfflineEditorToolIcon {
  display: none;
  position: absolute;
  margin: 2px 0 0 -26px;
  color: rgba(238, 238, 238, 0.9);
  background-color: rgba(213, 55, 55, 0.8);
  text-shadow: 0 0 10px #0e0e10;
  -webkit-box-shadow: 0 0 10px 2px rgba(213, 55, 55, 1);
  box-shadow: 0 0 10px 2px rgba(213, 55, 55, 1);
  outline: 2px solid rgba(238, 238, 238, 0.25);
  height: 20px !important;
  width: 20px !important;
  font-size: 16px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.singleChannelListOfflineEditorToolIcon i {
  vertical-align: -3px;
}
.singleChannelListOfflineEditorToolIcon:hover {
  color: #eee;
  -webkit-transition: none;
  transition: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 10px 4px rgba(213, 55, 55, 1);
  box-shadow: 0 0 10px 4px rgba(213, 55, 55, 1);
  outline: 2px solid rgba(238, 238, 238, 0.75);
  text-shadow: 0 0 5px #0e0e10;
}
.verifyInputSectionEmptyHightlight:hover {
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: outline 0.25s;
  transition: outline 0.25s;
}
.verifyInputSectionEmptyHightlight {
  -webkit-animation: verifyInputSectionEmptyHightlightAnimation 2s ease infinite;
  animation: verifyInputSectionEmptyHightlightAnimation 2s ease infinite;
}
@-webkit-keyframes verifyInputSectionEmptyHightlightAnimation {
  0% {
    outline: 1px rgba(213, 55, 55, 0) solid;
  }
  5% {
    outline: 1px rgba(213, 55, 55, 1) solid;
  }
  55% {
    outline: 1px rgba(213, 55, 55, 1) solid;
  }
  100% {
    outline: 1px rgba(213, 55, 55, 0) solid;
  }
}
@keyframes verifyInputSectionEmptyHightlightAnimation {
  0% {
    outline: 1px rgba(213, 55, 55, 0) solid;
  }
  5% {
    outline: 1px rgba(213, 55, 55, 1) solid;
  }
  55% {
    outline: 1px rgba(213, 55, 55, 1) solid;
  }
  100% {
    outline: 1px rgba(213, 55, 55, 0) solid;
  }
}
.reloadAlert {
  position: absolute;
  margin: 25% auto 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  height: 42px;
  padding: 20px 10px;
  -webkit-box-shadow: 0 0 20px 0 #0e0e10;
  box-shadow: 0 0 20px 0 #0e0e10;
  background: #0e0e10;
  color: #eee;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.toolEditorSectionLoader {
  position: absolute;
  vertical-align: middle;
  text-align: center;
  padding: 18px;
  right: 0;
  top: 0;
  bottom: 0;
}

.thumbnailBlurredLiveNotice {
  cursor: pointer;
  z-index: 9998;
  position: absolute;
  display: none;
  top: 0px;
  left: 40px;
  width: 200px;
  padding: 6px 8px 6px 24px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 0 #0e0e10;
  box-shadow: 0 0 30px 0 #0e0e10;
  background-color: rgba(14, 14, 16, 0.75);
  outline: 1px solid rgba(238, 238, 238, 0.75);
  color: rgba(238, 238, 238, 0.75);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-animation: thumbnailBlurredLiveNoticeAnimation 1.5s ease infinite;
  animation: thumbnailBlurredLiveNoticeAnimation 1.5s ease infinite;
}

.thumbnailBlurredLiveNotice i {
  all: unset !important;
  background-color: none !important;
  color: rgba(238, 238, 238, 0.75) !important;
  display: inline-block !important;
  margin-left: -16px !important;
  margin-right: 4px !important;
}

.thumbnailBlurredLiveNoticeText {
  display: inline-block;
}

@-webkit-keyframes thumbnailBlurredLiveNoticeAnimation {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes thumbnailBlurredLiveNoticeAnimation {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}

.verifyEditorNotify {
  z-index: 9998;
  position: absolute;
  display: none;
  top: 5px;
  left: 305px;
  padding: 8px 15px 8px 20px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(14, 14, 16, 0.75);
  color: rgba(238, 238, 238, 0.75);
  -webkit-box-shadow: 0 0 30px 0 #0e0e10;
  box-shadow: 0 0 30px 0 #0e0e10;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-animation: verifyNotifyAnimation 1.5s ease infinite;
  animation: verifyNotifyAnimation 1.5s ease infinite;
}
.verifyEditorNotify:hover {
  background-color: #0e0e10;
  color: #eee;
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}
@-webkit-keyframes verifyNotifyAnimation {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@keyframes verifyNotifyAnimation {
  0% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.verifyEditorNotify i {
  display: inline-block;
}
.verifyEditorNotifyPointerIcon {
  margin-left: -15px;
  position: absolute;
  display: inline-block;
}
.verifyEditorNotifyShieldIcon {
  display: inline-block;
  position: absolute;
  margin-left: -7px;
  margin-top: -1px;
  color: rgba(50, 165, 50, 1);
}
.verifyEditorNotifyText {
  display: inline-block;
}
.verifyInputSection {
  display: inline-block;
}
.verifyInputSection input {
  font-size: 14px;
  height: 25px !important;
  width: 167px !important;
  padding: 0 8px 1px 8px;
  outline: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: rgba(238, 238, 238, 0.75);
  background-color: rgba(238, 238, 238, 0.1);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.verifyInputSection input:hover {
  color: rgba(238, 238, 238, 0.85);
  background-color: rgba(238, 238, 238, 0.15);
  -webkit-transition: none;
  transition: none;
}
.verifyInputSection input:focus {
  color: rgba(238, 238, 238, 0.95);
  background-color: rgba(238, 238, 238, 0.2);
  -webkit-transition: none;
  transition: none;
}
.toolEditorSection {
  z-index: 9998;
  position: absolute;
  display: none;
  top: 0;
  left: 295px;
  padding: 12px 12px;
  font-size: 12px;
  -webkit-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
  width: 248px;
  background-color: rgba(14, 14, 16, 0.95);
  -webkit-box-shadow: 0 0 30px 2px #0e0e10;
  box-shadow: 0 0 30px 2px #0e0e10;
  color: rgba(238, 238, 238, 0.75);
  -webkit-transition: none;
  transition: none;
}
.verifyKeyButton,
.toolEditorSectionCloseButton {
  display: inline-block;
  margin-left: 4px;
}
.toolEditorSectionCloseButton {
  margin-left: 0;
}
.verifyKeyButton i,
.toolEditorSectionCloseButton i {
  font-size: 14px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(238, 238, 238, 0);
  color: rgba(238, 238, 238, 0.75);
  padding: 5px 5px 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.toolEditorSectionCloseButton i {
  color: rgba(213, 55, 55, 0.75);
}
.verifyKeyButton i:hover,
.toolEditorSectionCloseButton i:hover {
  background-color: rgba(238, 238, 238, 0);
  color: rgba(238, 238, 238, 1);
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}
.toolEditorSectionCloseButton i:hover {
  color: rgba(213, 55, 55, 1) !important;
}
.confirmPushToBlacklist {
  position: relative;
  z-index: 680;
  margin: auto;
  background: rgba(14, 14, 16, 0.6);
  color: #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: -290px;
  width: 240px;
  height: 130px;
  padding-top: 5px;
  -webkit-box-shadow: 0 0 15px 0 rgba(213, 55, 55, 1);
  box-shadow: 0 0 15px 0 rgba(213, 55, 55, 1);
  text-align: center;
  display: none;
  font-size: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  outline: 1px solid rgba(213, 55, 55, 1);
}
.confirmPushToBlacklistNameSub {
  margin-top: 15px;
  font-size: 12px;
  text-shadow: 1px 1px 0 rgba(14, 14, 16, 0.1);
  color: #eee;
}
.confirmPushToBlacklistName {
  margin: 10px 10px 0 10px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 12px;
  background-color: rgba(213, 55, 55, 1);
  -webkit-box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.2);
  box-shadow: 0 0 10px 0 rgba(14, 14, 16, 0.2);
  color: rgba(238, 238, 238, 0.9);
  font-weight: bold;
  font-size: 16px;
}
.confirmPushToBlacklistInputField {
  margin-top: 10px;
}
.confirmPushToBlacklistInputField i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  background-color: rgba(238, 238, 238, 0.25);
  color: #eee;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 10px;
  padding: 6px;
  vertical-align: bottom;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.confirmPushToBlacklistInputField i:hover {
  background-color: rgba(238, 238, 238, 0.5);
  cursor: pointer;
  -webkit-transition: none;
  transition: none;
}
.confirmPushToBlacklistInputField input {
  font-size: 14px;
  height: 26px !important;
  width: 167px !important;
  padding: 0 8px 1px 8px;
  outline: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(238, 238, 238, 0.75);
  -webkit-box-shadow: inset 0 0 2px 0 rgba(14, 14, 16, 0.5);
  box-shadow: inset 0 0 2px 0 rgba(14, 14, 16, 0.5);
  color: rgba(14, 14, 16, 0.75);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.confirmPushToBlacklistInputField input:hover {
  color: rgba(14, 14, 16, 0.85);
  background-color: rgba(238, 238, 238, 0.75);
  -webkit-transition: none;
  transition: none;
}
.confirmPushToBlacklistInputField input:focus {
  color: rgba(14, 14, 16, 0.95);
  background-color: rgba(238, 238, 238, 0.85);
  -webkit-transition: none;
  transition: none;
}
.confirmPushToBlacklistClose {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  display: none;
  color: rgba(238, 238, 238, 1);
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.confirmPushToBlacklistClose:hover {
  cursor: pointer;
  -webkit-box-shadow: inset 0 -30px 30px -30px rgba(238, 238, 238, 0.4);
  box-shadow: inset 0 -30px 30px -30px rgba(238, 238, 238, 0.4);
  color: #eee;
  padding-bottom: 2px;
  -webkit-transition: none;
  transition: none;
}
.confirmPushToBlacklistClose i {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  background-color: rgba(238, 238, 238, 0);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: 5px;
  font-size: 14px;
  -webkit-transform: scaleX(1.25);
  transform: scaleX(1.25);
  padding: 6px;
  vertical-align: bottom;
}
.placeholderLoader {
  width: 48px;
  height: 48px;
  border: 2px solid;
  border-color: rgba(238, 238, 238, 0.85) transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ttvAuthUserIMGplaceholderLoader {
  width: 28px;
  height: 28px;
}
.thumbnailLoader {
  position: absolute !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: -96px 0 0 111px;
}
.noLoginStatsLoader {
  -webkit-transform: scale(0.5) !important;
  transform: scale(0.5) !important;
  position: absolute !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: -27px 0 0 170px;
}
.blacklistConfirmLoaderBox {
  background-color: rgba(14, 14, 16, 0.75);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 135px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin: auto;
}
.blacklistConfirmLoader {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  top: -20px;
}
.toastifyLoader {
  scale: 0.4;
  position: absolute !important;
  margin: -10px 0 0 -30px;
  display: inline;
}
.mainContentLoader {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: 370px auto 0 auto !important;
  position: absolute !important;
}
.contentLoadingScreen {
  display: none;
  text-align: center;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  height: 452px !important;
}
.waitingRoomIMG {
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background-image: url("../img/waitingroom.gif");
  -webkit-box-shadow: 0 10px 30px 1px #0e0e10;
  box-shadow: 0 10px 30px 1px #0e0e10;
  width: 640px !important;
  height: 452px !important;
}
.mainContentLoaderCancel {
  opacity: 0;
  color: rgba(238, 238, 238, 0.5);
  background-color: rgba(238, 238, 238, 0.1);
  width: 32px;
  height: 31px;
  font-size: 18px;
  padding: 1px 0 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  /* right: 0;
  left: 0;
  bottom: 0; */
  -webkit-transform: translate(0, 220px);
  transform: translate(0, 220px);
  position: absolute;
  margin: -11px auto !important;
  -webkit-box-shadow: 0 0 10px 2px rgba(14, 14, 16, 0.1);
  box-shadow: 0 0 10px 2px rgba(14, 14, 16, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  z-index: 999;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.mainContentLoaderCancel:hover {
  cursor: pointer;
  color: rgba(238, 238, 238, 0.8);
  background-color: rgba(238, 238, 238, 0.4);
  -webkit-transition: none;
  transition: none;
}

.mainContentLoaderStatusBar {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: none;
  text-align: center;
  position: absolute;
  margin: 360px auto 0 auto !important;
  height: 2px !important;
  background: rgba(238, 238, 238, 0.9);
  -webkit-box-shadow: 0 0 10px 2px rgba(238, 238, 238, 0.1);
  box-shadow: 0 0 10px 2px rgba(238, 238, 238, 0.1);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 1%;
  -webkit-transform: scale(0.25, 1);
  transform: scale(0.25, 1);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.blacklistConfirmLoader,
.blacklistConfirmLoader:before,
.blacklistConfirmLoader:after,
.mainContentLoader,
.mainContentLoader:before,
.mainContentLoader:after,
.toastifyLoader,
.toastifyLoader:before,
.toastifyLoader:after,
.thumbnailLoader,
.thumbnailLoader:before,
.thumbnailLoader:after,
.noLoginStatsLoader,
.noLoginStatsLoader:before,
.noLoginStatsLoader:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: bblFadeInOut 1s infinite ease-in-out;
  animation: bblFadeInOut 1s infinite ease-in-out;
}
.blacklistConfirmLoader,
.mainContentLoader,
.toastifyLoader,
.thumbnailLoader,
.noLoginStatsLoader {
  color: rgba(238, 238, 238, 0.75);
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.blacklistConfirmLoader:before,
.blacklistConfirmLoader:after,
.toastifyLoader:before,
.toastifyLoader:after,
.mainContentLoader:before,
.mainContentLoader:after,
.thumbnailLoader:before,
.thumbnailLoader:after,
.noLoginStatsLoader:before,
.noLoginStatsLoader:after {
  content: "";
  position: absolute;
  top: 0;
}
.blacklistConfirmLoader:before,
.toastifyLoader:before,
.mainContentLoader:before,
.thumbnailLoader:before,
.noLoginStatsLoader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.blacklistConfirmLoader:after,
.toastifyLoader:after,
.mainContentLoader:after,
.thumbnailLoader:after,
.noLoginStatsLoader:after {
  left: 3.5em;
}
@-webkit-keyframes bblFadeInOut {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -0.75em;
    box-shadow: 0 2.5em 0 -0.75em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes bblFadeInOut {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -0.75em;
    box-shadow: 0 2.5em 0 -0.75em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}

.toastify {
  text-align: center !important;
  max-width: unset !important;
  display: table !important;
  margin: auto !important;
  -webkit-box-shadow: 0 0 20px 10px rgb(14, 14, 16, 0.9) !important;
  box-shadow: 0 0 20px 10px rgb(14, 14, 16, 0.9) !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  padding: 8px 10px !important;
  cursor: unset !important;
  background: #0e0e10 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #eee;
  outline: 2px solid rgba(238, 238, 238, 1);
}
.toastify i {
  vertical-align: top;
  margin-right: 9px;
}
.toast-close {
  color: #eee !important;
  opacity: 0.5 !important;
  margin: 0 0 0 9px !important;
  padding: 0 !important;
  font-size: 12px !important;
  /* display: none !important; */
}
.toastifyInnerText {
  margin-left: 32px;
  display: inline-block;
}

.channelViewerOdometer {
  display: inline-block;
  margin-left: 6px;
}
.channelFollowerAmountSuffix {
  position: absolute;
  top: 1px;
  right: -7px;
}
.channelViewer .odometer {
  margin-top: -14px;
  margin-bottom: -11px;
  line-height: 23px !important;
  font-family: unset !important;
}
.channelFollower .odometer {
  margin-top: -12px;
  margin-bottom: -11px;
  line-height: 18px !important;
  font-family: unset !important;
}

.headerToolStatsChannelViewerOdometer,
.headerToolStatsHSPlayerCountOdometer,
.headerToolStatsChannelCurrentStreaming {
  color: rgba(238, 238, 238, 0.9);
  background-color: rgba(238, 238, 238, 0.2);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0px 6px;
}

.headerToolStatsChannelViewerOdometer,
.headerToolStatsChannelViewerRecordOdometer,
.headerToolStatsHSPlayerCountOdometer,
.headerToolStatsHSPlayerMaxCountOdometer,
.headerToolStatsChannelCurrentStreaming,
.headerToolStatsChannelMaxStreaming {
  margin-top: -11px;
  margin-bottom: -9px;
  line-height: 18px !important;
  font-family: unset !important;
}
.headerToolStatsChannelMaxStreaming,
.headerToolStatsChannelViewerRecordOdometer,
.headerToolStatsHSPlayerMaxCountOdometer {
  opacity: 0.6;
  font-size: 10px;
}

.listView {
  display: grid;
}
.listView .singleChannelListOnline {
  height: 135px !important;
}
.listView .channelContentBottom {
  display: inline-block !important;
  width: auto !important;
  height: 0px !important;
  margin-top: -10px !important;
  margin-left: -8px !important;
}
.listView .channelContentTop {
  display: inline-block !important;
}
.listView .channelThumbnail {
  margin: -202px 0 0 -68px !important;
}
.listView .channelThumbnailIcon {
  margin: -135px 0 0 -68px !important;
}
.listView .thumbnailLoader {
  margin: -96px 0 0 43px !important;
}
.listView .channelLabelText {
  top: -195px !important;
}
.listView .channelLabel {
  top: -11px !important;
  width: 650px !important;
}
.listView .channelViewer {
  top: -40px !important;
  left: -58px !important;
}
.listView .channelTitle {
  width: auto !important;
  width: 649px !important;
  display: table !important;
  text-wrap: unset !important;
  max-height: 75px !important;
}
.listView .channelTitleInner {
  height: 40px !important;
  overflow: hidden !important;
}
.listView .channelNameOnline {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
}
.listView .channelTags {
  width: 575px !important;
  bottom: 53px !important;
}
.listView .channelUptime {
  top: -71px !important;
  left: 68px !important;
}
.listView .channelNew {
  top: -202px !important;
}

.listView .channelOfficial {
  top: -202px !important;
}
.listView .channelFollower {
  bottom: 21px !important;
}
.listView .channelExtraIconSection {
  -webkit-transform: translateY(140px) !important;
  transform: translateY(140px) !important;
  margin-left: 660px !important;
}
.listView .channelRaidButton {
  right: 680px !important;
}
.listView .confirmPushToBlacklist {
  margin-left: 0px !important;
  margin-top: 140px !important;
}
.listView .pinnedChannelListHeadline {
  position: relative;
  margin: auto;
  margin-top: -37px;
}
.listView .singleChannelListOnlinePinned {
  margin-top: -15px !important;
  margin-bottom: 15px !important;
}
