.single-block-content {
    padding: 16px;
    background: #fff;
    border-radius: 5px;
}

.single-block-content_article {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .25px;
    color: #000;
}

.leaguedivdetails, .tipclass {
    align-items: center;
    border-radius: 5px;
    display: flex;
}

.leaguedivdetails {
    height: 40px;
    background: #f1f4f7;
    padding: 10px;
}

.topteams {
    display: flex;
    gap: 6px;
    margin-top: 10px;
}

.team, .teamvs {
    padding: 5px;
    background: #f1f4f7;
    text-align: center;
    font-weight: 500;
}

.team {
    height: 150px;
    font-size: 20px;
    border-radius: 5px;
    min-width: calc(50% - 3px);
    overflow-wrap: anywhere;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formteams {
    display: flex;
    max-width: 100px;
    margin: auto;
    justify-content: center;
    float: initial;
}

.inline-block {
    display: inline-block;
    max-width: 20px;
}

.standvaluepredi {
    width: 25px !important;
    height: 25px !important;
    border: 1px solid #fff;
    border-radius: 25px;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    padding-top: 2px;
}

.standvaluepredi, p.trends {
    align-items: center;
    display: flex;
}

.bg-teal-draw {
    background-color: #a0aec0;
}

.bg-teal-lost {
    background-color: #e53e3e;
}

.bg-teal-win {
    background-color: #319795;
}

.bumper-data h2, .football-table__title-link {
    font-weight: 500;
    line-height: 20px;
    color: #000;
}

.infogame {
    background: #f1f4f7;
    margin-top: 10px;
    padding: 5px;
    min-height: 35px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
}

.tipclass {
    background: #e9edf1;
    padding: 6px;
    max-width: 60px;
    margin: auto;
    font-weight: 600;
    height: 52px;
    text-align: center;
    justify-content: center;
}

.tipclass.extraclass {
    max-width: 80px;
    height: 60px;
    margin-bottom: 25px;
}

.adsbygoogle {
    display: none !important;
}

.button {
    background-color: #e6e9ec;
    border: none;
    color: #000;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 0 5px 0 0;
    min-width: 95px;
    border-radius: 5px;
}


.football-table, .football-table__row, .footer-section-cell, .footer-section-row, .navigation-back:after, .navigation-cell, .prediction-badge__item, .prediction-badges {
    display: -webkit-box;
    display: flex;
}

.football-table__row {
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 0 12px;
    width: 100%;
    min-height: 68px;
}

.football-table__row_related {
    margin-bottom: 4px;
}

.gameinsidetab:nth-child(2n) {
    background: #f8f9fa;
}

.football-table__cell {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    height: 100%;
    min-height: 68px;
}

.football-table__cell_wide {
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.btn-scroll-up, .football-table__title-link {
    width: 100%;
    display: -webkit-box;
    letter-spacing: .25px;
}

.bumper-data h2, .football-table__title-link {
    font-weight: 500;
    line-height: 20px;
    color: #000;
}

.football-table__title-link {
    font-size: 14px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.timegame {
    font-size: 12px;
    margin-right: 10px;
    color: #666;
}

.teamsize {
    width: 45%;
}

.leagueone {
    flex-basis: 45%;
    text-align: center;
}

.three {
    margin-right: 8px;
    text-align: center;
    min-width: 40px;
}

.scoreislive, .scoreline {
    margin-top: 5px;
}

.one {
    flex-basis: 15%;
    text-align: center;
}

.two {
    flex-basis: 25%;
    text-align: center;
    margin-right: 5px;
}

.gg-close-o, .gg-loadbar-alt {
    transform: scale(var(--ggs, 1));
    margin: auto;
}

.gg-loadbar-alt, .gg-loadbar-alt::after, .gg-loadbar-alt::before {
    display: block;
    box-sizing: border-box;
    height: 4px;
    border-radius: 4px;
}

.gg-loadbar-alt {
    position: relative;
    width: 18px;
}

.gg-loadbar-alt, .gg-loadbar-alt::after, .gg-loadbar-alt::before {
    display: block;
    box-sizing: border-box;
    height: 4px;
    border-radius: 4px;
}

.gg-loadbar-alt::after, .gg-loadbar-alt::before {
    background: #cfd1d2;
    content: "";
    position: absolute;
}

.gg-loadbar-alt::before {
    animation: 8s cubic-bezier(0,0,.58,1) infinite loadbaralt;
}

@keyframes loadbaralt {
    0%,to {
        left: 0;
        right: 80%
    }

    25%,75% {
        left: 0;
        right: 0
    }

    50% {
        left: 80%;
        right: 0
    }
}

.single-block-content__body,
.navigation-category-title h2,
.h24 {
    margin-top: 2rem;
}