@import 'css2.css?v=3.4.1';

html {
	position: relative;
	min-height: 100%
}

body {
	background-color: #1e1e1e;
	color: #fbfbfb;
	font-size: 14px;
	height: 100%;
	font-family: 'Roboto','AppleSDGothicNeoL','Noto Sans KR', sans-serif;

}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'GongGothicMedium';
}

.fs-1 {font-size:30px;}
.fs-2 {font-size:26px;}
.fs-3 {font-size:22px;}
.fs-4 {font-size:18px;}
.fs-5 {font-size:16px;}

.text-main {color:#fbfbfb!important;}
.text-main-2 {color:#a7a7a7!important;}

.top-logo {
    font-family: 'UhBeeDongKyung';
    color:#ffffff!important;
    font-size:28px;
    display: flex;
    padding-left:10px;
    padding-top:10px;
}
.logo-circle {
    font-family: 'GongGothicMedium';
    width: 43px;
    height: 43px;
    background-color: red;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

#wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

#wrapper #content-wrapper {
	overflow-x: hidden;
	width: 100%
}

#wrapper #content-wrapper .container-fluid {
	padding: 0px 30px 30px 255px
}

.sidebar-toggled #wrapper #content-wrapper .container-fluid {
	padding: 30px 30px 30px 121px
}

.single-channel-page {
	padding: 0 0 0 225px
}

.sidebar-toggled .single-channel-page {
	padding: 0 0 0 90px
}

.single-channel-page .container-fluid {
	padding: 30px !important
}

body.fixed-nav #content-wrapper {
	margin-top: 56px;
	padding-left: 90px
}

body.fixed-nav.sidebar-toggled #content-wrapper {
	padding-left: 0
}

@media(min-width:768px) {
	body.fixed-nav #content-wrapper {
		padding-left: 225px
	}

	body.fixed-nav.sidebar-toggled #content-wrapper {
		padding-left: 90px
	}
}

@media (max-width: 768px){
    .banner_m {
        width: 50%!important; 
        padding: 0 0 3px 3px!important;
        box-sizing: border-box!important;
    }
    
    .popup_frame{
	    width: 85%!important;
	}
}

.carousel-login-card {
	padding: 11px 0
}

.scroll-to-top {
	background: rgba(52, 58, 64, .5) none repeat scroll 0 0;
	border-radius: 70px !important;
	bottom: 86px;
	color: #fff;
	display: none;
	height: 50px;
	line-height: 46px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 50px
}

.scroll-to-top:focus,
.scroll-to-top:hover {
	color: #fff
}

.scroll-to-top:hover {
	background: #343a40
}

.scroll-to-top i {
	font-weight: 800
}

.smaller {
	font-size: .7rem
}

.o-hidden {
	overflow: hidden !important
}

.z-0 {
	z-index: 0
}

.z-1 {
	z-index: 1
}

.intro-page img {
	border-radius: 4px !important;
	box-shadow: 0 0 21px #ccc
}

.intro-page p a {
	color: #000 !important;
	font-weight: 700;
	text-transform: uppercase
}

.navbar-nav .form-inline .input-group {
	width: 100%
}

.navbar-nav .nav-item.dropdown .dropdown-toggle::after {
	width: 1rem;
	text-align: center;
	float: right;
	vertical-align: 0;
	border: 0;
	font-weight: 900;
	content: '\f105';
	font-family: 'font awesome 5 free'
}

.navbar-nav .nav-item.dropdown.show .dropdown-toggle::after {
	content: '\f107'
}

.navbar-nav .nav-item.dropdown.no-arrow .dropdown-toggle::after {
	display: none
}

.navbar-nav .nav-item .nav-link:focus {
	outline: none
}

.navbar-nav .nav-item .nav-link .badge {
	border: medium !important;
	border-radius: 3px;
	font-size: 9px;
	font-weight: 700;
	height: 15px;
	line-height: 9px;
	min-width: 15px;
	position: absolute;
	text-align: center;
	top: 10px;
	right: 0
}

@media(min-width:768px) {
	.navbar-nav .form-inline .input-group {
		width: auto
	}
}

.sidebar {
	width: 90px !important;
	/*background: url(../image/bg-a.jpg);*/
	background-color: #292929;
	min-height: 100%;
	z-index: 9;
	padding: 10px;
	position: fixed;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: auto;
	/*box-shadow: 1px 10px 40px rgb(125 125 125 / 83%);*/

}



.sidebar .nav-item:last-child {
	margin-bottom: 1rem
}

.sidebar .nav-item .nav-link {
	font-size: 20px;
	padding: 12px 14px !important;
	text-align: center;
	width: 90px;
	font-weight: 400;
	border-radius: 4px;
	margin-bottom: 4px
}

.sidebar .nav-item .nav-link:hover,
.sidebar .nav-item.active .nav-link {
	/*background-color: rgba(255, 255, 255, .2);
	box-shadow: 0 0 5px rgb(0 0 0/11%);
	-webkit-backdrop-filter: saturate(180%) blur(5px);
	backdrop-filter: saturate(180%) blur(5px)*/
}

.sidebar .nav-item .nav-link .fas {
	color: #fff
}

.sidebar .nav-item .nav-link span {
	display: inline;
	font-size: 16px;
	margin: 0 0 0 11px
}

.sidebar .nav-item .dropdown-menu {
	position: absolute !important;
	-webkit-transform: none !important;
	transform: none !important;
	left: calc(90px + 0.0rem) !important;
	margin: 0
}

.sidebar .nav-item .dropdown-menu.dropup {
	bottom: 0;
	top: auto !important
}

.sidebar .nav-item.dropdown .dropdown-toggle::after {
	display: none
}

.sidebar .nav-item .nav-link {
	color: #f6f6f6;
}

.sidebar .nav-item .nav-link:active,
.sidebar .nav-item .nav-link:focus,
.sidebar .nav-item .nav-link:hover {
	color: rgba(255, 255, 255, 1)
}

.sidebar.toggled {
    display: block;
	/*width: 0 !important;
	overflow: auto*/
}

