﻿@font-face {
    font-family: Lato-Regular;
    src: url(../fonts/Lato/Lato-Regular.ttf)
}

@font-face {
    font-family: Lato-Bold;
    src: url(../fonts/Lato/Lato-Bold.ttf)
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --fifa-blue: #003399;
    --fifa-dark: #001a4d;
    --highlight: #00e0ff;
    --bg-gray: #f4f7f6;
    --border: #ddd;
}

body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--bg-gray);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2 {
    color: var(--fifa-dark);
    margin-bottom: 20px;
}

.world-cup-table {
    width: 100%;
    max-width: 1100px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    overflow: hidden;
    border: 1px solid var(--border);
}

/* Container de Rolagem para Celular */
.scroll-container {
    overflow-x: auto;
}

/* Linha do Grupo */
.row {
    display: flex;
    min-width: 800px; /* Garante que fiquem na mesma linha */
    border-bottom: 1px solid var(--border);
    transition: background 0.2s;
}

    .row:last-child {
        border-bottom: none;
    }

    .row:hover {
        background-color: #f0faff;
    }

/* Células */
.cell {
    padding: 16px 12px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.95rem;
    color: #444;
    border-right: 1px solid #eee;
}

/* Estilo Especial para a Célula do Grupo */
.group-tag {
    flex: 0 0 130px; /* Largura fixa para o título */
    background: linear-gradient(135deg, var(--fifa-dark), var(--fifa-blue));
    color: white;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-right: 4px solid var(--highlight);
}

.team-name {
    font-weight: 500;
}

/* Responsividade */
@media (max-width: 600px) {
    h2 {
        font-size: 1.2rem;
    }

    .cell {
        padding: 12px 8px;
        font-size: 0.85rem;
    }

    body,
    html {
        height: 100%;
        font-family: sans-serif
    }

    a {
        margin: 0;
        transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        -moz-transition: all .4s
    }

        a:focus {
            outline: none !important
        }

        a:hover {
            text-decoration: none
        }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0
    }

    .btn_palpites {
        -moz-box-shadow: 0px 1px 0px 0px #fff6af;
        -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
        box-shadow: 0px 1px 0px 0px #fff6af;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
        background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
        background-color: #ffec64;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
        border: 1px solid #ffaa22;
        display: inline-block;
        cursor: pointer;
        color: #333333;
        font-family: arial;
        font-size: 10px;
        font-weight: bold;
        padding: 6px 5px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #ffee66;
    }

    .btn_palpites_back {
        box-shadow: 0px 1px 0px 0px #276873;
        background: linear-gradient(to bottom, #599bb3 5%, #408c99 100%);
        background-color: #599bb3;
        border-radius: 6px;
        display: inline-block;
        cursor: pointer;
        color: #ffffff;
        font-family: Arial;
        font-size: 10px;
        font-weight: bold;
        padding: 6px 29px;
        text-decoration: none;
        text-shadow: 0px 1px 0px #3d768a;
    }

        .btn_palpites_back:hover {
            background: linear-gradient(to bottom, #408c99 5%, #599bb3 100%);
            background-color: #408c99;
        }

        .btn_palpites_back:active {
            position: relative;
            top: 1px;
        }
}


p {
    margin: 0
}

ul,
li {
    margin: 0;
    list-style-type: none
}

input .placar{
    text-align: center;
    color: black !important;
}




textarea {
    display: block;
    outline: none
}

    textarea:focus,
    input:focus {
        border-color: transparent !important
    }

button {
    outline: none !important;
    border: none;
    background: 0 0
}

    button:hover {
        cursor: pointer
    }

iframe {
    border: none !important
}

.js-pscroll {
    position: relative;
    overflow: hidden
}

.table100 .ps__rail-y {
    width: 9px;
    background-color: transparent;
    opacity: 1 !important;
    right: 5px
}

    .table100 .ps__rail-y::before {
        content: "";
        display: block;
        position: absolute;
        background-color: #ebebeb;
        border-radius: 5px;
        width: 100%;
        height: calc(100% - 30px);
        left: 0;
        top: 15px
    }

    .table100 .ps__rail-y .ps__thumb-y {
        width: 100%;
        right: 0;
        background-color: transparent;
        opacity: 1 !important
    }

        .table100 .ps__rail-y .ps__thumb-y::before {
            content: "";
            display: block;
            position: absolute;
            background-color: #ccc;
            border-radius: 5px;
            width: 100%;
            height: calc(100% - 30px);
            left: 0;
            top: 15px
        }

.limiter {
    width: 1366px;
    margin: 0 auto
}

.container-table100 {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 33px 30px
}

.wrap-table100 {
    width: 1170px
}

.table100 {
    background-color: #fff;
    width: auto;
}

table {
    width: 100%
}

th,
td {
    font-weight: unset;
    padding-right: 10px;
}
d
er;
    gn:center;
    bocenter;
    bo  borrrrnter;
    bor   bordrdder;
    bord bordeebor
er
.column1 {
    width: 22%;
    padding-left: 20px;
}

.column_user {
    width: 25%;
    font-size:10px;
}

.column2 {
    width: 5%
}

.column3 {
    width: 5%;
    text-align:center;
    border: #000000;

}

.column4 {
    width: 5%;
}

.column5 {
    width: 5%;
    text-align: center;
    padding-left: 20px;
}
.column6 {
    width: 5%;
    padding-left: 10px;
}
.column7 {
    width: 22%;
    padding-left: 10px;

}
.column8 {
    width: 12%
}

.table100-head th {
    padding-top: 18px;
    padding-bottom: 18px;

}

.table100-body td {
    padding-top: 16px;
    padding-bottom: 16px
}

.table100 {
    position: relative;
    padding-top: 60px
}

.table100-head {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.table100-body {
    max-height: 585px;
    overflow: auto
}

.table100.ver1 th {
    font-family: Lato-Bold;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    background-color: #6c7ae0;
    text-align:center;
}

.table100.ver1 td {
    font-family: Lato-Regular;
    font-size: 15px;
    color:#000000;
    line-height: 1.4
}

.table100.ver1 .table100-body tr:nth-child(even) {
    background-color: #f8f6ff
}

.table100.ver1 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    text-align:center;
}

    .table100.ver1 .ps__rail-y {
        right: 5px
    }

        .table100.ver1 .ps__rail-y::before {
            background-color: #ebebeb
        }

        .table100.ver1 .ps__rail-y .ps__thumb-y::before {
            background-color: #ccc
        }

.table100.ver2 .table100-head {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1);
    -ms-box-shadow: 0 5px 20px 0 rgba(0,0,0,.1)
}

