/* .content-width{
    width: 83vmax !important;
} */
/* .content{
    width:cal(100vw - 100px);

} */

a{
    color: #f4f4f4;;
}
.tile-container{
    overflow-x: scroll;
    display: flex;
    min-width:100%;
    flex-direction: row;
    padding-left: 14px;
    margin-top:3rem;
    position: fixed;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 99;

}
.tile{
    margin:8px 5px;
    background-color: #111010 !important;
    border:1px solid rgba(236, 232, 232, 0.182);  
    border-radius: 16px;
    white-space: nowrap;
    cursor: pointer;
    color:#fff;
    transition: .5s;
}
.tile p{
    background-color: transparent;
    position: relative;
    top:20%;
    text-align: center;
    font-size: 12px;

}
.tile-container::-webkit-scrollbar{
    height: 5px;
}

.video-container{
    display: grid;
    grid-template-columns:repeat(auto-fill,minmax(300px,1fr));
    grid-column-gap:12px;
    grid-row-gap: 30px;
    padding:5px 20px;
    /* overflow-y: scroll;
    max-height: 88vh; */
    background: #0d0d0dbe;
    padding-top:  1.5rem;
    margin-bottom: 0.75rem;
    margin-top: 4.5rem;
}
.video-thumbnail{
   
    align-items: center;
    height: 200px;
    border-radius: 30px;
}
.video-thumbnail img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: 0.5s;
    transform: scale(0.97);

}
.video-thumbnail img:hover{
transform: scale(0.99);

}
.video-data{
    display: flex;
    margin-top:5px;
    gap:6px;
    padding: 0.50rem;
    padding-left: 0.757rem;
    margin-top: 0.30rem;
}
.channel-logo img{
    width:40px;
    height:40px;
    margin-top:15%;
}

.title-channel{
    
    color:#FFF;
}
.channel-name span{
    padding:2px 5px;
    color:#313030;
    margin-inline:5px;
    background-color: #d3d3d3;
    font-size: 10px;
    border-radius: 20px;
}
.views-time{
    display: flex;
    position: relative;
    gap:10px;
 
    
}
.title-channel p{
    margin-top: 5px;
    cursor: pointer;
}
.VedioIconBox
{
    display: grid;
    grid-template-columns: 1fr;
}
.title-channel h3{
    cursor: pointer;
    margin-top: 0.40rem;
    line-height: 1.5rem;
}
.views-time{
    display: flex;
}
.views-time p{
    font-size: 12px;
    color: #7e7e7e;
}
.alert{
    width: 100vw ;
}
.time span{
font-size: 15px;
padding-right:5px;
}
.whatsApp-icon
{
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
    border-radius: 50%;
    margin-top: 0.30rem;
    padding-left: 0.875rem;
    gap: 10px;
}
.whatsApp-icon p{
    background-color: transparent;
    font-size: 0.82rem;
    margin-top: 0.20rem;
    font-weight: 600;
}

 
.iconBox
{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    justify-content: flex-start;
    background-color: #1de01de0;
    padding: 0.40rem 0.20rem;
    border-radius: 30px;
    margin: 0.30rem;

}
.iconBox:hover{
    background-color: #07a407e0;
}.iconBox .fa-whatsapp {
    transition: transform 0.3s ease; /* Smooth transition for rotation */
}
.iconBox:hover .fa-whatsapp
{
    transform: rotate(200deg);
}

@media (max-width:732px)
{
    .tile-container
    {
        margin-top: 2.5rem;
        position: fixed;
        padding-top: 1rem;
    }
.channel-logo img{
    width:30px;
    height:30px;
   
}
.video-title .title
{
    font-size: 15px;
    margin-top: 0.60rem;
    color: #e7e4e4;
}
.video-container {
   
    grid-row-gap: 0px; 
    padding: 5px 10px;
    margin-top: 4rem;
  
}
#search-suggestions {
    width: 65vw;
    border-radius: 0px; 
}  
#search-suggestions li
{
padding-bottom: 2px;
padding-top: 2px; 
}
#search-suggestions li i {
    font-size: 12px;
    padding: 7px;
    color: #4c4c4c;
   
}
#search-suggestions li a 
{
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #c4c4c4;
}
}


