/*style for user channels videos list 
this is used in the mainpad div and related to videolist section
*/
.videospecial span, h4, a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
  font-family: Helvetica;
  -webkit-text-size-adjust: none;
}


.videospecial {
  display: block;
  padding: 14px 4px;
  border-bottom: 1px solid #e8e8e8;
  width: 100%;
  margin: 0;
}
.videospecial .vidthumb,.item-image {
  float: left;
  display: block;
  height: 150px;
  width: 150px;
  background: #897;
  margin-right: 7px;
}




.videospecial .context {
  display: inline;
}
.videospecial .context h4 {
  font-size: 1.0em;
  padding: 0.5rem;
  color: var(--most-head)
  line-height: 1.0em;
  margin-left:6px; 
  font-family: Helvetica;
  margin-bottom: 6px;
}
.videospecial .context .views {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.3em;
  color: #454545;
  font-family: Helvetica;
  margin-bottom: 4px;
}
.videospecial .context .uploader {
  font-size: 0.8em;
  padding: 4px;
  display: block;
  font-family: Helvetica;
  font-weight: normal;
}
.videospecial .context a {
  text-decoration: none;
  color: #7ea1d7;
}
.videospecial .context a:hover {
  color: #6187c1;
  text-decoration: underline;
}
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/*video pop up on channel page*/

.show-video-on-channelpage{
margin: 0;
display: none;
position: absolute;
z-index: 9001;
background: #000;
top: 50%;
left: 50%;
width: 100%;
height: 90%;
margin-right: -50%;
transform: translate(-50%, -50%);
transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
box-shadow: 5px 5px  5px #EEE;
}


















































/*creating new channel on the main */



.create-mainpad{
width: 100vw;
height: 100vh;
margin: 0px;
padding: 0px;
}



.creat-head{
height: 50px;
width: 100%;
background: #000;
justify-content: center;
}

.creat-head .por{
text-align: center;
font-family: Helvetica;
font-size:18px;
font-weight: bold;
color: #fff;
padding: 10px;
line-height: 1;
}


.page-icon-select{
width: 80%;
height: 30%;
margin: 0px auto;
}
.icon{
height: 120px;
width: 120px;
margin: 0px auto;
top: 10px;
border: 1px solid #fff;
}

.info-col{
width: 96%;
border-radius: 4px;
padding: 2px;
display: block;
border: 1.5px solid #ccc;
background: #fff;
margin-top: 10px;
}



.info-col input{
border: none;
outline: none;
width: 70%;
padding: 4px;
display: flex;
height: 30px;
margin: 0px auto;
background: #eee;
text-align: center;
margin-top: 10px;
margin-left: 8px;
}


.info-col span{
display: flex;
margin: 4px 2%;
font-size: 14px;
width: 96%;
}

.info-col div{
display: block;
margin: 4px 2%;
font-size: 14px;
width: 96%;

}



.info-col span input{
width: 15px;
height: 15px;
border: none;
outline: none;
}





.info-col span  .lable{
  margin: 10px 15px;
}


.select-title{
  padding: 0.2em;
  width: 100px;
}






select {
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
   border:0!important;
   background-image: none;
   flex: 1;
   height: 30px;
   padding: 0 1.5em;
   color:#000;
   cursor:pointer;
   font-size: 1em;
   font-family: 'Open Sans', sans-serif;
}
select::-ms-expand {
   display: none;
}
.select {
   position: relative;
   display: flex;
   width: 20em;
   height: 3em;
   line-height: 3;
   background: #ffff;
   overflow: hidden;
   border-radius: .25em;
}
.select::after {
   content: '\25BC';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 1em;
   background: #ffff;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
}
.select:hover::after {
   color: #23b499;
}











.new-channel-icon{
margin: 0px auto;
width: 200px;
text-align: center;
margin-top: 10px;
}

.new-channel-info{
width: 300px;
margin: 0px auto;
}

.new-channel-info input{
border: 0.8px solid #ccc;
margin:10px 10px;
width: 80%; 
padding: 0.8rem;
outline: none;
display: block;
text-align: center;
background: #fff;
}


