.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: rgb(109, 133, 181);
}
#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;
}

.evolveMode #PhotoVideos .psToggleSort {
  color: var(--text-button-brand);
}
.evolveMode #PhotoVideos .title {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: flex-start;
}
.evolveMode #PhotoVideos .title span {
  color: var(--text-primary);
  font-family: "UbuntuMedium", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.evolveMode #PhotoVideos .descriptionWrapper {
  display: flex;
  flex-direction: column;
}
.evolveMode #PhotoVideos .description {
  color: var(--text-primary);
  overflow-wrap: break-word;
  font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.evolveMode #PhotoVideos .createdAt {
  color: var(--text-secondary);
  font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.evolveMode #PhotoVideos .popoutIcon {
  background: none;
  display: flex;
  align-items: center;
}
.evolveMode #PhotoVideos .popoutIcon svg path {
  fill: var(--text-brand-secondary);
}
.darkmode .evolveMode #PhotoVideos .popoutIcon {
  background: none;
}
.evolveMode #PhotoVideos .link {
  color: var(--text-button-brand);
  font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.evolveMode #PhotoVideos .bottomSection {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  margin-top: 8px;
  width: 100%;
}
.evolveMode #PhotoVideos .arrowContainer {
  display: flex;
  align-items: center;
}
.evolveMode #PhotoVideos .arrowContainer--right {
  justify-content: flex-end;
}
.evolveMode #PhotoVideos .arrowContainer .arrowButtonWrapper {
  height: fit-content;
}
.evolveMode #PhotoVideos #broadcaster_links a,
.evolveMode #PhotoVideos #staff_links a,
.evolveMode #PhotoVideos .showMoreText {
  color: var(--text-brand-secondary);
}
.evolveMode #PhotoVideos #staff_links,
.evolveMode #PhotoVideos .infoSection {
  color: var(--text-primary);
}
.evolveMode #PhotoVideos .lockOverlay {
  position: relative;
  background: var(--overlay-high);
  border-radius: var(--corner-radius-md);
}
.evolveMode #PhotoVideos .lockOverlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay-high);
  pointer-events: none;
  z-index: 2;
}
.evolveMode #PhotoVideos .lockOverlay img {
  position: relative;
  z-index: 1;
  filter: blur(calc(var(--blur-400) / 2));
}
.evolveMode #PhotoVideos .resultText {
  color: var(--text-primary);
  font-family: "UbuntuRegular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.evolveMode #PhotoVideos .infoSection--photo {
  margin-left: 48px;
}
.evolveMode #PhotoVideos .infoSection--photo .descriptionWrapper {
  width: calc(100% - 48px);
}
.evolveMode #PhotoVideos .imageCirclesWrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.evolveMode #PhotoVideos .imageCirclesWrapper .imageCircle {
  background-color: var(--background-button-grey);
  border-radius: 8px;
}
.evolveMode #PhotoVideos .imageCirclesWrapper .imageCircle--active {
  background: var(--background-button-brand-primary);
}

.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;
}
