.enterprise-tube-shell ::-webkit-scrollbar-thumb{
	border: 3px solid transparent !important;
}
/* Sidebar Main */
.sidenav-main {
	background-color: #ffffff;
	height: 100vh;
	overflow-x: hidden;
	border-right: 1px solid #dcdcdc;
	transition: width 0.2s ease-in-out;
	display: flex;
	flex-direction: column;
	padding: 10px;
}

/* Sidebar Dock Toggle Button */
.sidenav-toggle-btn {
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}

/* Nav List */
.nav-list {
	padding: 0;
	list-style: none;
	margin-top: 10px;
	flex: 1;
}

/* Nav Item */
.nav-item {
	display: flex;
	flex-direction: column;
}

/* Main Item */
.nav-item>.nav-item-header {
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: background-color 0.2s, color 0.2s;
	height: 44px;
	gap: 10px;
	padding: 8px;
}

.nav-item>.nav-item-header.active {
	background-color: #f7f7f7;
	color: #505050;
	border-radius: 6px !important
}

.nav-item-header:hover {
	background-color: #f0f0f0;
	border-radius: 6px !important
}

/* Icon Wrapper */
.icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
}

/* Label text */
.nav-label {
	flex: 1;
	font-size: 15px;
	white-space: nowrap;
	font-weight: 500;
}

/* Collapsible carets */
.nav-item-header .icon-caret {
	margin-left: auto;
}

/* Sub-list */
.sub-list {
	list-style: none;
	padding: 5px 0 10px 45px;
}

.sub-list li {
	padding: 8px 0;
	cursor: pointer;
	font-size: 14px;
	transition: color 0.2s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sub-list li:hover {
	color: #1a73e8; /* Hover focus color */
}

.sub-list li.active {
	color: #1a73e8; /* Active focus color */
}

.sidenav-toggle-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.enterprise-sidebar {
	width: 250px;
	height: 100vh;
	border-right: 1px solid #e0e0e0;
	transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	display: flex;
	flex-direction: column;
	overflow: hidden auto;
	padding: 20px 7px 7px 7px !important;
}

.enterprise-sidebar.docked {
	width: 60px;
}

.nav-row {
	height: 40px;
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #5f6368;
	transition: background 0.2s;
	position: relative;
	border-radius: 6px !important;
	padding: 0px 5.54px;
}


/* The blue indicator line for active items */
.nav-row.active::before {
	content: "";
	position: absolute;
	left: 0;
	width: 4px;
	height: 100%;
}

.nav-row-label {
	margin-left: 12px;
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*.caret {
	transition: transform 0.2s;
	display: flex;
	align-items: center;
}

.caret.rotated {
	transform: rotate(180deg);
}*/

.nav-item-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-left: 5px;
	overflow: hidden;
}

.sidebar-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px 0px 0px 5px;
}

.brand-name {
	font-weight: 600;
	color: rgba(80, 80, 80, 1);
	white-space: nowrap;
	overflow: hidden;
	font-size: 15px;
}

