*{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
}
/*LL changed*/
a {
    text-decoration: none !important;
}

    a:hover {
        color: #AAB2BD !important;
        /*text-decoration: underline !important;*/
    }


p {
    
    margin-bottom: 0px;
    padding-bottom: 0px;
    /*color: black;*/
    /*font-size: 1.0em !important;*/
}
/*Dark Theme Settings*/
.theme-dark a {
    color: #898989;
}
.theme-dark p {
    color: white;
}

img{
    cursor: pointer;
}

.flex-div{
    display: flex;
    align-items: center;
}

nav{
    padding:  10px 2%;
    justify-content: space-between;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    background:#fff;
    position: fixed ;
    top:0px;
   /* top: 49px;*/
    z-index: 10;
    width:100%;
    height:55px;
}
.nav-right img{
    width: 25px;
    margin-right: 25px;
}

.nav-right span {
    width: 25px;
    margin-right: 10px;
}

    .nav-right .user-icon{
    width: 35px;
    border-radius: 50%;
    margin-right: 0;
}
.nav-left .menu-icon{
    width: 22px;
    margin-right: 25px;
}

.menu-icon-small-screen {
    width: 22px;
    margin-right: 25px;
   display:none;
}

.nav-left .logo{
    width: 130px;
}

.nav-middle .mic-icon{
    width: 16px;
}
.gallery-icon {
    margin-right: 15px;
    margin-left:0px;
    /*  width: 16px;*/
}

.nav-middle .search-box {
    border: 1px solid #ccc;
    margin-right: 15px;
    padding: 8px 12px ;   
    border-radius: 25px;
    max-height: 40px;
   
 
}
    .nav-middle .search-box input {
       width:400px;       
        max-height: 40px;
        border: 0;
        outline: 0;
        background: transparent !important;
        padding-left: 1px;
    }
.search-box input:focus {
    background: transparent !important;
}
/*.search-box input::selection:focus {
    background: transparent !important;
}*/

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 0px solid green;*/
    /*-webkit-text-fill-color: green;*/
    /*-webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}*/

.nav-middle .search-box  img{
    width: 20px;
}

/*.afix {
    top:60px;
    position:inherit;
    scroll-snap-stop:inherit;
}*/

/* --------------nav end here---------- */
.sidebarvid{
    background: #fff;
    width: 15%;    
    height: 100vh;
    position: fixed;
    top: 30px;
    padding-left: 2%;
    padding-top: 55px;
    overflow-y: scroll;
    transition: 0.5s;
    transition-property:  background;
}


.small-sidebar{
    width: 5%;   
}

.shortcut-links a img{
    width: 25px;
    margin-right: 20px;
}
.shortcut-links a {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: fit-content;
    flex-wrap: inherit;
}
    .shortcut-links span {
        width: 30px;
        padding-left:8px;
        margin-right: 20px;
    }

.shortcut-links p {
    /*width: fit-content;*/
    flex-wrap: inherit;
}


.shortcut-links a:first-child{
    color: #ed3833;
}
.sidebarvid hr{
    border: 0;
    height: 1px;
    background: #ccc;
    width: 85%;
}


.subscribed-list h3{
    font-size: 13px;
    margin: 20px 0;
    color: #5a5a5a;
}
.subscribed-list a{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: fit-content;
    flex-wrap: inherit;
}
.subscribed-list a img{
    width: 30px;
    border-radius: 50%;
    margin-right: 20px;
}


.subscribed-list div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: fit-content;
    flex-wrap: wrap;
}


    .subscribed-list div img {
        width: 25px;
        border-radius: 50%;
        margin-right: 20px;
    }

.small-sidebar a p{
    display: none;
}
.small-sidebar h3{
    display: none;
}
.small-sidebar hr{
    width: 50%;
    margin-bottom: 25px;
}

/* ---------------sidebar-end-here------------ */


.containervid {
    background: #f9f9f9;
    padding-left: 17%;
    padding-right: 2%;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.large-container{
    padding-left: 7%;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    border-radius: 8px;
}

/* ------------list--------- */
.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: 5px;
   
}
*/
/*.vid-list .thumbnail {
    width: 100%;
    border-radius: 5px;    
    height:180px;
    object-fit: cover  ;
    object-position: 100% 20%;    
}*/

/* (LL) FIXED IMAGE DIMENSIONS */
.vid-list .thumbnail {
    border-radius: 5px;
    width: 100%;
    max-height: 190px;
    object-fit: cover;
    object-position: 0% 24%;
   
}

.vid-list .flex-div {
    align-items: flex-start;
    margin-top: 7px;
}
.vid-list .flex-div img{
    width: 35px;
    margin-right: 10px;
    border-radius: 50%;
}
.vid-info {
    color: #5a5a5a;
    font-size: 13px;
   
  
}
.vid-info a{
    color: #000;
    font-weight: 600;
    display: block;
    margin-bottom: 0px;
    
}
.vid-info p a:hover {
    color: #AAB2BD !important;
    /*text-decoration: underline !important;*/
}



    .vid-info .media-title {
        color: #000;
        font-weight: 600;
        display: block;
        margin-bottom: 0px;
        font-size: 1.10em !important;
    }

    .vid-info p {        
        margin-bottom: 0px;
    }


    .vid-info .gallery-actions-bar i {
        /*background-color:lightgray;*/
        margin-bottom: 0px;
        padding-right: 15px;
        justify-content: space-between;
    }

    .vid-info .gallery-actions-bar {
        /*background-color:cornsilk;*/
        color: #5a5a5a;
        cursor: pointer;
        min-width: 220px;
    }


/* -------video list end here------------ */