@media(min-width:768px) {
	.sidebar {
		height: 100%;
		position: fixed;
		width: 225px !important
	}

	.sidebar:hover {
		overflow: auto
	}

	.sidebar .nav-item .nav-link {
		display: block;
		width: 100%;
		text-align: left;
		padding: 1rem
	}

	.sidebar .nav-item .nav-link span {
		display: inline;
		font-size: 16px;
		margin: 0 0 0 11px
	}

	.sidebar .nav-item .dropdown-menu {
		position: static !important;
		margin: 0;
		-webkit-backdrop-filter: saturate(180%) blur(5px);
		backdrop-filter: saturate(180%) blur(5px);
		top: 0;
		background-color: rgb(255 255 255/69%);
		border: none
	}

	.sidebar .nav-item .dropdown-menu .dropdown-divider {
		border-top: 1px solid rgb(239 242 243/29%)
	}

	.sidebar .nav-item .dropdown-item {
		color: #000
	}

	.sidebar .nav-item.dropdown .dropdown-toggle::after {
		display: block
	}

	.sidebar.toggled {
		overflow: auto;
		width: 90px !important;
		padding: 0
	}

	.sidebar.toggled .nav-item:last-child {
		margin-bottom: 1rem
	}

	.sidebar.toggled .nav-item .nav-link {
		text-align: center;
		padding: .75rem 1rem;
		width: 90px
	}

	.sidebar.toggled .nav-item .nav-link span {
		margin: 0
	}

	.sidebar.toggled .nav-item .nav-link span {
		font-size: .65rem;
		display: block
	}

	.sidebar.toggled .nav-item .dropdown-menu {
		position: absolute !important;
		-webkit-transform: none !important;
		transform: none !important;
		left: calc(90px + 0.5rem) !important;
		margin: 0
	}

	.sidebar.toggled .nav-item .dropdown-menu.dropup {
		bottom: 0;
		top: auto !important
	}

	.sidebar.toggled .nav-item.dropdown .dropdown-toggle::after {
		display: none
	}
	
	
}

.sidebar.fixed-top {
	top: 56px;
	height: calc(100vh - 56px);
	overflow-y: auto
}

.card-body-icon {
	position: absolute;
	z-index: 0;
	top: -1.25rem;
	right: -1rem;
	opacity: .4;
	font-size: 5rem;
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg)
}

@media(min-width:576px) {
	.card-columns {
		-webkit-column-count: 1;
		column-count: 1
	}

	.video-card-image img {
	    /*height: 340px;*/
	}
	

}

@media(min-width:768px) {
	.card-columns {
		-webkit-column-count: 2;
		column-count: 2
	}
	.video-card-image img {
	    /*height: 380px;*/
	}
	
	
}

@media(min-width:1200px) {
	.card-columns {
		-webkit-column-count: 2;
		column-count: 2
	}
	.video-card-image img {
	    /*height: 460px;*/
	}
}

:root {
	--input-padding-x: 0.75rem;
	--input-padding-y: 0.75rem;
}

.card-login {
	max-width: 25rem
}

.card-register {
	max-width: 40rem
}

.form-label-group {
	position: relative
}

.form-label-group>input,
.form-label-group>label {
	padding: var(--input-padding-y) var(--input-padding-x);
	height: auto
}

.form-label-group>label {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	margin-bottom: 0;
	line-height: 1.5;
	color: #495057;
	border: 1px solid transparent;
	border-radius: .25rem;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}

.form-label-group input::-webkit-input-placeholder {
	color: transparent
}

.form-label-group input:-ms-input-placeholder {
	color: transparent
}

.form-label-group input::-ms-input-placeholder {
	color: transparent
}

.form-label-group input::placeholder {
	color: transparent
}

.form-label-group input:not(:placeholder-shown) {
	padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2/3));
	padding-bottom: calc(var(--input-padding-y)/3)
}

.form-label-group input:not(:placeholder-shown)~label {
	padding-top: calc(var(--input-padding-y)/3);
	padding-bottom: calc(var(--input-padding-y)/3);
	font-size: 12px;
	color: #777
}

footer.sticky-footer {
	background-color: #141414;
	color:#979797;
	padding: 15px;
	margin-left: 225px;
}

footer.sticky-footer .copyright {
	line-height: 1;
	font-size: .8rem
}

body.sidebar-toggled footer.sticky-footer {
	width: 100%
}

@media(min-width:768px) {
	body.sidebar-toggled footer.sticky-footer {
		width: calc(100% - 90px);
		margin-left: 90px
	}
}

.sticky-top {
	position: sticky;
	top: 0;
	z-index: 99
}

.osahan-nav {
	padding: 0;
	background: #292929;
}

.osahan-navbar-search .form-control {
	background: #eceff0 none repeat scroll 0 0;
	border: medium;
	font-size: 14px;
	max-width: 607px !important;
	width: 300px !important
}

.osahan-navbar-search {
	margin-right: 30% !important
}

.osahan-navbar-search .btn {
	background: #dddddd none repeat scroll 0 0;
	border: medium;
	font-size: 14px;
	padding: 0 18px
}

.osahan-right-navbar .nav-link {
	padding: 17px 13px !important;
	position: relative
}

.osahan-right-navbar {
	margin: 0 7px 0 0
}

.user-dropdown-link img {
	border-radius: 50px;
	height: 30px;
	margin: -9px 2px -6px 0;
	width: 30px
}

.top-mobile-search {
	display: none
}

.top-mobile-search {
	margin: -16px -15px 19px -18px
}

.top-mobile-search input {
	border-radius: 0;
	box-shadow: none !important
}

.top-mobile-search .btn {
	border-radius: 0
}

.sidebar::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}

.sidebar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555
}

.channel-sidebar-list {
	border-top: 1px solid rgb(255 255 255/28%);
	margin: 16px 0 0;
	
	/*padding: 17px 14px 0*/
}

.channel-sidebar-list h6 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 9px
}

.channel-sidebar-list ul {
	list-style: outside none none;
	margin: 0;
	padding: 0
}

.channel-sidebar-list ul li img {
	

	margin: 0 14px 0 0;

}