article.video {
  position: relative;
  display: block;
  width: 100%;
  max-height: 500px;
  margin: 10px auto;
  background: rgb(52, 59, 74);
  border-radius: 3px;
  overflow: hidden;
}

video {
  cursor: pointer;
  width: 100%;
  opacity: 0;
}



article.video .visible {
  opacity: 1;
  transition: opacity 1s ease-out 0.8s;
  margin-bottom: -3px;
}




.control-bar {
  width: 100%;
  height: 1em;
  padding-bottom: 1px;
  position: absolute;
  left: 0;
  transition: bottom 0.3s ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  /*background: #1B4;*/
  bottom: 0px;
}




.button-bar {

  width: 100%;
  height: 100%;
  position: absolute;
  /*background: linear-gradient(to bottom,rgba(52,59,74,0.8) 0%,rgba(34,41,58,0.8) 100%);*/
  border-radius: 3px;
  /*background: #1cA;*/
  z-index: 2;


}





.button-bar i {

  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 100;
  color: white;
  position: absolute;
  width: 2em;
  height: 1.6em;
  line-height: 1.6em;
  text-align: center;
  top: 50%;
  margin-top: -0.75em;
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.2s ease;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  z-index: 2;
}

.button-bar i:hover {
  opacity: 1;
}

.button-bar i:hidden {
  opacity: 0;
  z-index: 1;
}

.button-bar i:play,
i:pause,
i:replay {
  width: 2.5em;
  background: #a41;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.button-bar i.fullscreen {
  left: auto;
  right: 0.3em;
}





.rail {

  position: absolute;
  left: 2.5em;
  top: 0;
  width: 3em;
  height: 100%;
  background: #fafafa;
  margin-top: 0;
  overflow: hidden;
}

.grip {

  position: absolute;
  width: 0.4em;
  height: 1.3em;
  margin-left: -0.2em;
  left: 100%;
  top: 50%;
  margin-top: -0.5em;
  background: #fff;


}

.audible,
.inaudible {

  position: absolute;
  width: 100%;
  height: 0.3em;
  left: 0;
  top: 50%;
  margin-top: -0.15em;
  /*background: #a56;*/

}

.inaudible {
  /*background: #45673c; */
}






.time {
  color: #eee;
  font-size: 0.8em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 2.5em;
  height: 2em;
  bottom: .04em;
  line-height: 2.8em;
  opacity: 0.9;
  transition: all 0.7s ease-in 0.2s;
}

/*.time .shift {
background: #a0c231;
left: 13em;
transition: all 0.2s ease-out;

}*/


.seek {

  position: absolute;
  width: 100%;
  height: 5px;
  background: #fafafa;
  top: -10px;
  opacity: 0.5;
  transition: all 0.2s ease;
  cursor: pointer;
  z-index: 7;
}

.buffer {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: red;
  border-radius: 3px;
  z-index: 8;
}

.watched {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: 8;
  background: #fff;
  overflow: visible !important;
}

.watched:before,
.watched:after {
  content: "";
  position: absolute;
  right: 10px;
  height: 100%;
  width: 10px;
  background: #eee;
  border-radius: 6px/3px;
  box-shadow: 0 0 2px #f;
}

.watched:after {
  right: 0px;
  box-shadow: 0px 0 3px 0px #fff;
  background: #fff;
}










.handle {
  position: absolute;
  display: block;
  right: -2px;
  top: -4px;
  width: 4px;
  height: 4px;
  border: 2px solid white;
  bottom: 5px;
  z-index: 9;
  background: transparent;
  border-radius: 100%;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.8), 0 0 4px 1px #a7BB;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
}

.handle.active {
  background: #666;
}

.handle:after {
  content: "";
  width: 26px;
  height: 22px;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 50%;
  margin-top: -15px;
}


.loading {
  position: absolute;
  width: 100%;
  text-align: center;
  justify-content: center;
  left: 0;
  top: 50%;
  height: 100px;
  margin-top: 20px;
  color: white;
  font-size: 0.8em;
  opacity: 1;
  transition: all 0.4s ease;
}