@media (max-width: 900px){
    .menu-icon-small-screen {
        display: block;
    }
    
    .menu-icon{
        display: none;
    }
    
    .sidebarvid {
        display: none;
    }
    .large-container, .containervid {
        padding-left: 1%;
        padding-right: 1%;
    }
    .nav-right img{
        display: none;
    }
    .nav-right span {
        display: block;
    }
    .nav-right .user-icon {
        display: none;
        /*width: 30px;*/
    }
    .nav-right a {
        display: block;
    }

    .logo {
        display: none;
    }
    .nav-middle .mic-icon{
        display: none;
    }
    .nav-middle .gallery-icon {
        display: block;
    }

    /* -------dor search box ----- */

    .nav-middle .search-box input {
        width: 150px;
        background: transparent !important;
    }
    .search-box input:focus {
        background: transparent !important;
    }
    .nav-left span {
        display: none;
    }
    .nav-left p {
        display: none;
    }


}



/* ------------------------- */
/* ---- video play page --------- */
/* --------------------------------------- */
.play-container{
    padding-left: 2%;
}
.row{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.play-video{
    flex-basis: 69%;
}
.play-video video{
    width: 100%;
}

.play-video-share {
    flex-basis: 100%;
}

    .play-video-share video {
        width: 100%;
    }

.right-sidebar{
    flex-basis: 30%;
   /* overflow-y:scroll;
    max-height:600px;*/
}
.side-video-list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}


.side-video-list img{
    width: 100%;
}
.small-thumbnail {   
    width: 100%;
   height:56.25%;
   max-height:282px;
}

.side-video-list .small-avatar {
    width: 35px !important;
    height: 35px !important;
    margin-right: 10px;
    border-radius: 50%;
}

.side-video-list .user-info {
    display: flex;   
}

.side-video-list .small-thumbnail {
    flex-basis: 49%;
}
.side-video-list .vid-info{
    flex-basis: 49%;
}

.play-video .tags a {
   /* color: #0000ff;*/
    font-size: 1.0em !important;
}
.play-video h3{
    font-weight: 600;
    font-size: 22px;
}

.play-video .play-video-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    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;
}
.publisher{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.publisher div{
    flex: 1;
    line-height: 18px;
}
.publisher img{
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
}
.publisher div p{
    color: #000;
    font-weight: 600;
    font-size: 18px;
}
.publisher div span{
    font-size: 13px;
    color: #5a5a5a;
}
.publisher button{
    background: red;
    color: #fff;
    padding: 8px 30px;
    border: 0;
    outline: 0;
    border-radius: 4px;
    cursor: pointer;
}

.vid-description{
    padding-left: 55px;
    margin: 15px 0;
}
.vid-description p{
    font-size: 14px;
    margin-bottom: 5px;
    color: #5a5a5a;
}
.vid-description h4{
    font-size: 14px;
    color: #5a5a5a;
    margin-top: 15px;
}
.add-comment{
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
}
.add-comment img{
    width: 35px;
    border-radius: 50%;
    margin-right: 15px;
}
.add-comment input{
    border: 0;
    outline: 0;
    border-bottom: 1px solid #ccc;
    width: 100%;
    background: transparent;
    padding-top: 10px;
}
.old-comment{
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
}

.old-comment img{
    width: 35px;
    border-radius: 50%;
    margin-right: 15px;
}
.old-comment h3{
    font-size: 14px;
    margin-bottom: 2px;
}
.old-comment h3 span{
    font-size: 12px;
    color: #5a5a5a;
    font-weight: 500;
    margin-left: 8px;
}

.old-comment .comment-action{
    display: flex;
    align-items: center;
    margin: 8px 0;
    font-size: 14px;
}
.old-comment .comment-action img{
    border-radius: 0;
    width: 20px;
    margin-right: 5px;
}
.old-comment .comment-action span{
    margin-right: 20px;
    color: #5a5a5a;
}
.old-comment .comment-action a{
    color: #0000ff;
}


@media (max-width: 900px){
    .play-video{
        flex-basis: 100%;
    }

    .play-video-share {
        flex-basis: 100%;
    }

   
    .right-sidebar{
        flex-basis: 100%;
    }
    .play-container{
        padding-left: 1%;
        padding-right:1%;
    }
    .vid-description{
        padding-left: 0;
    }
    .play-video .play-video-info a{
        margin-left: 0;
        margin-right: 15px;
        margin-top: 15px;
    }
}

/*Styles for the category buttons*/
.categories {
    padding: 0.55rem 1rem;
    /*border-top: 1px solid #999;*/
    /*border-bottom: 1px solid #c0c0c0;*/
    margin-bottom: .20rem;
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
   
}
.category-section {
    display: flex;
    overflow: scroll;   
    *-webkit-overflow-scrolling: auto;
}

.category {
    margin-right: 1rem;
    margin-bottom: .03rem;
    word-wrap: none;
    white-space: nowrap;
    border: 1px solid #CCC;
    border-radius: 900px;
    background-color: #f9f9f9;
    padding: .30rem 1rem;
    font-size: .85rem;
    cursor: pointer;
    transition: background-color 200ms;
   
}
    .category:hover {
        background-color: #DDD;
    }

    .category.active {
        background-color: #434A54;
        color: white;
        border-color: #EEE;
    }

    .category:last-child {
        margin-right: 0;
    }

.category-section .scrollbar {
    display: inline-block;
    box-sizing: border-box;
}





/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */

/**::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}*/

/* Old shadow dom for play button */

/**::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}*/

/* New shadow dom for play button */

/* This one works! */

/**::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}*/





/*::-moz-selection {
    appearance: none;
}

::selection {
    appearance: none;
}

*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #888;
}
*/
    /**::-webkit-scrollbar-thumb:hover {
        background-color: #555;
    }*/
