@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;700&family=Onest:wght@400;900&display=swap&subset=cyrillic,latin');
body {
	background-color: #080808;
    font-family: 'Onest', sans-serif;
	color: #777;
}

html {
    scroll-behavior: smooth;
}

.btn-secondary {
    background-color: #1a1a1a;
	border-color: #1a1a1a;
}

.btn-secondary:hover {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none!important;
    background-color: #2a2a2a;
    border-color: #2a2a2a;	
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    box-shadow: none!important;
    background-color: #2a2a2a;
    border-color: #2a2a2a;	
}

.btn:focus, a:focus, i:focus {
  outline: none;
}

#wrapper {
  min-height: calc(100vh - 119px); 
  display: flex;
  flex-direction: column;
}

.overflow-hidden {
    overflow: hidden;
}

@media only screen and (min-width : 1400px) {
	.container {
		max-width: 1323px;
	}
}

.bg-dark {
	background-color: #121212!important;
}

h1 {
    font-size: 18px;
	color: #fff;
	font-weight: 500;
    font-family: 'Inter', sans-serif;
}

h2 {
    font-size: 24px;
	color: #fff;
	font-weight: 500;
    font-family: 'Inter', sans-serif;
	padding: 15px 0;
}

.text-highlighted {
    color: #fff!important;
}

a {
    color: #bbb;
}

a:hover, a:focus, a:active {
    color: #fff;
	text-decoration: none;	
}

#alerts_bottom {	
	position: fixed;
	bottom: 0;
	right: 0;
    z-index: 99999;	
	width: 100%;
	margin: 0;
	padding: 0;
}

#alerts_bottom .alert {
	display: block;
    width: max-content;
    position: relative;
    padding: 8px 40px 8px 15px;
    border: none;
    border-radius: .25rem;
    margin: 0 20px 20px auto;
}

#alerts_bottom .close {
    padding: 8px 15px;
}

.form-control::-webkit-input-placeholder { /* Edge */
  color: #6a6a6a;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6a6a6a;
}

.form-control::placeholder {
  color: #6a6a6a;
}

.form-control:disabled, .form-control[readonly] {
    color: #5f5f5f;	
    background-color: #1d1d1d;
}

.alert-success {
	color: #ffffff;
    background-color: #208920;
	max-width: calc(100% - 40px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.alert-danger {
	color: #ffffff;
    background-color: #b51c21;
	max-width: calc(100% - 40px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;	
}

.alert a {
	color: #fff;
	font-weight: 700;
}

.alert a:hover {
	text-decoration: underline;	
}


/* inputs */

input.form-control, textarea.form-control {
    color: #fff;
    background-color: #151515;
    border: 1px solid #353535;
}

textarea.form-control {
	min-height: 62px;
}

input.form-control:active, input.form-control:focus, textarea.form-control:active, textarea.form-control:focus {
	color: #fff!important;
    background-color: #151515!important;
    border: 1px solid #424242!important;
	box-shadow: none;
}

.top-nav {
	background-color: #121212;	
    border-bottom: 1px solid #1c1c1c;
}

a.show-hide {
    padding: .15rem 1.5rem;	
	color: #bbb;
	font-size: 18px;
}

a:hover.show-hide {
	color: #fff;
}

a.show-hide i {
	margin-left: 6px;
}
.top-menu {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
	font-size: 14px;
}

.top-nav .container {
    display: flex;
    align-items: center;
    min-height: 70px;
}

.top-menu > .float-left > li {
    margin: 0 15px 0 0;
    float: left;
}

.top-menu > .float-right > li {
    margin: 0 0 0 10px;
    float: left;
}

.top-menu > div > li {
    line-height: 70px!important;
}

.top-menu a {
	color: #888;
}

.top-menu a:hover, .top-menu a:active {
	color: #fff;
	text-decoration: none;
}

.top-brand {
	max-height: 30px;
}

.top-brand img {
	height: 30px;
	width: auto;
}

.top-nav .form-control, .navbar .form-control {
    border: 1px solid #2a2a2a;
	padding: 13px;
    color: #efefef!important;
	background-color: #1c1c1c!important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    font-size: 16px;
    width: 100%;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.nav-link {
    padding: 12px 10px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #bbb;
}

@media (min-width: 992px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.navbar-dark .navbar-nav .active>.nav-link {
		color: #fff;
		-moz-box-shadow: inset 0 -2px 0 #ff1c20;
		-webkit-box-shadow: inset 0 -2px 0 #ff1c20;
		box-shadow: inset 0 -2px 0 #ff1c20;	
	}

	.navbar-dark .navbar-nav .nav-link:hover {
		background-color: #121212;
		color: #fff;
		-moz-box-shadow: inset 0 2px 0 #ff1c20;
		-webkit-box-shadow: inset 0 2px 0 #ff1c20;
		box-shadow: inset 0 2px 0 #ff1c20;
		transition: none !important;
	}
	
}

.navbar-toggler {
	margin: 5px 10px;
}

.top-menu-center .search-top-container {
    width: 100%;
    max-width: 600px;
    position: relative;
}

.search-top-container .input-group-btn {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.top-menu-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
}

.search-bot-container input {
	padding-right: 45px;
	padding: 6px 12px 7px;	
}


.search-top-container ::placeholder, .search-bot-container ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7d7d7d;
  opacity: 1; /* Firefox */
}

.search-top-container :-ms-input-placeholder, .search-bot-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7d7d7d;
}

.search-top-container ::-ms-input-placeholder, .search-bot-container ::-ms-input-placeholder { /* Microsoft Edge */
  color: #7d7d7d;
}

#search_form button, #search_form_xs button {
    background: transparent !important;
    color: #7d7d7d !important;
    border: none !important;
    padding: 8px 10px;
    font-size: 18px;
    line-height: normal;
    transition: color 0.2s ease;
}


#search_form button:hover, #search_form_xs button:hover {
    color: #ff1c20 !important;
}

.btn-search-select {
    padding: 10px 12px;	
	line-height: 10px!important;
}

#search_select {
    right: 45px;
    top: 1px;
    position: absolute;
    z-index: 3;
    margin: 0;
    border: 0;	
}

#search_select {
	color: #999;	
}

#search_select:hover {
    color: #efefef;
}

#search_select:active {
    -webkit-box-shadow: none;
    box-shadow: none; 
}

#search_select_xs {
    right: 45px;
    top: 1px;
    position: absolute;
    z-index: 3;
    margin: 0;
    border: 0;	
}

#search_select_xs {
	color: #999;
}

#search_select_xs:hover {
    color: #efefef;
}

#search_select_xs:active {
    -webkit-box-shadow: none;
    box-shadow: none; 
}

#search_query_xs {
	width: 100%;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.search-bot-container {
    width: calc(100% - 70px);
}

.search-bot-container .input-group {
    width: 100%;
}

.search-bot-container .input-group-btn {
	position: absolute;
    top: 0;
    right: 0;
}

.multi-column-dropdown {
	position: fixed!important;
	top: 119px!important;
	left: 0;
	width: 100%!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	border: 0;
    background-color: #121212;
	min-height: 100px;
	z-index: 9999;
}

.well-filters {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0!important;
    border: none;
    background-color: transparent!important;
}

.well-filters a {
	color: #bbb!important;
    cursor: pointer;
}

.well-filters a:hover, .well-filters>a:focus {
	color: #fff!important;
    text-decoration: none!important;
}

.well-filters h1, .well-filters h2, .well-filters h3, .well-filters h4, .well-filters h5, .well-filters h6 {
    padding: 10px 0;
	margin: 0;
}

.well-action {
	padding: 9px 0;
    -moz-box-shadow: inset 0 -2px 0 #555;
    -webkit-box-shadow: inset 0 -2px 0 #555;
    box-shadow: inset 0 -2px 0 #555;
}

.well-action:hover {
    -moz-box-shadow: inset 0 -2px 0 #ff1c20;
    -webkit-box-shadow: inset 0 -2px 0 #ff1c20;
    box-shadow: inset 0 -2px 0 #ff1c20;	
}


.sw-left {
	border: 1px solid #222;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	padding: 0 5px!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.sw-right {
	border: 1px solid #222;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	padding: 0 5px!important;
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;		
}

.active .sw-left, .active .sw-right {
	border: 1px solid #555;
}

.well-filters .dropdown-menu {
    background-color: #2b2b2b;
    margin: 0;
    border: 0;
    padding: .3rem 0;
	-webkit-border-radius: .25rem;
	-webkit-border-top-right-radius: 0;
	-webkit-border-top-left-radius: 0;	
	-moz-border-radius: .25rem;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;	
	border-radius: .25rem;
	border-top-right-radius: 0;	
	border-top-left-radius: 0;	
    z-index: 999;
	padding: 5px 0 8px;	
	width: 180px;
	left: -14px!important;
}

.well-filters .dropdown-menu a {
    padding: 1px 15px 2px;	
}

.well-filters .dropdown-divider {
	border-top: 1px solid #555555;
}

.well-filters .dropdown-menu .active a {
	color: #fff!important;
	font-weight: 500;	
}

.well-info {
	color: #8c8c8c;
	margin: 5px 0 10px;
}

.content-left {
    padding-right: 15px;
    padding-left: 15px;	
	overflow: hidden;
	width: 100%;	
}

.content-right {
    padding-right: 15px;
    padding-left: 15px;	
    overflow: hidden;
    width: 100%;
}

.content-right .content-auxiliary-element {
    display: block;
    width: 100%;
    clear: both;
    margin-bottom: 15px;
}

.content-right .content-auxiliary-element > * {
    display: block;
}

	.content-left {
		width: calc(100% - 315px);		
		float: left;
	}

	.content-right {
		width: 315px;
		float: right;
		padding-left: 0;			
	}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 576px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.content-row .col-2dot4,
.content-row .col-sm-2dot4,
.content-row .col-md-2dot4,
.content-row .col-lg-2dot4,
.content-row .col-xl-2dot4 {
    padding-right: 5px;
    padding-left: 5x;
}

.content-row .col-md-6,
.content-row .col-sm-6,
.content-row .col-md-6,
.content-row .col-lg-6 {
    padding-right: 6px;
    padding-left: 6px;
}

.content-row .col-md-4,
.content-row .col-sm-4,
.content-row .col-md-4,
.content-row .col-lg-4 {
    padding-right: 6px;
    padding-left: 6px;
}

.content-row .col-md-3,
.content-row .col-sm-3,
.content-row .col-md-3,
.content-row .col-lg-3 {
    padding-right: 6px;
    padding-left: 6px;
}

