:root {
  --box-color: rgb(75, 103, 139, 0.75);
  --inner-color: #7393b1;
  --accent-color: #ffffff;
  --accent-color-2: #dee9f8;
  --link-color: #ffffff;
  --sub-color: linear-gradient(to bottom, #fffbc7 7%, #f2d70c 100%);
  --sub-hover-color: linear-gradient(to top, #fffbc7 7%, #f2d70c 100%);
  --sub-border-color: #f4c800;
}
.swfgirl{
  position: relative;
  top: 0;
  width: 1300px;
  margin-left: auto; 
  margin-right: auto;
}
.swfgirl::before  {
  content: url('./images/swfgirl.png');
  filter: drop-shadow(4px 12px rgb(0, 0, 0, 0.5));
  position: absolute;
  top: 20em;
}
@media only screen and (max-width: 1280px) {
  .swfgirl {
    display: none;
  }
}

.wrapper {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  position: relative;
}
.section {
  margin-bottom: 8px;
}
.outerbox {
  background-color: var(--box-color);
  border-radius: 5px;
  color: var(--accent-color-2);
  padding: 7px;
}
.inner {
  background-color: var(--inner-color);
  padding: 15px;
  border-radius: 3px;
}
.sub {
  user-select: none;
  font-weight: bold;
  background: var(--sub-color);
  color: #8a4100 !important;
  font-size: 13px;
  border: 1px solid var(--sub-border-color);
  border-radius: 5px;
  padding: 4.5px 7px;
  width: fit-content;
  height: fit-content;
  margin-top: auto;
  margin-bottom: auto;
  text-align: center;
}
.sub:before {
  content: "Subscribe";
}
.sub:hover {
  background: var(--sub-hover-color);
  text-decoration: underline;
  cursor: pointer;
}
.sub.small {
  font-weight: bold;
}
.inner a {
  color: var(--link-color);
  text-decoration: none;
}
.inner a:hover {
  text-decoration: underline;
}
.header {
  display: flex;
  justify-content: space-between;
  padding: 1px;
}
.header .decor {
  border: 1px solid black;
  border-width: 23px 0 23px 12px;
  border-left-color: var(--box-color);
  border-top-color: transparent;
  border-bottom-color: transparent;
  font-size: 0;
  zoom: 1;
}
.user-name {
  display: flex;
  width: fit-content;
  border-radius: 2px 0 0 2px;
  padding-right: 0;
}
.user-name .title {
  margin-right: 8px;
  font-size: 16px;
}
.user-banner {
  text-align: center;
  width: 100%;
  height: 143px;
}
.user-banner img {
  height: inherit;
}
.user-avatar {
  width: 36px;
  height: 36px;
  border: 1px white solid;
  margin-right: 8px;
}
.user-avatar.large {
  width: 96px;
  height: 96px;
  border: 2px white solid;
}
.user-nav {
  margin-top: auto;
  margin-bottom: auto;
}
.user-nav .btn {
  padding: 4px 7px;
  border-radius: 4px;
  margin-left: 24px;
  font-size: 14px;
  background: none;
  color: var(--link-color);
  font-weight: bold;
  text-decoration: none;
}
.user-nav .btn.selected {
  background: var(--link-color);
  color: var(--inner-color);
}
.user-nav .btn:not(.selected):hover {
  background: var(--box-color);
  color: var(--inner-color);
}

.top {
  display: flex;
  margin-top: 8px;
  width: 100%;
}
.top .main {
  width: 640px;
  margin-right: 8px;
}
.sidebar {
  width: 300px;
}
.videos .content {
  display: flex;
  min-height: 76px;
  padding: 6px;
  border-radius: 4px;
  text-decoration: none !important;
}
.content.selected {
  background: var(--box-color);
}
.videos .content .thumb {
  margin-right: 8px;
  position: relative;
  min-width: 106px;
  height: 58px;
  overflow: hidden;

  border: 4px solid white;
  border-radius: 4px;
  box-shadow: 0 0 1px 1px black;
}
.videos .content .thumb img {
  position: absolute;
  top: -12px;
}
.videos .content .current-date {
  color: var(--accent-color-2);
}

.video-details {
  position: relative;
}
.video-details .video-tabs button {
  text-decoration: none;
  color: var(--accent-color-2);
  font-weight: bold;
  font-size: 13px;
  padding: 8px;
  margin-top: 4px;
  margin-right: 1.5em;
  margin-bottom: 4px;
}

.video-details .video-tabs i {
  margin-right: 4px;
  color: lightgray;
}
.video-details .video-tabs .icon {
  pointer-events: none;
}
.video-details .video-tabs button:hover > i {
  color: white;
}
.video-desc {
  height: 174px;
}
.video-desc.scroll {
  overflow-y: scroll;
}
.video-desc.scroll #video-description {
  text-overflow:initial;
  white-space:wrap;
  height: auto;
}
.video-desc.scroll .more-info {
  display: none;
}
.video-desc #video-description {
  display: block;
  height: 69px;
  line-height: 14px;
  overflow: hidden;
}
.video-desc h3 {
  font-weight: bold;
  position: relative;
}
.video-desc .like-button {
  background: #f6f6f6;
  height: 2.0833em;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 0.5em;
  margin-right: 8px;
  width: fit-content;
  box-shadow: none;
}
.video-desc .like-button:last-child {
  margin-right: 0;
}
.video-desc .like-button:hover {
  box-shadow: 0 0 2px 2px rgb(0, 0, 0, 0.4);
}
.video-desc .like-button .icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.video-desc .like-button span {
  vertical-align:middle;
}
.video-desc .like-button #like {
  background: url('./like.png');
  margin-right: 8px;
}
.video-desc .like-button #dislike {
  background: url('./dislike.png');
}
.video-desc .description {
  position: relative;
  width: 100%;
  display: block;
}
.video-desc .description .more-info {
  font-weight: bold;
  font-size: 13px;
  background-color: rgb(255,255,255,0.4);
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  text-decoration: none;;
}
.video-desc .view {
  font-size: 13px;
  font-weight: bold;
  margin-top: 16px;
}

