
.addvbtn{
    display: inline-block;
    /* border: 2px solid black; */
    background-color: white;
    padding: 10px 20px;
    border-radius: 5px;
    
    background-color: #cfcfcf;
    color: white;
    /* top: 10%; */
    margin-right: 1.5rem;
    transition: all 0.25s ease-in-out;
}
.addvbtn:hover{
    background-color: #FF3115;
}
.editpanel{
    width: 100%;
    /* border: 2px solid black; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 71px;
}
.List_wrapper{
    margin-top: 0;
}
@media screen and (max-width:680px) {
    .addvbtn{
        font-size: 0.8rem;
    }
}
.hidvid{
    background-color: rgb(226, 226, 226);
    /* max-height: 300px; */
    opacity: 0.7;
    max-height: 390px;
    
}
.description_content_item {
    width: 100%;
}
.description_content_item a{
    white-space: pre-wrap;
    font-size: 1rem;
}
.gbtn{
    /* justify-content: end; */
    margin-bottom: 10px;
    opacity: 1;
    flex-wrap: wrap;
    gap: 10px;
}
.delbtn{
    margin: 0;
}
.description_content_item{
    margin-top: 0.5rem;
}
@media screen and (max-width:680px) {
    .description_content_item a{
        font-size: 0.8rem;
    }
    .description_content_item p:nth-child(2){
        font-size: 0.7rem;
    }
}

