.swiper {
	position: relative;
	overflow: hidden;
}

.swiper-slide {
	flex-shrink: 0;
}

.beeteam368-single-author+.channel-tabs {
	margin-top: -20px;
}

.channel-tabs {
	padding: 0;
	overflow: hidden;
	position: relative;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.channel-content.is-tab-content-videos, .channel-content.is-tab-content-posts, .channel-content.is-tab-content-audios, .channel-content.is-tab-content-playlists, .channel-content.is-tab-content-rated, .channel-content.is-tab-content-reacted, .channel-content.is-tab-content-history, .channel-content.is-tab-content-watch_later, .channel-content.is-tab-content-subscriptions, .channel-content.is-tab-content-notifications {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.channel-content.is-tab-content-transfer_history .no-data-line {
	margin-top: 1em;
	margin-bottom: 1em;
}

.channel-content.is-tab-content-transfer_history .no-data-line:before, .channel-content.is-tab-content-transfer_history .no-data-line:after {
	display: none;
}

.channel-content.is-tab-content-transfer_history .top-section-title {
	margin-bottom: 30px;
}

.channel-content.is-tab-content-transfer_history .myCred-total-balance {
	margin-bottom: 30px;
	padding-left: 60px;
}

.tabs-wrapper .tabs-content {
	width: auto;
}

.tabs-wrapper .tab-item {
	position: relative;
	width: auto;
	display: block;
	text-align: center;
	text-decoration: none;
	min-width: 143px;
	padding: 25px 30px 25px 30px;
	border-right: 1px solid var(--color__hr-background);
}

.tabs-wrapper .tab-item:last-child {
	border-right: none;
}

.tabs-wrapper .tab-item:hover .tab-icon, .tabs-wrapper .tab-item.active-item .tab-icon {
	color: var(--color__channel-tab-active-icon);
	background-color: var(--color__channel-tab-active-icon-background);
}

.tabs-wrapper .tab-item:hover .tab-text, .tabs-wrapper .tab-item.active-item .tab-text {
	color: var(--color__channel-tab-active-text);
}

.tabs-wrapper .tab-item:hover .tab-privacy, .tabs-wrapper .tab-item.active-item .tab-privacy {
	max-width: 100%;
	visibility: visible;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

@media (max-width: 420px) {
	.tabs-wrapper .tab-item {
		min-width: 150px;
	}
}

.tabs-wrapper .tab-icon+.tab-text {
	margin-top: 10px;
}

.tabs-wrapper .tab-text {
	display: block;
	text-align: center;
	margin-bottom: 0;
}

.tabs-wrapper .tab-privacy {
	display: block;
	padding: 0 8px;
	position: absolute;
	bottom: 0;
	left: 50%;
	max-width: 20px;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 0;
	visibility: hidden;
	color: var(--color__privacy-public);
	background-color: var(--color__privacy-public-background);
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transform: translate(-50%, 100%);
	-webkit-transform: translate(-50%, 100%);
}

.tabs-wrapper .tab-privacy.is-private {
	color: var(--color__privacy-private);
	background-color: var(--color__privacy-private-background);
}

.tabs-wrapper .slider-button-next, .tabs-wrapper .slider-button-prev {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15px;
	z-index: 1;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	color: var(--color__channel-arrow-button);
	background-color: var(--color__channel-arrow-button-background);
	border: none;
	transition: all .5s;
	-webkit-transition: all .5s;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.tabs-wrapper .slider-button-next i, .tabs-wrapper .slider-button-prev i {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}

.tabs-wrapper .slider-button-next:hover, .tabs-wrapper .slider-button-prev:hover {
	width: 15px;
	color: var(--color__channel-arrow-button-hover);
	background-color: var(--color__channel-arrow-button-background-hover);
}

.tabs-wrapper .slider-button-next:focus, .tabs-wrapper .slider-button-prev:focus {
	outline: none;
}

.tabs-wrapper .slider-button-next.swiper-button-disabled, .tabs-wrapper .slider-button-prev.swiper-button-disabled {
	cursor: no-drop;
}

.tabs-wrapper .slider-button-next[aria-disabled="true"], .tabs-wrapper .slider-button-prev[aria-disabled="true"] {
	opacity: 0;
}

.tabs-wrapper .slider-button-next:not([aria-controls]), .tabs-wrapper .slider-button-prev:not([aria-controls]) {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.tabs-wrapper .slider-button-next {
	right: 0;
}

.tabs-wrapper .slider-button-next i {
	left: 4px;
}

.tabs-wrapper .slider-button-prev {
	left: 0;
}

.tabs-wrapper .slider-button-prev i {
	left: 3px;
}

.channel-banner {
	position: relative;
}

.channel-banner img {
	width: 100%;
	display: block;
}

.channel-banner .channel-info .channel-banner-content {
	position: relative;
}

.channel-banner .posted-on {
	position: absolute;
	bottom: 100%;
	margin-bottom: 10px;
	right: 0;
	background-color: var(--color__duration-background);
	padding: 6px var(--layout_df-padding);
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

@media (max-width: 575px) {
	.channel-banner .posted-on {
		padding: 6px var(--layout_df-padding-mobile);
	}
}

.channel-banner .posted-on .icon {
	margin-right: 8px;
}

.channel-banner .posted-on a {
	text-decoration: none;
}

@media (min-width: 1280px) {
	.channel-banner .posted-on {
		margin-bottom: 58px;
	}
	
	.channel-banner ~ #beeteam368-primary-cw {
		position: relative;
		padding-top: 0;
		margin-top: -38px;
	}
}