.bottom {
  display: flex;
}
.bottom .inner:not(:last-child) {
  margin-bottom: 8px;
}
.bottom .sidebar {
  margin-right: 8px;
}
.bottom .user {
  display: flex;
  padding: 16px;
}
.bottom .bio {
  padding: 12px;
}
.bottom .bio .item {
  display: flex;
  justify-content: space-between;
  font-size: 13.5px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.bottom .bio .item b {
  color: var(--accent-color);
}
.bottom .bio .item:not(:last-child) {
  border-bottom: var(--box-color) 1px dotted;
}
.user-brand img {
  width: 300px;
  height: 250px;
  margin-bottom: 8px;
}
.bottom .main {
  height: auto;
  width: calc(100% - 305px);
}
.bottom .inner {
  padding: 12px;
}
.channel {
  display: flex;
  margin-bottom: 12px;
}
.channel .channel-avatar {
  width: 47px;
  height: 47px;
  margin-right: 16px;
  border: 1px solid black;
}
.channel .channel-link {
  margin-bottom: 5px;
}
.channel:last-child {
  margin-bottom: 0;
}
.ltr {
  font-size: 13px;
}
a:hover {
  cursor: pointer;
}
button {
  outline: none;
  border: none;
  background: none;
}
button:hover {
  cursor: pointer;
}
h3 {
  font-weight: normal;
  margin: 0;
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--accent-color);
}
b {
  font-weight: 700;
}
body {
  overflow-y: scroll; 
  overflow-x: hidden;
}
body, html {
  padding: 0 !important;
  margin: 0 !important;
  color: var(--accent-color-2);

  background: url('/assets/images/bg/bg.png');
  font-family: Arial, Helvetica, sans-serif;
}