:root{
    font-size: 10px !important;
}
body {
   font-family:  "Roboto","Arial",sans-serif !important;
   font-size: 10px !important;
}
.videoDuration{
    font-size: 12px !important;
    background: rgba(0,0,0,0.8);
    position: absolute;
    right: 15px;
    top: 160px;
    color: white;
    font-weight: 700;
    padding:0px 5px;

}
.videoPreviewDuration{
    font-size: 12px !important;
    background: rgba(0,0,0,0.8);
    position: absolute;
    right: 15px;
    top: 180px;
    color: white;
    font-weight: 700;
    padding:0px 5px;

}

tr.video td:nth-child(4) {
    display: none;
}
.videoMogulTrial span {
    text-transform: none;
}
#mainPage{
    margin-top: 60px;
    padding: 0;
}
tr.sortingRow th:nth-child(3) {
    display: none;
}

.fa-spinner {
    transform: translate(-50%, -50%);
}

#loadingmask {
    max-width: 100vw;
}
#loadingmask i{

	top: calc(50% + 0px) !important;
	left: calc(50% + 0px) !important;
}

.videoTitle ,.videoPreviewTitle{
    text-align: left;
    color: #030303 !important;
    line-height: 2rem !important;
font-size: 1.4rem ;
font-weight: 500 ;


}
.videoPreviewTitle{
    margin-top:5px;
}
.vName,.videoPreviewDetails{
    margin-top:5px;
}
.video .videoTitle{
    padding-left: 1.1rem;
    max-height: 40px !important;
}

.videoTitle.views, .videoTitle.time, .videoPreviewDetails{
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
    font-weight: 400;
    color: grey !important;
}
.videoPreview{
    top: -11px !important;
 
    border: none !important;
    box-shadow: 1px 1px 2px 0px #7e7d7d !important;
}
.videoPreviewCopyBox{
    padding: 10px;
}
.videoPreviewCopyBox button i{
    margin-right: 10px !important;
}
.video {
    height: 250px !important;
    padding: 0px 8px 40px 8px !important;
    margin: 0 !important;
}
.menu-sidebar2__content{
    display: none;
}
.videoMogulTrial span {
    border-radius: 3px !important;
}

.page-container2 {
    padding-left: 0px !important;
}

.menu-sidebar2 {
    width: 140px !important;
    height: fit-content !important;
    /* border-bottom-right-radius: 5px; */
    display: none !important;
}

.menu-sidebar2 .logo {
    height: auto !important;
    background: #000 !important;
    padding: 5px !important;
    /* border-bottom-right-radius: 5px; */
}

.versionNumber {
    color: white !important;
    display: none;
}

.fa-photo-video {
    color: #000;
}

.menu-sidebar2__content {

    padding-top: 0px !important;
    
    border-right: 1px solid black !important;
}

.navbar-sidebar2 .navbar__list li {
    background: whitesmoke;
    border-bottom: 1px dotted black;
}

.navbar-sidebar2 .navbar__list li:hover {

    background: black;
}

.navbar-sidebar2 .navbar__list li:hover>a {
    color: whitesmoke !important;
}

.navbar-sidebar2 .navbar__list li:hover i {
    color: white;
}

.header-desktop2 {
    left: 140px !important;
    position: fixed !important;
    padding-bottom: 3px !important;
    display: none !important;
}

.breadcrumbBottom {
    left: 0px !important;
    height: 20px !important;
}
.js-right-sidebar{
    display: none !important;
}
#videoPreviewCopyButton{
    margin-top: 10px;
}

/* New Header Code */

.public-header{
    width: 100%;    
    background: #F6F3F3;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    height: 56px;
}

