/* Cover Channel */
.header-channel {
	padding: 0 5px;
}
img.cover-channel {
    z-index: 0;
    width: 100%;
    margin-bottom: 2px;
    height: 180px;
    object-fit: cover;
}
.vi-im-chan {
    background: none;
    border: none;
}
.avatar-channel {
    margin: 14px;
    z-index: 9;
    width: 150px;
    -moz-box-sizing: border-box;
    height: 150px;
    object-fit: cover;
    border-radius: 100%;
}
.channel-t h1 {   
    margin-top: 15px;
    margin-bottom: 5px;
    color: #FF9800;
    font-weight: 700;
    font-size: 32px;
}
.profile-details a {
	margin-bottom: 5px;
}
.channel{
	position: absolute;
}
@media (max-width:728px) {
	.under-player-ad {
		display: none
	}
	.channel-t h1 {
		font-size: 16px;
		margin-top: 5px;
	}
	.avatar-channel {
		margin: 8px;
		z-index: 9;
		width: 100px;
		height: 100px;
	}
	.header-channel img.cover-channel {
		height: 115px;
	}
}
/* End Cover Channel*/

/* Exclusive Channel*/
.wrapperCover{
	margin-bottom: 10px;
}
.wrapperCover img{
    z-index: 0;
    width: 100%;
    margin-bottom: 2px;
    object-fit: cover;
    min-height: 100px;
    max-height: 240px;
}
.wrapperChannel{
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.wrapperAvatar{
    margin-right: 20px;
}
.wrapperAvatar img{
    z-index: 9;
    width: 100px;
    -moz-box-sizing: border-box;
    height: 100px;
    border-radius: 100%;
}
.channelName h1{
    margin-bottom: 8px;
    color: #ff9800;
    font-size: 26px;
    font-weight: bold;
}
.channelStatistics{
    padding: 0px;
}
.channelStatistics li {
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    padding: 10px 0;
    color: #ddd;
    margin: 0 10px 0 0;
}
.channelMainMenu{
    padding: 0px;
    font-size: 12px;
}
.channelMainMenu li{
    padding: 6px;
    font-size: 14px;
}
.channelMainMenu li a:hover{
   color: #ff9800;
}
.channelMainMenu > li.active,
.channelMainMenu > li.active:focus{
	color: #ff9800 !important;
	border-bottom: 2px solid;
	border-radius: 0px;
}
/* End Exclusive Channel*/
.laidBlock{
	color: #FF9800;
	display: block;
	font-weight: 700;
	margin-bottom: 2px;
}
.laidBlock a {
	color: #FF9800;
}
.navAvatar img{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: cover;    
}

.btnNavAvatar{
    border: 0px;
    padding: 0 3px;
    background: none;
    padding-right: 0px;
    color: #ffffff;
}