/*#region mainHeader*/
.pc header {
    height: 56px;
}

.pc .mainHeader .menu a:after {
    height: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.pc .mainHeader .menu a.selected span {
    font-weight: 800;
}

.pc .mainHeader .menu a.selected:after {
    left: calc(50% - 22px);
    width: 44px;
}

.pc .mainHeader .menu a .mybetsCount {
    top: 4px;
}
/*#endregion*/

/*#region search header*/
.pc ._search_header_container {
    position: fixed;
    top: 56px;
    right: 0;
    left: 0;
    height: 48px;
    z-index: 50;
}

.pc .search-input {
    position: relative;
    margin: auto;
    max-width: 520px;
    height: 48px;
}
/*#endregion*/

/*#region account links*/
.pc .r-profile {
    margin: 24px auto;
    max-width: 520px;
    min-height: auto;
    border-radius: 6px;
}

.pc .r-profile__user {
    margin-top: 0;
    margin-bottom: 12px;
    gap: 12px;
    border-radius: 6px;
    height: 130px;
    box-sizing: border-box;
}

.pc .r-profile__close {
    width: 28px;
    text-align: right;
    cursor: pointer;
}

.pc .r-profile-navigation {
    padding: 0;
    border-radius: 6px;
}

    .pc .r-profile-navigation ul > li > a {
        padding: 0 12px;
    }

.pc.ltr-dir .r-profile-mailbox-badge {
    right: 12px;
}

.pc.rtl-dir .r-profile-mailbox-badge {
    left: 12px;
}

.pc .r-profile-links {
    overflow-y: auto;
}
/*#endregion*/

/*#region contruct*/
.pc #divRoot {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 24px auto;
    max-width: 1500px;
    min-height: 350px;
}

    .pc #divRoot .colleft,
    .pc #divRoot .colmiddle,
    .pc #divRoot .colright {
        position: relative;
    }

    .pc #divRoot .colleft {
        display: flex;
        gap: 24px;
        flex-direction: column;
        flex-basis: 16%;
        min-width: 320px;
    }

    .pc #divRoot .colmiddle {
        flex-grow: 1;
        flex-basis: 55%;
        max-width: 760px;
        box-sizing: border-box;
    }

    .pc #divRoot .colright {
        display: flex;
        gap: 24px;
        flex-direction: column;
        flex-basis: 20%;
        min-width: 488px;
        transition: min-width 0.3s ease; /* Smooth transition */
    }

@media screen and (max-width: 1290px) {
    .pc #divRoot .colright {
        min-width: 320px;
    }
}

.pc #divRoot .colright .affix {
    position: sticky;
    top: 80px;
}
/*#endregion*/

/*#region colleft*/
/*#region coupons*/
.pc .s-navigation-mobile .s-navigation-list {
    padding: 0;
    grid-template-columns: 1fr;
}

    .pc .s-navigation-mobile .s-navigation-list .s-navigation-entry {
        border-radius: 6px;
    }
/*#endregion*/

/*#region info*/
.pc .colleft .information {
    border-radius: 6px;
}

.pc .information {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    z-index: 2;
}

    .pc .information ._links_container {
        border-bottom: 0;
    }

.pc .infoMenu {
    position: relative;
    top: 0;
    left: 0;
}

.pc ._links_container ._link:last-child {
    border-bottom: 0;
}

.pc .information .content {
    border-radius: 6px;
}

/*FAQ*/
.pc .staticContent .faqClaims {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 12px;
    padding: 24px;
    border-radius: 6px;
}

    .pc .staticContent .faqClaims .claims_feedback {
        max-width: 640px;
    }

.pc .staticContent .submitFAQ {
    flex-shrink: 0;
    width: 240px;
    border-radius: 6px;
}

