.content-playback::-webkit-scrollbar-thumb{
    background: #212121;
   
}
.content-playback::-webkit-scrollbar {
    width: 2px;
}
i{
    margin-right:10px;
    
}

.content-playback{
    margin-top: 6rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding-left: 5rem;
}


.left-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:5px;
}
.video-info{
    color:white;
   
    padding-bottom: 20px;
    margin-bottom: 0.50rem;
}
.video-info-title{
    color:white;
    font-size:16px;
    padding-left:20px;
}
.VedioIconBox
{
    display: grid;
    grid-template-columns:1fr;
}
.user-playback-data{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 10px;
    align-items: center;
}.user-playback-channel-logo{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:15px;
}
.user-playback-channel-logo img{
    width:30px;
    height:30px;
}
.user-playback-channel-logo p{
  margin-top:3%;
}
.user-playback-data button{
border:solid 1px #FFFFFF1A;
background-color: #FFFFFF1A;
border-radius: 20px;
padding:5px 8px;
color:#fff;
}
.user-playback-data button:hover{
background-color: #141414;
}
.like-dislike{
    margin-inline: 20px;
    padding: 1px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 50px;
    background-color: #FFFFFF1A;
}
.like,.dislike,.like-dislike a{
    background: transparent !important;
}
.like-dislike a{
    padding: 5px;
}
.like,.dislike{
   outline: none;
   border: transparent !important;
}
.like{
    border-right:solid 0.1px #fff !important;
    border-radius: 50px 0px 0px 50px !important;
}
.dislike{
    border-radius: 0px 50px 50px 0px !important;
}
.like:hover,.dislike:hover{
    background-color:#141414 !important;
}


.watch-share{
   display: flex; 
   gap:10px;
}
.user-playback-data i{
    background-color:transparent;
    
}
.description{
    margin-top: 20px;
    background: #141313ca;
    border-radius: 15px;
    padding:10px;
    width:60vw;
}
.description p{
   background-color:transparent;
    font-size: 12px;
    color: #c3c3c3;
}
.playback-time-stamp{
    display: flex;
    background-color: transparent;
}
.playback-time-stamp p{
    margin-right: 3%;
    
}
.right-meta{
    display: flex;
    flex-direction: column;
    padding-left: 1.4vmax;
    padding-top: .8vmax;
    max-height: 90vh;
    min-height: 90vh;
    overflow-y: scroll;
}
.right-content{
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap:10px;
    color:#fff;
}
.right-video-time{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:10px;
}
.img-right
{
    height: 120px;
    margin-bottom: 0.80rem;
}


.img-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.duration{
    position: relative;
    bottom: 25%;
    left:75%;
    background-color: rgba(0, 0, 0, 0.277);
    width:25%;
    font-size: 11px;
    padding: 0.30rem;
    
}.video-meta{
   margin-bottom: -1rem;
}
.right-video-channel p{
    position: relative;
    bottom: 10px;
    font-size: 11px;
}

.right-video-channel span{
    border:solid 1px #FFFFFF1A;
    padding:1px;
    border-radius: 50px; 
}
.right-video-time p{
    position: relative;
    bottom: 20px;
    font-size: 10px;
    color: #acacac;
}
/* .sidebar.hamburger {
    position: absolute;
    max-height: 87vh;
} */
.comment-section{
    display: flex;
    flex-direction: column;
    gap:5%;
    width:90%;
}
.comment-section h5{
    padding-top: 15px;
    font-size: 15px;
} 
.form-field{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap:2%;
}
.form-field img,.user-comments-field img{
    width:30px;
    height: 30px;
}
.form-field form{
    
    width:100%;
}
.form-field form input{
    padding-inline: 10px;
    width:80%;
    border-right: none;
    color:#c3c3c3;
    border: 1px solid rgba(198, 198, 198, 0.199);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    background: #1b1b1b;
    padding: 0.50rem;
    font-size: 12px;
}
.form-field form  input[type=text]:focus {
    border-color: #272727a3;
    background: #111111;
}
.form-field form button{
    padding: 10px 15px;
    background-color: rgba(32, 30, 30, 0.742);
    border-radius: 15px;
    color:#d2d1d1;
    border: none;
    outline: none;
    font-size: 12px;
}
.form-field form button:hover{
    background: #081115;
}
.user-comments-field{
    margin-top: 4%;
    width:90%;
    display: flex;
    flex-direction: column;
}

