/*------------------Standings--------------------*/

#Standings{
        display: none;
  width: 100%;
  margin-top: 8px;
/*    border: 1px solid*/
}
#Standings_title_content{
    width: 100%;
    height: 32px;
    display: flex;
    column-gap: 4px;
    align-items: center;
    margin-top: 8px;
    transition: .1s;
/*    border: 1px solid*/
}
/*all home away*/
.stand_title{
    font-family: 'SF Pro', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.15px;
    opacity: .8;
    padding: 4px 12px;
    border-radius: 21px;
    cursor: pointer;
    transition: .1s
}
/*all*/
.stand_title_active{
opacity: .9;
background: #E5E4DE;
}

.stand_title:hover{
}

#Standings_table_contemt{
    width: 100%;
/*    border: 2px solid red;*/

}
/*Group A*/
.Stand_table_title{
    font-family: 'SF Pro', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.6px;
    text-align: center;
                margin-top: 8px;
}
.Standings_contemt{
    width: 100%;
    margin-top: 4px;
background: #F5F4F1;
    border-radius: 12px;
    padding: 8px 0px;
/*    border: 1px solid blue;*/
    transition: .1s

}

.stand_rows{
    width: 100%;
    height: 24px;
    padding: 0 8px;
/*    margin-top: 8px;*/
    display: flex;
    justify-content: space-between;
    position: relative;
}
.stand_rows_title{
    height: 16px;
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.7px;
    opacity: .58;
}

.stand_rowBefore{
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background: #009E69;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.stand_rows2{
background-color: #ffebcd;
}

#Standings .w {
  background-color: #009E69;
}

#Standings .l {
  background-color: #CC0000;
  color: white;
}

#Standings .d {
  background-color: #EFC047;
}

#Standings .b {
  background-color: gainsboro;
}

#Standings .y {
  background-color: #BDEF47;
}

#Standings .r {
  background-color: #F246D0;
}


.stand_rows3:before{
    background: #FF1F00
}
.stand_rows4:before{
    background: #CC6F2A
}



.stand_row{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
    text-align: center;
    min-width: 24px;
    margin-left: 6px;
    transition: .1s;
}

.stand_Time, .stand_Team{
    min-width: 18%;
}
.stand_Pit{
    min-width: 5%;
}
/*
.stand_nom, .stand_logo, .stand_team, .stand_mp,.stand_w, .stand_d, .stand_l, .s
tand_g, .stand_p{

    font-family: 'SF Pro Display', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    opacity: .56;
    text-align: center;
    min-width: 24px;
    margin-left: 6px;
    transition: .1s
}
*/
.stand_mp{
    margin-left: 8px;
/*    border: 1px solid red*/
}

.stand_nom{
    width: 16px;
    min-width: 16px;
    margin-left: 0px;
}
.stand_logo{
    min-width: 12px;
    margin-left: 10px;
    transition: .1s
/*    border: 1px solid blue*/
}
.stand_logo img{
    width: 12px;
}

.stand_team{
    width: 100%;
    margin-left: 6px;
    display: flex;
    align-items: center;
    justify-content:flex-start;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.stand_g{
    min-width: 40px;
}
.stand_gL{
    min-width: 60px;
}

.st_info{
    font-family: 'SF Pro', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 16px;
    letter-spacing: -0.32px;
    opacity: .9;
    display: flex;
    align-items: center;
}

#markers_content{
    font-family: 'SF Pro Display', sans-serif;
    width: 100%;
    margin: 16px 0;
    padding: 8px;
/*    border: 1px solid red;*/
}

.markers_row{
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-left: 4px;
    margin-bottom: 6px;
/*    border: 1px solid red;*/
}
.markers_row:last-child{
    margin-bottom: 0px;
}


.markers_color{
    width: 8px;
    height: 8px;
    border-radius: 2px;
}

.markers_info{
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 14px;
    letter-spacing: -0.32px;
color: rgba(0, 0, 0, .8);
}

.markers_info span{

}

