/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.row-divided>.col+.col:not(.large-12){
    border: unset!important;
}
#header::before, #header .container::before {
    content: none !important;
}
.clb_tr span.asia3,
.clb_tr span.bs3 {
    display: block;
}
.chat-feedback li {
    margin-bottom: 2px;
}
.single-truc-tiep .clb_tr span.asia1, .single-truc-tiep .clb_tr span.bs1, .single-truc-tiep .clb_tr span.asia2, 
.single-truc-tiep .clb_tr span.asia3, .single-truc-tiep .clb_tr span.bs2, .single-truc-tiep .clb_tr span.bs3 {
    display: initial;
}
.single-truc-tiep .clb_tr span.eu1, .single-truc-tiep .clb_tr span.eu2, .single-truc-tiep .clb_tr span.eu3, .single-truc-tiep .clb_tr {
    display: block;
}
.top-divider {
    border-top: 0px;
}
#wrapper {
    background-image: none;
}
#table-standing {
    margin-bottom: 20px;
}
#data-odds {
    background: #272727;
}
.match-full-data, .group-table, .ranking-competition .header-row, .ranking-item, .stat-item, .single-truc-tiep .text_odds span,.single-truc-tiep .table_odds p {
    color: #fff;
}
#report .btn-primary {
    display: inline-block;
    width: auto;
    margin: 0;
}
.match-item-row .sm-time,
.match-item-row .match-history-detail {
    margin: 0;
}
.login-window .window-inner .content .form .input-group, .register-window .window-inner .content .form .input-group,
.login-window .window-inner .content .form .input-group input, .register-window .window-inner .content .form .input-group input{
    height: 47px;
}
.notifications {
    margin-bottom: 0;
}
.match-history-detail .team-info:nth-child(1),
.match-history-detail .team-info:nth-child(3) {
    margin-left: initial;
    margin-right: initial;
}
@media screen and (min-width: 1400px) {
    .liveRoom-wrapper .live-room .inner .chat .chat-center {
        height: 304px !important;
    } 
    .report #problem_detail {
        height: 129px !important;
    }
}
#footer_menu{
	display:flex;   
	list-style:none;
	justify-content: center;
	flex-wrap: wrap;
}
#footer_menu *{
	text-transform:uppercase;
	color:var(--primary-color);
	font-weight:bold;
}
.absolute-footer .menu-menu-footer-container{
	display:none;
}
#footer p{
	margin-bottom:3px;
}
#footer_menu{
	margin-bottom:5px;
	margin-top:15px;
}
.match-full-data .match-full-top {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

#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;
}



.nav li.has-icon-left>a>i, .nav li.has-icon-left>a>img, .nav li.has-icon-left>a>svg{
    margin-top: -2px;
}

.footer-ico{
    width: 20px;
}
#footer p {
    margin: 0 !important;
}

.menu-bottom{
    position: fixed;
    bottom: 0;
    z-index: 99999;
    background: #292b2e;
    width: 100%;
}
body{
    position: relative;
}
.menu-bottom a{
    margin: 3px 15px !important;
    color: #fff;
    padding: 0 5px;
}

.icon-box .icon-box-img{
        margin-bottom: 1px !important;
}
.icon-box >*{
    color: #bababa;
    font-weight: 1000;
}
.icon-box-img img{
    width: 50%;
}

.menu-bottom{
	justify-content: center;
}
.menu-bottom .icon-box{
	text-align: center !important;
}

.menu-bottom .icon-box-img{
	width: 35px !important; 
}
.menu-bottom .icon-box>*{
		color: #5b5c5c !important;
    font-weight: 500;
    font-size: 14px;
    margin: 0 auto;
}

@media (max-width: 420px){
    .menu-bottom a{
        padding: 0px !important;
    }
}
