﻿.viewTabContainer {
    display: inline-block;
    float: right;
    width: 100%;
    padding: 16px 0 0;
    border-top: none;
}

.tabs-container {
    display: inline-block;
    float: right;
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.groupStandingCon {
    background: var(--White, #fff);
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #e8e8e8;
}

.GroupStanding {
    width: 100%;
}

.groupTabs {
    display: inline-block;
    float: right;
    width: 100%;
    position: relative;
    background: none;
}

.GroupStanding .ttl {
    background-color: transparent;
    padding: 16px 16px 0 0;
    position: relative;
    height: 47px;
    margin-bottom: 16px;
    border-right: none;
    display: inline-block;
    width: 100%;
    font-family: DroidKufiBold, Arial;
    border-bottom: none;
}

    .GroupStanding .ttl h2 {
        line-height: 2;
        margin-right: 0;
        color: #000;
        font-size: 17px;
        background: none;
        padding: 0;
    }

.GroupStanding .table {
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: unset;
    display: inline-block;
    width: 100%;
}

.groupTabs .table .ttlRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    width: 100%;
}

    .groupTabs .table .ttlRow .itemTtl {
        flex: 0 0 60px;
        width: 60px;
        padding: 2px 0;
        color: #616161;
        font-size: 12px;
        line-height: 30px;
        font-family: DroidKufiLight, Arial;
    }

        .groupTabs .table .ttlRow .itemTtl:first-child {
            flex: 1 1 auto;
            width: auto;
            min-width: 0;
            padding-right: 20px;
            padding-left: 4px;
        }

        .groupTabs .table .ttlRow .itemTtl:last-child {
            color: #000;
            font-weight: bold;
        }


.groupTabs .table .wRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 50px;
    border: none;
}

    .groupTabs .table .wRow:nth-child(even) {
        background: #e8e8e8;
    }

    .groupTabs .table .wRow:nth-child(odd) {
        background: #fff;
    }

    .groupTabs .table .wRow .item {
        flex: 0 0 60px;
        width: 60px;
        color: #1e1e1e;
        font-size: 12px;
        line-height: 2;
        font-family: DroidKufiLight, Arial;
        padding: 10px;
        margin-left: 0;
        background: none;
        height: auto;
    }

        .groupTabs .table .wRow .item:first-child {
            flex: 1 1 auto;
            width: auto;
            min-width: 0;
            padding-right: 20px;
            padding-left: 4px;
        }

        .groupTabs .table .wRow .item.team > a.team {
            display: flex;
            align-items: center;
            gap: 10px;
        }

    .groupTabs .table .wRow .team img {
        height: 24px;
        width: auto;
        flex-shrink: 0;
        display: block;
        float: none;
        margin: 0;
    }

    .groupTabs .table .wRow .item p {
        margin: 0;
        line-height: 1.3;
        color: #1e1e1e;
        text-align: right;
        font-size: 12px;
        font-family: DroidKufiBold, Arial;
        float: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .groupTabs .table .wRow .item:last-child {
        font-weight: bold;
    }

@media screen and (min-width: 1280px) and (max-width: 1365px) {
    .groupTabs .table .ttlRow .itemTtl,
    .groupTabs .table .wRow .item {
        width: 45px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(6),
    .groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(7),
    .groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(8),
    .groupTabs.GroupStanding .wRow .item:nth-child(6),
    .groupTabs.GroupStanding .wRow .item:nth-child(7),
    .groupTabs.GroupStanding .wRow .item:nth-child(8) {
        display: none;
    }

    .groupTabs .table .ttlRow .itemTtl:first-child,
    .groupTabs .table .wRow .item:first-child {
        padding-right: 15px;
    }
}


@media screen and (min-width: 768px) and (max-width: 1023px) {
    .groupTabs .table .ttlRow .itemTtl,
    .groupTabs .table .wRow .item {
        width: 50px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    .votingContainerMobile {
        padding: 0 16px;
    }

    .groupStandingCon {
        width: 100%;
        box-sizing: border-box;
    }

    .GroupStanding .ttl {
        font-size: 16px;
    }

    .groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(6),
    .groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(7),
    .groupTabs.GroupStanding .table .ttlRow .itemTtl:nth-child(8),
    .groupTabs.GroupStanding .wRow .item:nth-child(6),
    .groupTabs.GroupStanding .wRow .item:nth-child(7),
    .groupTabs.GroupStanding .wRow .item:nth-child(8) {
        display: none;
    }

    .groupTabs .table .ttlRow .itemTtl,
    .groupTabs .table .wRow .item {
        flex: 0 0 40px;
        width: 40px;
        padding: 0 4px;
        line-height: 45px;
    }

        .groupTabs .table .ttlRow .itemTtl:first-child,
        .groupTabs .table .wRow .item:first-child {
            padding: 0 10px 0 4px;
        }

    .groupTabs.GroupStanding .wRow .item.team > a.team {
        display: flex;
        align-items: center;
        gap: 8px;
        direction: rtl;
        width: 100%;
        min-width: 0;
    }

    .groupTabs.GroupStanding .wRow .item.dtls {
        line-height: 45px;
    }
}
