ul.tools {
    -webkit-overflow-scrolling: touch;
    align-items: center;
    background: #2a3038;
    box-sizing: content-box;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    margin-bottom: 0;
}


ul.tools li a {
    background: #2a3038;
    border-bottom: 1px solid #242930;
    border-right: 1px solid #242930;
    border-top: 1px solid #242930;
    color: #fff;
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 20px;
    text-transform: uppercase
}

ul.tools li a:focus,
ul.tools li a:hover {
    background: #01b243;
    color: #fff
}

ul.tools li:first-child a {
    border-left: 1px solid #242930
}

ul.tools li.on a {
    background: #01b243;
    color: #fff
}

ul.tools li.live.on a {
    background: #c72a1d;
    color: #fff
}

ul.tools::-webkit-scrollbar {
    display: none
}

.matchList .dayrow {
    background: #121213;
    color: #fff;
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 9px;
    text-align: center;
    text-transform: uppercase;
}

.matchList .item .odds>i {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
    text-align: left;
}

.matchList .item .odds>i {
    gap: 2px;
}

.matchList .group-title,
.matchList-v2 .group-title {
    background: #2a3038;
    border-bottom: 1px solid #262626;
    color: #d9d9d9;
    font-weight: 500;
    line-height: normal;
    padding: 8px 30px;
    position: relative;
}

.matchList .group-title .tri,
.matchList-v2 .group-title .tri {
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right-color: #b2b2b2;
    border-top-color: #b2b2b2;
    display: inline-block;
    height: 8px;
    margin: 10px 10px 4px 0;
    padding: 4px 4px 0 0;
    position: absolute;
    right: 10px;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    width: 8px;
}

.matchList .group-title .leaRow,
.matchList-v2 .group-title .leaRow {
    align-items: center;
    display: flex;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 500;
    padding: 0 4px;
}

.matchList .group-title .leaRow .imgw4,
.matchList-v2 .group-title .leaRow .imgw4 {
    height: 16px;
    margin-right: 8px;
    width: 16px;
}

.matchList .group-title .leaRow .imgw4 img,
.matchList-v2 .group-title .leaRow .imgw4 img {
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    width: 100%;
}

.matchList .group-title .iconfont,
.matchList-v2 .group-title .iconfont {
    background-position: 50%;
    font-size: 16px;
    height: 16px;
    left: 0;
    line-height: 16px;
    margin-left: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
}

.matchList .item .status .gameName,
.matchList .item .status .time {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
}

.matchList .item .status .time {
    color: #afb4ba;
    font-weight: 400;
}

.matchList .item {
    background: #1a1d23;
    border-bottom: 1px solid #2a3038;
    display: flex;
    justify-content: space-between;
    padding: 12px 10px;
    position: relative;
}

.matchList .item .team {
    flex: 1;
}

.matchList .item .status {
    align-items: center;
    display: flex;
    height: 24px;
    margin-bottom: 10px;
}

.matchList .item .guestTeam,
.matchList .item .homeTeam {
    align-items: center;
    display: flex;
    gap: 2px;
    margin-bottom: 6px;
    min-height: 18px;
}

.matchList .item .guestTeam .name,
.matchList .item .homeTeam .name {
    color: #f2f3f3;
    font-family: Raleway, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.matchList .item .guestTeam .imgw4,
.matchList .item .homeTeam .imgw4 {
    border-radius: 50%;
    height: 20px;
    margin-right: 6px;
    overflow: hidden;
    width: 20px;
}

.matchList .item .guestTeam i,
.matchList .item .homeTeam i {
    color: #c7c5c5;
    font-size: 11px;
    font-style: normal;
}

.matchList .item .odds {
    flex-basis: 110px;
    margin-left: 10px;
}


.matchList .item .odds .hOdds {
    display: flex;
    width: 100%;
}

.matchList .item .odds .lOdd {
    margin-bottom: 8px;
}

.matchList .item .odds .hOdds span {
    color: #fff;
    display: flex;
    flex: 1;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    position: relative;
    text-align: center;
}

.matchList .item .odds .hOdds span:first-child {
    justify-content: flex-start;
}

.matchList .item .odds .hOdds span:nth-child(2) {
    color: #60b9ff;
    justify-content: center;
    width: 40%;
}

.matchList .item .odds .hOdds span:last-child {
    justify-content: flex-end;
}

.col-inner .tools li {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
}


.matchList .item .score {
    margin-right: 12px;
    text-align: center;
    width: 20px;
    display: block !important;
}

.matchList .item .score>i,
.matchList .item .score>span {
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px
}

.matchList .item .score .name,
.matchList .item .score>i {
    color: #01b243;
    display: block;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    white-space: nowrap
}

.matchList .item .score .guestS,
.matchList .item .score .homeS {
    align-items: center;
    background: #1c82d7;
    border-radius: 3px;
    color: #fff;
    display: flex;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    justify-content: center;
    line-height: 18px;
    text-align: center;
    width: 18px
}

.matchList .item .score .homeS {
    margin-bottom: 8px
}

.matchList .item .score span.on {
    background: orange;
    color: #ebebeb
}

.matchList .item .corner,
.matchList .item .score-ht {
    margin-right: 12px
}

.matchList .item .corner i,
.matchList .item .score-ht i {
    background: url(../img/icon-corner.svg) no-repeat 50%;
    display: block;
    height: 24px;
    margin-bottom: 10px;
    width: 20px
}

.matchList .item .corner i.hide,
.matchList .item .score-ht i.hide {
    background: none
}

.matchList .item .corner .name,
.matchList .item .score-ht .name {
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    white-space: nowrap
}

.matchList .item .corner .guestS,
.matchList .item .corner .homeS,
.matchList .item .score-ht .guestS,
.matchList .item .score-ht .homeS {
    align-items: center;
    border-radius: 3px;
    color: #fff;
    display: flex;
    font-family: Oswald, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    justify-content: center;
    line-height: 14px;
    text-align: center
}

.matchList .item .corner .homeS,
.matchList .item .score-ht .homeS {
    margin-bottom: 8px
}

.matchList .item .guestTeam .yellowCard>*,
.matchList .item .homeTeam .yellowCard>* {
    background: #ffc107;
    color: #000;
}

.matchList .item .guestTeam .redCard>*,
.matchList .item .homeTeam .redCard>* {
    background: #f44336;
    color: #fff
}

.matchList .item .guestTeam .redCard>*,
.matchList .item .guestTeam .yellowCard>*,
.matchList .item .homeTeam .redCard>*,
.matchList .item .homeTeam .yellowCard>* {
    border-radius: 2px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    height: 18px;
    line-height: 18px;
    margin: 0 1px;
    min-width: 14px;
    padding: 0 2px;
    text-align: center;
    width: auto
}

.matchList .item .timeScore,
.matchList .item .score {
    display: block !important;
}

/* gwd-football-styles.css – add at the end */
.group-title+.item.tob {
    transition: max-height .25s ease;
}

.group-title.collapsed+.item.tob {
    max-height: 0;
    overflow: hidden;
}

#leaFilter_list, #countryFilter_list {
    margin-bottom: 0;
}

#leaFilter_list li, #countryFilter_list li {
    margin-left: 0;
    margin-bottom: 0;
}

.dbList li .icon {
    margin-left: auto;
}