
.bet-info-container {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 25px 0px 5px 0px;
    width: var(--web-general-width);
    margin: 0px auto;
}

.bet-info-container div {
    padding: 0px 0px 5px 0px;
    margin: 0px auto;
    width: 100%;
}

.bet-info-container select {
    border: solid 1px var(--game-color);
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 12px;
    /* width: 90%; */
}

.bet-info-container input[type=text] {
    border: solid 1px var(--game-color);
    border-radius: 5px;
    padding: 10px 5px;
    font-size: 12px;
    width: 88%;
}

.list-bets-group {
    width: var(--web-general-width);
    margin: 10px auto 20px auto;
}

.list-bets-title {
    width: 100%;
    display: grid;
    grid-template-columns: 10% 10% 25% 25% 10% 10% 10%;
    font-weight: 400;
    margin: 0px auto;
    margin: 0px auto;
}

.list-bets-info {
    width: 100%;
    display: grid;
    grid-template-columns: 10% 10% 25% 25% 10% 10% 10%;
    height: auto;
    visibility: visible;
    /* border-bottom: solid 1px var(--gray-color); */
    padding: 7px 0px 3px 0px;
    text-align: center;
}
.list-bets-info div:not(:first-child):not(:last-child) {
    border-bottom: solid 1px var(--gray-color);
}

.list-bets-info.inactive {
    height: 0;
    visibility: hidden;
    padding: 0px; 
}

.list-bets-info input[type=text] {
    font-size: 12px;
    /* text-align: justify; */
    padding: 3px;
}

.list-bets-info input[type=text]:disabled {
    color: var(--game-color);
}

.list-bets-info input[type=text][id^="codeQ"] {
    text-align: left;
}


/* #minQ1, #minQ2, #minQ3, #minQ4, #minQ5, #minQ6, #minQ7, #minQ8,
#rIndex1, #rIndex2, #rIndex3, #rIndex4, #rIndex5, #rIndex6, #rIndex7, #rIndex8  {
    height: 0;
    display: inline-block;
} */

.delete-combination {
    height: 19px;
    margin: 0px 0px 4px 0px;
}

.ps-disclaimer {
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0px 10px 0px;
    width: var(--web-general-width);
    margin: 0px auto;
    width: 50%;
    text-align: center;
}

.ps-definitions {
    width: var(--web-general-width);
    display: grid;
    grid-template-columns: 33% 34% 33%;
    font-size: 13px;
    color: var(--game-color);
    padding: 0px 10px;
    margin: 0px auto;
}

.ps-matchs-container {
    margin: 20px auto 0px auto;
    overflow: hidden;
    height: 410px;
    width: var(--web-general-width);
}

.ps-cards-container {
    border: solid 1px var(--game-color);
    border-radius: 15px;
    padding: 10px 10px;
    overflow-y: auto;
    height: 380px;
}

/* .ps-cards-container::-webkit-scrollbar {
    width: 0px;;
} */

.ps-footer {
    margin-top: 30px;
    height: 30px;
}

.ps-card {
    width: 100%;
    display: grid;
    grid-template-columns: 10% 20% 70%;
    padding: 10px 0px 10px 0px;
    margin: 0px auto;
    border-bottom: solid 1px var(--ligth-gray-color);
}

.ps-sport-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
}

.ps-momios-3 {
    width: 100%;
    display: grid;
    grid-template-columns: 33% 34% 33%;
}

.btn-pic-bet {
    text-align: center;
    padding: 3px 2px 3px 2px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-pic-bet.bet-selected {
    background-color: var(--game-color);
    color: var(--white-color);
}

.text-400 {
    font-weight: 400;
}

/* PARA EL VOUCHER */
.grid-row-template-7 {
    display: grid;
    grid-template-columns: 10% 10% 10% 20% 20% 20% 10%;
}

.grid-row-template-5 {
    display: grid;
    grid-template-columns: 10% 30% 30% 20% 10%;
} 

.psports-title {
    font-weight: 400;
    font-size: 12px;
}

.psports-data {
    font-weight: 100;
    font-size: 10px;
}

/* TABLAS DE RESULTADOS */
.ps-results-container {
    width: var(--web-general-width);
    margin: 10px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.ps-results-main-title {
    font-size: 20px;
    text-align: center;
    grid-column: 1 / span 2;
    padding: 15px 0px 5px 0px;
    font-weight: 400;
}

.ps-results {
    /* margin: 0px 10px 0px 10px; */
    border: solid 1px var(--game-color);
    display: grid;
    grid-template-columns: 10% 35% 35% 10% 10%;
    font-size: 12px;
    padding: 10px 10px;
    padding: 10px 10px;
    border-radius: 15px;
    overflow-y: auto;
    height: 300px;
}

.ps-results-title {
    grid-column: 1 / span 5;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 5px 0px;
}

.ps-results-header {
    font-weight: 400;
}

.ps-results-data {
    font-weight: 100;
}






@media only screen and (max-width:812px) {
    
    .general-info-game {
        width: var(--mobile-general-width);
        margin: 0px auto;
    }

    .ps-cards-container {
        font-size: 12px;
    }

    .ps-card {
        grid-template-columns: 10% 30% auto;
    }

    .bet-info-container {
        width: var(--mobile-general-width);
    }

    .list-bets-group {
        width: var(--mobile-general-width);
    }
    

    .bet-info-container input[type=text] {
        width: 130px;
    }

    .bet-info-container select {
        width: 140px;
    }

    .ps-disclaimer {
        width: var(--mobile-general-width);
        font-size: 8px;
        text-align: justify;
    }

    .ps-definitions {
        width: var(--mobile-general-width);
        font-size: 9px;
        padding: 0px;
    }

    .ps-matchs-container {
        width: var(--mobile-general-width);
    }

    .ps-results-container {
        width: var(--mobile-general-width);
        grid-template-columns: 1fr;
    }

    .ps-results-main-title {
        grid-column: 1;
        padding: 5px 0px 0px 0px;
    }

    .ps-results {
        grid-template-columns: 10% 33% 33% 12% 12%;
    }
}