/*
 * YouTube TV
 */

/*
 * Base Canvas
 */
.ytv-canvas {
    display: block;
    background: transparent;
    overflow: hidden;
}

.ytv-canvas ::-webkit-scrollbar {
    border-left: 1px solid rgba(0, 0, 0, .125);
    width: 10px;
}

.ytv-canvas ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
}

/*
 * Video
 */
.ytv-video {
    /*position: absolute;
	top: 0;
    right: 300px;
    bottom: 0;
    left: 0;*/
    height: 100%;
}

.ytv-video iframe {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    display: block;
}

/*
 * List
 */
/* .ytv-list {
     position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 300px;
} */

.ytv-list-inner {
    overflow: hidden;
    /* position: absolute;
    top: 0;
    right: 15px;
    bottom: 15px;
    left: 0; */
    /* -webkit-overflow-scrolling: touch; */
}

.ytv-list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ytv-list .ytv-active a {
    border-left: 2px solid rgba(250, 250, 250, 0.5);
    background: rgba(255, 255, 255, 0.05);
    ;
}

.ytv-list a {
    display: block;
    text-decoration: none;
    font-size: 0.75rem;    
    color: var(--bs-white);
    padding: 0;
    position: relative;
}

.ytv-list a strong {
    /* max-height: 45px; */
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.ytv-list li:first-child a {
    border-top: none;
}

.ytv-list li:last-child a {
    border-bottom: none;
}

.ytv-list a:hover,
.ytv-list-header .ytv-playlists a:hover {
    background: rgba(255, 255, 255, 0.05);
}

.ytv-list a:active,
.ytv-list-header .ytv-playlists a:active {
    background: rgba(0, 0, 0, 0.05);
}

.ytv-list .ytv-content {
    /* padding-left: 125px; */
	transition: opacity .25s;
	position: absolute;
	left: 0;top: 0; bottom: 0;right: 0;
	background-color: rgba(0,0,0,.45);
	font-family: var(--bs-heading-font-family);
	font-weight: var(--bs-heading-font-weight);
	line-height: var(--bs-heading-line-height);
	padding: .5rem;
	opacity: 1;
}
.ytv-list a:hover .ytv-content {
	opacity: 0;
}
@media (min-width: 992px) {
    .ytv-list a {
        font-size: 1rem;
    }
    .ytv-list .ytv-content {
        padding: 1rem;
    }
}
.ytv-active { display: none !important;}


.ytv-list .ytv-thumb-stroke {
    /* position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px; */
    /* z-index: 2;
    outline: 1px solid rgba(255, 255, 255, 0.1); */
}

.ytv-list .ytv-thumb {
    position: relative;
    outline: 1px dotted var(--bs-blue);
}

.ytv-list .ytv-thumb img {
    width: 120px;
    display: block;
}

.ytv-list .ytv-thumb span {
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #eee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 11px;
    font-weight: bold;
    padding: 0px 4px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.ytv-views {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    font-weight: normal;
    opacity: 0.3;
}


.ytv-list-header {
    display: none;
    /*height: 52px;*/
    /*-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
}

.ytv-list-header a {
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    z-index: 10;
}

.ytv-list-header img,
.ytv-list .ytv-playlists .ytv-thumb img {
    width: 30px;
    vertical-align: middle;
}

.ytv-list-header span {
    padding-left: 10px;
    font-size: 12px;
    font-weight: bold;
}

/*
 * Playlists
 */
.ytv-playlists {
    z-index: 9;
    position: absolute;
    background: #282828;
    top: 52px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    display: none;
}

.ytv-playlists img,
.ytv-list-header img {
    float: left;
}

.ytv-playlists a span,
.ytv-list-header a span {
    white-space: nowrap;
    padding-left: 10px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ytv-list-header>a span {
    line-height: 30px;
}

.ytv-list-header .ytv-playlists a {
    background: none;
}

.ytv-playlist-open .ytv-playlists {
    display: block;
}

/*
 * Modifiers
 */
.ytv-relative {
    position: relative;
    /*width: 100%;*/
    height: 33.6rem;
    height: 52.75vw;
    max-height: 33.6rem;
}

@media screen and (min-width: 48em) {
    .ytv-relative {
        height: 45.0rem;
        /*18.15vw;*/
    }
}

.ytv-full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.ytv-arrow {
    height: 10px;
    width: 0;
    position: relative;
    top: 10px;
    right: 5px;
    border: 10px solid transparent;
    float: right;
    border-top-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.ytv-has-playlists .ytv-arrow {
    display: inline-block;
}

.ytv-playlist-open .ytv-arrow {
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, 0.4);
    top: -10px;
}

.ytv-list-header a:after,
.ytv-clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#content #youtube-channel .ytv-list-inner ul{
	list-style-type: none;
	margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
#youtube-channel #ytv .ytv-list .ytv-active a {
	border-left: none;
}
#youtube-channel .ytv-list .ytv-thumb img {
	width: 100%;
}