.public-header .first-container{
    padding: 5px 15px;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.public-header .second-container{
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    padding: 6px 0;
    background: #c4c4c4;
}

.public-header .first-container .logo{
    margin-bottom: 0 !important;
}

.search-box-area {
    display: flex;
    align-items: center;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    height: 40px;
}

.search-box-area .input-search {
    padding: 7px 10px;
    font-size: 15px;
    background: #ffffff;
    width: 400px;
    border-radius: 6px 0px 0px 6px;
    transition: 0.5s;
}

.input-search::-webkit-input-placeholder {
    color: #000;
}

.search-box-area .search-button {
    padding: 0 15px;
    background: #C4C4C4;
    font-size: 15px;
    border-left: 1px solid #C4C4C4;
    color: #000;
    border-radius: 0 5px 5px 0;
    height: 38px;
}

.m-view-area{
    display: none;
    font-size: 18px;
    color: #000;
}

.login-button {
    padding: 5px 15px;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    background: #4f4f4f;
}


@media (max-width: 900px) {
    .page-wrapper {
        overflow: unset;
    }
    .public-header{
        height: auto;
    }
    .public-header .second-container{
        display: flex !important;      
    }
    .public-header .first-container .login-button{
        display: none;
    }
    .first-container .button-area {
        display: none !important;
    }  

}

@media (max-width: 850px) {

    .search-box-area .input-search {
        width: 250px;       
    }

}

@media (max-width: 756px) {

    .search-box-area .input-search {
        width: 200px;        
    }

}

@media (max-width: 575px) {
    .public-header .first-container{
        height: 56px;
    }
    .search-box-area {
        display: none;    
    } 
    .m-view-area{
        display: flex !important;
        align-items: center;
        gap: 30px;
    }
    .m-view-search-box{
        font-size: 22px;
        color: #000;
        display: inherit;
    }
    .m-view-search-box i{
        position: relative;
    }
    .m-view-profile-icon{
        font-size: 15px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #000;
        color: #fff;
        border-radius: 50%;
    }

    .m-view-search-box-area{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background: #F6F3F3;
        font-size: 18px;
        display: flex;
        justify-content: space-around;
        height: 56px;
        z-index: 100;
    }
    .m-view-search-box-area .input-search{
        border-bottom: 1px solid #d3d3d3;
        margin-left: 10px;
        background: transparent;
        padding: 3px 5px;
        transition: 0.2s;
    }
    .m-view-search-box-area .input-search:focus{
        border-bottom: 1px solid #000;        
    }

    .m-view-profile-icon i{
        position: relative;
    }

    .m-view-side-bar{
        position: absolute;
        top: 56px;
        right: -200px;
        padding: 10px;
        height: 100vh;
        background: #fff;
        box-shadow: rgb(0 0 0 / 16%) 0px 4px 4px;
        overflow-y: scroll;
        transition: 0.3s;
    }
    .m-view-side-bar-hide{
        right: 0;
    }
    .m-view-side-bar .login-button{
        display: block;
    } 
    
}




@media (min-width: 1750px){
    .thumb-href {
        width:calc(91vw / 5)
            }
    
}
@media (max-width: 1749px){

    .thumb-href {
        width:calc(91vw / 4)
            }
    
}
@media (min-width: 1615px) {
.videoPreviewCopyBox{
    display: flex;
}
#videoPreviewCopyButton{
    margin-top: 0px;
    margin-left: 5px;

}
.videoPreviewDuration{
    top:215px;
}

}

@media (max-width: 1357px) {
    .thumb-href {
        width:calc(91vw / 4)
    }
    @media (max-width: 1194px) {  
        .thumb-href {
            width:calc(91vw / 4)
        }
    }
}
@media (max-width: 1140px) {
    .thumb-href {
        width:calc(91vw / 3)
    }
    
}
@media (max-width: 991px) {
   
    .page-container2 {
        padding-left: 0px !important;
    }


    .breadcrumbBottom {
        left: 0px !important;
    }
    .thumb-href{
        width: 30vw;
    }
    .menu-sidebar2{
        right: auto !important;
    }
    .videoDuration {
       
    }

}
@media (max-width: 800px) {
  
    .thumb-href {
        width: 43vw;
    }
    .video {
       /*  height: auto; */
       
    }
  
}



