/* Note this is a theme file -- Only color css allowed here! */
/* Note this is a theme file -- Only color css allowed here! */
@import url(../../css/twemoji-sprite-1.css?c4df0605225e);
@import url(../../css/twemoji-sprite-2.css?d91d0c579235);
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
.userUpdatesPanel .twitterUpdateRow {
  background-color: #ffe5be;
  border-color: #dabb95; }
  .darkmode .userUpdatesPanel .twitterUpdateRow {
    background-color: #885336;
    border-color: #2A323F; }
  .userUpdatesPanel .twitterUpdateRow.uipExp {
    background-color: #fff;
    border-color: #F0F0F0; }
    .darkmode .userUpdatesPanel .twitterUpdateRow.uipExp {
      background-color: #2a2c2e;
      border-color: #1a1a1b; }
  .userUpdatesPanel .twitterUpdateRow .contentSection {
    color: #494949; }
    .darkmode .userUpdatesPanel .twitterUpdateRow .contentSection {
      color: #FFFFFF; }
  .userUpdatesPanel .twitterUpdateRow .timeSince {
    color: #7f7f7f; }
    .darkmode .userUpdatesPanel .twitterUpdateRow .timeSince {
      color: #B3B3B3; }
  .userUpdatesPanel .twitterUpdateRow .twitterLink, .userUpdatesPanel .twitterUpdateRow .tweetLink {
    color: #DC5500; }
    .darkmode .userUpdatesPanel .twitterUpdateRow .twitterLink, .darkmode .userUpdatesPanel .twitterUpdateRow .tweetLink {
      color: #68B5F0; }
  .userUpdatesPanel .twitterUpdateRow.seen {
    background-color: #efefef;
    border-color: #c1c1c1; }
    .userUpdatesPanel .twitterUpdateRow.seen.uipExp {
      background-color: #F8F9FA; }
    .darkmode .userUpdatesPanel .twitterUpdateRow.seen {
      background-color: #253441;
      border-color: #2A323F; }
    .darkmode .userUpdatesPanel .twitterUpdateRow.seen .contentSection {
      color: #B3B3B3; }
    .darkmode .userUpdatesPanel .twitterUpdateRow.seen .timeSince {
      color: #6E6F70; }

#UserUpdatesPanel {
  background-color: #ffffff;
  border-color: #2C6990; }
  .darkmode #UserUpdatesPanel {
    background-color: #1C2733;
    border-color: #1C2733;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5), 8px 0px 8px -8px rgba(0, 0, 0, 0.5), -8px 0px 8px -8px rgba(0, 0, 0, 0.5); }
  #UserUpdatesPanel .tab.active, #UserUpdatesPanel #updates-tab {
    color: #dc5500; }
    .darkmode #UserUpdatesPanel .tab.active, .darkmode #UserUpdatesPanel #updates-tab {
      color: #68B5F0; }
  #UserUpdatesPanel #tab-row {
    background-color: #747474; }
    .darkmode #UserUpdatesPanel #tab-row {
      background-color: #17202A; }
  #UserUpdatesPanel .feedbackLink {
    color: #DC5500; }
    .darkmode #UserUpdatesPanel .feedbackLink {
      color: #68B5F0; }

/* Note this is a theme file -- Only color css allowed here! */
#userInfoPanelMenuDropdownRoot #UserMenuDropDown {
  border-color: #2C6990; }
  .darkmode #userInfoPanelMenuDropdownRoot #UserMenuDropDown {
    border-color: #2D3E50; }

#userInfoPanelMenuDropdownRoot .dmSwitchCircle {
  background-color: #fff; }

#userInfoPanelMenuDropdownRoot .dmSwitch {
  background-color: #474747; }
  .darkmode #userInfoPanelMenuDropdownRoot .dmSwitch {
    background-color: #F47321; }

.dmListDropdownRoot {
  background-color: #FFF;
  border-color: #0C6A93; }
  .darkmode .dmListDropdownRoot {
    background-color: #202C39;
    border-color: #1C2733; }
  .dmListDropdownRoot .header {
    color: #49494F;
    border-bottom-color: #E0E0E0; }
    .darkmode .dmListDropdownRoot .header {
      color: #B3B3B3;
      border-bottom-color: #2D3E50; }
    .dmListDropdownRoot .header .popoutIcon {
      background: url(../../tsdefaultassets/popout.svg?fa74da7e69d7) no-repeat center; }
      .darkmode .dmListDropdownRoot .header .popoutIcon {
        background: url(../../tsdefaultassets/popout_darkmode.svg?4ed4b17ed080) no-repeat center; }
  .dmListDropdownRoot .sendDmPrompt {
    color: #222222; }
    .darkmode .dmListDropdownRoot .sendDmPrompt {
      color: #FFFFFF; }
  .dmListDropdownRoot .signupPrompt {
    color: #525252; }
    .darkmode .dmListDropdownRoot .signupPrompt {
      color: #B3B3B3; }
  .darkmode .dmListDropdownRoot .link {
    color: #68B5F0; }

/* Note this is a theme file -- Only color css allowed here! */
.noScrollbar {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */ }
  .noScrollbar br {
    display: none; }
  .noScrollbar::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
    /* Chrome/Safari/Webkit */ }

.dmWindow {
  background-color: #FFFFFF;
  color: #525252; }
  .darkmode .dmWindow {
    background-color: #202C39;
    color: #B3B3B3; }
  .dmWindow:not(.DmPopout .dmWindow) {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32); }
    .darkmode .dmWindow:not(.DmPopout .dmWindow) {
      box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32); }
  .dmWindow .dmWindowHeader {
    background-color: #F8F9FA;
    border-bottom-color: #EFEFEF; }
    .darkmode .dmWindow .dmWindowHeader {
      background-color: #17202A;
      border-bottom-color: #2A323F; }
    .dmWindow .dmWindowHeader.highlight:not(.noHighlight) {
      background-color: #E0E0E0; }
      .darkmode .dmWindow .dmWindowHeader.highlight:not(.noHighlight) {
        background-color: #1C2733; }
    .dmWindow .dmWindowHeader.loadedHighlight {
      animation-duration: 4s; }
      .dmWindow .dmWindowHeader.loadedHighlight:not(.darkmode .dmWindow .dmWindowHeader.loadedHighlight) {
        animation-name: color1; }

@keyframes color1 {
  0% {
    background-color: #D5EBF8; }
  80% {
    background-color: #D5EBF8; } }
      .darkmode .dmWindow .dmWindowHeader.loadedHighlight {
        animation-name: color2; }

@keyframes color2 {
  0% {
    background-color: #2D3E50; }
  80% {
    background-color: #2D3E50; } }
    .dmWindow .dmWindowHeader .button:hover {
      background-color: #C9C9C9; }
      .darkmode .dmWindow .dmWindowHeader .button:hover {
        background-color: #202C39; }
  .dmWindow .dmWindowMessage {
    color: #525252; }
    .darkmode .dmWindow .dmWindowMessage {
      color: #FFFFFF; }
    .dmWindow .dmWindowMessage .me {
      background-color: #D5EBF8; }
      .darkmode .dmWindow .dmWindowMessage .me {
        background-color: #303A42; }
    .dmWindow .dmWindowMessage .other {
      background-color: transparent;
      border-color: #A7A7A7; }
      .darkmode .dmWindow .dmWindowMessage .other {
        border-color: #6E6F70; }
  .dmWindow .logMessage .tipNotice {
    background-color: #FFFF33;
    color: #000000;
    border: none !important; }
  .dmWindow .timestamp {
    color: #525252; }
    .darkmode .dmWindow .timestamp {
      color: #B3B3B3; }
  .dmWindow .dmWindowInput {
    background-color: #F8F9FA;
    border-color: #EFEFEF; }
    .dmWindow .dmWindowInput textarea {
      background-color: transparent;
      color: #525252; }
      .darkmode .dmWindow .dmWindowInput textarea {
        color: #B3B3B3; }
    .darkmode .dmWindow .dmWindowInput {
      background-color: #202C39;
      border-color: #2D3E50; }
    .dmWindow .dmWindowInput .sendButton:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .dmWindow .dmWindowInput .sendButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .dmWindow .dmWindowInput .sendButton:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .dmWindow .dmWindowInput .sendButton:is(select) {
      background-color: #202C39; }
      .darkmode .dmWindow .dmWindowInput .sendButton:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .dmWindow .dmWindowInput .sendButton, .darkmode .dmWindow .dmWindowInput .sendButton {
      background-color: var(--wl-signup-bg-color, #F47321);
      color: #FFFFFF;
      border: 1px solid var(--wl-signup-bg-color, #CD5D26);
      border-radius: 4px; }
    .dmWindow .dmWindowInput .sendButton.disabled {
      opacity: .5; }
    .dmWindow .dmWindowInput .tipButton:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .dmWindow .dmWindowInput .tipButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .dmWindow .dmWindowInput .tipButton:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .dmWindow .dmWindowInput .tipButton:is(select) {
      background-color: #202C39; }
      .darkmode .dmWindow .dmWindowInput .tipButton:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .dmWindow .dmWindowInput .tipButton, .darkmode .dmWindow .dmWindowInput .tipButton {
      background-color: #009900;
      color: #FFFFFF;
      border: 1px solid #288A09;
      border-radius: 4px; }
  .dmWindow .dmWindowTipOverlay {
    background-color: #000000;
    opacity: .5; }
  .dmWindow .dmWindowTipCallout {
    background-color: #FFFFFF; }
    .darkmode .dmWindow .dmWindowTipCallout {
      background-color: #202C39; }
    .dmWindow .dmWindowTipCallout .titleBar {
      color: #306A91;
      background-color: #E0E0E0; }
      .darkmode .dmWindow .dmWindowTipCallout .titleBar {
        color: #68B5F0;
        background-color: #1C2733; }
    .dmWindow .dmWindowTipCallout .tokenBalance {
      color: #288A09; }
    .dmWindow .dmWindowTipCallout .tokenInputError {
      color: #CC0000; }
    .dmWindow .dmWindowTipCallout .purchaseLink {
      color: #306A91; }
      .darkmode .dmWindow .dmWindowTipCallout .purchaseLink {
        color: #68B5F0; }
  .dmWindow .tipInput, .dmWindow .tipMessage {
    border-color: #ACACAC;
    background-color: transparent; }
    .dmWindow .tipInput:focus, .dmWindow .tipMessage:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .dmWindow .tipInput:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])), .darkmode .dmWindow .tipMessage:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .dmWindow .tipInput:is(textarea, input, button):focus, .darkmode .dmWindow .tipMessage:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .dmWindow .tipInput:is(select), .darkmode .dmWindow .tipMessage:is(select) {
      background-color: #202C39; }
      .darkmode .dmWindow .tipInput:is(select):focus, .darkmode .dmWindow .tipMessage:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .darkmode .dmWindow .tipInput, .darkmode .dmWindow .tipMessage {
      border-color: #2D3E50;
      color: #FFFFFF; }
  .dmWindow .sendTipButton:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode .dmWindow .sendTipButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode .dmWindow .sendTipButton:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode .dmWindow .sendTipButton:is(select) {
    background-color: #202C39; }
    .darkmode .dmWindow .sendTipButton:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .dmWindow .sendTipButton, .darkmode .dmWindow .sendTipButton {
    background-color: #009900;
    color: #FFFFFF;
    border: 1px solid #288A09;
    border-radius: 4px; }
  .dmWindow .sendTipButton:disabled {
    opacity: .5; }

.dmWindow.collapsed .dmWindowHeader {
  background-color: #FFFFFF; }
  .darkmode .dmWindow.collapsed .dmWindowHeader {
    background-color: #202C39; }
  .dmWindow.collapsed .dmWindowHeader:hover {
    background-color: #E0E0E0; }
    .darkmode .dmWindow.collapsed .dmWindowHeader:hover {
      background-color: #1C2733; }

/* Note this is a theme file -- Only color css allowed here! */
.pmUcmContainer {
  background-color: #FFFFFF;
  border-color: #EFEFEF;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32);
  color: #525252; }
  .darkmode .pmUcmContainer {
    background-color: #202C39;
    border-color: #2A323F;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32);
    color: #B3B3B3; }
  .pmUcmContainer .pmUcmHeader {
    background-color: #F8F9FA;
    border-bottom-color: #EFEFEF; }
    .darkmode .pmUcmContainer .pmUcmHeader {
      background-color: #17202A;
      border-bottom-color: #2A323F; }
    .pmUcmContainer .pmUcmHeader .placeholder {
      background-color: #E0E0E0; }
      .darkmode .pmUcmContainer .pmUcmHeader .placeholder {
        background-color: #1C2733; }
    .pmUcmContainer .pmUcmHeader .ageIcon {
      color: #525252; }
      .darkmode .pmUcmContainer .pmUcmHeader .ageIcon {
        color: #B3B3B3; }
  .pmUcmContainer .pmUcmDescription {
    border-top-color: #EFEFEF; }
    .darkmode .pmUcmContainer .pmUcmDescription {
      border-top-color: #2A323F; }
  .pmUcmContainer .pmUcmLinks {
    border-top-color: #EFEFEF; }
    .darkmode .pmUcmContainer .pmUcmLinks {
      border-top-color: #2A323F; }
    .pmUcmContainer .pmUcmLinks .pmUcmLinkItem:hover {
      background-color: #F9E4D5; }
      .darkmode .pmUcmContainer .pmUcmLinks .pmUcmLinkItem:hover {
        background-color: #885336; }
    .pmUcmContainer .pmUcmLinks .pmUcmLinkItem .pmUcmPopoutIcon {
      background: url(../../tsdefaultassets/popout-grey-d.svg?5e3e40bb292b) no-repeat center; }
      .darkmode .pmUcmContainer .pmUcmLinks .pmUcmLinkItem .pmUcmPopoutIcon {
        background: url(../../tsdefaultassets/popout-grey.svg?37347d0904cf) no-repeat center; }
    .pmUcmContainer .pmUcmLinks .pmUcmLinkItem .pmUcmIgnoreIcon {
      background: url(../../tsdefaultassets/ignore-user-d.svg?02a8f1bed31a) no-repeat center; }
      .darkmode .pmUcmContainer .pmUcmLinks .pmUcmLinkItem .pmUcmIgnoreIcon {
        background: url(../../tsdefaultassets/ignore-user.svg?4ca83bc3b789) no-repeat center; }
    .pmUcmContainer .pmUcmLinks .pmUcmLinkItem .pmUcmReportIcon {
      background: url(../../tsdefaultassets/report-msg-d.svg?eb708f4209bb) no-repeat center; }
      .darkmode .pmUcmContainer .pmUcmLinks .pmUcmLinkItem .pmUcmReportIcon {
        background: url(../../tsdefaultassets/report-msg.svg?9f05fef58682) no-repeat center; }

/* Note this is a theme file -- Only color css allowed here! */
.cornerSurveyWrapper {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.16); }
  .cornerSurveyWrapper .cornerSurveyContainer {
    background-color: #FFFFFF;
    border-color: #EFEFEF; }
    .darkmode .cornerSurveyWrapper .cornerSurveyContainer {
      background-color: #1C2733;
      border-color: #17202A; }
    .cornerSurveyWrapper .cornerSurveyContainer .timer {
      background-color: #306A91; }
      .darkmode .cornerSurveyWrapper .cornerSurveyContainer .timer {
        background-color: #68B5F0; }
    .cornerSurveyWrapper .cornerSurveyContainer .survey .title {
      color: #272F35; }
      .darkmode .cornerSurveyWrapper .cornerSurveyContainer .survey .title {
        color: #FFFFFF; }
    .cornerSurveyWrapper .cornerSurveyContainer .survey .emoteContainer {
      background-color: transparent;
      border-color: #ACACAC; }
      .darkmode .cornerSurveyWrapper .cornerSurveyContainer .survey .emoteContainer {
        border-color: #2D3E50; }
      .cornerSurveyWrapper .cornerSurveyContainer .survey .emoteContainer:hover {
        background-color: #E0EEFB;
        border-color: #0B5B7E; }
        .darkmode .cornerSurveyWrapper .cornerSurveyContainer .survey .emoteContainer:hover {
          background-color: rgba(104, 181, 240, 0.1);
          border-color: #68B5F0; }
      .cornerSurveyWrapper .cornerSurveyContainer .survey .emoteContainer.selected svg path, .cornerSurveyWrapper .cornerSurveyContainer .survey .emoteContainer:hover svg path {
        fill: #0B5B7E; }
      .cornerSurveyWrapper .cornerSurveyContainer .survey .emoteContainer.selected svg g, .cornerSurveyWrapper .cornerSurveyContainer .survey .emoteContainer:hover svg g {
        opacity: 1; }
      .darkmode .cornerSurveyWrapper .cornerSurveyContainer .survey .emoteContainer svg path {
        fill: #D1D1D1; }
      .darkmode .cornerSurveyWrapper .cornerSurveyContainer .survey .emoteContainer.selected svg path, .darkmode .cornerSurveyWrapper .cornerSurveyContainer .survey .emoteContainer:hover svg path {
        fill: #68B5F0; }
    .cornerSurveyWrapper .cornerSurveyContainer .confirmation .title {
      color: #525252; }
      .darkmode .cornerSurveyWrapper .cornerSurveyContainer .confirmation .title {
        color: #B3B3B3; }
    .cornerSurveyWrapper .cornerSurveyContainer .confirmation .feedbackLink {
      color: #306A91; }
      .darkmode .cornerSurveyWrapper .cornerSurveyContainer .confirmation .feedbackLink {
        color: #68B5F0; }
  .cornerSurveyWrapper.mobile {
    box-shadow: none; }
    .cornerSurveyWrapper.mobile .cornerSurveyContainer {
      background-color: #E0EEFB;
      border-color: #8DB4D9; }
    .cornerSurveyWrapper.mobile .survey .title {
      color: #272F35; }
    .cornerSurveyWrapper.mobile .confirmation .title {
      color: #49494F; }
    .cornerSurveyWrapper.mobile .timerContainer {
      background-color: #8DB4D9; }

.userFeedbackForm {
  background-color: var(--wl-bg-color, #FFFFFF); }
  .darkmode .userFeedbackForm {
    background-color: #1C2733; }
  .userFeedbackForm p {
    margin: 0; }
  .userFeedbackForm .header h2 {
    color: var(--wl-h1-color, #272F35); }
    .darkmode .userFeedbackForm .header h2 {
      color: #FFFFFF; }
  .userFeedbackForm .submitRow button:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode .userFeedbackForm .submitRow button:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode .userFeedbackForm .submitRow button:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode .userFeedbackForm .submitRow button:is(select) {
    background-color: #202C39; }
    .darkmode .userFeedbackForm .submitRow button:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .userFeedbackForm .submitRow button, .darkmode .userFeedbackForm .submitRow button {
    background-color: var(--wl-signup-bg-color, #F47321);
    color: #FFFFFF;
    border: 1px solid var(--wl-signup-bg-color, #CD5D26);
    border-radius: 4px; }
  .userFeedbackForm .screenshot {
    border: 1px solid #ACACAC; }
    .darkmode .userFeedbackForm .screenshot {
      border: 1px solid #B1B1B1; }
    .userFeedbackForm .screenshot .editToggle {
      background-color: rgba(249, 249, 249, 0.9);
      border: 1px solid #acacac;
      color: #49494F; }
      .darkmode .userFeedbackForm .screenshot .editToggle {
        border: 1px solid #2D3E50; }
      .userFeedbackForm .screenshot .editToggle:hover {
        background-color: #fff;
        color: #0471A1; }
  .userFeedbackForm .closeControl {
    background: transparent url(../../tsdefaultassets/close-lightgray.svg?b790c690d4c9) no-repeat center center; }
    .darkmode .userFeedbackForm .closeControl {
      background: transparent url(../../tsdefaultassets/close-dark.svg?6933d007232e) no-repeat center center; }
  .userFeedbackForm .sentimentOption:focus {
    outline: none;
    border-color: transparent; }
  .userFeedbackForm .sentimentOption.selected svg path, .userFeedbackForm .sentimentOption:hover svg path {
    fill: #0B5B7E; }
  .userFeedbackForm .sentimentOption.selected svg g, .userFeedbackForm .sentimentOption:hover svg g {
    opacity: 1; }
  .darkmode .userFeedbackForm .sentimentOption svg path {
    fill: #D1D1D1; }
  .darkmode .userFeedbackForm .sentimentOption.selected svg path, .darkmode .userFeedbackForm .sentimentOption:hover svg path {
    fill: #68B5F0; }
  .userFeedbackForm .feedbackComment {
    border: 1px solid #ACACAC; }
    .userFeedbackForm .feedbackComment:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .userFeedbackForm .feedbackComment:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .userFeedbackForm .feedbackComment:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .userFeedbackForm .feedbackComment:is(select) {
      background-color: #202C39; }
      .darkmode .userFeedbackForm .feedbackComment:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .darkmode .userFeedbackForm .feedbackComment {
      border: 1px solid #2D3E50;
      background-color: #1C2733;
      color: #FFFFFF; }
  .userFeedbackForm .screenShotControl .sscButton {
    background: none;
    color: var(--wl-href-color, #306A91); }
    .darkmode .userFeedbackForm .screenShotControl .sscButton {
      color: #68B5F0; }
  .userFeedbackForm .highlight:not(.active) {
    background-color: transparent; }
    .userFeedbackForm .highlight:not(.active):hover {
      background-color: #3C87BA; }
  .userFeedbackForm .highlight.active {
    background-color: #3C87BA; }
  .userFeedbackForm .error {
    color: red; }
  .userFeedbackForm .privacyNotice, .userFeedbackForm .screenShotControl .info {
    color: var(--wl-text-color, #49494F); }
    .darkmode .userFeedbackForm .privacyNotice, .darkmode .userFeedbackForm .screenShotControl .info {
      color: #B3B3B3; }

.canvas .infoToolTip {
  background-color: #FFFFD3;
  border-color: #CCCCCC; }

.canvas .drawControls {
  background-color: #fff; }
  .canvas .drawControls .done:hover {
    background-color: #E8E8E8; }
  .canvas .drawControls .hideImage {
    background-color: #000; }

/* Note this is a theme file -- Only color css allowed here! */
.roomElement {
  border: 1px solid rgba(100, 100, 100, 0.5); }
  .darkmode .roomElement {
    border: 1px solid #202C39; }

.roomElementAnchor {
  background-color: #f0f1f1; }
  .darkmode .roomElementAnchor {
    background-color: #202C39; }
  .roomElementAnchor.isHighlighted {
    background-color: #f9eed0; }
    .darkmode .roomElementAnchor.isHighlighted {
      background-color: #885336; }
  .roomElementAnchor:hover {
    color: #dc5500; }
    .darkmode .roomElementAnchor:hover {
      color: #F47321; }

.tooltip {
  color: #525252;
  background-color: #FFFFFF;
  border-color: #EFEFEF;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08); }
  .tooltip .tooltipCloseButton {
    fill: #A7A7A7; }
  .darkmode .tooltip {
    color: #FFFFFF;
    background-color: #1C2733;
    border-color: #17202A;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.8); }
  .tooltip .divotTop .divotBackground {
    border-bottom-color: #FFFFFF; }
    .darkmode .tooltip .divotTop .divotBackground {
      border-bottom-color: #1C2733; }
  .tooltip .divotTop .divotBorder {
    border-bottom-color: #EFEFEF; }
    .darkmode .tooltip .divotTop .divotBorder {
      border-bottom-color: #17202A; }
  .tooltip .divotBottom .divotBackground {
    border-top-color: #FFFFFF; }
    .darkmode .tooltip .divotBottom .divotBackground {
      border-top-color: #1C2733; }
  .tooltip .divotBottom .divotBorder {
    border-top-color: #EFEFEF; }
    .darkmode .tooltip .divotBottom .divotBorder {
      border-top-color: #17202A; }
  .tooltip .divotLeft .divotBackground {
    border-right-color: #FFFFFF; }
    .darkmode .tooltip .divotLeft .divotBackground {
      border-right-color: #1C2733; }
  .tooltip .divotLeft .divotBorder {
    border-right-color: #EFEFEF; }
    .darkmode .tooltip .divotLeft .divotBorder {
      border-right-color: #17202A; }
  .tooltip .divotRight .divotBackground {
    border-left-color: #FFFFFF; }
    .darkmode .tooltip .divotRight .divotBackground {
      border-left-color: #1C2733; }
  .tooltip .divotRight .divotBorder {
    border-left-color: #EFEFEF; }
    .darkmode .tooltip .divotRight .divotBorder {
      border-right-color: #17202A; }

/* Note this is a theme file -- Only color css allowed here! */
/* Note this is a theme file -- Only color css allowed here! */
.followedContainer {
  color: #0a5a83; }
  .darkmode .followedContainer {
    color: #B3B3B3; }
  .followedContainer .followedCount {
    color: #525252;
    font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif; }
    .darkmode .followedContainer .followedCount {
      color: #B3B3B3; }

#followed_anchor.followed-header.orange:after {
  display: inline-block;
  content: "";
  position: relative;
  height: 8px;
  width: 8px;
  top: -8px;
  right: 2px;
  background-image: url(../../tsdefaultassets/orange_dot.svg?d12655f82ca4);
  background-position: center;
  background-repeat: no-repeat; }

#followed_anchor.followed-header.orange.text:after {
  content: var(--unseen-follow-count, "");
  height: 13px;
  min-width: 13px;
  width: auto;
  padding: 0 4px 1px;
  top: -8px;
  right: 0;
  background-image: none;
  background-color: #F47321;
  border-radius: 8px;
  font-family: "UbuntuBold", Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
  text-shadow: none; }

.followedDropdown {
  border: 1px solid #8bb3da;
  border-radius: 0 4px 4px;
  background-color: white;
  color: #0a5a83; }
  .darkmode .followedDropdown {
    color: #B3B3B3;
    background-color: #17202A;
    border-color: #2D3E50; }

/* Note this is a theme file -- Only color css allowed here! */
.modalAlert {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.4); }
  .darkmode .modalAlert {
    color: #B3B3B3; }
  .modalAlert .dialog {
    background-color: #ffffff;
    border: 1px solid #ACACAC; }
    .darkmode .modalAlert .dialog {
      background-color: #17202A;
      border: none; }
    .modalAlert .dialog .dialogForm {
      background-color: #f9f9f9;
      border-top-color: #cccccc; }
      .darkmode .modalAlert .dialog .dialogForm {
        background-color: #1C2733;
        border-top-color: #2A323F; }
      .modalAlert .dialog .dialogForm .accept:focus {
        outline: -webkit-focus-ring-color auto 1px; }
      .darkmode .modalAlert .dialog .dialogForm .accept:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
        background-color: #202C39; }
      .darkmode .modalAlert .dialog .dialogForm .accept:is(textarea, input, button):focus {
        outline: none;
        box-shadow: 0 0 0 2px #68B5F0; }
      .darkmode .modalAlert .dialog .dialogForm .accept:is(select) {
        background-color: #202C39; }
        .darkmode .modalAlert .dialog .dialogForm .accept:is(select):focus {
          outline: #68B5F0 auto 1px; }
      .modalAlert .dialog .dialogForm .accept, .darkmode .modalAlert .dialog .dialogForm .accept {
        background-color: #306A91;
        color: #FFFFFF;
        border: 1px solid #306A91;
        border-radius: 4px; }
      .modalAlert .dialog .dialogForm .decline {
        background-color: transparent;
        color: #494949;
        border: 1px solid  #6C6C6C;
        border-radius: 4px; }
        .modalAlert .dialog .dialogForm .decline:focus {
          outline: -webkit-focus-ring-color auto 1px; }
        .darkmode .modalAlert .dialog .dialogForm .decline:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
          background-color: #202C39; }
        .darkmode .modalAlert .dialog .dialogForm .decline:is(textarea, input, button):focus {
          outline: none;
          box-shadow: 0 0 0 2px #68B5F0; }
        .darkmode .modalAlert .dialog .dialogForm .decline:is(select) {
          background-color: #202C39; }
          .darkmode .modalAlert .dialog .dialogForm .decline:is(select):focus {
            outline: #68B5F0 auto 1px; }
        .darkmode .modalAlert .dialog .dialogForm .decline {
          color: #B3B3B3;
          border: 1px solid #B3B3B3; }

.subgenderModal {
  color: #525252; }
  .darkmode .subgenderModal {
    color: #B3B3B3; }

.ButtonColor-blue:focus {
  outline: -webkit-focus-ring-color auto 1px; }

.darkmode .ButtonColor-blue:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
  background-color: #202C39; }

.darkmode .ButtonColor-blue:is(textarea, input, button):focus {
  outline: none;
  box-shadow: 0 0 0 2px #68B5F0; }

.darkmode .ButtonColor-blue:is(select) {
  background-color: #202C39; }
  .darkmode .ButtonColor-blue:is(select):focus {
    outline: #68B5F0 auto 1px; }

.ButtonColor-blue, .darkmode .ButtonColor-blue {
  background-color: #306A91;
  color: #FFFFFF;
  border: 1px solid #306A91;
  border-radius: 4px; }

.ButtonColor-orange:focus {
  outline: -webkit-focus-ring-color auto 1px; }

.darkmode .ButtonColor-orange:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
  background-color: #202C39; }

.darkmode .ButtonColor-orange:is(textarea, input, button):focus {
  outline: none;
  box-shadow: 0 0 0 2px #68B5F0; }

.darkmode .ButtonColor-orange:is(select) {
  background-color: #202C39; }
  .darkmode .ButtonColor-orange:is(select):focus {
    outline: #68B5F0 auto 1px; }

.ButtonColor-orange, .darkmode .ButtonColor-orange {
  background-color: var(--wl-signup-bg-color, #F47321);
  color: #FFFFFF;
  border: 1px solid var(--wl-signup-bg-color, #CD5D26);
  border-radius: 4px; }

.ButtonColor-green:focus {
  outline: -webkit-focus-ring-color auto 1px; }

.darkmode .ButtonColor-green:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
  background-color: #202C39; }

.darkmode .ButtonColor-green:is(textarea, input, button):focus {
  outline: none;
  box-shadow: 0 0 0 2px #68B5F0; }

.darkmode .ButtonColor-green:is(select) {
  background-color: #202C39; }
  .darkmode .ButtonColor-green:is(select):focus {
    outline: #68B5F0 auto 1px; }

.ButtonColor-green, .darkmode .ButtonColor-green {
  background-color: #009900;
  color: #FFFFFF;
  border: 1px solid #288A09;
  border-radius: 4px; }

.ButtonColor-red:focus {
  outline: -webkit-focus-ring-color auto 1px; }

.darkmode .ButtonColor-red:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
  background-color: #202C39; }

.darkmode .ButtonColor-red:is(textarea, input, button):focus {
  outline: none;
  box-shadow: 0 0 0 2px #68B5F0; }

.darkmode .ButtonColor-red:is(select) {
  background-color: #202C39; }
  .darkmode .ButtonColor-red:is(select):focus {
    outline: #68B5F0 auto 1px; }

.ButtonColor-red, .darkmode .ButtonColor-red {
  background-color: #eb3404;
  color: #FFFFFF;
  border: 1px solid #eb3404;
  border-radius: 4px; }

.ButtonColor-text {
  background-color: transparent;
  color: #494949;
  border: none; }
  .ButtonColor-text:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode .ButtonColor-text:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode .ButtonColor-text:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode .ButtonColor-text:is(select) {
    background-color: #202C39; }
    .darkmode .ButtonColor-text:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .darkmode .ButtonColor-text {
    color: #B3B3B3; }
  .ButtonColor-text:hover {
    text-decoration: underline; }

.ButtonColor-clear {
  background-color: transparent;
  color: #494949;
  border: 1px solid  #6C6C6C;
  border-radius: 4px; }
  .ButtonColor-clear:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode .ButtonColor-clear:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode .ButtonColor-clear:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode .ButtonColor-clear:is(select) {
    background-color: #202C39; }
    .darkmode .ButtonColor-clear:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .darkmode .ButtonColor-clear {
    color: #B3B3B3;
    border: 1px solid #B3B3B3; }

body.darkmode {
  background-color: #17202A; }

body.darkmode #main {
  color: #B3B3B3; }

.textColor {
  color: #494949; }
  .darkmode .textColor {
    color: #b3b3b3; }

.brandColor {
  color: #F47321; }

.brandBlue {
  color: #306A91; }

.textBodySecondary {
  color: #A7A7A7; }
  .darkmode .textBodySecondary {
    color: #6E6F70; }

.bgColor {
  background-color: #FFFFFF; }
  .darkmode .bgColor {
    background-color: #2a2c30; }

.tabSectionBorder {
  border-bottom: 1px solid #8bb3da; }
  .darkmode .tabSectionBorder {
    border-bottom: 1px solid #2A323F; }

.tabBorder {
  border-color: #8bb3da; }
  .darkmode .tabBorder {
    border-color: #2A323F; }

.tabActiveBorder, .tabBorder:hover:not(.orange) {
  border-bottom: 1px solid #ffffff; }
  .darkmode .tabActiveBorder, .darkmode .tabBorder:hover:not(.orange) {
    border-bottom: transparent; }

.tabBorder.tabBorderNoHover:hover {
  border-bottom: 1px solid #8bb3da; }
  .darkmode .tabBorder.tabBorderNoHover:hover {
    border-bottom: 1px solid #666666; }

.tabInactiveBgColor {
  background-color: #dde9f5; }
  .darkmode .tabInactiveBgColor {
    background-color: #2a2c30; }

.tabInactiveColor {
  color: #5e81a4; }
  .darkmode .tabInactiveColor {
    color: #68B5F0; }

.tabActiveBgColor, .tabInactiveBgColor:hover {
  background-color: #FFFFFF; }
  .darkmode .tabActiveBgColor, .darkmode .tabInactiveBgColor:hover {
    background-color: #17202A; }

.tabActiveColor, .tabInactiveColor:hover {
  color: #DC5500; }
  .darkmode .tabActiveColor, .darkmode .tabInactiveColor:hover {
    color: #F47321; }

.chatAreaTabColor {
  color: #4c4c4c; }
  .darkmode .chatAreaTabColor {
    color: #B3B3B3; }

.defaultColor {
  color: var(--wl-text-color, #494949); }
  .darkmode .defaultColor {
    color: #B3B3B3; }

.defaultTooltipColor {
  color: #222222; }
  .darkmode .defaultTooltipColor {
    color: #FFFFFF; }

.roomSubjectToolTipColor {
  color: #494949; }
  .darkmode .roomSubjectToolTipColor {
    color: #b3b3b3; }

.hrefColor {
  color: #0A5B83; }
  .darkmode .hrefColor {
    color: #68B5F0; }

.supportSuccess {
  color: #288A09; }
  .darkmode .supportSuccess {
    color: #288A09; }

.supportError {
  color: #CC0000; }
  .darkmode .supportError {
    color: #DC0000; }

.tagFontColor {
  color: #FFFFFF; }

.tagExhibColor {
  background-color: #6D85B5; }

.tagLineColor {
  background-color: #0b5d81; }

.tagOfflineColor {
  background-color: #4F4F4F; }

.tagPrivateGroupColor {
  background-color: #B60A42; }

.tagGamingColor {
  background-color: #7F26B1; }

.tagNewColor {
  background-color: #71b404; }

.camBgColor {
  background-color: #F0F1F1; }
  .darkmode .camBgColor {
    background-color: #202C39;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32); }

.camBorderColor {
  color: #ACACAC; }
  .darkmode .camBorderColor {
    color: #202C39; }

.camSubjectColor {
  color: #000000; }
  .darkmode .camSubjectColor {
    color: #B3B3B3; }

.camSubjectTagColor {
  color: #0A5A83; }
  .darkmode .camSubjectTagColor {
    color: #68B5F0; }

.camAltTextColor {
  color: #575757; }
  .darkmode .camAltTextColor {
    color: #6E6F70; }

.camHrefColor, .list .title a {
  color: #0A5A83; }
  .darkmode .camHrefColor, .darkmode .list .title a {
    color: #68B5F0; }

.transparentBg {
  background: transparent; }

.nextCamBgColor {
  background: #FCEADB; }
  .darkmode .nextCamBgColor {
    background: #2A323F; }

.navigationAlt2BgImage {
  background: url(../../tsdefaultassets/gender_tab_bg.gif?0437047d9c3a) repeat-x; }
  .darkmode .navigationAlt2BgImage {
    background-image: none; }

.navigationAlt2BgColor {
  background-color: #ffffff; }
  .darkmode .navigationAlt2BgColor {
    background-color: transparent; }

.contentBgColor:hover {
  border-bottom-color: #ffffff; }
  .darkmode .contentBgColor:hover {
    border-bottom-color: #202223; }

.overlayOpacity {
  background-color: #000 !important;
  opacity: 0.85; }

.dismissibleMessageColor {
  color: #49494F; }
  .darkmode .dismissibleMessageColor {
    color: #B3B3B3; }

#header #user_information .userInfoDropdownBgColor {
  background-color: #3C87BA; }
  .darkmode #header #user_information .userInfoDropdownBgColor {
    background-color: #1C2733; }

#header #user_information .userInfoDropdownTextColor {
  color: #fff; }
  .darkmode #header #user_information .userInfoDropdownTextColor {
    color: #fff; }

#header #user_information .userInfoDropdownHighlightColor {
  background-color: transparent; }

#header #user_information .userInfoDropdownHighlightColor:hover {
  background-color: #2C6990; }
  .darkmode #header #user_information .userInfoDropdownHighlightColor:hover {
    background-color: #885336; }

.darkmode .logo-zone image {
  opacity: 0.8; }

.darkmode.isIpad select {
  color: #000 !important; }

/**
From defaultSiteSettings
----bgColor: "#ffffff", ---- DONE
navigationBgColor: "#0c6a93",
navigationFontColor: "#ffffff",
navigationAltBgColor: "#f47321",
----navigationAlt2BgColor: "#ffffff", ---- DONE
----navigationAlt2BgImage: `url(../../scss/templates/site/${STATIC_URL_ROOT}tsdefaultassets/gender_tab_bg.gif) repeat-x`, ---- DONE
h1Color: "#004B5E",
----textColor: "#494949", ---- DONE
----defaultColor: "#494949", ---- DONE
----defaultTooltipColor: "#222222", ---- DONE
userInfoAreaTextColor: "#222222",
----hrefColor: "#0A5B83", ---- DONE
----tabBorderColor: "#8bb3da",---- DONE
----tabActiveColor: "#ffffff", ---- DONE
----tabInactiveColor: "#dde9f5", ---- DONE
----tabActiveFontColor: "#dc5500", ---- DONE
----tabInactiveFontColor: "#5e81a4", ---- DONE
----tagExhibColor: "#6D85B5", ---- DONE
----tagFontColor: "#FFF", ---- DONE
----tagLineColor: "#0b5d81", ---- DONE
----tagOfflineColor: "#4F4F4F", ---- DONE
----tagPrivateGroupColor: "#B60A42", ---- DONE
----contentBgColor: "#FFFFFF", ---- DONE
----camBgColor: "#F0F1F1", ---- DONE
----camBorderColor: "#ACACAC", ---- DONE
----camSubjectColor: "#000", ---- DONE
----camSubjectTagColor: "#0A5A83", ---- DONE
----camAltTextColor: "#575757", ---- DONE
----camHrefColor: "#0A5A83", ---- DONE
tokenHrefColor: "#e45900",
footerHrefColor: "#676767",
footerTextColor: "#494949",
copyrightTextColor: "#494949",
userInfoBgColor: "#e9e9e9",
usernameColor: "#ffffff",
----nextCamBgColor: "#FCEADB", ---- DONE
footerColNameColor: "#494949",
footerRowColor: "#0A5A83",
footerSiteNavColor: "#dc5500",
----chatAreaTabColor: "#4C4C4C", ---- DONE
----roomSubjectToolTipColor: "#494949", ---- DONE
loginOverlayColor: "#000000",
----dismissibleMessageColor: "#494949", ---- DONE
----userInfoDropdownBgColor: "#3C87BA", ---- DONE
----userInfoDropdownHighlightColor: "#F47321", ---- DONE
----userInfoDropdownTextColor: "#ffffff", ---- DONE
signupBgColor: "#f47321",
 */
/* Note this is a theme file -- Only color css allowed here! */
.sendTip .buttons:focus {
  outline: -webkit-focus-ring-color auto 1px; }

.darkmode .sendTip .buttons:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
  background-color: #202C39; }

.darkmode .sendTip .buttons:is(textarea, input, button):focus {
  outline: none;
  box-shadow: 0 0 0 2px #68B5F0; }

.darkmode .sendTip .buttons:is(select) {
  background-color: #202C39; }
  .darkmode .sendTip .buttons:is(select):focus {
    outline: #68B5F0 auto 1px; }

.sendTip .buttons, .darkmode .sendTip .buttons {
  background-color: var(--wl-signup-bg-color, #F47321);
  color: #FFFFFF;
  border: 1px solid var(--wl-signup-bg-color, #CD5D26);
  border-radius: 4px; }

.darkmode .sendTip .buttons:focus {
  outline: -webkit-focus-ring-color auto 1px; }

.darkmode .darkmode .sendTip .buttons:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
  background-color: #202C39; }

.darkmode .darkmode .sendTip .buttons:is(textarea, input, button):focus {
  outline: none;
  box-shadow: 0 0 0 2px #68B5F0; }

.darkmode .darkmode .sendTip .buttons:is(select) {
  background-color: #202C39; }
  .darkmode .darkmode .sendTip .buttons:is(select):focus {
    outline: #68B5F0 auto 1px; }

.darkmode .sendTip .buttons, .darkmode .darkmode .sendTip .buttons {
  background-color: var(--wl-signup-bg-color, #F47321);
  color: #FFFFFF;
  border: 1px solid var(--wl-signup-bg-color, #CD5D26);
  border-radius: 4px; }

.sendTip .buttons.disabled {
  color: #cccccc;
  background-color: #888888; }

.sendTip .buttons.mobile {
  background: linear-gradient(#87c667, #53843a); }
  .sendTip .buttons.mobile.disabled {
    background: linear-gradient(#b5b5b5, #6C6C78); }

.sendTip .menu {
  background-color: #ffffff;
  box-shadow: 0 1px 5px #333; }
  .darkmode .sendTip .menu {
    background-color: #202C39;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32); }
  .sendTip .menu .menuItem {
    border-color: #c9cbcc;
    color: #000000; }
    .darkmode .sendTip .menu .menuItem {
      border-color: #2D3E50;
      color: #FFFFFF; }
    .sendTip .menu .menuItem.disabled {
      color: #aaaaaa; }
      .darkmode .sendTip .menu .menuItem.disabled {
        color: #6E6F70; }
    .sendTip .menu .menuItem dt.selected {
      background: transparent url(../../tsdefaultassets/black-checkmark.svg?b58253f8c0e7) no-repeat 8px 45%; }
      .darkmode .sendTip .menu .menuItem dt.selected {
        background: transparent url(../../tsdefaultassets/white-checkmark.svg?8979b55ff488) no-repeat 8px 45%; }
    .sendTip .menu .menuItem:hover {
      border-color: #767b7d;
      text-shadow: #aaaaaa 0 0 0; }

/* Note this is a theme file -- Only color css allowed here! */
.notificationsModal {
  background-color: #e0e0e0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75); }
  .darkmode .notificationsModal {
    color: #6E6F70;
    background-color: #202C39;
    border: 1px solid #2A323F;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32); }
  .notificationsModal .divotTop .divotBackground {
    border-bottom-color: #e0e0e0; }
    .darkmode .notificationsModal .divotTop .divotBackground {
      border-bottom-color: #202C39; }
  .notificationsModal .divotTop .divotBorder {
    border-bottom-color: #e0e0e0; }
    .darkmode .notificationsModal .divotTop .divotBorder {
      border-bottom-color: #2A323F; }
  .notificationsModal .title {
    color: #0c6a93; }
    .darkmode .notificationsModal .title {
      color: #FFFFFF; }
  .notificationsModal .confirmButton:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode .notificationsModal .confirmButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode .notificationsModal .confirmButton:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode .notificationsModal .confirmButton:is(select) {
    background-color: #202C39; }
    .darkmode .notificationsModal .confirmButton:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .notificationsModal .confirmButton, .darkmode .notificationsModal .confirmButton {
    background-color: #306A91;
    color: #FFFFFF;
    border: 1px solid #306A91;
    border-radius: 4px; }
  .notificationsModal .denyButton {
    background-color: transparent;
    color: #494949;
    border: none; }
    .notificationsModal .denyButton:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .notificationsModal .denyButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .notificationsModal .denyButton:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .notificationsModal .denyButton:is(select) {
      background-color: #202C39; }
      .darkmode .notificationsModal .denyButton:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .darkmode .notificationsModal .denyButton {
      color: #B3B3B3; }
    .notificationsModal .denyButton:hover {
      text-decoration: underline; }

/* Note this is a theme file -- Only color css allowed here! */
.modalAlert {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.4); }
  .darkmode .modalAlert {
    color: #B3B3B3; }
  .modalAlert .dialog {
    background-color: #ffffff;
    border: 1px solid #ACACAC; }
    .darkmode .modalAlert .dialog {
      background-color: #17202A;
      border: none; }
    .modalAlert .dialog .dialogForm {
      background-color: #f9f9f9;
      border-top-color: #cccccc; }
      .darkmode .modalAlert .dialog .dialogForm {
        background-color: #1C2733;
        border-top-color: #2A323F; }
      .modalAlert .dialog .dialogForm .accept:focus {
        outline: -webkit-focus-ring-color auto 1px; }
      .darkmode .modalAlert .dialog .dialogForm .accept:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
        background-color: #202C39; }
      .darkmode .modalAlert .dialog .dialogForm .accept:is(textarea, input, button):focus {
        outline: none;
        box-shadow: 0 0 0 2px #68B5F0; }
      .darkmode .modalAlert .dialog .dialogForm .accept:is(select) {
        background-color: #202C39; }
        .darkmode .modalAlert .dialog .dialogForm .accept:is(select):focus {
          outline: #68B5F0 auto 1px; }
      .modalAlert .dialog .dialogForm .accept, .darkmode .modalAlert .dialog .dialogForm .accept {
        background-color: #306A91;
        color: #FFFFFF;
        border: 1px solid #306A91;
        border-radius: 4px; }
      .modalAlert .dialog .dialogForm .decline {
        background-color: transparent;
        color: #494949;
        border: 1px solid  #6C6C6C;
        border-radius: 4px; }
        .modalAlert .dialog .dialogForm .decline:focus {
          outline: -webkit-focus-ring-color auto 1px; }
        .darkmode .modalAlert .dialog .dialogForm .decline:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
          background-color: #202C39; }
        .darkmode .modalAlert .dialog .dialogForm .decline:is(textarea, input, button):focus {
          outline: none;
          box-shadow: 0 0 0 2px #68B5F0; }
        .darkmode .modalAlert .dialog .dialogForm .decline:is(select) {
          background-color: #202C39; }
          .darkmode .modalAlert .dialog .dialogForm .decline:is(select):focus {
            outline: #68B5F0 auto 1px; }
        .darkmode .modalAlert .dialog .dialogForm .decline {
          color: #B3B3B3;
          border: 1px solid #B3B3B3; }

.subgenderModal {
  color: #525252; }
  .darkmode .subgenderModal {
    color: #B3B3B3; }

.rulesModal {
  background-color: white;
  box-shadow: 0 0 10px #888;
  border-color: #EFEFEF;
  color: #494940; }
  .darkmode .rulesModal {
    background-color: #1C2733;
    border-color: #17202A;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32);
    color: #B3B3B3; }
  .rulesModal .closeRulesButton {
    background: none;
    border-radius: 0;
    border: none; }
    .rulesModal .closeRulesButton:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .rulesModal .closeRulesButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .rulesModal .closeRulesButton:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .rulesModal .closeRulesButton:is(select) {
      background-color: #202C39; }
      .darkmode .rulesModal .closeRulesButton:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .darkmode .rulesModal .closeRulesButton {
      background-color: transparent; }
  .rulesModal .acceptRulesButton:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode .rulesModal .acceptRulesButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode .rulesModal .acceptRulesButton:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode .rulesModal .acceptRulesButton:is(select) {
    background-color: #202C39; }
    .darkmode .rulesModal .acceptRulesButton:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .rulesModal .acceptRulesButton, .darkmode .rulesModal .acceptRulesButton {
    background-color: var(--wl-signup-bg-color, #F47321);
    color: #FFFFFF;
    border: 1px solid var(--wl-signup-bg-color, #CD5D26);
    border-radius: 4px; }
  .rulesModal .scrollIndicator {
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); }
    .darkmode .rulesModal .scrollIndicator {
      background: linear-gradient(0deg, #202223 0%, rgba(32, 34, 35, 0) 100%); }

/* Note this is a theme file -- Only color css allowed here! */
/* Note this is a theme file -- Only color css allowed here! */
.userUpdatesPanel .twitterUpdateRow {
  background-color: #ffe5be;
  border-color: #dabb95; }
  .darkmode .userUpdatesPanel .twitterUpdateRow {
    background-color: #885336;
    border-color: #2A323F; }
  .userUpdatesPanel .twitterUpdateRow.uipExp {
    background-color: #fff;
    border-color: #F0F0F0; }
    .darkmode .userUpdatesPanel .twitterUpdateRow.uipExp {
      background-color: #2a2c2e;
      border-color: #1a1a1b; }
  .userUpdatesPanel .twitterUpdateRow .contentSection {
    color: #494949; }
    .darkmode .userUpdatesPanel .twitterUpdateRow .contentSection {
      color: #FFFFFF; }
  .userUpdatesPanel .twitterUpdateRow .timeSince {
    color: #7f7f7f; }
    .darkmode .userUpdatesPanel .twitterUpdateRow .timeSince {
      color: #B3B3B3; }
  .userUpdatesPanel .twitterUpdateRow .twitterLink, .userUpdatesPanel .twitterUpdateRow .tweetLink {
    color: #DC5500; }
    .darkmode .userUpdatesPanel .twitterUpdateRow .twitterLink, .darkmode .userUpdatesPanel .twitterUpdateRow .tweetLink {
      color: #68B5F0; }
  .userUpdatesPanel .twitterUpdateRow.seen {
    background-color: #efefef;
    border-color: #c1c1c1; }
    .userUpdatesPanel .twitterUpdateRow.seen.uipExp {
      background-color: #F8F9FA; }
    .darkmode .userUpdatesPanel .twitterUpdateRow.seen {
      background-color: #253441;
      border-color: #2A323F; }
    .darkmode .userUpdatesPanel .twitterUpdateRow.seen .contentSection {
      color: #B3B3B3; }
    .darkmode .userUpdatesPanel .twitterUpdateRow.seen .timeSince {
      color: #6E6F70; }

#UserUpdatesPanel {
  background-color: #ffffff;
  border-color: #2C6990; }
  .darkmode #UserUpdatesPanel {
    background-color: #1C2733;
    border-color: #1C2733;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5), 8px 0px 8px -8px rgba(0, 0, 0, 0.5), -8px 0px 8px -8px rgba(0, 0, 0, 0.5); }
  #UserUpdatesPanel .tab.active, #UserUpdatesPanel #updates-tab {
    color: #dc5500; }
    .darkmode #UserUpdatesPanel .tab.active, .darkmode #UserUpdatesPanel #updates-tab {
      color: #68B5F0; }
  #UserUpdatesPanel #tab-row {
    background-color: #747474; }
    .darkmode #UserUpdatesPanel #tab-row {
      background-color: #17202A; }
  #UserUpdatesPanel .feedbackLink {
    color: #DC5500; }
    .darkmode #UserUpdatesPanel .feedbackLink {
      color: #68B5F0; }

/* Note this is a theme file -- Only color css allowed here! */
#userInfoPanelMenuDropdownRoot #UserMenuDropDown {
  border-color: #2C6990; }
  .darkmode #userInfoPanelMenuDropdownRoot #UserMenuDropDown {
    border-color: #2D3E50; }

#userInfoPanelMenuDropdownRoot .dmSwitchCircle {
  background-color: #fff; }

#userInfoPanelMenuDropdownRoot .dmSwitch {
  background-color: #474747; }
  .darkmode #userInfoPanelMenuDropdownRoot .dmSwitch {
    background-color: #F47321; }

/* Note this is a theme file -- Only color css allowed here! */
.noScrollbar {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */ }
  .noScrollbar br {
    display: none; }
  .noScrollbar::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
    /* Chrome/Safari/Webkit */ }

.dmWindow {
  background-color: #FFFFFF;
  color: #525252; }
  .darkmode .dmWindow {
    background-color: #202C39;
    color: #B3B3B3; }
  .dmWindow:not(.DmPopout .dmWindow) {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32); }
    .darkmode .dmWindow:not(.DmPopout .dmWindow) {
      box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32); }
  .dmWindow .dmWindowHeader {
    background-color: #F8F9FA;
    border-bottom-color: #EFEFEF; }
    .darkmode .dmWindow .dmWindowHeader {
      background-color: #17202A;
      border-bottom-color: #2A323F; }
    .dmWindow .dmWindowHeader.highlight:not(.noHighlight) {
      background-color: #E0E0E0; }
      .darkmode .dmWindow .dmWindowHeader.highlight:not(.noHighlight) {
        background-color: #1C2733; }
    .dmWindow .dmWindowHeader.loadedHighlight {
      animation-duration: 4s; }
      .dmWindow .dmWindowHeader.loadedHighlight:not(.darkmode .dmWindow .dmWindowHeader.loadedHighlight) {
        animation-name: color1; }

@keyframes color1 {
  0% {
    background-color: #D5EBF8; }
  80% {
    background-color: #D5EBF8; } }
      .darkmode .dmWindow .dmWindowHeader.loadedHighlight {
        animation-name: color2; }

@keyframes color2 {
  0% {
    background-color: #2D3E50; }
  80% {
    background-color: #2D3E50; } }
    .dmWindow .dmWindowHeader .button:hover {
      background-color: #C9C9C9; }
      .darkmode .dmWindow .dmWindowHeader .button:hover {
        background-color: #202C39; }
  .dmWindow .dmWindowMessage {
    color: #525252; }
    .darkmode .dmWindow .dmWindowMessage {
      color: #FFFFFF; }
    .dmWindow .dmWindowMessage .me {
      background-color: #D5EBF8; }
      .darkmode .dmWindow .dmWindowMessage .me {
        background-color: #303A42; }
    .dmWindow .dmWindowMessage .other {
      background-color: transparent;
      border-color: #A7A7A7; }
      .darkmode .dmWindow .dmWindowMessage .other {
        border-color: #6E6F70; }
  .dmWindow .logMessage .tipNotice {
    background-color: #FFFF33;
    color: #000000;
    border: none !important; }
  .dmWindow .timestamp {
    color: #525252; }
    .darkmode .dmWindow .timestamp {
      color: #B3B3B3; }
  .dmWindow .dmWindowInput {
    background-color: #F8F9FA;
    border-color: #EFEFEF; }
    .dmWindow .dmWindowInput textarea {
      background-color: transparent;
      color: #525252; }
      .darkmode .dmWindow .dmWindowInput textarea {
        color: #B3B3B3; }
    .darkmode .dmWindow .dmWindowInput {
      background-color: #202C39;
      border-color: #2D3E50; }
    .dmWindow .dmWindowInput .sendButton:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .dmWindow .dmWindowInput .sendButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .dmWindow .dmWindowInput .sendButton:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .dmWindow .dmWindowInput .sendButton:is(select) {
      background-color: #202C39; }
      .darkmode .dmWindow .dmWindowInput .sendButton:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .dmWindow .dmWindowInput .sendButton, .darkmode .dmWindow .dmWindowInput .sendButton {
      background-color: var(--wl-signup-bg-color, #F47321);
      color: #FFFFFF;
      border: 1px solid var(--wl-signup-bg-color, #CD5D26);
      border-radius: 4px; }
    .dmWindow .dmWindowInput .sendButton.disabled {
      opacity: .5; }
    .dmWindow .dmWindowInput .tipButton:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .dmWindow .dmWindowInput .tipButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .dmWindow .dmWindowInput .tipButton:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .dmWindow .dmWindowInput .tipButton:is(select) {
      background-color: #202C39; }
      .darkmode .dmWindow .dmWindowInput .tipButton:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .dmWindow .dmWindowInput .tipButton, .darkmode .dmWindow .dmWindowInput .tipButton {
      background-color: #009900;
      color: #FFFFFF;
      border: 1px solid #288A09;
      border-radius: 4px; }
  .dmWindow .dmWindowTipOverlay {
    background-color: #000000;
    opacity: .5; }
  .dmWindow .dmWindowTipCallout {
    background-color: #FFFFFF; }
    .darkmode .dmWindow .dmWindowTipCallout {
      background-color: #202C39; }
    .dmWindow .dmWindowTipCallout .titleBar {
      color: #306A91;
      background-color: #E0E0E0; }
      .darkmode .dmWindow .dmWindowTipCallout .titleBar {
        color: #68B5F0;
        background-color: #1C2733; }
    .dmWindow .dmWindowTipCallout .tokenBalance {
      color: #288A09; }
    .dmWindow .dmWindowTipCallout .tokenInputError {
      color: #CC0000; }
    .dmWindow .dmWindowTipCallout .purchaseLink {
      color: #306A91; }
      .darkmode .dmWindow .dmWindowTipCallout .purchaseLink {
        color: #68B5F0; }
  .dmWindow .tipInput, .dmWindow .tipMessage {
    border-color: #ACACAC;
    background-color: transparent; }
    .dmWindow .tipInput:focus, .dmWindow .tipMessage:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .dmWindow .tipInput:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])), .darkmode .dmWindow .tipMessage:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .dmWindow .tipInput:is(textarea, input, button):focus, .darkmode .dmWindow .tipMessage:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .dmWindow .tipInput:is(select), .darkmode .dmWindow .tipMessage:is(select) {
      background-color: #202C39; }
      .darkmode .dmWindow .tipInput:is(select):focus, .darkmode .dmWindow .tipMessage:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .darkmode .dmWindow .tipInput, .darkmode .dmWindow .tipMessage {
      border-color: #2D3E50;
      color: #FFFFFF; }
  .dmWindow .sendTipButton:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode .dmWindow .sendTipButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode .dmWindow .sendTipButton:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode .dmWindow .sendTipButton:is(select) {
    background-color: #202C39; }
    .darkmode .dmWindow .sendTipButton:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .dmWindow .sendTipButton, .darkmode .dmWindow .sendTipButton {
    background-color: #009900;
    color: #FFFFFF;
    border: 1px solid #288A09;
    border-radius: 4px; }
  .dmWindow .sendTipButton:disabled {
    opacity: .5; }

.dmWindow.collapsed .dmWindowHeader {
  background-color: #FFFFFF; }
  .darkmode .dmWindow.collapsed .dmWindowHeader {
    background-color: #202C39; }
  .dmWindow.collapsed .dmWindowHeader:hover {
    background-color: #E0E0E0; }
    .darkmode .dmWindow.collapsed .dmWindowHeader:hover {
      background-color: #1C2733; }

.ChatMediaCarousel {
  box-shadow: 0 0 3px black;
  background: #FFFFFF; }
  .darkmode .ChatMediaCarousel {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32);
    background: #202C39; }

/* Note this is a theme file -- Only color css allowed here! */
.pmUcmContainer {
  background-color: #FFFFFF;
  border-color: #EFEFEF;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32);
  color: #525252; }
  .darkmode .pmUcmContainer {
    background-color: #202C39;
    border-color: #2A323F;
    box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32);
    color: #B3B3B3; }
  .pmUcmContainer .pmUcmHeader {
    background-color: #F8F9FA;
    border-bottom-color: #EFEFEF; }
    .darkmode .pmUcmContainer .pmUcmHeader {
      background-color: #17202A;
      border-bottom-color: #2A323F; }
    .pmUcmContainer .pmUcmHeader .placeholder {
      background-color: #E0E0E0; }
      .darkmode .pmUcmContainer .pmUcmHeader .placeholder {
        background-color: #1C2733; }
    .pmUcmContainer .pmUcmHeader .ageIcon {
      color: #525252; }
      .darkmode .pmUcmContainer .pmUcmHeader .ageIcon {
        color: #B3B3B3; }
  .pmUcmContainer .pmUcmDescription {
    border-top-color: #EFEFEF; }
    .darkmode .pmUcmContainer .pmUcmDescription {
      border-top-color: #2A323F; }
  .pmUcmContainer .pmUcmLinks {
    border-top-color: #EFEFEF; }
    .darkmode .pmUcmContainer .pmUcmLinks {
      border-top-color: #2A323F; }
    .pmUcmContainer .pmUcmLinks .pmUcmLinkItem:hover {
      background-color: #F9E4D5; }
      .darkmode .pmUcmContainer .pmUcmLinks .pmUcmLinkItem:hover {
        background-color: #885336; }
    .pmUcmContainer .pmUcmLinks .pmUcmLinkItem .pmUcmPopoutIcon {
      background: url(../../tsdefaultassets/popout-grey-d.svg?5e3e40bb292b) no-repeat center; }
      .darkmode .pmUcmContainer .pmUcmLinks .pmUcmLinkItem .pmUcmPopoutIcon {
        background: url(../../tsdefaultassets/popout-grey.svg?37347d0904cf) no-repeat center; }
    .pmUcmContainer .pmUcmLinks .pmUcmLinkItem .pmUcmIgnoreIcon {
      background: url(../../tsdefaultassets/ignore-user-d.svg?02a8f1bed31a) no-repeat center; }
      .darkmode .pmUcmContainer .pmUcmLinks .pmUcmLinkItem .pmUcmIgnoreIcon {
        background: url(../../tsdefaultassets/ignore-user.svg?4ca83bc3b789) no-repeat center; }
    .pmUcmContainer .pmUcmLinks .pmUcmLinkItem .pmUcmReportIcon {
      background: url(../../tsdefaultassets/report-msg-d.svg?eb708f4209bb) no-repeat center; }
      .darkmode .pmUcmContainer .pmUcmLinks .pmUcmLinkItem .pmUcmReportIcon {
        background: url(../../tsdefaultassets/report-msg.svg?9f05fef58682) no-repeat center; }

/* Note this is a theme file -- Only color css allowed here! */
/* Note this is a theme file -- Only color css allowed here! */
.chatReport {
  color: #454545; }
  .darkmode .chatReport {
    color: #B3B3B3; }
  .chatReport .headerDiv {
    color: #005b85; }
    .darkmode .chatReport .headerDiv {
      color: #68B5F0; }
  .chatReport textarea {
    background-color: transparent;
    border-color: #b4b4b4; }
    .chatReport textarea:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .chatReport textarea:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .chatReport textarea:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .chatReport textarea:is(select) {
      background-color: #202C39; }
      .darkmode .chatReport textarea:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .darkmode .chatReport textarea {
      border-color: #2D3E50;
      color: #ffffff; }
  .chatReport .submitButton:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode .chatReport .submitButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode .chatReport .submitButton:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode .chatReport .submitButton:is(select) {
    background-color: #202C39; }
    .darkmode .chatReport .submitButton:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .chatReport .submitButton, .darkmode .chatReport .submitButton {
    background-color: #306A91;
    color: #FFFFFF;
    border: 1px solid #306A91;
    border-radius: 4px; }
  .chatReport .cancelSpan {
    background-color: transparent;
    color: #494949;
    border: none; }
    .chatReport .cancelSpan:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .chatReport .cancelSpan:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .chatReport .cancelSpan:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .chatReport .cancelSpan:is(select) {
      background-color: #202C39; }
      .darkmode .chatReport .cancelSpan:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .darkmode .chatReport .cancelSpan {
      color: #B3B3B3; }
    .chatReport .cancelSpan:hover {
      text-decoration: underline; }
  .chatReport .closeReportLink {
    color: #0a5a83; }
    .darkmode .chatReport .closeReportLink {
      color: #68B5F0; }
  .chatReport .ignoreUserLink {
    color: #0a5a83; }
    .darkmode .chatReport .ignoreUserLink {
      color: #68B5F0; }
    .chatReport .ignoreUserLink.disabled {
      color: #454545; }
      .darkmode .chatReport .ignoreUserLink.disabled {
        color: #B3B3B3; }

.broadcaster {
  color: #DC5500; }
  .broadcaster.mentionHl {
    color: #fff;
    background-color: #DC5500; }

.mod {
  color: #DC0000; }
  .mod.mentionHl {
    color: #fff;
    background-color: #DC0000; }

.inFanclub {
  color: #090; }
  .inFanclub.mentionHl {
    color: #fff;
    background-color: #090; }

.tippedTonsRecently {
  color: #804baa; }
  .tippedTonsRecently.mentionHl {
    color: #fff;
    background-color: #804baa; }

.tippedALotRecently {
  color: #be6aff; }
  .tippedALotRecently.mentionHl {
    color: #fff;
    background-color: #be6aff; }

.tippedRecently {
  color: #1E5CFB; }
  .tippedRecently.mentionHl {
    color: #fff;
    background-color: #1E5CFB; }

.hasTokens {
  color: #69A; }
  .hasTokens.mentionHl {
    color: #fff;
    background-color: #69A; }

.defaultUser {
  color: #939393; }
  .defaultUser.mentionHl {
    color: #fff;
    background-color: #939393; }

/**
 * Generic mixins
 */
/* Note this is a theme file -- Only color css allowed here! */
.autocompleteModal {
  background-color: #ffffff;
  border-color: #acacac;
  color: #494949; }
  .darkmode .autocompleteModal {
    background-color: #1C2733;
    border-color: #1C2733;
    color: #B3B3B3; }
  .autocompleteModal.broadcasterTags {
    border-color: #EFEFEF;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); }
    .darkmode .autocompleteModal.broadcasterTags {
      border-color: #1C2733; }
    .autocompleteModal.broadcasterTags .selectedEmoticon {
      background-color: #D9D9D9; }
  .autocompleteModal .selectedEmoticon {
    background-color: #cccccc; }
    .darkmode .autocompleteModal .selectedEmoticon {
      background-color: #885336; }
  .autocompleteModal .previewWrapper {
    border-bottom-color: #acacac; }
    .darkmode .autocompleteModal .previewWrapper {
      border-bottom-color: #6E6F70; }
  .autocompleteModal .hrefColor {
    color: #0A5B83; }
    .darkmode .autocompleteModal .hrefColor {
      color: #68B5F0; }

.emoticonPreviewModal {
  background-color: #ffffff;
  color: #494949; }
  .darkmode .emoticonPreviewModal {
    background-color: #1C2733;
    color: #B3B3B3; }
  .emoticonPreviewModal .closeButton {
    background: url(../../tsdefaultassets/close.svg?9a87e6f7a4de) no-repeat center center;
    background-size: cover; }
    .darkmode .emoticonPreviewModal .closeButton {
      background: url(../../tsdefaultassets/close-white.svg?b0389426f1cb) no-repeat center center;
      background-size: cover; }
  .emoticonPreviewModal .cancelButton {
    background-color: transparent;
    color: #494949;
    border: none; }
    .emoticonPreviewModal .cancelButton:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .emoticonPreviewModal .cancelButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .emoticonPreviewModal .cancelButton:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .emoticonPreviewModal .cancelButton:is(select) {
      background-color: #202C39; }
      .darkmode .emoticonPreviewModal .cancelButton:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .darkmode .emoticonPreviewModal .cancelButton {
      color: #B3B3B3; }
    .emoticonPreviewModal .cancelButton:hover {
      text-decoration: underline; }
  .emoticonPreviewModal .reportButton:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode .emoticonPreviewModal .reportButton:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode .emoticonPreviewModal .reportButton:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode .emoticonPreviewModal .reportButton:is(select) {
    background-color: #202C39; }
    .darkmode .emoticonPreviewModal .reportButton:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .emoticonPreviewModal .reportButton, .darkmode .emoticonPreviewModal .reportButton {
    background-color: #306A91;
    color: #FFFFFF;
    border: 1px solid #306A91;
    border-radius: 4px; }
  .emoticonPreviewModal .categorySelect:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode .emoticonPreviewModal .categorySelect:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode .emoticonPreviewModal .categorySelect:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode .emoticonPreviewModal .categorySelect:is(select) {
    background-color: #202C39; }
    .darkmode .emoticonPreviewModal .categorySelect:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .darkmode .emoticonPreviewModal .categorySelect {
    background-color: transparent;
    color: #B3B3B3 !important;
    -webkit-appearance: menulist; }
  .emoticonPreviewModal .hrefColor {
    color: #0A5B83; }
    .darkmode .emoticonPreviewModal .hrefColor {
      color: #68B5F0; }

.emoticonImage img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: inline-block; }

.mediaPreviewModal {
  background-color: #FFFFFF;
  color: #49494F; }
  .darkmode .mediaPreviewModal {
    background-color: #1C2733;
    color: #B3B3B3; }
  .mediaPreviewModal .closeButton {
    background: url(../../tsdefaultassets/close.svg?9a87e6f7a4de) no-repeat center center;
    background-size: cover; }
    .darkmode .mediaPreviewModal .closeButton {
      background: url(../../tsdefaultassets/close-white.svg?b0389426f1cb) no-repeat center center;
      background-size: cover; }

/* Note this is a theme file -- Only color css allowed here! */
.conversationList {
  color: #494949; }
  .hasDarkBackground .conversationList, .darkmode .conversationList {
    color: #FFFFFF;
    background-color: #202C39; }
  .draggableCanvasWindow .conversationList {
    background-color: unset; }
  .conversationList .conversationBodyRoot {
    border-bottom-color: #E0E0E0; }
    .darkmode .conversationList .conversationBodyRoot {
      border-bottom-color: #2D3E50; }
    .conversationList .conversationBodyRoot .sendDmPrompt {
      color: #222222; }
      .darkmode .conversationList .conversationBodyRoot .sendDmPrompt {
        color: #FFFFFF; }
    .conversationList .conversationBodyRoot .cautionMessage {
      color: #525252; }
      .darkmode .conversationList .conversationBodyRoot .cautionMessage {
        color: #B3B3B3; }

.conversationListItem {
  border-color: #E0E0E0;
  background-color: transparent; }
  .darkmode .conversationListItem {
    border-color: #2D3E50; }
  .conversationListItem .replyIconSvg svg {
    fill: #49494F; }
    .darkmode .conversationListItem .replyIconSvg svg, .hasDarkBackground .conversationListItem .replyIconSvg svg {
      fill: #ffffff; }
  .darkmode .conversationListItem .messageDiv, .hasDarkBackground .conversationListItem .messageDiv {
    color: #ffffff; }
  .conversationListItem.currentConvo {
    background-color: #D5EBF8; }
    .darkmode .conversationListItem.currentConvo, .hasDarkBackground .conversationListItem.currentConvo {
      background-color: #2D3E50; }
  .conversationListItem.unreadBg {
    background-color: #FCEADC; }
    .darkmode .conversationListItem.unreadBg, .hasDarkBackground .conversationListItem.unreadBg {
      background-color: #885336; }
  .conversationListItem.selected {
    background-color: #E0E0E0; }
    .darkmode .conversationListItem.selected, .hasDarkBackground .conversationListItem.selected {
      background-color: #434649; }
  .conversationListItem .closeBtnContainer {
    fill: #888; }
    .conversationListItem .closeBtnContainer:hover {
      fill: #222; }
    .darkmode .conversationListItem .closeBtnContainer:hover, .hasDarkBackground .conversationListItem .closeBtnContainer:hover {
      fill: #D1D1D1; }
  .conversationListItem .timeString {
    color: #6C6C78; }
    .darkmode .conversationListItem .timeString {
      color: #888; }

.avatarBubble div {
  color: #FFFFFF; }

.avatarBubble .broadcaster {
  background-color: #DC5500; }

.avatarBubble .mod {
  background-color: #DC0000; }

.avatarBubble .inFanclub {
  background-color: #090; }

.avatarBubble .tippedTonsRecently {
  background-color: #804baa; }

.avatarBubble .tippedALotRecently {
  background-color: #be6aff; }

.avatarBubble .tippedRecently {
  background-color: #1E5CFB; }

.avatarBubble .hasTokens {
  background-color: #69A; }

.avatarBubble .defaultUser {
  background-color: #939393; }

.PMControlBar {
  background-color: #ffffff;
  border-bottom-color: #BDBDBD;
  color: #494949; }
  .darkmode .PMControlBar {
    background-color: #202C39;
    border-bottom-color: #2D3E50;
    color: #B3B3B3; }
  .PMControlBar .backButton {
    color: #0471A1; }
    .darkmode .PMControlBar .backButton {
      color: #68B5F0; }

.SearchBar {
  border-color: #E0E0E0; }
  .darkmode .SearchBar {
    border-color: #2D3E50; }
  .SearchBar .searchUserInput {
    color: #000000;
    border-color: #BDBDBD; }
    .SearchBar .searchUserInput:focus {
      border-color: #000000; }
    .darkmode .SearchBar .searchUserInput {
      border-color: #2D3E50; }
    .darkmode .SearchBar .searchUserInput, .hasDarkBackground .SearchBar .searchUserInput {
      color: #ffffff; }
      .darkmode .SearchBar .searchUserInput:focus, .hasDarkBackground .SearchBar .searchUserInput:focus {
        border-color: #ffffff; }

.noteIconSvg svg {
  stroke: #6C6C78;
  fill: transparent;
  color: transparent; }
  .darkmode .noteIconSvg svg, .draggableCanvasWindow .noteIconSvg svg {
    stroke: #B3B3B3; }
  .isTip .noteIconSvg svg {
    stroke: #6C6C78; }

.followerStarSvg svg {
  fill: #FFC72C;
  stroke: black;
  stroke-width: 1px; }

#ChatTabContainer {
  border: 1px solid #acacac;
  background-color: #fff; }
  #ChatTabContainer.modern, .darkmode #ChatTabContainer {
    border: none; }
  #ChatTabContainer.modern.embedChatTabContainer {
    border-right-color: #E0E0E0; }
  .darkmode #ChatTabContainer {
    background-color: #202C39; }
  #ChatTabContainer #tab-row {
    background-color: #7f7f7f;
    border-bottom: none; }
    .darkmode #ChatTabContainer #tab-row {
      background-color: #17202A; }
  #ChatTabContainer .refreshUsersLink {
    color: #0a5a83; }
    .darkmode #ChatTabContainer .refreshUsersLink {
      color: #68B5F0; }

/* Note this is a theme file -- Only color css allowed here! */
.ChatTabContents .message-list {
  background-color: #fff;
  color: #494949; }
  .darkmode .ChatTabContents .message-list {
    background-color: transparent;
    color: #FFFFFF; }
  .ChatTabContents .message-list .msg-text {
    color: #494949; }
    .darkmode .ChatTabContents .message-list .msg-text {
      color: #FFFFFF; }
    .ChatTabContents .message-list .msg-text .roomNotice {
      color: #494949; }
      .darkmode .ChatTabContents .message-list .msg-text .roomNotice {
        color: #FFFFFF; }
      .ChatTabContents .message-list .msg-text .roomNotice.titleChange {
        color: #DC5500; }
        .darkmode .ChatTabContents .message-list .msg-text .roomNotice.titleChange {
          color: #F47321; }

#FVChatTabContents .roomNotice, .theatermodePureChat .roomNotice {
  color: #AAAAAA; }
  #FVChatTabContents .roomNotice.titleChange, .theatermodePureChat .roomNotice.titleChange {
    color: #F47321; }

.ChatTabContents .chat-input-div,
.ChatTabContents .inputDiv,
#SplitModeChatSettingsTab .chat-input-div,
#SplitModeChatSettingsTab .inputDiv,
#UserListTab .chat-input-div,
#UserListTab .inputDiv,
#FVChatTabContents .chat-input-div,
#FVChatTabContents .inputDiv,
#FVChatSettingsTab .chat-input-div,
#FVChatSettingsTab .inputDiv {
  background-color: #FFFFFF; }
  .darkmode .ChatTabContents .chat-input-div, .darkmode .ChatTabContents .inputDiv, .darkmode #SplitModeChatSettingsTab .chat-input-div, .darkmode #SplitModeChatSettingsTab .inputDiv, .darkmode #UserListTab .chat-input-div, .darkmode #UserListTab .inputDiv, .darkmode #FVChatTabContents .chat-input-div, .darkmode #FVChatTabContents .inputDiv, .darkmode #FVChatSettingsTab .chat-input-div, .darkmode #FVChatSettingsTab .inputDiv {
    background-color: #2A323F; }

#FVChatTabContents .chat-input-div,
#FVChatSettingsTab .chat-input-div {
  background-color: #FFFFFF; }
  .darkmode #FVChatTabContents .chat-input-div, .darkmode #FVChatSettingsTab .chat-input-div {
    background-color: #2A323F; }
  .pureChat #FVChatTabContents .chat-input-div, .pureChat #FVChatSettingsTab .chat-input-div {
    background-color: rgba(0, 0, 0, 0.15); }
    .pureChat #FVChatTabContents .chat-input-div .chat-input-form,
    .pureChat #FVChatTabContents .chat-input-div .chat-input-field, .pureChat #FVChatSettingsTab .chat-input-div .chat-input-form,
    .pureChat #FVChatSettingsTab .chat-input-div .chat-input-field {
      color: #FFFFFF; }
  #FVChatTabContents .chat-input-div .chat-input-form,
  #FVChatTabContents .chat-input-div .chat-input-field,
  #FVChatSettingsTab .chat-input-div .chat-input-form,
  #FVChatSettingsTab .chat-input-div .chat-input-field {
    color: #000000; }
    .darkmode #FVChatTabContents .chat-input-div .chat-input-form, .darkmode #FVChatTabContents .chat-input-div .chat-input-field, .darkmode #FVChatSettingsTab .chat-input-div .chat-input-form, .darkmode #FVChatSettingsTab .chat-input-div .chat-input-field {
      color: #FFFFFF; }
  #FVChatTabContents .chat-input-div .tip-button:focus,
  #FVChatSettingsTab .chat-input-div .tip-button:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode #FVChatTabContents .chat-input-div .tip-button:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])), .darkmode #FVChatSettingsTab .chat-input-div .tip-button:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode #FVChatTabContents .chat-input-div .tip-button:is(textarea, input, button):focus, .darkmode #FVChatSettingsTab .chat-input-div .tip-button:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode #FVChatTabContents .chat-input-div .tip-button:is(select), .darkmode #FVChatSettingsTab .chat-input-div .tip-button:is(select) {
    background-color: #202C39; }
    .darkmode #FVChatTabContents .chat-input-div .tip-button:is(select):focus, .darkmode #FVChatSettingsTab .chat-input-div .tip-button:is(select):focus {
      outline: #68B5F0 auto 1px; }
  #FVChatTabContents .chat-input-div .tip-button, .darkmode #FVChatTabContents .chat-input-div .tip-button,
  #FVChatSettingsTab .chat-input-div .tip-button, .darkmode #FVChatSettingsTab .chat-input-div .tip-button {
    background-color: #009900;
    color: #FFFFFF;
    border: 1px solid #288A09;
    border-radius: 4px; }

#FVChatTabContents .msg-text,
#FVChatSettingsTab .msg-text {
  color: #FFFFFF; }
  .darkmode #FVChatTabContents .msg-text, .darkmode #FVChatSettingsTab .msg-text {
    color: #dedede; }

.pureChat #FVChatTabContents .msg-list-wrapper-fvm, .pureChat #FVChatSettingsTab .msg-list-wrapper-fvm {
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000; }
  .pureChat #FVChatTabContents .msg-list-wrapper-fvm .pureChatColor, .pureChat #FVChatSettingsTab .msg-list-wrapper-fvm .pureChatColor {
    color: var(--pureChatColor); }
  .pureChat #FVChatTabContents .msg-list-wrapper-fvm .pureHidden, .pureChat #FVChatSettingsTab .msg-list-wrapper-fvm .pureHidden {
    visibility: hidden; }

.msg-link {
  color: #0a5a83; }
  .darkmode .msg-link, .hasDarkBackground .msg-link {
    color: #68B5F0; }
  .bright-background .msg-link {
    color: #0a5a83; }

.appPreview {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #ebecec; }
  .darkmode .appPreview {
    color: #FFFFFF;
    background-color: #17202A;
    border: 1px solid #2D3E50; }
  .appPreview .subText {
    color: #808285; }
    .darkmode .appPreview .subText {
      color: #B3B3B3; }

/* Note this is a theme file -- Only color css allowed here! */
#FVChatSettingsTab .chat-settings-input, #SplitModeChatSettingsTab .chat-settings-input {
  border-color: #b1b1b1; }
  #FVChatSettingsTab .chat-settings-input:focus, #SplitModeChatSettingsTab .chat-settings-input:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode #FVChatSettingsTab .chat-settings-input:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])), .darkmode #SplitModeChatSettingsTab .chat-settings-input:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode #FVChatSettingsTab .chat-settings-input:is(textarea, input, button):focus, .darkmode #SplitModeChatSettingsTab .chat-settings-input:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode #FVChatSettingsTab .chat-settings-input:is(select), .darkmode #SplitModeChatSettingsTab .chat-settings-input:is(select) {
    background-color: #202C39; }
    .darkmode #FVChatSettingsTab .chat-settings-input:is(select):focus, .darkmode #SplitModeChatSettingsTab .chat-settings-input:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .darkmode #FVChatSettingsTab .chat-settings-input, .darkmode #SplitModeChatSettingsTab .chat-settings-input {
    border-color: #6E6F70;
    color: #FFFFFF; }

#FVChatSettingsTab .chat-settings-select, #SplitModeChatSettingsTab .chat-settings-select {
  -webkit-appearance: menulist; }
  #FVChatSettingsTab .chat-settings-select:focus, #SplitModeChatSettingsTab .chat-settings-select:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode #FVChatSettingsTab .chat-settings-select:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])), .darkmode #SplitModeChatSettingsTab .chat-settings-select:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode #FVChatSettingsTab .chat-settings-select:is(textarea, input, button):focus, .darkmode #SplitModeChatSettingsTab .chat-settings-select:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode #FVChatSettingsTab .chat-settings-select:is(select), .darkmode #SplitModeChatSettingsTab .chat-settings-select:is(select) {
    background-color: #202C39; }
    .darkmode #FVChatSettingsTab .chat-settings-select:is(select):focus, .darkmode #SplitModeChatSettingsTab .chat-settings-select:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .darkmode #FVChatSettingsTab .chat-settings-select, .darkmode #SplitModeChatSettingsTab .chat-settings-select {
    color: #FFFFFF !important; }

#FVChatSettingsTab .tooltip-info-icon, #SplitModeChatSettingsTab .tooltip-info-icon {
  cursor: pointer;
  height: 10px;
  width: 10px;
  display: inline-block;
  align-self: center;
  border-radius: 50%;
  margin-left: 4px;
  background: url(../../images/info-icon-black.svg?a8153a214a15) no-repeat center; }
  .darkmode #FVChatSettingsTab .tooltip-info-icon, .darkmode #SplitModeChatSettingsTab .tooltip-info-icon {
    background: url(../../images/info-icon-white.svg?dd889667270a) no-repeat center; }

#SplitModeChatSettingsTab .chat-settings-input {
  background-color: transparent; }

#SplitModeChatSettingsTab .link {
  color: #0a5a83; }
  .darkmode #SplitModeChatSettingsTab .link {
    color: #68B5F0; }

#FVChatSettingsTab {
  color: #ffffff; }
  .darkmode #FVChatSettingsTab .chat-settings-input:not(.slider, .colorSwatch) {
    background-color: #202C39;
    border-color: #2A323F; }
  #FVChatSettingsTab .manage-ignored-link {
    color: #85ffff; }
    .darkmode #FVChatSettingsTab .manage-ignored-link {
      color: #68B5F0; }
  #FVChatSettingsTab .chat-input-div {
    background-color: #ffffff; }
    .darkmode #FVChatSettingsTab .chat-input-div {
      background-color: #202C39; }
    .darkmode #FVChatSettingsTab .chat-input-div .chat-input-field {
      color: #ffffff; }
  #FVChatSettingsTab .tooltip-info-icon {
    cursor: pointer;
    height: 10px;
    width: 10px;
    display: inline-block;
    align-self: center;
    border-radius: 50%;
    margin-left: 4px;
    background: url(../../images/info-icon-white.svg?dd889667270a) no-repeat center; }

.BaseTabsContainer .inputDiv {
  background-color: transparent;
  border-color: #ACACAC; }
  .darkmode .BaseTabsContainer .inputDiv {
    border-color: #2D3E50; }
  .BaseTabsContainer .inputDiv .msg-input {
    color: #000; }
    .darkmode .BaseTabsContainer .inputDiv .msg-input {
      color: #FFFFFF; }

#tab-row {
  background-color: #7f7f7f; }
  #ChatTabContainer.modern #tab-row, .draggableCanvasWindow .modern #tab-row {
    background-color: #c9c9c9; }
    .darkmode #ChatTabContainer.modern #tab-row, .darkmode .draggableCanvasWindow .modern #tab-row {
      background-color: #17202A;
      border-bottom: none; }
  .darkmode #tab-row {
    background-color: #17202A;
    border-bottom: 2px solid #17202A; }

.tab {
  background-color: #c9c9c9; }
  .darkmode .tab {
    background-color: transparent; }
  .tab:hover {
    background-color: #fff;
    color: #DC5500; }
    .darkmode .tab:hover {
      background-color: #202C39;
      color: #F47321; }
  .tab.active {
    background-color: #fff;
    color: #DC5500;
    cursor: default; }
    .darkmode .tab.active {
      background-color: #202C39;
      color: #F47321; }
  .tab.collapsed {
    background-color: transparent; }
    .tab.collapsed:hover {
      background-color: #c9c9c9; }
      .darkmode .tab.collapsed:hover {
        background-color: #17202A; }

.chat-tabs-dropdown-border {
  border-color: #c9c9c9;
  box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.32); }
  .darkmode .chat-tabs-dropdown-border {
    border-color: #17202A; }

.pm-control-bar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-pack: justify; }

@media screen and (min-width: 0\0) {
  .pm-control-bar span {
    display: inline-block;
    height: 100%; } }

#DmWindowBar .pm-more-menus li:hover {
  color: #ccc !important; }

#DmWindowBar .PrivateChatWindow form input[type=radio] {
  height: 14px;
  width: 14px; }

#DmWindowBar .PrivateChatWindow form label {
  margin: 3px 8px !important; }

#DmWindowBar .PrivateChatWindow .send-button {
  background-color: #F47321;
  border: 1px solid #D56125;
  cursor: pointer; }
  #DmWindowBar .PrivateChatWindow .send-button.disabled {
    background-color: grey;
    border: 1px solid grey;
    cursor: wait; }

#DmWindowBar .PrivateChatWindow div.corner div.me {
  border-radius: 10px 10px 4px 10px !important; }

#DmWindowBar .PrivateChatWindow div.corner div.other {
  border-radius: 10px 10px 10px 4px !important; }

#DmWindowBar .emoticonImage img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: inline-block; }

.userPanel {
  color: #222; }
  .darkmode .userPanel {
    color: #ccc; }

@font-face {
  font-family: 'UbuntuRegular';
  src: url("../../fonts/ubuntur-webfont.eot?1188017abdc0");
  src: url("../../fonts/ubuntur-webfont.eot?&1188017abdc0#iefix") format("eot"), url("../../fonts/ubuntur-webfont.woff?896a82003cd1") format("woff"), url("../../fonts/ubuntur-webfont.ttf?37cf452b3f58") format("truetype"), url("../../fonts/ubuntur-webfont.svg?396700312810#webfontH0ji1hXa") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UbuntuBold';
  src: url("../../fonts/ubuntub-webfont.eot?a870ebadce32");
  src: url("../../fonts/ubuntub-webfont.eot?&a870ebadce32#iefix") format("eot"), url("../../fonts/ubuntub-webfont.woff?6455d1004bc5") format("woff"), url("../../fonts/ubuntub-webfont.ttf?abee57aeee27") format("truetype"), url("../../fonts/ubuntub-webfont.svg?693d742037eb#webfontOIyUgfKw") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UbuntuMedium';
  src: url("../../fonts/ubuntum-webfont.eot?d8f8ba0da549");
  src: url("../../fonts/ubuntum-webfont.eot?&d8f8ba0da549#iefix") format("eot"), url("../../fonts/ubuntum-webfont.woff?a7fc63c36394") format("woff"), url("../../fonts/ubuntum-webfont.ttf?b720a4d699c2") format("truetype"), url("../../fonts/ubuntum-webfont.svg?c08a26c0b9c4#webfontl8qOUOft") format("svg");
  font-weight: normal;
  font-style: normal; }

#SearchInput {
  display: block;
  position: relative; }
  #SearchInput.RoomlistSearchInput {
    float: right;
    right: 15px;
    top: 3px;
    z-index: 2; }
    #SearchInput.RoomlistSearchInput .inputDelete {
      display: none;
      position: absolute;
      width: 18px;
      height: 20px;
      top: 2px;
      right: 5px;
      visibility: hidden; }
    #SearchInput.RoomlistSearchInput input.search_input {
      display: none;
      font-size: 12px;
      height: 21px;
      margin-top: 0;
      right: -15px;
      outline: none;
      position: relative; }
  #SearchInput.MobileSearchInput {
    width: 100%;
    z-index: 106; }
    #SearchInput.MobileSearchInput .inputDelete {
      display: block;
      position: absolute;
      width: 23px;
      height: 23px;
      top: 13%;
      right: 2px;
      background-position: 50% top;
      background-size: 14px 14px; }
    #SearchInput.MobileSearchInput input.search_input {
      display: inline-block;
      padding-right: 23px;
      margin-top: 3px;
      position: relative;
      font-size: 16px;
      right: 0; }
  #SearchInput #filter_search_form {
    position: relative;
    overflow: unset;
    height: unset; }
  #SearchInput input.search_input {
    border-color: #BDBDBD;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
    right: 0; }
    .darkmode #SearchInput input.search_input {
      color: #FFFFFF;
      border-color: #6E6F70;
      background-color: #17202A; }
    #SearchInput input.search_input.maximized {
      padding: 0px 40px 2px 5px;
      width: 182px; }
      #SearchInput input.search_input.maximized:placeholder-shown {
        width: 207px;
        padding-right: 15px;
        text-overflow: ellipsis; }
    #SearchInput input.search_input.minimized {
      padding: 0px 40px 2px 5px;
      width: 182px; }
      @media (max-width: 995px) {
        #SearchInput input.search_input.minimized {
          width: 55px; } }
  #SearchInput .suggestionsDiv {
    border-color: #bdbdbd;
    margin-right: -15px;
    border-width: 1px;
    border-style: solid;
    display: none;
    font: 12px UbuntuBold, Arial, Helvetica, sans-serif;
    position: absolute;
    right: 0;
    top: 25px;
    width: 227px; }
    #SearchInput .suggestionsDiv.mobile {
      top: 26px;
      width: 100%;
      right: 15px;
      box-sizing: border-box; }
    .darkmode #SearchInput .suggestionsDiv {
      border-color: #2A323F;
      box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.32); }
    #SearchInput .suggestionsDiv a {
      color: #494949;
      -webkit-touch-callout: none;
      -webkit-user-drag: none;
      -webkit-user-select: none; }
      .darkmode #SearchInput .suggestionsDiv a {
        color: #B3B3B3; }
    #SearchInput .suggestionsDiv .statusText {
      color: #6C6C78; }
      .darkmode #SearchInput .suggestionsDiv .statusText {
        color: #cbcbcb; }
    #SearchInput .suggestionsDiv .icon-online {
      background: url(../../tsdefaultassets/search_online_broadcaster.svg?e5b99c9c4dd7) no-repeat center center; }
      .darkmode #SearchInput .suggestionsDiv .icon-online {
        background: url(../../tsdefaultassets/search_online_broadcaster_dm.svg?cf182a59dbea) no-repeat center center; }
    #SearchInput .suggestionsDiv .icon-offline {
      background: url(../../tsdefaultassets/search_offline_broadcaster.svg?caa457f278fe) no-repeat center center; }
      .darkmode #SearchInput .suggestionsDiv .icon-offline {
        background: url(../../tsdefaultassets/search_offline_broadcaster_dm.svg?728f6cbf906d) no-repeat center center; }
    #SearchInput .suggestionsDiv .icon-hashtag {
      background: url(../../tsdefaultassets/search_hashtag.svg?11e0ce450c3e) no-repeat center center; }
      .darkmode #SearchInput .suggestionsDiv .icon-hashtag {
        background: url(../../tsdefaultassets/search_hashtag_dm.svg?fd60e5e9daaa) no-repeat center center; }
    #SearchInput .suggestionsDiv .icon-history {
      background: url(../../tsdefaultassets/search_emojis.svg?05c1318122e6) no-repeat center center; }
      .darkmode #SearchInput .suggestionsDiv .icon-history {
        background: url(../../tsdefaultassets/search_emojis_darkmode.svg?9a00a1affa02) no-repeat center center; }
    #SearchInput .suggestionsDiv div.broadcaster_suggestion,
    #SearchInput .suggestionsDiv div.hashtag_suggestion,
    #SearchInput .suggestionsDiv div.history_suggestion {
      background-color: #fcfcfc;
      border-bottom-color: #EFEFEF;
      color: #494949; }
      .darkmode #SearchInput .suggestionsDiv div.broadcaster_suggestion, .darkmode #SearchInput .suggestionsDiv div.hashtag_suggestion, .darkmode #SearchInput .suggestionsDiv div.history_suggestion {
        background-color: #202C39;
        border-bottom-color: #6E6F70;
        color: #B3B3B3; }
      #SearchInput .suggestionsDiv div.broadcaster_suggestion.active,
      #SearchInput .suggestionsDiv div.hashtag_suggestion.active,
      #SearchInput .suggestionsDiv div.history_suggestion.active {
        background-color: #efefef; }
        .darkmode #SearchInput .suggestionsDiv div.broadcaster_suggestion.active, .darkmode #SearchInput .suggestionsDiv div.hashtag_suggestion.active, .darkmode #SearchInput .suggestionsDiv div.history_suggestion.active {
          background-color: #885336; }
  #SearchInput p.broadcaster_suggestion,
  #SearchInput p.history_suggestion,
  #SearchInput p.hashtag_suggestion {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block; }
  #SearchInput p.hashtag_suggestion {
    top: 7px;
    width: calc(100% - 10px); }
  #SearchInput p.history_suggestion {
    width: calc(100% - 28px); }
  #SearchInput p.broadcaster_suggestion {
    width: calc(100% - 10px); }
  #SearchInput div.inputDelete {
    background-image: url(../../tsdefaultassets/close_icon_black.svg?ce9b4aee9590);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    visibility: visible;
    cursor: pointer; }
    .darkmode #SearchInput div.inputDelete {
      background-image: url(../../tsdefaultassets/close_icon_white.svg?11fb3db3bec8); }
  #SearchInput div.historyDelete {
    background-image: url(../../tsdefaultassets/close_icon_black.svg?ce9b4aee9590);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width: 18px;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 152px;
    cursor: pointer; }
    .darkmode #SearchInput div.historyDelete {
      background-image: url(../../tsdefaultassets/close_icon_white.svg?11fb3db3bec8); }

/* Note this is a theme file -- Only color css allowed here! */
.darkmode .checkboxComponent input:focus-visible {
  outline-color: #68B5F0; }

.checkboxComponent.toggle .toggleButton {
  background-color: white; }

.transparentCheckbox {
  background-color: transparent;
  border-color: #A8A8A8; }
  .darkmode .transparentCheckbox {
    background-color: #17202A;
    border-color: #2D3E50; }
  .transparentCheckbox.disabled {
    background-color: #F8F9FA;
    border-color: #EFEFEF; }
    .darkmode .transparentCheckbox.disabled {
      background-color: #202C39;
      border-color: #2D3E50; }
  .transparentCheckbox.checked {
    background: url(../../tsdefaultassets/settings-checkmark-white.svg?ae5c98f6a38e) no-repeat center center/60%, #306A91;
    border-color: #033E58; }
    .transparentCheckbox.checked.disabled {
      background-color: #d1d1d1;
      border-color: #EFEFEF; }
      .darkmode .transparentCheckbox.checked.disabled {
        background-color: #17202A;
        border-color: #2D3E50; }

.darkmode .draggableCanvasWindow .transparentCheckbox {
  border-color: #B3B3B3; }

.draggableCanvasWindow .transparentCheckbox.checked {
  background: url(../../tsdefaultassets/round-white-checkmark.svg?de510ac7d460) no-repeat center center, #B3B3B3; }

form .button, button.ajax_button {
  display: block;
  padding: 0px 30px 2px 15px;
  margin: 15px 0px 0px 137px;
  width: auto;
  height: 28px;
  border: 1px solid #b1b1b1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #FFF;
  font: 1.16em/1.0em 'UbuntuMedium', Arial, Helvetica, sans-serif;
  background-color: var(--wl-signup-bg-color, #F47321);
  background-image: url(../../images/arrow-white-v2.gif?75bde39356c3);
  background-repeat: no-repeat;
  background-position: right 50%; }
  form .button:hover, button.ajax_button:hover {
    background-color: var(--wl-signup-bg-color, #FF6300);
    text-decoration: underline;
    cursor: pointer; }
  form .button:disabled, button.ajax_button:disabled, form .disabled.button, button.disabled.ajax_button {
    background-color: #bababa;
    cursor: default; }
    form .button:disabled:hover, button.ajax_button:disabled:hover, form .disabled.button:hover, button.disabled.ajax_button:hover {
      text-decoraton: none; }

.checkboxComponent.transparentCheckbox {
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  display: inline-block; }

.checkboxComponent.toggle {
  box-sizing: content-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.4s ease 0s;
  user-select: none;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }
  .checkboxComponent.toggle .toggleButton {
    border-radius: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: left 0.2s; }

.checkboxComponent input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: inherit;
  outline-offset: 1px;
  pointer-events: none; }
  .checkboxComponent input[type=checkbox]:focus-visible {
    outline-offset: 1px;
    outline-style: solid;
    outline-width: 2px; }

.checkboxFieldLabel .checkboxComponent {
  margin: 0px 3px 0px 0px;
  transform: translateY(4px); }

.checkboxFieldLabel {
  padding: 0px 10px 0px 0px; }

/**
 * Generic mixins
 */
.auth_option {
  color: #0373a3;
  text-decoration: none; }
  .auth_option div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #525252;
    border-radius: 4px;
    color: #525252;
    margin-bottom: 8px;
    vertical-align: middle; }
    .mobile .auth_option div {
      height: 46px; }
  .auth_option p {
    font-size: 14px;
    line-height: 16px;
    font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
    margin: 0 0 0 8px !important; }
    .mobile .auth_option p {
      font-size: 16px;
      line-height: 24px; }

.or_separator p {
  color: #a7a7a7;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 22px; }
  .or_separator p:before, .or_separator p:after {
    background-color: #efefef;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%; }
  .or_separator p:before {
    right: 0.5em;
    margin-left: -50%; }
  .or_separator p:after {
    left: 0.5em;
    margin-right: -50%; }

.or_separator.darker p:before, .or_separator.darker p:after {
  background-color: #cbcbcb; }

body.embed-blurred-login-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

@supports (filter: blur(5px)) and (-webkit-filter: blur(5px)) {
  body.blurred-login-overlay-shown, .blurred-login-overlay {
    background: rgba(255, 255, 255, 0.75);
    visibility: visible; }
  body.isIpad.blurred-login-overlay-shown, body.isIpad .blurred-login-overlay {
    background: none; }
  body.darkmode.blurred-login-overlay-shown {
    background-color: #17202A; }
    body.darkmode.blurred-login-overlay-shown .blurred-login-overlay {
      background: rgba(0, 0, 0, 0.75); }
  body.isIpad.darkmode.blurred-login-overlay-shown .blurred-login-overlay {
    background: rgba(0, 0, 0, 0.5); } }

@supports (backdrop-filter: blur(3px)) or (-webkit-backdrop-filter: blur(3px)) {
  .blurred-login-overlay {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); }
  body.isIpad .blurred-login-overlay {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); }
  body.isIpad.darkmode .blurred-login-overlay {
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px); } }

#id_login_btn {
  cursor: pointer;
  opacity: 1;
  color: #FFFFFF;
  font: 16px ubuntumedium,Arial,Helvetica,sans-serif;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #A8A8A8;
  background-color: #F47321;
  -webkit-appearance: none; }
  #id_login_btn[disabled] {
    cursor: auto;
    opacity: 0.5; }

/**
 * Generic mixins
 */
.sprite-twemoji {
  zoom: 0.75;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%) scale(0.75); }

img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 .05em 0 .05em;
  vertical-align: -0.1em; }

img.emojiButton {
  height: 1em;
  width: 1em;
  vertical-align: text-bottom; }

img.emojiToneChoice {
  height: 1em;
  width: 1em; }

img.emojiChat {
  height: 1.1em;
  width: 1.1em;
  margin: 0 .05em 0 .05em;
  vertical-align: -0.1em; }

.big_form_button {
  font: 18px "UbuntuBold", Arial, Helvetica, sans-serif;
  line-height: 32px;
  padding: 3px 35px 2px 35px;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .big_form_button:focus {
    outline: -webkit-focus-ring-color auto 1px; }
  .darkmode .big_form_button:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
    background-color: #202C39; }
  .darkmode .big_form_button:is(textarea, input, button):focus {
    outline: none;
    box-shadow: 0 0 0 2px #68B5F0; }
  .darkmode .big_form_button:is(select) {
    background-color: #202C39; }
    .darkmode .big_form_button:is(select):focus {
      outline: #68B5F0 auto 1px; }
  .big_form_button, .darkmode .big_form_button {
    background-color: var(--wl-signup-bg-color, #F47321);
    color: #FFFFFF;
    border: 1px solid var(--wl-signup-bg-color, #CD5D26);
    border-radius: 4px; }
  .big_form_button:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background-image: url(../../images/arrow-white-v2.gif?75bde39356c3);
    background-repeat: no-repeat;
    background-position: center; }
  .big_form_button:hover {
    background-color: var(--wl-signup-bg-color, #FF6300);
    text-decoration: underline; }
  .big_form_button--small-text {
    font-size: 16px; }
  .big_form_button--full-width {
    width: 100%; }
  .big_form_button--margin {
    margin: 13px auto 20px auto; }
  .big_form_button--blue {
    color: var(--wl-text-color, #6783A3);
    border: 1px solid var(--wl-content-bgcolor, #B1B1B1);
    background-color: var(--wl-content-bgcolor, #DFE9F4); }
    .big_form_button--blue:after {
      background-image: url(../../images/arrow-blue.gif?5064c292cfa2); }
    .big_form_button--blue:hover {
      background-color: var(--wl-content-bgcolor, #CDE0F5); }
  .big_form_button a {
    color: #FFF; }

/**
 * Generic mixins
 */
header {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: fixed;
  background: #306A91;
  height: 40px;
  left: 0;
  top: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr; }
  header .right-nav {
    display: flex;
    justify-content: flex-end; }

.left-nav,
.right-nav {
  max-height: 40px; }

.divider-header-shadow {
  -moz-box-shadow: 0 0px 3px 0px black;
  -webkit-box-shadow: 0 0px 3px 0px black;
  box-shadow: 0 0px 3px 0px black;
  clip-path: inset(0px 0px -3px 0px);
  z-index: 1; }

#mmnav {
  background: url(../images/hamburger_menu.svg?a97a6b59efff) no-repeat center;
  background-size: contain;
  height: 100%;
  width: 27px;
  margin: 0 8px;
  position: relative;
  cursor: pointer; }
  #mmnav::after {
    content: "";
    display: none;
    position: absolute;
    left: 20px;
    top: 5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #F47321; }
  #mmnav.has_unseen::after {
    display: block; }

#mheader-logo,
#whitelabel-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  max-height: 40px;
  box-sizing: border-box; }

#whitelabel-header-logo {
  padding: 2px 0; }

#logo-img {
  display: inline;
  height: 28px; }

#whitelabel-logo-img {
  display: inline;
  max-width: 100%;
  max-height: 100%; }

.room-header {
  background-color: #17202A;
  grid-template-columns: auto auto 1fr; }
  .room-header #mheader-logo,
  .room-header #whitelabel-header-logo {
    max-width: 30vw; }
  .room-header .right-nav {
    min-width: 0; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

body {
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  margin: 0;
  min-width: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding-top: 40px; }
  body.no-scroll {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0; }

#main {
  position: relative;
  height: auto;
  overflow-x: hidden; }

.content {
  -moz-transition: all .15s ease;
  -webkit-transition: all .15s ease;
  background: #fff;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0 15px 15px;
  transition: all .15s ease;
  z-index: 2; }

a, .content a {
  color: #156b95;
  text-decoration: none; }

.content .c-1 {
  margin: 0; }

#btp {
  margin-top: 25px; }

.ui-focus,
.ui-btn:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.w_intro {
  float: left;
  clear: both; }

.user-info {
  height: 19px;
  padding: 1px 5px;
  line-height: 19px;
  display: flex; }

.user-info a {
  font-family: 'UbuntuBold', Arial, Helvetica, sans-serif;
  color: #0c6a93;
  font-size: 15px;
  line-height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.25em;
  flex-grow: 1;
  width: 100px; }

.user-info .age_gender_container {
  display: flex;
  height: 17px; }

.user-info .age {
  color: #898989;
  font-family: 'UbuntuBold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 19px;
  padding-right: 3px; }

.user-info .gender {
  padding-right: 1px;
  height: 19px;
  width: 13px; }

.user-info .fi {
  height: 19px;
  width: 15px;
  border-radius: 6px; }

.clear {
  margin: 0 5px 0 5px;
  border-top: 1px solid #acacac; }

.room-sub {
  height: 29px;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0 5px 0 5px;
  color: #3a3a3a;
  line-height: 15px;
  margin-top: -1px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.location {
  height: 14px;
  font-size: 12px;
  padding: 0 5px 0 5px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.location-inner {
  height: 14px;
  line-height: 14px;
  margin-top: -1px;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-left: 5px;
  white-space: nowrap;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block; }

.time-viewers {
  height: 14px;
  font-size: 12px;
  padding: 0 5px 5px 5px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.time-viewers-inner {
  height: 14px;
  line-height: 14px;
  float: left;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  font-size: 10px;
  padding-left: 5px;
  white-space: nowrap;
  width: -webkit-calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: calc(100% - 20px);
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.thumbnail_label, .thumbnail_label_featured {
  position: absolute;
  right: 3px;
  bottom: 3px;
  padding: 1px 3px 1px 3px;
  text-align: center;
  overflow: hidden;
  color: #FFF;
  font: 10px 'UbuntuRegular',Arial,Helvetica,sans-serif; }

.thumbnail_label_featured {
  border-bottom: 2px solid #dd7f21; }

.thumbnail_label_offline {
  background-color: #4f4f4f; }

.thumbnail_label_c {
  background-color: #0C6A93; }

.thumbnail_label_recommender {
  display: none;
  /* Hide "Recommended" thumbnail labels by default except in internal theme */ }

.thumbnail_label_c_gaming {
  background-color: #7F26B1; }

.thumbnail_label_c_new {
  background-color: #71b404; }

.thumbnail_label_exhibitionist {
  background-color: #6D85B5; }

.thumbnail_label_recorded {
  background-color: #4f4f4f; }

.thumbnail_label_c_private_show {
  background-color: #C00; }

#mobile_pagination {
  margin: 12px auto 10px auto;
  padding: 8px 0 10px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  #mobile_pagination > ul {
    height: 31px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0; }
    #mobile_pagination > ul span {
      margin: 0 5px 0 0; }
    #mobile_pagination > ul span.endless_separator {
      color: #000000; }
    #mobile_pagination > ul > li, #mobile_pagination > ul > li.paging, #mobile_pagination > ul > span {
      display: block; }
      #mobile_pagination > ul > li.active > a, #mobile_pagination > ul > li.paging.active > a, #mobile_pagination > ul > span.active > a {
        color: #525252;
        border-color: #acacac;
        background-color: #C9C9C9; }
      #mobile_pagination > ul > li a, #mobile_pagination > ul > li.paging a, #mobile_pagination > ul > span a {
        display: inline-block;
        box-sizing: border-box;
        border: 1px solid #a7a7a7;
        border-radius: 4px;
        color: #525252;
        flex: 1 1 auto;
        height: 26px;
        padding-left: 6px;
        padding-right: 6px;
        line-height: 26px;
        margin: 0 5px;
        white-space: nowrap;
        text-transform: capitalize;
        background: #FFFFFF;
        font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
        font-size: 14px; }
        @media (min-width: 500px) {
          #mobile_pagination > ul > li a, #mobile_pagination > ul > li.paging a, #mobile_pagination > ul > span a {
            padding-left: calc(1vw + 1px); } }
        @media (min-width: 700px) {
          #mobile_pagination > ul > li a, #mobile_pagination > ul > li.paging a, #mobile_pagination > ul > span a {
            padding-left: 8px; } }
        @media (min-width: 500px) {
          #mobile_pagination > ul > li a, #mobile_pagination > ul > li.paging a, #mobile_pagination > ul > span a {
            padding-right: calc(1vw + 1px); } }
        @media (min-width: 700px) {
          #mobile_pagination > ul > li a, #mobile_pagination > ul > li.paging a, #mobile_pagination > ul > span a {
            padding-right: 8px; } }
        #mobile_pagination > ul > li a:active, #mobile_pagination > ul > li.paging a:active, #mobile_pagination > ul > span a:active {
          color: #525252;
          border-color: #acacac;
          background-color: #C9C9C9; }
        @media (hover: hover) {
          #mobile_pagination > ul > li a:hover, #mobile_pagination > ul > li.paging a:hover, #mobile_pagination > ul > span a:hover {
            color: #525252;
            background-color: #C9C9C9;
            font-family: "UbuntuRegular", Arial, Helvetica, sans-serif; } }
        #mobile_pagination > ul > li a.prev, #mobile_pagination > ul > li a.next, #mobile_pagination > ul > li.paging a.prev, #mobile_pagination > ul > li.paging a.next, #mobile_pagination > ul > span a.prev, #mobile_pagination > ul > span a.next {
          text-indent: 0;
          background: #FFFFFF;
          width: auto; }
          #mobile_pagination > ul > li a.prev.no-link, #mobile_pagination > ul > li a.next.no-link, #mobile_pagination > ul > li.paging a.prev.no-link, #mobile_pagination > ul > li.paging a.next.no-link, #mobile_pagination > ul > span a.prev.no-link, #mobile_pagination > ul > span a.next.no-link {
            opacity: 0.7;
            pointer-events: none; }
            #mobile_pagination > ul > li a.prev.no-link:hover, #mobile_pagination > ul > li a.next.no-link:hover, #mobile_pagination > ul > li.paging a.prev.no-link:hover, #mobile_pagination > ul > li.paging a.next.no-link:hover, #mobile_pagination > ul > span a.prev.no-link:hover, #mobile_pagination > ul > span a.next.no-link:hover {
              color: #525252;
              background: #FFFFFF; }
          @media (hover: hover) {
            #mobile_pagination > ul > li a.prev:hover, #mobile_pagination > ul > li a.next:hover, #mobile_pagination > ul > li.paging a.prev:hover, #mobile_pagination > ul > li.paging a.next:hover, #mobile_pagination > ul > span a.prev:hover, #mobile_pagination > ul > span a.next:hover {
              background-color: #C9C9C9; } }
          #mobile_pagination > ul > li a.prev.hmpg-filt, #mobile_pagination > ul > li a.next.hmpg-filt, #mobile_pagination > ul > li.paging a.prev.hmpg-filt, #mobile_pagination > ul > li.paging a.next.hmpg-filt, #mobile_pagination > ul > span a.prev.hmpg-filt, #mobile_pagination > ul > span a.next.hmpg-filt {
            padding: 0 11.5px; }
            #mobile_pagination > ul > li a.prev.hmpg-filt:hover, #mobile_pagination > ul > li a.next.hmpg-filt:hover, #mobile_pagination > ul > li.paging a.prev.hmpg-filt:hover, #mobile_pagination > ul > li.paging a.next.hmpg-filt:hover, #mobile_pagination > ul > span a.prev.hmpg-filt:hover, #mobile_pagination > ul > span a.next.hmpg-filt:hover {
              background-color: #C9C9C9; }
        #mobile_pagination > ul > li a.prev.hmpg-filt, #mobile_pagination > ul > li.paging a.prev.hmpg-filt, #mobile_pagination > ul > span a.prev.hmpg-filt {
          background: url(../../images/arrow-left-page.svg?5dd5a22ab94a) no-repeat 50% 50%; }
        #mobile_pagination > ul > li a.next.hmpg-filt, #mobile_pagination > ul > li.paging a.next.hmpg-filt, #mobile_pagination > ul > span a.next.hmpg-filt {
          background: url(../../images/arrow-right-page.svg?7eb5ee13a7eb) no-repeat 50% 50%; }

#mobile_pagination_sel {
  width: 100%;
  text-align: center;
  padding: 0; }
  #mobile_pagination_sel a {
    text-decoration: none;
    color: #fff; }
  #mobile_pagination_sel .mselect {
    padding: 0;
    text-align: center;
    border: 1px solid #0A6A97;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    height: 26px;
    color: #555;
    margin: 0 5px;
    line-height: 27px;
    font-size: 16px;
    font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif; }
    #mobile_pagination_sel .mselect:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #000; }

/* ------ CAM GRID ------ */
#broadcasters {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  list-style: none; }

#broadcasters li {
  display: inline-block;
  position: relative;
  width: 10%;
  vertical-align: middle;
  box-sizing: border-box; }

.room_list_room {
  padding: 0px;
  margin: 3px;
  background: #f0f1f1;
  border: 1px solid #acacac;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

#broadcasters li a {
  color: #0a5a83;
  text-decoration: none; }

/* The wrapper for each item */
.broadcaster-cell {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0; }

/* Image layer */
.broadcaster-img {
  display: block;
  width: 100%;
  height: auto;
  border: none; }

/* ------ END CAM GRID ------ */
/* ------ CAM GRID MEDIA QUERIES ------ */
@media (max-width: 2200px) {
  #broadcasters li {
    width: 10%; } }

@media (max-width: 2000px) {
  #broadcasters li {
    width: 11.11%; } }

@media (max-width: 1800px) {
  #broadcasters li {
    width: 12.50%; } }

@media (max-width: 1600px) {
  #broadcasters li {
    width: 14.28%; } }

@media (max-width: 1400px) {
  #broadcasters li {
    width: 16.66%; } }

@media (max-width: 1200px) {
  #broadcasters li {
    width: 20%; } }

@media (max-width: 1000px) {
  #broadcasters li {
    width: 25%; } }

@media (max-width: 800px) {
  #broadcasters li {
    width: 33.33%; } }

@media (max-width: 550px) {
  #broadcasters li {
    width: 50%; } }

@media (max-width: 550px) {
  #broadcasters li.reduced-thumbnail {
    width: 33.33%; } }

/* ------ END MEDIA QUERIES ------ */
/* ------ SVGs ------ */
.icon-location {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgODAwIDgwMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODAwIDgwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOiNBMkEwQTA7fTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTM5OS43LDAuN0MxNzguOSwwLjcsMCwxNzkuNiwwLDQwMC4zQzAsNjIxLjEsMTc4LjksODAwLDM5OS43LDgwMGMyMjAuNywwLDM5OS43LTE3OC45LDM5OS43LTM5OS43Qzc5OS4zLDE3OS42LDYyMC40LDAuNywzOTkuNywwLjd6IE01OTEuNCwzMjMuN2MwLDAsMS40LDE0MC4yLTE5MS43LDM2OS4zQzIwNi42LDQ2My45LDIwOCwzMjMuNywyMDgsMzIzLjdjLTAuOS03LjUtMS40LTE1LjItMS40LTIzYzAtMTA2LjYsODYuNC0xOTMuMSwxOTMuMS0xOTMuMWMxMDYuNiwwLDE5My4xLDg2LjQsMTkzLjEsMTkzLjFDNTkyLjcsMzA4LjUsNTkyLjMsMzE2LjIsNTkxLjQsMzIzLjd6Ii8+PGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMzk5LjciIGN5PSIyOTEuNSIgcj0iMTA4LjgiLz48L3N2Zz4=") no-repeat scroll 0 0 transparent;
  width: 12px;
  height: 12px;
  float: left; }

.icon-cam {
  background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjkuODUgMTQ0LjI1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2EyYTFhMTt9LmNscy0ye2ZpbGw6I2ViZWNlZDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmNhbSBpY29uIGZvciBjYiBtb2JpbGU8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTY0LjkyLDUuOTVhNTksNTksMCwxLDEtNTksNTksNTksNTksMCwwLDEsNTktNTltMC01Ljk1YTY0LjkyLDY0LjkyLDAsMSwwLDY0LjkyLDY0LjkyQTY0LjkyLDY0LjkyLDAsMCwwLDY0LjkyLDBoMFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02NC45MiwzMy4xOEEzMS43NSwzMS43NSwwLDEsMSwzMy4xOCw2NC45MiwzMS43OCwzMS43OCwwLDAsMSw2NC45MiwzMy4xOG0wLTI5LjYxYTYxLjM2LDYxLjM2LDAsMSwwLDYxLjM2LDYxLjM2QTYxLjM2LDYxLjM2LDAsMCwwLDY0LjkyLDMuNTZoMFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMTAuODMsMTQ0LjI1SDE4YTguMDUsOC4wNSwwLDAsMS04LThoMGE4LjA1LDguMDUsMCwwLDEsOC04aDMuMDlsOC42NS04LjgzYTY1LjIyLDY1LjIyLDAsMCwwLDMzLjE4LDguODNjMTkuNzcsMCwzNi05LDM2LTlsOC40Nyw5aDMuNDRhOC4wNSw4LjA1LDAsMCwxLDgsOGgwQTguMDUsOC4wNSwwLDAsMSwxMTAuODMsMTQ0LjI1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTY0LjkyLDQzYTIyLDIyLDAsMCwwLTQuMy40M0ExMC42LDEwLjYsMCwxLDEsNDQuNTYsNTYuNzcsMjEuOTQsMjEuOTQsMCwxLDAsNjQuOTIsNDNaIi8+PGVsbGlwc2UgY2xhc3M9ImNscy0yIiBjeD0iMTA1LjQxIiBjeT0iNjcuNzYiIHJ5PSIwLjA0Ii8+PC9zdmc+") no-repeat scroll 0 0 transparent;
  width: 12px;
  height: 14px;
  float: left; }

.icon-m {
  background: url(../../images/icon-male.svg?fe3203a05c16) no-repeat center;
  background-size: cover;
  height: 20px;
  width: 20px; }

.icon-f {
  background: url(../../images/icon-fem.svg?818c9c4c368f) no-repeat center;
  background-size: cover;
  height: 20px;
  width: 20px; }

.icon-s {
  background: url(../../images/icon-trans.svg?4984008acb01) no-repeat center;
  background-size: cover;
  height: 20px;
  width: 20px; }

.icon-c {
  background: url(../../images/icon-cpl.svg?b74df354b80e) no-repeat center;
  background-size: cover;
  height: 20px;
  width: 20px; }

.icon-anon {
  background: url(../../images/gendericons/anon.svg?00993266cf7f) no-repeat center;
  background-size: cover;
  height: 20px;
  width: 20px; }

.icon-gender {
  margin-top: 3px;
  height: 12px;
  width: 12px; }

.icon-broadcaster {
  background-position: 50% 48%; }

/* ------ END SVGS ------ */
.form-wrapper {
  max-width: 350px;
  margin: 0 auto; }

.standardform fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif; }

.standardform form {
  margin: 0;
  padding: 0; }

.standardform form label {
  color: #000;
  font-size: 14px;
  margin-bottom: 3px; }

.standardform input[type=text],
.standardform input[type=password],
.standardform input[type=email] {
  width: 100%;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  font-size: 16px;
  box-sizing: border-box; }

.custom_tag_wrapper {
  float: left; }

.standardform select {
  margin-left: 8px;
  margin-right: 8px;
  box-sizing: border-box; }

.standardform #id_birthday_month {
  margin-left: 0;
  font-size: 16px;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif; }

.standardform #id_birthday_day {
  font-size: 16px; }

.standardform #id_birthday_year {
  font-size: 16px; }

.standardform #id_gender {
  margin-left: 0;
  font-size: 16px; }

.help_text {
  text-align: left;
  color: #999; }

h1 {
  color: #0a6a97;
  font-family: 'UbuntuBold', Arial, Helvetica, sans-serif;
  font-size: 19px;
  margin-top: 15px;
  margin-bottom: 10px;
  text-align: left; }

h2 {
  font-family: 'UbuntuBold', Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666; }

.standardform #field-wrapper {
  margin-top: 10px;
  margin-bottom: 10px; }

.standardform #error_notice {
  font-family: 'UbuntuBold', Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: red; }

.standardform .error-msg {
  font-size: 11px;
  color: red;
  margin-top: 3px; }

#checkbox-field {
  float: left;
  height: 20px; }

#checkbox-label {
  float: left;
  height: 20px;
  line-height: 20px;
  margin-top: 1px;
  margin-left: 2px; }

.button-wrapper {
  text-align: center; }

.login-title-lg {
  width: 100%;
  text-align: center;
  color: #f47500;
  font-family: 'UbuntuBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-top: 10px; }

.login-title-sm {
  width: 100%;
  text-align: center;
  color: #0a6a97;
  font-family: 'UbuntuBold', Arial, Helvetica, sans-serif;
  font-size: 14px; }

.signup-title-lg {
  width: 100%;
  text-align: center;
  color: #f47500;
  font-family: 'UbuntuBold', Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 5px; }

.signup-title-sm {
  width: 100%;
  text-align: center;
  color: #0a6a97;
  font-family: 'UbuntuBold', Arial, Helvetica, sans-serif;
  font-size: 14px; }

.signup-msg,
.signup-err-msg {
  margin-top: 15px;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  text-align: center; }

.signup-msg span {
  font-family: 'UbuntuBold', Arial, Helvetica, sans-serif;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden; }

.signup-err-msg span {
  font-family: 'UbuntuBold', Arial, Helvetica, sans-serif;
  color: #d50000;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  max-width: 250px;
  text-overflow: ellipsis;
  overflow: hidden; }

.signup-submit {
  cursor: pointer;
  width: 100%;
  color: #fff;
  background: #f67300;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2NzMwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNDYzMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f67300 0%, #d46300 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f67300), color-stop(100%, #d46300));
  background: -webkit-linear-gradient(top, #f67300 0%, #d46300 100%);
  background: -o-linear-gradient(top, #f67300 0%, #d46300 100%);
  background: -ms-linear-gradient(top, #f67300 0%, #d46300 100%);
  background: linear-gradient(to bottom, #f67300 0%, #d46300 100%);
  background-color: #f47321;
  filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#f67300', endColorstr='#d46300',GradientType=0 )";
  text-transform: uppercase;
  padding: 6px 0;
  text-decoration: none !important;
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  font-size: 18px;
  font-family: 'UbuntuMedium', Arial, Helvetica, sans-serif;
  text-align: center; }

.signup-submit:disabled {
  opacity: 0.4;
  cursor: default; }

.signup-submit:hover:disabled {
  opacity: 0.4;
  cursor: default; }

.submit {
  cursor: pointer;
  margin-top: 25px;
  border-radius: 3px;
  width: 100%;
  background: #0A6A97;
  color: #fff;
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  padding: 6px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'UbuntuMedium', Arial, Helvetica, sans-serif;
  text-align: center; }

.submit:disabled {
  background: #bababa;
  cursor: default; }

#pw-reset-text {
  margin-bottom: 10px;
  margin-top: 15px;
  text-align: left;
  color: #646464;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  font-size: 12px; }

.signup-spacer {
  height: 1px;
  width: 100%;
  background: #e0e0e0;
  margin: 10px 0; }

.signup-button-spacer {
  height: 15px;
  width: 100%;
  margin: 0; }

.over_18 {
  text-align: center;
  color: #646464;
  width: 100%;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 24px;
  margin: 10px 0; }

.med_notice {
  text-align: center;
  color: #555;
  width: 100%;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 15px;
  margin-top: 20px; }

.small_notice {
  text-align: center;
  color: #555;
  width: 100%;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 15px;
  margin-top: 20px; }

#forgotpw {
  text-align: center;
  width: 100%;
  height: 28px;
  line-height: 28px;
  margin: 8px 0;
  font-size: 14px;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif; }

#forgotpw a {
  color: #0a6a97;
  text-decoration: none; }

.products {
  margin-top: 20px; }

#purchase-tokens-header {
  margin-bottom: 20px; }

.content_body > .message, .dismissible_message {
  text-align: center;
  border: 1px solid #ccc;
  margin: 5px 5px 2px 5px !important;
  background-color: #ffffd3;
  padding: 0 10px !important; }

#room_list_loading_overlay {
  position: absolute;
  top: 46px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 200; }

#mobile-genders-banner {
  position: relative;
  height: 44px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap; }
  #mobile-genders-banner .gender {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #a7a7a7;
    border-radius: 4px;
    color: #525252;
    flex: 1 1 auto;
    height: 34px;
    padding: 0 8px;
    line-height: 34px;
    margin: 0 5px 0 0;
    white-space: nowrap;
    text-align: center; }
    #mobile-genders-banner .gender:last-child {
      margin: 0; }
    #mobile-genders-banner .gender.active, #mobile-genders-banner .gender:active {
      color: #525252;
      border-color: #acacac;
      background-color: #c9c9c9; }

#footer {
  font-size: 12px;
  width: 100%;
  text-align: center;
  padding: 10px 0 5px 0; }

#payment-form > select, .btc-input {
  width: 280px;
  font-size: 16px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

#payment-form > select {
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif; }

#mobile-header-advanced-options-container {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  margin: 0px 5px;
  min-height: 25px;
  overflow: hidden;
  text-wrap: nowrap;
  width: calc(100% - 10px); }

#mobile_advanced_options_link_container {
  margin: auto 0 auto auto;
  text-align: right; }
  #mobile_advanced_options_link_container.hashtag-active {
    width: auto; }

#mobile_advanced_options_link {
  height: fit-content;
  text-align: right; }

#mobile_advanced_options_container {
  padding: 0 5px;
  background-color: white; }

#mobile_advanced_options_container h2 {
  margin-bottom: 2px; }

#mobile_advanced_options_container .submit, #mobile_advanced_options_container #id_keywords {
  width: 100%; }

#mobile_advanced_options_container .submit {
  margin-top: 5px; }

#mobile_advanced_options_container label {
  margin: 0 8px 0 0;
  display: inline-flex;
  align-items: center;
  font-size: 12px; }

#mobile_advanced_options_container input[type=checkbox] {
  margin: 0 4px 0 0; }

#broadcasters > li > div.location {
  font-size: 12px;
  max-height: 18px;
  overflow: hidden; }

.cryptopayment div {
  margin: 5px 0; }

#cryptopayment_info {
  max-width: 280px; }

#cryptopayment_info .invoices {
  background-color: #ffffd3;
  color: #444;
  padding: 3px;
  max-width: 280px; }

#cryptopayment_tokens_label,
#coin_estimated_cost_label {
  font-size: 14px;
  float: left;
  width: 120px;
  line-height: 26px; }

#cryptopayment_tokens_input,
#coin_estimated_cost {
  float: right;
  width: 150px; }

#coin_estimated_cost {
  line-height: 30px; }

#cryptopayment_tokens {
  width: 141px;
  font-size: 14px;
  padding: 3px 3px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #b1b1b1; }

.cryptopayment_tokens_info {
  overflow: auto;
  display: table; }

.cryptopayment_tokens_info div {
  display: table-row;
  height: 100%; }

.cryptopayment_email_info input,
.cryptopayment_email_info span {
  display: inline-block;
  font-size: 14px; }

.cryptopayment_email_info span {
  margin-right: 10px; }

.cryptopayment_email_info input {
  width: 222px;
  font-size: 14px;
  padding: 3px 3px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #b1b1b1; }

.cryptopayment_data {
  overflow: auto;
  height: 100%; }

#oneclick_cvv2 {
  font-size: 14px; }

.followed_online_offline {
  display: flex;
  width: 100%;
  padding: 5px 0 5px 5px; }

.followed_online_offline .title {
  padding-right: 15px; }

.followed_online_offline .bold {
  font-family: 'UbuntuBold', Arial, Helvetica, sans-serif; }

.followed_online_offline .title p {
  margin: 0; }

.icon_following {
  background: url(../../whitelabels/mobile/images/following-hover.png?c8a176cf1dcb) no-repeat;
  opacity: .7; }

.icon_following_new {
  background: url(../../whitelabels/mobile/images/following-hover-new.svg?2882baf91c62) no-repeat center center; }

.icon_not_following {
  background: url(../../whitelabels/mobile/images/following-off.png?e2f3a7174c61) no-repeat;
  opacity: .5; }

.icon_update_following {
  background: url(../../whitelabels/mobile/images/following-update.gif?8a00b582b46c) no-repeat;
  opacity: .5; }

.no_select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.icon_following, .icon_update_following, .icon_not_following {
  background-origin: content-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  padding-top: 6px;
  padding-right: 6px;
  background-size: 35px 35px;
  cursor: pointer;
  z-index: 1; }

div > span.icon_following.no_hover,
div > span.icon_not_following.no_hover,
.dmWindowHeader .icon_following,
.dmWindowHeader .icon_not_following {
  z-index: 0; }

.cbValidate_neutral {
  display: none; }

.cbValidate_invalid {
  color: #d50000; }

.cbValidate_valid {
  display: none; }

.formvalidate_error {
  color: red; }

.formvalidate_spinner {
  display: inline-block; }

.formvalidate_spinner img {
  width: 12px;
  height: 12px; }

.formvalidate_hidden {
  display: none !important; }

.grecaptcha-badge {
  display: none; }

/* ------ START SMALLER ROOM IMAGES SPLIT TEST ------ */
#broadcasters li.list-view-room-thumbnail {
  width: 100%; }

#broadcasters .list-view-broadcaster-cell {
  display: inline-block;
  position: relative;
  width: 35%;
  flex: 0 0 auto; }
  #broadcasters .list-view-broadcaster-cell .broadcaster-cell {
    border-radius: 3px 0 0 3px; }

#broadcasters .list-view-user-info {
  padding: 0px 5px 0px 5px;
  display: inline-block;
  height: 100%;
  width: 65%;
  box-sizing: border-box;
  vertical-align: top;
  flex: 0 0 auto; }
  #broadcasters .list-view-user-info .user-info-top {
    padding-top: 5px;
    width: 100%;
    overflow: auto; }
  #broadcasters .list-view-user-info .room-sub {
    padding: 0;
    margin: 0; }

#broadcasters .subject {
  height: 30px; }

#broadcasters.show-location .subject {
  height: 15px; }

#broadcasters .location {
  display: none; }

#broadcasters .location-inner:empty + .icon-location {
  visibility: hidden; }

#broadcasters.show-location .location {
  display: block; }

.additional-info {
  position: absolute;
  bottom: 3px;
  width: calc(65% - 2 * 5px);
  font-size: 10px;
  line-height: 10px;
  height: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .additional-info .location {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 0px; }
    .additional-info .location .location-inner {
      display: inline-block;
      width: auto;
      max-width: calc(100% - 12px);
      line-height: 14px;
      margin: auto 0; }
    .additional-info .location .icon-location {
      height: 14px;
      width: 14px;
      display: inline-block; }
  .additional-info .time-viewers {
    padding: 0px;
    display: inline-block; }
  .additional-info .time-viewers-text {
    height: 14px;
    display: inline-block;
    vertical-align: bottom; }
  .additional-info .icon-cam {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-right: 2px; }

.list-view-follow.icon_following, .list-view-follow.icon_update_following, .list-view-follow.icon_not_following {
  padding-top: 2px;
  padding-right: 2px; }

.list-view {
  position: relative;
  display: flex; }

.clear-list {
  margin: 0;
  padding-bottom: 2px; }

.room-sub-list-view {
  white-space: normal; }

/* ------ START SMALLER ROOM IMAGES MEDIA QUERIES ------ */
@media (max-width: 550px) {
  .user-info.reduced-thumbnail {
    height: 12px; }
    .user-info.reduced-thumbnail a, .user-info.reduced-thumbnail .age {
      font-size: 11px; }
    .user-info.reduced-thumbnail .gender {
      height: 12px; }
  li.reduced-thumbnail .room-sub {
    font-size: 10px; }
  li.reduced-thumbnail .location-inner, li.reduced-thumbnail .time-viewers-inner {
    font-size: 9px; }
  .icon_following, .icon_update_following, .icon_not_following {
    width: 30px;
    height: 30px;
    background-size: 30px 30px; } }

@media (min-width: 551px) {
  .user-info-top {
    height: 23px;
    line-height: 23px; }
    .user-info-top .username {
      font-size: 19px;
      line-height: 23px; }
    .user-info-top .gender {
      height: 23px;
      width: 23px; }
      .user-info-top .gender .icon-gender {
        margin-top: 2px;
        width: 18px;
        height: 18px; }
    .user-info-top .age {
      font-size: 19px;
      line-height: 23px; }
  .room-sub-list-view {
    font-size: 17px;
    line-height: 20px; }
  .additional-info {
    font-size: 14px; }
    .additional-info .location {
      margin-right: 30px;
      max-width: 50%; }
      .additional-info .location .location-inner {
        font-size: 14px;
        max-width: calc(100% - 14px); }
    .additional-info .icon-cam {
      width: 14px; } }

/* ------ END SMALLER ROOM IMAGES MEDIA QUERIES ------ */
/* ------ END SMALLER ROOM IMAGES SPLIT TEST ------ */
.mobile-sorting-button {
  margin: 0;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../../images/sorting.svg?b78408ca4f08);
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  color: transparent;
  pointer-events: none; }
  .mobile-sorting-button.active::after {
    content: '';
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    background: #68B5F0;
    width: 8px;
    height: 8px;
    border-radius: 50%; }

#mobile-sorting-options {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 20px; }

#header-links {
  height: 75px;
  padding: 10px;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 25px;
  background: #1b8fbf;
  overflow: hidden; }
  #header-links.shorter {
    height: 25px; }
  #header-links #user-info {
    margin: 0 0 6px 0; }
    #header-links #user-info div {
      display: inline-block; }
    #header-links #user-info #gender-menu {
      float: left;
      margin-right: 8px; }
    #header-links #user-info .notification_bell {
      background: url(../../images/bell_inactive.svg?b7c610114958) no-repeat center;
      border: none;
      cursor: pointer;
      height: 18px;
      padding: 1px 5px;
      position: absolute;
      right: 5px;
      vertical-align: top;
      width: 16px; }
    #header-links #user-info .notification_bell.has_unseen {
      background-image: url(../../images/bell_notification.svg?7c8c88191e0c); }
    #header-links #user-info .notification_bell.active {
      background-image: url(../../images/bell_active.svg?6e820b132257); }
    #header-links #user-info .chat_bubble {
      background: url(../../images/chat-bubble-gray.svg?7d187139b245) no-repeat center/contain;
      width: 22px;
      height: 20px;
      top: 8px;
      right: 37px;
      position: absolute;
      padding: 1px 5px;
      margin-top: 2px;
      box-sizing: border-box; }
    #header-links #user-info .chat_bubble.active {
      background-image: url(../../images/chat-bubble-normal.svg?9ca8fb9daa5e); }
    #header-links #user-info .chat_bubble.has_unread {
      background-image: url(../../images/chat-bubble-new.svg?1a2e10645f4a); }
  #header-links #user-status, #header-links #user-tokens {
    width: 100%; }
  #header-links #tokens-label, #header-links #status-label {
    float: left;
    clear: both;
    width: 60px;
    font-size: 12px; }
  #header-links #token-balance, #header-links #status {
    float: left;
    font-family: 'UbuntuMedium', Arial, Helvetica, sans-serif;
    width: auto;
    font-size: 12px; }
  #header-links #getmore, #header-links #upgrade-link {
    width: auto;
    float: right; }
  #header-links #purchase_tokens, #header-links #upgrade_user {
    color: #ff8a3f;
    text-decoration: none;
    font-family: 'UbuntuMedium', Arial, Helvetica, sans-serif;
    font-size: 12px; }
    #header-links #purchase_tokens a:hover, #header-links #upgrade_user a:hover {
      text-decoration: underline; }

#static-header .notification_bell {
  background: url(../../images/bell_inactive.svg?b7c610114958) no-repeat center;
  background-size: cover;
  border: none;
  cursor: pointer;
  height: 29px;
  padding: 0 5px;
  position: absolute;
  right: 5px;
  vertical-align: top;
  width: 16px;
  bottom: 0;
  top: 0;
  margin: auto 0; }

#static-header .notification_bell.has_unseen {
  background-image: url(../../images/bell_notification.svg?7c8c88191e0c); }

#static-header .notification_bell.active {
  background-image: url(../../images/bell_active.svg?6e820b132257); }

/**
 * Generic mixins
 */
#pushmenu-container {
  height: 100%;
  width: 100%;
  position: fixed;
  overflow: hidden auto;
  display: none;
  z-index: 1001;
  top: 0; }

.pushmenu {
  background-color: #1b8fbf;
  font-family: "Poppins", "UbuntuMedium", "UbuntuRegular", Arial, Helvetica, sans-serif;
  width: 320px;
  font-weight: 400;
  height: 100%;
  color: #fff;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow: auto; }
  .pushmenu.pushmenu-animate {
    transform: translate3d(320px, 0, 0);
    -o-transform: translate3d(320px, 0, 0);
    -ms-transform: translate3d(320px, 0, 0);
    -moz-transform: translate3d(320px, 0, 0);
    -webkit-transform: translate3d(320px, 0, 0); }
  .pushmenu.pushmenu-left {
    left: -320px; }

.main-menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .main-menu li {
    display: block;
    font-size: 13px;
    text-decoration: none;
    border-top: 1px solid #2289bc;
    border-bottom: 1px solid #0a4666;
    line-height: 44px;
    height: 44px;
    overflow: hidden !important;
    background: #146b95; }
    .main-menu li a.indent1 {
      padding-left: 25px; }
    .main-menu li a {
      display: block;
      padding-left: 10px;
      line-height: 44px;
      height: 44px;
      color: #fff;
      text-decoration: none; }
    .main-menu li:active {
      color: #fff; }
  .main-menu .bottom-link {
    color: #fff;
    font-size: 10px;
    font-family: "Poppins", "UbuntuMedium", "UbuntuRegular", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-decoration: none;
    margin: 0 3px 10px 3px; }
  .main-menu .spacer {
    height: 8px !important; }
  .main-menu .bottom-box {
    text-align: center;
    width: 320px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    background: #1b8fbf;
    margin: 0;
    padding: 30px 0;
    height: 170px; }
    @media (min-height: 992px) {
      .main-menu .bottom-box {
        height: 250px; } }
    .main-menu .bottom-box > * {
      flex: 0 1 18px; }
    .main-menu .bottom-box a:hover {
      text-decoration: underline; }
    .main-menu .bottom-box div {
      height: 18px; }
  .main-menu .bottom-spacer {
    height: 100px; }
  .main-menu #cam_page_container {
    margin: 0;
    padding: 0; }
  .main-menu #mobile-social-media-icons {
    padding: 0;
    margin: 0; }
    .main-menu #mobile-social-media-icons li,
    .main-menu #mobile-social-media-icons a {
      padding: 0; }
    .main-menu #mobile-social-media-icons li {
      display: inline-block;
      border: 0;
      background: none;
      padding: 0 12px;
      height: 40px;
      line-height: 50px; }
    .main-menu #mobile-social-media-icons a {
      display: inline-block;
      height: 20px;
      line-height: 20px;
      height: auto; }
  .main-menu #header-links {
    font-family: "Poppins", "UbuntuMedium", "UbuntuRegular", Arial, Helvetica, sans-serif; }
    .main-menu #header-links #status,
    .main-menu #header-links #token-balance {
      font-family: "Poppins", "UbuntuMedium", "UbuntuRegular", Arial, Helvetica, sans-serif; }
    .main-menu #header-links #upgrade_user,
    .main-menu #header-links #purchase_tokens {
      font-family: "Poppins", "UbuntuMedium", "UbuntuRegular", Arial, Helvetica, sans-serif;
      font-weight: 500; }
    .main-menu #header-links #status-label,
    .main-menu #header-links #tokens-label {
      width: 65px; }
  .main-menu .pushmenu_container {
    height: 166px;
    display: block;
    background: #1b8fbe; }
    .main-menu .pushmenu_container--shorter {
      height: auto; }
  .main-menu .pushmenu_notif_bar {
    padding: 16px;
    height: 18px; }
    .main-menu .pushmenu_notif_bar::after {
      content: "";
      clear: both; }
  .main-menu .pushmenu_notif_bell {
    background: url(../../images/bell_inactive.svg?b7c610114958) no-repeat center;
    border: none;
    cursor: pointer;
    height: 18px;
    width: 18px;
    float: right; }
    .main-menu .pushmenu_notif_bell.has_unseen {
      background-image: url(../../images/bell_notification.svg?7c8c88191e0c); }
    .main-menu .pushmenu_notif_bell.active {
      background-image: url(../../images/bell_active.svg?6e820b132257); }
  .main-menu .pushmenu_gender, .main-menu .pushmenu_profpic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-image: url(../../images/gendericons/anon.svg?00993266cf7f);
    width: 18px;
    height: 18px;
    float: left; }
    .main-menu .pushmenu_gender--m, .main-menu .pushmenu_profpic--m {
      background-image: url(../../images/icon-male.svg?fe3203a05c16); }
    .main-menu .pushmenu_gender--f, .main-menu .pushmenu_profpic--f {
      background-image: url(../../images/icon-male.svg?fe3203a05c16); }
    .main-menu .pushmenu_gender--t, .main-menu .pushmenu_profpic--t {
      background-image: url(../../images/icon-trans.svg?4984008acb01); }
    .main-menu .pushmenu_gender--c, .main-menu .pushmenu_profpic--c {
      background-image: url(../../images/icon-cpl.svg?b74df354b80e); }
    .main-menu .pushmenu_gender--anon, .main-menu .pushmenu_profpic--anon {
      background-image: url(../../images/gendericons/anon.svg?00993266cf7f); }
  .main-menu .pushmenu_infobox {
    padding: 8px 16px; }
  .main-menu .pushmenu_lisu-btn, .main-menu .pushmenu_cta-btn {
    display: block;
    text-decoration: none;
    color: white;
    text-align: center;
    font-family: "Poppins", "UbuntuMedium", "UbuntuRegular", Arial, Helvetica, sans-serif;
    border-radius: 4px;
    font-size: 14px; }
  .main-menu .pushmenu_lisu-btn {
    height: 46px;
    line-height: 46px;
    text-transform: uppercase;
    font-weight: 700; }
    .main-menu .pushmenu_lisu-btn--sign-up {
      background: #033e58;
      margin-bottom: 8px; }
    .main-menu .pushmenu_lisu-btn--log-in {
      background: rgba(34, 34, 34, 0.1); }

/* this moves content and header 240px to the right */
.push-page-content {
  transform: translate3d(320px, 0, 0);
  -o-transform: translate3d(320px, 0, 0);
  -ms-transform: translate3d(320px, 0, 0);
  -moz-transform: translate3d(320px, 0, 0);
  -webkit-transform: translate3d(320px, 0, 0); }

/*Transition*/
.pushmenu {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease; }

.push-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  cursor: pointer;
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.1s ease; }

#static-header {
  z-index: 1000; }

.clear {
  clear: both; }

.clearfix {
  float: left;
  clear: left; }

.hidden {
  display: none; }

#userUpdatesMenuDropdownRoot {
  background: transparent;
  overflow: hidden;
  pointer-events: none; }
  #userUpdatesMenuDropdownRoot div {
    pointer-events: auto; }

/**
 * Generic mixins
 */
.overlay {
  background: transparent url(../../images/overlay_black.png?4979f19d01ae) repeat top left;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1100;
  display: none;
  transform: translateZ(0); }

#entrance_terms {
  display: block;
  position: fixed;
  border: none;
  background: none;
  padding: 0;
  height: 90%;
  min-height: 360px;
  top: 5%;
  left: 2px;
  right: 2px; }
  @media screen and (orientation: landscape) {
    #entrance_terms {
      min-height: 360px;
      left: 18%;
      right: 18%; } }
  @media screen and (min-width: 320px) and (orientation: portrait) {
    #entrance_terms {
      left: 18px;
      right: 18px; } }
  @media screen and (min-height: 480px) {
    #entrance_terms {
      height: 75%;
      top: 13%;
      bottom: 12%;
      left: 24px;
      right: 24px; } }
  @media screen and (min-height: 680px) {
    #entrance_terms {
      height: 56%;
      top: 21%;
      bottom: 21%; } }
  @media screen and (min-height: 320px) and (orientation: landscape) {
    #entrance_terms {
      width: 64%;
      max-width: 64vw;
      top: 3%;
      left: 18%;
      right: 18%;
      height: 94%;
      max-height: 94vh; } }
.entrance-terms--shown,
.age-gate--shown {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: black; }
  .entrance-terms--shown #main,
  .age-gate--shown #main {
    background: white; }

#entrance_terms_overlay,
#age_gate_overlay {
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  overflow-y: scroll; }
  @media screen and (max-height: 500px) and (orientation: portrait) {
    #entrance_terms_overlay,
    #age_gate_overlay {
      overflow-y: scroll; } }
  @media screen and (min-height: 360px) and (orientation: landscape) {
    #entrance_terms_overlay,
    #age_gate_overlay {
      overflow-y: hidden; } }
#close-entterms {
  width: 100%;
  text-align: center;
  height: 48px; }
  #close-entterms #close_entrance_terms {
    display: block;
    background-color: #0A6A97;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: normal !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    max-width: calc(100% - 48px);
    height: 48px;
    line-height: 48px; }

#entterms {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: white;
  border-radius: 10px;
  font-family: 'UbuntuRegular', Arial, Helvetica, sans-serif;
  height: 100%;
  min-height: 265px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

#entterms-over18,
#entterms-scroll,
#entterms-lawenforce,
#entterms-exit,
#entterms-images {
  flex: 0 0 auto;
  text-align: center;
  position: relative; }

#entterms-over18 {
  font-family: 'UbuntuMedium', Arial, Helvetica, sans-serif;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  color: #222;
  margin: 0 auto;
  padding: 24px 24px 8px 24px; }
  @media screen and (orientation: landscape) {
    #entterms-over18 {
      padding: 16px 24px 8px 24px; } }
  @media screen and (max-height: 360px) and (orientation: landscape) {
    #entterms-over18 {
      padding: 8px 24px; } }
#entterms-scroll {
  font-size: 12px;
  color: #7f7f7f;
  min-height: 35px;
  padding: 4px;
  border: 1px solid #ccc;
  margin: 0 auto;
  text-align: left;
  line-height: 14px;
  width: calc(100% - 80px);
  height: 30%;
  flex: 1 1 auto;
  overflow-y: scroll; }
  @media screen and (max-width: 320px) and (orientation: portrait) {
    #entterms-scroll {
      width: calc(100% - 72px); } }
  #entterms-scroll p {
    margin: 0;
    padding: 0; }

#entterms-scroll-inner {
  padding: 4px; }
  #entterms-scroll-inner a {
    color: #156b95; }

#entterms-lawenforce {
  height: auto;
  left: 0;
  right: 0;
  color: red;
  font-weight: bold;
  padding: 12px 24px 20px 24px;
  font-size: 9px;
  line-height: 12.6px; }
  @media screen and (orientation: landscape) {
    #entterms-lawenforce {
      padding: 6px 24px 14px 24px; } }
  @media screen and (max-height: 360px) and (orientation: landscape) {
    #entterms-lawenforce {
      padding: 8px 24px; } }
#entterms-exit {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding-top: 5px; }
  #entterms-exit a {
    color: #494949;
    text-decoration: none; }

#entterms-images {
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: 26px;
  padding-top: 16px;
  padding-bottom: 24px; }
  @media screen and (orientation: landscape) {
    #entterms-images {
      padding-top: 8px;
      padding-bottom: 16px; } }
  @media screen and (max-height: 360px) and (orientation: landscape) {
    #entterms-images {
      padding-bottom: 8px; } }
  #entterms-images img {
    max-width: 65px; }

#safelabeling,
#asacp {
  padding-top: 2px; }

#rta {
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px; }

#age-gate-signup {
  background-color: white;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 14px;
  max-width: 400px;
  padding: 30px;
  width: 95vw; }
  @media (max-width: 768px) {
    #age-gate-signup {
      padding: 25px; } }
  #age-gate-signup img.verified-check {
    height: 20px; }
  #age-gate-signup h2 {
    color: black;
    font-family: UbuntuBold, Arial, Helvetica, sans-serif;
    font-size: 1.4em; }
  #age-gate-signup p {
    margin-bottom: 2.4em; }
  #age-gate-signup a.age-gate-signup-save {
    display: block;
    font-size: 1.1em;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center; }
    #age-gate-signup a.age-gate-signup-save:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode #age-gate-signup a.age-gate-signup-save:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode #age-gate-signup a.age-gate-signup-save:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode #age-gate-signup a.age-gate-signup-save:is(select) {
      background-color: #202C39; }
      .darkmode #age-gate-signup a.age-gate-signup-save:is(select):focus {
        outline: #68B5F0 auto 1px; }
    #age-gate-signup a.age-gate-signup-save, .darkmode #age-gate-signup a.age-gate-signup-save {
      background-color: var(--wl-signup-bg-color, #F47321);
      color: #FFFFFF;
      border: 1px solid var(--wl-signup-bg-color, #CD5D26);
      border-radius: 4px; }

#pg13-age-gate {
  line-height: 1.4em;
  max-width: 400px;
  margin: 10px; }
  #pg13-age-gate strong {
    font-family: UbuntuBold, Arial, Helvetica, sans-serif; }
  #pg13-age-gate .age-gate-info-icon {
    align-self: center;
    background: url("../../images/info-icon-black.svg?a8153a214a15") center center/contain no-repeat;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin-left: 4px;
    width: 12px; }
  #pg13-age-gate .age-gate-tooltip {
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    display: none;
    left: 0;
    margin: 0 auto;
    max-width: 400px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    z-index: 1; }
    #pg13-age-gate .age-gate-tooltip .tooltip-header {
      font-family: UbuntuBold, Arial, Helvetica, sans-serif;
      font-size: 20px;
      line-height: 28px; }
  #pg13-age-gate .age-gate-info-icon:hover + .age-gate-tooltip,
  #pg13-age-gate .age-gate-info-icon:active + .age-gate-tooltip,
  #pg13-age-gate .age-gate-info-icon:focus + .age-gate-tooltip,
  #pg13-age-gate .age-gate-tooltip:hover,
  #pg13-age-gate .age-gate-tooltip:active,
  #pg13-age-gate .age-gate-tooltip:focus {
    display: block; }
  #pg13-age-gate .cb-logo {
    position: absolute;
    width: 25%;
    left: 25px;
    top: 25px; }
  #pg13-age-gate .pg13-preview {
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../images/age-gate-pg13-var1.png?de4a29bbab0d");
    width: 100%;
    height: 187px;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
    #pg13-age-gate .pg13-preview .img-header {
      color: white;
      font-size: 1.25em;
      line-height: 1.75em;
      font-family: UbuntuBold, Arial, Helvetica, sans-serif;
      position: relative;
      top: 45%;
      text-align: center; }
  #pg13-age-gate .message-container {
    padding: 25px;
    background-color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
    #pg13-age-gate .message-container .explicit {
      font-size: 1.25em;
      display: block;
      margin-bottom: 20px; }
    #pg13-age-gate .message-container .verify-message {
      font-size: 0.9em; }
    #pg13-age-gate .message-container .age-gate-info-icon {
      background-image: url("../../images/info-icon-blue.svg?db82c50bec35");
      height: 15px;
      width: 15px;
      margin-bottom: -2px; }
    #pg13-age-gate .message-container a.age-gate-verify {
      font-size: 1em;
      height: 50px;
      line-height: 50px;
      margin-top: 30px;
      width: 100%;
      display: block;
      text-align: center; }
      #pg13-age-gate .message-container a.age-gate-verify:focus {
        outline: -webkit-focus-ring-color auto 1px; }
      .darkmode #pg13-age-gate .message-container a.age-gate-verify:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
        background-color: #202C39; }
      .darkmode #pg13-age-gate .message-container a.age-gate-verify:is(textarea, input, button):focus {
        outline: none;
        box-shadow: 0 0 0 2px #68B5F0; }
      .darkmode #pg13-age-gate .message-container a.age-gate-verify:is(select) {
        background-color: #202C39; }
        .darkmode #pg13-age-gate .message-container a.age-gate-verify:is(select):focus {
          outline: #68B5F0 auto 1px; }
      #pg13-age-gate .message-container a.age-gate-verify, .darkmode #pg13-age-gate .message-container a.age-gate-verify {
        background-color: var(--wl-signup-bg-color, #F47321);
        color: #FFFFFF;
        border: 1px solid var(--wl-signup-bg-color, #CD5D26);
        border-radius: 4px; }
  #pg13-age-gate .under-modal-div {
    color: white;
    font-size: 0.9em;
    line-height: 1.7em;
    display: block;
    margin: 20px;
    text-align: center; }
    #pg13-age-gate .under-modal-div span {
      display: block;
      margin-bottom: 20px; }
    #pg13-age-gate .under-modal-div a {
      color: white; }
      #pg13-age-gate .under-modal-div a.logout-link {
        text-decoration: underline; }
  #pg13-age-gate .age-gate-subtext {
    color: #999;
    font-size: 0.9em; }

.multi-av {
  position: relative;
  color: #222429;
  max-width: 450px !important;
  box-sizing: border-box; }
  .multi-av .age-gate-tooltip {
    z-index: 1; }
  .multi-av .age-gate-info-icon.blue {
    background-image: url("../../images/info-icon-blue.svg?db82c50bec35") !important;
    width: 14px !important;
    height: 14px !important;
    position: relative;
    top: 1px; }
  .multi-av .header {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px; }
  .multi-av .yoti-logo {
    width: 45px; }
  .multi-av #av-choice-submit {
    border: none !important;
    font-size: 16px;
    line-height: 24px;
    display: block;
    text-align: center;
    padding: 8px 32px;
    margin: 30px 0 0 0;
    cursor: pointer; }
    .multi-av #av-choice-submit:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode .multi-av #av-choice-submit:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode .multi-av #av-choice-submit:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode .multi-av #av-choice-submit:is(select) {
      background-color: #202C39; }
      .darkmode .multi-av #av-choice-submit:is(select):focus {
        outline: #68B5F0 auto 1px; }
    .multi-av #av-choice-submit, .darkmode .multi-av #av-choice-submit {
      background-color: var(--wl-signup-bg-color, #F47321);
      color: #FFFFFF;
      border: 1px solid var(--wl-signup-bg-color, #CD5D26);
      border-radius: 4px; }
  .multi-av #av-choices {
    margin-top: 20px; }
    .multi-av #av-choices .show-more-verification-options {
      display: inline-block;
      font-size: 14px;
      cursor: pointer; }
      .multi-av #av-choices .show-more-verification-options img {
        position: relative;
        top: -2px;
        margin-left: 3px; }
    .multi-av #av-choices #yoti-div {
      display: none; }
    .multi-av #av-choices .choice-div {
      border: none;
      background-color: #F8F9FA;
      height: 60px;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 8px;
      cursor: pointer; }
      .multi-av #av-choices .choice-div.highlight {
        border: 1px solid #306A91;
        background-color: white; }
      .multi-av #av-choices .choice-div .left-half {
        display: flex;
        align-items: center; }
      .multi-av #av-choices .choice-div input {
        margin: 0 12px;
        position: relative;
        top: 1px;
        width: 12px;
        height: 12px; }
      .multi-av #av-choices .choice-div label span {
        color: #222429;
        font-size: 14px;
        line-height: 20px; }
      .multi-av #av-choices .choice-div label img {
        position: relative;
        margin-right: 4px; }
      .multi-av #av-choices .choice-div label[for="choice-incode-id"] img {
        top: 2px; }
      .multi-av #av-choices .choice-div label[for="choice-incode-face"] img {
        top: 4px; }
      .multi-av #av-choices .choice-div label[for="choice-yoti"] img {
        width: 75px;
        top: 3px; }
      .multi-av #av-choices .choice-div label[for="choice-cc"] img {
        top: 4px; }
      .multi-av #av-choices .choice-div .recommended-text {
        color: #288A09;
        font-family: UbuntuRegular, Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        /* 142.857% */
        justify-content: center;
        text-align: center; }
      @media (max-width: 375px) {
        .multi-av #av-choices .choice-div .recommended-text {
          display: none; } }
      .multi-av #av-choices .choice-div .right-half {
        margin-right: 12px; }
        .multi-av #av-choices .choice-div .right-half .age-gate-info-icon {
          background-image: url("../../images/info-icon-gray.svg?00bc780983de");
          position: relative;
          top: 1px; }
        .multi-av #av-choices .choice-div .right-half .age-gate-tooltip {
          width: 290px;
          right: unset;
          left: -145px;
          z-index: 1;
          font-size: 12px;
          position: absolute; }

.verify-cc-home {
  display: none;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 8px;
  max-width: 400px;
  padding: 30px 30px 0;
  box-sizing: border-box;
  position: relative; }
  .verify-cc-home .top-container {
    margin-left: 10px; }
  .verify-cc-home .back-to-methods {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
    cursor: pointer;
    color: #306A91;
    display: inline-block; }
    .verify-cc-home .back-to-methods img {
      position: relative;
      top: 1px;
      margin-right: 6px; }
  .verify-cc-home .title {
    font-size: 20px;
    line-height: 28px;
    font-family: UbuntuBold, Arial, Helvetica, sans-serif;
    color: #F47321;
    margin-bottom: 10px; }
  .verify-cc-home .description {
    font-size: 13px;
    line-height: 18px;
    color: #6E6F70; }

.under-modal {
  font-size: 12px;
  position: absolute;
  bottom: -64px;
  width: calc(100% - 60px) !important;
  padding: 20px 0;
  color: white;
  font-size: 14px;
  display: block;
  text-align: center; }
  .under-modal a {
    color: white; }

.pg13-wrapper {
  display: flex;
  flex-direction: column; }
  .pg13-wrapper .pg13-preview {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    .pg13-wrapper .pg13-preview .img-header {
      color: white;
      font-family: UbuntuBold, Arial, Helvetica, sans-serif;
      position: relative;
      text-align: center; }
  .pg13-wrapper .pg13-modal {
    display: flex; }
    .pg13-wrapper .pg13-modal.left-img .pg13-preview {
      width: 279px;
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      background-image: url("../../images/age-gate-pg13-var2.png?6cb745d3cc31"); }
      .pg13-wrapper .pg13-modal.left-img .pg13-preview .img-header {
        font-size: 20px;
        line-height: 28px;
        top: 45%;
        margin: 0 30px; }
    .pg13-wrapper .pg13-modal.left-img #age_gate_home {
      border-radius: unset;
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    .pg13-wrapper .pg13-modal.top-img {
      flex-direction: column;
      margin: 10px; }
      .pg13-wrapper .pg13-modal.top-img .pg13-preview {
        height: 160px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        background-image: url("../../images/age-gate-pg13-var2-mobile.png?b3f95e8da077"); }
        .pg13-wrapper .pg13-modal.top-img .pg13-preview .img-header {
          font-size: 1.25em;
          line-height: 1.75em;
          top: 40%;
          margin: auto; }
        .pg13-wrapper .pg13-modal.top-img .pg13-preview .cb-logo {
          width: 90px;
          left: 15px;
          top: 15px;
          position: absolute; }
      .pg13-wrapper .pg13-modal.top-img #age_gate_home {
        border-radius: unset;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        margin: 0; }
  .pg13-wrapper .age-gate-account.under-modal {
    position: relative;
    bottom: unset;
    width: unset !important; }
  .pg13-wrapper #age_gate_home .age-gate-account.under-modal {
    display: none; }

.multi-av {
  font-size: 0.875em; }
  .multi-av .age-gate-account.under-modal {
    bottom: -74px;
    width: calc(100% - 40px) !important; }

#av-choices .age-gate-tooltip {
  left: unset !important;
  right: 0 !important; }

#age_gate_overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: auto; }

#age_gate_home {
  background-color: white;
  border-radius: 8px;
  line-height: 1.4em;
  max-width: 400px;
  padding: 20px;
  margin: 10px; }
  #age_gate_home strong {
    font-family: UbuntuBold, Arial, Helvetica, sans-serif; }
  #age_gate_home .age-gate-header {
    margin-bottom: 1.2em; }
    #age_gate_home .age-gate-header strong {
      font-size: 1.4em; }
    #age_gate_home .age-gate-header span.branding {
      color: #ccc;
      float: right; }
    #age_gate_home .age-gate-header .incode-logo, #age_gate_home .age-gate-header .yoti-logo {
      display: inline-block;
      height: 11px;
      margin-left: 2px;
      vertical-align: baseline; }
  #age_gate_home .age-gate-tooltip-container {
    display: inline;
    position: relative; }
  #age_gate_home .age-gate-info-icon {
    align-self: center;
    background: url(../../images/info-icon-black.svg?a8153a214a15) center center/contain no-repeat;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin-left: 4px;
    width: 12px; }
  #age_gate_home .age-gate-tooltip {
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    display: none;
    left: 0;
    margin: 0 auto;
    max-width: 400px;
    padding: 0 15px;
    position: absolute;
    right: 0; }
  #age_gate_home .age-gate-info-icon:hover + .age-gate-tooltip,
  #age_gate_home .age-gate-info-icon:active + .age-gate-tooltip,
  #age_gate_home .age-gate-info-icon:focus + .age-gate-tooltip,
  #age_gate_home .age-gate-tooltip:hover,
  #age_gate_home .age-gate-tooltip:active,
  #age_gate_home .age-gate-tooltip:focus {
    display: block; }
  #age_gate_home .age-gate-subtext {
    color: #999;
    font-size: 0.9em; }
  #age_gate_home a.age-gate-verify,
  #age_gate_home span.age-gate-account {
    display: block;
    text-align: center;
    width: 100%; }
  #age_gate_home a.age-gate-verify {
    font-size: 1.1em;
    height: 50px;
    line-height: 50px;
    margin: 30px 0 20px;
    width: 100%; }
    #age_gate_home a.age-gate-verify:focus {
      outline: -webkit-focus-ring-color auto 1px; }
    .darkmode #age_gate_home a.age-gate-verify:is(textarea, input, button):is(:not(button, input[type=submit], input[type=button])) {
      background-color: #202C39; }
    .darkmode #age_gate_home a.age-gate-verify:is(textarea, input, button):focus {
      outline: none;
      box-shadow: 0 0 0 2px #68B5F0; }
    .darkmode #age_gate_home a.age-gate-verify:is(select) {
      background-color: #202C39; }
      .darkmode #age_gate_home a.age-gate-verify:is(select):focus {
        outline: #68B5F0 auto 1px; }
    #age_gate_home a.age-gate-verify, .darkmode #age_gate_home a.age-gate-verify {
      background-color: var(--wl-signup-bg-color, #F47321);
      color: #FFFFFF;
      border: 1px solid var(--wl-signup-bg-color, #CD5D26);
      border-radius: 4px; }

.overlayModalOverlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background-color: rgba(0, 0, 0, 0.4); }

.overlayModalElement {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.auth_option {
  color: #0373a3;
  text-decoration: none; }
  .auth_option div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid #525252;
    border-radius: 4px;
    color: #525252;
    margin-bottom: 8px;
    vertical-align: middle; }
    .mobile .auth_option div {
      height: 46px; }
  .auth_option p {
    font-size: 14px;
    line-height: 16px;
    font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
    margin: 0 0 0 8px !important; }
    .mobile .auth_option p {
      font-size: 16px;
      line-height: 24px; }

.or_separator p {
  color: #a7a7a7;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 22px; }
  .or_separator p:before, .or_separator p:after {
    background-color: #efefef;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%; }
  .or_separator p:before {
    right: 0.5em;
    margin-left: -50%; }
  .or_separator p:after {
    left: 0.5em;
    margin-right: -50%; }

.or_separator.darker p:before, .or_separator.darker p:after {
  background-color: #cbcbcb; }
