*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}
:root {
    --colorBtnPrincipal: #D2D2D2;
    --rangeBg: #333;
}
button { 
    background: none;
    color: var(--colorBtnPrincipal);
    outline: none;
}

button, input { cursor: pointer; }

/*              VIDEO CONTAINER               */
.video-container {
    position: relative;
    max-width: 700px;
}
.video {
    max-width: 100%;
    border-radius: 5px;

    height: 30%;
}
.video::-webkit-media-controls, .video::-webkit-media-controls-enclosure {
    display:none !important;
}
/*              VIDEO CONTROLS               */
.video:-moz-full-screen + .video-controls {
    bottom: 0;
}
.video:-webkit-full-screen + .video-controls {
    bottom: 0;
}

.video-controls {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: 2147483647;
    padding: 10px;
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: rgba(0,0,0,0.3);
}

.play-and-pause-video {
    padding: 8px 12px;
    width: 40px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
    border-radius: 4px;
    background-color: crimson;
}


/*              VIDEO PROGRESS               */
.progress-video-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 70%;
}
.time-video {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: var(--colorBtnPrincipal);
}
.progress-time { order: -1;}


.progress-audio, .slide-volume-video {
    background-image: linear-gradient(90deg,#0097b2, #7ed957);;
    background-repeat: no-repeat;
    background-size: 0% 150%;
        position:relative;

} 
.progress-audio, .slide-volume-video {
    position:relative;
    width: 150%;
    height: 10px;
    margin: 0 10px;
    -webkit-appearance: none;
    border-radius: 4px;
    outline: none;
    background-color: var(--rangeBg);
}



.progress-video, .slide-volume-video {
    background-image: linear-gradient(crimson, crimson);
    background-repeat: no-repeat;
    background-size: 0% 150%;
        position:relative;

} 
.progress-video, .slide-volume-video {
    position:relative;
    width: 150%;
    height: 10px;
    margin: 0 10px;
    -webkit-appearance: none;
    border-radius: 4px;
    outline: none;
    background-color: var(--rangeBg);
}


/*            ESTILOS COMUNS              */
.progress-video::-moz-range-thumb,.progress-audio::-moz-range-thumb,
.slide-volume-video::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background-color: var(--colorBtnPrincipal);
    border: none;
}
.slide-volume-video::-webkit-slider-thumb, .progress-video::-webkit-slider-thumb, .progress-audio::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    border-radius: 50%;
    background-color: var(--colorBtnPrincipal);
}
.progress-video::-moz-range-track,.progress-audio::-moz-range-track, .slide-volume-video::-moz-range-track { 
    height: 0;
    background-color: var(--rangeBg);
    border-radius: 4px;
}
.control-item { font-size: 18px; }


/*              VIDEO AUDIO               */ 
.slide-volume-video {
    width: 60px;
    display: none;
    transition: display .2s ease-out;
    margin-left: -2px;
}

.audio-video-container:hover > .slide-volume-video{
    display: inline-block;
}


/*             MEDIAS QUERIES*            */
@media (max-width: 320px) {
    .control-item { font-size: 10px; }
    .progress-video-container {
        width: 60%;
    }
    .slide-volume-video { width: 40px; }
    .time-video {font-size: 10px; }
}
@media (max-width: 480px){
    .video-controls {
        justify-content: space-around;
        padding: 10px 0px;
    }
    .control-item { font-size: 16px; }
    .time-video { font-size: 12px; }
    .play-and-pause-video {
        width: 15px;
        padding: 0;
        background: none;
        box-shadow: none;
    }
    .progress-video { margin: 0 3px;}
    .progress-audio { margin: 0 3px;}
    .slide-volume-video { width: 45px; }
}
@media (min-width: 1200){
    .video:-webkit-full-screen + .video-controls > .progress-video-container {
        width: 100%;
    }
}

.lim_text{
    width: 100%;-webkit-line-clamp: 1;-webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;display: -webkit-box;/max-height: 80px;      /* fallback */ -webkit-box-orient: vertical;
}

.lim_text2{
    width: 100%;-webkit-line-clamp: 2;-webkit-box-orient: vertical;  overflow: hidden;text-overflow: ellipsis;display: -webkit-box;/max-height: 80px;      /* fallback */ -webkit-box-orient: vertical;
}

  .myVideo_zoom{
   width: 100%;
  height: 100%;
object-fit: cover;
  position: relative;
}

 


        .reelsContainer {
            /* background: pink; */
height: 100vh;
  width: 700px;
  display: flex;
    overflow-x: none;
  gap: 1em;
  flex-direction: column;
  scroll-snap-type: y mandatory;
  margin: auto;
  overflow-x: hidden;
        }

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


        .reel  {

            position: relative;
           min-height: 100vh;
             
  min-width: 100%;
  scroll-snap-align: start;
        }

  
  .myBtn{
position: absolute;z-index: 999;top: 40%;margin: auto;left: 0;right:0;width: 50px;height: 50px;border-radius: 50px;background-color: rgb(1,1,0.30,0.30);border: none;
opacity : 0.5;
transition:opacity 1s,
  }
@media (max-width: 700px) {
 .reelsContainer {
            /* background: pink; */
  width: 100%;
  

  }
}

.main_container{
      max-width: 700px;height: 100%;margin:auto;overflow-x: hidden;
    }
    .list_frnds{
      position: relative;display: inline-block;width: 98%;padding: 5px;height: auto;
      margin-bottom: 3px;
    }
    .img_usr{
      position: relative;float: left;width: 50px;height: 50px;border-radius: 50px;object-fit: cover;display: inline-block;
    }
    .nme_usr{
      position: relative;left: 5px;color: #aaa;font-family: calibri;font-size: 13px;margin:5px;display: inline-block;
    }
    .btn_add{
      position: relative;float: right;display: inline-block;border:none;border-radius: 50%;padding: 4px 7px;cursor: pointer;
    }
    .searchs{
      position: relative;width: 99%;height: 40px;border:1px solid #333;border-radius: 7px;
    }
    .inpt{
      position: relative;background-color: transparent;border:none;color: #aaa;height: 100%;left: 20px;outline: none;width: 80%;
    }
  
   .hidecmmt{
  display: none;
 }
 .hidesahre{
  display: none;
 }