#Layer1 label {
    display: inline-block;
}

@-webkit-keyframes blinkingText {
    0% {
        color: #ff4c13
    }

    49% {
        color: transparent
    }

    50% {
        color: transparent
    }

    99% {
        color: transparent
    }

    to {
        color: #ff4c13
    }
}

@keyframes blinkingText {
    0% {
        color: #ff4c13
    }

    49% {
        color: transparent
    }

    50% {
        color: transparent
    }

    99% {
        color: transparent
    }

    to {
        color: #ff4c13
    }
}

@-webkit-keyframes blinkingTextMobile {
    0% {
        color: #01b243
    }

    49% {
        color: transparent
    }

    50% {
        color: transparent
    }

    99% {
        color: transparent
    }

    to {
        color: #01b243
    }
}

@keyframes blinkingTextMobile {
    0% {
        color: #01b243
    }

    49% {
        color: transparent
    }

    50% {
        color: transparent
    }

    99% {
        color: transparent
    }

    to {
        color: #01b243
    }
}


.red {
    color: #ff4c13;
}

#div_goal table {
    background-color: #141516;
    margin-bottom: 0 !important;
    border: 1px solid #333;
}

#div_goal table td {
    padding: 0 10px;
}

#div_goal table tr td {
    border-width: 0;
}

#div_goal .GoalDiv-t {
    background-color: #121213;
}

.GoalDiv-t .goal-time {
    float: right;
}

#div_goal .line {
    background-color: #35373b;
}

.matchList .item .team {
    flex: 1;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

@media only screen and (max-width: 991px) {
    .main-page .sports-bars .btn-livescore {
        padding-left: unset;
    }
}

@media(max-width: 549px) {
    .main-page .sports-bars .btn-livescore {
        padding-left: 6px;
    }
}

.livescore-loading {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 99;
    font-size: 1rem;
    color: #333;
}

.livescore-loading .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ff4c13;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: .5rem;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#live-score {
    margin-top: 0px !important;
}

#oddsChange, #panluDiv, #sbOddsCorner, .bak_div {
    background: #2a3038;
    border: 1px solid #343a43;
    border-radius: 12px;
    box-shadow: 0 2px 50px rgba(0, 0, 0, .7);
    box-sizing: border-box;
    overflow: hidden;
}
.oddschanges .odd-bg1 .f-left {
    float: left;
}
table[align=center], td[align=center] {
    text-align: center;
}

.oddschanges .odd-score {
    font-size: 15px;
    font-weight: 700;
}
#ffOddsDetail tr td, #fhOddsDetail tr td {
    border: 1px solid #3f454f;
    color: #f2f3f3;
    font-family: Oswald;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

#ffOddsDetail tr td.gray, #fhOddsDetail tr td.gray {
    background: #3a414a;
}
.oddschanges .odd-bg1 a {
    color: #01b243;
    float: right;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}

.dark .down_green, .down_green {
    BACKGROUND-COLOR: #6d2929;
}

.dark .oddschanges-bg1 {
    background-color: #524e49;
}

.dark .up_red, .up_red {
    BACKGROUND-COLOR: #15572b;
}

.dark .oddschanges-bg2, .oddschanges-bg2 {
    background-color: #3a414a;
}

.oddschanges td {
    line-height: 33px;
    padding: 0;
}
#oddsChange {
    width: 555px;
}
.oddschanges .odd-teamname {
    color: #fff;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 0;
    text-align: right;
    text-transform: uppercase;
}

#oddsChange .sclass-label {
    background: #00b2ff;
    border-radius: 2px;
    color: #fff;
    font-family: Oswald;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    padding: 5px 20px;
    text-align: center;
    text-transform: uppercase;
}

.odd-bg1 span {
    -webkit-text-decoration: underline dashed;
    text-decoration: underline dashed;
}

#oddsChange .closebtn {
    cursor: pointer;
    line-height: 1;
    position: absolute;
    right: 15px;
    top: 10px;
}

#oddsChange .closebtn:before {
    color: #fff;
    content: "x";
    font-size: 26px;
    opacity: .2;
}

.oods-c-bg1,.up {
    background: #15572b;
    color: #fff
}

.down,.oods-c-bg2 {
    background: #863459;
    color: #fff
}

#ffOddsDetail tr:first-child td, #fhOddsDetail tr:first-child td {
    background: #2a3038 !important;
    color: #fff;
    font-family: Oswald;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding: 10px 0;
}