html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: initial;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  appearance: button;
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --main-bg-color: #0e0e0e;
  --button-primary-background: #212121;
  --button-primary-foreground: #ffffff;
  --button-primary-active: #3d3d3d;
  --button-primary-hover: #333333;
  --search-bar-bg: #222222;
}

body {
  background: var(--main-bg-color);
  font-family: sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #cecece;
}

.top-bar {
  display: flex;
  height: 50px;
  top: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  background: #181818;
  position: fixed;
  width: calc(100% - 36px);
  z-index: 950;
  box-shadow: 0 0 4px #000;
  transition: top 0.3s;
}

.tbl {
  display: flex;
}

.tbl > .icon {
  padding: 8px 3px;
  cursor: pointer;
  margin-bottom: -6px;
}

.top-bar > div {
  width: 32%;
}

.tbl > div {
  margin-right: 7px;
}

.tbc {
  display: flex;
  justify-content: center;
}

.tbr {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-right: -3px;
}

.logo > svg {
  width: 92px;
  height: 31px;
}

.logo {
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 4px 7px;
  margin-left: 10px;
  text-align: center;
  display: flex;
  align-items: center;
}

.menu > svg {
  stroke: #fff;
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.icon {
  fill: #fff;
}

.user-btn {
  cursor: pointer;
}

.search-box {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  -webkit-tap-highlight-color: transparent;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.search-top {
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
  border-bottom: 1px solid #424242;
  background: #1c1c1c;
}

.search-bottom {
  background: rgb(0 0 0/0.6);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  height: 100%;
}

.search-form {
  width: 100%;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 60px #181818 inset !important;
  background-color: #181818 !important;
  background-clip: content-box !important;
  -webkit-text-fill-color: white !important;
}

.search-form > input {
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  border-width: 0;
  outline: none;
  color: #e8eaed;
}

.clear-search {
  padding: 15px 20px;
  cursor: pointer;
  visibility: hidden;
}

.clear-search > svg {
  width: 25px;
  height: 25px;
}

.back-btn {
  padding: 15px 20px;
  cursor: pointer;
}

.sugest-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.sugest-item.active {
  background: #333;
}

a.suggest-text {
  width: 100%;
  color: #dedede;
  text-decoration: none;
  padding: 7px 12px;
}

span.text-hightlight {
  font-weight: 700;
  color: #fff;
}

.search-suggestions {
  padding: 9px 0 0;
  overflow-y: scroll;
  height: 65vh;
}

.suggestions {
  overflow: auto;
}

.set-suggest {
  padding: 7px 12px;
}

.model-item {
  display: flex;
  flex-direction: column;
  margin: 8px 6px;
  align-items: center;
}

.model-face {
  width: 65px;
  height: 65px;
  background: #434343;
  border-radius: 8px;
}

.model-face > img {
  width: 65px;
  border-radius: 8px;
}

.model-name {
  font-size: 14px;
  color: #ebebeb;
  text-align: center;
  text-decoration: none;
  margin-top: 3px;
}

.models-suggestions {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
}

.search-star-pill {
  display: flex;
  align-items: center;
  background: #393838;
  padding: 6px 5px 6px 8px;
  border-radius: 25px;
  margin-left: -4px;
  margin-right: 3px;
  box-shadow: -2px 1px 7px rgb(19 19 19/49%);
  height: 20px;
  color: #fff;
  text-decoration: none;
}

.star-name {
  white-space: nowrap;
  font-size: 13px;
  border-radius: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85px;
}

.clear-search-pill > svg {
  fill: #fff;
  width: 19px;
}

.clear-search-pill {
  display: flex;
  align-content: center;
  cursor: pointer;
}

.star-pic {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 2px;
}

.user-menu {
  position: absolute;
  top: 38px;
  background: #181818;
  padding: 0 5px;
  color: #fff;
  font-size: 13px;
  box-shadow: 0 1px 4px #000;
  border-radius: 8px;
  width: 200px;
  visibility: hidden;
  z-index: 1000;
  margin-right: -8px;
}

.user-menu > a {
  text-decoration: none;
  color: #fff;
}

.user-menu-item {
  background: #212020;
  display: flex;
  padding: 7px 10px;
  margin: 5px 1px 5px 0;
  border-radius: 7px;
  align-items: center;
  gap: 12px;
  height: 24px;
}

.user-menu-icon {
  display: flex;
}

.user-menu-icon > svg {
  width: 23px;
  fill: #fff;
}

.user-menu-item:hover {
  background: #2f2e2e;
}

.open-user-menu {
  visibility: visible;
}

.user-menu-header {
  display: flex;
  align-items: center;
}

.profile-pic {
  height: 40px;
  width: 40px;
  background: #333334;
  font-size: 21px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 9px 13px 3px 4px;
  cursor: pointer;
  user-select: none;
}

.profile-pic-sm {
  height: 34px;
  width: 34px;
  background: #333334;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.user-menu-items > a {
  text-decoration: none;
  color: #fff;
}

.user-btn > svg {
  width: 32px;
  height: 32px;
  fill: #e5e5e5;
}

.user-btn {
  cursor: pointer;
}

.top-models {
  display: flex;
  gap: 11px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.top-models::-webkit-scrollbar {
  display: none;
}

.top-models-wrapper {
  position: relative;
  margin-bottom: 23px;
  margin-top: 5px;
}

.top-models-header {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 1px 0;
}

.top-model {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 8px;
  background: #272727;
}

.top-model-name {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin-bottom: 1px;
  text-shadow: 3px 1px 4px #161616;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.model-image-overlay {
  position: absolute;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, transparent 100%);
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

img.top-model-poster {
  height: 90px;
  width: 90px;
  border-radius: 8px;
  font-size: 0;
}

.top-categories-list {
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 14px;
}

.top-categories-list::-webkit-scrollbar {
  display: none;
}

.cat-item {
  background-color: #262525;
  color: #fff;
  margin: 10px 3px;
  border-radius: 8px;
  padding: 9px;
  text-decoration: none;
  transition: background-color 0.5s cubic-bezier(0.05, 0, 0, 1);
}

.cat-item.active {
  background: #f8f8f8;
  color: #000;
}

.cat-item:hover {
  background: #3b3b3b;
}

.clips {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  gap: 12px;
  margin-bottom: 14px;
  margin-top: 6px;
}

.clips-contianer {
  margin-bottom: 38px;
}

.clips::-webkit-scrollbar {
  display: none;
}

.clip-thumbnail {
  width: 140px;
  height: 248px;
  background: #282828;
  border-radius: 8px;
  position: relative;
}

.clip-thumbnail > img {
  object-fit: cover;
  border-radius: 9px;
  width: 140px;
  height: 248px;
  font-size: 0;
}

.clip-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  margin: 8px;
  overflow: hidden;
  word-break: break-word;
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 11;
}

.clip-img-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0, transparent 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
}

.short-clip {
  width: 140px;
}

.short-clip > a {
  text-decoration: none;
}

.clips-icon > svg {
  width: 30px;
  height: 30px;
}

.clips-header {
  display: flex;
  align-items: center;
  margin: 5px 0;
}

.clips-title {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
}

.clips-header-wrapper {
  border-top: 3px solid #525252;
  margin-top: 15px;
}

.clips-header {
  display: flex;
  align-items: center;
  margin: 14px 5px;
}

body.lock-scrollbar {
  overflow-y: scroll !important;
  position: fixed;
  left: 0;
  right: 0;
}

.left-menu {
  background: #0b0b0b;
  height: 100%;
  width: 250px;
  position: fixed;
  top: 0;
  z-index: 1000;
  transform: translate3d(-100%, 0, 0);
  transition-property: transform;
  transition-duration: 200ms;
  left: 0;
  color: #fff;
}

.menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 9px;
  cursor: pointer;
  position: relative;
  color: #fff;
  text-decoration: none;
  margin: 4px 10px 4px 16px;
  border-radius: 5px;
}

