.clearFix:after {
  content: "";
  display: table;
  clear: both;
}

a.scSDPContentAreaAutoLoaderLink:hover, .scSDPContentAreaAutoLoaderLink {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  transition: 0.2s;
}

.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;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(2px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 99001;
  overflow: hidden;
  top: 0px;
  transition: 0.2s;
}
.scSDP.scSDPLeftSide {
  right: inherit;
  left: -200%;
}
.scSDP.scSDPLeftSide .scSDPInner .scSDPTitle .scSDPClose, .scSDP.scSDPLeftSide .scSDPInner .scSDPTitle .scSDPCloseAlternative {
  left: initial;
  right: 10px;
}
.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: #bbbbbb;
  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: #FECF00 !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;
}
.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;
}

.scSDPReplayBar {
  position: absolute;
  bottom: 0px;
  height: 3px;
  left: 75px;
  right: 0;
}

.scSDPReplayBarInner {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
}

.scSDPReplayBarOver {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
}

.scSCPWatchPercentage {
  font-weight: bold;
  letter-spacing: 2px;
  padding-left: 2px;
}

.scUserFollowRowTipAmount {
  font-size: 11px;
  line-height: 2;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}
.scUserFollowRowTipAmount i {
  font-size: 24px;
  line-height: 0;
  position: relative;
  top: 6px;
}
.scUserFollowRowTipAmount strong {
  font-size: 11px;
  line-height: 2;
  text-align: left;
  color: #FFFFFF;
  font-weight: normal;
}

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

@media (max-width: 374px) {
  .scSDP {
    width: 100%;
  }
  .scUserFollowRow .scUserFollowRowText {
    margin-right: 0;
  }
}
.scSDPLogin .scSDPLoginSignInText, .scSDPLogin .scSDPLoginSignUpText {
  display: none !important;
}
.scSDPLogin .scSDPLoginSignInText.active, .scSDPLogin .scSDPLoginSignUpText.active {
  display: inline !important;
}
.scSDPLogin .scSDPContentArea {
  top: 40px;
  padding-top: 15px;
}
.scSDPLogin .scSDPContentArea .loginLogo {
  height: 100px;
  display: block;
  margin: 0 auto 15px;
}
.scSDPLogin .scSDPContentArea p {
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  text-transform: none;
  text-align: center;
  margin-bottom: 15px;
}
.scSDPLogin .scSDPContentArea h3 {
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 1.78px;
  text-align: center;
  line-height: 20px;
  text-transform: uppercase;
}
.scSDPLogin .scSDPContentArea h3.signIn {
  margin-bottom: 15px;
}