.content-row .col-6,
.content-row .col-6,
.content-row .col-6,
.content-row .col-6 {
    padding-right: 6px;
    padding-left: 6px;
}

.content-row .col-4,
.content-row .col-4,
.content-row .col-4,
.content-row .col-4 {
    padding-right: 6px;
    padding-left: 6px;
}

.content-row .col-3,
.content-row .col-3,
.content-row .col-3,
.content-row .col-3 {
    padding-right: 6px;
    padding-left: 6px;
}

.content-row {
    margin-left: -6px;
    margin-right: -6px;	
}

.thumb-overlay {
    position: relative;
	overflow: hidden;
    aspect-ratio: 540 / 318;
}

.img-responsive {
    width: 100%;
	height: auto;
}

.col-lg-3 .content-title {
    font-size: 13px;
}

.video-card .thumb-overlay,
.video-card .img-responsive {
    will-change: transform;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 10px;
}

.video-card {
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.5s ease-out backwards;
}

.video-card:nth-child(1) { animation-delay: 0.05s; }
.video-card:nth-child(2) { animation-delay: 0.1s; }
.video-card:nth-child(3) { animation-delay: 0.15s; }
.video-card:nth-child(4) { animation-delay: 0.2s; }
.video-card:nth-child(5) { animation-delay: 0.25s; }
.video-card:nth-child(6) { animation-delay: 0.3s; }
.video-card:nth-child(7) { animation-delay: 0.35s; }
.video-card:nth-child(8) { animation-delay: 0.4s; }

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

.video-card .thumb-overlay {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    background: #000;
}

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

.video-card .label-private {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 35, 114, 0.3);
    border-radius: 12px 12px 0px 0px;
}

.video-card .label-private::before {
    content: '\f023';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
    color: #ff1c20;
}

.video-card .content-info {
    padding: 5px 15px 10px 15px;
    height: auto;
}

.video-card .content-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #eee;
    margin-bottom: 4px;
    transition: color 0.2s ease;
}

.video-card:hover .content-title {
    color: #ff1c20;
}

.video-card .content-details {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    color: #888;
}

.video-card .content-views {
    display: flex;
    align-items: center;
    gap: 5px;
}

.video-card .content-views::before {
    content: '\ecb5'; /* Код иконки глаза (ri-eye-line) в Remix Icon */
    font-family: 'remixicon'; /* Новое семейство шрифтов */
    color: #666;
}

.content-rating {
    font-size: 12px;
    color: #4fab4f;
}

.video-card .content-rating {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Loading State */
.video-card.loading {
    pointer-events: none;
}

.video-card.loading .thumb-overlay {
    background: linear-gradient(90deg, #0f0f0f 0%, #1a1a1a 50%, #0f0f0f 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.img-responsive-mw {
	max-width: 100%;
	height: auto;	
}

.duration {
    position: absolute;
    bottom: 5px;
    right: 6px;
    padding: 1px 4px;
    background-color: #000000b0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 3px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hd-text-icon {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.label-private {
	position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    border: none;
    text-align: right;
    padding: 10px 10px 0 0!important;
    text-shadow: 1px 1px 4px rgba(0,0,0,.5);	
    font-weight: 500;
    color: #fff;
    font-size: 14px;	
    text-shadow: 1px 1px 4px rgba(0,0,0,.5);
    background: -moz-linear-gradient(top,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000',endColorstr='#66000000',GradientType=0 );
}

.img-private {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  border-radius: 12px;
  transform: scale(1.1);
}

.content-title {
    width: 100%;
	font-size: 15px;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-top: 4px;	
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 	
}

.content-row a, .content-row a:focus {
	color: #bbb;	
}

.content-row a:hover {
	color: #fff;	
	text-decoration: none;
}

.content-added {
    color: #76787a;
    font-size: 13px;
}

.content-details {
	margin-top: 2px;
}

.content-views {
    color: #8e8e8e;
    font-size: 12px;
}

.content-info {
	height: 55px;
}

.my .content-info {
	height: 105px;
}

.vloader {
	position:absolute;
	display:block;
	width:0%;
	height:3px;
	top:0;
	left:0;
	z-index:10;
	background:#ffffff94;
}

.ad-body {
    border: 1px solid #222222!important;
    background-color: #88888815!important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	margin: 0 auto 20px;
    padding: 10px;	
}

.ad-title {
    color: #888;	
    font-size: 11px;
    letter-spacing: 3px;
	text-align: center;
}

.ad-title span {
	display: block;
}

.ad-size {
	color: #333;
    font-size: 32px;
    letter-spacing: 3px;
    text-align: center;
}

.ad-group {
	color: #333;
    font-size: 11px;
    letter-spacing: 3px;
    text-align: center;
}

.content-auxiliary-element {
	text-align: center;	
	margin-bottom: 0px;
}
.content-auxiliary-element img, .content-auxiliary-element iframe, .content-auxiliary-element video {
	max-width: 100%;
}



.footer-container {
	margin-top: auto;
}

.footer-links {
	background-color: #0D0D0D;
    padding: 2px 0;
}

.footer {
	background-color: #232323;
    padding: 15px 0;	
    color: #989a9c;	
}

.footer-container h4 {
    color: #fff;
    font-size: 18px;	
}

.footer-links a {
    white-space: nowrap;
    color: #888;
    font-size: 12px;
}

.footer-links a:hover {
    text-decoration: none;
    color: #eee;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    text-decoration: none;
    color: #eee;
}

.btn-primary {
    color: #fff;
    background-color: #ff1c20;
    border-color: #ff1c20;
	box-shadow: none!important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #e92068!important;
    border-color: #e92068!important;
}

.modal-content {
    background-color: #222;
}

.modal-header {
	border: none;
    padding: 1.2rem;
}

.modal-header .close {
    padding: 1.2rem;
}

.modal-title {
	color: #fff;
}

.modal-body {
	color: #fff;
}

.modal-footer {
	border: none;
    padding: 1.2rem;
}

.modal-body {
	padding: 0 1.2rem;	
}

.top-menu-item {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: normal;
}

.top-menu-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin: 0 20px;
}

.top-menu .dropdown-toggle {
    display: flex;
    align-items: center;
	padding: 8px 10px;	
}

.top-menu-right .btn-group {
    display: flex;
    align-items: center;
}

.top-menu-left {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.top-menu-item a {
    display: flex;
    align-items: center;
}

.top-menu .dropdown-menu-right {
	background-color: #2b2b2b;
    margin: 0;
    border: 0;
    padding: .3rem 0;	
	-webkit-border-radius: .25rem;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: .25rem;
	-moz-border-radius-topright: 0;
	border-radius: .25rem;
	border-top-right-radius: 0;	
    z-index: 9999;	
}

.top-menu .dropdown-item {
	padding: 2px 10px 4px;
	color: #eee;
}

.top-menu .dropdown-item:focus, .top-menu .dropdown-item:hover {
    background-color: #ff1c20;
}

.top-menu .dropdown-item .badge {
	margin-top: 4px;
}

.navbar .show .dropdown-toggle {
	color: #fff;	
    background-color: #121212!important;
	-moz-box-shadow:    inset 0 2px 0 #ff1c20!important;
	-webkit-box-shadow: inset 0 2px 0 #ff1c20!important;
	box-shadow:         inset 0 2px 0 #ff1c20!important;	
	transition:none !important;
}

.easy-autocomplete-container {
    top: 39px;	
	z-index: 99999;
}

.easy-autocomplete input {
    color: #efefef;
	padding: 6px 12px 7px;	
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #121212;
    border-top: none;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
	color: #777;
    border-color: #212121;
	padding: 2px 10px!important;	
	line-height: 30px!important;
}

.easy-autocomplete-container ul li b {
	color: #efefef;
	font-weight: 300;
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #212121;
}

.eac-total {
    color: #969696;
    font-style: normal;
    font-size: 0.9em;
    float: right;
}

.easy-autocomplete {
	width: 100% !important;
}

.dropdown-menu {
	padding: 0;
}

.sub-menu-left {
	width: 280px;
	padding: 15px 0;
	float: left;
}

.sub-menu-right {
	width: calc(100% - 280px)!important;
	padding: 15px 0;	
	float: right;
}

.sub-menu-content {
	margin-top: 5px;	
}

.sub-menu-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.sub-menu-content ul a {
    display: block;
    clear: both;
    line-height: 2;
    color: #888;
    white-space: normal;
	font-size: 15;
}

.sub-menu-content ul a:hover, .sub-menu-content ul a:active, .sub-menu-content ul a:focus {
    text-decoration: none;
    color: #fff;
}

.trending-searches a i {
    font-size: 10px;
    margin-right: 4px;
    color: #444;
}

.trending-searches a {
    display: inline-block;
    white-space: nowrap;
    padding: 3px 9px;
    color: #888;	
    background-color: #181818;
    border-radius: 13px;
}

.trending-searches a:hover, .trending-searches a:active, .trending-searches a:focus {
    color: #fff;
    text-decoration: none;
}

.m-r-15 {
	margin-right: 15px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-10 {
	margin-bottom: 10px;
}

a.list-group-item {
    color: #888;
}

a.list-group-item:hover, a.list-group-item:focus {
    color: #fff; 
	background-color: #1a1a1a;
}

.list-group-item {
    background-color: #000;
    padding: 8px 15px;
    border: 1px solid #222;	
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #ff1c20;
    border-color: #ff1c20;
}

.page-link {
	font-weight: bold;
	margin: 0 3px;
    color: #fff;
    background-color: #444;
    border: 1px solid #444;
    padding: .5rem .8rem;	
	-webkit-border-radius: 8px!important;
	-moz-border-radius: 8px!important;
	border-radius: 8px!important;	
}

.page-link:focus {
    box-shadow: none!important;
}

.page-link:hover {
    color: #fff;	
    background-color: #656565;
    border-color: #656565;
}

.popular-tag a {
	color: #888;
}

.popular-tag {
    padding: 3px 8px;
    background-color: #181818;
    border-radius: 13px;
}

.popular-tags-row{
    gap: 7px;
}

.popular-tag i {
    font-size: 10px;
    color: #4c4f52;
}

.tag-item {
    padding: 8px 15px;    
    height: 32px;
}

.tag-item i {
    font-size: 10px;
    color: #4c4f52;
}

.tag-counter {
    font-size: 14px;	
    color: #4c4f52;	
}

.content-ml {
	width: calc(100% - 68px)!important;
	float: left;
	line-height: 24px;
}

.content-mr {
    width: 62px!important;
	float: right;
	line-height: 24px;
    text-align: right;	
}

.content-truncate {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    display: block;
}

.member .content-info {
	height: 35px!important;
}

.col-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th,
.col-xl-5th {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-5th {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-5th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-5th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-5th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-5th {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.user-avatar {
	width: 180px;
	height: 180px;
	float: left;
}

.user-info {
	width: calc(100% - 200px); 
	height: 180px;
	padding-top: 76px;
	float: right;	
}

.user-username {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	line-height: 26px;
}

.user-location {
	font-size: 13px;
	color: #fff;
	height: 20px;
}

.user-info a {
	text-decoration: none;
	color: #fff;
}

.user-actions-container {
	height: 30px;
	margin-bottom: 1px;
}

.user-actions .dropdown-menu {
	top: 3px!important;
    background-color: #2b2b2b;
    margin: 0;
    border: 0;
    padding: .3rem 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    z-index: 999;
    font-size: 14px;
}

.user-actions .dropdown-item {
	line-height: 28px;
    padding: .25rem 1.5rem!important;
}

.user-actions .dropdown-menu a {
	color: #bfbfbf!important;	
}

.user-actions .dropdown-item.active, .comments-section .dropdown-item:active, .user-actions .dropdown-item.active, .comments-section .dropdown-item:focus {
    color: #fff!important;
    font-weight: 700;	
    text-decoration: none;
    background-color: transparent;
}

.user-actions .dropdown-menu a:hover {
    background-color: #4a4a4a;
}


.vote-box .content-rating {
	font-size: 18px;	
}

.vote-up span, .vote-down span {
	position: relative;
	font-size: 13px;
}

.vote-up .fa-thumbs-up, .vote-down .fa-thumbs-down {
	color: #5a5a5a;
}



.user-left {
	width: 340px;		
	float: left;
	margin-top: 20px;
}

.user-right {
	width: calc(100% - 370px);		
	float: right;	
	margin-top: 10px;	
}

.alt-menu {
	display: none;
}

@media only screen and (max-width: 991px) {
	.user-avatar {
		width: 120px;
		height: 120px;	
	}
	.user-info {
		width: calc(100% - 135px);		
		height: 120px;
		padding-top: 0;
	}
	.user-info .vote-box {
		position: absolute;
		bottom: 40px;
		margin-left: 0!important;
	}

	.user-info .content-rating {
		margin-left: 0!important;		
	}

	.user-info .user-location {
		position: absolute;
		bottom: 70px;
		margin-left: 0!important;
	}
	
	.user-left {
		width: 100%;
	}
	.user-right {
		width: 100%;		
	}
	.user-menu {
		display: none;
	}
	.user-info {
		position: relative;
	}		
	.user-actions {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-left: 0!important;
	}
	.alt-menu {
		display: block;
	}
	
	.n-alt-menu {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	#user_subscription i {
		display: none;
	}
}

.user-info-box {
	color: #888;
}

.user-info-box .fas.fa-circle {
	color: #4fab4f;
}

.ib-icon i {
	width: 20px;
}

.user-info-box div {
	margin-bottom: 4px;
}

.user-info-box .text-highlighted {
	font-weight: 600;
}

.user-info .fa-mars {
	color: #2d87d4;
}

.user-info .fa-venus {
	color: #e34449;
}

#user-info-more {
	display: none;
}

#user-info-show-less {
	display: none;	
}

.user-menu {
	margin-top: 20px;
}

.user-menu a {
	padding: 4px 10px 5px;
	float: left;
	background-color: #4a4a4a;
}

.user-menu a:hover {
    background-color: #6a6a6a;
    border-color: #6a6a6a;
}

.user-menu a:first-child {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;	
}

.user-menu a:last-child {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#comments_input {
	margin: 10px 0 10px;
	width: 80%;
	resize: none;
	color: #fff;
	background-color: #0f0f0f;
    border: 1px solid #222;
}

@media only screen and (max-width: 991px) {
#comments_input {	
	width: 100%;	
}
}

#comments_input_container {
    position: relative;		
}

#comments_input:focus, #comments_input:active {
    box-shadow: none;	
}

#comments_login_register {
    position: absolute;
    top: 7px;
    left: 15px;	
	color: #aaa;	
}

#comments_login_register a {
	color: #fff;
	text-decoration: underline;	 
}