.menu-item.active {
  background: #303030;
}

.menu-item:hover {
  background: #292929;
}

.menu-item:active {
  background: #424242;
}

.menu-icon {
  margin-right: 13px;
  display: flex;
  align-items: center;
}

.menu-icon > svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}

.menu-title {
  color: #fff;
  font-size: 15px;
  align-self: end;
}

.open-menu {
  transform: translate3d(0, 0, 0);
}

.menu-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 9px 8px;
}

.meun-close-btn {
  cursor: pointer;
}

.meun-close-btn > svg {
  width: 35px;
  height: 35px;
}

.lef-menu-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000a1;
  z-index: 990;
  top: 0;
  left: 0;
  visibility: hidden;
}

.collapse-menu {
  margin-right: 12px;
}

.footer-links {
  position: absolute;
  bottom: 40px;
  display: flex;
  flex-flow: wrap;
  gap: 3px 9px;
  border-top: 1px solid #464646;
  padding: 8px 0 0 5px;
}

.footer-link {
  font-size: 12px;
  color: grey;
  text-decoration: none;
}

.footer-link:hover {
  color: #d4d4d4;
}

.orientation-menu-list {
  display: none;
}

.collapse-menu-label {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.menu-label-text {
  font-size: 14px;
  margin-left: 6px;
}

.collapse-menu-icon {
  margin-right: 10px;
  margin-bottom: -6px;
}

.collapse-menu-icon > svg {
  width: 18px;
  height: 18px;
}

.collapse-menu {
  display: flex;
  flex-direction: column;
  user-select: none;
  border-radius: 8px;
  margin-left: 17px;
  margin-top: 4px;
}

.collapse-menu-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 4px 5px;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  -webkit-tap-highlight-color: transparent;
}

