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

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

a.anchor {
    top: -100px;
}

.info .status {
    color: #202020;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    gap: 2px;
}

.round-name {
    width: unset!important;
}

.round {
    width: 20%;
}

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

.more {
    gap: 7px;
}

.separator {
    color: #a0a0a0;
    font-size: 0.9em;
}

.live-scores,
.note-head {
    margin-top: 10px;
}

.tickets::before {
    font-family: 'FontAwesome';
    content: '\f145';
    margin-right: 5px;
}

.download {
    border-radius: 8px;
    padding: 7px;
    border: 1px solid grey;
    cursor: pointer;
    margin-top: 10px;
    font-size: 0.9em;
    display: block;
}

/* first */
.first.round-name {
    margin-top: 20px;
}

/*second*/
.round-list.second li:first-child {
    margin-top: 65px;
}

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

    .second .item::before {
        content: '';
        position: absolute;
        top: 50%;
        border-top: 1px solid rgb(205, 205, 205);
        width: 10px;
        left: 0;
    }

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

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

        .second.consolation .item:nth-child(odd)::after {
            border-radius: 0 8px 0 0;
        }

        .second.consolation .item:nth-child(even)::after {
            border-radius: 0 0 8px 0;
        }

    .second.consolation .item {
        margin-top: unset!important;
    }

/*third*/
.third.round-name {
    margin-top: 215px;
}

.round-list.third li:first-child {
    margin-top: 195px;
}

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

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

.third.main .item::after {
    width: 102.7%;
    left: 97%;
}

/* fourth */
.round-list.fourth li:first-child {
    margin-top: 65px;
}

.round-4 .round-name {
    margin-top: 577px;
}

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

.fourth .item::before {
    top: 49%;
}

/*fifth */

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

/* end rounds */

.details a {
    color: grey;
}

/* FontAwesome */
.icon::before {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

/* linescores */

.more {
    font-size: 0.8em;
}

    .more.linescore .details {
        color: grey;
        align-self: center;
    }

.more .boxscore .gamelink::before {
    font-family: 'FontAwesome';
    content: '\f196';
}

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

.live .separator {
    color: #d00;
    animation: blink-animation 2s linear infinite;
    -webkit-animation: blink-animation 2s linear infinite;
    -moz-animation: blink-animation 2s linear infinite;
    -o-animation: blink-animation 2s linear infinite;
}

    @keyframes blink-animation {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes blink-animation {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-moz-keyframes blink-animation {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-o-keyframes blink-animation {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

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

        .round-4 .round-name {
            margin-top: 565px;
        }
    }

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

    .round-4 .round-name {
        margin-top: 559px;
    }
}

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

    .round-4 .round-name {
        margin-top: 558px;
    }
}

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

    .round-4 .round-name {
        margin-top: 557px;
    }
}

@media screen and (max-width: 797px) {
    .more.linescore .boxscore .gamelink::before {
        content: 'Box Score';
        font-family: unset;
    }

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

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

    .bracket-name {
        text-align: center;
    }

    .round {
        width: 100%;
    }

    .item::before {
        content: none!important;
    }

    .item {
        margin: unset!important;
    }

}

@media screen and (max-width: 400px) {
    .more.linescore .boxscore .gamelink::before {
            font-family: 'FontAwesome';
            content: '\f196';
        }
}