.dock-toggle {
	border: none;
	background-color: transparent;
	border-radius: 8px !important;
	height: 32px;
	width: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.dock-toggle:hover, .dock-toggle:focus {
	background-color: var(--et-hover-color) !important;
}


.nav-row.selected{
    background-color: var(--et-hover-color) !important;
	
}
.nav-scroll-area {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.icon-container{
	height: 32px;
	width: 32px;
}
.icon-container span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}

.nav-text {
	font-weight: 500;
	font-size: 15px;
	line-height: 150%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.enterprise-tube-shell {
	display: flex;
	overflow: hidden;
}

.main-canvas {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	height: 100vh;
	overflow-y: auto;
	scroll-behavior: smooth;
}

.content-padding {
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
}
.login-widget-container{
	display: flex;
	align-items: center;
	border: 1px solid rgba(223, 223, 223, 1);
	border-radius: 9px !important;
	max-width: 315px;
	height: 45px;
	gap: 4px;
	padding: 7px 5px;
	background-color: rgba(255, 255, 255, 1);
}

.nav-sub-menu{
	overflow: hidden;
	border-left: 1px solid rgba(211, 211, 211, 1);
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
    gap: 3px;
    flex-direction: column;
}

.sidebar-item-selected{
    width: 4px;
    height: 28px;
    position: absolute;
    left: 0px;
    border-radius: 0px 7px 7px 0px !important;
}
.enterprise-tube-shell svg,
#enterprise-tube-layouts-container svg{
	stroke: none !important; 
	fill: none !important;
}

.nav-sub-menu .nav-text {
	font-weight: 500;
	font-size: 14px;
}

.enterprise-tube-shell .dropdown-toggle-component{
	border: none !important;
}
.notification-icon-container {
	width: 43px;
	height: 43px;
	border-radius: 6px !important;
	border: 1px solid rgba(223, 223, 223, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	background: rgba(255, 255, 255, 1);
}

.notification-icon-container:hover,
.notification-icon-container:focus, 
.notification-icon-container:focus-within {
	background-color: rgba(247, 247, 247, 1);
}

.new-notification-badge{
	width: 6px;
	height: 6px;
	top: 3px;
	right: 3px;
	position: absolute;
	border-radius: 8px !important;
	background-color: rgba(255, 59, 59, 1);
}




.et-hero-container {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    /*background-color: #000;*/
    margin-bottom: 40px;
}

.et-hero-bg {
    position: absolute;
    inset: 0;
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-image 0.6s ease-in-out;
}

.et-hero-overlay {
    position: absolute;
    inset: 0;
    /* THIS IS THE KEY: Darker on the left for text readability */
    background: linear-gradient(90deg, 
        rgba(0,0,0,0.95) 0%, 
        rgba(0,0,0,0.7) 35%, 
        transparent 100%);
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.et-hero-content {
    max-width: 500px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.et-hero-cta {
    background: linear-gradient(148.85deg, #7C65BA 17.49%, #000112 96.43%);
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(82, 60, 144, 1);
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px !important;
    box-shadow: 0px 4px 10px 0px rgba(98, 34, 109, 0.4);
    height: 36px !important;
}

.et-hero-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    background-color: rgba(39, 32, 71, 1);
    padding: 6px 8px;
    border-radius: 300px !important;
}

.dot {
    width: 10px;
    height: 10px;
    background: rgba(114, 107, 144, 1);
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: rgba(124, 101, 186, 1);
    width: 20px;
    border-radius: 10px;
}

.et-hero-arrow-container{
	display: flex;
	align-items: center;
	gap: 15px;
}

.et-hero-arrow-container .arrow-button {
	width: 30px;
	height: 30px;
	border-radius: 50% !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.arrow-button svg{
	fill: none !important;
	stroke: none !important;
}

.arrow-button svg:hover{
	fill: none !important;
	stroke: none !important;
}

.et-hero-title {
	font-weight: 600;
	font-size: 20px;
	color: rgba(255, 255, 255, 1);
	margin: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.et-hero-description {
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.separator{
	width: 1px;
	height: 15px;
	background-color: rgba(92, 92, 92, 1);
}

.video-info-text{
	font-size: 14px;
	font-weight: 400;
	/* color: rgba(206, 206, 206, 1); */
}
.et-hero-meta{
	display: flex;
	align-items: center;
	gap: 8px;
}





/* Container for the scrollable row */
.scroll-row {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 20px;
    padding-bottom: 10px;
}

/* Hide scrollbar for clean UI */
.scroll-row::-webkit-scrollbar {
    display: none; 
}

/* Stacking logic: When View All is clicked */
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
    overflow: visible; /* No longer scrolls sideways */
}

/* Navigation arrows logic */
.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.nav-arrow.left { left: -20px; }
.nav-arrow.right { right: -20px; }


/* Container Spacing */
.content-strip {
    margin-bottom: 40px;
    width: 100%;
}

/* Header Styling */
.strip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.strip-title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(51, 51, 51, 1);
}


/* Video Grid Layout */
.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}

/* Thumbnail Tags */
.thumbnail-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.duration-tag {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
}

/* Metadata Styling */
.video-metadata {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #666;
    margin-top: 4px;
}

.meta-separator {
    margin: 0 8px;
    color: #ccc;
}

/* Video Card Component */
.video-card {
    display: flex;
    flex-direction: column;
    border-radius: 12px !important;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 10px;
}

.video-card:hover, .video-card:focus {
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); */
    background-color: var(--et-hover-color, rgb(236, 236, 236)) !important;
    border-radius: 12px !important;
}

.video-card-thumbnail-container {
    position: relative;
    width: 100%;
    padding-bottom: 62.5%; /* 16:9 aspect ratio */
    /* background: #f0f0f0; */
    border-radius: 12px !important; 
    overflow: hidden;
}

.video-card-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-card-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(42, 42, 42, 1);
    color: rgba(255, 255, 255, 1);
    padding: 4px 8px;
    border-radius: 4px !important;
    font-size: 15px;
    font-weight: 500;
}

.video-card-hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.video-card-hover-overlay i {
    color: white;
    font-size: 48px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.video-card-info {
    padding: 12px 5px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.video-card-title {
    margin: 0 0 8px 0;
    font-size: 15px;
	font-weight: 500;
    /*color: rgba(51, 51, 51, 1);*/
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-card-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
    /*color: rgba(108, 108, 108, 1);*/
    gap: 7px;
    font-weight: 400;
}

.video-card-views,
.video-card-timestamp {
    display: flex;
    align-items: center;
    gap: 4px;
}

.video-card-views i {
    font-size: 11px;
}

.video-card-separator {
    background-color: rgba(211, 211, 211, 1);
    height: 15px;
    width: 1px;
}

/* Carousel Container with Navigation */
.enterprise-tube-carousel-container {
    display: flex;
    align-items: flex-start;
    gap: 5px;
    padding: 0px 0px 0px 10px;
    width: 100%;
    position: relative;
}

/* Carousel Viewport - Clips content */
.enterprise-tube-carousel-viewport {
    flex: 1;
    overflow: hidden;
    border-radius: 12px;
}

/* Carousel Track - Slides the items */
.enterprise-tube-carousel {
    display: flex;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
    width: 100%;
    padding: 5px 0px;
}

/* Individual Carousel Item */
.carousel-item {
    flex: 0 0 250px;
    max-width: 250px;
    min-width: 250px;
}

/* Navigation Arrows */
.carousel-arrow {
	margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 150px;
    border-radius: 6px !important;
    border: 1px solid rgba(236, 236, 236, 1);
    background-color: rgba(236, 236, 236, 1);
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.carousel-arrow:hover:not(:disabled) {
    background:rgba(220, 220, 220, 1);
	border: 1px solid rgba(219, 219, 219, 1);
}

.carousel-arrow:active:not(:disabled) {
    transform: scale(0.95);
}

.carousel-arrow.disabled,
.carousel-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.carousel-arrow i {
    font-size: 16px;
    color: #333;
}

/* Responsive Carousel Items */
@media (max-width: 1280px) {
    .carousel-item {
        flex: 0 0 250px;
        max-width: 250px;
    }
}

@media (max-width: 1024px) {
    .carousel-item {
        flex: 0 0 250px;
        max-width: 250px;
    }
}

@media (max-width: 640px) {
    .carousel-item {
        flex: 0 0 250px;
        max-width: 250px;
    }
    
    .carousel-arrow {
        width: 36px;
        height: 36px;
    }
}

/* ===== Carousel Wrapper & Header Section ===== */

/* Main wrapper for carousel component */
.enterprise-tube-carousel-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

/* Header section with title and View All button */
.enterprise-tube-header-section {
    display: flex;
    /* justify-content: space-between; */
    gap: 10px;
    align-items: center;
    padding: 0px 10px;
    width: 100%;
}

/* Header title - Recent Videos */
.enterprise-tube-header-title {
    font-size: 20px;
    font-weight: 600;
    /*color: rgba(51, 51, 51, 1);*/
    margin: 0;
    padding: 0;
}

/* View All link button */
.view-all-link {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px !important;
    transition: all 0.2s ease;
}


.view-all-link:hover,
.view-all-link:focus {
    background-color: var(--et-hover-color) !important;
    border-radius: 4px !important;
}

.view-all-link:active {
    transform: scale(0.95);
}

.view-all-link i {
    font-size: 12px;
    transition: transform 0.2s ease;
}

/* ===== Grid Layout ===== */

/* Grid container for stacked video view */
.enterprise-tube-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0px 10px;
    width: 100%;
}

/* Individual grid item */
.grid-item {
    width: 100%;
}

/* Responsive grid layout adjustments */
@media (max-width: 1280px) {
    .enterprise-tube-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
}

@media (max-width: 1024px) {
    .enterprise-tube-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

@media (max-width: 640px) {
    .enterprise-tube-grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .enterprise-tube-header-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}

/* ===== Skeleton Loaders ===== */

/* Hero Carousel Skeleton */
.hero-carousel-skeleton {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #e0e0e0;
    margin-bottom: 40px;
    border-radius: 12px !important;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

/* Carousel Skeleton */
.carousel-skeleton-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-top: 20px;
}

.carousel-skeleton-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
    width: 100%;
}

.skeleton-loader{
	background-color: #e0e0e0;
    border-radius: 4px  !important;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.carousel-skeleton-title {
    width: 200px;
    height: 24px;
    background-color: #e0e0e0;
    border-radius: 4px  !important;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.carousel-skeleton-button {
    width: 100px;
    height: 20px;
    background-color: #e0e0e0;
    border-radius: 4px  !important;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.carousel-skeleton-container {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0px 10px;
    width: 100%;
}

.carousel-skeleton-arrow {
    width: 24px;
    height: 150px;
    background-color: #e0e0e0;
    border-radius: 6px  !important;
    flex-shrink: 0;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
    margin-top: 10px;
}

.carousel-skeleton-viewport {
    flex: 1;
    display: flex;
    gap: 16px;
    padding: 0px 10px;
    overflow: hidden;
}

.carousel-skeleton-item {
    flex: 0 0 250px;
    min-width: 250px;
    min-height: 200px;
    background-color: #e0e0e0;
    border-radius: 12px !important;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.carousel-skeleton-item:nth-child(2) {
    animation-delay: 0.2s;
}

.carousel-skeleton-item:nth-child(3) {
    animation-delay: 0.4s;
}

.carousel-skeleton-item:nth-child(4) {
    animation-delay: 0.6s;
}

.carousel-skeleton-item:nth-child(5) {
    animation-delay: 0.8s;
}

.carousel-skeleton-item:nth-child(6) {
    animation-delay: 1s;
}

@keyframes skeleton-pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

/* Split Layout Styles */
.split-layout-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: #ffffff;
}

.split-layout-left {
    width: calc(40% - 10px);
    height: 100vh;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-right: 1px solid rgba(223, 223, 223, 1);
}

.split-layout-right {
    flex: 1;
    width: calc(60% - 10px);
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px 20px 20px 0;
}

.split-hero-wrapper{
	height: 100%;
	width: 100%;
}

/* Hero Carousel Modifications for Split View */
.et-hero-container.split-view {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    background-color: transparent;
	height: 220px;
}

.et-hero-container.split-view .et-hero-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 10px !important;
}

.et-hero-container.split-view .et-hero-overlay {
    position: relative;
    background: transparent;
    padding: 0;
    justify-content: flex-end;
    width: 100%;
    height: 220px;
    border-radius: 10px !important;
    overflow: hidden;
}

.et-hero-container.split-view .et-hero-overlay::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, 
        transparent 0%, 
        rgba(0,0,0,0.3) 60%, 
        rgba(0,0,0,0.6) 100%);
    border-radius: 10px;
}

.et-hero-container.split-view .et-hero-content {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #ffffff;
    gap: 8px;
}

.et-hero-container.split-view .et-hero-arrow-container {
    display: none;
}

.et-hero-container.split-view .et-hero-title {
    font-weight: 600;
    font-size: 16px;
    /*color: rgba(255, 255, 255, 1);*/
    line-height: 1.2;
    margin-bottom: 4px;
}

.et-hero-container.split-view .et-hero-description {
    display: none;
}

.et-hero-container.split-view .et-hero-meta {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.et-hero-pagination.split-view
{
	position: unset;
	transform: none;
	width: fit-content;
}

.split-view-pagination-container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
	
	gap: 5px;
	flex-wrap: wrap;
}

/* Split View Content Grid Below Hero Video */
.split-view-content-wrapper {
    padding: 15px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 15px;
}

.split-view-content-title {
    font-weight: 600;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    margin: 0;
    line-height: 1.3;
}

.split-view-content-description {
    font-size: 14px;
    color: rgba(92, 92, 92, 1);
    margin: 0;
    line-height: 1.4;
}

.split-view-content-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
}

.split-view-content-meta img {
    width: 16px;
    height: 16px;
}

/* Responsive Styles for Split Layout */
@media (max-width: 1024px) {
    .split-layout-container {
        flex-direction: column;
        height: auto;
        overflow: visible;
    }

    .split-layout-left {
        width: 100%;
        height: auto;
        position: relative;
        display: block;
        padding: 20px;
    }

    .split-layout-right {
        width: 100%;
        height: auto;
        overflow-y: visible;
        padding: 20px;
    }

    .et-hero-container.split-view {
        height: auto;
        width: 100%;
        max-width: 393px;
        margin: 0 auto 20px;
    }

    .et-hero-container.split-view .et-hero-bg {
        height: 220px;
        border-radius: 10px !important;
    }

    .et-hero-container.split-view .et-hero-overlay {
        height: 220px;
        border-radius: 10px !important;
    }
}

/* ===== Hero Carousel Split Layout (35% content, 65% image) ===== */
.et-hero-container.et-hero-split-layout {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 350px;
    margin-bottom: 40px;
    overflow: hidden;
    gap: 0;
    border-bottom: 0.45px solid rgba(223, 223, 223, 1);
}

/* Left Section - Content (35%) */
.et-hero-content-section {
    width: 35%;
    padding: 40px 40px 40px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #ffffff;*/
    flex-shrink: 0;
}

.et-hero-content-section .et-hero-content {
    max-width: 100%;
    color: #333333;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.et-hero-content-section .et-hero-title {
    font-weight: 600;
    font-size: 24px;
    /* color: rgba(51, 51, 51, 1); */
    margin: 0;
    line-height: 1.3;
}

.et-hero-content-section .et-hero-description {
	font-weight: 400;
	font-size: 14px;
	/* color: rgba(102, 102, 102, 1); */
	line-height: 1.5;
	margin: 0;
}

.et-hero-content-section .et-hero-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.et-hero-content-section .video-info-text {
    font-size: 14px;
    font-weight: 400;
    /* color: rgba(102, 102, 102, 1); */
}

.et-hero-content-section .et-hero-arrow-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.et-hero-content-section .arrow-button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.et-hero-content-section .arrow-button:hover {
    transform: scale(1.05);
}

.et-hero-content-section .arrow-button:active {
    transform: scale(0.95);
}

.et-hero-content-section .arrow-button img {
    width: 16px;
    height: 16px;
}

.et-hero-content-section .et-hero-cta {
    width: fit-content;
    margin-top: 12px;
}

.et-hero-content-section .et-hero-pagination {
    position: relative;
    transform: none;
    left: auto;
    bottom: auto;
    display: flex;
    gap: 8px;
    background-color: transparent;
    /* padding: 0; */
    border-radius: 300px;
    width: fit-content;
}

.et-hero-content-section .dot {
    width: 10px;
    height: 10px;
    background: rgba(114, 107, 144, 1);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.et-hero-content-section .dot.active {
    background: rgba(124, 101, 186, 1);
    width: 24px;
    border-radius: 10px;
}

/* Right Section - Image (65%) */
.et-hero-image-section {
    width: 65%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    cursor: pointer;
}

.et-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.et-hero-image-section:hover .et-hero-image {
    transform: scale(1.02);
}


/* Hover Overlay with Play Icon */
.et-hero-hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 1;
	transition: opacity 0.3s ease;
}

.et-hero-container.split-view .et-hero-hover-overlay {
	border-radius: 10px !important;
}
.et-hero-play-icon {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    cursor: pointer;
}

/* Responsive adjustments for hero split layout */
@media (max-width: 1024px) {
    .et-hero-container.et-hero-split-layout {
        height: 300px;
    }

    .et-hero-content-section {
        width: 40%;
        padding: 30px 20px;
    }

    .et-hero-content-section .et-hero-title {
        font-size: 20px;
    }

    .et-hero-image-section {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .et-hero-container.et-hero-split-layout {
        flex-direction: column;
        height: auto;
        gap: 0;
    }

    .et-hero-content-section {
        width: 100%;
        padding: 24px;
    }

    .et-hero-content-section .et-hero-title {
        font-size: 18px;
    }

    .et-hero-image-section {
        width: 100%;
        height: 200px;
    }

    .et-hero-play-icon {
        width: 60px;
        height: 60px;
    }
}
























/* Enterprise Tube V2 CSS Classes */

/* Root themed container - CSS custom properties are inherited by all child elements */
/* CSS Custom Properties are set via inline styles in React component */
/* The .et-themed-root class is only used as a container; properties are set dynamically */

.et-themed-root {
    /* CSS custom properties are set dynamically via React inline styles */
}

/* Button Styling Classes */
#enterprise-tube-layouts-container .et-btn-primary {
    background-color: var(--et-button-color);
    color: var(--et-button-text-color);
    border: 1px solid var(--et-button-color);
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

#enterprise-tube-layouts-container .et-btn-primary:hover {
    background-color: var(--et-hover-color);
    border-color: var(--et-hover-color);
}

.et-btn-primary:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Side Navigation Styling Classes */
.et-side-nav {
    background-color: var(--et-side-navigation-color);
    color: var(--et-side-navigation-text-color);
}

.et-side-nav-item {
    color: var(--et-side-navigation-text-color);
    cursor: pointer;    
    transition: background-color 0.2s ease;
}
.et-nav-hover-color:hover, .et-nav-hover-color:focus, .et-nav-hover-color:focus-within {
    background-color: var(--et-hover-color) !important;
	
}
/*.et-side-nav-item.active {
    background-color: var(--et-button-color);
    color: var(--et-button-text-color);
}
*/
/* Background and Text Styling Classes */
.et-background {
    background-color: var(--et-background-color);
}

.et-text-primary {
    color: var(--et-text-color);
}

.et-text-inverse {
    color: var(--et-button-text-color);
}

/* Login Button and Dropdown Styling Classes */
#enterprise-tube-layouts-container .et-large-btn,
.top-bar  .et-large-btn {
    background-color: var(--et-login-button-color, rgba(124, 101, 186, 1));
    color: var(--et-login-button-font-color, rgba(255, 255, 255, 1));
    /*border: 1px solid var(--et-login-button-font-color);*/
    border-radius: 8px !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.et-large-btn {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

#enterprise-tube-layouts-container .et-btn{
	background-color: var(--et-login-button-color, rgba(124, 101, 186, 1));
	color: var(--et-login-button-font-color, rgba(255, 255, 255, 1));
	cursor: pointer;
}

/*.et-btn:hover {
    background-color: var(--et-login-button-font-color) !important;
    color: var(--et-login-button-color) !important;
	cursor: pointer;
}*/



#enterprise-tube-layouts-container .et-large-btn:hover,
#enterprise-tube-layouts-container .et-large-btn:focus,
#enterprise-tube-layouts-container .et-btn:hover,
#enterprise-tube-layouts-container .et-btn:focus,
.top-bar  .et-large-btn:hover,
.top-bar  .et-large-btn:focus {
   	opacity: 0.9;
   	background-color: var(--et-login-button-color, rgba(124, 101, 186, 1)) !important;
	color: var(--et-login-button-font-color, rgba(255, 255, 255, 1)) !important;;
}

.et-login-dropdown {
    background-color: var(--et-login-dropdown-color);
    color: var(--et-login-button-font-color);
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 12px;
}

/* Enterprise Tube Container Styling */
.et-container {
    background-color: var(--et-enterprise-tube-background);
    color: var(--et-text-color);
}

.et-layouts-container {
    width: 100%;
    height: 100%;
}

/* Hover Effects */
.et-hover-effect {
    transition: all 0.2s ease;
}

.et-hover-effect:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

/* Card/Section Styling */
.et-card {
    background-color: var(--et-background-color);
    color: var(--et-text-color);
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    transition: box-shadow 0.2s ease;
}

.et-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Link Styling */
.et-link {
    color: var(--et-button-color);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.et-link:hover {
    color: var(--et-hover-color);
    text-decoration: underline;
}

/* Badge/Label Styling */
.et-badge {
    background-color: var(--et-button-color);
    color: var(--et-button-text-color);
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 12px;
    display: inline-block;
}

/* Gradient Background (Optional) */
.et-gradient-bg {
    background: linear-gradient(135deg, var(--et-background-color) 0%, rgba(0, 0, 0, 0.02) 100%);
}

/* Color Change Highlight Styles - Admin Preview */
.et-highlight {
    border: 3px solid rgba(154, 83, 251, 1) !important;
    box-shadow: 0 0 8px rgba(154, 83, 251, 0.5);
    transition: border 0.3s ease, background 0.3s ease;
    border-radius: 10px !important;
}

.et-highlight-sidebar {
    border: 3px solid rgba(154, 83, 251, 1) !important;
    box-shadow: 0 0 8px rgba(154, 83, 251, 0.5);
    transition: border 0.3s ease, background 0.3s ease;
    border-radius: 10px !important;
}

.et-highlight-main {
    border: 3px solid rgba(154, 83, 251, 1) !important;
    box-shadow: 0 0 8px rgba(154, 83, 251, 0.5);
    transition: border 0.3s ease, background 0.3s ease;
    border-radius: 10px !important;
}

.et-highlight-button {
    border: 3px solid rgba(154, 83, 251, 1) !important;
	box-shadow: 0 0 8px rgba(154, 83, 251, 0.5);
    transition: border 0.3s ease, background 0.3s ease;
    padding: 4px;
    border-radius: 10px !important;
}

/* ============================================ */
/* EMPTY STATE STYLES */
/* ============================================ */

.et-page-empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
    padding: 40px 20px;
}

.et-empty-state-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 500px;
    animation: fadeIn 0.6s ease-in;
}

.et-empty-state-title {
    font-size: 18px;
    font-weight: 600 !important;
    margin: 24px 0 12px 0;
    line-height: 1.3;
}

.et-empty-state-description {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400 !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================ */
/* TOP BAR STYLES */
/* ============================================ */

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
    border-bottom: 1px solid rgba(223, 223, 223, 1);
    /*min-height: 60px;*/
    flex-wrap: nowrap;
    gap: 16px;
}

.top-bar-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 1 auto;
    min-width: 0;
}

.top-bar-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 1 auto;
	flex-wrap: wrap;
}

.mobile-hamburger-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 4px !important;
    transition: background-color 0.2s ease;
}