.collapse-menu-list {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding: 0;
  background: #212020;
  transition: height 0.1s ease;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}

a.collapse-menu-item {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 10px;
}

.collapse-menu-item-text {
  font-size: 13px;
}

input.hide-clear[type="search"]::-webkit-search-decoration,
input.hide-clear[type="search"]::-webkit-search-cancel-button,
input.hide-clear[type="search"]::-webkit-search-results-button,
input.hide-clear[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.checkmark {
  transform: rotate(45deg);
  height: 12px;
  width: 7px;
  border-bottom: 2px solid #78b13f;
  border-right: 2px solid #78b13f;
}

.sloader {
  height: 25px;
}

.checked {
  display: flex;
  width: 20px;
  height: 20px;
  background: #545454;
  justify-content: center;
}

.no-platlist-msg {
  font-size: 13px;
  text-align: center;
  color: #737373;
  padding: 8px 0;
}

.checkbox.checked > svg {
  width: 24px;
}

.playlist-r {
  display: flex;
  align-items: center;
}

.playlist-label {
  margin-left: 7px;
  color: #fff;
  font-size: 16px;
}

.playlist-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6px 0;
  user-select: none;
  cursor: pointer;
}

.playlist-privacy > svg {
  fill: #fff;
  width: 20px;
}

.checkbox {
  width: 21px;
  height: 21px;
  border: 2px solid #515151;
  border-radius: 4px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 60px #181818 inset !important;
  background-color: #181818 !important;
  background-clip: content-box !important;
  -webkit-text-fill-color: white !important;
}

.new-playlist > form > input {
  padding: 0 10px;
  height: 50px;
  border-radius: 1px;
  border: solid #545353;
  border-width: 0 0 1px;
  background: #181818;
  color: #c5c4c4;
  outline: none;
  font-size: 15px;
}

.input-error {
  border: solid #c01414 !important;
  border-width: 0 0 2px !important;
}

.new-playlist > form > .privacy-select > select {
  width: 100%;
  background: #181818;
  color: #c5c4c4;
  padding: 15px 8px;
  border-radius: 2px;
  border: 1px solid #595858;
  border-width: 0 0 1px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 13px;
}

.privacy-select {
  position: relative;
}

.drop-down-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 13px;
}

.drop-down-arrow > svg {
  width: 18px;
  height: 18px;
}

.new-playlist > form {
  display: flex;
  flex-direction: column;
}

.new-playlist > form > div {
  margin-bottom: 5px;
}

.playlist-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 1000;
}

.playlist-container {
  width: 319px;
  position: relative;
  background: #181818;
  box-shadow: 1px 1px 12px 1px #060606c9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  max-height: 50vh;
}

.playlist-box {
  overflow: auto;
  padding: 8px 11px;
  min-height: 25vh;
  position: relative;
}

.create-playlist-container {
  margin-top: auto;
}

.create-playlist {
  color: #a2a2a2;
  font-size: 13px;
  text-align: center;
  padding: 17px 0;
  user-select: none;
  cursor: pointer;
  border-top: 1px solid #444;
}

.new-playlist {
  padding: 0 11px;
  margin-top: 10px;
}

.playlist-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000b3;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
}

.playlist-count {
  color: #605f5f;
  margin-left: 5px;
  font-size: 14px;
}

.submit-btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
  user-select: none;
  padding-bottom: 10px;
}

.cancel-btn {
  padding: 6px;
  border: 1px solid #555454;
  color: #afafaf;
  font-size: 14px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 6px;
}

