html {
  scroll-snap-type: y mandatory;
}
body {
  height: 100vh;
  display: grid;
  place-items: center;
}
img {
  cursor: pointer;
}
.app__videos {
  position: relative;
  height: 100vh;
  background-color: #fff;
  overflow: scroll;
  width: 100%;
  border-radius: 20px;
  scroll-snap-type: y mandatory;
}
.app__videos::-webkit-scrollbar {
  display: none;
}
.app__videos {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.video {
  position: relative;
  height: 100%;
  width: 100%;
  border: 1px solid black;
  background-color: transparent;
  scroll-snap-align: start;
  margin-bottom: 10px;
  background: black;
}
.video__player {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.videoHeader {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.videoHeader * {
  padding: 20px;
}
.videoFooter {
  position: absolute;
  bottom: 15%;
}
.user__avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.videoFooter__text {
  position: absolute;
  color: #fff;
  text-align: left;
}
.videoFooter__text h3,
p {
  margin-left: 10px;
}
.videoFooter__text h3 button {
  color: #fff;
  font-weight: 900;
  text-transform: inherit;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 5px;
  cursor: pointer;
}
.videoFooter__ticker {
  height: fit-content;
}
.videoFooter__ticker marquee {
  font-size: 12px;
  padding-top: 7px;
  color: #fff;
}
.videoFooter__ticker span img {
  position: absolute;
  left: 5px;
}
.videoFooter__actions {
  display: flex;
  position: absolute;
  width: 95%;
  justify-content: space-between;
  color: #fff;
}
.videoFooter__actions .record {
  position: absolute;
  left: 300px;
  top: -50px;
  animation: animate 4s linear infinite;
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.videoFooter__actionsRight span img {
  height: 35px;
  width: 35px;
}
.videoFooter__actionsRight {
  display: flex;
  position: absolute;
  flex-direction: column;
  left: 330px;
  top: -300px;
}
.videoFooter__stat {
  display: flex;
  margin-bottom: 25px;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
}
.videoFooter__stat p {
  margin-left: 3px;
}
@media screen and (max-width: 900px) {
  .app__videos {
    border-radius: 0px;
  }
  .videoFooter__actionsRight {
    left: 300px;
  }
}

.create-bar {
  height: 6vh;
  width: 100vw;
  background: #000;
}

.head-action {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
}

.head-action > div:first-child {
  width: 45px;
  height: 45px;
  margin-left: 20px;
}

.icon {
  display: inline-block;
  margin-right: 10px;
  padding: 0.8em;
}

.left-control {
  right: 20px;
  height: 300px;
  width: 90px;
  top: 20%;
  position: absolute;
}

.left-control .user-profile {
  margin: 20px;
  width: 50px;
  height: 50px;
  margin-bottom: 50px;
  border-radius: 50%;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.comments-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: -10px;
  background: #fff;
  padding: 10px 0;
}

.comments-label {
  font-size: 0.7em;
  color: var(--third);
}

.comments-close {
  cursor: pointer;
  color: #e45;
}

.comments-container {
  display: none;
  position: absolute;
  bottom: 0px;
  height: 75%;
  padding: 10px;
  border-radius: 20px 20px 0 0;
  z-index: 99;
  width: calc(100%);
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  transform: translatey(100%);
  overflow-y: scroll;
}
.comments-active {
  transform: translatey(0%);
}

#comments-icon {
  cursor: pointer;
}
#likes-icon {
  cursor: pointer;
}

.comment-top {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.comment-logo {
  height: 36px;
  width: 36px;
  border-radius: 100px;
  background-color: #000;
  margin-right: 10px;
  background-image: url(https://usefulangle.com/img/thumb/javascript.png);
  background-size: cover;
}

.comment-details {
  flex: 1;
  font-size: 0.75em;
  display: flex;
  flex-direction: column;
}

.comments-list {
  height: 63vh;
  width: 100vw;
  overflow-y: hidden;
  overflow-y: auto;
  background: #fafafa;
}
.left-control .short-action svg {
  display: block;
  margin-left: 50px;
  margin-top: 14px;
  color: #fff;
}

.left-control .short-action .likes,
.commentCount,
.shares {
  display: block;
  margin-left: 50px;
  margin-top: 10px;
  color: #fff;
}

.select-item {
  margin: 40% auto;
  height: 300px;
  width: 250px;
  /*        background:#070606;*/
  background: #a67;
}

.opt-select {
  bottom: 5px;
  margin: 0px auto;
  width: 200px;
  background: #fff;
  padding: 0.8em;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.files-box {
  background: #fafafa;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 200px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  channel-visitor-style: none;
  padding: 10px 20px;
  height: 200px;
  margin: 10px auto;
}

.preview-video {
  background: #fafafa;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 100vw;
  height: 84vh;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  channel-visitor-style: none;
  padding: 10px 20px;
  margin: 10px auto;
  display: none;
}

.video-file {
  height: 60%;
  width: 100%;
  background: #a56;
}

label {
  margin: 10px;
  padding: 0.4em;
  text-align: left;
  font-size: 16px;
  display: block;
}

.inpts input,
textarea {
  margin: 4px 12px;
  padding: 0.4em;
  text-align: left;
  font-size: 16px;
  display: block;
}

.inpts textarea {
  height: 70px;
}
.up-btn {
  margin: 20px 10px auto;
  padding: 0.8em;
  width: 100px;
  height: 40px;
  border-radius: 8px;
  background: #a55;
  border: none;
  outline: none;
}

.video-pick {
  background: #fafafa;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 90%;
  height: 400px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  channel-visitor-style: none;
  padding: 10px 20px;
  margin: 10px auto;
}