.mobile-hamburger-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.mobile-hamburger-btn:active {
    background-color: rgba(0, 0, 0, 0.1);
}

.institution-name {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.login-widget-container {
    display: flex;
    gap: 10px;
    align-items: center;
}

.et-login-btn {
    white-space: nowrap;
}

/* ============================================ */
/* MOBILE & TABLET RESPONSIVE STYLES */
/* ============================================ */

/* Mobile Sidebar Backdrop (overlay) */
.mobile-sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    transition: opacity 0.3s ease;
}

/* Tablet View (1024px and below) */
@media screen and (max-width: 1024px) {
    /* Show hamburger button on tablet */
    .mobile-hamburger-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
	
	.dock-toggle{
		display: none !important;
	}

    /* Hide sidebar by default on tablet */
    .et-side-nav {
        position: fixed;
        left: -280px;
        top: 0;
        height: 100vh;
        z-index: 999;
        transition: left 0.3s ease-in-out;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    }

    /* Show sidebar when mobile-open class is added */
    .et-side-nav.mobile-open {
        left: 0;
    }

    /* Adjust main content area */
    .main-canvas {
        width: 100%;
        margin-left: 0 !important;
    }

    /* Adjust top bar padding on tablet */
    .top-bar {
        padding: 10px 16px;
        gap: 12px;
    }

    .top-bar-left {
        gap: 10px;
        flex: 1 1 auto;
        min-width: 0;
    }

    .top-bar-right {
        gap: 8px;
        flex-shrink: 0;
    }

    /* Adjust login widget for tablet */
    .login-widget-container {
        gap: 8px;
    }

    .et-login-dropdown {
        max-width: 160px !important;
        min-width: 140px !important;
    }

    .et-login-btn {
        padding: 8px 16px !important;
        font-size: 14px !important;
    }
    
    /* Empty state on tablet */
    .et-empty-state-title {
        font-size: 24px;
    }
    
    .et-empty-state-description {
        font-size: 15px;
    }
}

