.liveHeard {
    width: 100%;
    height: 65px;
    padding-top: 20px;
    background: #1d3461;
    display: flex;
    justify-content: center;
}

.segmentedControl {
    width: 150px;
    height: 30px;
    border: 1px solid white;
    border-radius: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    font-size: 14px;
}

.segmentedItem {
    width: 49px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid white;
}

.segmentedCheckItem {
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    color: #1d3461;
}

.nav-tabs {
    background-color: #1d3461;
    border: none;
    border-bottom: 1px solid #00000010;
    display: flex;
    justify-content: space-around;
}

.nav-tabs .nav-link {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: white;
    border: none;
    display: flex;
}

.nav-item {
    display: flex;
}

.nav-tabs .nav-link.active {
    font-family: PingFangSC-Medium;
    font-size: 14px;
    color: #A13D40;
    border-bottom: 0.31rem solid #A13D40;
    background: none;
}

.focus-number {
    background: #A13D40;
    color: white;
    font-size: 8px;
    width: 17px;
    height: 17px;
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: -14px
}

.match-header {
    width: 100%;
    height: 1.63rem;
    background: #3D3D3D;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.89);
    display: flex;
    align-items: center;
}
.match-day-img{
    height:1rem;
    width: 1rem;
}
.match-header-text{
    font-size: 14px;
    color: rgba(255,255,255,0.40);
    letter-spacing: 0;
    text-align: center;
    padding-left: 8px;
}
.match-arrow-img{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
}
.matchDiv{
    width: 100%;
    padding-top: 0.3rem;
    padding-left: 0.56rem;
    padding-bottom: 10px;
    background: #FFFFFF
}
.match-title {
    display: flex;
    color: #404040;
    font-size: 12px;
    padding-top:  0.63rem; 
}
.match-week{
    font-size: 11px;
    margin-left:3px;
    margin-right:3px;
}
.match-league{
    font-size: 11px;
    color: #FFFFFF;
    letter-spacing: 0;
    background: #A13D40;
    padding-left:20px;
    padding-right:20px; 
    border-radius: 10px;
    margin-left:3px;
    margin-right:3px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.match-logo{
    height: 1.5rem;
    width: 1.5rem;
}
.match-team{
    height: 1.5rem;
    width: 100px;
    font-size: 13px;
    color: #404040;
    letter-spacing: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.match-detial {
    display: flex;
    flex-direction: column;
    height: 3.2rem;
    justify-content: space-around;
    align-items: center;

}
.match-handicap{
    height: 1.5rem;
    width: 1.8rem;
    font-size: 13px;
    color: #404040;
    letter-spacing: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.match-socre{
    height: 1.5rem;
    width: 2.81rem;
    font-size: 15px;
    color: #404040;
    letter-spacing: 0;
    display: flex;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
}
.contentLine {
    background: rgb(238, 236, 236);
    width:  1px;
    height: 3.2rem;
    margin-left: 5px;
    margin-right: 5px;
    
}
.line {
    background: rgb(238, 236, 236);
    height:  1px;
    width: 100%;
}
.match-status {
    display: flex;
    height: 3.2rem;
    justify-content: center;
    align-items: center;
    flex:1;
    font-size: 15px

}
.match-on-going{
    height: 1rem;
    width: 1rem;
    margin-right: 6px
}
.red-card{
    display: flex;
    height: 1rem;
    width: 0.8rem;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    background: red;
    color: white;
    font-size: 11px;
    margin-left: 4px
}