* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #5a5a5a;
}

img {
    cursor: pointer;
}

.flex-div {
    display: flex;
    align-items: center;

}

nav {
    padding: 0px 2%;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
}


.nav-right img {
    width: 25px;
    margin-right: 25px;
}

.nav-right img:hover {
    background-color: rgb(167, 163, 163);
    border-radius: 20px;

}

.nav-right .user-icon {
    width: 35px;
    margin-right: 0px;
    border-radius: 50%;

}

.nav-left .menu-icon {
    width: 22px;
    margin-right: 25px;

}

.nav-left .logo {
    width: 140px;
    margin: 6px 0px;

}

.nav-middle .mic-icon {
    width: 16px;

}

.nav-middle .search-box {
    border: 1px solid #ccc;
    margin-right: 15px;
    padding: 8px 12px;
    border-radius: 20px;
    /* border-radius: 25px; */
}

.nav-middle .search-box input {
    width: 400px;
    border: 0;
    outline: 0;
    background: transparent;
}

.nav-middle .search-box img {
    width: 15px;

}

/* sidebar */
.sidebar {
    background: #fff;
    width: 15%;
    height: 100vh;
    position: fixed;
    top: 0;
    padding-left: 2%;
    padding-top: 80px;
    overflow-y: scroll;
}

.sidebar a {
    width: 160px;
    background-color: white;
    padding: 12px;
    border-radius: 10px;
}

.sidebar a:hover {
    background-color: #ccc;
}

.shortcut-links a img {
    width: 20px;
    margin-right: 20px;
}

.shortcut-links a {
    display: flex;
    align-items: center;
    /* width: fit-content; */
    flex-wrap: wrap;
}


.shortcut-links a:first-child {
    color: #ed3833;
}

.sidebar hr {
    border: 0;
    height: 1px;
    background: #ccc;
    width: 85%;
}

.sidebar h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 500px;
    font-size: 16px;
    margin: 20px 0;
    color: #5a5a5a;
}

.subscribed-list h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 500px;
    font-size: 16px;
    margin: 10px 0;
    color: #5a5a5a;
}

.subscribed-list a {
    display: flex;
    align-items: center;
    /* width: fit-content; */
    flex-wrap: wrap;
    box-sizing: border-box;
}

.subscribed-list a img {
    width: 25px;
    border-radius: 50%;
    margin-right: 10px;
}


.small-sidebar {
    width: 0%;
}

.small-sidebar .shortcut-links a p,
.small-sidebar .subscribed-list a,
.small-sidebar h3 {
    display: none;
}

.small-sidebar hr {
    width: 50%;
    margin-bottom: 25px;
    display: none;

}

/* main Body */
.container {
    background: #f9f9f9;
    padding-left: 17%;
    padding-right: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.large-container {
    padding-left: 3%;
}

.banner {
    width: 100%;
    display: none;
}

.banner img {
    width: 100%;
    border-radius: 8px;
}


.list-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    margin-top: 15px;
}

.vid-list .thumbnail {
    width: 100%;
    border-radius: 12px;
    height: 190px;
}

.vid-list .flex-div {
    align-items: flex-start;
    margin-top: 7px;
}

.vid-list .flex-div img {
    width: 70px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

.vid-info {
    color: #5a5a5a;
    font-size: 13px;
}

.vid-info a {
    color: black;
    font-weight: 600;
    display: block;
    margin: bottom 5px;
}

.searchicon {
    display: none;
}


@media (max-width: 900px) {
    /* .menu-icon{
        display: none;
    } */

    .container,
    .large-container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .nav-right img {
        display: none;
    }

    .nav-right .user-icon {
        display: block;
        width: 30px;
    }

    .nav-right .searchicon {
        display: block;
    }

    .nav-middle .search-box {
        width: 100px;
        display: none;

    }

    .nav-middle .mic-icon {
        display: none;
    }

    .logo {
        width: 90px;
    }

    .vid-list .thumbnail {
        height: 200px;
    }

    .small-sidebar {
        display: none;
    }   

    .sidebar{
        width: 40%;
    }
}

/*******      Video -9      *****/


.play-container {
    padding-left: 2% !important;
}

.row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.play-video {
    flex-basis: 69%;
}

.right-sidebar {
    flex-basis: 30%;
}

.play-video video {
    width: 100%;
}

.side-video-list {

    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.side-video-list img {
    width: 100%;

}

.side-video-list .small-thumbnail {
    flex-basis: 49%;

}

.side-video-list .vid-info {

    flex-basis: 49%;
}

.play-video .tags a {

    color: #0000ff;
    font-size: 13px;
}

.play-video h3 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 12px;
}

.play-video .play-video-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5px;
    font-size: 14px;
    color: #5a5a5a;
}

.play-video .play-video-info a img {
    width: 20px;
    margin-right: 8px;

}

.play-video .play-video-info a {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;

}

.play-video hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 10px 0;
}

.owner {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.owner div {
    flex: 1;
    line-height: 18px;
}

.owner img {
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
}

.owner p {
    color: #000;
    font-weight: 600;
    font-size: 18px;
}


.owner span {
    font-size: 13px;
    color: #5a5a5a;
}


.owner button {
    background: #ed3833;
    color: #fff;
    padding: 8px 30px;
    border: 0;
    outline: 0;
    border-radius: 4px;
    cursor: pointer;
}

.vid-des {
    padding-left: 55px;
    margin: 15px 0;
}

.vid-des p {

    font-size: 14px;
    margin-bottom: 5px;
    color: #5a5a5a;
}

.vid-des .cmnt {
    display: flex;
    margin-top: 15px;
}

.cmnt img {
    width: 24px;
    height: 17px;
    margin-left: 46px;
    margin-right: 14px;
}

.vid-des h4 {
    font-size: 14px;
    color: #5a5a5a;
    /* margin-top: 15px; */
}

.add-cmnt {
    display: flex;
    align-items: center;
    margin: 30px 0;
}

.add-cmnt img {
    width: 35px;
    border-radius: 50%;
    margin-right: 15px;
}

.add-cmnt input {
    border: 0;
    outline: 0;
    border-bottom: 1px solid #5a5a5a;
    width: 100%;
    padding-top: 10px;
    background: transparent;
}

.old-cmnt {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.old-cmnt img {
    width: 35px;
    border-radius: 50%;
    margin-right: 15px;
}

.old-cmnt h3 {
    font-size: 14px;
    margin-bottom: 2px;
}

.old-cmnt h3 span {
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 500;
    margin-left: 8px;
}

.old-cmnt .cmnt-react {
    display: flex;
    align-items: center;
    margin: 8px 0;
    font-size: 14px;
}

.old-cmnt .cmnt-react img {

    width: 20px;
    border-radius: 0;
    margin-right: 5px;
}

.old-cmnt .cmnt-react span {
    margin-right: 20px;
    color: #5a5a5a;

}

.old-cmnt .cmnt-react div {
    color: blue;
    display: block;
}

.hide-hr {
    display: none;
}

@media (max-width: 900px) {

    .play-video {
        flex-basis: 100%;
    }


    .right-sidebar {
        flex-basis: 100%;
        margin-top: 35px;
    }

    .play-container {
        padding-left: 5%;
    }

    .vid-des {
        padding-left: 5px;
    }

    .play-video .play-video-info a {
        margin-left: 0;
        margin-right: 15px;
        margin-top: 15px;
    }

    .hide-hr {
        display: block;
    }

}