.channel-sidebar-list li a {
	color: #fff;
	display: inline-block;
	overflow: hidden;
	/*padding: 6px 0;*/
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

.channel-sidebar-list li a .badge {
	float: right;
	margin: 7px 0 0;
	position: absolute;
	right: 20px
}

.sidebar.toggled .nav-item .nav-link span {
	margin: 0
}

.sidebar.toggled .channel-sidebar-list h6 {
	font-size: 11px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.sidebar.toggled .channel-sidebar-list {
	padding: 7px;
	text-align: center
}

.sidebar.toggled .channel-sidebar-list li img {
	display: list-item;
	margin: auto auto 4px
}

.sidebar.toggled .channel-sidebar-list li a {
	font-size: 10px;
	font-weight: 500
}

.sidebar.toggled .channel-sidebar-list li .badge {
	display: none
}

.border-none {
	border: none
}

.bg-primary,
.btn-primary,
.btn-outline-primary:hover,
.badge-primary {
	border-color: transparent !important;
	background: #ff516b;
	background: -moz-linear-gradient(-45deg, #ff516b 0%, #826cfd 100%);
	background: -webkit-linear-gradient(-45deg, #ff516b 0%, #826cfd 100%);
	background: linear-gradient(135deg, #3b3b3b 0%, #423b59 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff516b', endColorstr='#826cfd', GradientType=1)
}

.btn-outline-primary {
	border-color: #676767;
	color: #f4f2ee
}

.text-primary {
	color: #ff516b !important
}

.progress-bar {
	background-color: #ff516b
}

.bg-success,
.btn-success,
.btn-outline-success:hover,
.badge-success {
	border-color: transparent !important;
	background: #4eda92;
	background: -moz-linear-gradient(-45deg, #4eda92 1%, #56e0cb 100%);
	background: -webkit-linear-gradient(-45deg, #4eda92 1%, #56e0cb 100%);
	background: linear-gradient(135deg, #4eda92 1%, #56e0cb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a4259', endColorstr='#382f5d', GradientType=1)
}

.btn-outline-success {
	border-color: #4eda92;
	color: #4eda92
}

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

.bg-warning,
.btn-warning,
.btn-outline-warning:hover,
.badge-warning {
	border-color: transparent !important;
	background: #ffc107;
	background: -moz-linear-gradient(-45deg, #ffc107 1%, #fffc07 100%);
	background: -webkit-linear-gradient(-45deg, #ffc107 1%, #fffc07 100%);
	background: linear-gradient(135deg, #ffc107 1%, #fffc07 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc107', endColorstr='#fffc07', GradientType=1)
}

.btn-outline-warning {
	border-color: #ffc107;
	color: #ffc107
}

.text-warning {
	color: #e19322 !important
}

.bg-danger,
.btn-danger,
.btn-outline-danger:hover,
.badge-danger {
	border-color: transparent !important;
	background: #ff253a;
	background: -moz-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
	background: -webkit-linear-gradient(-45deg, #ff253a 0%, #ff8453 100%);
	background: linear-gradient(135deg, #ff253a 0%, #ff8453 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff253a', endColorstr='#ff8453', GradientType=1)
}

.btn-outline-danger {
	border-color: #ff253a;
	color: #ffffff;
}

.text-danger {
	color: #ff253a !important
}

.bg-secondary,
.btn-secondary,
.btn-outline-secondary:hover,
.badge-secondary {
	border-color: transparent !important;
	background: #9ba8aa;
	background: -moz-linear-gradient(-45deg, #9ba8aa 0%, #92b4d2 100%);
	background: -webkit-linear-gradient(-45deg, #9ba8aa 0%, #92b4d2 100%);
	background: linear-gradient(135deg, #9ba8aa 0%, #92b4d2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ba8aa', endColorstr='#92b4d2', GradientType=1)
}

.btn-outline-secondary {
	border-color: #9ba8aa;
	color: #9ba8aa
}

.text-secondary {
	color: #a5a5a5 !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #cfcfcf!important;
}
.bg-info,
.btn-info,
.btn-outline-info:hover,
.badge-info {
	border-color: transparent !important;
	background: #17a2b8;
	background: -moz-linear-gradient(-45deg, #17a2b8 1%, #30def9 100%);
	background: -webkit-linear-gradient(-45deg, #17a2b8 1%, #30def9 100%);
	background: linear-gradient(135deg, #17a2b8 1%, #30def9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a2b8', endColorstr='#30def9', GradientType=1)
}

.btn-outline-info {
	border-color: #17a2b8;
	color: #17a2b8
}

.text-info {
	color: #17a2b8 !important
}

.bg-dark,
.btn-dark,
.btn-outline-dark:hover,
.badge-dark {
	border-color: transparent !important;
	background: #171b20;
	background: -moz-linear-gradient(-45deg, #171b20 1%, #343a40 100%);
	background: -webkit-linear-gradient(-45deg, #171b20 1%, #343a40 100%);
	background: linear-gradient(135deg, #171b20 1%, #343a40 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171b20', endColorstr='#343a40', GradientType=1)
}

.btn-outline-dark {
	border-color: #171b20;
	color: #171b20
}

.text-dark {
	color: #4b4951 !important
}

.btn-light {
	border: medium
}

.adblock {
	background: #eceff0 none repeat scroll 0 0;
	border-radius: 2px;
	margin-bottom: 1rem;
	padding: 27px 10px;
	text-align: center;
	width: 100%
}

.main-title {
    position: relative;
}

.main-title-en {
    transition: color .3s ease;
    opacity: .12;
    background: -webkit-linear-gradient(90deg,transparent,#ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 38px;
    z-index: -1;
}

.main-title>h6 {
	margin: 0 0 16px
}

.top-category .main-title>h6 {
	margin-bottom: 10px
}

.right-action-link .fa {
	background: #fff none repeat scroll 0 0;
	border-radius: 50px;
	box-shadow: 0 0 6px #ececec;
	display: inline-block;
	height: 20px;
	line-height: 19px;
	margin: 0 0 0 3px;
	text-align: center;
	width: 20px
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: #eceff0 !important;
	color: #888 !important;
	text-decoration: none
}

.form-control {
	background: #eceff0 none repeat scroll 0 0;
	border-color: #dcdfdf;
	border-radius: 16px;
	font-size: 14px
}

.custom-select {
	background-color: #eceff0;
	border-color: #dcdfdf;
	border-radius: 16px;
	font-size: 14px
}

.custom-checkbox .custom-control-label::before {
	border-radius: 2px
}

.category-checkbox .custom-control {
	margin: 0 0 6px !important
}

label {
	font-size: 12px;
	font-weight: 600;
	margin: 0 0 5px
}

a {
	color: #AF7B3C;
	text-decoration: none !important
}

.btn {
	border-radius: 16px;
	font-size: 14px
}

.btn-light {
	background: #f8f8f8 none repeat scroll 0 0;
	border-color: #d3d3d3;
	color: #828282
}

.dropdown-header {
	color: #333;
	padding: 7px 13px
}

.dropdown-menu {
	border-radius: 2px;
	margin: 0;
	border-color: #eff2f3
}

.dropdown-menu .dropdown-item {
	color: rgba(0, 0, 0, .5);
	font-size: 12px;
	padding: 6px 14px !important
}

.dropdown-divider {
	border-top: 1px solid #eff2f3
}

a:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #373737
}

#sidebarToggle {
    font-size: 21px;
}

.upload-video .fas {
	font-size: 200px
}

.badge,
.alert {
	border-radius: 16px
}

.pagination .page-item .page-link {
	background: transparent none repeat scroll 0 0;
	border: medium;
	color: #000;
	line-height: 20px
}

.pagination .page-item.active .page-link {
	background: #ff516b none repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	height: 30px;
	margin: 0 7px;
	text-align: center;
	width: 30px
}

.pagination .page-item.disabled .page-link {
	opacity: .5
}

.modal-content {
	border: medium;
	border-radius: 2px
}

.category-item img {
	background: #fff none repeat scroll 0 0;
	border-radius: 50px;
	box-shadow: 0 0 2px #ccc;
	height: 60px;
	margin: 1px 0 8px;
	object-fit: scale-down;
	transform: scale(1);
	width: 60px
}

.category-item:hover img {
	transform: scale(1.09);
	transition-duration: .4s
}

.category-item {
	background: #fff none repeat scroll 0 0;
	border-radius: 16px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	padding: 32px 12px;
	position: relative;
	text-align: center;
	transition-duration: .4s
}

.top-category .category-item {
	padding: 20px 11px
}

.category-item h6 {
	font-size: 14px;
	margin: 5px 0 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.category-item p {
	font-size: 11px;
	font-weight: 500;
	margin: 0
}

.video-block .mb-3 {
	margin-bottom: 30px !important
}

.video-card-image {
	border-radius: 6px;
	/*box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;*/
	overflow: hidden;
	position: relative;
	padding-bottom: 150%;
    height: 0;
    width: 100%;
}

.time {
	background: #f5234a none repeat scroll 0 0;
	border-radius: 2px;
	bottom: 5px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	opacity: .7;
	padding: 0 6px;
	position: absolute;
	right: 5px
}

.video-card:hover .time {
	opacity: unset
}

.video-card-image img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}

.play-icon {
	opacity: 0;
	position: absolute
}

.play-icon i {
	bottom: 0;
	height: 40px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px
}

.video-card:hover .play-icon {
	background: #3d3d3d none repeat scroll 0 0;
	border-radius: 2px;
	bottom: 0;
	color: #ffffff;
	font-size: 35px;
	left: 0;
	opacity: .7;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition-duration: .4s;
	z-index: 2;
}

.video-title a {
	color: #efefef!important;
	font-weight: 100;
	text-decoration: none
}

.video-title {
	margin-bottom: 5px;
	font-size: 16px;
	color: #3f495b!important;
}

.video-page {
	font-size: 12px
}

.video-view {
	color: #acacac;
	font-size: 12px;
	font-weight: 500;
	margin: 2px 0 0
}

.video-card {
	/*background: #f4f2ee none repeat scroll 0 0;*/
	border-radius: 6px;
	/*box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;*/
	transition-duration: .4s;
	overflow: hidden
}

.video-card-body {
	padding: 12px
}

.video-card-list .video-card-image {
	float: left;
	height: 77px;
	margin: 0 12px 0 0;
	width: 122px
}

.video-card-list .video-card-body {
	padding: 0
}

.video-card-list {
	/*background: transparent none repeat scroll 0 0;
	box-shadow: none !important;*/
	display: inline-block;
	/*margin-bottom: 1rem;*/
	max-width: 24.3%;
	width: 24.33%;
	border-radius: 2px
}

.video-card-list .video-card-body .video-title a {
	font-size: 14px;
	border-radius: 8px;
}

.video-card-list .video-card-body .video-title {
	line-height: 17px
}

.video-card-list .video-card-body .right-action {
	opacity: 0
}

.video-card-list:hover .video-card-body .right-action {
	opacity: unset
}

.single-video-comment-tabs .nav.nav-tabs {
	border-bottom: 1px solid #3d3d3d;
	margin: -15px -15px 15px;
	padding: 0 15px
}

.single-video-comment-tabs .nav.nav-tabs .nav-link {
	border-color: #b7b9be;
	border-radius: 2px !important;
	border-style: none none solid;
	border-width: 0 0 2px;
	color: #b7b9be;
	font-weight: 600;
	margin: 0 !important;
	padding: 16px 17px !important;
	text-transform: uppercase
}

.single-video-comment-tabs .nav.nav-tabs .nav-link.active,
.single-video-comment-tabs .nav.nav-tabs .nav-link:hover {
	/*border-color: #373737;*/
	color: #d9d9d8;
	background: #292929;
}

.single-video-comment-tabs .nav-tabs .nav-item {
	margin-bottom: -2px
}

.reviews-members {
	border-bottom: 1px solid #dcdcdc;
	margin: 0 -15px;
	padding: 15px
}

.reviews-members-header .text-black {
	color: #000;
	font-weight: 600
}

.reviews-members-header .text-gray {
	color: #7c7c7c;
	font-size: 11px;
	font-weight: 700;
	margin: 0 6px
}

.reviews-members-header {
	margin-bottom: 11px
}

.reviews-members-body p {
	color: #7b7b7b;
	font-size: 14px
}

.reviews-members-footer {
	width: 100%;
	display: flex;
	align-items: center
}

.total-like-user-main img {
	border: 2px solid #fff;
	box-shadow: 0 0 2px #ccc;
	height: 25px !important;
	margin: 0 0 0 -11px;
	width: 25px !important
}

.reviews-members .media img {
	border-radius: 50px;
	height: 51px;
	width: 51px
}

.total-like {
	border: 1px solid #ff516b;
	border-radius: 50px;
	color: #ff516b !important;
	font-size: 11px;
	padding: 4px 10px;
	margin: 0 4px 0 0;
	vertical-align: sub
}

.total-like:hover {
	background: #ff516b none repeat scroll 0 0;
	border: 1px solid #ff516b;
	color: #fff !important;
	font-size: 11px;
	padding: 4px 10px;
	vertical-align: sub
}

.total-like-user-main.ml-2 {
	margin: 0 9px 0 17px !important
}

.reviews-members:last-child {
	border: medium;
	padding-bottom: 5px
}

.video-slider-right-list {
	background: #fff none repeat scroll 0 0;
	border-radius: 2px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	height: 650px;
	overflow: auto
}

.video-slider-right-list .video-card-list .video-card-image {
	height: 59px;
	width: 95px
}

.video-slider-right-list .video-card-image img {
	object-fit: scale-down
}

.video-slider-right-list .video-title a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.video-slider-right-list .video-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.video-slider-right-list .video-card-list {
	cursor: pointer;
	margin-bottom: 1px;
	overflow: initial;
	padding: 8px;
	box-shadow: none !important;
	border-radius: 2px
}

.video-slider-right-list .video-card-list:hover,
.video-slider-right-list .video-card-list.active {
	background: #eceff0 none repeat scroll 0 0
}

.video-slider-right-list::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}

.video-slider-right-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #555
}

.channels-card {
	background: #fff none repeat scroll 0 0;
	border-radius: 16px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	padding: 32px 12px;
	position: relative;
	text-align: center;
	transition-duration: .4s
}

.channels-title a {
	color: #000;
	font-weight: 500;
	text-decoration: none
}

.channels-view {
	color: #acacac
}

.channels-card-image .btn {
	font-size: 12px;
	padding: 3px 10px
}

.channels-card-image .btn strong {
	margin: 0 0 0 5px
}

.channels-card-image img {
	background: #fff none repeat scroll 0 0;
	border-radius: 50px;
	box-shadow: 0 0 2px #ccc;
	height: 80px;
	margin: 1px 0 8px;
	object-fit: scale-down;
	transform: scale(1);
	width: 80px
}

.channels-card-image-btn {
	margin: 3px 0 7px
}

.login-main-wrapper {
	background: #ff516b;
	background: -moz-linear-gradient(-45deg, #ff516b 0%, #826cfd 100%);
	background: -webkit-linear-gradient(-45deg, #ff516b 0%, #826cfd 100%);
	background: linear-gradient(135deg, #ff516b 0%, #826cfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff516b', endColorstr='#826cfd', GradientType=1);
	height: calc(100vh - 0rem)
}

.full-height {
	height: calc(100vh - 0rem)
}

.login-main-left {
	margin: auto;
	max-width: 335px
}

.login-main-right.bg-white {
	border-radius: 2px;
	margin: auto;
	max-width: 561px
}

.carousel-login-card h5 {
	font-size: 18px
}

.login-main-wrapper .form-control {
	background: transparent none repeat scroll 0 0
}

.login-main-right .owl-theme .owl-controls .owl-page span {
	background: #dcdcdc;
	border-radius: 50px;
	height: 16px;
	margin: 0 2px;
	opacity: unset;
	width: 16px
}

.btn-lg {
	font-size: 15px;
	padding: 12px 16px
}

.login-main-right .owl-theme .owl-controls .owl-page.active span,
.login-main-right .owl-theme .owl-controls .owl-page span:hover {
	background: #ff516b;
	background: -moz-linear-gradient(-45deg, #ff516b 0%, #826cfd 100%);
	background: -webkit-linear-gradient(-45deg, #ff516b 0%, #826cfd 100%);
	background: linear-gradient(135deg, #ff516b 0%, #826cfd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff516b', endColorstr='#826cfd', GradientType=1)
}

.imgplace {
	background-color: #8781bd;
	border-radius: 16px;
	height: 94px;
	width: 100%
}

.osahan-title {
	color: #000;
	font-weight: 600
}

.osahan-size {
	font-size: 11px
}

.osahan-progress .progress {
	border-radius: 2px;
	height: 8px;
	margin: 14px 0
}

.osahan-close {
	position: absolute;
	right: 18px;
	top: 0
}

.osahan-desc {
	font-size: 12px;
	opacity: .7
}

.video-close {
	color: #fff !important;
	font-size: 18px;
	position: absolute;
	right: 6px;
	z-index: 9999
}

.history-video .progress {
	border-radius: 2px;
	font-size: 9px;
	font-weight: 700;
	height: 13px;
	margin: 12px 14px -4px 13px
}

.single-channel-image {
	position: relative
}

.single-channel-nav .navbar {
	padding: 0
}

.single-channel-nav {
	background: #292929 none repeat scroll 0 0 !important;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	padding: 0 30px 0;
	border-radius: 16px;
}

.channel-brand {
	color: #000;
	font-size: 16px;
	font-weight: 700
}

.single-channel-nav .nav-link {
	border-bottom: 2px solid transparent;
	margin: 0 12px;
	padding: 14px 0 !important
}

.single-channel-nav .nav-item.active .nav-link,
.single-channel-nav .nav-item .nav-link:hover {
	border-color: #ff516b;
	color: #ff516b
}

.single-channel-nav .navbar-nav {
	margin: 0 0 0 40px
}

.channel-profile {
	bottom: 0;
	left: 0;
	padding: 1rem 30px;
	position: absolute;
	right: 0
}

.single-channel-image .img-fluid {
	width: 100%
}

.channel-profile-img {
	background: #fff none repeat scroll 0 0;
	border: 6px solid #fff;
	border-radius: 50px;
	height: 90px;
	width: 90px
}

.social {
	color: #fff;
	float: right;
	margin: 62px 0 0
}

.social a {
	background: #000 none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px
}

.box {
	padding: 15px;
	background: #292929 none repeat scroll 0 0;
	border-radius: 16px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	transition-duration: .4s
}

.single-video-title h2 {
	font-size: 18px
}

.single-video-title h2 a {
	color: #333
}

.single-video-author img {
	border-radius: 50px;
	float: left;
	height: 38px;
	margin: 0 13px 0 0;
	width: 38px
}

.single-video-author p {
	margin: 0;
	padding: 0
}

.single-video-info-content h6 {
	font-size: 15px;
	font-weight: 600
}

.tags span a {
	background: #ccc none repeat scroll 0 0;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	font-size: 11px
}

.tags span a:hover {
	background: #000 none repeat scroll 0 0
}

.card {
	background: #fff none repeat scroll 0 0;
	border-radius: 16px;
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
	border: none
}

.sidebar-card-list li a {
	border-bottom: 1px solid #efefef;
	display: inline-block;
	padding: 11px 0;
	width: 100%
}

.sidebar-card-list li:last-child a {
	border: medium;
	padding-bottom: 0
}

.tag-cloud-link {
	background: #ccc none repeat scroll 0 0;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	margin: 2px 0;
	padding: 4px 13px
}

.tag-cloud-link:hover {
	background: #000 none repeat scroll 0 0;
	color: #fff
}

.blog .card-title a {
	color: #222 !important
}

.blog .card-title {
	margin: 0 0 7px
}

.entry-meta {
	margin-bottom: 13px
}

.blog .card-body a {
	color: #ff516b
}

.entry-meta a {
	color: #9c9c9c !important
}

.entry-meta .fas {
	background: #acacac none repeat scroll 0 0;
	border-radius: 12px;
	color: #fff;
	display: inline-block;
	font-size: 9px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	width: 19px
}

.sidebar-card .input-group .btn {
	font-size: 14px
}

.sidebar-card .sidebar-card-list {
	margin: 0;
	padding: 0
}

.sidebar-card .sidebar-card-list li {
	list-style: outside none none
}

.sidebar-card .sidebar-card-list li i {
	font-size: 10px;
	margin: 0 8px 0 0
}

.gallery.mb-4 img {
	width: 100%
}

.reviews-card .rounded {
	border-radius: 50px !important;
	width: 54px
}

.star-rating.float-right {
	font-size: 14px
}

.app img {
	background: #231f20 none repeat scroll 0 0;
	border-radius: 3px;
	height: 38px;
	margin: 5px 0 0;
	object-fit: scale-down;
	padding: 3px 4px
}

.footer-list .app img {
	height: 28px
}

.footer-list {
	padding: 20px 0
}

.footer-list ul {
	margin: 0;
	padding: 0
}

.footer-list ul li {
	list-style: outside none none
}

.footer-list ul li a {
	color: #666;
	line-height: 23.9px
}

.footer-list .mb-0 {
	margin: 7px 0 0
}

.footer-logo {
	margin: 0 0 51px !important
}

@media(max-width:575.98px) {
    #player_area {
        height:300px!important;
    }
    .video-slider-right-list {
        height: 350px;
    }
	.sidebar {
	    display: none;
		padding: 0 !important
	}
	
/*	.sidebar.toggled {
	    width: 0!important;
	    overflow: auto;
	}*/

	.top-mobile-search {
		display: block
	}

	#wrapper #content-wrapper .container-fluid {
		padding-bottom: 15px !important;
		padding-left: 15px;
		padding-right: 15px !important;
		padding-top: 1rem !important
	}
	.main_notice_line {
        padding-left: 0px!important;
    }

	.sidebar .nav-item .nav-link {
		padding: 8px 14px !important
	}

	.sidebar-toggled #wrapper #content-wrapper .container-fluid {
		padding-left: 15px
	}

	.single-channel-page {
		padding: 0 0 0 90px !important
	}

	.sidebar-toggled .single-channel-page {
		padding: 0 !important
	}

	.single-channel-page .container-fluid {
		padding: 30px 15px 15px !important
	}

	.single-video-author .float-right {
		float: none !important;
		margin: 0 0 14px
	}

	.single-video-author {
		text-align: center;
		
	}
	
	.single-video-author button {
	    font-size: 12px;
	}

	.single-video-author img {
		float: none;
		margin: 0 0 5px
	}

	.tags span a {
		margin: 0 0 3px
	}

	.sidebar .nav-item .nav-link span {
		margin: 0 !important
	}

	.sidebar .channel-sidebar-list h6 {
		font-size: 11px !important
	}

	.sidebar .nav-item .nav-link span {
		display: block;
		font-size: .65rem
	}

	.video-card-image img {
		/*width: 100%;
		height: 240px;*/
	}

	footer {
		padding: 15px 0 !important;
		text-align: center
	}

	footer .text-right {
		text-align: center !important
	}

	.osahan-right-navbar .nav-link {
		font-size: 14px;
		padding: 22px 5px !important
	}

	.osahan-right-navbar .nav-link .fas {
		font-size: 12px
	}
	
	.osahan-right-navbar .nav-link .login-text {
	    display: none;
	}

	#sidebarToggle {
		margin: 0 9px 0 0
	}

	.navbar-brand img {
		vertical-align: top
	}

	.owl-theme .owl-controls .owl-buttons div {
		margin: 4px !important
	}

	.single-channel-nav {
		padding: 15px
	}

	.channel-profile {
		padding: 10px;
		position: relative;
		text-align: center
	}

	.social {
		display: none
	}

	.navbar-toggler {
		padding: 1px 3px
	}

	.single-channel-nav .navbar-nav {
		margin: 0
	}

	.single-channel-nav .nav-link {
		margin: 0
	}

	.imgplace {
		margin-bottom: 15px
	}

	.osahan-title {
		padding: 0 25px 5px 0
	}

	footer.sticky-footer {
		margin-left: 0px
	}

	.sidebar-toggled footer.sticky-footer {
		margin: 0
	}

	.sidebar .channel-sidebar-list h6 {
		font-size: 11px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}

	.sidebar .channel-sidebar-list {
		padding: 7px;
		text-align: center
	}

	.sidebar .channel-sidebar-list li img {
		display: list-item;
		margin: auto auto 4px
	}

	.sidebar .channel-sidebar-list li a {
		font-size: 10px;
		font-weight: 500
	}

	.sidebar .channel-sidebar-list li .badge {
		display: none
	}

	.footer-logo {
		margin: 0 0 13px !important
	}

	.footer-list h6 {
		margin: 23px 0 10px !important
	}
	
	.channel-sidebar-list {
	    display: none;
	}
	
	.channel-item-image img {
	    height: 210px!important;
	}
	
	.links .link {
        width: 20%!important;
        float: left;
    }
}

@media(min-width:576px) and (max-width:767.98px) {
	.top-mobile-search {
		display: block
	}

	#wrapper #content-wrapper .container-fluid {
		padding-bottom: 15px !important;
		padding-left: 108px;
		padding-right: 15px !important;
		padding-top: 1rem !important
	}
	
	.main_notice_line {
        padding-left: 0px!important;
    }

	.sidebar .nav-item .nav-link {
		padding: 8px 14px !important
	}

	.sidebar-toggled #wrapper #content-wrapper .container-fluid {
		padding-left: 15px
	}

	.single-channel-page {
		padding: 0 0 0 90px !important
	}

	.sidebar-toggled .single-channel-page {
		padding: 0 !important
	}

	.single-channel-page .container-fluid {
		padding: 30px 15px 15px !important
	}

	.container {
		max-width: 100%
	}

	.tags span a {
		margin: 0 0 3px
	}

	.sidebar .nav-item .nav-link span {
		margin: 0 !important
	}

	.sidebar .channel-sidebar-list h6 {
		font-size: 11px !important
	}

	.sidebar .nav-item .nav-link span {
		display: block;
		font-size: .65rem
	}

	.video-card-image img {
		/*width: 100%*/
	}

	footer {
		padding: 15px 0 !important;
		text-align: left
	}

	footer .text-right {
		text-align: right !important
	}

	.osahan-right-navbar .nav-link {
		font-size: 14px;
		padding: 22px 5px !important
	}

	.osahan-right-navbar .nav-link .fas {
		font-size: 12px
	}

	#sidebarToggle {
		margin: 0 9px 0 0
	}

	.navbar-brand img {
		vertical-align: top
	}

	.owl-theme .owl-controls .owl-buttons div {
		margin: 4px !important
	}

	.single-channel-nav {
		padding: 15px
	}

	.channel-profile {
		padding: 10px;
		position: relative;
		text-align: center
	}

	.social {
		display: none
	}

	.navbar-toggler {
		padding: 1px 3px
	}

	.single-channel-nav .navbar-nav {
		margin: 0
	}

	.single-channel-nav .nav-link {
		margin: 0
	}

	.imgplace {
		margin-bottom: 15px
	}

	.osahan-title {
		padding: 0 25px 5px 0
	}

	footer.sticky-footer {
		margin-left: 0px
	}

	.sidebar-toggled footer.sticky-footer {
		margin: 0
	}

	.sidebar .channel-sidebar-list h6 {
		font-size: 11px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap
	}

	.sidebar .channel-sidebar-list {
		padding: 7px;
		text-align: center
	}

	.sidebar .channel-sidebar-list li img {
		display: list-item;
		margin: auto auto 4px
	}

	.sidebar .channel-sidebar-list li a {
		font-size: 10px;
		font-weight: 500
	}

	.sidebar .channel-sidebar-list li .badge {
		display: none
	}

	.footer-logo {
		margin: 0 0 13px !important
	}

	.footer-list h6 {
		margin: 23px 0 10px !important
	}
	
	.links .link {
        width: 20%!important;
        float: left;
    }
    
    #player_area{
        height: 350px!important;
    }
    
    .video-slider-right-list {
        margin-top: 15px;
        height: 380px;
    }
    
}

@media(min-width:768px) and (max-width:991.98px) {
	#wrapper #content-wrapper .container-fluid {
		padding-bottom: 15px !important;
		padding-left: 91px;
		padding-right: 15px !important;
		padding-top: 1rem !important
	}
	
	.main_notice_line {
        padding-left: 0px!important;
    }
	
	#player_area {
        height:460px!important;
    }
    
    .video-slider-right-list {
        height: 500px;
    }

	.sidebar .nav-item .nav-link {
		padding: 8px 14px !important
	}

	.sidebar-toggled #wrapper #content-wrapper .container-fluid {
		padding-left: 105px
	}

	.single-channel-page {
		padding: 0 0 0 225px !important
	}

	.sidebar-toggled .single-channel-page {
		padding: 0 0 0 90px !important
	}

	.single-channel-page .container-fluid {
		padding: 30px 15px 15px !important
	}

	.video-card-image img {
		width: 100%
	}

	.osahan-right-navbar .nav-link {
		font-size: 14px;
		padding: 22px 5px !important
	}

	.osahan-right-navbar .nav-link .fas {
		font-size: 12px
	}

	#sidebarToggle {
		margin: 0 9px 0 0
	}

	.navbar-brand img {
		vertical-align: top
	}

	.owl-theme .owl-controls .owl-buttons div {
		margin: 4px !important
	}

	.container {
		max-width: 100%
	}

	.single-channel-nav {
		padding: 15px
	}

	.channel-profile {
		padding: 15px
	}

	.social {
		display: none
	}

	.navbar-toggler {
		padding: 1px 3px
	}

	.single-channel-nav .navbar-nav {
		margin: 0
	}

	.single-channel-nav .nav-link {
		margin: 0
	}

	.osahan-navbar-search .form-control {
		width: auto !important
	}

	.osahan-navbar-search {
		margin-right: 15px !important
	}

	.imgplace {
		margin-bottom: 15px
	}

	.osahan-title {
		padding: 0 25px 5px 0
	}
	
	footer.sticky-footer {
	   margin-left: 0px;
	}
	
}

@media(min-width:992px) and (max-width:1199.98px) {
	#wrapper #content-wrapper .container-fluid {
		padding-bottom: 15px !important;
		padding-left: 243px;
		padding-right: 15px !important;
		padding-top: 1rem !important
	}
    
    .main_notice_line {
        padding-left: 220px!important;
    }
    
	.sidebar .nav-item .nav-link {
		padding: 8px 14px !important
	}

	.sidebar-toggled #wrapper #content-wrapper .container-fluid {
		padding-left: 105px
	}

	.single-channel-page {
		padding: 0 0 0 225px !important
	}

	.sidebar-toggled .single-channel-page {
		padding: 0 0 0 90px !important
	}

	.single-channel-page .container-fluid {
		padding: 30px 15px 15px !important
	}

	.video-card-image img {
		width: 100%
	}

	.osahan-right-navbar .nav-link {
		font-size: 14px;
		padding: 22px 5px !important
	}

	.osahan-right-navbar .nav-link .fas {
		font-size: 12px
	}

	#sidebarToggle {
		margin: 0 9px 0 0
	}

	.navbar-brand img {
		vertical-align: top
	}

	.owl-theme .owl-controls .owl-buttons div {
		margin: 4px !important
	}

	.container {
		max-width: 100%
	}

	.single-channel-nav {
		padding: 0 15px
	}

	.channel-profile {
		padding: 15px
	}

	.social {
		display: none
	}

	.navbar-toggler {
		padding: 1px 3px
	}

	.single-channel-nav .navbar-nav {
		margin: 0 0 0 20px
	}

	.single-channel-nav .nav-link {
		margin: 0 7px
	}

	.single-channel-nav .form-control,
	.single-channel-nav .btn-outline-success {
		display: none
	}

	.osahan-navbar-search .form-control {
		width: auto !important
	}

	.osahan-navbar-search {
		margin-right: 15px !important
	}
}

@media(max-width:1400px) {
    .banner_m {
        width: 25%!important; 
        padding: 0 0 3px 3px!important;
        box-sizing: border-box!important;
    }
}

@media(max-width:992px) {
    #wrapper #content-wrapper .container-fluid {
        padding-bottom: 15px !important;
        padding-left: 15px;
        padding-right: 15px !important;
        padding-top: 1rem !important;
    }
    .sidebar {
        display: none;
    	padding: 0 !important
    }
    .banner_m {
        width: 33.333%!important; 
        padding: 0 0 3px 3px!important;
        box-sizing: border-box!important;
    }
}

@media(max-width:680px) {
    .banner_m {
        width: 50%!important; 
        padding: 0 0 3px 3px!important;
        box-sizing: border-box!important;
    }
}

@media(max-width:400px) {
    .banner_m {
        width: 100%!important; 
        padding: 0 0 3px 3px!important;
        box-sizing: border-box!important;
    }
}


div,
a,
button {
	outline: none !important
}

.channel-item {
	border-radius: 16px !important;
	margin-bottom: 15px
}

.channel-item-image {
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    padding-top: 150%;
    background-position: 50% 50%!important;
    background-size: cover!important;
}

.channel-item-image img {
	/*height: 300px*/
}



.channel-item .status-indicator {
	width: 18px;
	height: 18px;
	border-radius: 50px;
	font-size: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	right: 0
}

.channel-item-body p {
	font-weight: 500;
	font-size: 14px;
	white-space: nowrap;
	color: #000
}

.channel-item-body .text-muted {
	font-size: 11px
}

.video-item-image .img-fluid {
	border-radius: 16px
}

.video-item-image {
	position: relative
}

.video-item-time {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 4px 12px;
	border-radius: 50px
}

.video-item-cate {
	position: absolute;
	right: 15px;
	top: 15px;
	background: rgb(0 0 0/82%);
	width: 30px;
	height: 30px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px
}

.gray-btn {
	background: #ecedf1;
	color: #7b7c7d;
	border-radius: 50px;
	padding: 7px 15px;
	font-size: 11px;
	display: inline-block;
	text-decoration: none !important
}

.gray-btn:hover {
	background: #000;
	color: #fff
}

.video-item-title {
	font-size: 14px;
	color: #222
}

.video-item-user .dropdown-list-image img {
	width: 30px;
	height: 30px
}

.video-item-user .text-truncate {
	font-weight: 500;
	font-size: 12px;
	color: #ff263a
}

.video-item-user small {
	font-size: 8px !important
}

.video-item {
	margin-bottom: 45px
}

.video-title .eps_a {
    display: block;
    /* min-width: 113px; */
    padding: 0px 5px 0px 5px!important;
    /* margin-right: 0!important; */
    background-color: #fbfbfb!important;
    color: #4f4f4f!important;
    border-color: #0000009e!important;
    -webkit-user-select: none;
    user-select: none;
    line-height: 52px;
    text-align: center;
    border-radius: 6px;
}

.video-title .eps_a_active {
    color: #fbfbfb!important;
    background: #373737!important;
}

.video-title .eps_a:hover {
    color: #e5e5e5!important;
    background: #373737!important;
}

.video-title .playing-icon {
    position: absolute;
    top: 20px;
    left: 18px;
}

.video-title .eps_active {
   
}


.today_new {
    background: #f5234a none repeat scroll 0 0;
    border-radius: 2px;
    /* bottom: 5px; */
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    /* opacity: .7; */
    padding: 0 6px;
    position: absolute;
    right: 8px;
    top: 8px;
}

#player_area {
    height:610px;
}
.table-responsive .table {
    max-width: none;
}

.modal .modal-content {
    margin: 0 auto;
    max-width: 440px;
    border: none;
    border-radius: 8px;
    background-color: #252c35;
}

.modal__content {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 440px;
    padding: 30px 20px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #252c35;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2);
    overflow: hidden;
}

.reviews__autor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    padding-left: 60px;
    margin-bottom: 15px;
    padding-right: 60px;
}

.reviews__name {
    display: block;
    font-size: 16px;
    color: #fbfbfb;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 6px;
}

.reviews__time {
    display: block;
    font-size: 12px;
    color: #fbfbfb;
    font-weight: 300;
    line-height: 20px;
}

.reviews__text {
    display: block;
    margin: 0;
    color: #fbfbfb;
    font-size: 14px;
    line-height: 26px;
    background-color: #252c35;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.05);
}

.navbar-light .navbar-nav .nav-link {
    color:#f4f4f4;
}
.navbar-light .navbar-nav .nav-link:hover {
    color:#ff516b;
}

.table-dark {
    color: #fbfbfb;
    background-color: #161616;
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #232323;
}

.alert-dark {
    color: #1b1e21;
    background-color: #ebebeb;
    border-color: #c7c7c7;
}

.banner_m {
    width: 20%;
    padding: 0 3px 6px;
    box-sizing: border-box;
}

.banner_m img {
    width: 100%;
    /* height: auto; */
    height: 85px!important;
}
.main_notice_line {
    background-color: #e7ab50;
    padding-left: 225px;
    /*text-align: center;*/
}

.main_notice_line_do {

    /*height:30px;*/
    min-height: 30px;
    overflow: hidden;
}

.main_notice_line_do li {
    margin-top: 0px;
    /*height:30px;*/
    font-size:15px;
    line-height:30px;
    list-style:none;
}

.links ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
.links .link {
    width: 10%;
    float: left;
}

.links .link a {
    color: #959595;
    font-size:13px;
}


.myui-panel__head {
    position: relative;
    height: 42px;
}

.myui-panel__head .title, .myui-panel__head .title a {
    font-size: 20px;
}
.myui-panel__head .title {
    float: left;
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    line-height: 30px;
    max-width: 99.9%;
}
.text-fff {
    color: #fff;
}

.text-muted {
    color: #999;
}

.pull-right {
    float: right !important;
}
.myui-content__list {
    position: relative;
}

.myui-content__list li {
    float: left;
    padding: 10px;
}

.myui-content__list li a {
    display: block;
    padding: 8px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.video-slider-right-list-bottom {
    height: 65px;
    position: absolute;
    bottom: 0;
    width: 95%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.single-video-comment-tabs a:hover {
    color:#373737;
}

.player-operate {
    height: 40px;
    background: #333;
    display: flex;
    border-radius: 0px 0px 16px 16px;
    overflow: hidden;
}

.player-operate button {
    flex: 1;
    background: #373737;
}


.notice_line {
    background-color: #770000;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    text-align: center;    
}

.notice_line a {
    color: #ffffff;
}
.clearfix:before, .clearfix:after{display: table;content: " ";clear: both;}





.popup_warp{
    /*text-align : center;*/
    justify-content : center;
    align-items : center;
    display:flex;
    z-index:7;
    position:fixed;
    border:0px solid red;
    width:100%;
    top:10%;
    flex-wrap: wrap;
}
    
.popup_mobile{

}
.popup_frame{
    margin:3px;
    border:1px solid #dfdfdf;
    display:none;
    z-index:8;
}
    
.popup_item{
    /*width:300px;
    height:400px;
    background-color: rgba(50, 50, 50, 0.90);
    display:flex;
    justify-content : center;
    align-items : center;*/
}

.popup_item img{
    width: 100%;
    height: auto;
}

.popup_btn_frame{
    font-size: 13px;
    padding:8px;
    display:flex;
    justify-content: space-between;;
    align-items : center;
    background-color: #000;
}
.popup_btn_txt{
    color:#fff;
    display: flex;
    cursor: pointer;
}
.popup_btn {
    font-size: 13px;
    background-color: #666;
    color: #fff;
    border: none;
    border-radius: 3px;
    /*font-weight:bold;*/
    PADDING: 0px 20px;
    cursor: pointer;
}
.popup_btn:hover{
    color: #fff;
    background-color: #3f495b;
    cursor: hand;
}