.create-btn {
  padding: 6px;
  border: 1px solid #464646;
  color: #afafaf;
  background: #353535;
  font-size: 14px;
  cursor: pointer;
  border-radius: 6px;
}

.p-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.playlist-header {
  display: flex;
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  border-bottom: 1px solid #444;
  user-select: none;
}

.close-playlist {
  cursor: pointer;
}

.close-playlist > svg {
  width: 35px;
  height: 35px;
}

.clear-list-search > svg {
  width: 22px;
  height: 22px;
}

.clear-list-search {
  position: absolute;
  right: 0;
  margin-right: 7px;
  background: #252323;
  cursor: pointer;
}

.playlist-title {
  margin-left: 5px;
}

.playlist-box::-webkit-scrollbar-track {
  background-color: #181818;
}

.playlist-box::-webkit-scrollbar {
  width: 10px;
  background-color: #181818;
}

.playlist-box::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #373737;
}

.search-playlist {
  width: 95%;
  align-self: center;
  margin: 5px 0;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.playlist-search-icon > svg {
  width: 21px;
  height: 21px;
}

.playlist-search-icon {
  position: absolute;
  margin-left: 5px;
}

.search-playlist > input {
  width: 100%;
  height: 35px;
  background: #252323;
  padding: 0 30px;
  color: #fff;
  outline: none;
  border-radius: 10px;
  font-size: 14px;
  border: 1px solid #131212;
}

@media screen and (min-width: 1024px) {
  .playlist-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .playlist-container {
    width: 400px;
    max-height: 50vh;
  }
}

.share-box-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 1000;
}

.share-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000b3;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
}

.share-box-container {
  width: 319px;
  position: relative;
  background: #181818;
  box-shadow: 0 2px 16px #060606;
  border-radius: 14px;
  padding: 14px 11px;
}

.share-box-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 13px;
  color: #fff;
}

.copy-video-url {
  position: relative;
  background: #3f3e3e;
  padding: 2px 4px;
  margin: 7px 9px;
  height: 28px;
  border-radius: 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 294px;
  box-shadow: 0 3px 7px #0000003b;
}

input#share-url {
  background: 0 0;
  border: 0;
  color: #c6c3c3;
  font-size: 14px;
  margin-left: 2px;
  outline: none;
  padding: 11px 2px;
}

input#share-url::selection {
  background: #302d2d;
}

.copy-url-btn {
  background: #222;
  padding: 8px 11px;
  border-radius: 0 9px 6px 0;
  font-size: 14px;
  color: #fff;
  user-select: none;
  cursor: pointer;
  margin-right: -4px;
  z-index: 100;
  transition-property: background;
  transition-duration: 200ms;
}

.copy-url-btn:hover {
  background: #333;
}

.copy-msg,
.embed-copy-msg {
  position: absolute;
  right: 0;
  top: -31px;
  margin-right: 0;
  background: #000000a1;
  padding: 8px 10px;
  border-radius: 8px;
  color: #c4c4c4;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s linear;
}

.share-icon {
  display: flex;
  flex-direction: column;
  font-size: 13px;
  gap: 7px;
  color: #d6cfcf;
  text-decoration: none;
  align-items: center;
}

.share-icon > svg {
  width: 50px;
  height: 50px;
}

.share-list {
  display: flex;
  gap: 10px;
  padding: 9px 12px;
}

.close-share-box {
  cursor: pointer;
  user-select: none;
}

.close-share-box > svg {
  width: 35px;
  height: 35px;
}

.time-start-box {
  position: relative;
  display: flex;
  align-items: center;
  color: #878787;
  font-size: 15px;
  padding: 4px 8px;
  justify-content: space-between;
}

.time-start-checkbox.checked > svg {
  width: 16px;
}

.time-start-wrapper {
  display: flex;
}

input.time-start {
  width: 50px;
  margin-left: 6px;
  height: 20px;
  background: #383838;
  border: 0;
  border-radius: 5px;
  color: #afadad;
  text-align: center;
  border: 1px solid transparent;
}

input.time-start.disabled {
  color: #565656;
  user-select: none;
}

.time-start-checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #515151;
  border-radius: 4px;
  margin-right: 6px;
}

.time-checkbox-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

input.time-start.disabled::placeholder {
  color: #535252;
}

input.time-start::placeholder {
  color: #959393;
}

