#params {
  position: fixed;
  top: 55px;
  left: 5px;
  z-index: 999;
  margin: 0;
  padding: 0px;
}
#params .trigger {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 40px;
  background-color: #924399;
  border: 1px solid #433d59;
  margin: 2px;
  padding: 3px;
  border-radius: 50%;
}
#params .trigger:hover {
  cursor: pointer;
  background-color: #c07cc6;
  border-color: #716696;
}
#params .list {
  padding: 5px;
  background-color: #433d59;
  display: none;
}
#params .list p {
  margin: 0;
}
#params .list select {
  display: block;
}

#closeclips {
  text-align: right;
}
#closeclips:hover {
  cursor: zoom-out;
}

#streamers {
  float: left;
  width: 100%;
  font-size: 0;
  background-color: #433d59;
}
#streamers.clipsopened {
  width: calc(100% - 320px);
}
#streamers .streamer {
  margin: 2px;
  padding: 0;
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 7px;
  overflow: hidden;
  width: 400px;
  height: 225px;
  border: 1px solid #000;
  font-size: 14px;
}
#streamers .streamer.unknown {
  border: 1px solid red;
}
#streamers .streamer .launchicon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 12px;
  height: 12px;
  z-index: 800;
}
#streamers .streamer .thumb {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  transition-duration: 0.5s;
}
#streamers .streamer .thumb img {
  width: 100%;
  height: 100%;
}
#streamers .streamer:hover .thumb {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.2s;
}
#streamers .streamer .clickzone {
  z-index: 899;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#streamers .streamer .clickzone:hover {
  cursor: pointer;
}
#streamers .streamer .gicon {
  position: absolute;
  top: 62.5px;
  left: 0px;
  font-size: 20px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  text-align: left;
  opacity: 0.5;
  transition-property: opacity, left, top, width, height, transform;
  transition-duration: 0.5s;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
}
#streamers .streamer .gicon.txt {
  text-align: center;
  font-weight: bolder;
  font-size: 40px;
  line-height: 100px;
  color: white;
}
#streamers .streamer:hover .gicon {
  opacity: 0.8;
  left: 125px;
  top: 37.5px;
  width: 150px;
  height: 150px;
  transition-property: opacity, left, top, width, height, transform;
  transition-duration: 0.2s;
  transform: rotate(360deg);
}
#streamers .streamer .plate {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 24px;
  font-weight: bolder;
  margin: 0;
  margin-bottom: 5px;
  padding-left: 3px;
  padding-right: 3px;
  opacity: 1;
  transition-property: background-color;
  transition-duration: 0.5s;
}
#streamers .streamer .plate small {
  font-size: 60%;
}
#streamers .streamer:hover .plate {
  background-color: rgb(0, 0, 0);
  transition-property: background-color;
  transition-duration: 0.2s;
}
#streamers .streamer .checkbox {
  z-index: 900;
  position: absolute;
  display: inline-block;
  bottom: 25px;
  right: 3px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background-image: url("../img/checkbox-0.5.svg");
  opacity: 0.5;
  background-size: cover;
}
#streamers .streamer .checkbox:hover {
  opacity: 0.8;
  cursor: pointer;
}
#streamers .streamer .checkbox.checked {
  background-image: url("../img/checkbox-1.svg");
  opacity: 1;
}
#streamers .streamer .openclips {
  z-index: 900;
  position: absolute;
  bottom: 67px;
  right: 3px;
  width: 40px;
  height: 40px;
  margin: 0;
}
#streamers .streamer .openclips img {
  width: 40px;
  height: 40px;
}
#streamers .streamer .openclips a {
  text-decoration: none;
}
#streamers .streamer .openclips:hover a {
  cursor: zoom-in;
}
#streamers .streamer .groupinfo {
  z-index: 900;
  position: absolute;
  bottom: 109px;
  right: 3px;
  padding: 0;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 7px;
  background-color: rgb(136, 89, 227);
  background-color: linear-gradient(180deg, rgb(136, 89, 227) 0%, rgb(103, 67, 171) 100%);
}
#streamers .streamer .groupinfo:hover {
  cursor: pointer;
}
#streamers .streamer .wikiinfo {
  z-index: 900;
  position: absolute;
  bottom: 151px;
  right: 3px;
  padding: 0;
  width: 40px;
  height: 40px;
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 7px;
  background-color: rgb(136, 89, 227);
  background-color: linear-gradient(180deg, rgb(136, 89, 227) 0%, rgb(103, 67, 171) 100%);
}
#streamers .streamer .wikiinfo:hover {
  cursor: pointer;
}
#streamers .streamer .sidebtn {
  opacity: 0.6;
}
#streamers .streamer .sidebtn.unknown {
  opacity: 0.3;
  background-color: rgb(126, 126, 126);
}
#streamers .streamer .sidebtn:hover {
  opacity: 1;
}
#streamers .streamer .sidebtn:hover.unknown {
  opacity: 0.5;
}
#streamers .streamer .streamernfo {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 24px;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  margin: 0;
  transition-property: background-color;
  transition-duration: 0.5s;
}
#streamers .streamer .streamernfo .streamername {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: left;
  padding-left: 5px;
  z-index: 900;
}
#streamers .streamer .streamernfo .streamername a {
  text-decoration: none;
  color: inherit;
}
#streamers .streamer .streamernfo .streamername a:hover {
  background-color: #433d59;
  border-radius: 3px;
  padding-left: 2px;
  padding-right: 2px;
}
#streamers .streamer .streamernfo .streamername .twitch {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 2px;
}
#streamers .streamer .streamernfo .viewers {
  position: absolute;
  text-align: right;
  bottom: 0px;
  right: 0px;
  font-size: 14px;
  padding-right: 5px;
}
#streamers .streamer:hover .streamernfo {
  background-color: rgb(0, 0, 0);
  transition-property: background-color;
  transition-duration: 0.2s;
}
#streamers.hidegicon .streamer .gicon {
  display: none;
}
#streamers.forcehidegicon .streamer .gicon {
  display: none !important;
}
#streamers .streamer .grouptxt {
  display: none;
}
#streamers.hidegicon .streamer .grouptxt {
  display: inline-block;
}
#streamers.forcehidegicon .streamer .grouptxt {
  display: inline-block !important;
}
#streamers.thumbl .streamer {
  width: 600px;
  height: 337px;
  margin: 3px;
}
#streamers.thumbl .streamer .sidebtn {
  width: 64px;
  height: 64px;
}
#streamers.thumbl .streamer .checkbox {
  width: 64px;
  height: 64px;
  bottom: 36px;
}
#streamers.thumbl .streamer .openclips {
  bottom: 100px;
}
#streamers.thumbl .streamer .openclips img {
  width: 64px;
  height: 64px;
}
#streamers.thumbl .streamer .groupinfo {
  bottom: 170px;
}
#streamers.thumbl .streamer .wikiinfo {
  bottom: 240px;
}
#streamers.thumbl .streamer .gicon {
  top: 93.5px;
  width: 150px;
  height: 150px;
}
#streamers.thumbl .streamer:hover .gicon {
  width: 224.6666666667px;
  height: 224.6666666667px;
  left: 187.6666666667px;
  top: 56.1666666667px;
}
#streamers.thumbl .streamer .plate, #streamers.thumbl .streamer .streamernfo {
  line-height: 30px;
  height: 30px;
}
#streamers.thumbl .streamer .plate, #streamers.thumbl .streamer .streamernfo .streamername, #streamers.thumbl .streamer .streamernfo .viewers {
  font-size: 24px;
}
#streamers.thumbl .streamer .tipcounter {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 28px;
}
#streamers.thumbl .streamer:hover .launchtxt {
  top: calc(100% - 30px - 30px);
}
#streamers.thumbm .streamer {
  width: 400px;
  height: 225px;
}
#streamers.thumbs .streamer {
  width: 320px;
  height: 180px;
  margin: 0px;
}
#streamers.thumbs .streamer .sidebtn {
  width: 30px;
  height: 30px;
}
#streamers.thumbs .streamer .checkbox {
  width: 30px;
  height: 30px;
  bottom: 23px;
}
#streamers.thumbs .streamer .openclips {
  bottom: 53px;
}
#streamers.thumbs .streamer .openclips img {
  width: 30px;
  height: 30px;
}
#streamers.thumbs .streamer .groupinfo {
  bottom: 86px;
}
#streamers.thumbs .streamer .wikiinfo {
  bottom: 119px;
}
#streamers.thumbs .streamer .gicon {
  top: 50px;
  width: 80px;
  height: 80px;
}
#streamers.thumbs .streamer:hover .gicon {
  width: 120px;
  height: 120px;
  left: 100px;
  top: 30px;
}
#streamers.thumbs .streamer .plate, #streamers.thumbs .streamer .streamernfo {
  height: 20px;
}
#streamers.thumbs .streamer .plate, #streamers.thumbs .streamer .streamernfo .streamername, #streamers.thumbs .streamer .streamernfo .viewers {
  line-height: 20px;
  font-size: 12px;
}
#streamers.thumbs .streamer .tipcounter {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
}
#streamers.thumbs .streamer:hover .launchtxt {
  top: calc(100% - 30px - 20px);
}
#streamers #online {
  margin: 0;
  color: #c07cc6;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.tipcounter {
  opacity: 0;
  position: absolute;
  left: -2px;
  bottom: -1px;
  background-color: red;
  color: #FFF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  font-weight: bolder;
  text-decoration: none;
}