.scSDPLoginEmail .scSDPLoginSignInText, .scSDPLoginEmail .scSDPLoginSignUpText, .scSDPLoginPhone .scSDPLoginSignInText, .scSDPLoginPhone .scSDPLoginSignUpText, .scSDPLoginEmailVerify .scSDPLoginSignInText, .scSDPLoginEmailVerify .scSDPLoginSignUpText, .scSDPLoginPhoneVerify .scSDPLoginSignInText, .scSDPLoginPhoneVerify .scSDPLoginSignUpText {
  display: none !important;
}
.scSDPLoginEmail .scSDPLoginSignInText.active, .scSDPLoginEmail .scSDPLoginSignUpText.active, .scSDPLoginPhone .scSDPLoginSignInText.active, .scSDPLoginPhone .scSDPLoginSignUpText.active, .scSDPLoginEmailVerify .scSDPLoginSignInText.active, .scSDPLoginEmailVerify .scSDPLoginSignUpText.active, .scSDPLoginPhoneVerify .scSDPLoginSignInText.active, .scSDPLoginPhoneVerify .scSDPLoginSignUpText.active {
  display: inline !important;
}
.scSDPLoginEmail .scSDPContentArea, .scSDPLoginPhone .scSDPContentArea, .scSDPLoginEmailVerify .scSDPContentArea, .scSDPLoginPhoneVerify .scSDPContentArea {
  top: 70px;
  padding-top: 0px;
}
.scSDPLoginEmail .scSDPContentArea form, .scSDPLoginPhone .scSDPContentArea form, .scSDPLoginEmailVerify .scSDPContentArea form, .scSDPLoginPhoneVerify .scSDPContentArea form {
  margin-bottom: 30px;
}
.scSDPLoginEmail .scSDPContentArea .logoIcon, .scSDPLoginPhone .scSDPContentArea .logoIcon, .scSDPLoginEmailVerify .scSDPContentArea .logoIcon, .scSDPLoginPhoneVerify .scSDPContentArea .logoIcon {
  text-align: center;
  padding-bottom: 30px;
  color: #FFFFFF;
  line-height: 0px;
}
.scSDPLoginEmail .scSDPContentArea .logoIcon i, .scSDPLoginPhone .scSDPContentArea .logoIcon i, .scSDPLoginEmailVerify .scSDPContentArea .logoIcon i, .scSDPLoginPhoneVerify .scSDPContentArea .logoIcon i {
  font-size: 100px;
  line-height: 100px;
}
.scSDPLoginEmail .scSDPContentArea h3, .scSDPLoginPhone .scSDPContentArea h3, .scSDPLoginEmailVerify .scSDPContentArea h3, .scSDPLoginPhoneVerify .scSDPContentArea h3 {
  font-weight: 700;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 1.83px;
  text-align: center;
  line-height: 10px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.scSDPLoginEmail .scSDPContentArea h3.error, .scSDPLoginPhone .scSDPContentArea h3.error, .scSDPLoginEmailVerify .scSDPContentArea h3.error, .scSDPLoginPhoneVerify .scSDPContentArea h3.error {
  color: #F71E33;
}
.scSDPLoginEmail .scSDPContentArea p, .scSDPLoginPhone .scSDPContentArea p, .scSDPLoginEmailVerify .scSDPContentArea p, .scSDPLoginPhoneVerify .scSDPContentArea p {
  font-weight: 400;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  margin-bottom: 30px;
  padding: 0px;
}
.scSDPLoginEmail .scSDPContentArea .scButton, .scSDPLoginPhone .scSDPContentArea .scButton, .scSDPLoginEmailVerify .scSDPContentArea .scButton, .scSDPLoginPhoneVerify .scSDPContentArea .scButton {
  width: 100%;
  margin: 0px;
  margin-bottom: 10px;
}
.scSDPLoginEmail .scSDPContentArea input, .scSDPLoginPhone .scSDPContentArea input, .scSDPLoginEmailVerify .scSDPContentArea input, .scSDPLoginPhoneVerify .scSDPContentArea input {
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: none;
  line-height: 12px;
  padding-left: 20px;
  display: block;
  padding-top: 5px;
  margin-right: 10px;
  box-sizing: border-box;
  text-align: center;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  padding-left: 10px;
  text-align: center;
  background: transparent;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  line-height: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 0px;
  font-size: 14px;
}
.scSDPLoginEmail .scSDPContentArea input.error, .scSDPLoginPhone .scSDPContentArea input.error, .scSDPLoginEmailVerify .scSDPContentArea input.error, .scSDPLoginPhoneVerify .scSDPContentArea input.error {
  border-color: #F71E33;
}

.scSDPMore .scSDPMoreOwner, .scSDPMoreProfile .scSDPMoreOwner {
  height: 70px;
  position: relative;
  padding-left: 45px;
  padding-right: 85px;
}
.scSDPMore .scSDPMoreOwner a.profileBlock, .scSDPMoreProfile .scSDPMoreOwner a.profileBlock {
  position: absolute;
  left: -5px;
  top: 0px;
  bottom: 0px;
  width: 200px;
}
.scSDPMore .scSDPMoreOwner img, .scSDPMoreProfile .scSDPMoreOwner img {
  position: absolute;
  left: -5px;
  top: 15px;
  height: 40px;
  width: 40px;
  border-radius: 100px;
}
.scSDPMore .scSDPMoreOwner span, .scSDPMoreProfile .scSDPMoreOwner span {
  position: absolute;
  font-size: 13px;
  font-style: normal;
  font-stretch: normal;
  line-height: 14px;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  left: 45px;
  right: 85px;
}
.scSDPMore .scSDPMoreOwner span.scSDPMoreName, .scSDPMoreProfile .scSDPMoreOwner span.scSDPMoreName {
  text-transform: none;
  top: 18px;
  font-weight: bold;
}
.scSDPMore .scSDPMoreOwner span.scSDPMoreUsername, .scSDPMoreProfile .scSDPMoreOwner span.scSDPMoreUsername {
  text-transform: none;
  font-weight: normal;
  top: 36px;
  letter-spacing: 0;
}
.scSDPMore .scSDPMoreOwner .borderLine, .scSDPMoreProfile .scSDPMoreOwner .borderLine {
  position: absolute;
  right: -15px;
  left: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
  bottom: 0;
}
.scSDPMore .scSDPMoreOwner a.scButtonBadge, .scSDPMoreProfile .scSDPMoreOwner a.scButtonBadge {
  position: absolute;
  right: 0;
  top: 22px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
}
.scSDPMore.scSDPInner .scSDPContentArea, .scSDPMoreProfile.scSDPInner .scSDPContentArea {
  top: 40px;
  margin-top: 0;
  padding-top: 0;
}

a.scSDPContentAreaAutoLoaderLink.active {
  color: #FFFFFF;
}

.scSDPAudio.scSDPInner .scSDPContentArea {
  top: 60px;
}
.scSDPAudio.scSDPInner .scSDPContentArea .icon {
  float: left;
}
.scSDPAudio.scSDPInner .scSDPContentArea .icon i {
  color: #FFFFFF;
  font-size: 30px;
  margin-right: 15px;
}
.scSDPAudio.scSDPInner .scSDPContentArea .description {
  float: left;
  width: 236px;
}
.scSDPAudio.scSDPInner .scSDPContentArea .description strong {
  display: block;
  font-size: 11px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: 2px;
  color: #FFFFFF;
  margin-top: 3px;
  text-transform: uppercase;
}
.scSDPAudio.scSDPInner .scSDPContentArea .description p {
  font-size: 11px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #FFFFFF;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.scSDPAudio.scSDPInner .scSDPContentArea .switchWrapper {
  float: right;
}
.scSDPAudio.scSDPInner .slider {
  border: solid 1px rgba(255, 255, 255, 0.3);
  background: transparent;
}
.scSDPAudio.scSDPInner input:checked + .slider {
  background-color: #158EFC;
  border-color: #158EFC;
}

.scUserFollowRow .scUserFollowRowText {
  margin-left: 65px;
}

/* profileShare */
.scSDPShareProfile.scSDPInner .scSDPContentArea, .scSDPSharePodcast.scSDPInner .scSDPContentArea, .scSDPSharePodcastEpisode.scSDPInner .scSDPContentArea {
  line-height: 0px;
  top: 40px;
  padding: 30px 15px 0px;
}
.scSDPShareProfile.scSDPInner .scSDPContentArea img.sharePicture, .scSDPSharePodcast.scSDPInner .scSDPContentArea img.sharePicture, .scSDPSharePodcastEpisode.scSDPInner .scSDPContentArea img.sharePicture {
  width: 100%;
  margin-bottom: 30px;
}
.scSDPShareProfile.scSDPInner .scSDPContentArea .scForm, .scSDPSharePodcast.scSDPInner .scSDPContentArea .scForm, .scSDPSharePodcastEpisode.scSDPInner .scSDPContentArea .scForm {
  margin-top: 0px;
  padding-top: 20px;
}
.scSDPShareProfile.scSDPInner .scSDPContentArea .scForm input, .scSDPSharePodcast.scSDPInner .scSDPContentArea .scForm input, .scSDPSharePodcastEpisode.scSDPInner .scSDPContentArea .scForm input {
  font-weight: 300;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
}
.scSDPShareProfile.scSDPInner .scSDPContentArea .scButtonSquare:last-child, .scSDPSharePodcast.scSDPInner .scSDPContentArea .scButtonSquare:last-child, .scSDPSharePodcastEpisode.scSDPInner .scSDPContentArea .scButtonSquare:last-child {
  margin-bottom: 0px;
}
.scSDPShareProfile.scSDPInner .scSDPContentArea .scForm, .scSDPSharePodcast.scSDPInner .scSDPContentArea .scForm, .scSDPSharePodcastEpisode.scSDPInner .scSDPContentArea .scForm {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  position: relative;
}
.scSDPShareProfile.scSDPInner .scSDPContentArea .scForm .scButton, .scSDPSharePodcast.scSDPInner .scSDPContentArea .scForm .scButton, .scSDPSharePodcastEpisode.scSDPInner .scSDPContentArea .scForm .scButton {
  position: absolute;
  right: 0px;
  bottom: 13px;
  min-width: 60px;
  max-width: 60px;
  width: 60px;
}

/* end share profile */
.scSDPShare .scSDPContentArea {
  top: 40px;
}
.scSDPShare .left {
  position: relative;
  padding-top: 130px;
  padding-bottom: 10px;
  text-align: center;
  margin-top: 30px;
  line-height: 0px;
}
.scSDPShare .left i {
  font-size: 30px;
  cursor: pointer;
}
.scSDPShare .left i.pip {
  font-size: 20px;
  position: relative;
  top: 5px;
  transition: 0.2s;
  color: rgba(255, 255, 255, 0.3);
}
.scSDPShare .left i.pip.active {
  color: #FFFFFF;
}
.scSDPShare .left .scSDPShareSelectorOuter {
  height: 30px;
  text-align: center;
}
.scSDPShare .left .scSDPShareSelector {
  display: inline-block;
}
.scSDPShare .left .scSDPShareSelector i {
  float: left;
}
.scSDPShare .left .scSDPShareSelector::-moz-selection {
  background: transparent;
}
.scSDPShare .left .scSDPShareSelector::selection {
  background: transparent;
}
.scSDPShare .left i::-moz-selection {
  background: transparent;
}
.scSDPShare .left i::selection {
  background: transparent;
}
.scSDPShare .left .shareThumb img {
  position: absolute;
  top: 0;
  left: 50%;
  height: 120px;
  width: 213px;
  margin-left: -106px;
  z-index: 2;
  transition: 0.2s;
}
.scSDPShare .left .shareThumb img.center {
  z-index: 3;
}
.scSDPShare .left .shareThumb img.l1 {
  height: 80px;
  width: 142px;
  top: 20px;
  margin-left: 0px;
  right: inherit;
  left: 30px;
}
.scSDPShare .left .shareThumb img.r1 {
  height: 80px;
  width: 142px;
  top: 20px;
  margin-left: 0px;
  left: inherit;
  right: 30px;
}
.scSDPShare .right {
  position: relative;
}
.scSDPShare .left::-moz-selection {
  background: transparent;
}
.scSDPShare .left::selection {
  background: transparent;
}
.scSDPShare .linkBoxV2 {
  position: relative;
}
.scSDPShare .linkBoxV2 label, .scSDPShare .linkBoxV2 .urlHint {
  font-weight: 700;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 1.83px;
  line-height: 10px;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
  position: relative;
}
.scSDPShare .linkBoxV2 input[type=text] {
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: none;
  line-height: 12px;
  padding-left: 20px;
  display: block;
  padding-top: 5px;
  margin-right: 10px;
  box-sizing: border-box;
  text-align: center;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  padding-left: 10px;
  text-align: center;
  background: transparent;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  line-height: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 0px;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  text-align: left;
}
.scSDPShare .linkBoxV2 .scButtonBadge {
  position: absolute;
  right: 0;
  bottom: 13px;
  min-width: 50px;
}
.scSDPShare.scSDPInner .scSDPContentArea {
  top: 40px;
  padding-top: 0px;
}

.scSDPEventStreams.scSDPInner .scSDPContentArea, .scSDPOtherCommentators.scSDPInner .scSDPContentArea {
  top: 40px;
}
.scSDPEventStreams .vsArea .away h3, .scSDPEventStreams .vsArea .home h3, .scSDPOtherCommentators .vsArea .away h3, .scSDPOtherCommentators .vsArea .home h3 {
  color: rgba(255, 255, 255, 0.5);
}
.scSDPEventStreams .vsArea .away h4, .scSDPEventStreams .vsArea .home h4, .scSDPOtherCommentators .vsArea .away h4, .scSDPOtherCommentators .vsArea .home h4 {
  color: #FFFFFF;
}
.scSDPEventStreams .vsArea .away.loser img, .scSDPEventStreams .vsArea .home.loser img, .scSDPOtherCommentators .vsArea .away.loser img, .scSDPOtherCommentators .vsArea .home.loser img {
  opacity: 0.3;
}
.scSDPEventStreams .vsArea .away.loser h3, .scSDPEventStreams .vsArea .away.loser h4, .scSDPEventStreams .vsArea .home.loser h3, .scSDPEventStreams .vsArea .home.loser h4, .scSDPOtherCommentators .vsArea .away.loser h3, .scSDPOtherCommentators .vsArea .away.loser h4, .scSDPOtherCommentators .vsArea .home.loser h3, .scSDPOtherCommentators .vsArea .home.loser h4 {
  color: rgba(255, 255, 255, 0.5);
}
.scSDPEventStreams .vsArea .away.winner h3, .scSDPEventStreams .vsArea .away.winner h4, .scSDPEventStreams .vsArea .home.winner h3, .scSDPEventStreams .vsArea .home.winner h4, .scSDPOtherCommentators .vsArea .away.winner h3, .scSDPOtherCommentators .vsArea .away.winner h4, .scSDPOtherCommentators .vsArea .home.winner h3, .scSDPOtherCommentators .vsArea .home.winner h4 {
  color: #FFFFFF;
}
.scSDPEventStreams .scStreamItemCondensed:first-child, .scSDPOtherCommentators .scStreamItemCondensed:first-child {
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.scSDPEventBullets {
  color: #FFFFFF;
}
.scSDPEventBullets .scSDPContentArea.scSDPNoTabBar {
  top: 40px;
  padding-top: 0px;
}
.scSDPEventBullets .poweredBy {
  position: relative;
  line-height: 51px;
  height: 50px;
  overflow: hidden;
  padding: 0px 0px;
  text-align: center;
  font-weight: 700;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 1.83px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: -15px;
  margin-right: -15px;
}
.scSDPEventBullets .poweredBy img {
  height: 20px;
  display: inline;
  position: relative;
  top: 6px;
  padding-left: 3px;
}
.scSDPEventBullets .vsArea {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  height: 160px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.scSDPEventBullets .vsArea i {
  position: absolute;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.3);
  top: 35px;
  left: 50%;
  margin-left: -15px;
}
.scSDPEventBullets .vsArea img {
  height: 80px;
  padding-bottom: 5px;
}
.scSDPEventBullets .vsArea .away, .scSDPEventBullets .vsArea .home {
  width: 107px;
  position: absolute;
  top: 10px;
  text-align: center;
}
.scSDPEventBullets .vsArea .away h3, .scSDPEventBullets .vsArea .away h4, .scSDPEventBullets .vsArea .home h3, .scSDPEventBullets .vsArea .home h4 {
  font-weight: 700;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-align: center;
  line-height: 20px;
  text-align: center;
  padding-top: 0px;
  text-transform: uppercase;
  margin: 0px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.scSDPEventBullets .vsArea .away h4, .scSDPEventBullets .vsArea .home h4 {
  color: rgba(255, 255, 255, 0.5);
}
.scSDPEventBullets .vsArea .away {
  left: 36px;
}
.scSDPEventBullets .vsArea .home {
  right: 36px;
}
.scSDPEventBullets .item {
  position: relative;
  padding: 15px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.2s;
  cursor: pointer;
}
.scSDPEventBullets .item:last-child {
  border-bottom: 0px;
}
.scSDPEventBullets .item .controls {
  height: 20px;
  width: 20px;
  border: 1px solid white;
  position: absolute;
  top: 15px;
  left: 15px;
}
.scSDPEventBullets .item .controls i {
  opacity: 0;
  color: #FECF00;
  font-size: 20px;
  transition: 0.2s;
}
.scSDPEventBullets .item .text {
  padding-left: 50px;
  transition: 0.2s;
  font-style: italic;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: left;
  line-height: 20px;
}
.scSDPEventBullets .item.active .text {
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.5);
}
.scSDPEventBullets .item.active .controls i {
  opacity: 1;
}

.scSDPJoin .scSDPContentArea {
  top: 40px;
  margin-top: 30px;
  padding-top: 0px;
}
.scSDPJoin .profileUpload {
  position: relative;
  width: 120px;
  height: 120px;
  margin: auto;
  margin-bottom: 0px;
}
.scSDPJoin .profileUpload * {
  transition: 0.2s;
}
.scSDPJoin .profileUpload .profileImage {
  border-radius: 120px;
  border: 1px solid transparent;
}
.scSDPJoin .profileUpload .profileImage.bordered {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.scSDPJoin .profileUpload:hover .profileImage, .scSDPJoin .profileUpload.default .profileImage {
  opacity: 1;
}
.scSDPJoin .profileUpload i {
  position: absolute;
  font-size: 50px;
  line-height: 50px;
  left: 1px;
  top: 1px;
  opacity: 0.75;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 33px;
  cursor: pointer;
  color: #FFFFFF;
  border-radius: 100px;
  opacity: 1;
  border: 0px solid transparent !important;
  background: rgba(0, 0, 0, 0.5);
}
.scSDPJoin .profileUpload i.error {
  color: #F71E33;
}
.scSDPJoin label, .scSDPJoin .urlHint {
  font-weight: 700;
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 1.83px;
  line-height: 10px;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 30px;
  position: relative;
}
.scSDPJoin .urlHint span {
  display: inline-block;
}
.scSDPJoin label span {
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0;
  color: #F71E33;
  transition: 0.2s;
  pointer-events: none;
}
.scSDPJoin label i {
  position: absolute;
  right: 10px;
  top: 15px;
  opacity: 0;
  color: #F71E33;
  transition: 0.2s;
  font-size: 30px;
  pointer-events: none;
}
.scSDPJoin label.error span, .scSDPJoin label.error i {
  opacity: 1;
  pointer-events: none;
}
.scSDPJoin .urlHint {
  text-transform: none;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 0;
  text-align: left;
  line-height: 10px;
}
.scSDPJoin .urlHint span {
  color: #7AC943;
}
.scSDPJoin .urlHint span.error {
  color: #F71E33;
}
.scSDPJoin .notice {
  font-size: 11px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  margin-bottom: 30px;
}
.scSDPJoin .notice a {
  text-decoration: none;
  font-weight: 700;
  color: #FFFFFF;
}
.scSDPJoin a.scButton {
  margin: 0px;
  width: 100%;
}
.scSDPJoin input {
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid #FFFFFF;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: none;
  line-height: 12px;
  padding-left: 20px;
  display: block;
  padding-top: 5px;
  margin-right: 10px;
  box-sizing: border-box;
  text-align: center;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
  padding-left: 10px;
  text-align: center;
  background: transparent;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  line-height: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 0px;
  font-size: 14px;
  border-radius: 0px;
  text-align: left;
  padding-left: 10px;
}
.scSDPJoin input.error {
  border-color: #F71E33;
}

.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:first-child {
  margin-right: -30px;
  z-index: 1;
}
.scSDPSimple .scSDPContentArea .pictures i {
  font-size: 100px;
}
.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: 1.54;
  letter-spacing: normal;
  text-align: center;
}
.scSDPSimple .scSDPContentArea .buttons .scButton {
  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: #9E4CE6;
}
.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: #9E4CE6;
  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: #9E4CE6;
}
.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 */
