@import "styles.css?v=2";

a.anchor {
    top: -100px;
}

/*.round-list.fifth.single li:first-child {
    margin-top: 510px;
}*/

.round-name {
    width: unset;
}

.round-name.first {
    margin-top: 60px;
}

.second.round-name {
    margin-top: 130px;
}

.round-name.third {
    margin-top: 260px;
}

.round-name.fourth {
    margin-top: 270px;
}

.round {
    width: 50%;
}

.spacer {
    border-top: 1px solid rgb(205, 205, 205);
    width: 100%;
    height: 54px;
    margin-top: 255px;
    position: relative;
    border-radius: 0 8px 0 0;
}

.spacer::after {
    border-radius: 0 8px 0 0;
    border-top: 1px solid rgb(205, 205, 205);
    border-right: 1px solid rgb(205, 205, 205);
    height: 465%;
    width: 10px;
    top: -1px;
    content: '';
    display: block;
    position: absolute;
    right: 0;
}

.round-4 .item:last-child::after {
    height: 200%;
    top: unset;
    bottom: 50%;
    border-right: 1px solid rgb(205, 205, 205);
    border-top: none;
    border-bottom: 1px solid rgb(205, 205, 205);
    border-radius: 0 0 8px 0;
}

.game,
.round-list {
    width: 100%;
}

.consolation.round-list.second li:first-child,
.consolation.round-list.second li:nth-child(2) {
    margin-top: unset;
}

.round-list.third.consolation li:first-child,
.round-list.fourth li:first-child {
    margin-top: 65px;
}

.round-list.fifth li:first-child {
    margin-top: 415px;
}

.consolation.second .item:nth-child(odd)::after {
    top: 50%;
    border-top: 1px solid rgb(205, 205, 205);
    border-radius: 0 8px 0 0;
    border-right: 1px solid rgb(205, 205, 205);
    height: 50%;
}

.consolation.second .item:nth-child(even)::after {
    bottom: 50%;
    border-bottom: 1px solid rgb(205, 205, 205);
    border-radius: 0 0 8px 0;
    border-right: 1px solid rgb(205, 205, 205);
    height: 50%;
}

.consolation.second .item:nth-child(2)::before {
    top: unset;
    bottom: 50%;
}

.second .item::after {
    content: none;
}

.round-3 .consolation .item:first-child:after {
    border-right: none;
    height: 1px;
    border-radius: 0;
}

.third.main .item::after {
    height: unset;
    border-radius: 0;
    border-right: none;
}

.consolation.fourth .item::before {
    top: unset;
    bottom: 50%;
}

.team .seed {
    color: grey;
    font-size: 0.7em;
}

.region-select {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: 20px;
    align-items: center;
    color: grey;
}

.region-select span {
    font-size: 0.8em;
}

.region-select button {
    background-color: white;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
    border: 1px solid rgba(54, 56, 61, 0.15);
    font-weight: bold;
    cursor: pointer;
}

.region-select.district button::before {
    content: 'District ';
}

.region-select.region button::before {
    content: 'Region ';
}

.region-select.site button::before {
    content: 'Site ';
}

@media screen and (max-width: 800px) {
    .region-select {
        margin-top: 20px;
        flex-direction: column;
    }

    .region-select.district button::before {
        content: 'Dist. ';
    }

    .region-select.region button::before {
        content: 'Reg. ';
    }

}

@media screen and (max-width: 500px) {
    .region-select.district button::before {
        content: 'D';
    }

    .region-select.district button::before {
        content: 'R';
    }

    .region-select.site button::before {
        content: 'S';
    }
}

.region-select form {
    display: flex;
    gap: 5px;
}

@media screen and (max-width: 500px) {
    .region-select form {
        display: flex;
        gap: 3px;
        flex-wrap: wrap;
    }
}

.tickets {
    margin-top: 10px;
}

.tickets::before {
    content: '🎟';
    margin-right: 5px;
}

/* Live */
.status.Live {
    color: #d00;
}

.live-container {
    width: 100%;
    margin-bottom: 20px;
    display: none;
}

.live-container .live-head {
    font-weight: bold;
    display: block;
    margin-left: 8px;
}

.liveGames {
    display: flex;
    width: 20%
}

.liveGames .item::after {
    content: none;
}

@media screen and (max-width: 797px) {

    .round,
    .liveGames {
        width: 100%;
    }

    .round-name {
        margin: 20px 0 0 !important;
    }

    .item {
        margin-top: 0 !important;
    }

    .spacer {
        display: none;
    }

    .empty {
        display: none;
    }

    .live-container {
        display: block;
        margin-top: 20px;
    }
}