/*
Theme Name: XXX
Template: tube
*/
.navbar-expand-md .navbar-nav .nav-link{
	font-size:13px !important;
}
.responsive-player {
    box-shadow: 0 1px 10px 0 #2d2d2d !important;
    margin-bottom: 10px;
}
.navbar-expand-md .navbar-nav .nav-link{
	padding: 0.5rem 2rem !important;
}

.navbar-expand-md .navbar-nav li:nth-child(2) a:before {
	
}
.video-description .desc div:last-child{
	display: inline-block;
    text-align: center;
    width: 100%;
}
.video-description .desc div:last-child img{
	border-radius:5px;
	max-width:300px;
	margin-bottom: 10px;
	 opacity: .8;
}
.video-description .desc div:last-child svg{
	position: absolute;
    width: 40px;
    color: #49eb0cfa;
    margin-left: 10px;
    z-index: 2;
    border: 2px dashed;
    margin-top: 10px;
}
#video-list{
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
    margin-left: 10px;
}
#video-list button.server{
	display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, .1);
    color: #ccc;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease;
}
#video-list button.server:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    transform: translateY(-2px);
}
#video-list button.server.active{
    background: linear-gradient(135deg, #ff6b6b 0%, #ffa500 100%);
    color: #fff;
    border-color: #ff6b6b;
    box-shadow: 0 4px 15px #ff6b6b4d;
}
.video-block .label{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: linear-gradient(135deg, #C52C4E, #CB3820);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 3.5px 4.5px;
    border-radius: 0 0 6px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
@media (max-width: 767.98px) {
    .npd {
        border: 0px !important;
    }
	.npd .related-videos{padding:0px}
	.cat-wrapper .video-loop{padding:0 !important}
	.video-description, .tab-content #video-about{
		max-width:100% !important;
	}
	#video-share{display:block !important}
}
@media (min-width: 1200px) {
    .col-xl-3 {
        max-width: 25% !important;
        flex: 0 0 25% !important;
    }
}