.loading.hidden {
  opacity: 0;
  top: 120%;
  height: 0;
}

.loading:hover,
&.error {
  opacity: 1;
}


.large-play {
  text-align: center;
  display: block;
  width: 50px;
  height: 50px;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 100;
  font-size: 3em;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  transition: 0.3s ease;
}

.large-play.hidden {
  top: 45%;
  opacity: 0;
}

/* .spinner {
  display: block;
  overflow: visible;
  text-indent: -999em;
  position: absolute;
  border-radius: 100% 0;
  z-index: 2;
  background: #fff;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 2px;
  margin-left: -10px;
  margin-top: -10px;
  border: none;
  transform-origin: 9px 9px;
  animation: spin 13s cubic-bezier(0.435, -0.165, 0.560, 1.170) infinite;
  transition:
      top 1s cubic-bezier(0.600, -0.280, 0.735, 0.045);
}

.spinner .hidden {
  top: 120%;
}

.spinner:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 0;
  z-index: 10;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 5px;
  height: 3px;
  transform: rotate(140deg);
  box-shadow: 0px 0px 3px 2px fade(spin(), 40%), 0 0 5px 2px fade(spin(#EEE, -10), 40%) inset;
  animation: spin2 17s linear infinite;
  transform-origin: 9px 9px;
}

.spinner:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 0;
  z-index: 10;
  background: #fff;
  top: 0px;
  left: 0px;
  width: 6px;
  height: 4px;
  transform: rotate(70deg);
  box-shadow: 0px 0px 5px 3px fade(spin(#eee, 10), 40%), 0 0 5px 1px fade(spin(#eee, 10), 40%) inset;
  animation: spin2 13s linear infinite;
  transform-origin: 9px 9px;


} */



.spinner{
border: 2px solid rgba(0, 0, 0, 0.7);
border-top: 4px solid #666;
border-radius: 50%;
width: 30px;
height: 30px;
animation: spin 1s linear infinite;
top: 50%;
left: 50%;
margin-left: -17px;
margin-top: -15px;
display: block;
position: absolute;
z-index: 2;
overflow: visible;     
}

@keyframes spin {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}



















.container-video {
  background: #fff;
  width: 100%;
  border-radius: 3px;
  margin: auto;
  margin-bottom: 4px;
  padding: 12px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .30);
  /* Not original, just a test */
}


.video-header {
  margin-bottom: 10px;
  color: #333;
}



.co-logo {
  margin-right: 8px;
  width: 50px;
  object-fit: cover;
  justify-content: center;
  border-radius: 50%;
  height: 50px;
}

.main-video-channel-name {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.38;
  color: #000;
  text-decoration: none;
  margin-bottom: 2px;
}

.container-video .videos-content-post {
  clear: both;
  font-size: 14px;
  color: #000;
  font-family: Helvetica;
  display: flex;
  line-height: 1.38;
}

.videos-content-post span {
  font-size: 14px;
  color: #000;
  font-family: Helvetica;
  line-height: 1.38;
}



.post-time {
  font-family: Helvetica;
  font-size: 12px;
  color: #90949c;
  margin-left: 10px;
}

.post-time>a {
  color: #000;
  text-decoration: none;
}

.post-time>a:hover {
  text-decoration: underline;
}




.video-file-play {
  width: 100%;
}

.video-file-pla-thumb {
  display: block;
  width: 100%;
}

.social {
  /*margin-top:12px;*/
}

.social-buttons {
  color: #000;
  font-family: Helvetica;
  font-size: 12px;
  margin-left: 1%;
}

.social-buttons span {
  font-size: 12px;
  color: #000;
  display: inline-block;
  width: 30%;
  text-align: center;
  height: 20px;
  justify-content: center;
}

.social-buttons span i {
  margin-bottom: 5px;
  margin-left: 10px;
  justify-content: center;
}


.comment_content {
  display: none;
  padding: 5px;
}

.social-buttons .share{
  margin-left: 10%;
}




.channel-info {
  display: flex;
}


.info {
  display: block;
  margin-top: 5px;
}


