.darkmode #PhotoVideos:focus {
  outline: none; }

.darkmode #PhotoVideos .title {
  color: #ffffff; }

#PhotoVideos .link,
#PhotoVideos .showMoreText {
  color: #0c6a93; }
  .darkmode #PhotoVideos .link, .darkmode #PhotoVideos .showMoreText {
    color: #68b5f0; }

#PhotoVideos .createdAt {
  color: #555555; }
  .darkmode #PhotoVideos .createdAt {
    color: #b3b3b3; }

#PhotoVideos .buttonBorder {
  border-color: #000000; }
  #PhotoVideos .buttonBorder.rgba {
    border-color: rgba(0, 0, 0, 0.35); }

#PhotoVideos .buttonBgColor {
  background-color: #488839; }
  #PhotoVideos .buttonBgColor.gradient {
    background: linear-gradient(#57a863 26.52%, #488839 75.14%); }
  #PhotoVideos .buttonBgColor.grey {
    background-color: #8b8b8b; }
    #PhotoVideos .buttonBgColor.grey.gradient {
      background: linear-gradient(#a9a9a9 29.7%, #8b8b8b 70.67%); }

#PhotoVideos .lockOverlayBg {
  background-color: #333333; }
  #PhotoVideos .lockOverlayBg.rgba {
    background-color: rgba(0, 0, 0, 0.7); }

#PhotoVideos .previewText {
  color: white; }

#PhotoVideos .errorMessage {
  color: #000000;
  background-color: #ffd0b8;
  border-color: #cccccc; }

#PhotoVideos .videoProcessing {
  color: red; }

#PhotoVideos .purchasedBadge {
  color: #ffffff;
  background-color: #6d85b5; }

#PhotoVideos .popoutIcon {
  background: url(../../tsdefaultassets/popout.svg?cd939ba3d01e) no-repeat center; }
  .darkmode #PhotoVideos .popoutIcon {
    background: url(../../tsdefaultassets/popout_darkmode.svg?4ed4b17ed080) no-repeat center; }

.darkmode #PhotoVideos #broadcaster_links a, .darkmode #PhotoVideos #staff_links a {
  color: #68b5f0; }

#PhotoVideos .psToggleSort {
  color: #0c6a93; }
  .darkmode #PhotoVideos .psToggleSort {
    color: #68b5f0; }

#PhotoVideos .psDropDownArrow {
  width: 10px;
  height: 7px;
  padding-left: 2px;
  padding-bottom: 3px;
  margin-left: 4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
  background-image: url(../../tsdefaultassets/arrowdown_blue.svg?bc6f4860fe49); }
  .darkmode #PhotoVideos .psDropDownArrow {
    background-image: url(../../tsdefaultassets/darkmode_arrowdown_blue.svg?4c0f9c6565ba); }

.psSortingDropdown .psSortingContainer {
  background: var(--wl-tab-inactive-color, #fff); }
  .darkmode .psSortingDropdown .psSortingContainer {
    background: #222429; }
  .psSortingDropdown .psSortingContainer .psSortingOption {
    color: var(--wl-tab-inactive-font-color, #525252); }
    .darkmode .psSortingDropdown .psSortingContainer .psSortingOption {
      color: #b3b3b3; }
  .psSortingDropdown .psSortingContainer .psSortingOption:hover {
    background: var(--wl-tab-active-color, #fceadc);
    color: var(--wl-tab-active-font-color, #525252); }
    .darkmode .psSortingDropdown .psSortingContainer .psSortingOption:hover {
      background: #303a42;
      color: #b3b3b3; }

.vjs-cbcustom {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .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: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 {
      position: absolute;
      top: -25%;
      left: 0px;
      height: 50%;
      width: 100%;
      margin: 0; }
      .vjs-cbcustom .vjs-control.vjs-progress-control .vjs-progress-holder {
        margin: 0; }
  .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 button {
      background: none !important;
      color: #fff !important; }
    .vjs-cbcustom .vjs-control-bar span {
      background: none !important;
      color: #fff !important; }
    .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; }
