:root {
  color-scheme: light dark;

  --light-bg: rgb(233, 240, 233);
  --light-color: rgb(18, 18, 19);
  --light-active: rgb(0, 252, 0);
  --light-active-color: rgb(0, 0, 0);
  --light-alert-color: rgb(252, 0, 0);
  --light-icons: black;
  --light-nav-color: rgb(255, 255, 255);
  --light-notify-icon: rgb(233, 240, 233);
  --light-notify-bg: rgb(255, 255, 255, 0.8);
  --light-idc-bg: #aeaeae1f;
  --light-ongoing-bg: #4a4a4a1c;
  --light-statistics-bg: #0000001f;
  --light-spinner-overlay-bg: rgba(233, 240, 233, 0.596);
  --light-bg-home-overlay: #eeffeb;

  --dark-bg: #141717;;
  --dark-color: rgb(235, 241, 232);
  --dark-active: rgb(0, 252, 0);
  --dark-active-color: rgb(0, 0, 0);
  --dark-alert-color: rgb(252, 0, 0);
  --dark-icons: black;
  --dark-bg-nav: rgb(0, 0, 0);
  --dark-nav-color: rgb(0, 0, 0);
  --dark-notify-icon: rgb(255, 255, 255);
  --dark-notify-bg: #201f1f;
  --dark-idc-bg: #0000008a;
  --dark-ongoing-bg: black;
  --dark-statistics-bg: #ffffff21;
  --dark-spinner-overlay-bg: #1417178a;;
  --dark-bg-home-overlay: #000201;
}

