body{
	color: #404040;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

#container{
	min-height: 1000px;
}

a:hover{
	text-decoration: none;
}

.bg-dark{
	background-color: #15171a !important;
}
.bg-black{
	background-color: #000 !important;
}

/**::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 12px rgba(0,0,0,0.3);
	border-radius: 6px;
	background-color: #f8f9fa00;
}

*::-webkit-scrollbar
{
	width: 6px;
	background-color: #f8f9fa00;
}

*::-webkit-scrollbar-thumb
{
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 12px rgba(0,0,0,.3);
	background-color: #212529;
}*/

#main{
	background: no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

/* GRID */
.row{
	margin-right: -4px;
	margin-left: -4px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 4px;
    padding-left: 4px;
}

/* END GRID */

.search-input input{
	border-radius: 15px 0 0 15px !important
}
.search-input .input-group-append button{
	border-radius: 0 15px 15px 0 !important
}
.navbar-brand {
    font-size: 1rem;
}

.navbar .logo{
	height: 40px;
	width: auto;
}

@media (min-width: 1200px){
	.container {
	    max-width: 1080px;
	}
}

@media (min-width: 768px){
	.row.live-list{
		margin-right: -4px;
		margin-left: -4px;
		font-size: 12px
	}
	.row.live-list .live-item{
		padding-right: 4px;
		padding-left: 4px;
	}
	.row .main-col{
		padding-right: 0;
	}
	.row .side-col{
		padding-left: 8px;
	}
}

@media (max-width: 768px){
	.live-item .cover-icon .fa{
		font-size: 32px;
	}
}

/*.live-item .cover{
	position: relative;
}

.live-item .cover-icon{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0
}*/

.live-item .cover-icon img{
	width: 20%;
}

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

#live-table table{
	font-size: 12px;

}
#live-table .table td, #live-table .table th {
    padding: 2px;
}

.icon-54{
	width: 54px;
}

.icon-32{
	width: 32px;
}

.icon-24{
	width: 24px;
}

.icon-16{
	width: 16px;
}

.text-purple{
	color: #563d7c;
}
.bg-purple{
	background-color: #563d7c;
}

.border-purple{
	border-color: #563d7c;
}

.bg-purple{
	background-color: #563d7c;
}

.bg-purple-1{
	background-color: #9070bf;
}
.text-sm{
	font-size: 12px;
}
.text-lg{
	font-size: 24px;
}
.text-xl{
	font-size: 32px;
}

.dropdown-menu{
	z-index: 1030 !important;
	max-height: 400px;
	overflow-y: auto;
}

.article-content img{
	max-width: 100%;
	height: auto;
}

.navbar.text-light .nav-link{
	color: #f8f9fa!important;
}

.navbar-dark .navbar-brand.active {
    color: #fff;
}

nav .navbar-brand.active, nav .nav-item .nav-link.active {
	border-bottom: 4px #fff solid;
	margin-bottom: -1px;
}

.media-body-title{
	height: 42px;
	overflow: hidden;
}

.hover-bg-black:hover{
	background-color: #20272d; 
}

#accordionMenu .list-group-item{
	margin-bottom: -2px !important;
	border-radius: 0;
}

#accordionMenu .active .nav-link{
	border-right: 3px #07a6bf solid;
}

.sticky-sidebar{
	margin-top: -44px;
    padding-top: 44px;
    z-index: 1;
    overflow-y: auto;
}

#accordionMenu{
	/*background-color: #bbb;*/
	min-height: 100%;
}

.standing-group .list-group-item{
	border: none;
	border-bottom: 1px solid #92929252;
	border-radius: 0;
	margin-bottom: 0;
}

#player {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
#player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#sideStanding{
	overflow-y: auto;
	padding-right: 4px;
}

.drag-scroll{
	position: relative;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer; 
}

.drag-scroll.active {
    background: rgba(255,255,255,0.3);
    cursor: grabbing;
    cursor: -webkit-grabbing;
    transform: scale(1);
}

.scroll-item {
    min-width: 250px;
}