.loading {
  background-image: url("../img/loading.svg");
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
}

.bottombutton {
  border-radius: 5px;
  border: none;
  color: white;
  font-size: 20px;
  line-height: 26px;
  height: 30px;
  transition: background-color 0.1s linear;
}
.bottombutton:hover {
  cursor: pointer;
}

#multibutton {
  width: calc(100% - 60px);
  background-color: #924399;
  font-size: 16px;
  line-height: 30px;
}
#multibutton:hover {
  background-color: #af59b6;
}

#selectallbutton {
  width: 30px;
  background-color: rgb(15, 124, 47);
}
#selectallbutton:hover {
  background-color: #129338;
}

#unselectallbutton {
  width: 30px;
  background-color: rgb(167, 60, 60);
}
#unselectallbutton:hover {
  background-color: #ba4343;
}

p.warnplayers {
  opacity: 0.5;
  margin: 0;
  padding: 5px;
  color: #fec866;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}
p.warnplayers img {
  height: 20px;
  width: auto;
  vertical-align: middle;
}

p.infoviewer {
  opacity: 0.5;
  margin: 0;
  padding: 5px;
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
}

#clips {
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 901;
  overflow: auto;
  padding-top: 3px;
  background-color: black;
  height: calc(100vh - 35px);
}
#clips.opened {
  width: 320px;
}