.pc .staticContent .faqItem:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*Trust*/
.pc .staticContent .trust_item {
    margin-bottom: 0;
}

    .pc .staticContent .trust_item:last-child {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

.pc .staticContent .trust_button {
    border-radius: 6px;
}

/*Promotions*/
.pc .staticContent .inner {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*contact us*/
.pc .staticContent .contact_section {
    gap: 24px;
    margin: 0;
}

    .pc .staticContent .contact_section.common {
        margin-bottom: 12px;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    .pc .staticContent .contact_section:last-child {
        gap: 24px;
        margin: 0;
        border-radius: 6px;
    }

.pc .staticContent ._available_countries {
    gap: 72px;
}

    .pc .staticContent ._available_countries ._country {
        width: 145px;
    }

.pc .contact_section .trust_button {
    width: 320px;
}

.pc .contact_section.common .__container {
    border-radius: 6px;
}

.pc .contact_section.common .fields button[type=submit] {
    margin: 10px 0;
    width: 320px;
}

/*Payments Options*/
.pc .radius-top,
.pc .staticContent.pay_options .radius-top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pc .staticContent.pay_options .radius-bottom {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pc .staticContent.pay_options .faqClaims:last-of-type {
    display: none;
}

/*Betting Rules*/
.pc .staticContent .sportMenu .sportsIcon:not(.active):last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/*Affiliates*/
.pc .staticContent .grid_affiliate {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.pc .staticContent .affiliate_list span {
    max-width: 200px;
}

.pc .staticContent .affiliate_banner span {
    padding-left: 24px;
    width: 312px;
}
/*#endregion*/

/*#endregion*/

/*#region colmiddle*/
/*#region login*/
.pc .common.logon-form {
    margin: 0 auto;
    min-height: auto;
    border-radius: 6px;
    max-width: 520px;
}

    .pc .common.logon-form fieldset {
        border-radius: 6px;
    }

    .pc .common.logon-form .fields {
        padding: 24px;
    }

    .pc .common.logon-form .__container,
    .pc .common .fields button[type=submit] {
        border-radius: 6px;
    }

/*#endregion*/

/*#region rotator banners*/
.pc .s-rotator.s-banners .rotator {
    padding: 0;
}

.pc .s-rotator.dragging {
    cursor: grabbing;
}
/*#endregion*/

/*#region sportMenu*/
.pc #sportMenuContainer .sportMenu {
    border-radius: 6px;
}

.pc .sportMenu .js-mch-headernav-next {
    right: 0;
    width: 67px;
    height: 67px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.pc .sportMenu .js-mch-headernav-prev {
    left: 0;
    width: 67px;
    height: 67px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
/*#endregion*/

/*#region dateTimeline*/
.pc .dateTimeline {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .pc .dateTimeline .body {
        margin: 0;
        width: 100%;
    }

        .pc .dateTimeline .body .dateBlock {
            flex: unset;
            width: 100%;
        }
/*#endregion*/

/*#region stInfo*/
.pc .live .stInfo {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pc .stInfo .sort_league_time {
    gap: 4px;
}

    .pc .stInfo .sort_league_time li {
        padding: 0 12px;
    }

.pc .stInfo .sport-selector-dropdown .s-selectbox {
    max-width: 200px;
}

/*#endregion*/

.pc .competitionList:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pc .home-page .competitionList:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.pc .__match_streamed {
    display: flex;
    align-items: center;
    background: #FFFFFF;
}

    .pc .__match_streamed ._event_match {
        flex: 1;
    }

.pc .toggle_stream {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 80px;
}

    .pc .toggle_stream span {
        position: relative;
        padding: 0 12px;
        color: #D94245;
        border-left: 1px solid #EBEBEB;
    }

        .pc .toggle_stream span.disabled {
            color: #848484;
        }

.pc.ltr-dir .toggle_stream span.active {
    background: linear-gradient(270deg, rgba(255, 210, 0, 0.2) 0%, #ffffff 70.03%);
}

.pc.rtl-dir .toggle_stream span.active {
    background: linear-gradient(90deg, rgba(255, 210, 0, 0.2) 0%, #ffffff 70.03%);
}

.pc .toggle_stream span.active:after {
    content: " ";
    position: absolute;
    width: 4px;
    height: 100%;
}

.pc.ltr-dir .toggle_stream span.active:after {
    right: 0;
}

.pc.rtl-dir .toggle_stream span.active:after {
    left: 0;
}

/*#region event sport*/
.pc .tournamentPanel {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.pc .prematchEvent .eventHeaderBread,
.pc .liveEvent .eventHeaderBread {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.pc .prematchEvent .scoreBasedScoreboard,
.pc .prematchEvent .scoreBasedScoreboard_TeamContainer,
.pc .prematchEvent .scoreBasedScoreboard_ScoreContainer {
    line-height: 28px;
}

.pc .scoreBasedScoreboard_Team1 {
    justify-content: flex-end;
}

.pc .scoreBasedScoreboard_ScoreContainer {
    width: 245px;
}

.pc .scoreBasedScoreboard_Team2 {
    justify-content: flex-start;
}

.pc .prematchEvent .matchs,
.pc .liveEvent .matchs {
    margin-top: 16px;
    padding: 0;
}

.prematchEvent .items-empty,
.liveEvent .items-empty {
    margin-top: 16px;
    border-radius: 6px;
}
/*#endregion*/

.prematchEvent .betTypePanel {
    position: relative;
}

    .prematchEvent .betTypePanel span {
        display: block;
    }

.prematchEvent .s-template-desc-text,
.liveEvent .s-template-desc-text {
    display: flex !important;
    align-items: center;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}

.s-template-desc-text .extra_info {
    display: flex !important;
    margin-inline-start: 8px;
    color: #848484;
    cursor: pointer;
}

.competitionList .matchInfo .teams_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    height: 36px;
}

.competitionList .moreBets {
    cursor: pointer;
}

.competitionList .teams {
    display: block;
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.matchs .homeTeam,
.matchs .awayTeam {
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
}

.matchs .matchDate,
.matchs .matchDateBT {
    display: flex;
    align-items: center;
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

    .matchs .matchDate .dateTime,
    .matchs .matchDateBT .dateTime {
        display: flex;
        align-items: center;
        height: 14px;
        line-height: 14px;
        font-weight: 400;
    }

    .matchs .matchDate .mb .moreBets:hover,
    .matchs .matchDateBT .mb .moreBets:hover {
        color: #7f7f7f;
    }

    .matchs .matchDate .statistic:hover,
    .matchs .matchDateBT .statistic:hover {
        opacity: 0.5;
    }

.universal .matchs .inner1,
.universal .matchs .inner2,
.universal .matchs .inner3 {
    display: grid;
    gap: 4px;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.universal .matchs .inner2 {
    grid-template-columns: repeat(auto-fit, minmax(calc(50% - 4px), 1fr));
}

.universal .matchs .inner3 {
    grid-template-columns: repeat(auto-fit, minmax(calc(33.33% - 8px), 1fr));
}

.universal .matchs .bet.outright {
    grid-template-columns: 1fr;
}

/*#region media*/
.pc .liveCenter {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #FFFFFF;
}

    .pc .liveCenter .VueCarousel-wrapper {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }

.pc .multimedia {
    height: 48px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

    .pc .multimedia .option {
        height: 48px;
    }

        .pc .multimedia .option span {
            line-height: 48px;
        }

.pc .liveCenter .pitch {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pc .momentum {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border-top: 1px solid #E0E0E0;
}

    .pc .momentum .row .info .text {
        font-size: 13px;
    }

    .pc .momentum .row .time {
        color: #b7b7b7;
        font-size: 13px;
    }

.pc .liveCenter .stats .inner {
    background: #FFFFFF;
    border-top: 1px solid #E0E0E0;
}

.pc .__media .eventHeaderBread {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pc .__media.two .multimedia {
    border-radius: 0;
}

.pc .__media.two .liteScoreboardModule {
    padding: 12px;
}

.pc .__media.two .scoreBasedScoreboard_ScoreContainer {
    width: 155px;
}

.pc .__media .loading {
    height: 321px;
}
/*#endregion*/

/*#region mch-groups*/
.pc .prematchEvent .mchs-groups,
.pc .liveEvent .mchs-groups {
    border-radius: 6px;
}

.pc .liveEvent .mchs-groups {
    margin-top: 12px;
}

.pc .mch-groups .mch-group {
    padding-right: 24px;
    padding-left: 24px;
    height: 48px;
    line-height: 48px;
}

.pc .mchs-groups .s-headernav-more {
    height: 48px !important;
}

    .pc .mchs-groups .s-headernav-more.js-mch-headernav-prev {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .pc .mchs-groups .s-headernav-more.js-mch-headernav-next {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
/*#endregion*/

/*#region competitionsList*/
.pc .competitions .btnCollapse {
    color: #848484;
}

.pc .competitionList .matchInfo {
    width: 62%;
}

.pc .competitionList .g {
    flex: 0 0 38%;
    width: 38%;
}
/*#endregion*/

/*#region s-component*/
.pc .s-component {
    border-radius: 6px;
}

.pc .s-component-footer {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pc .s-component-footer-link span {
    font-weight: 500;
}
/*#endregion*/

/*#region ribbon*/
.pc .home-page ._top_ribbon {
    display: flex;
    justify-content: space-between;
    height: 48px;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
}

.pc .home-page ._ribbon {
    align-items: center;
    flex-shrink: 0;
    height: 100%;
    border-top-left-radius: 6px;
}

.pc .home-page ._ribbons_sports {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    height: 100%;
    border: 0;
    border-top-right-radius: 6px;
}

    .pc .home-page ._ribbons_sports ._ribbon_sp {
        height: 28px;
        line-height: 28px;
    }

        .pc .home-page ._ribbons_sports ._ribbon_sp.active {
            background: #EDEDED;
        }

.pc .top_winners ._ribbon span {
    font-style: normal;
    font-weight: 600;
}
/*#endregion*/

/*#region top winners*/
.pc .top_winners {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
}

    .pc .top_winners .winners_content {
        padding-bottom: 0;
    }

    .pc .top_winners ._ribbons_sports {
        justify-content: flex-start;
    }
/*#endregion*/

/*#region rotator games*/
.pc .s-rotator-edge {
    padding: 0;
}

.pc .rotator-games {
    display: flex;
    flex-direction: column;
    padding: 56px 16px 24px 16px;
}

    .pc .rotator-games .s-component-header {
        padding: 0 0 12px 0;
        height: auto;
    }
/*#endregion*/

/*#region rotator top-casino-games*/
.rotator-games.top-casino-games {
    padding: 0;
}

    .rotator-games.top-casino-games .s-rotator-item {
        background: #262626;
    }

    .rotator-games.top-casino-games .s-component-header {
        display: none;
    }

    .rotator-games.top-casino-games .s-rotator-edge {
        padding-bottom: 0;
    }

    .rotator-games.top-casino-games .s-rotator.s-games ul {
        width: calc(var(--numberOfPages) * 320px + 8px * (var(--numberOfPages) - 1));
    }

        .rotator-games.top-casino-games .s-rotator.s-games ul .rotator-page {
            width: 320px;
            height: 180px;
        }

    .rotator-games.top-casino-games .s-rotator .video-wrapper video {
        height: 180px;
    }

    .rotator-games.top-casino-games .s-rotator .video-wrapper .overlay-img {
        height: 146px;
    }
/*#endregion*/

/*#region About */
.pc .c-content {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.pc .c-content-dropdown {
    padding-right: 16px;
    padding-left: 16px;
}

.pc .c-content-expanded {
    padding: 0 16px 16px;
}

    .pc .c-content-expanded .inner {
        padding: 16px 0 0;
    }

.mobile .c-content-expanded .inner {
    padding: 0;
}

.pc .c-content-body {
    padding-right: 0;
    padding-left: 0;
}

.pc .c-content-expand {
    padding: 0;
}

.c-content {
    text-align: start;
    background-color: #FFFFFF;
}

.c-content-title {
    padding: 0;
    line-height: 22px !important;
    font-size: 18px !important;
    font-weight: 600;
    color: #000000;
}

.c-content .title {
    height: 46px;
    display: flex;
    gap: 10px;
    padding: 12px 0;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0 !important;
}

    .c-content .title span {
        padding: 0;
        width: auto;
        height: auto;
        line-height: 22px;
        font-size: 18px;
        font-weight: 600;
    }

.c-content .spacing {
    gap: 0;
}

.pc .c-content .s-rotator {
    padding-bottom: 24px !important;
}

.mobile .c-content .s-rotator {
    margin-right: -12px;
    padding-bottom: 12px !important;
}

    .mobile .c-content .s-rotator .rotator {
        padding-right: 12px !important;
    }

.c-content-body {
    position: relative;
    margin-bottom: 12px;
    padding: 0 12px 12px;
    overflow: hidden;
}

.pc .c-content-body {
    max-height: 326px;
}

.mobile .c-content-body {
    max-height: 298px;
}

.c-content-body p {
    margin-bottom: 16px;
    padding: 0;
    font-size: 16px !important;
    line-height: 130% !important;
    color: #6B6B6B;
}

.c-content-body h2.c-content-title {
    margin-bottom: 16px;
}

.c-content-body .c-background {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 47px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.c-content-body-expanded {
    max-height: fit-content !important;
    transition: max-height 3s ease-in-out;
    margin-bottom: 0;
}

.c-content-expand {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-decoration-skip-ink: auto;
    padding-bottom: 16px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #000000;
    cursor: pointer;
    align-items: center;
    gap: 4px;
}

    .c-content-expand.c-shrink {
        display: none;
    }

.c-content-body-expanded + .c-content-expand.c-expand {
    display: none;
}

.c-content-body a {
    font-size: 16px;
    font-weight: 500;
    color: #535353;
    text-decoration: underline;
}

.c-content-expanded i.styles-plus,
.c-content-expanded i.styles-minus {
    width: 20px;
    height: 20px;
}

.s-about {
    padding-bottom: 12px;
}

    .s-about img {
        border-radius: 4px;
    }

.s-rotator.s-about ul {
    display: flex;
    width: calc(var(--numberOfPages) * 220px + 8px * (var(--numberOfPages) - 1));
}

    .s-rotator.s-about ul .rotator-page {
        width: 220px;
        height: 147px;
    }

        .s-rotator.s-about ul .rotator-page img {
            background: #D9D9D9;
        }
/*#endregion*/

/*#region MyBets*/
.pc .myBets:not(.cashoutDialog.myBets) {
    margin: 0 auto 24px;
    max-width: 760px;
}

.pc .myBets .mb-title {
    border-radius: 6px;
}

.pc .myBets .items {
    padding: 0;
}

.pc .myBets .pagination {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pc .cashoutDialog .container {
    top: 80px;
    margin: auto;
    max-width: 760px;
}

.pc .cashout-popup .popup-container {
    margin: auto;
    max-width: 400px;
}

.pc .myBets .mb-summary button.mb-cashout,
.pc .cashoutDialog button {
    border-radius: 6px;
}
/*#endregion*/

/*#region Betslip*/
.pc.universal .betslip-footer {
    width: 416px !important;
}

.pc.universal .bg {
    height: 64px;
}

    .pc.universal .bg.expanded {
        height: 56px;
        border-top-left-radius: 12px !important;
        border-top-right-radius: 12px !important;
    }

.pc .bet-dialog {
    padding: 12px 0;
    width: 416px;
}

.pc .betSlip {
    position: relative;
    border-radius: 12px;
    z-index: 500;
}

    .pc .betSlip .match .dashed-line {
        margin: 0 32px;
    }

    .pc .betSlip .summary {
        padding: 8px 12px 12px 12px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .pc .betSlip .matches {
        max-height: calc(var(--rvh) - 344px);
    }

        .pc .betSlip .matches.sys {
            max-height: calc(var(--rvh) - 400px);
        }

        .pc .betSlip .matches.small {
            max-height: calc(var(--rvh) - 452px);
        }

        .pc .betSlip .matches.sys.small {
            max-height: calc(var(--rvh) - 508px);
        }

    .pc .betSlip .status-card {
        border-radius: 12px;
    }

    .pc .betSlip .close_card {
        top: 24px;
        right: 16px;
    }

.pc .overlay-betslip {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 500;
}
/*#endregion*/

/*#region features*/
.pc .r-footer__features {
    flex-direction: row;
    justify-content: center;
    gap: 24px;
    padding: 24px;
}

    .pc .r-footer__features .r-feature {
        padding: 0;
        height: auto;
    }

.pc .r-footer__feature {
    display: flex;
    flex-direction: column;
}

.pc .r-footer__feature__description {
    text-align: center;
}

.pc .r-footer__features .line {
    display: none;
}
/*#endregion*/

/*#region footer_nav */
.pc .r-footer__nav {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 16px;
}

    .pc .r-footer__nav .r-footer__nav__dropdown {
        width: 100%;
    }

.pc .r-footer__nav__dropdownTitle {
    padding: 0 16px;
}
/*#endregion*/

/*#region footer icons*/
.pc ._footer .footer_icons {
    padding: 24px 16px;
}

.pc .footerMobile .r-footer__payment__container {
    grid-template-columns: repeat(8, 1fr);
    padding: 12px 16px 16px;
}
/*#endregion*/

/*#region socials*/
.pc .r-footer__nav__socialIcons__content {
    gap: 12px;
    padding: 16px 16px 12px 16px;
}

    .pc .r-footer__nav__socialIcons__content a {
        flex-direction: row;
        gap: 8px;
        height: 48px;
    }
/*#endregion*/

/*#region footer language*/
.pc .r-footer__language {
    padding: 0 16px 16px;
}

.pc .r-footer__language-btn {
    justify-content: center;
}

.pc.ltr-dir .r-footer__language svg.flag {
    margin-right: 16px;
}

.pc.rtl-dir .r-footer__language svg.flag {
    margin-left: 16px;
}

.pc .r-footer__language i.styles-chevron-down {
    position: relative;
}

.pc.ltr-dir .r-footer__language i.styles-chevron-down {
    margin-left: 16px;
}

.pc.rtl-dir .r-footer__language i.styles-chevron-down {
    margin-right: 16px;
}
/*#endregion*/

/*#region footer text*/
.pc .r-footer__text {
    padding: 16px;
}

.pc #footer .r-footer__links {
    display: none;
}
/*#endregion*/

/*#endregion*/

.pc .loading {
    border-radius: 6px;
}

.pc .sports_content .items-empty {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*#region sports common*/
#sportMenuContainer {
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

    #sportMenuContainer .sportMenu {
        display: flex;
        flex-wrap: nowrap;
        text-align: center;
        margin-bottom: 12px;
        height: 67px;
        overflow: auto;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        #sportMenuContainer .sportMenu::-webkit-scrollbar,
        .highContainer .highMenu::-webkit-scrollbar {
            display: none;
        }

        #sportMenuContainer .sportMenu .flex {
            display: flex;
            flex-wrap: nowrap;
            margin: 0 auto;
        }

            #sportMenuContainer .sportMenu .flex a {
                position: relative;
                flex: 0 0 auto;
                min-width: 84px;
                cursor: pointer;
            }

        #sportMenuContainer .sportMenu ul {
            height: 100%;
        }

            #sportMenuContainer .sportMenu ul li {
                text-align: center;
                display: inline-block;
                cursor: pointer;
                width: 80px;
            }

        #sportMenuContainer .sportMenu a .icon {
            position: relative;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
            width: auto;
            height: 67px;
            gap: 4px;
            box-sizing: border-box;
            cursor: pointer;
        }

            #sportMenuContainer .sportMenu a .icon:after {
                content: "";
                position: absolute;
                display: block;
                height: 2px;
                bottom: 0;
                border-top-left-radius: 2px;
                border-top-right-radius: 2px;
            }

            #sportMenuContainer .sportMenu a .icon.selected:after {
                left: calc(50% - 16px);
                width: 32px;
            }

        #sportMenuContainer .sportMenu a .inplay {
            background-position: 0 6rem;
        }

        #sportMenuContainer .sportMenu a .favourites {
            background-position: 0 4rem;
        }

        #sportMenuContainer .sportMenu a.s_streaming .streaming {
            background-position: 0 2rem;
        }

        #sportMenuContainer .sportMenu a.s_counter .counter {
            display: inline-flex;
            position: relative;
            top: -4px;
            font-size: 14px;
            font-weight: 600;
            background: #FFD200;
            padding: 2px 6px;
            min-width: 16px;
            border-radius: 100px;
            border-width: 2px;
            border-style: solid;
            border-color: currentColor;
            text-align: center;
            justify-content: center;
            align-items: center;
            border: 2px solid #FFFFFF;
        }

.ltr-dir #sportMenuContainer .sportMenu a.s_counter .counter {
    right: -18px;
}

.rtl-dir #sportMenuContainer .sportMenu a.s_counter .counter {
    left: -18px;
}

#sportMenuContainer .sportMenu a .icon i {
    display: block;
}

    /*Search*/
    #sportMenuContainer .sportMenu a .icon i.sp-1 {
        background-image: url('/Images/magnifier.svg?v=1');
        background-size: 100%;
    }

    /*Highlights*/
    #sportMenuContainer .sportMenu a .icon i.sp0 {
        background-position: -8em -5em;
    }

#sportMenuContainer .sportMenu a .name {
    display: inline-block;
    padding: 0 4px;
    font-weight: 500;
    width: 100%;
    max-width: 84px;
    line-height: 16px;
    text-align: center;
    box-sizing: border-box;
}

/*Selections*/
.selections {
    display: block;
    width: 100%;
}

    .selections .ddl {
        width: 98%;
        cursor: pointer;
        margin: 10px 1%;
        padding: 10px;
        font-size: 18px;
        border: none;
    }

/*#region sport content*/
.universal .stInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 12px;
    padding-left: 12px;
    height: 48px;
}

.stInfo .sort_league_time {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 24px;
    white-space: nowrap;
}

    .stInfo .sort_league_time li {
        position: relative;
        display: flex;
        align-items: center;
        height: 48px;
        line-height: 48px;
        cursor: pointer;
    }

        .stInfo .sort_league_time li span {
            display: block;
            line-height: 16px;
            font-size: 14px;
            font-weight: 500;
        }

        .stInfo .sort_league_time li:last-child span {
            text-align: center;
            white-space: pre-line;
        }

        .stInfo .sort_league_time li._single {
            padding: 0;
            height: 19px;
            line-height: 19px;
        }

        .stInfo .sort_league_time li:after {
            content: "";
            position: absolute;
            display: block;
            height: 2px;
            bottom: 0;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }

        .stInfo .sort_league_time li.active:after {
            left: calc(50% - 16px);
            width: 32px;
        }

.stInfo .streaming_sport {
    height: 22px;
    line-height: 22px;
    font-style: italic;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.stInfo .sport-selector-dropdown .s-selectbox {
    max-width: 150px;
    padding: 4px 8px;
    height: 32px;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: currentColor;
    display: block;
    margin: 0;
    padding-right: 28px;
    font-family: 'Roboto', Tahoma, Arial;
    font-size: 14px;
    font-weight: 500;
    text-align-last: right;
    background-color: transparent;
    background-image: url(/Images/chevron-down.svg?v=1.0.0.2);
    background-repeat: no-repeat;
    background-size: 28px 16px;
    background-position: 100% center;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    cursor: pointer;
}

.stInfo .sortGames {
    float: left;
    font-weight: bold;
    cursor: pointer;
}

.stInfo.highlights {
    text-align: start;
    line-height: 36px;
    overflow: hidden;
}

    .stInfo.highlights span.name {
        position: relative;
        margin-left: 0;
        font-family: Arial;
        font-size: 16px;
    }

        .stInfo.highlights span.name .abs {
            position: absolute;
            width: 2px;
            margin-right: -2px;
            top: 0;
        }

.stInfo .ltlGroupName {
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: var(--color-gray-dark-01) !important;
    cursor: pointer;
}

    .stInfo .ltlGroupName span:after {
        width: 0;
        height: 0;
        border: 0.313em solid transparent;
        border-bottom: none;
        border-top-color: var(--color-gray-dark-01);
        content: '';
        vertical-align: middle;
        display: inline-block;
        position: relative;
    }

.top-tours .stInfo {
    display: flex;
    align-items: center;
    margin-top: 0 !important;
    cursor: pointer;
}

.top-tours .toptours {
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../../../Images/toptours.svg);
    -webkit-filter: invert(1);
    filter: invert(1);
    cursor: pointer;
}

.top-tours .topLeagues {
    position: absolute;
    width: 16px;
    height: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../../../Images/trophy.svg);
    cursor: pointer;
}

.top-tours .stInfo span.name {
    margin-left: 26px;
}

.message-box {
    display: block;
    width: auto;
    position: relative;
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 700;
    line-height: 28px;
}

.universal .competitionList {
    overflow: hidden;
}

    .universal .competitionList li {
        position: relative;
        overflow: hidden;
    }

    .universal .competitionList a.league {
        position: relative;
    }

    .universal .competitionList li:first-child {
        margin-top: 0 !important;
    }

    .universal .competitionList ul.matchs li:last-child {
        border-bottom: unset !important;
    }

.universal .competitions {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
}

.universal svg.flag {
    flex-shrink: 0;
    border-radius: 2px;
}

.universal .btnBack {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    cursor: pointer;
}

.universal .btnCollapse {
    position: absolute;
    width: 20px;
    height: 20px;
    color: #5D5D5D;
    cursor: pointer;
}

.tournamentPanel .league_info {
    display: flex;
    gap: 8px;
    height: 17px;
}

.tournamentPanel .line {
    width: 1px;
    height: 24px;
    flex-shrink: 0;
    background: #EBEBEB;
}

.universal .competitionList .loader {
    height: 100px;
    width: 100%;
}
/*#endregion*/

/*#region sort selector */
.sort-selector-list {
    position: absolute;
    top: 30px;
    display: block;
    font-size: 12px;
    padding: .25rem 0;
    border-radius: .25rem;
    color: #333;
    background-color: #fff;
    width: 175px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.200008);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.200008);
    z-index: 1;
}

.sort-selector-option {
    padding: .65rem .75rem;
    line-height: 1em;
    cursor: pointer;
}

    .sort-selector-option:hover {
        background-color: rgba(0,0,0,.04);
    }

    .sort-selector-option.active {
        font-weight: 700;
        border-left: 4px solid #fdd101;
        padding-left: .4rem;
    }
/*#endregion*/

/*#region groups */
.hasDropdown {
    position: absolute;
    display: block;
    font-size: 12px;
    padding: .25rem 0;
    border-radius: .25rem;
    color: #333;
    background-color: #fff;
    width: 175px;
    -webkit-box-shadow: 0 1px 3px 1px rgba(0,0,0,.200008);
    box-shadow: 0 1px 3px 1px rgba(0,0,0,.200008);
    z-index: 1;
}

    .hasDropdown li {
        padding: .65rem .75rem;
        line-height: 1em;
        cursor: pointer;
    }

        .hasDropdown li.selected {
            font-weight: 700;
        }

        .hasDropdown li:hover {
            background-color: rgba(0,0,0,.04);
        }

        .hasDropdown li a span {
            display: inline-block;
            text-align: start;
            padding: 0 5px;
            font-size: 12px;
        }
/*#endregion*/

.W100 {
    width: 100%;
}

/*#endregion*/

.universal .ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.universal .game-info-label {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

.universal .team-left {
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    overflow: hidden;
    width: calc(100% - 30px);
    max-width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .universal .team-left:after {
        content: "";
        position: absolute;
        top: 0;
        width: 20px;
        height: 100%;
    }

.competitionList .standard_score {
    display: flex;
    gap: 10px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}