.table100.ver2 th {
    font-family: Lato-Bold;
    font-size: 18px;
    color: #fa4251;
    line-height: 1.4;
    background-color: transparent
}

.table100.ver2 td {
    font-family: Lato-Regular;
    font-size: 15px;
    color: gray;
    line-height: 1.4
}

.table100.ver2 .table100-body tr {
    border-bottom: 1px solid #f2f2f2;
}

.table100.ver2 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15)
}

    .table100.ver2 .ps__rail-y {
        right: 5px
    }

        .table100.ver2 .ps__rail-y::before {
            background-color: #ebebeb
        }

        .table100.ver2 .ps__rail-y .ps__thumb-y::before {
            background-color: #ccc
        }

.table100.ver3 {
    background-color: #393939;
    text-align:center;
}

    .table100.ver3 th {
        font-family: Verdana;
        font-size: 13px;
        font-weight:bold;
        color: #00ad5f;
        line-height: 1.4;
        text-transform: uppercase;
        background-color: #393939;
        text-align:center;
    }

    .table100.ver3 td {
        font-family: Lato-Regular;
        font-size: 15px;
        text-align:center;
        color:white;
        line-height: 1.4;
        background-color: #222
    }

.table100.ver3 {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}

.label_view {
    color: darkorange;
    background-color: #222;
    border:solid;
    border-block-width:thin;
    border-color:orange;
}

.table100.ver3 .ps__rail-y {
    right: 5px
}

        .table100.ver3 .ps__rail-y::before {
            background-color: #4e4e4e
        }

        .table100.ver3 .ps__rail-y .ps__thumb-y::before {
            background-color: #00ad5f
        }

.table100.ver4 {
    margin-right: -20px
}

    .table100.ver4 .table100-head {
        padding-right: 20px
    }

    .table100.ver4 th {
        font-family: Lato-Bold;
        font-size: 18px;
        color: #4272d7;
        line-height: 1.4;
        background-color: transparent;
        border-bottom: 2px solid #f2f2f2
    }

    .table100.ver4 .column1 {
        padding-left: 7px
    }

    .table100.ver4 td {
        font-family: Lato-Regular;
        font-size: 15px;
        color: gray;
        line-height: 1.4
    }

    .table100.ver4 .table100-body tr {
        border-bottom: 1px solid #f2f2f2
    }

.table100.ver4 {
    overflow: hidden
}

    .table100.ver4 .table100-body {
        padding-right: 20px
    }

    .table100.ver4 .ps__rail-y {
        right: 0
    }

        .table100.ver4 .ps__rail-y::before {
            background-color: #ebebeb
        }

        .table100.ver4 .ps__rail-y .ps__thumb-y::before {
            background-color: #ccc
        }

.table100.ver5 {
    margin-right: -30px
}

    .table100.ver5 .table100-head {
        padding-right: 30px
    }

    .table100.ver5 th {
        font-family: Lato-Bold;
        font-size: 14px;
        color: #555;
        line-height: 1.4;
        text-transform: uppercase;
        background-color: transparent
    }

    .table100.ver5 td {
        font-family: Lato-Regular;
        font-size: 15px;
        color: gray;
        line-height: 1.4;
        background-color: #f7f7f7
    }

    .table100.ver5 .table100-body tr {
        overflow: hidden;
        border-bottom: 10px solid #fff;
        border-radius: 10px
    }

    .table100.ver5 .table100-body table {
        border-collapse: separate;
        border-spacing: 0 10px
    }

    .table100.ver5 .table100-body td {
        border: solid 1px transparent;
        border-style: solid none;
        padding-top: 10px;
        padding-bottom: 10px
    }

        .table100.ver5 .table100-body td:first-child {
            border-left-style: solid;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px
        }

        .table100.ver5 .table100-body td:last-child {
            border-right-style: solid;
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px
        }

    .table100.ver5 tr:hover td {
        background-color: #ebebeb;
        cursor: pointer
    }

    .table100.ver5 .table100-head th {
        padding-top: 25px;
        padding-bottom: 25px
    }

.table100.ver5 {
    overflow: hidden
}

    .table100.ver5 .table100-body {
        padding-right: 30px
    }

    .table100.ver5 .ps__rail-y {
        right: 0
    }

        .table100.ver5 .ps__rail-y::before {
            background-color: #ebebeb
        }

        .table100.ver5 .ps__rail-y .ps__thumb-y::before {
            background-color: #ccc
        }
