.scSDPWrapper {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99000;
}

.scSDP {
  position: fixed;
  right: -200%;
  width: 375px;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  z-index: 99001;
  overflow: hidden;
  top: 0px;
  background: rgba(0, 0, 0, 0.85);
  background: #111111;
  transition: 0.2s;
}
.scSDP.scSDPLeftSide {
  right: inherit;
  left: -200%;
}
.scSDP.scSDPLeftSide .scSDPInner .scSDPTitle .scSDPClose, .scSDP.scSDPLeftSide .scSDPInner .scSDPTitle .scSDPCloseAlternative {
  left: initial;
  right: 10px;
}
.scSDP .spinner {
  display: none;
}
.scSDP.belowNavBar {
  top: 50px;
  z-index: 79999;
}
.scSDP .scSDPInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  padding-top: 40px;
  display: none;
}
.scSDP .scSDPInner.scSDPActive {
  display: block;
}
.scSDP .scAvatar {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0;
  padding: 5px 0;
  border-radius: 0;
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
}
.scSDP .scAvatar img {
  border-radius: 100px;
  width: 50px;
  height: 50px;
}
.scSDP .scSDPMoreButtonRow {
  position: relative;
  height: 50px;
}
.scSDP .scSDPMoreButtonRow.scSDPCommentsRow {
  display: none;
}
.scSDP .scSDPMoreButtonRow.scSDPCommentsRow.enabled.active {
  display: block;
}
.scSDP .scSDPMoreButtonRow.eventBullets {
  cursor: pointer;
}
.scSDP .scSDPMoreButtonRow i {
  position: absolute;
  font-size: 30px;
  height: 30px;
  color: #FFFFFF;
  top: 10px;
  left: 0;
  transition: 0.2s;
}
.scSDP .scSDPMoreButtonRow i.scColorRed {
  color: #F71E33;
}
.scSDP .scSDPMoreButtonRow i.continue {
  left: inherit;
  right: 0;
}
.scSDP .scSDPMoreButtonRow .unmute {
  display: none;
}
.scSDP .scSDPMoreButtonRow.scSDPMoreMuteRow.active .unmute {
  display: inline-block;
}
.scSDP .scSDPMoreButtonRow.scSDPMoreMuteRow.active .mute {
  display: none;
}
.scSDP .scSDPMoreButtonRow.scSDPMoreMuteRow.active i:first-child {
  color: #F71E33;
}
.scSDP .scSDPMoreButtonRow.eventRelatedStreams {
  display: none;
}
.scSDP .scSDPMoreButtonRow.eventRelatedStreams.active {
  display: block;
}
.scSDP .scSDPMoreButtonRow a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.scSDP .scSDPMoreButtonRow > span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 8px;
  letter-spacing: 2px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-left: 45px;
  padding-top: 21px;
}
.scSDP .scSDPMoreButtonRow .borderLine {
  position: absolute;
  right: -15px;
  left: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
  bottom: 0;
}
.scSDP .scSDPMoreButtonRow .borderLine.top {
  top: 0px;
  bottom: inherit;
}
.scSDP .scSDPMoreButtonRow img {
  position: absolute;
  left: -5px;
  top: 5px;
  width: 40px;
  height: 40px;
}

