/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 12, 2021, 12:43:43 PM
    Author     : ACER
*/

/*game-2-style*/
.same-time-game-block{
    width: 100%;
    padding-left: 130px;
    position: relative;
    float: left
}
.same-time-game-live-status-block{
    display: -webkit-box ;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; 
    border-right: 1px solid #f2f2f2;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 0;
}

.same-time-game-live-match-block::after{
    content: "";
    clear: both;
    display: table;
}
.same-time-game-live-status-block-inner{
    width: 100%;
}
.same-time-game-live-match-block{
    width: 100%;
	position: relative;
}
.game-1{
    width: 50%;
    padding:0px 10px;
    /* border-right: 1px solid #f2f2f2; */
    float: left;
    margin: 5px 0
}
.border-blk {
	position: absolute;
	height: 124px;
	width: 1px;
	background-color: #f2f2f2;
	z-index: 10;
	left: 0;
	right: 0;
	top: 8px;
	margin: auto;
	text-align: center;
}
.game-2{
    width: 50%;
    padding:0px 0 0 20px;
    float: left;
    margin: 5px 0
}
/*game-2-style*/

.same-time-game-live-text-block{

    color: #e21b22;
    display: -webkit-box ;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;  
    height: 100%;
    position: relative;
    margin-bottom: 5px;
}
.same-time-game-indepth-coverage a{
    color: #333;
    font-size:13px;
    text-decoration: none;
    cursor: pointer; 
    font-family: 'Roboto', sans-serif;
    font-weight:400
}
.same-time-game-indepth-coverage-inner{
    height: 100%;
    display: -webkit-box ;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; 
}
.same-time-game-indepth-coverage{
    word-wrap: break-word; hyphens: auto;
    display: -webkit-box ;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;  
}
.same-time-game-match-details-block-outer{
    display: -webkit-box ;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important; 
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    height: 55px;
} 
.same-time-game-half-full-time-block{
    padding: 2px 6px 2px 6px ;
    background-color: #00b8f1;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: -webkit-box ;
    display: -ms-flexbox;
    display: flex ;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: auto;
    max-width:75px;
    width:auto;

}
.same-time-game-match-details-block-outer .match-stadium-details-block{
    padding-right: 10px;
}
.same-time-game-block .live-match-goals-block-outer{
    width: 100%;;
}
.same-time-game .eurocup-main-result-module {
	padding: 0;
}
.same-time-game-live-text-block .dot-two, .dot-one {
    margin-left: 5px;
	}



@media only screen and (max-width:980px){
    .same-time-game-block{
        padding-left: 0 !important;
    }
    .same-time-game-live-status-block{
        width: auto !important;
        position: inherit !important;
        margin-right: 0 !important;;
        border: 0 !important;
    }
    .same-time-game-block .team-country-flag{
        max-width: 25px !important;
        width:100%;
    }
    .same-time-game-block .team-country-name{
        font-size: 14px;
    }
    .same-time-game-live-text-block{float: left; margin-bottom: 0 !important}
    .same-time-game-indepth-coverage{float: right}
	
}
@media only screen and (max-width:768px){
    .game-1, .game-2{
        width: 100%;
        padding: 0;

        border: 1px solid #f1f1f1 !important;
        margin-bottom: 10px;
        margin-top: 0;

    }
    .same-time-game-match-details-block-outer{
        padding: 10px;
        background-color: #f1f1f1;
        margin: 0;
        border: 0
    }
    .game-1{
        border-right: 0 !important;
        border: 1px solid #f1f1f1 !important;

    }
	.same-time-game-live-text-block .dot-two, .dot-one {
    margin-left: 5px;
}
	.border-blk  {display: none;}
}