/* Mobile View (768px and below) */
@media screen and (max-width: 768px) {
    /* Show hamburger button on mobile */
    .mobile-hamburger-btn {
        display: flex !important;
    }

    /* Hide sidebar by default on mobile */
    .et-side-nav {
        position: fixed;
        left: -280px;
        top: 0;
        height: 100vh;
        z-index: 999;
        transition: left 0.3s ease-in-out;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
    }

    /* Show sidebar when mobile-open class is added */
    .et-side-nav.mobile-open {
        left: 0;
    }

    /* Adjust top bar for mobile */
    .top-bar {
        padding: 8px 12px;
        gap: 8px;
        flex-wrap: wrap;
        /*min-height: 56px;*/
    }

    .top-bar-left {
        gap: 8px;
        flex: 1 1 auto;
        min-width: 0;
        order: 1;
    }

    .top-bar-right {
        gap: 6px;
        flex: 1 1 100%;
        order: 2;
        justify-content: flex-end;
    }
	
    /* Notification icon on mobile - keep in top row */
    .notification-icon-container {
        order: 0;
        margin-left: auto;
    }

    /* Login widget adjustments for mobile */
    .login-widget-container {
        flex: 1 1 100%;
        gap: 8px;
        width: 100%;
    }

    .login-widget-container .et-login-dropdown {
        flex: 1 1 auto;
        max-width: none !important;
        min-width: 0 !important;
    }

    .et-login-btn {
        flex: 0 0 auto;
        padding: 8px 16px !important;
        font-size: 14px !important;
        min-width: 80px;
    }

    /* Adjust enterprise sidebar width when docked on mobile */
    .enterprise-sidebar.docked {
        width: 60px;
    }

    /* Adjust main canvas for mobile */
    .main-canvas {
        width: 100%;
        margin-left: 0 !important;
    }

    /* Hero carousel adjustments for mobile */
    .hero-carousel-container {
        padding: 12px !important;
    }

    /* Video card adjustments for mobile */
    .et-card {
        margin: 8px !important;
    }

    /* Adjust carousel controls for mobile */
    .carousel-control-prev,
    .carousel-control-next {
        width: 32px !important;
        height: 32px !important;
    }
    
    /* Empty state on mobile */
    .et-page-empty-state {
        min-height: 50vh;
        padding: 30px 15px;
    }
    
    .et-empty-state-title {
        font-size: 22px;
    }
    
    .et-empty-state-description {
        font-size: 14px;
    }
    
    .et-empty-state-container svg {
        width: 140px;
        height: 140px;
    }
}

