:root {
    --secondary: #f15d23;
}

.block .foot a {
    background:var(--secondary);
}

.line-up-group > .row {
    background-color: #fff;
}

.match .foot .btn.btn-icon {
    padding: 2px 5px 5px !important;
    width: auto !important;
}


@media (min-width: 1500px) {
   .sport-news .item-li .img-cont {
        width: 200px;
    }

    .sport-news .item-li .txt-cont {
        width: calc(100% - 200px);
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .sport-news .item-li .img-cont {
        width: 200px;
    }

    .sport-news .item-li .txt-cont {
        width: calc(100% - 200px);
    }

}

@media (max-width: 768px) {
    .sport-news .item-li p {
        display:none;
    }
}


    .ntsport {
    background-color: #fff;
}

.ntsport2 {
    background-color: #fff;
}

.ntsport2 .title h2 {
    color:#000;
}

.ntsport.block .title,
.ntsport.block .title,
.ntsport.block .foot,
.ntsport.block .foot 
{
    border: 0px none;
}

    .ntsport.block .foot a ,
        .ntsport2 .block .foot a {
        border-radius: 100px;
        margin: 10px;
    }

.ntsport .title h2 {
    color: #000;
}
    .live-matches {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: url(../images/bg-live.jpg) top center no-repeat;
    background-size: cover;
    display: none
}

    .live-matches .live-match-cont {
        display: flex;
        justify-content: center;
        position: relative;
        height: 300px;
        align-items: center
    }

        .live-matches .live-match-cont:before {
            content: "";
            width: 100%;
            height: 100px;
            position: absolute;
            bottom: -50px;
            background: url(../images/field.png) no-repeat center;
            background-size: contain;
            z-index: 1
        }

        .live-matches .live-match-cont .match-info {
            display: flex;
            flex-direction: column;
            width: 120px;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 3
        }

            .live-matches .live-match-cont .match-info .league {
                display: flex;
                color: #fff;
                flex-direction: column;
                font-size: 9px;
                justify-content: center;
                align-items: center;
                margin-bottom: 10px
            }

                .live-matches .live-match-cont .match-info .league img {
                    width: 20px;
                    margin-bottom: 10px
                }

            .live-matches .live-match-cont .match-info .match-score {
                display: flex;
                width: 100%;
                justify-content: space-between
            }

                .live-matches .live-match-cont .match-info .match-score p {
                    color: #fff;
                    font-size: 40px;
                    font-weight: 700;
                    margin: 0;
                    padding: 0;
                    text-align: center;
                    height: 60px;
                    line-height: 60px
                }

            .live-matches .live-match-cont .match-info .match-time {
                border: 1px solid #fff;
                color: #fff;
                border-radius: 4px;
                margin-bottom: 10px;
                font-weight: 700
            }

        .live-matches .live-match-cont .team {
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            z-index: 3;
            margin-top: 100px
        }

            .live-matches .live-match-cont .team h4 {
                color: #fff;
                font-weight: 700;
                font-size: 16px;
                height: 60px;
                line-height: 60px;
                min-width: 100px;
                text-align: center
            }

            .live-matches .live-match-cont .team img {
                width: 100px;
                height: auto
            }

            .live-matches .live-match-cont .team.home-team {
                align-items: flex-end
            }

            .live-matches .live-match-cont .team.away-team {
                align-items: flex-start
            }

.live-open {
    padding-top: 400px
}

    .live-open .live-matches {
        display: block
    }

.live-col {
    background: linear-gradient(137deg, #76071A 10.25%, #D52F26 75.45%) !important;
    /*border-radius: 0px 44px 20px 20px*/
    color:#fff;
}

    .live-col a{
        color:#fff !important;
    }

    .live-col .match-info .score p {
        color: #fff !important;
    }

    .league {
        margin-bottom: 20px
    }

        .league .name {
            display: flex;
            align-items: center;
            background: #eee;
            color: #000;
            line-height: 30px;
            margin-bottom: 10px;
            font-weight: bold;
            padding: 5px;
            font-size: 13px;
            border-radius: 50px;
        }

        .league .name img {
            margin-right: 10px
        }

.sub-title {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #131724 3.5%, rgba(19, 23, 36, 0) 93.17%);
    border-radius: 0px 50px 4px 50px;
    color: #fff;
    padding-left: 20px;
    line-height: 30px;
    margin-bottom: 10px
}

    .sub-title img {
        margin-right: 10px
    }

.match {
    display: flex;
    flex-direction: column;
    padding: 4px 0;
    margin-bottom: 8px;
    border-radius: 4px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: rgba(255,255,255,.3);
    box-shadow: 0px 0px 10px #ccc;
    padding: 8px 4px;
}

    .match time.date {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: bold
    }

    .match .foot {
        display: flex;
        align-items: center;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        color: #fff;
        line-height: 20px;
        border: 1px solid var(--secondary);
        justify-content: space-between;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 0;
        padding-bottom: 0
    }

        .match .foot time {
            font-size: 16px;
            font-weight: bold
        }

    .match .match-scores {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .match .league-sm {
        margin: 4px 0
    }

    .match.live .match-scores {
        background: var(--primary);
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding-bottom: 4px
    }

a.league-sm {
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 11px
}

    a.league-sm img {
        border-radius: 50%;
        margin: 0 8px
    }

.btn-icon {
    fill: #fff;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

    .btn-icon .icon {
        margin: 4px
    }

    .btn-icon:hover {
        background: var(--primary)
    }

.match-info {
    width: 70px;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center
}

    .match-info .score {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        color: #347dec;
    }

        .match-info .score p {
            color: #347dec;
            font-size: 20px;
            font-weight: 500;
            width: 50%;
            text-align: center;
            display: flex;
            justify-content: center;
            margin: 0
        }

        .match-info .score.ended {
            background: var(--primary)
        }

    .match-info .time {
        display: flex;
        flex-direction: column;
        font-weight: 500;
        justify-content: center;
        align-items: center;
        width: 60px;
        height: 60px;
        padding: 5px;
        line-height: 21px;
        font-size: 12px;
        color: #f25a22;
        background: #fff;
        border-radius: 50%;
        border: 2px solid #2f25cd;
    }

.match-events {
    min-width: 100%;
    display: flex;
    flex-direction: column;
}

    .match-events .single-event {
        display: flex;
        justify-items: center;
        align-items: center;
        padding-inline: 16px;
        padding: 8px 0;
        grid-column-gap: 12px;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
        min-width: 100%;
    }

        .match-events .single-event .minute {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 70px;
            height: 100%;
            color: var(--secondary);
            font-weight: 700
        }

        .match-events .single-event .event-team-home {
            width: calc(50% - 35px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: right;
            display: flex;
            flex-direction: row-reverse
        }

        .match-events .single-event .event-team-away {
            width: calc(50% - 35px);
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: left;
            display: flex
        }

        .match-events .single-event .event-icon {
            width: 20px;
            height: 20px;
            margin: 4px
        }

        .match-events .single-event .event-info {
            display: flex;
            flex-direction: column;
            color: #fff
        }

            .match-events .single-event .event-info .sub {
                font-weight: lighter;
                font-size: 12px
            }

.team {
    display: flex;
    align-items: center;
    text-overflow: hidden;
    width: calc(50% - 35px);
    flex-direction: column
}

@media(min-width: 370px) {
    .team {
        flex-direction: row
    }
}

.team h4 {
    text-overflow: ellipsis;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    padding: 5px;
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #eee7;
}

@media(min-width: 370px) {
    .team h4 {
        width: calc(100% - 40px);
    }
}

.team img {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    border: none;
    background: #fff;
    border-radius: 50%;
    box-shadow: 2px 7px 5px #ddd;
    display: inline-block;
    float: none;
    padding: 5px;
}

@media(min-width: 370px) {
    .team.home-team {
        flex-direction: row-reverse;
        text-align: right
    }
}

@media(min-width: 370px) {
    .team.away-team {
        text-align: left
    }
}

.team-logo {
    width: 30px;
    height: 30px
}

.league-table-sm {
    display: flex;
    flex-direction: column;
    min-width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ddd;
}

    .league-table-sm .table-head {
        font-size: 12px;
        border-radius: 0px;
        line-height: 20px;
        background: linear-gradient(90deg, #8dc9f9 3.5%, #4281b4 93.17%);
        color: #fff !important;
    }

    .league-table-sm .table-head, .league-table-sm .table-row {
        display: flex;
        min-width: 100%;
        color: var(--color-main-text);
        margin-bottom: 10px;
        padding: 4px 0
    }

        .league-table-sm .table-head > div, .league-table-sm .table-row > div {
            display: flex;
            height: 30px
        }

        .league-table-sm .table-head .club, .league-table-sm .table-row .club {
            min-width: 200px;
            align-items: center;
            font-weight: 700;
            font-size: 12px;
        }

            .league-table-sm .table-head .club img, .league-table-sm .table-row .club img {
                height: 30px;
                width: auto;
                margin-right: 10px
            }

            .league-table-sm .table-head .club a, .league-table-sm .table-row .club a {
                display: inherit;
                align-items: inherit
            }

        .league-table-sm .table-head .points, .league-table-sm .table-row .points {
            font-weight: 700
        }

        .league-table-sm .table-head .played, .league-table-sm .table-head .pos, .league-table-sm .table-head .goolDef, .league-table-sm .table-head .points, .league-table-sm .table-row .played, .league-table-sm .table-row .pos, .league-table-sm .table-row .goolDef, .league-table-sm .table-row .points {
            width: 40px;
            min-width: 40px;
            text-align: center;
            justify-content: center;
            align-items: center;
            border-left: 1px solid rgba(0,0,0,.12)
        }

    .league-table-sm .table-row {
        border-bottom: 1px solid #eee;
        transition: all .35s ease
    }

        .league-table-sm .table-row .club {
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis
        }

        .league-table-sm .table-row:hover {
            background: rgba(0,0,0,.12)
        }

.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    max-width: 300px;
    justify-content: center;
    gap: 10px;
    min-width: 100%
}

    .tabs li {
        display: inline-block
    }

        .tabs li a {
            text-decoration: none;
            color: #333;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: inline-block;
        }

            .tabs li a img {
                width: 100%;
                height: auto
            }

            .tabs li a.active {
                background: linear-gradient(0deg, rgba(52, 125, 236, 0.98) 0.86%, rgba(52, 125, 236, 0) 99.13%)
            }

                .tabs li a.active img {
                    -webkit-transform: scale(0.9);
                    transform: scale(0.9)
                }

.tab-content {
    padding: 15px 0
}

    .tab-content .tab-pane {
        display: none;
        opacity: 0;
        transition: opacity .3s ease
    }

        .tab-content .tab-pane.active {
            display: block;
            opacity: 1;
            transition-delay: 1s
        }

.ntsport .tab-content {
    background: #fff5;
    padding-top: 0px;
}

.col-lg-4 .match {
    border-radius: 4px !important
}

.legend_list__ymXT3 {
    list-style: none;
    display: flex;
    flex-wrap: wrap
}

    .legend_list__ymXT3 li {
        width: 50%;
        display: flex;
        gap: 8px;
        align-items: center;
        color: var(--color-main-text)
    }

:root {
    --background-color: transparent;
    --background-color-header: #d53025;
    --color-text: #fff;
    --color-text-header: #fff;
    --color-green: #01a54b !important;
    --color-red: #cd122d !important;
    --color-yellow: #ffa800 !important;
    --primary-font-size: 16px !important;
    --secondary-font-size: 14px !important;
    --header-font-size: 16px !important;
    --header-text-transform: uppercase;
    --header-link-text-transform: none;
    --border-bottom: 0.5px solid var(--background-color-header);
    --primary-padding: 8px 16px;
    --primary-line-height: 28px !important;
    --secondary-padding: 20px !important;
    --button-info-font-size: 9px;
    --button-info-line-height: 16px;
    --toolbar-font-size: var(--header-font-size);
    --modale-background-overlay: rgba(0, 0, 0, 0.4);
    --modale-close-size: 28px;
    --modale-score-size: 36px;
    --modale-teams-size: 13px;
    --standings-team-form-font-size: 9px;
    --standings-team-form-line-height: 16px;
    --flags-size: 16px;
    --teams-logo-size: 20px;
    --teams-logo-modal-size: 90%;
    --teams-logo-block-modal-size: 85px;
    --teams-logo-block-radius-modal: 5px;
    --teams-logo-block-background-modal: var(--background-color-header)
}

.wg-table {
    font-family: var(--font);
    width: 100%;
    border-collapse: collapse
}

td {
    padding: var(--primary-padding);
    font-size: var(--primary-font-size);
    letter-spacing: 0;
    line-height: var(--primary-line-height);
    vertical-align: middle;
    background: var(--background-color);
    color: var(--color-text);
    border-bottom: var(--border-bottom)
}

    td > span {
        vertical-align: middle
    }

.wg_no_data {
    padding: var(--secondary-padding);
    font-size: var(--primary-font-size);
    letter-spacing: 0;
    line-height: var(--primary-line-height);
    margin: auto;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    background: var(--background-color);
    color: var(--color-text)
}

.wg_toolbar {
    font-family: var(--font);
    padding: var(--secondary-padding);
    padding-left: 0;
    padding-right: 0;
    font-size: var(--toolbar-font-size);
    font-weight: 600;
    line-height: initial;
    background: var(--background-color);
    color: var(--color-text-header)
}

    .wg_toolbar > span {
        font-family: var(--font);
        font-size: var(--toolbar-font-size);
        letter-spacing: normal
    }

.wg_header {
    padding: var(--secondary-padding);
    font-size: var(--header-font-size);
    font-weight: 600;
    background: var(--background-color-header);
    color: var(--color-text-header);
    text-transform: var(--header-text-transform);
    text-align: center
}

    .wg_header > span {
        padding: 4px 12px !important;
        margin: 4px 12px;
        vertical-align: middle;
        border-radius: 4px;
        border: 1px solid #ccc
    }

.wb_header_link {
    font-size: var(--secondary-font-size);
    font-weight: 350;
    float: right;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: underline;
    text-transform: var(--header-link-text-transform)
}

.wg_logo {
    width: var(--teams-logo-size);
    vertical-align: middle
}

.wg_logo_game {
    vertical-align: middle;
    max-width: var(--teams-logo-modal-size);
    max-height: var(--teams-logo-modal-size)
}

.wb_img_block {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--teams-logo-block-background-modal);
    width: var(--teams-logo-block-modal-size);
    height: var(--teams-logo-block-modal-size);
    border-radius: var(--teams-logo-block-radius-modal)
}

.wg_flag {
    width: var(--flags-size);
    vertical-align: middle
}

.wg_no_border {
    border: 0
}

.wg_text_left {
    text-align: left
}

.wg_text_right {
    text-align: right
}

.wg_text_center {
    text-align: center
}

.wg_bolder {
    font-weight: 700
}

.wg_bolder_300 {
    font-weight: 300
}

.wg_bolder_600 {
    font-weight: 600
}

.wg_progress_bar {
    margin-top: -3px;
    width: 100%;
    background: var(--background-color-header)
}

.wg_progress_bar_green {
    height: 6px;
    background-color: var(--color-green)
}

.wg_progress_bar_red {
    height: 6px;
    background-color: var(--color-red)
}

.wg_progress_bar_home {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.wg_progress {
    -webkit-animation: tilt 2s linear infinite;
    animation: tilt 2s linear infinite;
    font-weight: 700;
    color: var(--color-red)
}

@-webkit-keyframes tilt {
    50% {
        opacity: 0
    }
}

@keyframes tilt {
    50% {
        opacity: 0
    }
}

.wg_liveTime {
    color: var(--color-red)
}

.wg_breakTime {
    font-weight: 600;
    background: var(--color-green);
    color: var(--background-color)
}

.wg_finished {
    color: var(--color-green)
}

.wg_canceled {
    color: var(--color-yellow)
}

.wg_form {
    display: inline-block;
    margin: 1px;
    width: 14px;
    height: 14px;
    line-height: var(--standings-team-form-line-height);
    font-size: var(--standings-team-form-font-size);
    text-align: center;
    position: relative;
    color: #fff
}

.wg_form_win {
    background: var(--color-green)
}

.wg_form_draw {
    background: var(--color-yellow)
}

.wg_form_lose {
    background: var(--color-red)
}

.wg_info {
    display: inline-block;
    border-radius: 14px;
    margin: 1px;
    width: 14px;
    height: 14px;
    line-height: var(--button-info-line-height);
    font-size: var(--button-info-font-size);
    text-align: center;
    position: relative;
    color: #fff;
    background: var(--background-color-header)
}

.wg_width_90 {
    width: 90px
}

.wg_width_80 {
    width: 80px
}

.wg_width_70 {
    width: 70px
}

.wg_width_60 {
    width: 60px
}

.wg_width_50 {
    width: 50px
}

.wg_width_30 {
    width: 30px
}

.wg_width_25 {
    width: 25px
}

.wg_width_20 {
    width: 20px
}

.wg_p_lr_0 {
    padding-left: 0;
    padding-right: 0
}

.wg_p_lr_1 {
    padding-left: 1px;
    padding-right: 1px
}

.wg_p_lr_2 {
    padding-left: 2px;
    padding-right: 2px
}

.wg_p_lr_3 {
    padding-left: 3px;
    padding-right: 3px
}

.wg_p_lr_4 {
    padding-left: 4px;
    padding-right: 4px
}

.wg_p_lr_5 {
    padding-left: 5px;
    padding-right: 5px
}

.wg_p_tb_10 {
    padding-top: 10px;
    padding-bottom: 10px
}

.wg_nowrap {
    white-space: nowrap
}

.wg_width_33_p {
    width: 33%
}

.wg_width_34_p {
    width: 34%
}

.wg_width_50_p {
    width: 50%
}

.wg_loader:after {
    content: " ";
    display: block;
    width: 45px;
    height: 45px;
    margin: auto;
    border-radius: 50%;
    border: 6px solid var(--color-green);
    border-color: var(--color-green) transparent var(--color-green) transparent;
    -webkit-animation: wg_dual_ring 1.2s linear infinite;
    animation: wg_dual_ring 1.2s linear infinite
}

@-webkit-keyframes wg_dual_ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes wg_dual_ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.wg_tooltip {
    cursor: pointer
}

    .wg_tooltip:hover {
        position: relative
    }

    .wg_tooltip:before {
        content: attr(data-text);
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 100%;
        margin-left: 0;
        min-width: 80px;
        max-width: 200px;
        width: auto;
        padding: 5px;
        border-radius: 3px;
        background: var(--color-text);
        color: var(--background-color);
        text-align: center;
        display: none;
        z-index: 99999
    }

    .wg_tooltip:hover:before {
        display: block
    }

    .wg_tooltip.wg_tooltip_left:before {
        left: initial;
        margin: initial;
        right: 100%;
        margin-right: 0
    }

.wg_arrow {
    float: right;
    cursor: pointer;
    padding-left: 0 !important;
    margin-right: 5px;
    margin-left: 5px
}

.wg_arrow_down {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.wg_arrow_up {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.wg_hide {
    display: none
}

.wg_button_toggle {
    padding: 5px;
    cursor: pointer
}

.wg_button_toggle_game {
    padding: 5px;
    cursor: pointer;
    margin-left: -5px
}

.wg_active {
    background: var(--color-green);
    color: var(--background-color)
}

.wg_absolute {
    position: absolute
}

.wg_color_theme {
    color: var(--color-text)
}

.wg_modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: var(--modale-background-overlay)
}

.wg_modal_content {
    background-color: var(--background-color);
    margin: 10% auto;
    padding: 15px;
    padding-top: 5px;
    border: 1px solid var(--background-color-header);
    width: 90%
}

.wg_modal_close {
    color: var(--background-color-header);
    float: right;
    font-size: var(--modale-close-size);
    font-weight: 700
}

    .wg_modal_close:focus, .wg_modal_close:hover {
        color: var(--color-text);
        text-decoration: none;
        cursor: pointer
    }

.wg_modal_score {
    font-size: var(--modale-score-size);
    font-weight: 700
}

.wg_modal_team {
    font-size: var(--modale-teams-size)
}

.wg-dropbtn {
    background-color: var(--color-green);
    color: var(--background-color);
    padding: 5px 15px;
    cursor: pointer
}

.wg-dropdown {
    position: relative;
    float: right
}

.wg-dropdown-content {
    margin-top: 5px;
    display: none;
    position: absolute;
    background-color: var(--background-color);
    min-width: 86px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,.2);
    z-index: 1
}

    .wg-dropdown-content a {
        color: var(--color-text);
        padding: 5px 7px;
        text-decoration: none;
        text-align: center;
        display: block;
        font-weight: 300
    }

        .wg-dropdown-content a:hover {
            background-color: var(--background-color-header);
            color: var(--color-text)
        }

.wg-dropdown:hover .wg-dropdown-content {
    display: block
}

.wg-dropdown:hover .wg-dropbtn {
    background-color: var(--color-green)
}

.wg-dropdown-color-select {
    background: var(--color-green) !important;
    color: var(--background-color) !important
}

.wg_grid {
    position: relative;
    background-image: url("soccer_field.png");
    background-size: 100% 100%
}

.wg_grid_player {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    text-align: center;
    position: relative;
    color: #fff;
    border-radius: 50px;
    -webkit-transform: translateY(-50%) translateX(75%);
    transform: translateY(-50%) translateX(75%)
}

@media(min-width: 680px) {
    .wg_modal_content {
        margin: 5% auto;
        width: 75%
    }
}

@media(min-width: 1024px) {
    .wg_modal_content {
        margin: 5% auto;
        width: 50%
    }

    .wg_grid_player {
        width: 20px;
        height: 20px;
        line-height: 20px
    }
}

@media(max-width: 480px) {
    .wg_hide_xs {
        display: none
    }

    .wg_grid_player {
        width: 15px;
        height: 15px;
        line-height: 15px
    }
}

@media(max-width: 320px) {
    .wg_hide_xxs {
        display: none
    }

    .wg_grid_player {
        width: 10px;
        height: 10px;
        line-height: 10px
    }
}

.icon-svg {
    font-size: 8px
}

    .icon-svg:before {
        content: " ";
        vertical-align: middle;
        display: inline-block;
        background-image: url("../images/sprite.svg");
        background-repeat: no-repeat;
        background-size: 13em 49.1em
    }

.no-svg .icon-svg:before {
    background-image: url("../images/sprite.svg")
}

.icon-svg.icon-corner-flag:before {
    background-position: 0 0;
    width: 1.5em;
    height: 2em
}

.icon-svg.icon-in:before {
    background-position: 0 -2em;
    width: .9em;
    height: 1.2em
}

.icon-svg.icon-injury:before {
    background-position: 0 -3.2em;
    width: 1.6em;
    height: 1.6em
}

.icon-svg.icon-keepers-glove:before {
    background-position: 0 -4.8em;
    width: 1.6em;
    height: 2.2em
}

.icon-svg.icon-offside-flag:before {
    background-position: 0 -7em;
    width: 2.2em;
    height: 1.8em
}

.icon-svg.icon-out:before {
    background-position: 0 -8.8em;
    width: .8em;
    height: 1.1em
}

.icon-svg.icon-red-card:before {
    background-position: 0 -9.9em;
    width: 1.2em;
    height: 1.6em
}

.icon-svg.icon-shirt:before {
    background-position: 0 -11.5em;
    width: 3.2em;
    height: 3.2em
}

.icon-svg.icon-shirt-alt:before {
    background-position: 0 -14.7em;
    width: 3.2em;
    height: 3.2em
}

.icon-svg.icon-soccer-ball:before {
    background-position: 0 -17.9em;
    width: 1.6em;
    height: 1.6em
}

.icon-svg.icon-soccer-ball-missed-penalty:before {
    background-position: 0 -19.5em;
    width: 1.8em;
    height: 1.8em
}

.icon-svg.icon-soccer-ball-own-goal:before {
    background-position: 0 -21.3em;
    width: 1.6em;
    height: 1.6em
}

.icon-svg.icon-soccer-ball-penalty:before {
    background-position: 0 -22.9em;
    width: 1.8em;
    height: 1.8em
}

.icon-svg.icon-soccer-gate:before {
    background-position: 0 -24.7em;
    width: 13em;
    height: 12.2em
}

.icon-svg.icon-soccer-shoe:before {
    background-position: 0 -36.9em;
    width: 2em;
    height: 1.7em
}

.icon-svg.icon-soccer-shots:before {
    background-position: 0 -38.6em;
    width: 1.4906em;
    height: 1.638em
}

.icon-svg.icon-stopwatch:before {
    background-position: 0 -40.3em;
    width: 1.7em;
    height: 1.9em
}

.icon-svg.icon-substitution:before {
    background-position: 0 -42.2em;
    width: 1.8em;
    height: 1.7em
}

.icon-svg.icon-trophy:before {
    background-position: 0 -43.9em;
    width: 1.8em;
    height: 1.9em
}

.icon-svg.icon-whistle:before {
    background-position: 0 -45.8em;
    width: 1.6em;
    height: 1.7em
}

.icon-svg.icon-yellow-card:before {
    background-position: 0 -47.5em;
    width: 1.2em;
    height: 1.6em
}

.league-header {
    background: var(--color-surface);
    padding: 20px 0 40px 0;
}

    .league-header .all-teams {
        display: flex;
        flex-wrap: nowrap;
        gap: 20px;
        overflow: scroll;
        margin-bottom: 20px
    }

        .league-header .all-teams a {
            display: inline-flex;
            width: 35px;
            height: 35px;
            border-radius: 50%;
            overflow: hidden;
            position: relative
        }

            .league-header .all-teams a img {
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain
            }

    .league-header .league-title {
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,.12);
        margin-bottom: 20px;
        padding: 8px 30px;
        background: linear-gradient(to right, #1c6fb2, #98d0fd);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.league-title h1 {
    display: inline-block !important;
    background: #f25a22 !important;
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 8px 20px !important;
    font-size: 17px;
    margin: 5px;
}

        .league-header .league-title a {
            display: flex;
            align-items: center
        }

            .league-header .league-title a img {
                border-radius: 50%;
                margin-right: 10px;
                width: 60px;
                height: 60px
            }

    .league-header .league-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        gap: 20px
    }

        .league-header .league-nav ul li a {
            padding: 8px 16px;
            display: inline-flex;
            border-radius: 26px;
            font-weight: bold;
            background-color: #eee;
            color: #666;
        }

            .league-header .league-nav ul li a:hover ,
            .league-header .league-nav ul li a.active

{
    background: var(--secondary);
    color:#fff;
}

.dates-slider {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center
}

    .dates-slider .swiper-button-next, .dates-slider .swiper-button-prev {
        display: inline-flex;
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: 40px;
        height: 40px;
        border-radius: 4px;
        align-items: center;
        justify-content: center
    }

    .dates-slider .swiper-dates {
        margin-bottom: 30px;
        padding-left: 100px
    }

        .dates-slider .swiper-dates .swiper-slide {
            width: 100px
        }

            .dates-slider .swiper-dates .swiper-slide.swiper-slide-active a {
                background-color: var(--primary)
            }

.player-hero {
    width: 100%;
    background: var(--color-surface);
    color: #000;
    padding: 40px 0
}

    .player-hero .player-hero-cont {
        display: flex;
        width: 100%
    }

        .player-hero .player-hero-cont .player-img {
            border-radius: 4px;
            overflow: hidden
        }

            .player-hero .player-hero-cont .player-img img {
                width: 100%;
                height: auto
            }

        .player-hero .player-hero-cont .name {
            padding: 0 20px;
            display: flex;
            flex-direction: column
        }

            .player-hero .player-hero-cont .name .first-name {
                font-size: 2rem;
                font-weight: bolder
            }

@media(min-width: 992px) {
    .player-hero .player-hero-cont .name .first-name {
        font-size: 3rem
    }
}

.player-hero .player-hero-cont .name h1 {
    font-size: 16px;
    margin: 0;
    padding: 0
}

@media(min-width: 992px) {
    .player-hero .player-hero-cont .name h1 {
        font-size: 20px
    }
}

.player-hero .player-info {
    padding: 8px;
    border-radius: 8px;
    width: 100%
}

    .player-hero .player-info .player-info-list {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: nowrap;
        overflow: auto
    }

        .player-hero .player-info .player-info-list li {
            line-height: 28px;
            display: flex;
            flex-wrap: nowrap;
            padding: 4px 8px;
            margin: 4px;
            border-radius: 4px;
            white-space: nowrap;
            background: var(--secondary);
            font-size: 14px;
            color: #fff;
        }

            .player-hero .player-info .player-info-list li:last-child {
                border-bottom: 0
            }

            .player-hero .player-info .player-info-list li span {
                font-weight: bold;
                padding: 0 4px
            }

.numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px 0
}

    .numbers .title {
        width: 100%;
        color: #fff
    }

.box-number {
    display: flex;
    background-color: var(--color-surface);
    width: 100%;
    background: linear-gradient(90deg, rgba(52, 125, 236, 0.98) 0.86%, rgba(52, 125, 236, 0) 99.13%);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    justify-content: space-between
}

    .box-number .name {
        padding: 2px 12px;
        font-size: 16px;
        font-weight: bold;
        white-space: no-wrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .box-number .number {
        font-size: 20px;
        font-weight: bolder;
        text-align: center;
        padding: 8px 8px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary)
    }

.numbers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 0
}

    .numbers .title {
        width: 100%;
        color: #fff
    }

.box-trophy {
    display: flex;
    color: #000;
    background: var(--color-surface);
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    border-radius: 4px
}

    .box-trophy .league {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        background-color: var(--primary);
        padding: 4px 16px;
        min-width: 200px;
        text-align: center;
        font-weight: bold;
        margin: 0
    }

    .box-trophy div:not(.league,.place) {
        display: flex
    }

        .box-trophy div:not(.league,.place) .country, .box-trophy div:not(.league,.place) .season {
            display: flex;
            padding: 12px
        }

    .box-trophy .place {
        background-color: var(--secondary);
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        padding: 4px 36px;
        font-weight: bold;
        text-align: center;
        color: #fff;
    }

.box-transfer {
    color: #fff;
    background-color: var(--color-surface);
    padding: 8px;
    border: 1px solid var(--color-primary);
    margin-bottom: 10px;
    border-radius: 8px;
    clear:both;
}

    .box-transfer .date {
        border-radius: 0px 50px 0px 50px;
        padding: 2px 12px;
        font-weight: bold;
    }

    .box-transfer .cont {
        display: flex;
        align-items: center;
        justify-content: space-around;
        text-align: center
    }

        .box-transfer .cont .type {
            background: var(--primary);
            display: flex;
            padding: 4px;
            width: 100px;
            border-radius: 4px;
            font-weight: bold;
            text-align: center;
            justify-content: center;
            font-size: 14px;
            flex-direction: column;
            align-items: center;
            fill: #fff;
            color: #fff;
            position: relative
        }

    .box-transfer a {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-size: 14px;
        width: 150px;
        color: #c8deff;
    }

        .box-transfer a.from {
            flex-direction: row-reverse
        }

    .box-transfer img {
        width: 24px;
        height: 24px;
        margin: 4px
    }
.block.transparent {
    background: linear-gradient(to bottom, #cce0ff 20%, #fff 100%);
    color: #000;
}

[dir=rtl] .box-number {
    border-radius: 30px 0 30px 0
}

    [dir=rtl] .box-number .name {
        background: linear-gradient(271deg, rgba(232, 239, 255, 0.98) 0.86%, rgba(52, 125, 236, 0) 99.13%);
        border-radius: 50px 0 50px 0;
        color:#000;
    }

.team-hero {
    width: 100%;
    background: var(--background) var(--color-surface);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 50px solid var(--primary);
    border-bottom: 1px solid var(--primary);
    color: #000;
    margin-bottom: 30px;
    margin-top: 20px;
    position: relative
}


    .team-hero .team-info-list{
        color:#fff;
    }

    .team-hero:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: var(--img-overlay-gradient);
        z-index: 0
    }

    .team-hero .navbar-nav {
        justify-content: flex-start;
        gap: 12px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }

    .team-hero .container {
        position: relative
    }

    .team-hero .team-hero-cont {
        display: flex;
    }

        .team-hero .team-hero-cont .team-logo {
            width: 100px;
            height: 100px
        }

        .team-hero .team-hero-cont .team-details {
            width: calc(100% - 100px)
        }

    .team-hero .team-info {
        padding: 8px;
        border-radius: 8px;
        width: 100%
    }

        .team-hero .team-info .team-info-list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: nowrap;
            overflow: auto
        }

            .team-hero .team-info .team-info-list li {
                line-height: 28px;
                display: flex;
                flex-wrap: nowrap;
                padding: 4px 8px;
                margin: 4px;
                border-radius: 4px;
                white-space: nowrap;
                background: var(--secondary);
                font-size: 12px
            }

                .team-hero .team-info .team-info-list li:last-child {
                    border-bottom: 0
                }

                .team-hero .team-info .team-info-list li span {
                    font-weight: bold;
                    padding: 0 4px
                }

.player-cards-cont {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow: auto !important
}

@media(min-width: 992px) {
    .player-cards-cont {
        flex-wrap: wrap
    }
}

.team-logo img {
    max-height: 100px;
}

.player-stats-card {
    display: flex;
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    background-color: #347dec44;
    border-top-left-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px
}

    .player-stats-card a {
        display: flex;
        flex-direction: column;
        min-width: 100%
    }

    .player-stats-card .top {
        display: flex;
        flex-wrap: nowrap;
        min-width: 100%;
        width: 100%
    }

    .player-stats-card .img-cont {
        width: calc(100% - 100px)
    }

        .player-stats-card .img-cont:after {
            padding-top: 100%
        }

    .player-stats-card .stats {
        width: 100px;
        padding: 8px 8px;
        background: linear-gradient(90deg, rgba(52, 125, 236, 0.98) 0.86%, rgba(52, 125, 236, 0) 99.13%)
    }

        .player-stats-card .stats .state-number .name {
            font-size: 11px
        }

        .player-stats-card .stats .state-number .number {
            font-size: 2.5rem;
            line-height: 2.5rem;
            margin-bottom: .2rem
        }

    .player-stats-card .txt-cont {
        width: 100%;
        background-color: var(--primary);
        padding-bottom: 0;
        border-top-right-radius: 30px
    }

        .player-stats-card .txt-cont .name {
            font-size: 1.6rem;
            line-height: 1;
            font-weight: bolder
        }

        .player-stats-card .txt-cont .position .number {
            font-weight: bolder
        }

        .player-stats-card .txt-cont .btn-txt {
            width: 100%;
            text-align: center;
            border-top-left-radius: 40px;
            border-top-right-radius: 40px;
            background: var(--secondary);
            color: #fff;
            margin-top: 20px
        }

.match-header {
    margin-bottom: 30px;
    margin-top:10px;
}

    .team-hero .navbar-nav,
    .match-header .navbar-nav {
        justify-content: center;
        gap: 12px;
        margin-bottom: 0;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        padding-right: 0px;
    }

    .team-hero .navbar-nav li
    ,.match-header .navbar-nav li {
        display: inline-flex;
        float: none;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content
    }

        .team-hero .navbar-nav a,
        .match-header .navbar-nav a {
            padding: 8px 16px;
            display: inline-flex;
            border-radius: 26px;
            font-weight: bold;
            background-color: #eee;
            color: #666;
    }

            .team-hero .navbar-nav a:hover,
            .match-header .navbar-nav a:hover,
            .team-hero .navbar-nav a.active, .match-header .navbar-nav a.active {
                background: var(--secondary);
                color: #fff;
            }
            .match-header .match {
        padding-top: 30px
    }

        .match-header .match .team {
            flex-direction: column
        }

        .match-header .match .team-logo {
            width: 60px;
            height: 60px
        }

@media(min-width: 992px) {
    .match-header .match .team-logo {
        width: 70px;
        height: 70px
    }

    .match-header .match .team {
        flex-direction: row !important
    }

        .match-header .match .team.home-team {
            flex-direction: row-reverse !important
        }

        .match-header .match .team h4 {
            font-size: 20px
        }
}

.match-events {
}

    .match-events .event-group {
        border-radius: 8px;
        margin-bottom: 10px;
        padding: 20px;
        padding-top: 20px;
        color: #fff;
        padding-top: 0;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

        .match-events .event-group .event-name {
            background: var(--secondary);
            text-align: center;
            border-radius: 30px;
            line-height: 30px;
            font-weight: bold;
        }

.line-up-group {
    background-color: var(--color-surface);
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 20px;
    color: #fff;
    padding-top: 0
}

    .line-up-group .line-up-name {
        background: var(--secondary);
        text-align: center;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        line-height: 30px;
        font-weight: bold;
        margin-bottom: 20px
    }

    .line-up-group .position {
        font-weight: bold;
        text-align: center;
        width: 100%;
        padding: 4px 8px;
        margin-bottom: 30px
    }

.home-team .player-card {
    flex-direction: row-reverse
}

    .home-team .player-card .name {
        text-align: right
    }

.player-card {
    display: flex;
    background: var(--color-body-bg);
    border-radius: 8px;
    align-items: center;
    margin-bottom: 10px;
    overflow: hidden
}

    .player-card .name {
        padding: 0 20px;
        font-weight: bold;
        font-size: 16px;
        line-height: 32px
    }

        .player-card .name .pos {
            font-size: 14px;
            color: #dcdcdc
        }

    .player-card .number {
        font-weight: bold;
        height: 100px;
        font-size: 20px;
        padding: 0 20px;
        width: 40px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--home-player-primary-color);
        color: var(--home-player-number-color)
    }

    .player-card img {
        width: 100px;
        height: 100px
    }

    .player-card.gk .number {
        background-color: #b5d2ff;
        color: var(--home-gk-number-color)
    }

    .player-card:hover {
        background-color: var(--primary)
    }

.away-team .player-card .number {
    background-color: #c6ddff;
    color: var(--away-player-number-color)
}

.away-team .player-card.gk .number {
    background-color: #ffb293;
    color: var(--away-gk-number-color)
}

.statistics {
    color: #000;
}

    .statistics .item {
        display: flex;
        justify-content: space-around;
        line-height: 42px;
        border-radius: 4px;
        font-weight: bold;
        align-items: center;
        border-top: 1px solid #eee
    }

        .statistics .item .name {
            width: 150px;
            text-align: center
        }

        .statistics .item:nth-child(even) {
            background-color: #eee9;
        }

.text-center {
    text-align: center
}

.match-icon.dark {
    color:#000;
    fill:#000;
}


.match .foot a {
    background-color: transparent !important;
    color: #347dec !important; 
}

/*# sourceMappingURL=sport.css.map */