.modal-content {
    border-radius: 25px;
	border: none;
}

.close {
    text-shadow: none;
    opacity: 1;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
	color: #fff;
    text-decoration: none;
    opacity: 1;
}

button:focus {
    outline: none;
}

.btn-bold {
	font-size: 14px;	
	font-weight: 500;
    padding: .675rem 1.25rem;
	border: none;
}

.btn-xs {
    padding: .275rem 1.25rem;
}

.btn-xxs {
    padding: .275rem .75rem;
}


#commentsMediaModal .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	width: 50%;
	text-align: center;
	font-size: 16px;	
	font-weight: 700;	
	color: #ccc;	
}

#commentsMediaModal .nav-tabs .nav-link {
	border: none;
	border-radius: 0;
	width: 50%;
	text-align: center;
	font-size: 16px;	
	font-weight: 700;	
	color: #ccc;	
}

#commentsMediaModal .nav-tabs .nav-item.show .nav-link, #commentsMediaModal .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1d1d1d;
    border: none;
}

#commentsMediaModal .tab-content>.active {
    background-color: #1d1d1d;
}

#commentsMediaModal .nav-tabs .nav-link:hover {
	color: #fff;
    background-color: #6a6a6a;
}

#commentsMediaModal .nav-tabs .nav-link {
	color: #fff;
    background-color: #4a4a4a;
}

#commentsMediaModal .nav-tabs .nav-link.active:hover {
    background-color: #1d1d1d;
}

#commentsMediaModal .nav-tabs {
	border: none;
}	

#commentsMediaModal .modal-body {
	padding: 0;
}

#commentsMediaModal .tab-pane {
	padding: 1rem 1rem 0;
	color: #fff;
}

#commentsMediaModal input {
    color: #fff;
    background-color: #151515;
    border: 1px solid #353535;
	max-width: 40%;	
	float: left;
}

#commentsMediaModal input:focus {
	box-shadow: none;
}


#commentsMediaModal ::-webkit-input-placeholder { /* Edge */
  color: #6a6a6a;
}

#commentsMediaModal :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #6a6a6a;
}

#commentsMediaModal ::placeholder {
  color: #6a6a6a;
}

#commentsMediaModal .tab-content {
	min-height: 300px;	
	position: relative;
}


#commentsMediaModal .content-info {
	height: 40px;
    color: #bfbfbf;
	font-size: 14px;
}

#commentsMediaModal .pagination	{
	margin: 0!important;
	position: absolute;
    left: 1rem;
    bottom: -2.7rem;	
}

#commentsMediaModal .modal-footer {
	padding-top: 0;
}

#cvideos-container {
	padding: 10px 0 0;
}

#cvideos-loader {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 0;
	right: 0;
}

#cvideos-loader i {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	opacity: .4;
}

#info-cvideos {
	float: right;
	margin-top: 5px;
}

#info-cvideos i {
	color: #6a6a6a;
}

#cphotos-container {
	padding: 10px 0 0;
}

#cphotos-loader {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 0;
	right: 0;
}

#cphotos-loader i {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	opacity: .4;
}

#info-cphotos {
	float: right;
	margin-top: 5px;
}

#info-cphotos i {
	color: #6a6a6a;
}

#comments_btn_container {
	margin: 15px 0px 25px 0px;
}

.comments-list .comment-item {
    display: block;
    padding: 10px 20px;
    margin: 0 0 10px;
    background-color: #0f0f0f;
    border: 1px solid #222;
    border-radius: 8px;
    transition: margin ease .3s;
}

@media not all and (pointer: coarse) {
	.comments-list .comment-item .comment-actions {
		display: none;
	}
	
	.comments-list .comment-info:hover .comment-actions {
		display: block;
	}
}

.comments-list .comment-item .comment-user {
    float: left;
    position: relative;
    z-index: 5;
}

.comments-list .comment-item .comment-user a {
    display: inline-block;
    text-decoration: none;
}

.comments-list .comment-item .comment-info {
    position: relative;
    padding-left: 0;
    font-size: 14px;
}

.comments-list .comment-item .comment-info .comment-body {
    margin-left: 75px;
}

.comments-list .comment-item .comment-actions {
    float: right;
    margin-right: 10px;
}

.comments-list .comment-item .comment-info .comment-user-info {
    display: block;
}

.comments-list .comment-item .comment-info .comment-user-info .comment-username {
    font-weight: 700;
    line-height: 20px;
	color: #fff;
}

.comments-list .comment-item .comment-info .comment-user-info .comment-add-time {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
	color: #555;
}

.comments-list .comment-item .comment-info .comment-user-info .comment-add-time i {
    display: inline-block;
	margin: 0 3px 0 10px;
}

.comments-list .comment-item .comment-info .comment-text {
    display: block;
    margin: 5px 0;
	color: #bfbfbf;
    line-height: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-size: 14px;	
}

.comments-list .comment-item .comment-info .comment-meta .comment-add-time {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
	color: #555;
}

.comments-list .comment-user {
	width: 60px;
}

.comments-list .comment-user a img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.comment-response .show-error {
    font-weight: 700;
    color: #e34449;
}
.comment-response .show-success {
    font-weight: 700;
    color: #4fab4f;
}

.comment-response {
	display: inline-block;
    vertical-align: middle;
	margin-left: 10px;	
}

.comment-response > i {
	color: #ddd;
}

#comments_loading > i {
	color: #ddd;
}

.comments-list .row > div > div {
	position: relative;
	width: 100%;	
	padding-bottom: 56.25%;	
}

.comments-list iframe {
	position: absolute;
	width: 100%;
	height: 100%;	
}

.comments-list .row > div > img {
	width: 100%;	
	height: auto;
}

.comments-list .row {
	margin: 5px 0;
}

a.comments-show-more, a.comments-hide {
    margin: 0 15px 0 0;	
	color: #bfbfbf;
	font-size: 18px;
}

a.comments-hide {
	display: none;
}

a:hover.comments-show-more, a:hover.comments-hide {
	color: #fff;
}

a.comments-show-more i, a.comments-hide i {
	margin-left: 6px;
}

.comments-section {
	margin-bottom: 15px;
    overflow: hidden;	
}

.comments-section .dropdown-menu {
    background-color: #1a1a1a;
    border: 1px solid #333;
    margin: 0;
    padding: .3rem 0;
    border-radius: 12px;
    z-index: 999;
	font-size: 14px;
}

.comments-list .comment-item .comment-actions a {
	color: #bfbfbf;
}

.comments-list .comment-item .comment-actions a:hover {
	color: #fff;
}

.comments-section .dropdown-menu a i {
	margin-right: 10px;
}

