.vjs-cbcustom .vjs-control:hover:before, .vjs-cbcustom .vjs-control:focus,
.vjs-cbcustom .vjs-control :focus:before {
  text-shadow: none;
  box-shadow: none;
}
.vjs-cbcustom .vjs-control.vjs-progress-control .vjs-progress-holder {
  margin: 0;
}
.vjs-cbcustom .vjs-control.vjs-progress-control {
  position: absolute;
  top: -25%;
  left: 0px;
  height: 50%;
  width: 100%;
  margin: 0;
}
.vjs-cbcustom .vjs-control {
  width: 2em;
  margin-left: 3px;
  margin-right: 3px;
  outline: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.vjs-cbcustom .vjs-control-bar button {
  background: none !important;
  color: #fff !important;
}
.vjs-cbcustom .vjs-control-bar span {
  background: none !important;
  color: #fff !important;
}
.vjs-cbcustom .vjs-control-bar {
  height: 45px;
  padding-top: 3px;
  font-size: 14px;
  background-color: rgba(43, 51, 63, 0.7);
}
.vjs-cbcustom .vjs-control-bar .vjs-menu li.vjs-selected span {
  color: #2b333f !important;
}
.vjs-cbcustom .vjs-duration,
.vjs-cbcustom .vjs-time-divider,
.vjs-cbcustom .vjs-current-time {
  display: inline-block;
}
.vjs-cbcustom .vjs-time-control {
  padding-left: 1px;
  padding-right: 1px;
  min-width: 0px;
  width: auto;
}
.vjs-cbcustom .vjs-fullscreen-control {
  position: absolute;
  right: 5px;
  height: 42px;
}
.vjs-cbcustom .vjs-progress-holder .vjs-play-progress {
  background-color: #f47321;
}
.vjs-cbcustom .vjs-slider-bar {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.vjs-cbcustom .vjs-slider:focus {
  text-shadow: none;
  box-shadow: none;
}
.vjs-cbcustom .vjs-big-play-button {
  display: none;
}
.vjs-cbcustom {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/**
 * Generic mixins
 */
.noscript .chat-input .button-send,
.noscript .info .description .bio-title,
.noscript .cam_nav .link,
.noscript .video div,
.noscript .bio .attribute .label,
.noscript .pics-title {
  font-family: "UbuntuMedium", Helvetica, Arial, sans-serif;
}
.noscript .cam_nav .subnav-1,
.noscript .cam_nav .subnav-2 {
  font-size: 0;
  display: inline-block;
  vertical-align: bottom;
}
.noscript .cam_nav .subnav-2 a {
  display: block;
  font-size: 10px;
  color: rgb(220, 85, 0);
  padding: 7px 11px 5px;
  background-color: rgb(252, 234, 219);
  border: 1px solid rgb(139, 179, 218);
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}
.noscript .cam_nav .subnav-2 {
  position: absolute;
  bottom: 0;
  right: 96px;
}
.noscript .cam_nav .link.selected {
  font-size: 15px;
  color: rgb(220, 85, 0);
  background-color: rgb(255, 255, 255);
  border-bottom: none;
}
.noscript .cam_nav .link {
  display: inline-block;
  vertical-align: bottom;
  height: 27px;
  position: relative;
  top: 1px;
  box-sizing: border-box;
  border: 1px solid rgb(139, 179, 218);
  border-image: initial;
  border-radius: 4px 4px 0 0;
  font-size: 13px;
  margin-right: 2px;
  padding: 4px 11px 0;
  color: rgb(94, 129, 164);
  background-color: rgb(221, 233, 245);
}
.noscript .cam_nav {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  padding: 10px 32px 0 32px;
  background: url(../../tsdefaultassets/gender_tab_bg.gif?0437047d9c3a) repeat-x rgb(226, 226, 226);
  border-bottom: 1px solid rgb(139, 179, 218);
  position: relative;
}
.noscript .container .cam-offline,
.noscript .container .room {
  display: inline-block;
}
.noscript .container {
  padding: 4px 0;
  margin: 11px 32px;
  background-color: rgb(224, 224, 224);
  border: 1px solid rgb(172, 172, 172);
  border-radius: 4px;
  font-size: 0;
  min-width: 1000px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noscript .content .cam,
.noscript .content .chat {
  height: 100%;
  vertical-align: top;
  display: table-cell;
}
.noscript .content .chat {
  border: 1px solid rgb(172, 172, 172);
  border-radius: 4px;
  width: 100%;
}
.noscript .content {
  width: 100%;
  border-spacing: 4px 0;
}
.noscript .cam .video .room-subject {
  padding: 8px 9px;
  color: rgb(73, 73, 73);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
}
.noscript .cam .video div {
  font-size: 12px;
  visibility: visible;
}
.noscript .cam .video .player {
  width: 100%;
  height: 480px;
}
.noscript .cam .video {
  vertical-align: top;
  background-color: rgb(255, 255, 255);
  border-radius: 4px 4px 0 0;
  border: 1px solid rgb(172, 172, 172);
}
.noscript .cam .video.hd {
  width: 854px;
}
.noscript .cam .video.sd {
  width: 640px;
}
.noscript .cam-offline {
  font-weight: bold;
  color: #0c6a93;
  margin: 10px 0 10px 5px;
  width: 100%;
  font-size: 12px;
}
.noscript .chat .tabs div {
  font-size: 11px;
  border-radius: 4px 4px 0 0;
  margin-right: 2px;
  padding: 3px 8px;
  min-width: 32px;
  display: inline-block;
  color: rgb(220, 85, 0);
  background-color: rgb(255, 255, 255);
}
.noscript .chat .tabs {
  background: rgb(127, 127, 127);
  padding: 3px 3px 0;
}
.noscript .chatbox .messages span {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.noscript .chatbox .messages {
  height: 100%;
  overflow-y: scroll;
}
.noscript .chatbox {
  padding: 10px 10px 44px 10px;
  box-sizing: border-box;
  height: 490px;
  position: relative;
  background-color: #fff;
}
.noscript .room .info {
  border-radius: 4px;
  border: 1px solid rgb(172, 172, 172);
}
.noscript .room {
  border: 0;
  padding: 4px 4px 0;
  width: 100%;
  position: static;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: unset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noscript .info .header .bio-tab {
  background: rgb(255, 255, 255);
  color: rgb(220, 85, 0);
}
.noscript .info .header div {
  display: inline-block;
  border-radius: 4px 4px 0 0;
  font-size: 13px;
  margin-right: 2px;
  padding: 5px 11px 4px;
  color: rgb(76, 76, 76);
  background: rgb(201, 201, 201);
}
.noscript .info .header {
  font-size: 0;
  padding: 4px 0 0 5px;
  background: rgb(116, 116, 116) none;
  border-radius: 4px 4px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noscript .info .description .bio-title {
  font-size: 14px;
  color: rgb(73, 73, 73);
  margin: 18px 0;
}
.noscript .info .description {
  position: static;
  overflow: auto;
  -webkit-tap-highlight-color: transparent;
  background-color: rgb(255, 255, 255);
  padding: 15px;
  font-size: 14px;
}
.noscript .bio .attribute .label {
  color: rgb(12, 106, 147);
  font-size: 14px;
  width: 150px;
}
.noscript .bio .attribute .label,
.noscript .bio .attribute .data {
  display: inline-block;
  vertical-align: top;
}
.noscript .bio .attribute.about-me .data {
  width: 85%;
}
.noscript .bio .attribute {
  color: #000000;
  font-weight: normal;
  margin: 9px 0;
}
.noscript .video .player .room-status,
.noscript .video .player .nojs-overlay {
  position: absolute;
}
.noscript .video .player {
  width: 100%;
  font-size: 0;
  position: relative;
}
.noscript .room-status div {
  height: auto;
  width: 100%;
  position: absolute;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 50px;
  left: 0;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  top: 127px;
  font-size: 32px;
  color: rgb(114, 192, 255);
}
.noscript .room-status {
  height: 100%;
  width: 100%;
  font-size: 12px;
  background-color: rgb(70, 70, 70);
}
.noscript .player .nojs-overlay {
  display: inline-block;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 3px;
  border: 1px solid #5c5c5c;
  top: 35%;
  right: 10%;
  left: 10%;
  padding: 25px;
}
.noscript .nojs-overlay div {
  font-family: "UbuntuRegular", Helvetica, Arial, sans-serif;
  text-align: center;
}
.noscript #overlay-text {
  color: #aeaeae;
  font-size: 14px;
}
.noscript #overlay-title {
  padding-bottom: 10px;
  font-size: 25px;
  color: #ffffff;
}
.noscript .photo_list {
  overflow: auto;
}
.noscript .photoset-detail {
  position: relative;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0 12px 2px 0;
}
.noscript .chat-input .button-send a {
  display: block;
  padding: 4px 5px;
  color: #e0e0e0;
}
.noscript .chat-input .button-send {
  position: absolute;
  bottom: 3px;
  right: 3px;
  line-height: 13px;
  overflow: hidden;
  width: auto;
  font-size: 12px;
  border-radius: 4px;
  background: linear-gradient(rgb(169, 169, 169) 0%, rgb(173, 173, 173) 50%, rgb(139, 139, 139) 60%);
}
.noscript .chat-input {
  box-sizing: border-box;
  font-size: 12px;
  color: #727272;
  font-family: "UbuntuRegular", Helvetica, Arial, sans-serif;
  width: 100%;
  position: absolute;
  bottom: 2px;
  right: 0;
  padding: 5px;
}
.noscript .chatjs-warning span {
  margin-left: 10px;
  font-weight: bold;
}
.noscript .chatjs-warning {
  height: 28px;
  min-width: 300px;
  line-height: 30px;
  border: 1px solid #b1b1b1;
  background-color: rgb(224, 224, 224);
  position: relative;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px;
}
.noscript .message {
  position: relative;
  height: 100%;
  padding: 5px;
}
.noscript .pics-title {
  position: absolute;
  color: #0c6a93;
  width: 150px;
}
.noscript .pics-description {
  height: 100%;
  padding-left: 150px;
  color: #000;
  margin: 0 0 9px;
}
.noscript .photoset-detail {
  position: relative;
  border: 1px solid #ccc;
  padding: 4px;
  margin: 0 12px 2px 0;
  font-size: 0;
}
.noscript .photo-videos .label,
.noscript .photo-videos .ps-content {
  display: inline-block;
  margin-bottom: 20px;
}
.noscript .photo-videos .ps-content .content-wrapper {
  display: inline-block;
}
.noscript .photo-videos .more-photosets {
  display: block;
}
.noscript .photoset-name {
  font-size: 14px;
  color: rgb(12, 106, 147);
  max-width: 145px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
.noscript .photoset-label.fanclub_only, .noscript .photoset-label.fanclub_or_purchase, .noscript .photoset-label.purchase_only {
  background-color: #090;
}
.noscript .photoset-label {
  position: absolute;
  bottom: 7px;
  right: 8px;
  padding: 1px 3px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background-color: #6d85b5;
}
.noscript .photoset-preview {
  position: absolute;
  top: 7px;
  left: 7px;
  border: none;
}
.noscript #fan_club_exclusive_label {
  background-color: #090;
}
.noscript .user_uploads .thumbnail_label_tokens {
  top: 87px;
  background-color: #6d85b5;
}
.noscript a {
  text-decoration: underline;
}
.noscript {
  min-width: 1000px;
}

.content div.labelContainer,
.MoreRooms div.labelContainer {
  bottom: 76px;
  float: right;
  height: 17px;
  position: absolute;
  right: 0;
}
.content div.labelContainer .thumbnail_label,
.content div.labelContainer .thumbnail_label_featured,
.MoreRooms div.labelContainer .thumbnail_label,
.MoreRooms div.labelContainer .thumbnail_label_featured {
  border-radius: 2px;
  bottom: 0;
  margin: 0 2px;
  opacity: 0.92;
  overflow: visible;
  padding: 2px 6px;
  position: relative;
}
.content div.labelContainer .thumbnail_label_featured,
.MoreRooms div.labelContainer .thumbnail_label_featured {
  border-bottom: none;
}
.content div.labelContainer .spyTokens:before,
.content div.labelContainer .privateTokens:before,
.MoreRooms div.labelContainer .spyTokens:before,
.MoreRooms div.labelContainer .privateTokens:before {
  background: #000;
  border-radius: 2px;
  bottom: 20px;
  color: #ffffff;
  content: attr(data-tooltip);
  display: none;
  opacity: 0.92;
  padding: 2px 6px;
  position: absolute;
  right: 0;
  white-space: nowrap;
}
.content div.labelContainer .privateTokens:hover:before,
.content div.labelContainer .spyTokens:hover:before,
.MoreRooms div.labelContainer .privateTokens:hover:before,
.MoreRooms div.labelContainer .spyTokens:hover:before {
  display: block;
}
.content div.labelContainer .hidden,
.MoreRooms div.labelContainer .hidden {
  display: none;
}
.content div.labelContainer .spyTokens,
.MoreRooms div.labelContainer .spyTokens {
  background-color: var(--wl-tag-spy-price-color, #f37321);
  color: var(--wl-tag-font-color, #ffffff);
  pointer-events: auto;
}
.content div.labelContainer .privateTokens,
.MoreRooms div.labelContainer .privateTokens {
  background-color: var(--wl-tag-private-group-color, #cc0000);
  color: var(--wl-tag-font-color, #ffffff);
  pointer-events: auto;
}

.evolveMode #main.roomPage,
.evolveMode #main.chat_roomlogin {
  background: var(--background-ultra-low-contrast);
}
.evolveMode #main.roomPage .content,
.evolveMode #main.chat_roomlogin .content {
  padding: 0;
}
.evolveMode #main.chat_roomlogin .PasswordPrompt {
  margin: var(--spacing-md) var(--spacing-3xl) !important;
}
.evolveMode #main.roomPage .PasswordPrompt {
  margin: var(--spacing-md) 0 !important;
}
.evolveMode .PasswordPrompt {
  background-color: var(--background-neutral);
  border: 1px solid var(--border-low);
  border-radius: var(--corner-radius-md);
  height: unset !important;
  min-height: 300px;
  padding: var(--spacing-2xl);
}
.evolveMode .PasswordPrompt form label {
  color: var(--text-primary);
}
.evolveMode .PasswordPrompt input[name=password] {
  border: 1px solid var(--border-button-neutral);
  color: var(--text-primary);
}
.evolveMode #main .PasswordPrompt h1,
.evolveMode #main .PasswordPrompt p {
  color: var(--text-primary);
  margin-bottom: 0.67em;
  margin-top: 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);
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html,
body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
}

body > object[type="application/x-shockwave-flash"] {
  display: none;
}

#main {
  min-height: 500px;
}
#main .bio-container h1 {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}
#main div,
#main p,
#main a,
#main li,
#main td,
#main span {
  -webkit-text-size-adjust: none;
}
#main .vjs-big-play-button {
  display: none !important;
}
#main {
  /*this css is only here to remove the box around videojs playbutton remove is no longer using videojs*/
}
#main .video-js button:focus {
  outline: 0;
}
#main input[type=number]::-webkit-inner-spin-button,
#main input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
#main input[type=number],
#main input[type=number]:hover,
#main input[type=number]:focus {
  -moz-appearance: textfield;
}
#main select:not(.Select) {
  font: 100% "UbuntuRegular", Arial, Helvetica, sans-serif;
  background-color: #ffffff;
}
.darkmode #main select:not(.Select) {
  background-color: #202c39;
}
#main a.underline-link:hover {
  text-decoration: underline;
}
#main p {
  margin: 0;
}
#main .theater-video-controls.solid-bg {
  background: rgba(0, 0, 0, 0.6);
}
#main .theater-video-controls.dark-gradient-bg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0));
}
#main .theater-video-controls.light-gradient-bg {
  background: linear-gradient(180deg, rgba(50, 50, 50, 0) 0%, rgba(50, 50, 50, 0.4) 66%, rgba(50, 50, 50, 0.7) 100%);
}
#main .theater-video-controls .animated-icon {
  -webkit-transition-property: all;
  -webkit-transition-duration: 150ms;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: ease;
}
#main .theater-video-controls .hover-btn {
  cursor: pointer;
  transition: opacity 0.1s ease-in-out;
}
#main .theater-video-controls .hover-btn.hovering:not(.disabled) > *:not(.video-controls-tooltip) {
  opacity: 1;
}
#main .theater-video-controls .hover-btn.hovering > .scale-big {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
#main .theater-video-controls .hover-btn.hovering > .scale-small {
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
#main .theater-video-controls .hover-btn.hovering > .scale-wide {
  -webkit-transform: scaleX(1.15);
  transform: scaleX(1.15);
}
#main .theater-video-controls .hover-btn.hovering > .scale-thin {
  -webkit-transform: scaleX(0.85);
  transform: scaleX(0.85);
}
#main .theater-video-controls .hover-btn.disabled {
  cursor: default;
}
#main .theater-video-controls .hover-btn.disabled > *:not(.video-controls-tooltip) {
  opacity: 0.5;
}
#main .theater-video-controls .hover-btn > *:not(.video-controls-tooltip) {
  opacity: 0.8;
}
#main .theater-video-controls .hover-btn.drop-shadow-container > *:not(.no-drop-shadow):not(.video-controls-tooltip) {
  filter: drop-shadow(0px 0px 2px black);
}

.fullscreen-dropdown div:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.fullscreen-dropdown div.active {
  color: #f47321;
}

.vjs-control-bar.vjs-lock-showing {
  display: flex !important;
}

.evolveMode #main {
  display: flex;
}
.evolveMode #theatermode-root {
  box-sizing: border-box;
  margin: 0 var(--spacing-md);
  isolation: isolate;
}

html,
body {
  overflow: hidden;
}

#main.live-cam-preview {
  height: 100%;
  width: 100%;
  min-height: auto;
}

#LiveCamPreviewRoot {
  height: 100%;
  width: 100%;
}
#LiveCamPreviewRoot .vjs-poster {
  background-size: cover;
}
#LiveCamPreviewRoot .standard-size .vjs-poster {
  left: -16.65%;
  right: -16.65%;
}

#interactionAnchor {
  position: fixed;
  z-index: 9999;
}

#interactionOverlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