.all-comment-list{
    display: flex;
    flex-direction: row;
    margin-block: 20px;
    gap:2%;
}
.user-name-comment{
    display: flex;
    gap:2%;
}
.comment-ago{
color:#AAAAAA;
}
.main-comments p{
    width:700px;
   overflow-wrap: break-word;
}

.reply form input{
width: 86%;
border-right: none;
}
.reply form button{
margin-bottom:1% ;
margin-left: 2%;
}
.replies_user{
    display: flex;
    flex-direction: row;
    gap:2%;
    margin-top:2%;
}
.reply_form_field input{
    color:#c4c4c4;
}
.main-comments p span{
    font-size: 17px;
    font-size: 15px;
    margin-left: 6%;
    cursor: pointer;
}
.user-playback-data button,

.playback-time-stamp p{
    font-size: 10px;
    color: #717171;
}


.right-video-title
{
    margin-top: 0.50rem;
}
.right-video-title p 
    {
        padding: 0.01rem;
        padding-right: 0.30rem;
    }
 
.iconBox
{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(16,117,12);
background: linear-gradient(3deg, rgba(16,117,12,1) 37%, rgba(15,125,5,1) 50%, rgba(68,184,56,1) 87%)!important;
    padding: 0.30rem 0.20rem;
    border-radius: 30px;
    margin: 0.30rem;

}
.iconBox:hover{
    background: rgb(33, 123, 29);
background: linear-gradient(121deg, rgba(16,117,12,1) 37%, rgba(16,128,6,1) 50%, rgba(68,184,56,1) 87%);
}.iconBox .fa-whatsapp {
    transition: transform 0.3s ease; /* Smooth transition for rotation */
    background-color:transparent !important;
}
.iconBox:hover .fa-whatsapp
{
    scale: 1.1;
}
.whatsApp-icon
{
    background-color:transparent !important;
    display: flex;
   
    justify-content: center;
    transition: 0.5s;
    border-radius: 50%;
    margin-top: 0.20rem;
    padding-left: 0.575rem;
}
.whatsApp-icon p{
    background-color: transparent !important;
    text-align: center;
    font-size: 0.80rem;
    margin-top: 0.20rem;
    font-weight: 700;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
@media only screen and (max-width:1179px){
.content-playback{
    flex-wrap:wrap;
}
}
@media (max-width:732px)
{

    .content-playback{
       
        width: 100%; 
        padding-left: 0.1rem;
        margin-top: 5rem;
        display: flex;
    }
    .playback-window{
        padding:1px;
        
        }
    .playback-window video {
        width:98vw;
       
    }
    .left-content{
        display: grid;
        grid-template-columns: 1fr;
    }
    .video-info-title {
        color: white;
        
        margin-bottom: 0.30rem;
    }
    .user-playback-channel-logo
    {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        margin-top: -10px;
    }
    .user-playback-data
    {
        padding-top: 1px;
        display: block;
    }
    
    .user-playback-channel-logo p 
    {
        font-size: 12px;
        color: #dcdcdce5;
    }
    .description {
        
        width: 90vw;
    }
    .form-field form input{
        padding-inline: 10px;
        width:60%;
    }

    .right-content 
    {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1rem;
    padding: 0.65rem;
    border-radius: 30px;
    background: #030303;
    box-shadow: 15px 15px 30px #030303,
               -15px -15px 30px #030303;
              
        gap: 0.1rem;
        margin-bottom: 0.85rem;
    }

    .img-right 
    {
        padding: 0.0rem;
        height: 170px;
        background: transparent;
    }
    .img-right img 
    {
        width: 100%;
        height: 100%;
        object-fit: fill;
        border-radius: 5px;
        background-size: 50% 50%;
    }
    .duration{
        right:10%;
        bottom: 20%;
    }
    
    .detailsBox
    {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .right-meta{
        display: flex;
        flex-direction: column;
        /* padding: 3px; */
        width: 100%
    }
    .video-meta
    {
        background: #0d0d0d ;
        padding: 0.40rem;
        border-radius: 20px;
    }
    .right-video-title
    {
        margin-top: 0.2rem;
        padding-top: 0.20rem;
       
    }
    .right-video-title p 
    {
        padding: 0.01rem;
        padding-right: 0.30rem;
        font-size: 16px;
        color: #e3e3e3;
    }
    
   
    
}

