/* --- Pool Standings --- */

#pool-standings {
    background-color: #212529;
    /* min-height: 100vh; */
}

/* -- Round Robin -- */

#pool-standings .round-robin .card {
    background-color: rgba(255, 255, 255, 0.04);
    /* box-shadow: 0 7px 14px 0 rgba(190, 195, 167, 0.1), 0 3px 6px 0 rgba(255, 255, 255, 0.1); */
    color: white;
}

#pool-standings .round-robin .card .card-title {
    font-size: 1.2rem;
    padding-top: 8px;
}

#pool-standings .round-robin table {
    min-width: 700px;
}

#pool-standings .round-robin table tr {
    background-color: #152030;
}

#pool-standings .round-robin table tr.odd {
    background-color: rgb(18 28 43);
}

#pool-standings .round-robin table th,
#pool-standings .round-robin table td {
    vertical-align: middle;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* - lg - */
@media screen and (max-width: 992px) {
    #pool-standings .round-robin table th,
    #pool-standings .round-robin table td {
        font-size: 0.9rem;
    }
}

/* - md - */
@media screen and (max-width: 768px) {
    #pool-standings .round-robin table th,
    #pool-standings .round-robin table td {
        font-size: 0.8rem;
    }
}

#pool-standings .round-robin table tbody tr .competitor-name {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    background-color: #152030;
}

#pool-standings .round-robin table tbody tr.odd .competitor-name {
    background-color: rgb(18 28 43);
}

#pool-standings .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #0b1727;
    background-color: white;
}

#pool-standings .nav-link {
    color: white;
}

/* - Ranking - */

#pool-standings .ranking table th,
#pool-standings .ranking table td {
    vertical-align: middle;
    cursor: pointer;
}

/* - decisive-match - */

#pool-standings .decisive-match {
    background-color: rgba(255, 255, 255, 0.04);
}

#pool-standings .decisive-match .contest .card-title {
    font-size: 0.8rem;
}

#pool-standings .decisive-match .contest .footer {
    font-size: 0.8rem;
    height: 40px;
    color: #333;
}

#pool-standings .decisive-match .contest table th,
#pool-standings .decisive-match .contest table td {
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
    color: black;
    font-size: 0.8rem;
}

/* - ranking - */

#pool-standings .ranking {
    background-color: rgba(255, 255, 255, 0.04);
}