input.time-start:focus {
  outline-width: 0;
  border: 1px solid #6e6e6e;
}

.embed-box > textarea {
  background: #383838;
  border-radius: 7px;
  border: 2px solid transparent;
  resize: none;
  margin: 3px 0;
  color: #8b8b8b;
  padding: 10px;
  font-size: 15px;
  width: 296px;
}

.embed-box > textarea:focus {
  outline: 0;
  border: 2px solid #5f5e5e;
}

.copy-embed-code {
  background: #095375;
  padding: 7px 10px;
  border-radius: 16px;
  font-size: 14px;
  color: #fff;
  user-select: none;
  cursor: pointer;
  margin-right: 4px;
}

.share-icon.embed {
  cursor: pointer;
}

.report-backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000000b3;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
}

.report-wrapper {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
}

.report-container {
  width: 319px;
  position: relative;
  background: #181818;
  box-shadow: 0 6px 9px #060606;
  left: -50%;
  transform: translateY(-50%);
  border-radius: 8px;
}

.report-box {
  max-height: 300px;
  overflow: auto;
  padding: 16px 11px;
}

.report-header {
  display: flex;
  color: #fff;
  font-size: 15px;
  font-weight: 100;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  border-bottom: 1px solid #3c3c3c;
  user-select: none;
}

.close-report {
  cursor: pointer;
}

.close-report > svg {
  width: 35px;
  height: 35px;
}

.report-title {
  margin-left: 5px;
}

.report-list {
  padding: 20px 20px 12px;
}

.report-item {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.report-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.report-checkmark {
  position: absolute;
  top: -1px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #424243;
  border-radius: 50%;
}

.report-item:hover input ~ .report-checkmark {
  background-color: #4a4a4c;
}

.report-item input:checked ~ .report-checkmark {
  background-color: #414141;
}

.report-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.report-item input:checked ~ .report-checkmark:after {
  display: block;
}

.report-item .report-checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #737272;
}

.popup-message {
  position: fixed;
  left: 0;
  bottom: 0;
  background: #2b2929;
  margin: 29px 27px;
  padding: 15px 28px;
  border-radius: 6px;
  box-shadow: 0 3px 3px #131313;
  color: #d2d2d2;
}

.report-btns {
  display: flex;
  justify-content: end;
  gap: 5px;
  margin-right: 10px;
}

.report-btn {
  background: #2c2c2c;
  color: #fff;
  border: 0;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  cursor: pointer;
}

.report-btn:hover {
  background: #3e3e3e;
}

.report-note {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 13px;
  padding: 0 20px;
}

.report-note > textarea {
  background: #313132;
  border: 2px solid #585858;
  border-radius: 7px;
  color: #e7e5e5;
  padding: 5px 8px;
  font-size: 15px;
  outline: none;
  transition-property: border;
  transition-duration: 100ms;
}

.report-note > textarea:focus {
  border: 2px solid #8677ce;
}

.note-header {
  margin-bottom: 5px;
  font-size: 14px;
}

.field > select {
  background: #181818
    url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='18' height='18' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='white'/></g></svg>")
    no-repeat;
  background-position: right 5px top 50%;
  color: #d7d7d7;
  padding: 10px 8px;
  border-radius: 8px;
  border: 2px solid #595858;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-size: 14px;
}

.video-wrong-section {
  padding: 1px 20px;
  margin-bottom: 20px;
}

.report-submit {
  display: flex;
  flex-direction: column;
}

.submit-msg {
  text-align: center;
  font-size: 15px;
  color: #a3a3a3;
}

.close-report-btn {
  width: 60px;
  align-self: center;
  margin: 13px 0 7px;
  background: #414141;
  border: 0;
  padding: 6px 0;
  font-size: 15px;
  border-radius: 6px;
  color: #cac7c7;
  cursor: pointer;
}

.close-report-btn:hover {
  background: #585858;
}

.submit-loader {
  width: 25px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #add8e6;
  border-right-color: #add8e6;
  border-right-color: #6c6c6c;
  animation: l2 1s infinite linear;
}

.report-submit-loader {
  display: flex;
  justify-content: center;
  margin: 29px 0;
}

@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}

.msg-box {
  transform: translate3d(-200%, 0, 0);
  transition-property: transform;
  transition-duration: 500ms;
  position: fixed;
  bottom: 0;
  background: #2d2d2d;
  padding: 15px 20px;
  margin: 20px;
  border-radius: 5px;
  box-shadow: 1px 2px 7px 1px #020202a1;
  color: #ccc;
  font-size: 16px;
}

