.upload{
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    position: relative;
    left: 20px;
    margin-top: 1em;
  }

.formular{
    font-family: mySecondFont;
}

.split_content{
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.required_info{
    /* width: 60%; */
    display: flex;
    flex-direction: column;
}

#titlu{
    border: 1px solid hsl(0, 0%, 0%);
    margin-top: 1em;
    width: 90%;
    height: 20px;
    padding: 0.5em;
    border-radius: 5px;
}

#titlu:focus{
    outline: 0;
    border: 1px solid hsl(210, 100%, 56%);
}

.check{
    color: hsl(0, 94%, 49%);
}

#btn_upload{
    width: 150px;
    height: 30px;
    margin-top: 1.5em;
    background-color:hsl(198, 100%, 40%);
    color: hsl(0, 0%, 100%);
    transition: 150ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    cursor: pointer;
    border: 0;
    border-radius: 5px;
}

#btn_upload:hover{
    box-shadow: 0px 0px 3px hsl(0, 0%, 0%);
    background-color:hsl(198, 96%, 37%);
}

.menu_content{
    margin: auto;
    margin-top: 2em;
    width: 80%;
    height: 740px;
    overflow-y: scroll;
    /* background-color: bisque; */
    border: 1px solid hsl(0, 0%, 50%);
}

.chose-menu_content{
    display: flex;
}

/* added new*/
.styled_video{
    position: relative;
}

.control_time{
    position: absolute;bottom: 0;right: 0;
}
.time{
    background: black;color: white;position: relative;top: -4px;
    font-family: mySecondFont;
}




.particip{
    font-family: mySecondFont;
    text-align: center;
    padding-top: 1em;
    width: 50%;
    height: 35px;
  
}

.participant{
    font-family: mySecondFont;
    text-align: center;
    padding-top: 1em;
    width: 50%;
    height: 35px;
    border-left: 1px solid hsl(0, 0%, 50%);;
    border-bottom: 1px solid hsl(0, 0%, 50%);;
    background-color: hsl(0, 0%, 98%);
}

.inactive{
    border-left: 1px solid hsl(0, 0%, 50%);;
    border-bottom: 1px solid hsl(0, 0%, 50%);;
    background-color: hsl(0, 0%, 98%);
}

.activel{
  border-top: 1px solid hsl(210, 100%, 56%);
    background-color: hsl(0, 0%, 100%);
    color: hsl(210, 100%, 56%);
}

.select_option{
    display: none;
    background-color: hsl(0, 0%, 53%);
    border: 0;
    border-radius: 0;
    font-family: mySecondFont;
    font-size: 1rem;
    width: 100%;
    padding: 0.5em;
    color: hsl(0, 0%, 98%);
}

.error_no-user{
    font-family: mySecondFont;
    font-size: 1.1rem;
    padding: 0.6em;
    margin: auto;
    color: hsl(0, 0%, 98%);
    margin-top: 0.5em;
    border-radius: 5px;
    width: 90%;
    height: auto;
    background-color: hsl(0, 94%, 49%);
}

#participanti{
    display: none;
    overflow-y: scroll;
    height: 740px;
}

#participanti.content{
    height: auto;
    overflow-y: unset;
}

#participanti_content{
    display: block;
    overflow-y: scroll;
    height: 740px;
}

.like-form{
    padding: 0.4em;
    width: 97%;
    
    border-radius: 5px;
    margin: auto;
    margin-top: 0.6em;
    font-family: mySecondFont;
    border: 1px solid hsl(0, 0%, 50%);
}

#filtru-video{
    width: 160px;
    margin-left: 0.3em;
    font-size: 1rem;
    border: 1px solid hsl(0, 0%, 0%);
    background-color: hsl(0, 0%, 100%);
}

.new_videos{
    margin-top: 0.8em;
    margin-left: 1.2em;
    font-family: mySecondFont;
 display: grid;
 grid-template-columns: repeat(3,1fr);
 width: 600px;
 gap: 1em;
    
}

.new_videos_content{
    margin-top: 0.8em;
}

.video_adjust{
    cursor: pointer;
    display: grid;
    grid-template-columns: subgrid;
    box-shadow: 0 0 3px hsl(0, 0%, 0%);
    /* border: 1px solid hsl(0, 0%, 0%); */
}



.video_show{
    background-color: hsl(0, 0%, 0%);
    margin: auto;
}

.video_show_content{
    width: 100%;
}

.title_and_location{
    width: 350px;
    word-break: break-all;
    margin-left: 0.5em;
    margin-top: 0.5em;
    font-size: 1.1rem;
}