.main-single{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.main-b0dy-single{
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.main-player{
  width: 100%;
  height: 100%;
  border: 2px solid rgb(0, 252, 0);
}
.main-b0dy-inf0-single-c0n{
  border: 2px solid rgb(0, 252, 0);
  border-left: 0px;
  width: 400px;
  flex-shrink: 0;
}
.main-b0dy-inf0-single{
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.main-b0dy-c0mment-c0n{
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.main-b0dy-c0mment-header-c0n{
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 2px 5px 2px 5px;
}
.main-b0dy-c0mment-header-title-c0n{
  display: flex;
  align-items: center;
  gap: 5px;
}
.main-b0dy-c0mment-write-c0n{
  display: flex;
  position: relative;
}
.main-b0dy-c0mment-write-img-c0n{
  position: absolute;
  right: 0;
  bottom: 0;
  height: 35px;
}
.main-b0dy-c0mment-write-span{
  display: block;
  outline: none;
  resize: none;
  overflow: hidden;
  user-select: text;
  word-wrap: break-word;
  padding: 5px;
  padding-right: 35px;
  transition: 1s;
  border-top: 1px solid;
  border-bottom: 1px solid;
  width: 100%;
}
.main-b0dy-inf0-header-c0n{
  padding: 5px;
}
.main-b0dy-inf0-header{
  width: 100%;
  height: 200px;
  border: 2px solid rgb(0, 252, 0);
  background: rgba(0, 252, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: .5s;
}
.main-b0dy-inf0-header.height{
  height: 500px;
  max-height: 100%;
}
.main-b0dy-inf0-header-pr0fil-picture-image{
  width: 75px;
  height: 75px;
  pointer-events: none;
}
.main-b0dy-inf0-header-pr0fil-picture-c0n{
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid rgb(0, 252, 0);
  display: flex;
  width: 77px;
  height: 77px;
  align-items: center;
}
.sl0ts-pr0gress{
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 20px;
  display: flex;
  align-items: end;
  z-index: 100;
}
.video-sl0t-container{
  height: 100%;
  display: flex;
  position: relative; 
  background: black;
}
.timer {
  padding: 2px;
}
.sl0ts-ctrl:hover{
  opacity: 1;
}
.play-backwards-a-wrap{
  margin-right: 15px;
}
.play-forwards-a-wrap{
  margin-left: 15px;
}
.play-backwards-c0n, .play-forwards-c0n {
  display: flex;
  cursor: pointer;
  border: 2px solid transparent;
  transition: .5s;
  padding: 0px 7px 0px 5px;
}
.main-b0dy-inf0-header-inf0rmati0n-c0n{
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 1px;
  border: 2px solid rgba(0, 252, 0, 0.1);
  margin: 1px 5px 1px 5px;
}
.main-b0dy-inf0-header-t00ls{
  display: flex;
  justify-content: center;
  gap: 5px;
  padding: 5px;
}
.main-b0dy-inf0-header-t00l-c0n, .main-b0dy-inf0-header-t00l-dislike-c0n, .main-b0dy-inf0-header-t00l-like-c0n{
  display: flex;
  border: 2px solid;
  height: 30px;
  width: 30px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: .5s;
}
.main-b0dy-inf0-header-t00l-like-c0n:hover .like-svg path{
  fill: rgb(0, 252, 0);
}
.main-b0dy-inf0-header-t00l-dislike-c0n:hover .dislike-svg path{
  stroke: rgb(252, 0, 0);
}
.main-b0dy-inf0-header-t00l-dislike-c0n.active {
  border: 2px solid rgb(252, 0, 0);
  background: rgb(252, 0, 0, .1);
}
.main-b0dy-inf0-header-t00l-like-c0n.active {
  border: 2px solid rgb(0, 252, 0);
  background: rgb(0, 252, 0, .1);
}
.main-b0dy-inf0-header-t00l-p0sitive-c0n{
  min-width: 30px;
  border: 2px solid rgb(0, 252, 0);
  background: rgb(0, 252, 0, .1);
}
.main-b0dy-inf0-header-t00l-negative-c0n{
  min-width: 30px;
  border: 2px solid rgb(252, 0, 0);
  background: rgb(252, 0, 0, .1);
}
.main-b0dy-inf0-header-pr0fil-userinf0-c0n{
  display: flex;
  justify-content: end;
  gap: 10px;
  padding: 5px;
  background-size: cover;
}
.main-b0dy-inf0-header-pr0fil-c0n{
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 5px;
}
.main-b0dy-inf0-header-pr0fil-userinf0-and-vide0-flex{
  display: flex;
  gap: 10px;
}
.main-b0dy-inf0-header-pr0fil-vide0-item-c0n{
  border: 2px solid rgb(0, 252, 0);
  padding: 3px;
  gap: 3px;
  display: flex;
  align-items: center;
  background: rgba(0, 252, 0, 0.2);
}
.main-b0dy-inf0-header-pr0fil-vide0-item-description{
  font-size: 13px;
}
.main-b0dy-inf0-header-pr0fil-vide0-item{
  font-size: 13px;
}
.main-b0dy-inf0-username-pr0fil{
  font-size: 18px;
}
.main-b0dy-inf0-header-vide0-title{
  font-size: 22px;
  text-align: center;
  padding: 1px;
  border: 2px solid rgba(0, 252, 0, 0.1);
  margin: 1px 5px 1px 5px;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: none;
}
.main-b0dy-inf0-header-inf0rmati0n-overlay{
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0) 10%, rgba(0, 252, 0, 0.25) 100%);
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  transition: .5s;
}
.main-b0dy-inf0-header-inf0rmati0n-description-c0n{
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.main-b0dy-inf0-header-inf0rmati0n-description-c0n.active {
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-width: thin !important;
}
.main-b0dy-inf0-header-inf0rmati0n-description{
  width: 100%;
  padding: 5px;
  font-size: 18px;
  height: fit-content;
}
.main-b0dy-inf0-header-inf0rmati0n-open-c0n{
  display: flex;
  position: absolute;
  bottom: 0;
  height: 30px;
  width: 100%;
  justify-content: space-around;
  z-index: 10;
  cursor: pointer;
}
.main-b0dy-inf0-header-inf0rmati0n-open-arr0w-c0n{
  width: 40px;
  position: relative;
  pointer-events: none;
}
.main-b0dy-inf0-header-inf0rmati0n-open-arr0w-1{
  width: 3px;
  height: 20px;
  background: rgb(0, 252, 0);
  position: absolute;
  rotate: -45deg;
  left: 12px;
  top: 5px;
  transition: .5s;
}
.main-b0dy-inf0-header-inf0rmati0n-open-arr0w-1.active {
  rotate: 45deg;
}
.main-b0dy-inf0-header-inf0rmati0n-open-arr0w-2.active {
  rotate: -45deg;
}
.main-b0dy-inf0-header-inf0rmati0n-open-arr0w-2{
  width: 3px;
  height: 20px;
  background: rgb(0, 252, 0);
  position: absolute;
  rotate: 45deg;
  right: 12px;
  top: 5px;
  transition: .5s;
}
.main-b0dy-inf0-header-t00l-p0sitive, .main-b0dy-inf0-header-t00l-negative{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.main-b0dy-inf0-header-t00l-p0sitive {
  color: rgb(0, 252, 0);
}
.main-b0dy-inf0-header-t00l-negative{
  color: rgb(252, 0, 0);
}
.main-b0dy-c0mment-input-c0n{
  height: fit-content;
  overflow-y: auto;
  scrollbar-width: none;
}
.main-b0dy-c0mment-header-select{
  font-size: 16px;
  height: 100%;
  border-radius: 0px;
  outline: none;
  border: 0px;
  background: light-dark(var(--light-bg), var(--dark-bg));
  cursor: pointer;
  font-family: "Quantico", sans-serif;
}
.play-backwards-c0n:hover{
  border: 2px solid rgb(0, 252, 0);
}
.play-forwards-c0n:hover{
  border: 2px solid rgb(0, 252, 0);
}