.action-menu {
  padding: 5px 0;
  cursor: pointer;
}

.action-menu {
  background-color: #1a1919;
  border-radius: 8px;
  padding: 6px;
  color: #cacaca;
  font-family: sans-serif;
  font-size: 14px;
  position: absolute;
  border: 0;
  z-index: 200;
  box-shadow:
    0 2px 2px rgb(0 0 0/14%),
    0 1px 5px rgb(0 0 0/12%),
    0 3px 1px -2px rgb(0 0 0/0.2);
  -webkit-tap-highlight-color: transparent;
  min-width: 165px;
  right: 0;
}

.action-menu-btn {
  cursor: pointer;
  padding: 6px;
  -webkit-tap-highlight-color: transparent;
  width: 24px;
  height: 24px;
}

.action-menu-btn:active {
  border-radius: 50%;
  animation: icon-fadeout-btn 0.6s linear 1 normal forwards;
}

@keyframes icon-fadeout-btn {
  0% {
    background: #424242;
  }

  to {
    background: 0 0;
  }
}

.action-menu-item {
  padding: 6px;
  margin: 3px;
  border-radius: 6px;
  user-select: none;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.action-menu-item > .text {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.action-menu-item:hover {
  background: #2c2c2c;
}

.action-menu-icon {
  margin-right: 14px;
  fill: #d2d2d2;
  width: 25px;
}

.container {
  margin-top: 55px;
}

.container {
  width: 100%;
}

.content {
  width: 95%;
  max-width: 2e3px;
  margin: 0 auto;
}

.videos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  justify-content: center;
  gap: 0.6rem;
}

@media (min-width: 1900px) {
  .videos {
    grid-template-columns: repeat(auto-fill, minmax(23rem, 1fr));
  }
}

.video-item {
  position: relative;
}

.thumbnail {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  cursor: pointer;
  background: #272727;
  border-radius: 8px;
}

.thumbnail > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  font-size: 0;
}

.external-url > svg {
  width: 21px;
  height: 20px;
  fill: #6d6d6d;
  margin: 10px 4px;
}

.video-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.video-preview > a {
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 3;
}

.video-preview > video {
  width: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

.preview-progress {
  height: 4px;
  width: 0%;
  background: red;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 0 8px 8px 8px;
}

.bar-loader {
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  overflow: hidden;
  background-color: #4c4a4a;
  z-index: 200;
  border-radius: 0 0 8px 8px;
}

.bar-loader:before {
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 5px;
  background-color: red;
  animation-duration: 2s;
  animation-name: BarLoading;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes BarLoading {
  from {
    left: -200px;
    width: 30%;
  }

  50% {
    width: 30%;
  }

  70% {
    width: 70%;
  }

  80% {
    left: 50%;
  }

  95% {
    left: 120%;
  }

  to {
    left: 100%;
  }
}

.duration {
  position: absolute;
  background: #020202;
  color: #fff;
  bottom: 0;
  right: 0;
  margin: 9px 8px;
  padding: 2px 5px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
}

.quality {
  position: absolute;
  background: #393939;
  color: #fff;
  bottom: 0;
  left: 0;
  margin: 6px 8px;
  padding: 3px 6px;
  border-radius: 5px;
  font-size: 13px;
}

.video-title {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
}

.video-title > a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  word-break: break-word;
}

.video-info {
  margin: 10px 0 5px 8px;
  display: flex;
  justify-content: space-between;
}

.section-2 {
  padding-left: 15px;
}

.video-details {
  display: flex;
  margin: 7px 0;
  color: #7d7d7d;
}

.video-details > div {
  margin-right: 15px;
}

.btinfo {
  display: flex;
  gap: 5px;
  align-items: center;
}

a.channel-link {
  text-decoration: none;
  color: #d0d0d0;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 60px;
  margin-top: 25px;
}

.pager-item {
  background: #363636;
  color: #fff;
  padding: 9px 15px;
  margin: 10px 5px;
  border-radius: 5px;
  font-size: 18px;
}

.pager-item.active {
  background: #646363;
}

.pager > a {
  text-decoration: none;
  color: #fff;
  margin: 14px 0;
  -webkit-tap-highlight-color: transparent;
}

span.pager-item.nav-btn {
  background: #505050;
}
