﻿.club-world-cup-modal .standing-table-body {
    max-height: calc(100vh - 300px);
}



.club-world-cup-page {
    background: #1C1919;
}



@media (max-width: 991.98px) {
    .club-world-cup-page {
        background: #1C1919;
        background-attachment: fixed;
    }



    .sidebar--offcanvas--mobile {
        visibility: hidden;
        transition: visibility 0s 0.25s;
    }

        .sidebar--offcanvas--mobile .sidebar__backdrop {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1030;
            background: rgba(51, 51, 51, 0.8);
            opacity: 0;
            will-change: opacity;
            transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        .sidebar--offcanvas--mobile .sidebar__body {
            position: fixed;
            top: 0;
            bottom: 0;
            z-index: 1030;
            background: #fff;
            width: 350px;
            transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            will-change: transform;
            overflow: hidden;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            right: 0;
            transform: translateX(100%);
        }

        .sidebar--offcanvas--mobile .sidebar__content {
            -ms-flex-positive: 1;
            flex-grow: 1;
            overflow-y: auto;
            overflow-x: hidden;
        }

        .sidebar--offcanvas--mobile .sidebar__content {
            background-color: #EEECEC;
        }

    .accordion {
        --bs-accordion-bg: #EEECEC;
    }

    .sidebar--offcanvas--mobile.sidebar--open {
        visibility: visible;
        transition-delay: 0s;
    }

        .sidebar--offcanvas--mobile.sidebar--open .sidebar__backdrop {
            opacity: 1;
        }

        .sidebar--offcanvas--mobile.sidebar--open .sidebar__body {
            transform: translateX(0);
        }

    .sidebar--offcanvas--mobile .sidebar__header {
        display: flex;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #ebebeb;
        background-color: var(--red-color);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        justify-content: space-between;
    }

    .sidebar--offcanvas--mobile .sidebar__actions {
        flex-grow: 1;
        text-align: center;
    }

    .sidebar--offcanvas--mobile .sidebar__title {
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-size: 15px;
        font-weight: 500;
        padding: 0 20px;
        color: #fff;
    }

    .sidebar--offcanvas--mobile .sidebar__close {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 30px;
        height: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        border: none;
        fill: currentColor;
        padding: 0 0 2px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        transition: background-color 0.15s, color 0.15s;
        background: #C99A42;
        color: #372056;
        border-radius: 50%;
        z-index: 1;
    }

        .sidebar--offcanvas--mobile .sidebar__close:hover {
            color: #372056;
        }

        .sidebar--offcanvas--mobile .sidebar__close:active {
            color: #372056;
        }

        .sidebar--offcanvas--mobile .sidebar__close:focus {
            outline: none;
        }
}


@media (min-width: 1400px) {
    .block-split--has-sidebar .block-split__item-sidebar {
        width: 450px;
    }

    .block-split--has-sidebar .block-split__item-content {
        width: calc(100% - 470px);
        flex: 1;
    }

    .block-split--has-sidebar .block-split__item + .block-split__item {
        margin-right: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
    .block-split--has-sidebar .block-split__item-sidebar {
        width: 350px;
    }

    .block-split--has-sidebar .block-split__item-content {
        width: calc(100% - 362px);
        flex: 1;
    }

    .block-split--has-sidebar .block-split__item + .block-split__item {
        margin-right: 12px;
    }
}

@media (max-width: 991.98px) {
    .block-split__item-sidebar {
        width: 100%;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 52px;
        margin-bottom: 0;
    }

    .block-split__item-content {
        width: 100%;
        overflow-x: hidden;
    }
}

.sidebar__header {
    display: none;
}

.main-breadcrumb {
    background-color: #1C1919;
    border-bottom: 1px solid rgba(255, 219, 152, 1)
}

    .main-breadcrumb .breadcrumb-item a {
        color: #ffffff;
    }

.breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb-actions {
    align-items: center;
    gap: 5px;
    display: none;
}

@media(max-width:992px) {
    .breadcrumb-actions {
        display: inline-flex;
    }
}

.btn-breadcrumb-actions {
    background-color: #D9D9D9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid rgba(201, 154, 66, 1)
}

    .btn-breadcrumb-actions.btn-breadcrumb-actions-pointbox {
        background-image: url('../images/club-world-cup/nafarate-bartar.svg');
        background-size: 20px;
    }

.breadcrumb-actions .btn-breadcrumb-actions.btn-breadcrumb-actions-pointbox {
    background-image: url('../images/club-world-cup/nafarate-bartar.svg');
    background-size: 20px;
}

.breadcrumb-actions .btn-breadcrumb-actions.btn-breadcrumb-actions-me {
    background-image: url('../images/club-world-cup/gozareshe-pishbuinihaye-man.svg');
    background-size: 20px;
}

.breadcrumb-actions .btn-breadcrumb-actions.btn-breadcrumb-actions-rival {
    background-image: url('../images/club-world-cup/roghaba.svg');
    background-size: 20px;
}

.breadcrumb-actions .btn-breadcrumb-actions.btn-breadcrumb-actions-analyse {
    background-image: url('../images/club-world-cup/analyz.svg');
    background-size: 20px;
}

.breadcrumb-actions .btn-breadcrumb-actions.btn-breadcrumb-actions-table {
    background-image: url('../images/club-world-cup/jadval-icon.svg');
    background-size: 20px;
}

.pointbox-card {
    border: 0;
    background: transparent
}

    .pointbox-card .card-header {
        border: 0;
    }



.point-box-accordion .point-box-accordion-item .accordion-item {
    border-color: #C4A44D;
}

.point-box-accordion .point-box-accordion-item .accordion-header {
    display: none;
    align-items: center;
    background-color: #342E2E;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dae7ef'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dae7ef'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-border-color: #faecbf;
    --bs-accordion-border-color: #faecbf;
}



@media(max-width:992px) {
    .point-box-accordion .point-box-accordion-item .accordion-header {
        display: flex;
    }

    .point-box-accordion .point-box-accordion-item .pointbox-card .card-header {
        display: none;
    }
}

@media(min-width:992px) {
    .pointbox-card .card-body {
        /*border: 1px solid #917569;*/
        border-top: 0;
        border-radius: 0 0 2px 2px;
    }



    .accordion-collapse {
        display: block !important;
    }
}

.accordion-button {
    display: inline-flex !important;
    width: auto;
    box-shadow: none !important;
    outline: none !important;
    background: none !important;
}

.accordion-header-name {
    flex: 1;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordion-header-name-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion-header-name-icon-top {
    background-image: url('../images/club-world-cup/accordion-nafarate-bartar.svg');
}

.accordion-header-name-icon-rival {
    background-image: url('../images/club-world-cup/accordion-roghaba.svg');
}

.accordion-header-name-icon-analyse {
    background-image: url('../images/club-world-cup/accordion-analyz.svg');
}


@media (min-width: 992px) {
    .filters-button, .sidebar__close {
        display: none;
    }
}

.pointbox-card-header {
    background: radial-gradient(77.38% 366.8% at 50% 50%, #FFDB98 0%, #C99A42 91.83%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 2px 2px 0 0 !important;
    height: 50px;
}


.pointbox-card-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .pointbox-card-header-top > * {
        flex: 1;
    }

.pointbox-card-header-top-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 10px;
    text-decoration: none;
    color: #372056;
}



.pointbox-card-header-top-refresh {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pointbox-card-header-top-name-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/club-world-cup/gozareshe-pishbuinihaye-man.svg');
}



.btn-pointbox-card-header-top-refresh {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: 18px;
    background-color: #eef1f8;
    border: 1px solid rgba(201, 154, 66, 1);
    background-image: url('../images/club-world-cup/refresh-side.svg');
}



.mobile-change-point-week-area {
    flex: 1;
}

#divChangeWeekPoint .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 35px;
}



#divChangeWeekPoint .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 8px 8px 0 0 !important;
}

#divChangeWeekPoint .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff;
    text-align: center;
}



