*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;    
}

body{
    font-family: "Roboto","Arial",sans-serif;
}

.header{  
    background-color: #fff;  
    width: 100%;
    height: 50px;
    padding: 5px;
    display: flex;
    justify-content: space-between;    
}

.header_left{        
    display: flex;    
    width: 13em;
    height: 100%;
    padding-left: 21px;
}

.icon{
    padding-top: 8px;
    padding-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon_name{      
    padding-top: 2px;
    padding-left: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-family: Roboto, Arial, sans-serif;
    cursor: pointer;
}

img{
    cursor: pointer;
}

sup{
    position: relative;
    top: -0.5em;    
    font-size: 12px;
    color: rgb(92, 90, 90);
}

.header_search{  
    border: 1px solid black;  
    width: 35em;
    height: 35px;
    border-radius: 15px; 
    margin-top: 4px;   
}

.header_search form{    
    width: 100%;
    height: 100%; 
    display: flex;   
}

.header_search form input{    
    width: 90%;
    height: 100%;      
    border-top-left-radius: 50px; 
    border-bottom-left-radius: 50px;
    border: none;
}

input[type="text"]{
    padding: 15px;
}

input:focus{
    outline: none;
}

.header_search form button{    
    width: 10.5%;
    height: 100%; 
    border: none;
    border-top-right-radius: 50px; 
    border-bottom-right-radius: 50px;
    background-color: transparent;
    border-left: 1px solid black;
    cursor: pointer;
}

.header_search form button:hover {
    background-color: rgba(137, 137, 137, 0.294);
}

.header_right{      
    width: 10em;
    height: 100%;
    padding-top: 8px;
}

.header_right .r1{    
    padding-left: 10px;
    cursor: pointer;
}

.main{       
    width: 100%;
    height: 100%;
    display: flex;    
}

.asidebar{    
    background-color: #fff; 
    width: 75px;
    height: 92.1vh;
    padding: 5px 5px;
}

.asidebar .home{    
    padding: 0px 3px;  
    cursor: pointer;
    margin-bottom: 20px;   
} 

.home:hover{
    background-color: rgba(137, 137, 137, 0.294);
}

.asidebar .home i{
    width: 100%;
    display: flex;
    justify-content: center;
}

.asidebar .home h2{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 10px;
    padding-top: 5px;    
}

.sidebar{    
    width: 100%;
    
}

.sidebar_header{
    
    width: 100%;
    height: 40px;
    padding: 3px;
    display: flex;
       
}

.side_header_categories{
    display: inline-block;
    background-color: rgba(185, 185, 185, 0.316);   
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 5px; 
    margin-right: 10px;  
    border-radius: 5px;
    cursor: pointer; 
}

.side_header_categories h3{
    font-size: 12px;
}

.side_header_categories:hover{
    background-color: rgba(0, 0, 0, 0.161);
}


.sidebar_categorie{    
    width: 100%; 
    height: 86vh;   
    padding-top: 10px;
    padding-left: 2px;
    
    overflow-y: scroll;  
}

.categorie_1{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}     

.sidebar_categorie .sidebar_categories{    
    width: 45vh;
    height: 41vh;  
} 

.video{
    
    width: 100%;
    height: 60%;
}

.video .overlay{
    position: relative;
    top: -102%;   
    width: 100%;
    height: 100%;   
    border-radius: 5px;
    padding: 5px;
    color: rgb(255, 255, 255);    
    opacity: 0;
    font-size: 18px;
    background-color: #e9e9e968;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video .overlay h4{
    padding-top: 2px;
}

.video .overlay:hover{
    opacity: 2;    
    color: #ffffff;   
    background-color: #4343439e; 
    cursor: pointer;
}

.video img{
    width: 100%;
    height: 100%;
}

.video_details{
    padding: 3px 0px;
    
}

.video_details h3{
    font-size: 15px;
    font-weight: 550;
}

.video_details p{
    font-size: 13px;
    font-weight: 500;
    color: #434343;
}

.video_details span{
    font-size: 13px;
    font-weight: 600;  
    color: black;  
}

.video_details h3,p{
    padding: 3px 0px;
}

.video_details .detailes{    
    display: flex;
}

.video_details .detailes .thubnail{    
    width: 10vh;
    height: 7vh;
    border-radius: 100%;
}

.video_details .detailes .thubnail img{
    width: 100%;
    height: 100%;    
}

.video_details .detailes .txt h3{
    font-size: 14px;    
}

.video_details .detailes .txt{    
    padding-left: 10px;
}

.video_details .detailes .thubnail img{   
    border-radius: 100%;
}

.shorts{
    
    width: 100%;
    margin-bottom: 30px;
}

.shorts .heading{
    
    display: flex;
    width: 100%;
    height: 40px;
    margin-bottom: 3px;
    align-items: center;
}

.shorts .heading i{
    color: red;    
}

.shorts .heading h2{    
    font-size: 19px;
    padding-left: 10px;
}

.shorts_1{    
    
    width: 100%;    
    display: flex;
    justify-content: space-between;
}  

.short_categories{    
    width: 35vh; 
    height: 100%;
}

.short_categories .video{   
    border-radius: 15px;    
    height: 60vh;
}

.short_categories .video img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.short_categories .txt{ 
    padding-top: 10px;   
    width: 100%;
    height: 11vh;
    display: flex;
    flex-direction: column;    
}

.short_categories .txt h3{
   font-size: 14px;
}

.short_categories .txt p{
    font-size: 12px;
}

.shorts .ln{    
    padding: 10px 0px;
    display: flex;
    justify-content: space-between;
}

.shorts .line{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black; 
    width: 140px;
    height: 30px; 
    border-radius: 10px;  
    cursor: pointer;
}

.line1{
    border-bottom: 1px solid black;
    margin-top: 15px; 
    width: 60.1vh;  
    height: 0vh;    
} 
