body {
  background-color: #000000FF;
  margin: 0;
  font-family: Arial, sans-serif;
}

.header {
  background-color: #1a1a1aff;
  color: white;
  display: flex;
  align-items: center;
  padding: 8px;
}
.header p {
  margin: 0;
}
.header button {
  color: white;
  background-color: #161630ff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  display: block;
  margin-left: auto;
}

.login-div {
  position: absolute;
  background-color: #00000090;
  top: 0;
  right: 0;
  padding: 8px;
}
.login-input {
  padding: 8px;
  border: none;
  margin: 4px;
  display: block;
}
.login-submit {
  padding: 8px;
  border: none;
  margin: 4px;
  display: block;
  cursor: pointer;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1em;
}

.creator {
  position: relative;
  aspect-ratio: 4 / 1;
  height: auto;
  min-width: 50px;
  width: 600px;
  background-color: #1a1a1aff;
  color: white;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 8px;
  display: block;
}
.creator-background {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: 0;
}
.creator-forground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  align-content: center;
  background-color: #00000055;
  z-index: 1;
}
.creator-avatar {
  height: 80%;
  margin: auto;
  margin-left: 8px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}
.creator-info {
  max-width: 74%;
  padding-left: 8px;
  text-align: left;
  vertical-align: middle;
  align-content: center;
  display: inline-block;
}
.creator-name {
  height: 50%;
  font-size: 1.5em;
  margin: 0;
}
.creator-info {
  height: 50%;
  font-size: 1em;
  margin: 0;
}

.vod {
  position: relative;
  height: auto;
  min-width: 50px;
  width: 1280px;
  background-color: #1a1a1aff;
  color: white;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
}
.vod img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.vod p {
  margin: 0;
  padding: 0.5em;
}
.vod b {
  margin: 0;
  padding: 0.5em;
  display: block;
}

.vod-div,
.info-div {
  position: relative;
  min-width: 50px;
  width: 100%;
  background-color: #1a1a1aff;
  color: white;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
}

.info-title {
  font-size: 16px;
  margin: 8px 0px 0px 0px;
  padding: 8px;
}
.info-second-line {
  display: flex;
  width: 100%;
  align-items: center;
  padding: 8px;
}
.info-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-left: 4px;
  margin-right: 10px;
}
.info-creator-name {
  padding: 8px;
}
.info-creator-link {
  display: flex;
  color: white;
  text-decoration: none;
  align-items: center;
}
.info-creator-name {
  display: inline;
  font-size: 16px;
  padding: 0px;
  margin: 0;
}
.info-like {
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: auto;
  margin-right: 16px;
  filter: brightness(33%);
}

.downloads-div {
  background-color: #1a1a1aff;
  color: white;
  border-radius: 16px;
  margin-bottom: 8px;
  padding: 8px;
  width: 100%;
}
.downloads-div a {
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

.comments-div {
    background-color: #1a1a1aff;
    color: white;
    border-radius: 16px;
    margin-bottom: 8px;
    padding: 8px;
    width: 100%;
}
.comments-div button {
    color: #FFFFFFFF;
    background-color: #222222FF;
    border: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 16px;
    padding: 5px 10px;
    cursor: pointer;
}

.comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comments-header p {
    margin: 0;
}

.comments-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}
.comments-form input {
    width: 100%;
    padding: 8px;
    border: solid;
    border-width: 2px;
    border-color: white;
    border-radius: 16px;
    color: #FFFFFFFF;
    background-color: #222222FF;
    margin-right: 8px;
}

.comments-list {
    margin-top: 8px;
}
.comment {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
}
.comment-header {
    display: flex;
    align-items: center;
    width: 100%;
}
.comment-text {
    margin-top: 8px;
    margin-left: 0;
}

.player-div {
  position: relative;
  margin-bottom: 8px;
  width: 100%;
}
.player-video {
  max-height: 85vh;
  width: 100%;
  display: block;
  background-color: black;
}
.player-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 4px 0px 4px 4px;
}
.player-plpa,
.player-time,
.player-skbk,
.player-skfw,
.player-mute,
.player-volm,
.player-fsrn,
.player-opts {
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  overflow: visible;
  white-space: nowrap;
}
.player-seek {
  width: 100%;
}
.player-volm {
  min-width: 50px;
}
.player-seek,
.player-volm {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  cursor: pointer;
  margin: 0 4px;
}
.player-seek::-webkit-slider-runnable-track,
.player-volm::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background-image: linear-gradient(
    90deg,
    purple var(--percentage),
    gray var(--percentage)
  );
  border-radius: 2px;
}
.player-seek::-moz-range-track,
.player-volm::-moz-range-track {
  width: 100%;
  height: 8px;
  background-image: linear-gradient(
    90deg,
    purple var(--percentage),
    gray var(--percentage)
  );
  border-radius: 2px;
}
.player-seek::-webkit-slider-thumb,
.player-volm::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 8px;
  height: 16px;
  margin-top: -4px;
  border-radius: 0px;
  background: white;
  cursor: pointer;
}
.player-seek::-moz-range-thumb,
.player-volm::-moz-range-thumb {
  width: 8px;
  height: 16px;
  border: none;
  border-radius: 0px;
  background: white;
  cursor: pointer;
}

.player-seek-img-div {
  position: absolute;
  display: none;
  overflow: hidden;
  height: 90px;
  width: 160px;
  bottom: 48px;
}
.player-seek-img {
  position: absolute;
  height: 900px;
  width: 1600px;
  left: 0px;
  top: 0px;
}

.player-opts-overlay {
  position: absolute;
  bottom: 48px;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 4px;
  display: none;
}

.player-opts-src {
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  margin: 0;
  overflow: visible;
  white-space: nowrap;
  height: 32px;
}