.comments-section .dropdown-menu a {
	color: #fff;	
}

.comments-section .dropdown-menu a:hover {
	background-color: #313131;
}

.comments-section .vote-box {
	display: inline-block;
}

.comments-section .vote-box .content-rating {
    font-size: 14px;
	margin: 0;
    cursor: pointer;
}

.comments-section .vote-up span, .comments-section .vote-down span {
    position: relative;
    top: 0;
    font-size: 12px;
	color: #aaa;
	margin: 0 5px 10px;	
}

.comments-section .content-rating i {
	color: #5a5a5a;
}

.comments-section .content-rating .voted i {
	color: #4fab4f;
}

.comments-section .comment-reply {
	display: inline-block;
	margin-left: 10px;
}

.comments-section .comment-reply a {
	color: #aaa;
}

.comments-section .comment-reply a:hover {
	color: #fff;
}

.comments-section .comment-reply a:hover i {
	color: #fff;
}

.comment-reply-container textarea {
    margin: 10px 0 15px;
    width: 80%;
    resize: none;
    color: #fff!important;
    background-color: #0f0f0f!important;
    border: 1px solid #222!important;
}

.comment-reply-container textarea:focus, .comment-reply-container textarea:active {
    box-shadow: none;	
}

.comments-section .comment-reply i {
	margin-right: 5px;
	color: #5a5a5a;	
}

.comments-section .insert-media {
	margin-left: 4px;
}

.comments-section .btn-cancel {
	margin-left: 5px;
}

.reply-response .show-error {
    font-weight: 700;
    color: #e34449;
}
.reply-response .show-success {
    font-weight: 700;
    color: #4fab4f;
}



.reply-response > i {
	color: #ddd;
}

.replies-list .comment-item:first-child {
	margin-top: 20px;
}

.comment-replies {
	margin-left: 75px;
}

.comment-replies .comment-user {
    width: 45px;
}

.comment-replies .comment-item .comment-info .comment-body {
    margin-left: 60px;
}

.comment-item .comment-item {
	margin-top: 5px;
	padding-bottom: 10px;
}

.comments-list .comment-item .comment-info .comment-user-info .comment-flagged i {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #ff282f;
	margin-left: 10px;
}

.replies-show-hide-container {
	margin-top: 15px;
}

a.replies-show-more, a.replies-hide {
    margin: 0 15px 0 0;
    color: #bfbfbf;
    font-size: 13px;
	margin-top: 5px;
}

a.replies-show-more:hover, a.replies-hide:hover {
    color: #fff;
}

a.replies-show-more i, a.replies-hide i {
    margin-left: 6px;
}

a.replies-hide {
    display: none;
}

.replies-view-more {
	display: none;
}

.reply-response div {
	margin: 5px 0 0 0;
}


.vote-box i {
	align-self: flex-end;
	animation-duration: 0.5s;
	animation-iteration-count: 1;
	transform-origin: bottom;
}
.bounce-up {
	animation-name: bounce-up;
	animation-timing-function: ease;
	color: #4fab4f!important;
}
.bounce-down {
	animation-name: bounce-down;
	animation-timing-function: ease;
	color: #e34449!important;	
}
@keyframes bounce-up {
	0%   { transform: translateY(0); }
	30%  { transform: translateY(-3px); }
	50%  { transform: translateY(0); }
	100% { transform: translateY(0); }
}

@keyframes bounce-down {
	0%   { transform: translateY(0); }
	30%  { transform: translateY(3px); }
	50%  { transform: translateY(0); }
	100% { transform: translateY(0); }
}

.comments-section .dropdown-item {
	line-height: 28px;
    padding: .25rem 1.5rem!important;
}

.comments-section .dropdown-item.active, .comments-section .dropdown-item:active {
    color: #fff!important;
    font-weight: 700;	
    text-decoration: none;
    background-color: transparent;
}

.content-replacing {
	opacity: 0.4;
}

.modal .close {
    color: #aaa;
}

.modal .btn-facebook, .modal .btn-google {
	width: 100%;
}

.btn-facebook {
    color: #ffffff;
    background-color: #3f62ac;
    border-color: #3f62ac;	
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active {
    color: #ffffff;
    background-color: #305299;
    border-color: #305299;
	box-shadow: none;	
}

.btn-google {
	color: #ffffff;
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active {
	color: #ffffff;
    background-color: #c43a29;
    border-color: #c43a29;
	box-shadow: none;	
}

.btn-facebook i, .btn-google i {
	margin-right: 5px;
}


.modal-small {
    max-width: 400px;
}


.modal .nav-tabs .nav-link {
    padding: 6px 12px;
	color: #888888;
}


.modal .nav-tabs {
    border-bottom: 1px solid #888888;
}

.modal .nav-tabs .nav-link:focus, .modal .nav-tabs .nav-link:hover {
    border-color: transparent;
	color: #fff;	
}

.modal .nav-tabs .nav-item.show .nav-link, .modal .nav-tabs .nav-link.active {
    color: #fff;
    background-color: transparent;
    border-color: #888888 #888888 #1d1d1d;
}

.text-success {
    color: #4fab4f!important;
}

.modal-body {
	color: #a9a9a9;
}

.modal-content {
    background-color: #1d1d1d;
}

#user_reported i {
    display: inline-block;
    color: #e34449;
    top: 1px;
    position: relative;	
}

/* FORMS */

.form-horizontal {
	width: 100%;
}

.form-horizontal label {
    color: #fff;
}

.form-horizontal .text-muted {
    color: #8c8c8c!important;
}

.form-horizontal input.form-control:active, .form-horizontal input.form-control:focus, .form-horizontal textarea.form-control:active, .form-horizontal textarea.form-control:focus {
    color: #fff!important;
    background-color: #151515!important;
    border: 1px solid #6d6d6d!important;
    box-shadow: none;
}

.form-horizontal .text-x2 {
	font-size: 100%!important;
}

.form-horizontal .btn-facebook, .form-horizontal .btn-google {
	width: 100%;
	margin-bottom: 20px;	
}

.form-horizontal .form-control {
    background-color: #151515;
    border: 1px solid #353535;
    color: #fff;	
}

.form-horizontal .form-control:focus {
    box-shadow: none;
}

.form-horizontal .form-control option {
    color: #fff;
	border-color: #353535;	
}

.has-error input.form-control, .has-error textarea.form-control {
    border: 1px solid #dc3545;
}

.form-horizontal .custom-file-label {
    color: #ffffff;
    background-color: #151515;
    border: 1px solid #353535;
}

.form-horizontal .custom-file-input:focus~.custom-file-label {
	border-color: #353535;	
	box-shadow: none;

}

.form-horizontal .custom-file-input:focus {
	outline-color: #353535;
	outline: none;	
}

.form-horizontal .has-error .form-control {
    border: 1px solid #dc3545;
}

.form-horizontal .has-error .custom-file-label {
    border: 1px solid #dc3545;
}

.form-horizontal .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #ffffff;
    content: "Browse";
    background-color: #353535;
    border-left: none;
    border-radius: 0 .25rem .25rem 0;
}

.text-small {
	font-size: 80%;
    font-weight: 400;	
}

.progress {
    height: 0.3rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar {
    background-color: #ff1c20;
}

/* END FORMS */

.what-is h5 {
	color: #fff;
}

.what-is .list-unstyled {
	font-size: 18px;
	color: #a0a0a0;
}

.what-is .list-unstyled li{
	margin: 10px 0;
}

/* BLOG CARDS */

.note-group-select-from-files {
	display: none;
}

.dropdown-toggle::after {
    display: none;
}

.note-modal-content {
    background-color: #1d1d1d!important;
	border-radius: 0!important;
    border: none!important;
}

.note-modal-header {
    border: none!important;
}

.note-modal-title {
    color: #ffffff!important;
}

.note-modal .close {
    color: #aaa;
    text-shadow: none;
    opacity: 1;
}

.note-modal-header {
    padding: 1rem!important;
}

.note-modal-body {
    padding: 1rem!important;
}

.note-modal-footer .note-btn {
    position: absolute;
    bottom: 1rem!important;
    right: 1rem!important;
}

.note-modal .note-btn {
    color: #fff!important;
    background-color: #ff1c20!important;
    border-color: #ff1c20!important;
    border-radius: 3px!important;
    font-size: 14px!important;
    font-weight: 700!important;
    padding: .675rem 1.25rem!important;
}


.note-frame {
    color: #b7b7b7!important;
}

.note-modal .note-btn:hover {
	background-color: #b22048!important;
    border-color: #b22048!important;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #333;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.card a {
	color: #fff;	
}

.card a:hover {
	text-decoration: underline;
}
.card {
	color: #8d8d8d;	
    background-color: #000000;
    border: 1px solid rgb(51, 51, 51);
    margin-bottom: 10px;
}

.card-body img, .card-body iframe {
	max-width: 100%;
}

.small-avatar {
    width: 30px;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin-right: 10px;
}

.medium-avatar {
    width: 48px;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin-right: 10px;
}

.total-subscribers {
	font-size: 14px;
}


.card-sub {
	color: #8d8d8d;		
    border-top: 1px solid #151515;
    padding-top: 10px;
}	

.card-sub .float-right.mt-2 {
	margin-top: 9px!important;
}

.blog-body {
	color: #8d8d8d;
}

/* PROFILE MENU */

.profile-menu .nav-tabs {
    border-bottom: 1px solid #2b2b2b;
}

.profile-menu .nav-tabs .nav-item.show .nav-link a, .profile-menu .nav-tabs .nav-link.active a {
	color: #fff!important;
}

.profile-menu .nav-tabs .nav-link:focus, .profile-menu .nav-tabs .nav-link:hover {
    border-color: #2b2b2b;
	background-color: #2b2b2b;
	margin-bottom: -1px;	
}

.profile-menu .nav-tabs .nav-link:focus a, .profile-menu .nav-tabs .nav-link:hover a {
	color: #fff!important;
}

.profile-menu .nav-tabs .nav-item.show .nav-link, .profile-menu .nav-tabs .nav-link.active {
	background-color: #ff1c20;
    border-color: #ff1c20;
	margin-bottom: -1px;	
}

.profile-menu .nav-link {
    padding: 10px 10px;
}

.m-l-14 {
	margin-left: 14px;
}

fieldset {
    color: #999;
}

h5 {
    color: #999;	
}

.table-dark {
    color: #fff;
    background-color: #151515!important;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.5)!important;
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #2b2b2b!important;
}

.tmb-active {
	outline: 2px solid green;
}

.video-edit-thumbnails img {
	cursor: pointer;
}

.edit-photo-actions {
	width: 25px;
	float: left;
	margin-top: 10px;
}

.edit-photo-caption {
	width: calc(100% - 25px);
	float: right;
	margin-top: 5px;	
}

.mail-left {
	width: 120px;
	float: left;
	border-left: 1px solid #333;
}

.mail-right {
	width: calc(100% - 120px);
	float: right;		
}

.mail-left .row>div {
	margin-bottom: 15px;
}

.mail-left .row div:last-child {
	margin-bottom: 0;	
}

.mail-container {
	color: #555;
}
.mail-body {
	color: #bfbfbf;
	font-size: 18px;
	margin-top: 15px;
	border-left: 1px solid #333;
	padding-left: 15px;
}

.subject-unread {
	font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.mail-left {
		width: 100%;
		border-left: none;
		border-bottom: 1px solid #333;
		margin-bottom: 15px; 
	}	
	.mail-right {
		width: 100%;		
	}
	.mail-left .row>div {
		margin-bottom: 15px;
	}	
	.mail-body {
		border-left: none;
		padding-left: 0;
	}	
}

.request-sub {
	color: #8d8d8d;		
    border-top: 1px solid #151515;
    padding-top: 10px;
}	

.request-sub .small-avatar {
	width: 38px;
	height: auto;
}

/* TAGS */
.tag-heading {
	margin-top: 15px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	background-color: #1c1c1c;
    border-radius: 4px;	
}

/* VIDEO */

.video-actions .dropdown-menu {
	top: 3px!important;
    background-color: #2b2b2b;
    margin: 0;
    border: 0;
    padding: .3rem 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    z-index: 999;
    font-size: 14px;
}

.video-actions .dropdown-item {
	line-height: 28px;
    padding: .25rem 1.5rem!important;
}

.video-actions .dropdown-menu a {
	color: #bfbfbf!important;	
}

.video-actions .dropdown-item.active, .comments-section .dropdown-item:active, .video-actions .dropdown-item.active, .comments-section .dropdown-item:focus {
    color: #fff!important;
    font-weight: 700;	
    text-decoration: none;
    background-color: transparent;
}

.video-actions .dropdown-menu a:hover {
    background-color: #4a4a4a;
}

.related-video {
	margin-bottom: 10px;
}

.related-video .thumb-overlay {
    width: 50%;
    float: left;
}

.related-video .content-info {
    height: 75px;
    float: left;
    width: 50%;
    padding-left: 10px;
}

.at-resp-share-element .at-share-btn:focus, .at-resp-share-element .at-share-btn:hover {
    outline: none;
}

.feed-blog {
	padding: 20px;	
    border: 1px solid #222;
	margin-bottom: 20px;
	border-radius: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis	
}

.feed-blog div {
	font-size: 14px;
	color: #606060;
	margin-left: 20px;	
}

.feed-wall {
    border-left: 1px solid #333;
    margin-left: 150px;
    padding-left: 10px;
}

.feed-left {
	position: relative;
	left: -175px;
	margin-bottom: -65px;
	overflow: hidden;
}

.feed-left a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 140px;
	display:inline-block;
}