@media (max-width: 575px) {
    .videoDuration {
        top:200px;
    }
 
    .header-desktop2 {
        left: 0px !important;
    }
    div.video.mobile-preview img {
        
        height: 100% !important;
        width: 100% !important;
    }
    .video {
       /*  height: auto; */
        padding: 5px;
    }
    div.video.mobile-preview {
        max-height: 100% !important;
    }
.responsive-staged-list{
    margin-top: 40px;
}
    .page-container2 {
        padding-left: 0px !important;
    }

    .header-button2 {
        display: none;
    }

    .videoMogulTrial {
        display: none;
    }

    .thumb-href {
        width: 100% !important;
    }

    .video {
        width: 100% !important;
        margin: 0 0 !important;
        border: none;
        margin-top: 10px !important;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px !important;
    }

    .videoThumbnail {
        height: 100%;
    }

    #searchDropdown {
        margin-right: auto;
        margin-left: 0px;

    }

    .breadcrumbBottom {
        height: 20px;
    }

    .copyright p {
        font-size: 9px;
    }

    .page-container2 {
        background: #fff;
    }

    .search-dropdown {
        min-width: 92.3vw !important;
    }

    .videoTitle {
        text-align: left !important;
      /*   margin-left: 10px; */
        margin-right: 15px;
    }

    .header-desktop2 .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 5px !important;

    }

    .header-desktop2 {
        border-bottom-left-radius: 0px;
    }


    .header-button2 {
        display: none;
    }

    .videoMogulTrial {
        display: none;
    }

    .thumb-href {

        /* padding-top: 10px; */
        width: 100% !important;
    }

    .header-button-item {

        margin-right: auto;
    }

    .videoThumbnail {
       /*  height: auto; */
    }
}


#container{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    
}

#visuals{
   width: 100%;
   display: flex;
   justify-content: center;
   flex-direction: row;
   flex-wrap: wrap;

}

.publicVideo{
    width: 310px;
    height: 250px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
}

.videoThumbnailAreaBox{
    width: 100%;
    height: 175px;
    overflow: hidden;
    background: var(--projectAccent);
    position: relative;
    border-radius: 3px;
} 

.videoThumbnailAreaBox .videoThumbnailImg{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.videoThumbnailAreaBox .videoDurationBox {
    position: absolute;
    bottom: 8px;
    right: 10px;
    background: #000000b3;
    padding: 1px 6px;
    color: #fff;
    font-size: 11px;
}

.videoInfoArea{
    padding-left: 1rem;
    margin-top: 5px;
}

.videoTitleBox{
    text-align: left;
    color: #030303 !important;
    line-height: 2rem;
    font-size: 1.4rem;
    font-weight: 500;        
    max-height: 40px;
    
}

.videoInfo{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-top: 5px;
}

.videoTitlViews{
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: gray;
}

.videoTitlTime{
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: gray;
}

#mobileVideoPreview{
    position: absolute;
    top: -16;
    left: 0;
    right: 0;
    max-height: none;
    min-height: 0;
    height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* calc((100vw - 4 *(var(--video-padding))) / 4 )  */
#container #filter{
    display: none;
}

@media (max-width: 991px) {
    #container{
        margin-top: 70px;
    } 
}
@media (max-width: 900px) {
    #container{
        margin-top: 115px;
    } 
}

@media (max-width: 430px) {
    .publicVideo{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        height: auto;
        overflow: hidden;
        padding-bottom: 20px;
    }
    
    
    .videoThumbnailAreaBox{
        height: 100%;
        top: -2px;
    }

    .videoThumbnailAreaBox iframe #player{
        padding-top: 0px;
    }
    #mobileVideoPreview{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        max-height: none;
        min-height: 0;
        height: 63vw;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

}