.video_status_information{
    font-family: mySecondFont;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:1em;
    margin-left: 0.5em;
}

.status_video{
    width: 200px;
    height: 60px;
    display: flex;
    flex-direction: row;
    border: 1px solid  hsl(0, 0%, 50%);
    padding-left: 1em;
    padding-top: 0.5em;
}

.title_and_location_content{
    margin-top: 0.4em;
    width: unset;
    margin-left: 0.5em;
}

.status_video:nth-child(3){
    width: 250px;
}

.thumbs_up,.date_calendar,.eyes_views{
    width: 40px;
    height: 40px;
}

.text_show{
    position: relative;
    left: -10px;
    top: 10px;
    margin-left: 1.2em;
    font-weight: 700;
}

.span_text{
    font-weight:400;
}


.link_video{
    text-align: center;
}

.hyperlink{
    text-decoration: none;
    color: hsl(0, 0%, 0%);
    font-family: mySecondFont;
}

.author,.votes_and_views,.author_nd{
    color: hsl(0, 0%, 42%);
    margin-top: 0.5em;
    margin-left: 0.8em;
}

.fix_btn-submit{
    background: none;
    border: 0;
    cursor: pointer;
}

.votes_and_views{
    position: relative;
    top: -17px;
    margin-top: 2em;
}

.video_editor{
    margin: 2em;
}

.align_text1{
    display: inline-block;
    /* text-align: center; */
    /* margin-top: 2em; */
}


.thumbnail_video{
    margin: 2em;
    display: flex;
    flex-direction: column;
}

.video_container{
    margin-top: 1em;
}

.img_thumb{
    background-color: hsl(0, 75%, 98%);
}

.content_thumb{
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    /* margin: auto; */
}
.radio_choice{
    text-align: center;
}

label[for="titlu"]{
    margin-top: 1em;
}

@media screen and (max-width:1507px) {
    .new_videos{
        
        grid-template-columns: repeat(2,1fr);
        width: 95%;
        
    }

    .video_show{
        width: 100%;
       height: 250px;
    }
   .title_and_location{
    width: 95%;
    word-break: break-all;
   }
   .video_show_content{
    height: 370px;
   }
}


@media screen and (max-width:1059px) {
    /* .menu_content{
        height: auto;
    } */
}

@media screen and (max-width:991px) {
    .like-form{
        width: 95%;
    }
    .new_videos{
        margin-left: 1em;
    }
}


@media screen and (max-width:959px) {
    .split_content{
        grid-template-columns: repeat(1,1fr);
    }
    .video_editor{
        width: 80%;
        height: 300px;
        display: flex;
        margin: auto;
        margin-top: 1em;
    }
    #titlu{
        width: 98%;
    }
    .required_info{
        margin-top: 0.2em;
        padding: 1em;
    }
}

@media screen and (max-width:851px) {
    .video_show{
        height: 200px;
    }
}


@media screen and (max-width:823px) {
    .new_videos{
        margin-left: 0.8em;
    }
}


@media screen and (max-width:767px) {
  .chose-menu_content{
    display: none;
  }
  .select_option{
    display: block;
  }
  .video_show_content{
    height: 320px;
  }
}

@media screen and (max-width:601px) {
    .video_editor{
        height: 200px;
    }
    .img_thumb{
        width: 100%;
        height: auto;
    }
    .new_videos{
        grid-template-columns: repeat(1,1fr);
        margin-left: 0.7em;
    }
    .video_show_content{
        height: 290px;
    }
    
  }

  @media screen and (max-width:553px) {
    .status_video{
        width: 250px;
    }
  }

  @media screen and (max-width:517px) {
    #titlu{
        width: 96%;
    }
    .new_videos{
        margin-left: 0;
    }
    .video_show_content{
        height: 250px;
    }
  }

  @media screen and (max-width:433px) {
    .video_show_content{
        height: 220px;
    }
  }

  @media screen and (max-width:401px) {
    .video_show{
        height: 200px;
    }
    .error_no-user{
        width: 80%;
    }
  }

  @media screen and (max-width:359px) {
    .video_show_content{
        height: 200px;
    }
  }

  @media screen and (max-width:353px) {
    .video_show{
        height: 160px;
    }
  }

  @media screen and (max-width:323px) {
    .video_show_content{
        height: 170px;
    }
  }

  @media screen and (max-width:298px) {
 .status_video:nth-child(3){
    height: 100px;
 }
  }

  @media screen and (max-width:247px) {
    #titlu{
        width: 85%;
    }
   
  }