.scSDPInner .scSDPTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 0;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 41px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.scSDPInner .scSDPTitle .scSDPClose, .scSDPInner .scSDPTitle .scSDPCloseAlternative {
  position: absolute;
  background: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.2s;
  width: 40px;
  height: 40px;
  left: inherit;
  right: inherit;
  left: 10px;
  top: 0;
  background: transparent;
  box-shadow: none;
  color: #FFFFFF;
}
.scSDPInner .scSDPTitle .scSDPClose i, .scSDPInner .scSDPTitle .scSDPCloseAlternative i {
  transition: opacity 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  color: #FFFFFF;
}
.scSDPInner .scSDPTitle .scSDPCrown {
  position: absolute;
  background: #FFFFFF;
  cursor: pointer;
  transition: opacity 0.2s;
  width: 40px;
  height: 40px;
  right: inherit;
  right: 10px;
  top: 0;
  background: transparent;
  box-shadow: none;
}
.scSDPInner .scSDPTitle .scSDPCrown i {
  transition: opacity 0.2s;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  color: rgba(255, 255, 255, 0.3);
  transition: 0.2s;
}
.scSDPInner .scSDPTitle .scSDPCrown i:hover {
  color: rgba(255, 255, 255, 0.5);
}
.scSDPInner .scSDPTitle .scSDPCrown.scSDPActive i {
  color: #13eaad !important;
}
.scSDPInner .scSDPTabBar {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.scSDPInner .scSDPTabBar .scTabs {
  margin: 0px;
  margin-top: 0;
  margin-bottom: 0;
}
.scSDPInner .scSDPContentArea {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #FFFFFF;
  padding: 10px 15px;
}
.scSDPInner .scSDPContentArea.scSDPNoTabBar {
  top: 70px;
}
.scSDPInner .scSDPContentArea .cardForm .inputRow {
  width: 100%;
}
.scSDPInner .scSDPContentArea .cardForm .inputRow.flexRow {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.scSDPInner .scSDPContentArea .cardForm .inputRow.flexRow .flex {
  flex: 1;
}
.scSDPInner .scSDPContentArea .cardForm .inputRow .inputWrapper {
  width: calc(50% - 7.5px);
}
.scSDPInner .scSDPContentArea .cardForm .inputRow .inputWrapper:first-child {
  margin-right: 15px;
}
.scSDPInner .scSDPContentArea .cardForm .inputWrapper {
  width: 100%;
}
.scSDPInner .scSDPContentArea .cardForm .updatePaymentMethod {
  margin-top: 30px;
}
.scSDPContentArea .scSDPContentAreaHeader {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  letter-spacing: 2px;
  text-align: center;
}
.scSDPContentArea .scSDPContentAreaAnonymousCount {
  padding-top: 20px;
}

.scSDPItem {
  margin-bottom: 10px;
  position: relative;
  min-height: 60px;
}
.scSDPItem .picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  overflow: hidden;
}
.scSDPItem .picture img {
  width: 60px;
  height: 60px;
}
.scSDPItem .picture .overlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  transition: 0.2s;
}
.scSDPItem .picture .overlay.clear {
  opacity: 0;
}
.scSDPItem .picture .overlay .day {
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
  color: #FFFFFF;
}
.scSDPItem .picture .overlay .month {
  display: block;
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  font-size: 11px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
}
.scSDPItem .picture.gift {
  right: 0;
  left: initial;
  border-radius: 0;
}
.scSDPItem .picture.gift i {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
}
.scSDPItem .data {
  margin-left: 75px;
  position: relative;
  font-size: 11px;
  line-height: 1.5;
  text-align: left;
  line-height: 2;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 55px;
  padding-top: 8px;
}
.scSDPItem .data a {
  color: #FFFFFF;
}
.scSDPItem .data.withGift {
  margin-right: 55px;
}
.scSDPItem .data span {
  white-space: nowrap;
  display: inline-block;
}
.scSDPItem .data span i {
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: 6px;
}
.scSDPItem .loadMore {
  color: rgba(0, 0, 0, 0.15);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin-top: 30px;
}
.scSDPItem .scAvatar {
  position: absolute;
  top: 0;
  left: 0;
}
.scSDPItem:hover .picture .overlay {
  opacity: 0;
}

.scSDP .scSDPInner.scSDPInfoToggle .scSDPContentArea {
  top: 40px;
  margin-top: 0px;
  padding-top: 0px;
}
.scSDP .scSDPInner.scSDPInfoToggle .scSDPContentArea > i {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  font-size: 100px;
  color: #FFFFFF;
  text-align: center;
}
.scSDP .scSDPInner.scSDPInfoToggle .scSDPContentArea span.off, .scSDP .scSDPInner.scSDPInfoToggle .scSDPContentArea span.on {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 1.83px;
  text-align: right;
  line-height: 10px;
  position: relative;
  top: -10px;
}
.scSDP .scSDPInner.scSDPInfoToggle .scSDPContentArea label {
  display: inline-block;
  padding-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  margin-right: 5px;
}
.scSDP .scSDPInner.scSDPInfoToggle .scSDPContentArea form {
  vertical-align: top;
  text-align: center;
  position: relative;
}
.scSDP .scSDPInner.scSDPInfoToggle .scSDPContentArea form input + .slider:before {
  left: 0;
}

.scSDPEmptyState {
  padding: 0 20px;
  text-align: center;
}
.scSDPEmptyState i {
  font-size: 70px;
}

