/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.18.2
Requires at least:    5.9
Requires PHP:         5.6
WC requires at least: 4.7
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
#liveScoreCalendarContainer {
	overflow: auto;
}
@media only screen and (max-width: 990px) {
		#tie-body {
			background-image: unset!important;
	}
}
.play-posts .grid-item::before{
	content:"";
	position:absolute;
	background:transparent;
	top:0;
	left:0;
	width:100%;
	height:100%;
		transition:all 0.5s;
}
.play-posts .grid-item::after{
	content:"";
	position:absolute;
background:url("https://socolive.fans/wp-content/uploads/2023/01/icons8-circled-play-50.png") no-repeat top left;
	background-size:50px 50px;
	top:0;
	left:0;
	width:50px;
	height:50px;
	margin:10px;
	transition:all 0.5s;
	opacity:0.8;
}
.play-posts .grid-item:hover::before{
		background:#00000069;
}
.play-posts .grid-item:hover::after{
opacity:1;
}
@media only screen and (max-width: 990px) {
	.play-posts .grid-item::after{
	background-size:30px 30px;
	
	width:30px;
	height:30px;
}
}


/*Lich thi dau*/
    .clb-logo{
        width: 35px;
			border-radius: 50%;
    }
    .clb-name{
        margin-bottom: 5px;
   		 display: inline-block;
    font-size: 15px;
			
    color: #fff;
    }
    .left {
        float: left;
    }
    .right {
        float: right;
    }

    .match-card .right {
        position: relative;
        float: right;
        height: 100%;
    }
.left-live{
}
.right-live {
}
.right-live .avatar-box img{
	width: 43px;
    height: 43px;
    border-radius: 50%;
	object-fit: cover;
}
.right-live .avatar-box{
    width: 80px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
    margin-top: 13px;
	
	position: relative;
}
.ellipsis{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.match-card {
    height: auto;
    margin-bottom: 12px;
    border-right: solid 7px #f6be1f;
    border-radius: 4px;
    background: #27292d;
	padding: 10px;
}
.info {
	    font-weight: bold;
}
 .vs {
    margin: 0 ;
    font-size: 16px;
    font-weight: 600;
    color: #f1be1a;
}
.host, .guest, .vs  {
	display: inline-block;
    vertical-align: middle;
	margin: 0 10px;
	float: left;
}

.team{
	text-align: center;
}
.name{
	margin-top: -5px;
	color: #f6be1f;
}
.anchor-list{
	text-align: center;
}

@media (min-width: 700px){
	.host{
		text-align: right;
			width: 45%;
	}
	.host, .guest, .vs  {
		float: left;
	}
}
@media (max-width: 800px){
	.right-live .avatar-box{
			width: 50px;
			text-align: center;
			display: inline-block;
			margin-right: 15px;
			font-size: 11px;
			margin-top: 10px;
	}
	
	.right-live .avatar-box img{
		width: 35px;
			height: 35px;
			border-radius: 50%;
		object-fit: cover;
	}
	
	.clb-name {
			font-size: 13px;
			width: 73%;
	}
	.host, .guest{
		width: 45%;
		margin: 0;
	}
	.vs{
		margin: 0px 1px 0;
	}
	.match-card{
		height: auto;
	}
	.clb-logo {
			width: 30px;
		border-radius: 50%;
	}
}

.live {
   position: absolute;
    width: 25px !important;
    height: 12px !important;
    bottom: 26px;
    transform: translateX(-50%);
    border-radius: 3px !important;
}
.btn-live{
	float: right;
    color: red;
	font-weight: normal;
}
