/*header*/
.grid1000{
    width: 50vw;
    margin: 0 auto;
}
.newlis{
    display: flex;
    flex-direction: column;
}
.itemlis{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.itemlis .team .status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
 .item.newlis .itemlis .odds {
    display: flex;
   
}

.itemlis .team .status svg,.hoticon svg{
    width:18px;
    color: #497f19 !important;
}
.itemlis .icon-font-collect-off:before {
    content: "\e6a2";
}
.itemlis .team .status .time {
    width: auto;
    padding: 0 0 0 6px;
    text-align: left;
    color: #8c8c8c;
}
.itemlis .odds .corner
 {
    white-space: nowrap;
    font-size: 11px;
    margin-left: 2px;
    margin-right: auto;
    color: #333;
    height: 21px;
}
.tipsText p {
    transform: scale(.73);
    color: #d42c2c !important;
}
.tipsText{
    /*flex: 0 0 24px !important;
   color: #d42c2c !important;
    border: .5px solid#d42c2c;
    height: 15px;
    width: 40px;
    line-height: 12px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    font-style: normal;
  
    letter-spacing: 0;
    text-transform: uppercase;*/
}
/*.item.newlis .itemlis .team {
    flex: 1;
}*/
.team .homeTeam,.team .guestTeam {
    padding-left: 4px;
    min-height: 22px;
    line-height: 22px;
    margin: 1px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.team .homeTeam .name,.team .guestTeam .name {
    float: left;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    height: auto;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 2px;
}
.item .team .homeTeam>i{
    float: left;
    vertical-align: middle;
    white-space: nowrap;
    color: #8c8c8c;
    display: inline;
    font-weight: normal;
    padding: 0 2px;
    font-size: 11px;
}
.team i.redCard {
    padding: 0;
    display: inline-block;
    height: auto;
    line-height: auto;
}
.team i.yellowCard {
    padding: 0;
    display: inline-block;
    height: auto;
    line-height: auto;
}
.item span.hdpstar {
    color: #f00;
    display: inline;
    padding: 2px 0px 0 0px;
    margin: 0;
    float: left;
    position: absolute;
    left: -3px;
}
.item span.hdpstar::before {
    content: '*';
}

.itemlis .odds {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 120px;
    align-items: center;
}
.hOdds {
    overflow: hidden;
    width: 100%;
    float: left;
    display: flex;
}
.item span {
    display: block;
    text-align: center;
}
.hOdds span:first-child::before, 
.item .oddsbox .odds:first-of-type span::before,
.item .odds:first-of-type span::before {
    content: '';
    width: 1px;
    height: 300%;
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
    background-color: #bfbfbf;
    border: 0 solid transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    transform: scale(.4);
    -webkit-transform: scale(.4);
    -moz-transform: scale(.4);
    -ms-transform: scale(.4);
    -o-transform: scale(.4);
    transform-origin: top left;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    z-index: 1;
}
.item .odds .hOdds span:nth-child(2) {
    color: #0b73c5;
}
.item .odds span:nth-child(2) {
    width: 40%;
}
.item .odds span {
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0;
    position: relative;
   width: 30px !important;
}
.view_score
 {
    background: #f2f2f2;
    font-weight: 700;
    color: #ec1a2e;
    border-top: 3px solid #ddd;
    color: #d42c2c;
    text-transform: uppercase;
    display: block;
    padding: 5px 10px;
}

.teams-v2{
    display:flex;
    flex-direction:column;
}
.odds_v2{
    display: flex !important;
}
.odds .wr-score-corner{
    display:flex;
}
.listItem{
    padding:5px 0px;
}
.cs_w_100{
    width:100%;
}
.cs_blog_archive{
  margin-top: 5px;
}
.itemlis .red_cards,.itemlis .yellow_cards{
 margin-left: 4px;
}
span.guestS.view_score{
    color: #000;
}
span.homeS.view_score{
     color: #0b73c5; 
}
@media (max-width: 768px) {
    .listItem{
    display: flex;
    justify-content: space-between;
    padding:2px 0px;
}
.grid1000{
    width:100vw;
}
.matchDiv{
    width:90%;
}
.desc_match {
        width: 99%;
        padding: 10px 35px 10px 10px !important;
    }
}