.feed-left:after {
	content: "";
    width: 3px;
    height: 10px;
    position: absolute;
    top: 20px;
    left: 163px;
	background-color: #606060;
}

.label-date {
	position: absolute;
    top: 0;
    right: 0;
    border: none;
    text-align: right;
    text-shadow: 1px 1px 4px rgba(0,0,0,.3);
    color: #fff;
    font-size: 14px;
    background-color: #333;
    padding: 1px 10px 2px;;
}

/* PLUPLOAD */

.fileupload-theme-dragdrop .fileupload-input {
    display: block;
    padding: 50px 0;
    border: 1px dashed #6d6d6d;
    border-radius: .25rem;
	color:#999;
    text-align: center;
    -webkit-transition: background-color 0.2s ease;
            transition: background-color 0.2s ease;
}

.fileupload-theme-dragdrop .fileupload-input i{
    display: block;
    text-align:center;
	font-size:3em;
	margin-bottom: 10px;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.fileupload-theme-dragdrop .fileupload-input h3 {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: normal;
    white-space: normal;
}
.fileupload-theme-dragdrop .fileupload-input p {  
	font-size:16px;
    margin: 0 0 10px 0;   	
}

.fileupload-fileinfo {	
	padding: .375rem .75rem;
    border: 1px dashed #6d6d6d;
    border-radius: .25rem;
    margin-bottom: 1rem;	
}

a.fileupload-file-remove {
	float: right;
	color: #fff!important;
    margin-top: 8px;	
}

.fileupload-file-title {
	float: left;
	color:#fff; 
	margin-bottom:3px;
	font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: calc(100% - 100px);
}

.fileupload-file-size {
	float: left;
	color:#909090; 
	margin-bottom:3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: calc(100% - 100px);
}

.item-title {
	float: left;
	color:#fff; 
	margin: 10px 0;
	font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: calc(100% - 100px);	
}

.item-size {
	float: right;	
	color:#909090;
	margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	width: 100px;
	text-align: right;
}

.video-embedded {
	width: 100%;
	overflow: hidden;
}

.video-embedded iframe {
	width: 100%!important;
	height: 100%!important;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

.list-inline li { 
    display: inline-block !important; 
    margin-right: 15px; 
}

.footer-links .list-inline {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding: 2px 0;
    margin: 0;
    flex-wrap: nowrap;
}

.footer-links .list-inline li {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media (max-width: 767px) {
    .footer-links .list-inline {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0px 30px;
    }

    .video-grid {
        grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
        gap: 12px;
    }
    
    .section-action a span.d-none {
        display: none !important;
    }
    
    .section-action a {
        padding: 10px 16px;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        justify-content: center;
    }
    
    .video-card .content-info {
        padding: 12px;
    }
    
    .video-card .content-title {
        font-size: 14px;
    }
    
    .video-card .content-details {
        font-size: 12px;
        gap: 8px;
    }

}

@media (max-width: 991px) {
    .video-grid {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 15px;
    }
    
    .section-header {
        padding: 15px 0;
    }
    
    .section-title h1 {
        font-size: 18px;
    }

    .content-left {
        width: 100% !important;
    }    
    
    .content-right {
        display: none;
    }
}

@media (min-width: 1400px) {
    .video-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.video-card:focus-within {
    outline: 1px solid #ff1c20;
    outline-offset: 2px;
}

/* Section Headers */
.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff1c20 0%, transparent 100%);
}

.section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.section-title h1 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.section-action {
    display: flex;
    align-items: center;
}

.section-action a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 7px 17px;
    background: linear-gradient(135deg, #181818, #0e0e0e);
    border: 1px solid #333;
    border-radius: 20px;
    color: #bbb;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.section-action a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 35, 114, 0.1), transparent);
    transition: left 0.5s ease;
}

.section-action a:hover {
    background: linear-gradient(135deg, #ff1c20, #e92068);
    border-color: #ff1c20;
    color: #fff;
    box-shadow: 0 0px 10px rgba(255, 35, 114, 0.3);
}

.section-action a:hover::before {
    left: 100%;
}

.section-action a i {
    font-size: 16px;
}

.index-section:last-child {
    margin-bottom: 30px;
}

    /* ============================================
       MODERN VIDEOS PAGE STYLES
       ============================================ */
    
    /* Videos Page Header */
    .videos-header {
        background: linear-gradient(135deg, #121212 0%, #0f0f0f 100%);
        border-radius: 20px;
        padding: 20px 40px;
        margin-bottom: 15px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
    
    .videos-header-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px;
        margin-bottom: 15px;
    }
    
    .videos-header h1 {
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .videos-header h1::before {
        content: '';
        width: 6px;
        height: 27px;
        background: #ff1c20;
        border-radius: 3px;
    }
    
    /* Filters Container */
    .videos-filters {
        display: flex;
        flex-wrap: wrap;
        gap: 5px;
        align-items: center;
    }
    
    /* Quality Switcher */
    .quality-switcher {
        display: flex;
        gap: 8px;
        background: #0a0a0a;
        padding: 5px;
        border-radius: 12px;
        box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.4);
    }
    
    .quality-switcher a {
        padding: 10px 20px;
        color: #888;
        text-decoration: none;
        border-radius: 9px;
        font-weight: 600;
        font-size: 14px;
        transition: all 0.3s ease;
        min-width: 60px;
        text-align: center;
    }
    
    .quality-switcher a:hover {
        color: #fff;
        background: #1a1a1a;
    }
    
    .quality-switcher a.active {
        background: linear-gradient(135deg, #ff1c20, #e92068);
        color: #fff;
        box-shadow: 0 0 5px rgba(255, 35, 114, 0.4);
    }
    
    /* Filter Dropdown */
    .filter-dropdown {
        position: relative;
    }
    
    .filter-dropdown-toggle {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 13px 20px;
        background: #0a0a0a;
        border: 1px solid #2a2a2a;
        border-radius: 12px;
        color: #bbb;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        transition: all 0.3s ease;
        cursor: pointer;
        white-space: nowrap;
    }
    
    .filter-dropdown-toggle:hover {
        background: #1a1a1a;
        border-color: #ff1c20;
        color: #fff;
        text-decoration: none;
    }
    
    .filter-dropdown-toggle i {
        font-size: 15px;
    }
    
    .filter-dropdown .dropdown-menu {
        background: #1a1a1a;
        border: 1px solid #333;
        border-radius: 12px;
        padding: 8px;
        margin-top: 8px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
        min-width: 200px;
        transform: translate3d(0px, 49px, 0px) !important;
    }
    
    .filter-dropdown .dropdown-menu li {
        list-style: none;
    }
    
    .filter-dropdown .dropdown-menu a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 14px;
        color: #bbb;
        text-decoration: none;
        border-radius: 8px;
        transition: all 0.2s ease;
        font-size: 14px;
    }
    
    .filter-dropdown .dropdown-menu a:hover {
        background: #ff1c20;
        color: #fff;
        transform: translateX(2px);
    }
    
    .filter-dropdown .dropdown-menu li.active a {
        background: rgba(255, 35, 114, 0.2);
        color: #ff1c20;
        font-weight: 600;
    }
    
    .filter-dropdown .dropdown-divider {
        height: 1px;
        background: #2a2a2a;
        margin: 4px 0;
		border-top: none;
    }
    
    /* Videos Info Bar */
    .videos-info {
        padding: 15px 25px;
        background: #0a0a0a;
        border-radius: 12px;
        margin-bottom: 15px;
        font-size: 14px;
        color: #888;
    }
    
    /* Videos Grid - Using same classes as index.tpl */
    .videos-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 10px;
        margin-bottom: 40px;
    }
    
    /* Video card - Same structure as index.tpl */
    .video-card {
        animation: fadeInUp 0.6s ease forwards;
        opacity: 0;
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Staggered animation */
    .video-card:nth-child(1) { animation-delay: 0.05s; }
    .video-card:nth-child(2) { animation-delay: 0.1s; }
    .video-card:nth-child(3) { animation-delay: 0.15s; }
    .video-card:nth-child(4) { animation-delay: 0.2s; }
    .video-card:nth-child(5) { animation-delay: 0.25s; }
    .video-card:nth-child(6) { animation-delay: 0.3s; }
    .video-card:nth-child(7) { animation-delay: 0.35s; }
    .video-card:nth-child(8) { animation-delay: 0.4s; }
    .video-card:nth-child(9) { animation-delay: 0.45s; }
    .video-card:nth-child(10) { animation-delay: 0.5s; }
    .video-card:nth-child(11) { animation-delay: 0.55s; }
    .video-card:nth-child(12) { animation-delay: 0.6s; }
    
    /* No Videos State */
    .no-videos {
        text-align: center;
        padding: 80px 20px;
        background: #121212;
        border-radius: 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        margin-bottom: 40px;
    }
    
    .no-videos i {
        font-size: 64px;
        color: #333;
        margin-bottom: 20px;
    }
    
    .no-videos h3 {
        font-size: 24px;
        color: #888;
        margin-bottom: 10px;
    }
    
    .no-videos p {
        font-size: 16px;
        color: #666;
    }
    
    /* Categories Sidebar */
    .categories-sidebar {
        background: #121212;
        border-radius: 16px;
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    }
    
    .categories-sidebar-title {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    
    .categories-list {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    
    .categories-list a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 10px;
        color: #888;
        text-decoration: none;
        border-radius: 10px;
        transition: all 0.2s ease;
        font-size: 14px;
        border-left: 3px solid transparent;
    }
    
    .categories-list a:hover {
        background: #0f0f0f;
        color: #fff;
        border-left-color: #ff1c20;
        padding-left: 14px;
    }
    
    .categories-list a.active {
        background: rgba(255, 35, 114, 0.15);
        color: #ff1c20;
        font-weight: 600;
        border-left-color: #ff1c20;
    }
    
    /* Pagination */
    .pagination {
        display: flex;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 25px;
        flex-wrap: wrap;
    }
    
    .pagination li {
        list-style: none;
    }
    
    .pagination a {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 37px;
        height: 35px;
        padding: 0;
        background: #1a1a1a;
        border: 1px solid #2a2a2a;
        border-radius: 10px;
        color: #888;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        transition: all 0.2s ease;
    }
    
    .pagination a:hover {
        background: #e6191c !important;
        border-color: #e6191c !important;
        color: #fff;
    }
    
    .pagination .active a {
        background: #e6191c !important;
        border-color: #e6191c !important;
        color: #fff;
    }
    
    .pagination .disabled a {
        opacity: 0.4;
        cursor: not-allowed;
    }
    
    .pagination .disabled a:hover {
        background: #1a1a1a;
        border-color: #2a2a2a;
        color: #888;
        transform: none;
    }
    
    /* Bottom Ad */
    .bottom-ad-block {
        background: #1a1a1a;
        border-radius: 16px;
        padding: 20px;
        margin-top: 40px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }
    
    /* Mobile Filters */
    .mobile-filters-btn {
        display: none;
    }
    
    /* Responsive */
    @media (max-width: 1199px) {
        .videos-grid {
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
        }
    }
    
    @media (max-width: 991px) {
        .videos-grid {
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 18px;
        }
        
        .videos-header {
            padding: 25px 30px;
        }
        
        .videos-header h1 {
            font-size: 28px;
        }
        
        .categories-sidebar {
            display: none; /* Hide on tablet */
        }
    }
    
    @media (max-width: 767px) {
        .videos-header {
            padding: 20px;
        }
        
        .videos-header h1 {
            font-size: 24px;
            width: 100%;
        }
        
        .videos-header h1::before {
            height: 22px;
        }
        
        .videos-header-top {
            flex-direction: column;
            align-items: flex-start;
        }
        
        /* Hide desktop filters, show mobile button */
        .videos-filters .d-none.d-md-inline {
            display: none !important;
        }
        
        .mobile-filters-btn {
            display: block;
        }
        
        .videos-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }
        
        .videos-info {
            padding: 12px 18px;
            font-size: 13px;
        }
        
        .pagination a {
            min-width: 40px;
            height: 40px;
        }
    }
    
    @media (max-width: 480px) {
        .videos-grid {
            grid-template-columns: 1fr;
        }
        
        .quality-switcher {
            width: 100%;
			min-width: 150px;
        }
        
        .quality-switcher a {
            flex: 1;
        }
    }

    /* Search Query Display */
    .search-query-display {
        padding: 10px 18px;
        background: #0a0a0a;
        border-radius: 12px;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .search-query-label {
        font-size: 14px;
        color: #888;
    }
    
    .search-query-text {
        font-size: 14px;
        font-weight: 600;
        color: #ff1c20;
        background: rgba(255, 35, 114, 0.1);
        padding: 6px 14px;
        border-radius: 8px;
    }

    /* Categories Grid */
    .categories-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 15px;
        margin-bottom: 45px;
    }
    
    /* Category Card */
    .category-card {
        position: relative;
        overflow: hidden;
        background: #1a1a1a;
        transition: all 0.3s ease;
        animation: fadeInUp 0.6s ease forwards;
        opacity: 0;
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Staggered animation delays */
    .category-card:nth-child(1) { animation-delay: 0.05s; }
    .category-card:nth-child(2) { animation-delay: 0.1s; }
    .category-card:nth-child(3) { animation-delay: 0.15s; }
    .category-card:nth-child(4) { animation-delay: 0.2s; }
    .category-card:nth-child(5) { animation-delay: 0.25s; }
    .category-card:nth-child(6) { animation-delay: 0.3s; }
    .category-card:nth-child(7) { animation-delay: 0.35s; }
    .category-card:nth-child(8) { animation-delay: 0.4s; }
    .category-card:nth-child(9) { animation-delay: 0.45s; }
    .category-card:nth-child(10) { animation-delay: 0.5s; }
    .category-card:nth-child(11) { animation-delay: 0.55s; }
    .category-card:nth-child(12) { animation-delay: 0.6s; }

    
    .category-card a {
        display: block;
        text-decoration: none;
    }
    
    /* Category Image Container */
    .category-image {
        position: relative;
        width: 100%;
        padding-top: 56.25%; /* 16:9 aspect ratio */
        overflow: hidden;
        background: #0f0f0f;
    }
    
    .category-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.4s ease;
    }
    
    .category-card:hover .category-image img {
        transform: scale(1.01);
    }
    
    /* Gradient Overlay */
    .category-image::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
        transition: opacity 0.3s ease;
        opacity: 0.7;
    }
    
    .category-card:hover .category-image::after {
        opacity: 0.9;
    }
    
    /* Category Info */
    .category-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
		padding: 5px 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }
    
    .category-name {
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all 0.3s ease;
    }
    
    .category-card:hover .category-name {
        color: #ff1c20;
    }
    
    .category-count {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 35px;
        padding: 2px 10px;
		backdrop-filter: blur(8px);
        background: #ff1c20;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        box-shadow: 0 0px 10px rgba(255, 35, 114, 0.4);
    }
    
    /* Responsive */
    @media (max-width: 1199px) {
        .categories-grid {
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
        }
    }
    
    @media (max-width: 991px) {
        .categories-grid {
            grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            gap: 18px;
        }
    }
    
    @media (max-width: 767px) {
        
        .categories-grid {
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }
        
        .category-name {
            font-size: 20px;
        }
        
        .category-info {
            padding: 5px 12px;
        }
        
        .category-count {
            min-width: 35px;
            padding: 2px 10px;
            font-size: 14px;
        }
    }
    
    @media (max-width: 480px) {
        .categories-grid {
            grid-template-columns: 1fr;
        }
        
        .category-card {
            border-radius: 12px;
        }
    }

/* Modern Video Page Styles */
.video-page-container {
    display: flex;
    flex-direction: column;
}

.video-player-wrapper {
    position: relative;
    width: 100%;
    background: #000;
    overflow: hidden;
}

.video-embedded {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video-info-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #222;
}

.video-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.video-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.video-actions .btn {
    display: flex;
    align-items: center;
    gap: 5px;
	border-radius: 20px;
	color: #5a5a5a;
	padding: 9px 19px;
}

.vote-buttons {
    display: flex;
    align-items: center;
}

.vote-buttons .vote-up {
    display: flex;
    background: #1a1a1a;
    align-items: center;
    gap: 5px;
    padding: 7.5px 8px 7.5px 12px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 20px 0px 0px 20px;
}

.vote-buttons .vote-down {
    display: flex;
    background: #1a1a1a;
    align-items: center;
    gap: 5px;
    padding: 7.5px 12px 7.5px 8px;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 0px 20px 20px 0px;
}

.vote-buttons .vote-up:hover,
.vote-buttons .vote-down:hover {
    background: #2a2a2a;
}

.vote-buttons i {
    font-size: 16px;
}

.video-description-box {
    background: #0f0f0f;
    border: 1px solid #222;
    border-radius: 8px;
    padding: 15px;
    margin-top: 15px;
}

.video-description-box.collapsed {
    max-height: 80px;
    overflow: hidden;
    position: relative;
}

.video-description-box.collapsed::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(transparent, #0f0f0f);
}

.show-more-btn {
    margin-top: 10px;
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #333;
    color: #bbb;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
}

.show-more-btn:hover {
    background: #1a1a1a;
    border-color: #ff1c20;
    color: #fff;
}

/* Tabs System */
.content-tabs {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #222;
}

.content-tab {
    flex: 1;
    padding: 15px 20px;
    background: transparent;
    border: none;
    color: #888;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.content-tab:hover {
    color: #fff;
}

.content-tab.active {
    color: #fff;
}

.content-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ff1c20;
}

.content-tab .tab-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 8px;
    background: #1a1a1a;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.content-tab.active .tab-count {
    background: #ff1c20;
    color: #fff;
}

