/* CSS Variables - No theme support */
:root{
    font-size: 10px !important;
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    margin: 0;
    list-style: none;
}

button,
input[type='button'] {
    cursor: pointer;
}

button:focus,
input:focus,
textarea:focus {
    outline: none;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

input,
textarea {
    border: none;
}

button {
    border: none;
    background: none;
}

img {
    height: auto;
}

p {
    margin: 0;
}

.card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


body {
    font-family: "Roboto", "Poppins", sans-serif !important;
    font-weight: 400;
    font-size: 10px !important;
    line-height: 1.625;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 13px;
}

blockquote {
    margin: 0;
}

strong {
    font-weight: 700;
}


a {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

.container {
    max-width: inherit;
}


.page-wrapper {
    height: 100%;
}

.page-container2 {
    background: #fff;
    padding-left: 300px;
}

@media (max-width: 991px) {
    .page-container2 {
        position: relative;
        padding-left: 0;
        z-index: 50000;
    }
}


.form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.form-control:focus {
    border: 1px solid black;
}


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}


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

#loadingmask {
    max-width: 100vw;
}

#loadingmask i {
    top: calc(50% + 0px) !important;
    left: calc(50% + 0px) !important;
}


.modal-dialog {
    margin: 1.75rem auto;
}

.modal-content {
    background-color: #fff;
    color: #000;
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
}

.modal-body {
    padding: 1rem;
}


.dropdown-menu {
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.dropdown-item {
    color: #000;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #000;
}


.au-btn {
    line-height: 45px;
    padding: 0 35px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.au-btn:hover {
    color: #fff;
    background: #3868cd;
}

.au-btn--green {
    background: #1cb8ee;
}

.au-btn--green:hover {
    background: #1cb8ee;
}


.au-input {
    line-height: 30px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #666;
    padding: 0 17px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #fff;
}

.au-input--full {
    width: 100%;
}


section {
    position: relative;
}

#mainPage {
    margin-top: 60px;
    padding: 0;
}

@media (max-width: 991px) {
    #mainPage {
        padding-top: 0px;
    }
}


div.video {
    height: 205px;
    margin: 24px 10px;
    flex: 0 0 auto;
    top: 0;
    position: relative;
}

.videoTitle {
    text-overflow: ellipsis;
    overflow: hidden;
    height: fit-content;
    max-height: 55px;
    padding-left: 5px;
    background-color: transparent;
    color: #000;
    border-radius: 0 0 5px 5px;
}

.videoThumbnail {
    padding: 0px;
    border-radius: 0.25rem;
    border: 0px;
    width: 100%;
    max-height: 87.9%;
    object-fit: contain;
    aspect-ratio: 16/9;
}


textarea.videoTitle {
    resize: none;
    overflow: auto;
    width: 100%;
}

textarea.videoTitle::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
textarea.videoTitle {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


.pinkShare {
    margin: 5px 0px 0px 0px;
    border-radius: 0.25rem;
    text-align: center !important;
    background-color: #00000080;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 5px;
    position: absolute;
    top: -5px;
    padding: 5px 5px;
    right: 0px;
    justify-items: center;
    background-repeat: no-repeat;
    background-position: center 98%;
    background-size: 31px 15px;
    z-index: 5;
    width: 100%;
    overflow: hidden;
    background: #e1e1e1;
}

.pinkShare img {
    background: transparent !important;
    border: 0px !important;
}

/* Zoom linker icon on hover */
.pinkShare:hover {
    transform: scale(1.1);
}

.pinkShare::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

.pinkShare::-webkit-scrollbar {
    width: 8px;
}

div.video .pinkShare {
    height: calc(100% - 65px);
}

.pinkShare::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #ffffff63;
}

.pinkShare::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.pinkShareIcon {
    cursor: pointer;
    border-radius: 0.25rem;
    width: 26px;
}

.video .pinkShareIcon {
    width: 30px;
}


.pointer {
    cursor: pointer;
}


.assetImage {
    height: 80px;
    margin-bottom: 50px;
    position: relative;
    width: 80px;
    margin-right: 15px;
    margin-left: 15px;
}

.assetImage .icon-download {
    position: absolute;
    top: 3px;
    right: 3px;
    display: none;
    font-size: 24px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.assetImage:hover .icon-download {
    display: flex;
}


.logo a img {
    border-radius: 5px;
}


.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;
}


.full-page-wrapper {
    background-color: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.inavlid-message {
    padding: 5px 0;
    margin: 13px 0;
    text-align: center;
    font-weight: 500;
    background: #ff2f2f70;
    color: #fff;
    border-radius: 3px;
}


.menu-sidebar2 {
    width: 140px !important;
    height: fit-content !important;
    display: none !important;
}

.menu-sidebar2 .logo {
    height: auto !important;
    background: #000 !important;
    padding: 5px !important;
}

.menu-sidebar2__content {
    display: none;
    border-right: 1px solid black !important;
}

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


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


.switch {
    margin-bottom: 0 !important;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-check {
    transition: .4s;
    padding: 3px 10px;
}

input:checked + .switch-check {
    background: black;
    color: white;
    border-radius: 3px;
}
.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;
}

.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;
    }
}
@media (max-width: 800px) {
  
    .thumb-href {
        width: 43vw;
    }
}



@media (max-width: 575px) {
    .videoDuration {
        top:200px;
    }
 
    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-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%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #000000;
    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%;
    }

}
a {
	text-decoration: none;
}


