.th {
    font-family: var(--font-family-th);
}

h2 {
    font-size: 22px;
}

.nav-fixture {
    padding: 0;
    margin: 0;
    text-align: center;
    border-color: var(--bs-primary);
    border-bottom: 3px solid var(--bs-primary);
}

.nav-fixture li {
    line-height: 30px;
    display: inline-block;
    margin: 0 -1px;
    background-color: #dce2f1;
}

.nav-fixture li.active {
    background-color: var(--bs-primary);
}

.nav-fixture li.active a {
    color: #FFF;
}

.nav-fixture a {
    padding: 0 35px;
    color: #000000;
}

.table-fixture {
    font-size: 13px;
}

.table-fixture th {
    padding: 3px;
    text-align: center;
    color: var(--bs-primary);
    background-color: #dce2f1;
    font-weight: 500;
    font-size: 14px;
}

.table-fixture td  {
    padding: 3px;
    text-align: center;
}

.table-fixture td {
    border: 1px solid #dfdfdf;
}

.th2 th {
    padding: 3px;
    font-weight: normal;
    color: #45658f;
    background-color: #dce2f1;
}

.bl {
    border-left: 1px solid #dfdfdf;
}

.bt {
    border-top: 1px solid #dfdfdf;
}

.br {
    border-right: 1px solid #dfdfdf;
}

.bg-td1 {
    background-color: #edf9ee !important;
}

.bg-td2 { 
    background-color: #fbfbcd !important;
}

.bg-td3 {
    background-color: #f1f1f1 !important;
}

.table-odds td > span {
    width: 60px;
    padding-right: 15px;
    display: inline-block;
    text-align: end;
}

.table-odds .up2 {
    background: url("../../images/icons/up-red.png") no-repeat 49px center;
    color: red;
}

.table-odds .down2 {
    background: url("../../images/icons/down-green.png") no-repeat 49px center;
    color: green;
}

.text-team-home {
    color: #d0471e !important;
}

.bg-team-home {
    background: #d0471e !important;
}

.text-team-away {
    color: #5a57f0 !important;
}

.bg-team-away {
    background: #5a57f0 !important;
}

.header-border {
    padding: 0px !important;
    height: 3px;
}

.form-select-ssm {
    padding-top: 0px;
    padding-bottom: 0px;
}

.tag-result {
    color: #fff;
    border-radius: 2px;
    width: 16px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
}

.tag-result-W, .tag-result-O {
    background: #00B526;
}

.tag-result-D {
    background: var(--bs-info);
}

.tag-result-L, .tag-result-U {
    background: var(--bs-danger);
}

.header-sub {
    font-weight: normal;
    color: #45658f;
    background-color: #dce2f1;
}

.row-player {
    font-size: 13px;
    padding: 3px 12px;
}

.row-player .position {
    display: inline-block;
    width: 32px;
    text-align: center;
    color: var(--bs-primary);
    font-weight: bold;
}

.row-player span {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    background: #CCC;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}

.ul-mark-none {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.h-bar-track-l {
    width: 100%;
    background: #CCC;
    border-radius: 4px 0 0 4px;
}

.h-bar-track-r {
    width: 100%;
    background: #CCC;
    border-radius: 0 4px 4px 0;
}

.h-bar {
    height: 10px;
    opacity: .8;
}

.h-bar-big {
    height: 20px;
    opacity: .8;
}

.h-bar-l {
    margin-left: auto;
    border-radius: 4px 0 0 4px;
}

.h-bar-r {
    border-radius: 0 4px 4px 0;
}

.title-percent-compare {
    display: flex;
    justify-content: space-between;
}

.title-percent-compare span {
    width: 100px;
}

.table-stat-compare td {
    border: 0;
}

.m-unset {
    margin: unset;
}

.caption-fixture {
    padding: 10px 20px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.6);
    font-size: 32px;
    font-weight: 500;
}

.btn-check:checked+.btn-outline-info, .btn-check:active+.btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
    color: #FFF;
}

.btn-outline-info:hover {
    color: #FFF;
}