.scoresBox-pt {
    color: #F86826;
}

.tn-match-live .tn-txtstatus {
    color: #F86826;
}

.tourHeader {
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 20px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.tourHeader .compName {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.tourHeader .countryInfo {
    gap: 8px;
    margin-top: 6px;
}

.tourHeader .seasonName {
    border: 1px solid #C7C7C7;
    padding: 2px 8px;
    border-radius: 8px;
}

.item-block-tn-result {
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #DFDFDF;
    padding: 4px 6px;
    overflow: hidden;
}
.block-tn-result-info{
    display: flex;
  flex-direction: column;
}
.item-block-tn-result a{
    padding: 0 !important;
  color: #000;
  font-size: 14px;
}
.block-tn-result-cat{
    color: #8B8B8B;
  font-size: 12px;
}
.block-standing-right .list-schedule-all{
    max-height: 500px;
    overflow-y: auto;
}
.list-double2x .elseTeamName {
    width: 165px;
    font-size: 13px;
    line-height: 17px;
}
.body-tennis .list.list-double2x {
    height: 80px;
}
.body-tennis .list.list-double2x .moneyLineContent .le {
    width: 20%;
    height: 80px;
    padding-top: 5px;
}
.body-tennis .list.list-double2x .moneyLineContent .le {
    width: 20%;
    height: 80px;
}
.list-double2x .oddTop {
    margin-top: 16px;
}
.bad-status-ft{
    font-size: 12px;
    font-weight: bold;
    color: red;
    width: 35px;
}
.bad-status-live{
    font-size: 12px;
    font-weight: bold;
    color: green;
    width: 35px;
}