.videoPreview {
	width: 114%;
	height: 142.3%;
	position: absolute;
	top: -10%;
	left: -7%;
	right: 0;
	background-color: white;
	border: 1px solid black;
	z-index: 999;
	display: flex;
	flex-direction: column;
	padding: 0;
	/* padding-bottom: 100px; */
}

.videoPreview iframe {
	height: calc(100%);
	width: 100%;
}

.videoPreviewTitle {
	font-size: 16px;
	/* font-weight: bold; */
	font-family: "Roboto", "Arial", sans-serif;
	padding: 0 5px;

	color: grey;
	/* height: 30px; */
	display: flex;
	align-items: center;
	padding-left: 1.1rem !important;
}

.videoPreviewDetails {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-left: 1.1rem;
}

.videoPreviewDetailsViews {
	text-align: left;
	font-size: 12px;
	font-family: "Roboto", "Arial", sans-serif;
	padding: 0 5px;
	color: grey;
	height: 16px;
	display: flex;
	padding-left: 0px;
	align-items: center;
}

.videoPreviewDot {
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: grey;
	margin: 0 3px;
}

.videoTitle.time {
	padding-left: 5px !important;
}

.video img {
	border: 1px solid lightgrey;
}

.videoPreviewDetailsTime {
	font-size: 12px;
	font-family: "Roboto", "Arial", sans-serif;
	padding: 0 5px;
	color: grey;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.videoPreviewCopyBox {
	padding: 5px;
	font-size: 14px;
}

.videoPreviewCopyButton {
	height: 36px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E9E9E9;
	color: black;
	border-radius: 3px;
}


.videoPreviewCopyButton i {
	padding-left: 5px;
}

/* mobile settings */
div.video.mobile-preview {
	display: flex;
	align-items: center;
	justify-content: center;
}

div.video.mobile-preview {
	max-height: 290px;
	min-height: 290px;
	height: 290px;
	/* width: auto; */
}

div.video.mobile-preview img {
	max-height: 225px;
	min-height: 225px;
	height: 225px;
	width: 100%;
}


/* Custom styles for iPole-golf application */

.filter-buttons {
	 display: flex;
	 justify-content: center;
	 width: 100%;
	margin-top: 10px;
}

.filter-btn {
	 padding: 5px 15px;
	 margin: 0 5px;
	 border: 1px solid #ccc;
	 background-color: white;
	 cursor: pointer;
	 border-radius: 5px;
	transition: all 0.3s ease;
}

.filter-btn.active {
	 background-color: #007bff;
	 color: white;
	 border-color: #007bff;
}

.filter-btn:hover {
	 background-color: #f8f9fa;
	 border-color: #007bff;
}

.filter-btn.active:hover {
	 background-color: #0056b3;
}

/* Channels Sidebar Styles */
.channels-sidebar {
	position: fixed;
	left: 0;
	top: 0;
	width: 240px;
	height: 100vh;
	background-color: #212529;
	color: white;
	z-index: 1000;
	overflow-y: auto;
	padding: 20px 0;
	box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}

.channels-header {
	padding: 0 20px 15px 20px;
	border-bottom: 1px solid #444;
	margin-bottom: 15px;
}

.channels-header h3 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.channels-list {
	padding: 0;
}

.channel-item {
	display: flex;
	align-items: center;
	padding: 8px 20px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
}

.channel-item:hover {
	background-color: #2d3436;
}

.channel-item.active {
	background-color: #6c757d;
}

.channel-avatar {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	margin-right: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
	flex-shrink: 0;
}

.channel-info {
	flex: 1;
	min-width: 0;
}

.channel-name {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
}

.channel-count {
	font-size: 12px;
	color: #aaa;
	margin: 2px 0 0 0;
}

/* Adjust main content when sidebar is visible */
body.channels-sidebar-visible .page-container2 {
	margin-left: 240px;
}

body.channels-sidebar-visible .public-header {
	margin-left: 240px;
	width: calc(100% - 240px);
}

/* Mobile responsive */
@media (max-width: 768px) {
	.channels-sidebar {
		transform: translateX(-100%);
		transition: transform 0.3s ease;
	}
	
	.channels-sidebar.mobile-open {
		transform: translateX(0);
	}
	
	body.channels-sidebar-visible .page-container2,
	body.channels-sidebar-visible .public-header {
		margin-left: 0;
		width: 100%;
	}
	
	.m-view-channels-toggle {
		margin-right: 10px;
		cursor: pointer;
		padding: 8px;
	}
	
	.m-view-channels-toggle i {
		font-size: 18px;
		color: #333;
	}
}

/* All channels button */
.all-channels-btn {
	display: flex;
	align-items: center;
	padding: 10px 20px;
	cursor: pointer;
	transition: background-color 0.2s ease;
	border: none;
	background: none;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	border-bottom: 1px solid #444;
}

.all-channels-btn:hover {
	background-color: #2d3436;
}

.all-channels-btn.active {
	background-color: #6c757d;
}

.all-channels-btn .channel-name {
	font-size: 14px;
	font-weight: 600;
}

/* Mobile overlay */
.channels-sidebar-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}

@media (max-width: 768px) {
	.channels-sidebar.mobile-open + .channels-sidebar-overlay {
		display: block;
	}
}

.filter-btn:hover {
	 background-color: #e9ecef;
}

.filter-btn.active {
	 background-color: #007bff;
	 color: white;
	 border-color: #007bff;
}