.toggle {
    --toggle-width: 90px;
    --toggle-height: calc(var(--toggle-width) / 3);
    position: relative;
    display: inline-block;
    width: var(--toggle-width);
    height: var(--toggle-height);
    border-radius: var(--toggle-height);
    cursor: pointer;
}

    .toggle input {
        display: none;
    }

    .toggle .slider {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        width: 100%;
        height: 100%;
        border-radius: var(--toggle-height);
        background-color: #D2D5DA;
        transition: all 0.4s ease-in-out;
    }

.pointbox-card-analyse-body .toggle .slider {
    background-color: #000000;
}

.pointbox-card-analyse-body .toggle.toggle-point-type input:checked + .slider {
    background-color: #000000;
}

.pointbox-card-analyse-body .toggle .labels::after {
    color: #fff;
}

.pointbox-card-analyse-body .toggle .labels::before {
    color: #fff;
}

.toggle .slider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    width: calc(var(--toggle-height) - 4px);
    height: calc(var(--toggle-height) - 4px);
    border-radius: calc(var(--toggle-height) / 2);
    background-color: #fff;
    border: 2px solid #fff;
    transition: all 0.4s ease-in-out;
}



.toggle.toggle-point-type .slider::before {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: calc(var(--toggle-height) - 18px);
    height: calc(var(--toggle-height) - 18px);
    background-color: #fff;
    box-shadow: 0 0 0 3px #fff;
}



.toggle input:checked + .slider {
    background-color: #2196F3;
}

.toggle.toggle-point-type input:checked + .slider {
    background-color: #C99A42;
}



.toggle input:checked + .slider::before {
    transform: translate(calc(var(--toggle-width) - var(--toggle-height)),-50%);
}

.toggle.toggle-point-type input:checked + .slider::before {
    transform: translate(calc(var(--toggle-width) - calc(var(--toggle-height) + 2px)),-50%);
}


.toggle.toggle-team-type .slider::before {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: calc(var(--toggle-height) - 18px);
    height: calc(var(--toggle-height) - 18px);
    background-color: #fff;
    box-shadow: 0 0 0 3px #fff;
}

.toggle.toggle-team-type input:checked + .slider {
    background-color: #C99A42;
}



.toggle .labels {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    transition: all 0.4s ease-in-out;
}

    .toggle .labels::after {
        content: attr(data-off);
        position: absolute;
        right: 10px;
        color: #4d4d4d;
        opacity: 1;
        transition: all 0.4s ease-in-out;
    }

.toggle.toggle-team-type .labels::after {
    right: 25px;
}

.toggle .labels::before {
    content: attr(data-on);
    position: absolute;
    left: 10px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}


.toggle.toggle-team-type .labels::before {
    left: 25px;
}

.toggle input:checked ~ .labels::after {
    opacity: 0;
}

.toggle input:checked ~ .labels::before {
    opacity: 1;
}

.change-toggle-filter-box {
    display: flex;
    background-color: #000000;
    flex-direction: column;
    gap: 10px;
    padding: 10px 10px;
    align-items: center;
}

#divChangeWeekPoint .select2-container--default .select2-selection--single {
    min-width: 250px;
}

.change-toggle-filter-area {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

@media(max-width:992px) {
    .change-toggle-filter-box {
        flex-direction: row;
        justify-content: space-around;
    }

    #divChangeWeekPoint .select2-container--default .select2-selection--single {
        min-width: 100px;
    }

    .change-toggle-filter-area {
        gap: 10px;
    }
}
/*
.change-toggle-filter-area .toggle {
    border: 1px solid #bba071;
}
*/



/*.change-toggle-filter-area .toggle-point-type, .change-toggle-filter-area .toggle-point-type .slider {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}*/

/*.change-toggle-filter-area .toggle-team-type, .change-toggle-filter-area .toggle-team-type .slider {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
*/
.card-ranking-checkbox-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fb;
    padding: 10px;
    flex-wrap: wrap;
}

.sidebar--open .card-ranking-checkbox-filter {
    justify-content: flex-start;
}


.card-ranking-checkbox-filter .form-check {
    padding-right: 1.75em;
}

.sidebar--open .form-check {
    flex: 0 0 33.3333%;
}

.card-ranking-checkbox-filter .form-check-input {
    width: 1.25em;
    height: 1.25em;
    margin-right: -1.75em;
    background-color: transparent;
    border-color: #bba073;
}



    .card-ranking-checkbox-filter .form-check-input:checked[type=checkbox] {
        --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23352058' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
        background-size: 20px;
        border-color: transparent;
        background-color: #deb363;
    }


.card-ranking-checkbox-filter .form-check-label {
    margin: 2px 0;
    font-size: .8rem;
    color: #352058;
}



.form-check-input:focus {
    box-shadow: none;
}

.card-ranking-carusel-point-filter {
    background-color: #000;
}



.card-ranking-list-title {
    margin-top: 0 !important;
    background-color: #EEECEC;
    border: 0;
    color: #000;
}

.card-ranking-list-header .row {
    padding: 0 !important;
}

.card-ranking-list-body {
    color: #352058;
    background-color: #fff;
}

    .card-ranking-list-body .row:nth-child(2n+1) {
        background-color: #F8F8F8;
    }

    .card-ranking-list-body .row:nth-child(2n) {
        background-color: #F8F8F8;
    }

    .card-ranking-list-body .row.between {
        background-color: #F8F8F8 !important;
        color: #000;
    }

    .card-ranking-list-body .row.first-rank:not(.between):before {
        background-color: #eec27b !important;
    }

    .card-ranking-list-body .row.second-rank:not(.between):before {
        background-color: #949599 !important;
    }

    .card-ranking-list-body .row.third-rank:not(.between):before {
        background-color: #8e3d39 !important;
    }

    .card-ranking-list-body .row.fourth-rank:not(.between):before {
        background-color: #e08a4f !important;
    }

    .card-ranking-list-body .row.fifth-rank:not(.between):before {
        background-color: #c08863 !important;
    }


.card-ranking-list-body {
    max-height: 300px;
    overflow: auto;
}


/*@media(max-width:992px) {
    .change-toggle-filter-area {
        background-color: #e3ebee;
    }


}*/

.pointbox-card-header-rival {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 20px;
}

.pointbox-card-header-analyse {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 16px;
}

.pointbox-card-header-table {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    background: #CDCDCD;
}


@media(min-width:768px) {
    .accordion-item {
        border: 0;
        background-color: transparent;
        margin-top: 5px;
    }
}