@media (max-width: 374px) {
  .scSDP {
    width: 100%;
  }
}
.scSDPStandard .scSDPContentArea {
  /*
  			<div class="scSDPInner scSDPStandard scSDPDownloadFailed" url="" broadcast="" data-target="">
  			<div class="scSDPTitle">
  				Download Stream
  				<a href=# class="scSDPClose"><i class="material-icons">chevron_right</i></a>
  				{# <a href=# data-open=".scSDPLeaderboard" class="scSDPCrown"><i class="material-icons scColorYellow">tip_leader</i></a> #}
  			</div>
  			<div class="scSDPContentArea scSDPNoTabBar">
  				<i class="material-icons logo">download</i>
  				<h1 class="title">Encoding Failed</h1>
  				<p>
  					This video failed to encode. Please contact support if you would like to download it.
  				</p>
  				<a href="/contact" class="scButton scColorBackgroundRed">Contact Support</a>
  				<a href="#" class="scSDPMoreShare scButton scColorBackground30White">Share Stream Instead</a>
  			</div>
  		</div>
  		*/
  top: 40px !important;
}
.scSDPStandard .scSDPContentArea i.logo {
  font-size: 100px;
  line-height: 100px;
  text-align: center;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #FFFFFF;
}
.scSDPStandard .scSDPContentArea .title {
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.78px;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
}
.scSDPStandard .scSDPContentArea p {
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  padding: 0px;
  margin: 0 0 30px;
}
.scSDPStandard .scSDPContentArea .scButton {
  margin: 0px;
  margin-bottom: 10px;
  display: block;
}
.scSDPStandard .scSDPContentArea .logoImageBig {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}
.scSDPStandard .scSDPContentArea .logoImageBig img {
  max-width: 100%;
  max-height: 210px;
}
.scSDPStandard .scSDPContentArea textarea {
  margin-bottom: 30px;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
  border: 1px solid #FFFFFF;
  background: transparent;
  height: 100px;
  padding: 3px 5px;
}
.scSDPStandard .scSDPContentArea textarea.base {
  display: none;
}

