﻿.tituloGTT {
    font-size: 1.5vw;
    font-weight: bold;
    padding: 1vh;
}

.descripcionGTT {
    font-size: 1vw;
    padding: 1vh;
}

.tabs {
    display: flex;
    padding-left: 1vh;
    padding-top: 1vh;
}

.tab {
    padding: 2vh 2vh;
    cursor: pointer;
    border: solid #CCC7A9;
    border-bottom: none;
    margin-right: 5px;
    border-top-left-radius: 1vh;
    border-top-right-radius: 1vh;
    font-size: 1.1vw;
}

    .tab:hover {
        background-color: #D8D3BE;
    }

    .tab.active {
        font-weight: bold;
    }

.tab-content-wrapper {
    border: 1px solid #ccc;
    border-top: none;
    padding: 15px;
    background-color: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    margin-left: 1vh;
    margin-right: 1vh;
    border: solid #CCC7A9;
    padding: 1vh 2vh 1vh 2vh;
    border-radius: 0vh 1vh 1vh 1vh;
    min-height: 49vh;
}

.tabpos-content {
    display: block;
    margin-left: 0vh;
    margin-right: 1vh;
    border: solid #CCC7A9;
    padding: 1vh 1vh 1vh 1vh;
    border-radius: 1vh 1vh 1vh 1vh;
}

.HeaderEquipos {
}

.tituloEquipos {
    font-size: 1.5vw;
    font-weight: bold;
    padding-bottom:1vh;
}
.ContenedorGTT {
    overflow-y: auto;
    max-height: 65vh;
}

.equipos-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vw;
}

.equipo-box {
    font-size: 1.2vw;
    font-weight: normal;
}

.nombreEquipoGTT{
    padding-bottom: 1vh;
}

.nombreJugadorGTT {
    font-size: 1.1vw;
}

.tagJugadorGTT{
    cursor:pointer;
    display:inline-block;
    color: #492dff;
}

.tagJugadorGTT:hover {
    text-decoration: underline;
}

.subtabs {
    display: flex;
    margin-bottom: 10px;
}

.subtab {
    margin-right: 1vw;
    padding: 1vh 1vw;
    cursor: pointer;
    border: solid #CCC7A9;
    border-radius: 0.3vw;
    font-size: 1vw;
}

.subtab:hover {
    background-color: #D8D3BE;
}

.subtab.active {
    background: #D8D3BE;
    font-weight: bold;
}

.subtabsPos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height:100%;
}

.contenedor-liga{
    height: 100%;
}

.subtabPos {
    margin-right: 1vw;
    padding: 1vh 1vw;
    font-size: 1vw;
    font-weight: bold;
}

.equipo-box {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
}

#fechas-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1vw;
}

.partida {
    border: 1px solid #aaa;
    padding: 10px;
    text-align: center;
    background: #f9f9f9;
}

.fila-partida {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.jugadores {
    grid-template-rows: 1fr 1fr;
    justify-items: center;
    width: 40%;
    padding: 5px;
}

.panelJugadores {
    display: table-cell;
    width: 80%;
}

.jugador, .jugador-b {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 25px;
}

.jugador {
    justify-content: space-between;
}

    .jugador img {
        margin-left: 10px;
    }

.jugador-b {
    /*flex-direction: row-reverse;*/
}

    .jugador-b img {
        margin-right: 10px;
    }

.mapa {
    width: 30%;
    font-weight: bold;
}

.civ {
    width: 25px;
    height: 25px;
    object-fit: cover;
}

.resultado-text {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0.5vw;
    display: flex;
    align-items: center;
}

.resultado-label {
    font-weight: bold;
    font-size: 18px;
    align-self: center;
    display: table-cell;
    vertical-align: middle;
}

.left {
    margin-left: auto;
}

.right {
    margin-right: auto;
}

.contenido-jugadores {
    display: table-cell;
    flex-direction: column;
    width: 80%;
}

.ganador {
    border: solid green;
    border-radius: 1vh;
}

.perdedor {
    border: solid red;
    border-radius: 1vh;
}