.live-tem{
	position: relative;
	padding-right: 8px
}

.pulse {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 rgb(255, 255, 255);
    animation: pulse 1.5s infinite;
}
@media (max-width: 768px){
	.pulse{
		margin-right: 5px;
	}
}

@media (min-width: 768px){
	.pulse{
		position: absolute;
    	top: 4px;
		 right: 0;
	}
}
.pulse:hover {
  	animation: none;
}

@-webkit-keyframes pulse {
  	0% {
    	-webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
  	}
  	70% {
  	    -webkit-box-shadow: 0 0 0 10px rgb(255, 255, 255, 0);
  	}
  	100% {
      	-webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255, 0);
  	}
}
@keyframes pulse {
  	0% {
    	-moz-box-shadow: 0 0 0 0 rgb(255, 255, 255);;
    	box-shadow: 0 0 0 0 rgb(255, 255, 255);;
  	}
  	70% {
      	-moz-box-shadow: 0 0 0 10px rgb(255, 255, 255, 0);
      	box-shadow: 0 0 0 10px rgb(255, 255, 255, 0);
  	}
  	100% {
      	-moz-box-shadow: 0 0 0 0 rgb(255, 255, 255, 0);
      	box-shadow: 0 0 0 0 rgb(255, 255, 255, 0);
  	}
}

.response {
	position: relative;
	height: 0;
}
.response .response-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.response .thumb {
	background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  	width: 100%;
  	height: 100%;
}
.response-16-9 {
	padding-bottom: 56.25%; /* 16:9 */
}
.response-4-3 {
	padding-bottom: 75%; /* 4:3; */
}
.response-6-1 {
	padding-bottom: 16.67%; /* 6:1 */
}
.response-6-5 {
	padding-bottom: 83.33%; /* 6:1 */
}
.response-3-2 {
	padding-bottom: 66.67%; /* 3:2 */
}

.col-response{
	overflow-y: auto;
}

.article-body *{
	max-width: 100%;
}
.article-body img{
	height: auto;
}
.article-body .image-caption{
	text-align: center;
	font-style: italic;
}
.article-body .image-caption a{
	display: block;
}

.col-left .card-text{
	max-height: 50px;
	overflow: hidden;
}

#accordionMenu .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  content: "\f054";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#accordionMenu .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  content: "\f078";
  font-family: FontAwesome;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

.thumb-widget .title{
	position: absolute;
    bottom: 0;
    padding: 6px 4px;
    background-color: #0006;
    color: #fff;
    font-weight: 500;
    width: 100%;
}

.item-title{
	color: #000;
	font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    /*max-height: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
	text-overflow: ellipsis;*/
}
.item-desc{
	font-size: 11px;
	max-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 768px){
	/*.item-desc{
		height: 24px;
	}*/
}

.block-title .text-title{
	display: inline-block;
	background-color: rgb(128, 0, 64);
	padding-left: 10px;
}

.block-title .text-title a{
	color: #fff;
	padding: 5px;
    display: block;
    font-size: 14px;
}

.block-title .border-title{
	background: none;
    display: inline;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 12px;
    overflow: hidden;
}
.block-title .border-title::before {
    border-left: solid 12px #fff;
    border-bottom: solid 30px transparent;
    content: '';
    overflow: hidden;
    position: absolute;
    padding: 0;
    height: 0px;
    width: 0px;
    border-left-color: rgb(128, 0, 64);
}

.thumb-title-buttom{
	height: 42px;
	overflow: hidden;
	font-weight: bold;
}

.article-body blockquote {
    position: relative;
    padding: 1rem; 
    /* margin: 0 auto 3rem; */
    /* width: 95%; */
    border-left: 5px solid #f47938;
    background: #f5f5f5;
    margin-bottom: 1rem;
}
.article-body blockquote > p {
    margin-bottom: 0;
}

@media (min-width: 992px){
	.sidebar-sticky {
	    position: -webkit-sticky;
	    position: sticky;
	    top: 35px;
	}
}

footer img{
	max-width: 100%;
	height: auto;
}