.title-left-border {
    padding: 0;
    margin-bottom: 10px;
    color: #e74646;
}
.box-match-hot .animated-background{
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: none;
    background: linear-gradient(to right, #171c26b2 10%, #28324470 18%, #E0E3E5 33%);
    background-size: 800px 104px;
    min-height: 220px;
    position: relative;
    width: 100%;
    border-radius: 16px;
}
@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}
.box-match-hot .item {
    background: #e5e2e0;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ffb796;
    cursor: pointer;
    transition: all 0.2s;
    height: 100%
}

.box-match-hot .item .header {
    display: flex;
    align-items: center;
    padding: 0 10px
}

.box-match-hot .item .header .logo img {
    width: 24px;
    height: auto
}

.box-match-hot .item .header .text {
    margin-left: auto
}

.box-match-hot .item .header .text p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #5A5A5A
}

.box-match-hot .item .body {
    display: flex;
    align-items: center;
    padding: 15px 0
}

.box-match-hot .item .body img {
    width: auto;
    height: 48px;
    background: #fff;
    border-radius: 100%;
    padding: 5px
}

.live-team__home img,.live-team__away img,.vote-team__home img,.vote-team__away img {
    width: auto;
    height: 48px;
    background: #202e34;
    border-radius: 100%;
    padding: 5px
}

.header-team__home img,.header-team__away img {
    width: auto;
    height: 60px;
    background: #202e34;
    border-radius: 100%;
    padding: 5px;
    border: 2px solid #12ef9e
}

.header-team__home div,.header-team__away .live-team__name {
    font-weight: 600;
    font-family: var(--font-inter)
}

.box-match-hot .item .body .team {
    width: 100%;
    text-align: center
}

.box-match-hot .item .body .text {
    color: #BBB;
    font-weight: 700;
    font-size: 14px
}

.box-match-hot .item .body .team p {
    margin: 0;
    color: #393B3D;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis
}


.box-match-hot .item .footer {
    border-top: 1px solid #202E34
}

.box-match-hot .item .footer .result {
    display: flex;
    border-radius: 8px;
    background: #77675e;
    padding: 5px 0;
    margin-top: 10px;
    transition: all 0.2s;
    color: #BFCECF
}

.box-match-hot .item .footer .result div {
    width: 100%;
    text-align: center;
    font-size: 14px
}

.box-match-hot .item .footer .result div:nth-child(2) {
    color: #FFD743
}

.box-match-hot .item .footer .result div:nth-child(3) {
    color: #12EF9E
}

.box-match-hot .item .footer-hover {
    display: none;
    transition: all 0.2s;
    margin: 44px 0
}

.box-match-hot .item .footer-hover a {
    text-decoration: none;
    display: block;
    color: #202E34;
    text-align: center;
    background: #ff9330;
    margin-top: 10px;
    border-radius: 8px;
    font-weight: 700;
    padding: 5px 10px;
    transition: all 0.2s
}

.box-match-hot .item .footer-hover a:hover {
    background: var(--color-main-site);
    color: #fff;
    transition: all 0.2s
}

.box-match-hot .item:hover {
    border: 1px solid #ff9330;
    box-shadow: rgb(255 147 48 / 30%) 0 0 20px 2px;
    transition: all 0.2s
}

.box-match-hot .item:hover .footer-hover {
    display: block;
    transition: all 0.2s
}

.box-match-hot .item:hover .result {
    display: none;
    transition: all 0.2s
}

.box-match-hot .owl-nav button.owl-next {
    left: auto;
    right: -20px;
}
.box-match-hot .owl-nav button span {
    font-size: 30px;
    line-height: 30px;
    color: #397f19;
}
.box-match-hot .owl-nav button {
    width: 36px;
    height: 36px;
    background: #fff !important;
    border-radius: 50% !important;
    text-align: center;
    position: absolute;
    left: -20px;
    top: 38%;
}
.box-match-hot .owl-stage {
    display: flex;
    flex-flow: row;
    margin-bottom: 15px;
}