.accordion-flush .accordion-item:first-child {
    margin-top: 0;
}

.table-top-info-header {
    padding: 0;
    background: transparent
}

    .table-top-info-header .btn {
        background: rgba(255, 255, 255, 1);
        color: #6E6E6E;
        font-size: 11px;
        border-color: transparent;
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        --bs-border-radius: 35px;
    }




        .table-top-info-header .btn:last-child {
            border-right-color: #bba071;
        }

        .table-top-info-header .btn:first-child {
            border-left-color: #bba071;
            z-index: 1;
        }

        .table-top-info-header .btn:hover, .table-top-info-header .btn.active {
            background: radial-gradient(77.38% 366.8% at 50% 50%, #FFDB98 0%, #C99A42 91.83%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
            color: #000000;
        }

.standing-table-body-row {
    border-bottom: 1px solid #000;
    min-height: 40px;
}

    .standing-table-body-row:last-child {
        border-bottom: 0;
    }

@media(min-width:992px) {
    .pointbox-card .standing-table-header > div:nth-child(5), .pointbox-card .standing-table-body .standing-table-body-row > div:nth-child(5), .pointbox-card .standing-table-header > div:nth-child(6), .pointbox-card .standing-table-body .standing-table-body-row > div:nth-child(6), .pointbox-card .standing-table-header > div:nth-child(7), .pointbox-card .standing-table-body .standing-table-body-row > div:nth-child(7), .pointbox-card .standing-table-header > div:nth-child(8), .pointbox-card .standing-table-body .standing-table-body-row > div:nth-child(8), .pointbox-card .standing-table-header > div:nth-child(9), .pointbox-card .standing-table-body .standing-table-body-row > div:nth-child(9) {
        display: none;
    }
}

@media(max-width:992px) {
    .point-box-accordion-item-table {
        display: none !important
    }
}

.pointbox-card-table-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EEECEC;
    height: 50px;
}

.btn-pointbox-card-table-footer {
    color: #000000;
    font-size: 14px;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
}


    .btn-pointbox-card-table-footer i {
        font-size: 15px;
        line-height: 0;
    }

.pointbox-card-table-body {
    border-radius: 0;
    border-bottom: 0;
}


.desktop-table-container .standing-table-body-row:nth-child(2n+1) {
    background-color: #F8F8F8;
    color: #1D1B1B;
}



.desktop-table-container .standing-table-body-row:nth-child(2n) {
    background-color: #F8F8F8;
    color: #1D1B1B;
}



.desktop-table-container .standing-table-header {
    background-color: #EEECEC;
    border: 0;
}


    .desktop-table-container .standing-table-header > div {
        background-color: #EEECEC;
        color: #1D1B1B
    }


.pointbox-card-analyse-body {
    position: relative;
    background-color: #000000;
}

@media(max-width:768px) {
    .pointbox-card-analyse-body .toggle-point-type {
        border: 0;
        margin: 10px auto 0;
        display: flex;
    }
}

@media(min-width:768px) {
    .pointbox-card-analyse-body .toggle-point-type {
        position: absolute;
        left: 5px;
        bottom: 100%;
        margin-bottom: 10px;
        border: 1px solid #bba071;
    }
}

.select2-dropdown {
    border: 1px solid #aaa;
}

.pointbox-card-body-rival .input-group .select2-container--default .select2-selection--single {
    border: 1px solid #fff !important;
    background-color: transparent;
    z-index: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 10px !important;
    height: 36px !important;
    line-height: 36px !important;
    border-radius: 35px;
}

@media(max-width:768px) {
    .pointbox-card-body-rival .input-group .select2-container--default .select2-selection--single {
        border: 1px solid #231F20 !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        color: #000;
    }
}


.pointbox-card-body-rival .input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}




.pointbox-card-body-rival .input-group .form-control {
    border: 0 !important;
    background-color: #dee5eb;
    z-index: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    font-size: 10px !important;
    height: 36px !important;
    line-height: 36px !important;
}

.pointbox-card-body-rival .input-group .input-group-text {
    border: 0 !important;
    background-color: transparent !important;
    color: #f7941d;
    font-size: 25px;
    line-height: 0;
    border-radius: 50%;
    position: absolute;
    width: 36px;
    height: 36px;
    left: 0;
    padding: 8px;
    justify-content: flex-end
}

    .pointbox-card-body-rival .input-group .input-group-text a {
        z-index: 1;
        color: #bba071 !important;
        position: relative;
        border-radius: 50%;
    }




#divMatchList {
    margin: 0 auto;
    /*max-width: 850px;
    min-height: 300px;*/
}

@media(min-width:992px) {
    #divMatchList {
        /*margin-top: 40px;*/
    }


    .cwc-match-item:not(:first-child) {
        margin-top: 10px;
    }

}

.cwp-match-item-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content:center;

}

.cwp-match-item-desktop {
/*    flex: 1;
    display: flex;
    flex-direction: column;*/
}



.cwp-match-item-admin-result {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;
}

    .cwp-match-item-admin-result span {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #372056;
        color: #fff;
        border: 1px solid #bba071;
        border-radius: 50%;
        height: 50px;
        width: 50px;
        font-size: 16px;
    }



    .cwp-match-item-admin-result.w span {
        background-color: #01a75d;
        color: #fff;
    }

    .cwp-match-item-admin-result.l span {
        background-color: #e3010d;
        color: #fff;
    }

    .cwp-match-item-admin-result.d span {
        background-color: #ffd401;
        color: #372056;
    }

.cwp-match-item-head {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    max-width: 300px;
}

    .cwp-match-item-head:before {
        content: '';
        position: absolute;
        left: -60px;
        top: 100%;
        width: calc(100% + 120px);
        height: 3px;
        background-color: #baa1c9;
    }


.point-holder {
    color: #000;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.zarib {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #bba073 !important;
}


@media(max-width:992px) {
    .point-holder {
        width: auto;
        height: auto;
    }

    .cwp-match-item-center-actions-submit.match-item-submit {
        min-width: 20px;
        font-size: 6px;
        border-radius: 4px;
    }
}



@media(max-width:468px) {

    .new-match-item-actions__submit .match-item-submit {
        text-align: center;
    }
}