.tab-content-wrapper {
    margin-top: 20px;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
    animation: fadeIn 0.3s ease-in;
}

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

/* Related Videos in Tab */
.related-videos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.related-video-card {
    overflow: hidden;
    transition: all 0.2s;
}

.related-video-card .thumb-overlay {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.related-video-card .thumb-overlay img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-stats span + span::before {
    content: "·";       /* точка-разделитель */
    margin: 0 6px;      /* расстояние слева и справа от точки */
    color: #6c757d;        /* цвет точки */
    vertical-align: middle; /* по центру по вертикали */
	font-weight: 900;
    position: relative;
    top: -1px;
}

.related-video-card .content-info {
    padding: 5px 15px 10px 15px;
    height: auto;
}

/* Responsive */
@media (max-width: 1200px) {
    .related-videos-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .content-left {
        width: calc(100% - 280px);
    }

    .content-right {
        width: 280px;
    }

}

@media (max-width: 768px) {

    .text-highlighted {
        font-size: 13px;
    }

    .text-muted {
        font-size: 13px;
    }

    .video-info-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .video-actions {
        width: 100%;
        justify-content: flex-start;
    }
    .video-actions .btn {
    padding: 9px 20px;
    }

	.content-right {
		display: none;
	}
    
    .related-videos-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 480px) {
    
    .content-tab {
       font-size: 15px;
    }

	.content-right {
		display: none;
	}
    
    .related-videos-grid {
        grid-template-columns: 1fr;
    }
}

        /* ============================================
           MODERN HEADER STYLES
           ============================================ */
        
        /* Sticky Header */
        .sticky-top {
            transition: all 0.3s ease;
        }
        
        .sticky-top.scrolled {
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        
        .sticky-top.scrolled .top-nav {
            background: rgba(18, 18, 18, 0.98);
            backdrop-filter: blur(10px);
        }
        
        /* Top Navigation */
        .top-nav {
            background: #121212;
            border-bottom: 1px solid #1c1c1c;
            transition: all 0.3s ease;
            position: sticky;
            top: 0;
            z-index: 5000;
        }
        
        .top-nav .container {
            display: flex;
            align-items: center;
            min-height: 70px;
        }
        
        .top-menu {
            display: flex;
            align-items: center;
            width: 100%;
            gap: 0;
        }
        
        /* Logo */
        .top-menu-left {
            display: flex;
            align-items: center;
            flex-shrink: 0;
        }
        
        .top-brand {
            display: flex;
            align-items: center;
            margin-right: 30px;
            transition: all 0.3s ease;
        }
        
        .top-brand:hover {
            transform: scale(1.01);
        }
        
        .top-brand img {
            height: 40px;
            width: auto;
            transition: all 0.3s ease;
        }
        
        .search-top-container .input-group {
            border-radius: 25px;
            overflow: visible;
            transition: all 0.3s ease;
        }
        
        .search-top-container .input-group:focus-within {
            border: none !important;
        }
        
        .search-top-container .form-control {
            padding: 12px 46px 12px 14px;
        }
        
        .search-top-container .form-control:focus,
        .search-bot-container .form-control:focus {
            background: #252525 !important;
                border-color: #ff1c20 !important; /* Подсветка при клике */
                outline: none;
                box-shadow: 0 0 10px rgba(255, 35, 114, 0.2);
        }
        
        /* Right Menu */
        .top-menu-right {
            display: flex;
            align-items: center;
            gap: 8px;
            flex-shrink: 0;
        }
        
        .top-menu-item {
            display: flex;
            align-items: center;
            margin: 0;
            line-height: normal;
        }
        
        .top-menu-item > a {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 10px 16px;
            color: #888;
            text-decoration: none;
            border-radius: 20px;
            transition: all 0.2s ease;
            font-weight: 500;
            font-size: 14px;
        }
        
        .top-menu-item > a:hover {
            background: #1c1c1c;
            color: #fff;
        }
        
        .top-menu-item > a i {
            font-size: 16px;
        }
        
        /* User Dropdown */
        .top-menu-right .btn-group {
            display: flex;
            align-items: center;
        }
        
        .top-menu-right .dropdown-toggle {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 16px;
            background: #1a1a1a;
            border: 1px solid #2a2a2a;
            border-radius: 20px;
            color: #eee;
            transition: all 0.2s ease;
            text-decoration: none;
        }
        
        .top-menu-right .dropdown-toggle:hover {
            background: #2a2a2a;
            border-color: #ff1c20;
            color: #fff;
            text-decoration: none;
        }
        
        .top-menu-right .dropdown-toggle .badge {
            background: linear-gradient(135deg, #ff1c20, #e92068);
            padding: 4px 8px;
            border-radius: 10px;
            font-size: 11px;
            font-weight: 600;
        }
        
        .top-menu .dropdown-menu {
            background: #1a1a1a;
            border: 1px solid #333;
            border-radius: 12px;
            padding: 8px;
            margin-top: 8px;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
            min-width: 220px;
            z-index: 3000 !important;
        }
        
        .top-menu .dropdown-item {
            padding: 5px 10px;
            border-radius: 8px;
            color: #bbb;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .top-menu .dropdown-item:hover {
            background: #ff1c20;
            color: #fff;
            transform: translateX(4px);
        }
        
        .top-menu .dropdown-item i {
            font-size: 16px;
            width: 20px;
        }

        .sub-menu-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }
        
        .top-menu .dropdown-item .badge {
            background: #ff1c20;
            margin-left: auto;
        }
        
        /* Main Navigation */
        .navbar {
            background: #0f0f0f;
            padding: 0;
            border-top: 1px solid #1c1c1c;
            position: relative;
            z-index: 1000;
        }
        
        .nav-link {
            padding: 14px 18px;
            color: #888;
            font-weight: 500;
            font-size: 15px;
            transition: all 0.2s ease;
            position: relative;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .nav-link:hover {
            color: #fff;
            background: rgba(255, 35, 114, 0.1);
        }
        
        .nav-link:hover::after {
            width: 80%;
        }
        
        .nav-link i {
            font-size: 16px;
        }
        
        .nav-item.active .nav-link {
            color: #fff;
        }
        
        /* Mega Dropdown */
        .multi-column-dropdown {
            position: fixed !important;
            top: 119px !important;
            left: 0;
            width: 100% !important;
            background: #0f0f0f;
            border: none;
            border-top: 2px solid #ff1c20;
            border-radius: 0;
            margin: 0;
            padding: 30px 0;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
        }
        
        .sub-menu-left,
        .sub-menu-right {
            padding: 0 15px;
        }
        
        .sub-menu-title {
            font-size: 21px;
            font-weight: 600;
            color: #fff;
            display: flex;
            align-items: center;
            gap: 10px;
            font-family: 'Onest', sans-serif;
        }
        
        .sub-menu-title::before {
            content: '';
            width: 4px;
            height: 24px;
            background: linear-gradient(180deg, #ff1c20, #e92068);
            border-radius: 2px;
        }
        
        .sub-menu-content ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .sub-menu-content ul a {
            display: flex;
            align-items: center;
            gap: 5px;
            padding: 0px 12px;
            color: #888;
            text-decoration: none;
            border-radius: 8px;
            transition: all 0.2s ease;
        }
        
        .sub-menu-content ul a:hover {
            background: #1a1a1a;
            color: #ff1c20;
            transform: translateX(8px);
        }
        
        .sub-menu-content ul a i {
            font-size: 14px;
            width: 20px;
        }
        
        /* View All Button - Beautiful Style */
        .view-all-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 5px 12px;
            background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
            border: 1px solid #353535;
            border-radius: 20px;
            color: #cfcfcf;
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }
        
        .view-all-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 35, 114, 0.2), transparent);
            transition: left 0.5s ease;
        }
        
        .view-all-btn:hover {
            background: linear-gradient(135deg, #ff1c20, #e92068);
            color: #fff;
            box-shadow: 0 0px 10px rgba(255, 35, 114, 0.4);
            text-decoration: none;
            border-color: #ff1c20;
        }
        
        .view-all-btn:hover::before {
            left: 100%;
        }
        
        .view-all-btn i {
            font-size: 16px;
            transition: transform 0.3s ease;
        }
        
        .view-all-btn:hover i:last-child {
            transform: translateX(4px);
        }
        
        /* Trending Searches */
        .trending-searches {
            display: inline-block;
            margin: 4px;
        }
        
        .trending-searches a {
            display: flex;
            align-items: center;
            gap: 6px;
            padding: 6px 14px;
            background: #1a1a1a;
            border: 1px solid #2a2a2a;
            border-radius: 16px;
            color: #888;
            text-decoration: none;
            font-size: 13px;
            transition: all 0.2s ease;
        }
        
        .trending-searches a:hover {
            background: #ff1c20;
            border-color: #ff1c20;
            color: #fff;
            transform: translateY(-1px);
        }
        
        .trending-searches a i {
            font-size: 11px;
        }
        
        /* Popular Tags */
        .popular-tags-row {
            display: flex !important;
            flex-wrap: wrap !important;
            gap: 10px;
        }
        
        .popular-tag {
            display: inline-flex !important;
            align-items: center;
            width: auto !important;
            font-size: 14px;
            gap: 6px;
            text-decoration: none !important;
            color: #888;
            padding: 8px 14px;
            background: #1a1a1a;
            border: 1px solid #2a2a2a;
            border-radius: 16px;
            transition: all 0.2s ease;
            flex: 0 0 auto !important;
        }
        
        .popular-tag:hover {
            background: #2a2a2a;
            border-color: #ff1c20;
            color: #fff;
            transform: translateY(-1px);
        }
        
        .popular-tag .tag-counter {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 21px;
            height: 21px;
            padding: 0 8px;
            background: #ff1c20;
            border-radius: 12px;
            font-size: 11px;
            font-weight: 600;
            color: #fff;
        }
        
        .popular-tag a {
            color: #888;
            text-decoration: none;
        }
        
        .popular-tag:hover a {
            color: #fff;
        }
        
        /* Mobile Search */
        .search-bot-container {
            width: calc(100% - 72px);
            padding: 10px 15px 10px 2px;
        }
        
        .search-bot-container .input-group {
            overflow: visible;
        }
        
        .search-bot-container .btn-primary {
            border-radius: 0 20px 20px 0;
        }
        
        /* Hamburger Menu */
        .navbar-toggler {
            border: 1px solid #333;
            padding: 6px 10px;
            border-radius: 8px;
        }
        
        .navbar-toggler:hover {
            background: #1a1a1a;
        }
        
        /* Modals */
        .modal-content {
            background: #1a1a1a;
            border: 1px solid #333;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
        }
        
        .modal-header {
            border-bottom: 1px solid #2a2a2a;
            border-radius: 20px 20px 0 0;
            padding: 20px 24px;
        }
        
        .modal-title {
            font-size: 22px;
            font-weight: 600;
            color: #fff;
        }
        
        .modal-body {
            padding: 24px;
            color: #bbb;
        }
        
        .modal-footer {
            border-top: 1px solid #2a2a2a;
            border-radius: 0 0 20px 20px;
            padding: 20px 24px;
        }
        
        .modal .close {
            color: #888;
            opacity: 1;
            transition: all 0.2s ease;
        }
        
        .modal .close:hover {
            color: #ff1c20;
            transform: rotate(90deg);
        }
        
        .modal .form-control {
            background: #0f0f0f;
            border: 1px solid #2a2a2a;
            color: #fff;
            border-radius: 12px;
            padding: 12px 16px;
        }
        
        .modal .form-control:focus {
            border-color: #ff1c20;
            box-shadow: 0 0 0 3px rgba(255, 35, 114, 0.1);
        }
        
        .modal .btn-facebook,
        .modal .btn-google {
            width: 100%;
            padding: 14px 20px;
            font-size: 15px;
            font-weight: 600;
            border-radius: 12px;
            transition: all 0.2s ease;
        }
        
        .modal .btn-facebook:hover,
        .modal .btn-google:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
        }
        
        /* Language Modal */
        #language-modal .col-6,
        #language-modal .col-sm-4 {
            margin-bottom: 12px;
        }
        
        #language-modal a {
            display: block;
            padding: 12px 16px;
            background: #1a1a1a;
            border: 2px solid #2a2a2a;
            border-radius: 12px;
            color: #bbb;
            text-decoration: none;
            text-align: center;
            transition: all 0.2s ease;
        }
        
        #language-modal a:hover {
            background: #ff1c20;
            border-color: #ff1c20;
            color: #fff;
            transform: translateY(-1px);
        }
        
        /* Mobile Navigation Menu - Beautiful Styles */
        @media (max-width: 767px) {
            /* Mobile Navbar Collapse */
            .navbar-collapse {
                background: #0a0a0a;
                border-radius: 0 0 16px 16px;
                padding: 0;
                box-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
            }
            
            /* Mobile Nav Items */
            
            .navbar-nav .nav-item {
                margin: 0;
                border-bottom: 1px solid #1a1a1a;
            }
            
            .navbar-nav .nav-item:last-child {
                border-bottom: none;
            }
            
            .navbar-nav .nav-link {
                padding: 16px 20px;
                color: #bbb;
                font-size: 16px;
                display: flex;
                align-items: center;
                gap: 8px;
                transition: all 0.2s ease;
                border-left: 3px solid transparent;
            }
            
            .navbar-nav .nav-link::after {
                display: none; /* Remove underline on mobile */
            }
            
            .navbar-nav .nav-link i:first-child {
                font-size: 18px;
                color: #ff1c20;
                min-width: 24px;
            }
            
            .navbar-nav .nav-link:hover,
            .navbar-nav .nav-link:active {
                background: #1a1a1a;
                color: #fff;
                border-left-color: #ff1c20;
                padding-left: 24px;
            }
            
            .navbar-nav .nav-item.active .nav-link {
                background: rgba(255, 35, 114, 0.1);
                color: #ff1c20;
                border-left-color: #ff1c20;
                font-weight: 600;
            }
            
            .navbar-nav .nav-item.active .nav-link::after {
                display: none;
            }
            
            /* Upload Button on Mobile */
            .navbar-nav.ml-auto .nav-link {
                background: linear-gradient(135deg, #ff1c20, #e92068);
                color: #fff;
                border-radius: 12px;
                margin: 8px 12px;
                text-align: center;
                justify-content: center;
                font-weight: 600;
                border-left: none;
            }
            
            .navbar-nav.ml-auto .nav-link:hover {
                background: linear-gradient(135deg, #e92068, #d41d5e);
                transform: scale(1.02);
                padding-left: 20px;
            }
            
            .navbar-nav.ml-auto .nav-link i {
                color: #fff;
            }
        }
        
        /* Responsive */
        @media (max-width: 991px) {
            .top-brand img {
                height: 35px;
            }
            

            
            .top-menu-right {
                gap: 4px;
            }
            
            .top-menu-item > a,
            .top-menu-right .dropdown-toggle {
                padding: 8px 12px;
            }
        }
        
        @media (max-width: 767px) {
            .top-nav .container {
                min-height: 60px;
            }
            
            .top-brand {
                margin-right: 10px;
            }
            
            .top-brand img {
                height: 30px;
            }
            
            .top-menu-item > a span,
            .top-menu-right .dropdown-toggle span:not(.badge) {
                display: none;
            }
            
            .top-menu-item > a,
            .top-menu-right .dropdown-toggle {
                padding: 8px 10px;
                min-width: 40px;
                justify-content: center;
            }
        }

.text-primary{
    color: #ff1c20 !important;
}

.btn-comment{
    margin-top: 10px;
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #333;
    color: #bbb;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s;
}

.btn-comment:hover{
    background: #1a1a1a;
    border-color: #ff1c20;
    color: #fff;
}

.videos-header-subtitle {
    margin-top: 12px;
    font-size: 15px;
    color: #888;
}

    /* Letter Section */
    .letter-section {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 2px solid #1a1a1a;
        animation: fadeInUp 0.6s ease forwards;
        opacity: 0;
    }
    
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    /* Staggered animation for letter sections */
    .letter-section:nth-child(1) { animation-delay: 0.05s; }
    .letter-section:nth-child(2) { animation-delay: 0.1s; }
    .letter-section:nth-child(3) { animation-delay: 0.15s; }
    .letter-section:nth-child(4) { animation-delay: 0.2s; }
    .letter-section:nth-child(5) { animation-delay: 0.25s; }
    .letter-section:nth-child(6) { animation-delay: 0.3s; }
    .letter-section:nth-child(7) { animation-delay: 0.35s; }
    .letter-section:nth-child(8) { animation-delay: 0.4s; }
    
    /* Letter Heading */
    .letter-heading {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 22px;
    }
    
    .letter-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        background: linear-gradient(135deg, #ff1c20, #e92068);
        border-radius: 14px;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        box-shadow: 0 0 10px rgba(255, 35, 114, 0.4);
    }
    
    .letter-title {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
    }
    
    /* Tags Grid */
    .tags-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }
    
    /* Tag Item */
    .tag-badge {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 6px 10px;
        background: #1a1a1a;
        border: 1px solid #2a2a2a;
        border-radius: 14px;
        transition: all 0.3s ease;
        text-decoration: none;
        position: relative;
        overflow: hidden;
    }
    
    .tag-badge::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 35, 114, 0.1), transparent);
        transition: left 0.5s ease;
    }
    
    .tag-badge:hover {
        background: #2a2a2a;
        border-color: #ff1c20;
        transform: translateY(-1px);
        box-shadow: 0 3px 16px rgba(255, 35, 114, 0.3);
        text-decoration: none;
    }
    
    .tag-badge:hover::before {
        left: 100%;
    }
    
    /* Tag Counter */
    .tag-counter {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 26px;
        height: 24px;
        padding: 0 8px;
        background: linear-gradient(135deg, #ff1c20, #e92068);
        border-radius: 10px;
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        box-shadow: 0 0 6px rgba(255, 35, 114, 0.4);
    }
    
    /* Tag Name */
    .tag-name {
        font-size: 13px;
        font-weight: 600;
        color: #bbb;
        transition: color 0.3s ease;
    }
    
    .tag-badge:hover .tag-name {
        color: #fff;
    }
    
    /* Tag Icon */
    .tag-icon {
        font-size: 14px;
        color: #ff1c20;
        opacity: 0.8;
    }
    
    /* Responsive */
    @media (max-width: 991px) {
        
        .letter-title {
            font-size: 20px;
        }
    }
    
    @media (max-width: 767px) {
        
        .letter-heading {
            flex-wrap: wrap;
        }
        
        .letter-title {
            font-size: 19px;
        }
    }

/* Categories Filter Button */
.categories-filter-btn {
    display: inline-block;
}

.categories-toggle {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #0a0a0a;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    color: #bbb;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.categories-toggle:hover {
    background: #1a1a1a;
    border-color: #ff1c20;
    color: #fff;
    text-decoration: none;
}

.categories-toggle.active-category {
    background: rgba(255, 35, 114, 0.15);
    border-color: #ff1c20;
    color: #ff1c20;
}

.categories-chevron {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.categories-chevron.open {
    transform: rotate(180deg);
}

/* Categories Panel - Custom Dropdown Below Filters */
.categories-panel {
    display: none;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 0;
    width: 100%;
    flex-basis: 100%;
    order: 99;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.categories-panel.open {
    display: flex;
}

/* Category Pills */
.category-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    color: #bbb;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.category-pill:hover {
    background: #2a2a2a;
    border-color: #ff1c20;
    color: #fff;
    transform: translateY(-1px);
    text-decoration: none;
}

.category-pill i {
    font-size: 14px;
}

.category-pill.active {
    background: linear-gradient(135deg, #ff1c20, #e92068);
    border-color: #ff1c20;
    color: #fff;
    font-weight: 600;
    box-shadow: 0 0 5px rgba(255, 35, 114, 0.4);
}

/* Responsive */
@media (max-width: 767px) {
    .categories-panel {
        padding: 8px 0;
        gap: 6px;
    }
    
    .category-pill {
        padding: 8px 12px;
        font-size: 13px;
    }
}

.categories-header-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 26%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  pointer-events: none;
}

.video-meta-block {
    padding: 12px 0;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.video-category,
.video-tags-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

.meta-label {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
}

.video-category a,
.tag-link {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    background: #1a1a1a;
    border-radius: 16px;
    font-size: 14px;
    color: #888;
    text-decoration: none;
    transition: all 0.2s;
}

.video-category a:hover,
.tag-link:hover {
    background: #ff1c20;
    color: #fff;
    transform: translateY(-1px);
}

@media (max-width: 767px) {
    .fluid_nonLinear_ad {
        max-width: 250px !important;
        max-height: 150px !important;
    }

    .fluid_nonLinear_ad img {
        width: 100% !important;
        height: auto !important;
        max-width: 250px !important;
        max-height: 150px !important;
    }
}

@media (min-width: 480px) and (max-width: 768px) {
    .video-card-ad {
        display: none !important;
    }
}

.fluid_control_theatre {
    display: none !important;
}

.fluid_context_menu ul li:last-child {
    display: none !important;
}

.fluid_player_skip_offset__forward,
.fluid_player_skip_offset__backward {
    display: none !important;
}

.footer-disclaimer {
    text-align: center;
    font-size: 10px;
    color: #777;
    padding: 2px 0;
    line-height: 1.6;
    border-top: 1px solid #222;
}

@media (max-width: 480px) {
    .footer-disclaimer {
        font-size: 8px;
    }
}

.pagination span {
    position: relative;
    top: 3px;
}