h1.clitptitle {
  margin: 0;
  padding: 0;
  padding-left: 5px;
  text-align: left;
  font-weight: thin;
  font-size: 20px;
  line-height: 22px;
}
h1.clitptitle #closeclips {
  text-align: right;
  float: right;
}

#clipstimeline {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-left: 5px;
}

/* Timeline Container */
.timeline {
  margin: 10px auto;
  padding: 0px;
}

/* clip container */
.clip {
  position: relative;
  max-width: 600px;
}

.clip .thumbclip {
  position: relative;
}
.clip .thumbclip a {
  color: #FFF;
  text-decoration: none;
}
.clip .thumbclip img.thumb {
  width: 250px;
  height: 140px;
}
.clip .thumbclip:hover {
  cursor: pointer;
}
.clip .thumbclip .plate {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 16px;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFF;
  line-height: 16px;
  margin: 0;
  transition-property: background-color;
  transition-duration: 0.5s;
}
.clip .thumbclip .plate .name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: left;
  padding-left: 5px;
  max-width: 185px;
  height: 16px;
  overflow: hidden;
}
.clip .thumbclip .plate .viewers {
  position: absolute;
  text-align: right;
  bottom: 0px;
  right: 0px;
  font-size: 12px;
  padding-right: 5px;
}

/* setting padding based on even or odd */
.clip:nth-child(odd) {
  padding: 20px 0 20px 20px;
}

.clip:nth-child(even) {
  padding: 20px 20px 20px 0;
}

/* Global ::before */
.clip::before {
  top: 1px;
  pointer-events: none;
  content: "";
  position: absolute;
  width: 50%;
  border: solid #924399;
}

/* Setting the border of top, bottom, left */
.clip:nth-child(odd)::before {
  left: 0px;
  top: -5.5px;
  bottom: -5.5px;
  border-width: 5px 0 5px 5px;
  border-radius: 25px 0 0 25px;
}

/* Setting the top and bottom to "-5px" because earlier it was out of a pixel in mobile devices */
@media only screen and (max-width: 400px) {
  .clip:nth-child(odd)::before {
    top: -5px;
    bottom: -5px;
  }
}
/* Setting the border of top, bottom, right */
.clip:nth-child(even)::before {
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 5px 5px 5px 0;
  border-radius: 0 25px 25px 0;
}

/* Removing the border if it is the first clip */
.clip:first-child::before {
  border-top: 0;
  border-top-left-radius: 0;
}

/* Removing the border if it is the last clip and it's odd */
.clip:last-child:nth-child(odd)::before {
  border-bottom: 0;
  border-bottom-left-radius: 0;
}

/* Removing the border if it is the last clip  and it's even */
.clip:last-child:nth-child(even)::before {
  border-bottom: 0;
  border-bottom-right-radius: 0;
}

/* Information about the timeline */
.info {
  display: flex;
  flex-direction: column;
  background: #433d59;
  color: gray;
  border-radius: 5px;
  padding: 5px;
  padding-top: 2px;
}

/* Title of the clip */
.title {
  color: #FFF;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 16px;
  font-size: 14px;
}
.title small {
  font-size: 12px;
  color: #999;
}

/* Timeline dot  */
.title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #FFF;
  border-radius: 999px;
  border: 3px solid #924399;
  top: 1px;
}

/* text right if the clip is even  */
.clip:nth-child(even) > .info > .title {
  text-align: right;
}

/* setting dot to the left if the clip is odd */
.clip:nth-child(odd) > .info > .title::before {
  left: -30px;
}

/* setting dot to the right if the clip is odd */
.clip:nth-child(even) > .info > .title::before {
  right: -30px;
}

#timer {
  z-index: 9999;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: rgba(0, 192, 0, 0.5);
  transition: width 1s linear;
}

.cliplink {
  background-color: #924399;
  font-size: 16px;
  line-height: 30px;
  border-radius: 5px;
  border: none;
  color: white;
  font-size: 14px;
  line-height: 20px;
  height: 30px;
  transition: background-color 0.1s linear;
  text-decoration: none;
  padding: 5px;
}
.cliplink:hover {
  cursor: pointer;
}/*# sourceMappingURL=live.css.map */