/* Small Mobile View (480px and below) */
@media screen and (max-width: 480px) {
    /* Full width sidebar on small mobile */
    .et-side-nav {
        left: -100%;
    }

    .et-side-nav.mobile-open {
        left: 0;
    }

    /* Further adjust top bar for small mobile */
    .top-bar {
        padding: 8px 10px;
        gap: 6px;
    }

    .top-bar-left {
        gap: 6px;
    }

    .top-bar-right {
        gap: 6px;
    }

    /* Institution name on small mobile */
    .institution-name {
        font-size: 13px;
        max-width: 100px;
    }

    /* Hamburger button size on small mobile */
    .mobile-hamburger-btn {
        padding: 6px;
    }

    .mobile-hamburger-btn svg {
        width: 20px;
        height: 20px;
    }

    /* Login widget on small mobile */
    .login-widget-container {
        gap: 6px;
    }

    .et-login-btn {
        padding: 6px 12px !important;
        font-size: 13px !important;
        min-width: 70px;
    }

    .et-login-dropdown {
        font-size: 13px !important;
    }
    
    /* Empty state on small mobile */
    .et-page-empty-state {
        min-height: 45vh;
        padding: 20px 10px;
    }
    
    .et-empty-state-title {
        font-size: 18px;
        margin: 16px 0 10px 0;
    }
    
    .et-empty-state-description {
        font-size: 13px;
    }
    
    .et-empty-state-container svg {
        width: 120px;
        height: 120px;
    }
}

/* Prevent body scroll when mobile sidebar is open */
body.mobile-sidebar-open {
    overflow: hidden;
}

.carousel-header-container{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0px 20px;	
}