.scSDPSimple .scSDPContentArea {
  top: 70px;
  padding-top: 0px;
}
.scSDPSimple .scSDPContentArea .pictures {
  text-align: center;
  margin-bottom: 20px;
}
.scSDPSimple .scSDPContentArea .pictures img {
  height: 100px;
  border-radius: 50px;
  z-index: 0;
  position: relative;
}
.scSDPSimple .scSDPContentArea .pictures img.logo {
  border-radius: 0;
  height: 60px;
}
.scSDPSimple .scSDPContentArea .pictures i {
  font-size: 100px;
}
.scSDPSimple .scSDPContentArea .avatarWrapper {
  margin: 0 auto 30px auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  width: 120px;
  height: 120px;
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.scSDPSimple .scSDPContentArea .avatarWrapper i {
  position: absolute;
  top: 35px;
  left: 35px;
  transition: 0.2s ease-in-out;
  color: rgba(255, 255, 255, 0.3);
}
.scSDPSimple .scSDPContentArea .avatarWrapper .imageDarken {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.scSDPSimple .scSDPContentArea .avatarWrapper:hover i, .scSDPSimple .scSDPContentArea .avatarWrapper:focus i {
  color: #FFFFFF;
}
.scSDPSimple .scSDPContentArea .avatarWrapper.filled .imageDarken {
  background: rgba(0, 0, 0, 0.5);
}
.scSDPSimple .scSDPContentArea .title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 15px;
}
.scSDPSimple .scSDPContentArea p {
  padding-bottom: 0px;
  margin-bottom: 30px;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
}
.scSDPSimple .scSDPContentArea .checkboxContainer {
  margin-top: 15px;
  margin-bottom: 30px;
}
.scSDPSimple .scSDPContentArea .radioWrapper,
.scSDPSimple .scSDPContentArea .checkboxWrapper {
  width: calc(100% - 12px);
}
.scSDPSimple .scSDPContentArea .inputWrapper .flexWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.scSDPSimple .scSDPContentArea .inputWrapper .labelWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.scSDPSimple .scSDPContentArea .inputWrapper .labelWrapper label {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.scSDPSimple .scSDPContentArea .inputWrapper .labelWrapper label.inputLabel {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scSDPSimple .scSDPContentArea .inputWrapper input {
  box-sizing: border-box;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 13px;
  margin: 0 5px 15px 0;
  height: 34px;
  padding: 0 10px;
  flex: 1;
}
.scSDPSimple .scSDPContentArea .inputWrapper input:hover, .scSDPSimple .scSDPContentArea .inputWrapper input:focus {
  border-color: #FFFFFF;
}
.scSDPSimple .scSDPContentArea .inputWrapper input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.scSDPSimple .scSDPContentArea .inputWrapper input[type=submit] {
  letter-spacing: 0;
  text-transform: none;
  line-height: 34px;
}
.scSDPSimple .scSDPContentArea .boxButton {
  margin: 0;
}
.scSDPSimple .scSDPContentArea .buttons .boxButton {
  display: block;
  margin: 0;
  margin-bottom: 10px;
}

/* Stream Leaderboards */
.scSDP .streamLeaderboardTabs {
  margin: -10px -15px 10px -15px;
}
.scSDP .streamLeaderboardTabs .scTab:hover {
  color: #FFFFFF !important;
}

.scSDP .tabContent {
  display: none;
}
.scSDP .tabContent.active {
  display: block;
}
.scSDP .tabContent .triviaLeader {
  margin: 30px auto;
  width: 78px;
  height: 78px;
  border-radius: 78px;
  position: relative;
}
.scSDP .tabContent .triviaLeader .donutWrapper {
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
}
.scSDP .tabContent .triviaLeader .donutWrapper svg.donut {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.scSDP .tabContent .triviaLeader .donutWrapper svg.donut .donut-ring {
  stroke: rgba(255, 255, 255, 0.15);
}
.scSDP .tabContent .triviaLeader .donutWrapper svg.donut .progressBar {
  transform-origin: center;
  stroke: #8641f2;
}
.scSDP .tabContent .triviaLeader .donutWrapper svg.donut .progressBar.timeWarning {
  stroke: #F71E33;
}
.scSDP .tabContent .triviaLeader img {
  width: 70px;
  height: 70px;
  border-radius: 70px;
  margin: 4px;
}
.scSDP .tabContent .triviaLeaderOuter {
  margin: 30px 0 20px 0;
  width: 100%;
}
.scSDP .tabContent .triviaLeaderOuter .triviaLeader {
  margin-bottom: 0;
}
.scSDP .tabContent .triviaLeaderOuter .triviaLeader .leaderAvatar {
  width: 70px;
  height: 70px;
}
.scSDP .tabContent .triviaLeaderOuter h3 {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.scSDP .tabContent .triviaLeaderOuter h4 {
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0;
  margin: 0 -15px;
  padding: 0 0 30px 0;
  letter-spacing: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.scSDP .tabContent .triviaLeaderOuter h4 .triviaLeaderBadge {
  margin-right: 5px;
  background: #8641f2;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  border-radius: 100px;
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #FFFFFF;
}
.scSDP .tabContent .scSDPTriviaItem {
  position: relative;
  height: 70px;
}
.scSDP .tabContent .scSDPTriviaItem .picture {
  position: absolute;
  right: 0px;
  top: 5px;
}
.scSDP .tabContent .scSDPTriviaItem .picture img {
  width: 60px;
  height: 60px;
}
.scSDP .tabContent .scSDPTriviaItem .scAvatar {
  position: absolute;
  left: 0px;
  top: 5px;
  height: 60px;
  margin: 0px;
  padding: 0px;
}
.scSDP .tabContent .scSDPTriviaItem .scAvatar img {
  width: 60px;
  height: 60px;
}
.scSDP .tabContent .scSDPTriviaItem .scAvatar .purple {
  font-size: 14px !important;
  line-height: 20px !important;
  background: #8641f2;
}
.scSDP .tabContent .scSDPTriviaItem .crown {
  position: absolute;
  right: 0px;
  top: 5px;
}
.scSDP .tabContent .scSDPTriviaItem .crown img {
  height: 60px;
}
.scSDP .tabContent .scSDPTriviaItem .name {
  position: absolute;
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
  line-height: 20px;
  left: 75px;
  top: 15px;
}
.scSDP .tabContent .scSDPTriviaItem .name a {
  color: #FFFFFF;
  text-transform: none;
}
.scSDP .tabContent .scSDPTriviaItem .data {
  position: absolute;
  left: 75px;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
  line-height: 20px;
  top: 30px;
}
.scSDP .tabContent .scSDPTriviaItem .data a {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
}
.scSDP .tabContent .scSDPTriviaItem .data span {
  font-weight: 700;
}
.scSDP .tabContent .scSDPTriviaItem .data span.submitted {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.scSDP .tabContent .scSDPTriviaItem .data i {
  font-size: 20px;
  position: relative;
  top: 5px;
}

/*# sourceMappingURL=basic_dataPanel.css.map */
