.breadcrumb>li+li:before {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f105";
	margin-right: 2px;
	padding: 0 5px 0 2px;
}
.breadcrumb>li>a {
	padding: 0 4px;
	font-size: 13px;
}
.breadcrumb:first-child{
	padding-left: 10px;
}

.thumb_banner{
	position: absolute;
	top: 2px;
	width: 100%;
	font-size: 10px;
	text-align: center;
	z-index: 3;
}

.cb_player .thumb-holder{
	position: relative;
	color: white;
	max-width: 695px;
	border-radius: 5px;
	overflow: hidden;
	width: fit-content;
	margin: auto;
}

.thumb-holder .processing{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgb(0 0 0 / 0.5);
	text-align: center;
	line-height: 175px;
	z-index: 2;
}

.thumb-holder .processing .fa{
	font-size: 2em;
	display: block;
	margin-top: 20%;
}

.thumb-holder .processing span{
	width: 100%;
	position: absolute;
	top: 10px;
	left: 0;
}

.slider-video-container .processing, .slider-container-featured .processing {
	position: absolute;
	color: white;
	font-size: 1.5rem;
	text-align: center;
	pointer-events: none;
	background-color: rgb(0 0 0 / 0.5);
	width: 100%;
	height: 100%;
	display: grid;
	align-items: center;
	justify-content: center;
	justify-items: center;
	align-content: center;
}
.slider-video-container .processing span, .slider-container-featured .processing span{
	display: block;
	margin-top:0.5rem;
}
.slider-video-container .processing .fa, .slider-container-featured .processing .fa {
	width: 25px;
	height: 25px;
	font-size: 25px;
}

/* Theme switch */
.theme-switch {
	display: inline-flex;
	border: 1px solid var(--color-footer-dropdown);
	border-radius: 20px;
	font-family: "Segoe UI", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 5px;
}

.theme-switch button {
	all: unset;
	padding: 4px 12px;
	cursor: pointer;
	background-color: #555555; border: 1px solid #777777; color: #ffffff; border-radius: 20px; margin: 0 2px; min-width: 60px; text-align: center;
	transition: background-color 0.3s, color 0.3s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.theme-switch button.active {
	background-color: #0a84ff;
	border-radius: 20px;
	color: white;
}

.theme_transition {
	transition: all 0.5s ease;
}
/* Theme switch */

/* Channels page slogans */
.channel_slogan{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 10px);
	position: absolute;
	bottom: 3px;
	left: 5px;
}
/* Channels page slogans */
/* Mobile Bottom Navigation for ZenShorts */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 60px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.mobile-bottom-nav .nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #666;
    text-decoration: none;
    font-size: 11px;
    flex: 1;
    height: 100%;
    transition: color 0.2s;
}

.mobile-bottom-nav .nav-item i {
    font-size: 20px;
    margin-bottom: 2px;
}

.mobile-bottom-nav .nav-item.active,
.mobile-bottom-nav .nav-item:hover {
    color: #5cb85c;
}

.mobile-bottom-nav .nav-shorts {
    color: #5cb85c;
    font-weight: bold;
}

body {
    padding-bottom: 60px;
}

@media (min-width: 768px) {
    .mobile-bottom-nav {
        display: none;
    }
    body {
        padding-bottom: 0;
    }
}
/* Theme Button Fix */
.theme-switch button {
    background-color: #555555 !important;
    border: 1px solid #777777 !important;
    color: #ffffff !important;
}