.cwp-match-item-center-extra {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cwp-match-item-center-extra-result {
    flex-direction: column;
    padding: 10px 0;
    gap: 10px;
    position: relative;
    width: 100%;
}

.cwp-match-item-extra-result-title {
    color: #bba071;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}


.cwp-match-item-extra-result-body {
    display: flex;
    align-items: center;
    justify-content: center;
}


.cwp-match-item-center-extra-result.extra {
    display: none;
}

.cwp-match-item-center-extra-result.penalty {
    display: none;
}

.cwp-match-item-center-extra-result.show {
    display: flex !important;
}

.cwp-match-item-extra-result-body-admin-result {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

    .cwp-match-item-extra-result-body-admin-result span {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #372056;
        border-radius: 50%;
        height: 35px;
        width: 35px;
        font-size: 16px;
        border: 1px solid #bba071;
        color: #fff;
    }

    .cwp-match-item-extra-result-body-admin-result.w span {
        background-color: #01a75d;
        color: #fff;
        border-color: transparent;
    }

    .cwp-match-item-extra-result-body-admin-result.l span {
        background-color: #e3010d;
        border-color: transparent;
        color: #fff;
    }

    .cwp-match-item-extra-result-body-admin-result.d span {
        background-color: #ffd401;
        border-color: transparent;
        color: #372056;
    }

.cwp-match-item-extra-result-body-input {
    width: 35px;
    height: 35px;
    color: #372056;
    background-color: #fff;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    outline: none !important;
    box-shadow: none !important ;
    border: 1px solid;
}



.cwp-match-item-center-extra-result.penalty:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 2px;
    background: repeating-linear-gradient(to right, rgba(255,255,255,1) 0, rgba(255,255,255,1) 2px, rgba(255,255,255,0) 2px, rgba(255,255,255,0) 11px);
}

.star {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    gap: 2px;
}

    .star span {
        display: inline-block;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
    }

        .star span.gray {
            background-image: url('../images/club-world-cup/star-gray.svg');
            background-size: contain;
        }

        .star span.gold {
            background-image: url('../images/club-world-cup/star-gold.svg');
            background-size: contain;
        }


.cwp-match-item-extra-result-body-input-container {
    flex: 0 0 60px;
    max-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cwp-match-item-extra-result-mobile-title {
    display: none;
    justify-content: center;
    align-items: center;
    max-width: 75px;
    font-weight: 600;
    text-align: center;
    padding: 0 5px;
    font-size: 11px;
}


.cwp-match-item-head-mobile-time {
    display: none;
    color: #372056;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 100%;
    text-align: center;
    background: linear-gradient(to right, #ddc386 0%,#fef1c7 50%,#e0c485 100%);
}

.cwp-match-item-head-mobile-status {
    position: relative;
    display: none;
    color: #372056;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 100%;
    text-align: center;
    background: #f1f1f1;
    border-bottom: 1px solid #351254;
}



.prediction-actions-week {
    display: flex;
}

    .prediction-actions-week .btn-group {
        display: flex;
        align-items: center;
    }

    .prediction-actions-week .btn {
        background-color: #F8F8F8 !important;
        color: #000000 !important;
        --bs-border-radius: 35px;
        min-width: 80px;
    }


    .prediction-actions-week .select2-container {
        width: auto !important;
    }

    .prediction-actions-week .select2-container--default .select2-selection--single {
        background: radial-gradient(77.38% 366.8% at 50% 50%, #CFAF72 8.17%, #FFDB98 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
        border-radius: 0;
        border: 0;
    }

        .prediction-actions-week .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #000;
        }

.mobile-table-container .pointbox-card-header-table {
    border-radius: 0 !important;
    background-color: #CDCDCD;
}


.mobile-table-container .pointbox-card-table-footer {
    display: none;
}

.prediction-submit-area {
    background: transparent;
    gap: 10px;
    margin-top: 40px;
}


    .prediction-submit-area .btn {
        background: radial-gradient(100% 400% at 0% 50%, #C99A42 25%, #FFDB98 50%, #C99A42 83.65%);
        border-color: transparent;
        display: flex;
        align-items: center;
        width: auto;
        padding: 5px;
        font-size: 12px;
        color: #000000;
        min-width: 155px;
        min-height: 40px;
        border-radius: 35px;
    }


        .prediction-submit-area .btn span:last-child {
            display: flex;
            justify-content: center;
            flex: 1;
        }

        .prediction-submit-area .btn:hover {
            background: #040404 !important;
            border-color: #C99A42 !important;
            color: #C99A42;
        }


    .prediction-submit-area:after {
        display: none;
    }

.prediction-submit-area-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    margin-left: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    border: 1px solid rgba(201, 154, 66, 1);
    border-radius: 50%;
    right: 0;
}

.btn-prediction-submit-all-result {
}

    .btn-prediction-submit-all-result .prediction-submit-area-icon {
        background-image: url('../images/club-world-cup/sabte-natije__icon.svg');
    }

.btn-prediction-copy .prediction-submit-area-icon {
    background-image: url('../images/club-world-cup/copy-natayej.svg');
}

.btn-prediction-gift {
    position: relative;
}

    .btn-prediction-gift .prediction-submit-area-icon {
        background-image: url('../images/club-world-cup/point.svg');
    }

    .btn-prediction-gift .item-prediction-gift-count {
        position: absolute;
        content: "";
        bottom: -2px;
        right: -2px;
        background: linear-gradient(to right, #ddc386 0%, #fef1c7 50%, #e0c485 100%);
        width: 15px;
        height: 15px;
        display: flex;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        font-size: 10px;
        color: #372056;
    }

.btn-mobile-prediction-copy {
    background-color: #eef1f8;
    border: 0;
    display: flex;
    align-items: center;
    width: auto;
    padding: 5px 8px;
    font-size: 10px;
    color: #372056 !important;
    border-radius: 35px;
    position: relative;
    padding-right: 40px;
    min-width:150px;
}

    .btn-mobile-prediction-copy .prediction-submit-area-icon {
        width: 32px;
        height: 32px;
        background-image: url(../images/club-world-cup/mobile-copy-natayej.svg);
        background-color: #eef1f8;
    }

    .btn-mobile-prediction-copy span:last-child {
        display: flex;
        justify-content: center;
        flex: 1;
    }

    .btn-mobile-prediction-copy:hover {
        background-color: #eef1f8 !important;
    }


.prediction-actions-week {
    position: relative;
}

.btn-prediction-actions-week-refresh-mobile {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-size: 18px;
    background-color: #eef1f8;
    border: 1px solid rgba(201, 154, 66, 1);
    background-image: url('../images/club-world-cup/refresh-side.svg');
}
    .btn-prediction-actions-week-refresh-mobile.mobile{
        display:none
    }
    .btn-prediction-actions-week-refresh-mobile.desktop {
        display: inline-block
    }
    .btn-prediction-actions-week-gift-mobile {
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 22px;
        background-image: url(../images/club-world-cup/mobile-gift-icon.svg);
        border: 1px solid rgba(201, 154, 66, 1);
    }
    .btn-prediction-actions-week-gift-mobile.mobile {
        display: none;
    }
    .btn-prediction-actions-week-gift-mobile.desktop {
        display: block;
    }
        .btn-prediction-actions-week-gift-mobile span {
            position: absolute;
            content: "";
            bottom: -7px;
            right: -7px;
            background: linear-gradient(to right, #ddc386 0%,#fef1c7 50%,#e0c485 100%);
            width: 20px;
            height: 20px;
            display: flex;
            border-radius: 50%;
            justify-content: center;
            align-items: center;
            font-size: 10px;
            color: #372056;
        }

.block-split__item-title-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    background-color: #000;
    padding: 0 5px;
}

    .block-split__item-title-content.mobile {
        display: none;
    }

    .block-split__item-title-content > div {
        flex: 1;
    }



.cwp-match-item-head-star-mobile {
    display: none;
}

    .cwp-match-item-head-star-mobile .star span {
        width: 16px;
        height: 16px;
    }

.mobile-change-point-week-area {
    display: none;
}


.pointbox-card-body-rival .select2-container {
    width: 100% !important;
}

    .pointbox-card-body-rival .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-left: 35px;
    }

.pointbox-card-body-rival .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .pointbox-card-header-rival .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}





.rank-summary-item {
    display: flex;
    align-items: stretch;
    color: #fff;
    background-color: #000;
}

.js-my-rank-summary-carousel .rank-summary-item {
    padding: 0 30px !important;
}

.rank-summary-item__icon {
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    margin-bottom: 5px;
    background-color: #1136cc;
    border-radius: 50%;
}

    .rank-summary-item__icon.rank-icon {
        background-image: url('../images/uefa/my-rank-icon.svg');
    }

    .rank-summary-item__icon.point-icon {
        background-image: url('../images/uefa/my-score-icon.svg');
    }


.rank-summary-item > div {
    gap: 5px;
    min-height: 80px;
}

.rank-summary-item__my {
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: .8rem;
    flex: 1;
}

.rank-summary-item__title {
    position: relative;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-items: center;
    gap: 5px;
    border: 1px solid #38315a;
    border-top: 0;
    border-bottom: 0;
    font-size: .8rem;
    font-weight: bold;
    color: #fff;
    flex: 2;
}


    .rank-summary-item__title img {
        width: 64px !important;
    }



.rank-summary-item {
    background-color: #000;
    color: #fff;
}


.rank-summary-item__team {
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: .8rem;
    flex: 1;
}

.rank-summary-item-rank {
    font-weight: bold;
    font-size: 1rem;
    color: #fff;
    padding: 0 2px;
    color: #ffffff;
    /*line-height: 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.rank-summary-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    /*background-color: #ffffff;*/
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-size: 25px;
    position: relative;
}

    .rank-summary-item-icon.my-rank {
        background-image: url('../images/club-world-cup/rotbeye_man.svg');
    }

    .rank-summary-item-icon.my-point {
        background-image: url('../images/club-world-cup/emtiaze-man.svg');
    }

.club-world-cup-modal .modal-content {
    background-size: 680px
}

.club-world-cup-modal .modal-header {
    height: 110px;
}

.top-10-modal .modal-header .modal-title .modal-title-icon {
    width: 55px;
    height: 55px;
}

.club-world-cup-modal .btn-close {
    background-color: #483566;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.club-world-cup-modal .standing-table-header {
    border-bottom: 0;
    background: linear-gradient(to right, #ddc386 0%,#fef1c7 50%,#e0c485 100%);
}

    .club-world-cup-modal .standing-table-header > div {
        flex: 1;
        max-width: unset;
        border-left: 2px solid #fff;
    }

        .club-world-cup-modal .standing-table-header > div:last-child {
            border-left: 0
        }

        .club-world-cup-modal .standing-table-header > div.team-name {
            flex: 0 0 200px;
        }

        .club-world-cup-modal .standing-table-header > div.last-5-matches {
            flex: 0 0 200px;
        }

.club-world-cup-modal .standing-table-body .standing-table-body-row > div {
    flex: 1;
    max-width: unset;
}

    .club-world-cup-modal .standing-table-body .standing-table-body-row > div.team-name {
        flex: 0 0 200px;
    }

    .club-world-cup-modal .standing-table-body .standing-table-body-row > div.last-5-matches {
        flex: 0 0 200px;
    }

.club-world-cup-modal .standing-table-body-row:nth-child(2n) {
    background: #ebebec;
}

.rank-summary-item__title-link {
    position: absolute;
    top: 5px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.rank-summary-item__title-link-top10 {
    margin-right: 120px;
    background-image: url('../images/club-world-cup/top10-star.svg');
}

.rank-summary-item__title-link-rival {
    margin-left: 120px;
    background-image: url('../images/club-world-cup/rival-star.svg');
}


.rank-summary-item__image {
    position: relative;
    width: 64px;
    margin: 0
}

    .rank-summary-item__image img {
        width: 64px;
        object-fit: contain;
    }

    .rank-summary-item__image:after, .rank-summary-item__image:before {
        /*content: "";*/
        position: absolute;
        top: 0;
        width: 1px;
        height: 100%;
        background: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 5px);
    }

    .rank-summary-item__image:after {
        left: 0;
    }

    .rank-summary-item__image:before {
        right: 0;
    }

.mobile-table-container .standing-table-header {
    background-color: #f2f2f2;
    border: 0
}

    .mobile-table-container .standing-table-header > div {
        padding: 5px 0;
        color: #372056;
    }

.mobile-table-container .standing-table-body-row:nth-child(2n) {
    background-color: #f2f2f2;
}

.cwp-match-item-head-status {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b99f74;
    gap: 15px;
}



@keyframes pulse-on {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(1, 167, 93, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(1, 167, 93, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(1, 167, 93, 0);
    }
}

@keyframes pulse-off {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(229, 1, 14, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(229, 1, 14, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(229, 1, 14, 0);
    }
}

.match-list-title {
    position: relative;
    max-width: 50%;
    gap: 10px;
    display: flex;
    align-items: center;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 13px;
    justify-content: center;
    color: #dae7ef;
}

    .match-list-title:before, .match-list-title:after {
        position: relative;
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 5px solid #ba9f72;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }


.card-ranking-list-body .row.is-mine:not(.between) {
    background-color: #5acd96;
}

.card-ranking-list-body .row.ismyclan-rank:not(.between) {
    background-color: #bac8eb;
}

.card-ranking-list-body .row.iscompetitor-rank:not(.between) {
    background-color: #ecc3c9;
}

.btn-rank-delete-competitor {
    position: absolute;
    right: 0;
    top: 7px;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../images/club-world-cup/hazfe-roghaba.svg) no-repeat center center / contain;
}

@media(max-width:992px) {
    .match-list-title {
        display: none;
    }

    .cwp-match-item-head-status {
        display: none;
    }

    .mobile-change-point-week-area {
        display: block;
    }

    .cwp-match-item-head-star-mobile {
        display: block;
    }

    .block-split__item-title-content {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        gap:10px;
        padding:10px 0;
    }

    .prediction-actions-right {
        width: 70%;
    }
    .prediction-actions-left {
        width: 30%;
        order:1;
        /*flex:0!important;*/
    }
    .prediction-actions-week {
        order: 2;
        display: flex;
        width: 100%;
        justify-content: space-evenly;
    }

    .btn-prediction-actions-week-refresh-mobile {
        display: block;
    }

    .btn-prediction-actions-week-gift-mobile {
        display: block;
    }

    .btn-prediction-copy {
        display: none !important;
    }

    .btn-prediction-gift {
        display: none !important;
    }

    .prediction-submit-area {
        margin-top: 0;
        /*background: linear-gradient(to right, #ddc386 0%,#fef1c7 50%,#e0c485 100%);*/
    }

  
    .cwp-match-item-team {
        flex: 1;
    }
    /*  .cwp-match-item-team {
        flex: 1;
        flex-direction: row;
    }

        .cwp-match-item-team.guest {
            flex-direction: row-reverse;
        }*/
    .cwp-match-item-center {
        align-items: center;
        justify-content: center;
        gap: 5px;
        flex: 0 0 140px;
    }

    .cwp-match-item-inner {
        gap: 5px;
    }

    .cwp-match-item-center-results {
        align-items: center;
    }

    .cwp-match-item-extra-result-body-admin-result span {
        border-radius: 4px;
        height: 35px;
        width: 35px;
    }

    .cwp-match-item-extra-result-body-admin-result {
        flex: 0;
    }

    .cwp-match-item-extra-result-body-input-container {
        flex: 0;
    }

    .cwp-match-item-team-name {
        color: #111d57;
        font-size: 11px;
        flex: 1;
    }

    .cwp-match-item-team-image img {
        height: 40px;
        width: 40px;
    }

    .cwp-match-item-team-image {
        flex: 0 0 40px;
    }

    .cwp-match-item-extra-result-body-admin-result.host {
        order: 1;
    }

    .cwp-match-item-extra-result-body-input-container.host {
        order: 0;
    }

    .cwp-match-item-extra-result-body-admin-result.guest {
        order: 3;
    }

    .cwp-match-item-extra-result-body-input-container.guest {
        order: 4;
    }

    .cwp-match-item-extra-result-body-input {
        height: 25px;
        width: 30px;
        border: 1px solid #0f1f50 !important;
        border-radius: 4px;
        background-color: #f2f2f2;
        font-size: 12px;
    }

    .cwp-match-item-extra-result-body-input-container.host .cwp-match-item-extra-result-body-input {
        border-left: 0 !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .cwp-match-item-extra-result-body-input-container.guest .cwp-match-item-extra-result-body-input {
        border-right: 0 !important;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .cwp-match-item-extra-result-mobile-title {
        display: flex;
        order: 2;
    }

    .cwp-match-item-extra-result-title {
        display: none;
    }

    .cwp-match-item-center-actions {
        flex-wrap: wrap;
    }

    .cwp-match-item-center-actions-pointsbox {
        flex: 0 0 50%;
        order: 1;
        justify-content: flex-start;
        padding: 0 10px;
    }

    .cwp-match-item-center-actions-submit {
        order: 2
    }

    .cwp-match-item-center-actions-links {
        flex: 0 0 50%;
        order: 0;
        justify-content: flex-end;
        padding: 0 10px;
        gap: 0;
    }

    .cwp-match-item-center-actions {
        padding: 10px;
    }

    .cwp-match-item-center-actions-submit .btn-cwp-match-item-center-actions-submit {
        width: 130px;
        margin: 10px auto 0;
        font-size: .75rem;
    }


    .cwp-match-item-center-extra-result.penalty:before {
        width: 100%;
        height: 1px;
        background: repeating-linear-gradient(to right, rgba(55, 32, 86, 1) 0, rgba(55, 32, 86, 1) 12px, rgba(55, 32, 86, 0) 1px, rgba(55, 32, 86, 0) 20px);
    }

    .cwp-match-item-center-actions-pointsbox {
        color: #372056;
    }

    .point-holder {
        background-color: transparent;
    }


    .zarib {
        border: 1.2px solid #dfa331;
        background-color: #fff;
        width: 24px;
        height: 24px;
        color: #000 !important;
        border-radius: 50%;
        margin: 0;
    }


    .match-item-link-rival {
        background: url(../images/club-world-cup/roghaba-circle.svg) no-repeat center center / contain;
    }

    .cwp-match-item-center-extra-result.extra:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 1px;
        background: repeating-linear-gradient(to right, rgba(55, 32, 86, 1) 0, rgba(55, 32, 86, 1) 12px, rgba(55, 32, 86, 0) 1px, rgba(55, 32, 86, 0) 20px);
    }

    /*  .match-item-link-summary {
        display: none;
    }*/

    .match-item-link-top {
        background: url(../images/club-world-cup/top10-circle.svg) no-repeat center center / 35px;
    }


    .pointbox-card-body-rival .input-group .input-group-text a {
        color: #bba071 !important
    }


    .rank-summary-item__title-link {
        width: 30px;
        height: 30px;
    }

    .rank-summary-item__title {
        font-size: .7rem;
        font-weight: normal;
    }

    .rank-summary-item__team {
        font-size: .7rem;
    }

    .match-item-link-summary {
        background-color: #362056;
    }



    .modal-fullscreen-md-down .modal-content {
        border-radius: 0;
    }

    #teamsSummeryContent .card .card-header .card-title {
        font-size: 11px;
    }

    #teamsSummeryContent .card .card-body {
        font-size: 10px;
    }

        #teamsSummeryContent .card .card-body .row .match-summary .host, #teamsSummeryContent .card .card-body .row .match-summary .guest {
            width: 15px;
            height: 15px;
            line-height: 15px;
            font-size: 9px;
        }
}

.point-box-accordion-item-rival .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.card-ranking-carusel-point-filter .owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    display: block !important;
    background: linear-gradient(to right, #2c1a4a 0%,#0a041c 100%) !important;
}

.card-ranking-carusel-point-filter .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: block !important;
    background: linear-gradient(to right, #0a041c 0%,#2c1a4a 100%) !important;
}

    .card-ranking-carusel-point-filter .owl-prev i, .card-ranking-carusel-point-filter .owl-next i {
        color: #ba9f70 !important;
        line-height: 0 !important;
    }






.back-to-top {
    position: fixed;
    top: 50%;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 50px;
    background: #bba073;
    color: #3f2b60;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: url('../images/club-world-cup/scroll-up.svg') no-repeat center center / contain;
}

    .back-to-top.rotate {
        background: url('../images/club-world-cup/scroll-down.svg') no-repeat center center / contain;
    }



    .back-to-top:focus {
        color: #fff;
    }

.arrow {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
    position: absolute;
    width: 12px;
    height: 12px;
    background-size: contain;
    transform: rotate(-90deg);
    top: 8px;
    left: 15px;
}

.back-to-top.rotate .arrow {
    transform: rotate(-270deg);
}

.arrow:nth-child(2) {
    top: 14px;
}

.rotate .arrow {
    top: 18px;
}

    .rotate .arrow:nth-child(2) {
        top: 12px;
    }

@media(max-width:992px) {
    .back-to-top {
        top: auto;
        bottom: 0;
        left: 10px;
        right: auto;
        width: 30px;
        height: 30px;
    }

    .arrow {
        width: 8px;
        height: 8px;
        left: 11px;
        top: 7px;
    }

        .arrow:nth-child(2) {
            top: 11px;
        }

    .rotate .arrow {
        top: 15px;
    }

        .rotate .arrow:nth-child(2) {
            top: 11px;
        }
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: rotate(-90deg) translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: rotate(-90deg) translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }
}

@keyframes bounceAlpha-top {
    0% {
        opacity: 1;
        transform: rotate(-270deg) translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: rotate(-270deg) translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: rotate(-270deg) translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: rotate(-270deg) translateX(0px) scale(1);
    }
}

.back-to-top:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

    .back-to-top:hover .arrow:nth-child(2) {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-delay: 0.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

.back-to-top.rotate:hover .arrow {
    animation-name: bounceAlpha-top;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

    .back-to-top.rotate:hover .arrow:nth-child(2) {
        animation-name: bounceAlpha-top;
        animation-duration: 1.4s;
        animation-delay: 0.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }



.back-top {
    display: none !important;
}






.card-groups {
    background: none !important;
    border: 0;
}

.groups-item {
    text-decoration: none !important;
    background: transparent !important;
    border-color: transparent;
    margin-bottom: 30px;
    position: relative;
    --bs-border-radius: 2px;
    border: 0;
}

    .groups-item .card-body {
        background: #EEECEC !important;
        margin-top: 2px;
    }

    .groups-item:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
        border-radius: 1rem;
    }


.groups-item__header {
    background: url('../images/club-world-cup/group-item-gold.svg') no-repeat top center / cover;
    color: #1f1945;
    border-radius: 2px 2px 0 0 !important;
    --bs-card-cap-padding-y: 1rem;
    height: 47px;
}

.card-groups .desktop-groups > .row > .col-xl-3:nth-child(2n+1) .groups-item__header {
    background: url('../images/club-world-cup/group-item-black.svg') no-repeat top center / cover;
}

.mobile-groups .owl-item:nth-child(2n+1) .groups-item__header {
    background: url('../images/club-world-cup/group-item-black.svg') no-repeat top center / cover;
}

.mobile-groups .owl-item:nth-child(2n+1) .groups-item__header-title {
    color: #ffffff;
}

.groups-item__header-title {
    /*font-family: iranyekanblackfanum;*/
    text-align: center;
    margin: 0;
    color: #000000;
    font-weight: 600;
    font-size: 1.2rem;
}

.card-groups .desktop-groups > .row > .col-xl-3:nth-child(2n+1) .groups-item__header-title {
    color: #ffffff;
}

.groups-item__header-title .en {
    /*font-family: iranyekanblackfanum*/
}

.groups-item__teamlist {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.groups-item__teamitem {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.groups-item__teamitem-logo {
    max-width: 30px;
    min-height: 30px;
    flex: 1 1 30px;
}

    .groups-item__teamitem-logo img {
        object-fit: contain;
        max-width: 100%;
        height: auto;
    }

.groups-item__teamitem-name {
    color: #1D1B1B;
    flex: 1;
    text-align: center;
    font-size: .9rem;
}

@media(max-width:992px) {
    .groups-item__teamitem-name {
        flex: auto;
    }
}



.mobile-groups {
    clear: both;
    display: none;
    float: right;
    /*position: relative;*/
    width: 100%
}

@media(max-width: 991px) {
    .mobile-groups {
        display: flex
    }
}


.mobile-groups .owl-nav > button {
    background: #fff
}

.mobile-groups .owl-stage-outer {
    float: right;
    height: auto !important;
    overflow: visible !important;
    width: 100%
}

.mobile-groups button.owl-prev {
    border-left: 2px solid #dde3e6 !important;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 10%
}

    .mobile-groups button.owl-prev.disabled {
        display: none
    }

.mobile-groups button.owl-next {
    border-right: 2px solid #dde3e6 !important;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 10%
}

    .mobile-groups button.owl-next.disabled {
        display: none
    }

.desktop-groups {
    display: block
}

@media(max-width: 991px) {
    .desktop-groups {
        display: none
    }

    .block-split--has-sidebar {
        min-height: calc(100vh - 160px);
        padding-bottom: 6rem;
        display: flex;
        align-items: center;
    }

    .groups-item {
        margin-bottom: 0;
    }
}

.owl-carousel .owl-stage-outer {
    transform: none !important;
    transition: none !important
}


.club-world-cup-count-down-box {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 10px;
    background-color: #000000;
    flex-direction: column;
    gap: 15px;
    position: relative;
}


    .club-world-cup-count-down-box:before {
        opacity: .7;
        width: 100%;
        height: 160px;
        top: 0;
        bottom: 0;
        transform: translateX(-50%);
        left: 50%;
        position: absolute;
        content: "";
        background: url(../images/club-world-cup/count-down.svg) no-repeat center center / cover;
        z-index: 0;
    }

.club-world-cup-count-down-logo {
    display: block;
    position: absolute;
    width: 90px;
    height: 90px;
    background: url('../images/club-world-cup/fifa-club-world-cup-logo.svg') no-repeat center center / contain;
    top: 50%;
    transform: translateY(-50%);
    left: 10%;
    right: auto;
}

    .club-world-cup-count-down-logo:last-child {
        right: 10%;
        left: auto;
    }

@media(max-width: 991px) {
    .club-world-cup-count-down-box {
        margin: 0 30px 10px;
        height: 140px;
        padding-top: 65px;
    }

        .club-world-cup-count-down-box:before {
            width: 100%;
            height: 140px;
        }

        .club-world-cup-count-down-box img {
            position: absolute;
            top: 50px;
            height: 15px;
        }

    .club-world-cup-count-down-logo {
        width: 50px;
        height: 50px;
        background: url('../images/club-world-cup/fifa-club-world-cup-logo.svg') no-repeat center center / contain;
        top: 0;
        transform: translateX(-50%);
        left: 50%;
    }

        .club-world-cup-count-down-logo:last-child {
            display: none;
        }
}



.count-down-section-time {
    color: #fff;
    display: flex;
    justify-content: center;
    text-decoration: none !important;
}


    .count-down-section-time span.countdown_section {
        display: inline-flex;
        padding: 0 15px;
        text-align: center;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #bba071;
        background: linear-gradient(to bottom, rgba(26,19,61,0) 0%,rgba(4,3,19,1) 100%);
        height: 40px;
    }

        .count-down-section-time span.countdown_section:first-child {
            border-right: 0;
        }

    .count-down-section-time span.countdown_number {
        font-size: 20px;
        font-weight: bold;
    }


    .count-down-section-time span.countdown_word {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .count-down-section-time svg {
        position: relative;
        margin: -40px 10px 0;
    }

    .count-down-section-time span.countdown_number, .count-down-section-time span.countdown_word {
        display: block;
    }


@media(max-width:992px) {


    .count-down-section-time span.countdown_section {
        width: 60px;
        height: 40px;
    }

    .count-down-section-time span.countdown_number {
        font-size: 18px;
        font-weight: bold;
    }

    .count-down-section-time span.countdown_word {
        font-size: 12px;
        margin-bottom: 0;
    }


    .count-down-section-time svg {
        width: 12px;
        margin: -40px 0 0;
    }

    .count-down-section-time {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



.chips-group {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #342E2E;
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
    z-index: 1;
    font-size: 1.25rem;
    height: 70px;
    justify-content: space-evenly;
    align-items: center;
}


    .chips-group .select-chips {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 2px 0;
        text-align: center;
        color: #EEECEC;
        cursor: pointer;
        position: relative;
        min-width: 30px;
    }



        .chips-group .select-chips::before,
        .chips-group .select-chips::after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: #EEECEC;
            width: 1px;
            height: 45px;
            background-repeat: no-repeat;
            background-position: top center;
            background-size: contain;
            z-index: 2;
            opacity: 0;
        }


        .chips-group .select-chips::before {
            right: auto;
            left: calc(100% + 10px);
        }

        .chips-group .select-chips::after {
            left: auto;
            right: calc(100% + 10px);
        }

        .chips-group .select-chips:active, .chips-group .select-chips:hover, .chips-group .select-chips:focus, .chips-group .select-chips.active {
            color: #C4A44D;
            font-weight: bold;
        }



            .chips-group .select-chips.active::before,
            .chips-group .select-chips.active::after {
                opacity: 1;
            }

        .chips-group .select-chips span:first-child {
            display: none;
            margin-bottom: 5px;
            font-size: 1rem;
        }

body[data-type="uefa"] .chips-group .select-chips span:first-child {
    display: block;
}

.chips-group .select-chips:active span:first-child, .chips-group .select-chips:hover span:first-child, .chips-group .select-chips:focus span:first-child, .chips-group .select-chips.active span:first-child {
    display: block;
}


.btn-more-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    color: #000000;
    text-decoration: none;
    height: 50px;
    background: radial-gradient(100% 400% at 0% 50%, #C99A42 25%, #FFDB98 50%, #C99A42 83.65%);
    border-radius: 35px;
}



.cwp-match-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

    .cwp-match-item + .cwp-match-item {
        margin-top: 5px;
    }

.cwp-match-item-date {
    color: #1D1B1B;
    padding: 5px;
    font-size: 12px;
    background: radial-gradient(77.38% 366.8% at 50% 50%, #CFAF72 8.17%, #FFDB98 100%)
}

.cwp-match-item-content {
    display: flex;
    min-height: 70px;
}

.cwp-match-item-content-right {
    flex: 0 0 250px;
    display: flex;
    align-content: center;
    text-align: center;
}

.cwp-match-item-content-center {
    flex: 1;
    display: flex;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: rgba(233, 178, 69, 1);
}

.cwp-match-item-content-left {
    flex: 0 0 250px;
    display: flex;
    align-items: center;
}

.cwp-match-item-inner {
    display: flex;
    flex: 1;
}

.cwp-match-item-status {
    /*flex: 0 0 35px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cwp-match-item-status > span.blob {
        display: flex;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 28px;
    }

        .cwp-match-item-status > span.blob.off {
            width: 32px;
            height: 32px;
            background-image: url('../images/club-world-cup/status-off.svg');
        }

        .cwp-match-item-status > span.blob.on {
            width: 32px;
            height: 32px;
            background-image: url('../images/club-world-cup/status-on.svg');
        }




.match-item-link-summary {
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url('../images/club-world-cup/match-box-icon-statistics.svg')no-repeat center center / contain;
}



.match-item-link-top {
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../images/club-world-cup/match-box-icon-top10.svg')no-repeat center center / contain;
}



.match-item-link-rival {
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url('../images/club-world-cup/match-box-icon-rival.svg')no-repeat center center / contain;
}



.cwp-match-item-team {
    flex: 1 1 100px;
    display: flex;
    align-items: center;
    justify-content:center;
    flex-wrap:wrap;
    gap: 2px;
    text-align: center;
}

    .cwp-match-item-team.guest {
        flex-direction: row-reverse;
    }

.cwp-match-item-team-image {
    width: 100%;
    margin: 0;
    flex: 0 0 50px;
}

    .cwp-match-item-team-image img {
        height: 36px;
        width: 36px;
        display: inline-block;
        object-fit: contain;
        text-indent: -9999999px;
    }

.cwp-match-item-team-name {
    color: #000;
    flex: 1;
    font-size: 12px;
}

.cwp-match-item-center-actions-submit {
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-cwp-match-item-center-actions-submit {
    display: inline-block;
    height: 32px;
    width: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../images/club-world-cup/btn-match-item-submit.svg');
}

    .btn-cwp-match-item-center-actions-submit:disabled, .btn-cwp-match-item-center-actions-submit.disabled {
        background-image: url('../images/club-world-cup/btn-match-item-submit-disabled.svg');
    }


.cwp-match-item-center-actions-pointsbox {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.cwp-match-item-head-star {
    flex: 0 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cwp-match-item-center {
    display: flex;
    flex: 0 0 140px;
    align-items: center;
    justify-content: center;
}

.cwp-match-item-admin-result {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
}

    .cwp-match-item-admin-result.host {
        margin-left: 2px;
    }

    .cwp-match-item-admin-result span {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #000;
        color: #fff;
        border-radius: 3px;
        height: 34px;
        width: 34px;
        font-size: 16px;
    }



    .cwp-match-item-admin-result.w span {
        background-color: #01a75d;
        color: #fff;
    }

    .cwp-match-item-admin-result.l span {
        background-color: #e3010d;
        color: #fff;
    }

    .cwp-match-item-admin-result.d span {
        background-color: #ffd401;
        color: #372056;
    }

.cwp-match-item-user-result {
    flex: 0 0 34px;
}

    .cwp-match-item-user-result input {
        border: 1px solid rgba(158, 158, 158, 1);
        width: 100%;
        height: 30px;
        text-align: center;
    }

        .cwp-match-item-user-result input:disabled {
            cursor: not-allowed;
        }

    .cwp-match-item-user-result.host input {
        border-left: 0;
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important;
    }

    .cwp-match-item-user-result input:focus {
        box-shadow: none;
        outline: none;
    }

    .cwp-match-item-user-result.guest input {
        border-right: 0;
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important;
    }

.cwp-match-item-time {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}

.cwp-match-item-actions-links {
    flex: 0 0 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.cwp-match-item-center-results {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:5px;
}



.prediction-actions-right {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.prediction-actions-left {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.cwp-match-item-mobile-actions {
    display: none;
    flex-direction: column;
    gap: 10px;
}

.cwp-match-item-mobile-actions-bottom {
    display: flex;
}

    .cwp-match-item-mobile-actions-bottom > div {
        flex: 1;
    }

.cwp-match-item-mobile-actions .cwp-match-item-head-star {
    flex: auto;
}
.top-match-list{
    display:flex;
}
.top-match-list.desktop {
    display: flex;
}

.top-match-list.mobile {
    display: none;
}

@media(max-width:992px) {
    .cwp-match-item-content {
        flex-direction: column;
    }

    .cwp-match-item-content-right {
        flex: auto;
        height: 30px;
        border-bottom: 1px solid rgba(255, 219, 152, 1)
    }

    .cwp-match-item-status {
        position: absolute;
    }

        .cwp-match-item-status > span.blob {
            background-size: 20px;
        }

    .cwp-match-item-actions-links.desktop {
        display: none;
    }

    .cwp-match-item-actions-links.mobile {
        display: flex;
    }

    .cwp-match-item-content-center {
        flex-direction: column;
        background: #EFEFEF;
        gap: 10px;
        padding: 10px 0;
    }

    .cwp-match-item-team {
        flex-direction: column;
    }

        .cwp-match-item-team.guest {
            flex-direction: column;
        }

    .cwp-match-item-team-image {
        flex: auto;
    }

    .cwp-match-item-mobile-actions {
        display: flex;
    }

    .cwp-match-item-content-left {
        display: none;
    }

    .cwp-match-item-center-actions-pointsbox {
        gap: 10px;
    }

    .star span {
        width: 20px;
        height: 20px;
    }

    .top-match-list.desktop {
        display: none;
    }

    .top-match-list.mobile {
        display: flex;
    }
    .btn-prediction-actions-week-refresh-mobile.mobile {
        display: inline-block
    }

    .btn-prediction-actions-week-refresh-mobile.desktop {
        display: none
    }
    .btn-prediction-actions-week-gift-mobile.mobile {
        display: block
    }
    .btn-prediction-actions-week-gift-mobile.desktop {
        display: none
    }

}
