/* /Pages/ScoreboardView.razor.rz.scp.css */
.scoreboard[b-sdvnsiey4d] {
    width: 100%;
    table-layout: fixed;
}

    /* Gracefully borrowed from bambiscoreboard. */
    .scoreboard .blood[b-sdvnsiey4d] {
        color: #b40000;
    }

    /* Flag stores should start at the top of their container */
    .scoreboard .firstblood-list-cell[b-sdvnsiey4d] {
        vertical-align: top;
    }

    /* The droplet and text is separated by 5px, and the text does not wrap over overflow. */
    .scoreboard .firstblood-list[b-sdvnsiey4d] {
        display: flex;
        overflow: hidden;
        gap: 5px;
        white-space: nowrap;
    }

    /* Our fa icons may be in <a> tags, but we don't want them blue */
    .scoreboard .fabutton[b-sdvnsiey4d] {
        color: inherit;
    }

    /* The backward buttons should stick to the left, the round to the middle, and the forward buttons to the right */
    .scoreboard .roundcontrol[b-sdvnsiey4d] {
        display: flex;
        justify-content: space-between;
    }

    /* Highlight your own team's row */
    .scoreboard .ownrow[b-sdvnsiey4d] {
        border: 1px solid rgb(198, 202, 209);
        border-collapse: collapse;
        background-color: dodgerblue;
    }

    /* Boring borders for the others */
    .scoreboard .otherrow[b-sdvnsiey4d] {
        border: 1px solid rgb(198, 202, 209);
        border-collapse: collapse;
    }

    /* The error message is visible if one hovers over the parent service-block */
    .scoreboard .service-block:hover .errormessage[b-sdvnsiey4d] {
        visibility: visible;
    }

    .scoreboard .errormessage[b-sdvnsiey4d] {
        transform: translateX(-50%) translateY(calc(-75% - .25em));
        border-radius: .5em;
        position: absolute;
        width: 20em;
        background-color: black;
        text-align: center;
        visibility: hidden;
        color: #fff;
        z-index: 1;
    }

    .scoreboard .rightaligned[b-sdvnsiey4d] {
        text-align: right;
    }

    .scoreboard .team-rank[b-sdvnsiey4d] {
        border: none;
        text-align: center;
    }

    .scoreboard .team-container[b-sdvnsiey4d] {
        overflow: hidden;
        font-weight: bold;
        border: none;
        display: flex;
        align-items: center;
    }

    .scoreboard .team-name[b-sdvnsiey4d] {
        padding: 16px;
    }

    .scoreboard .team-logo-container[b-sdvnsiey4d] {
        min-width: 64px;
        min-height: 64px;
    }

    .scoreboard .team-logo[b-sdvnsiey4d] {
        max-width: 64px;
        max-height: 64px;
    }

    .scoreboard .team-countryflag[b-sdvnsiey4d] {
        max-width: 32px;
        max-height: 32px;
    }

    .scoreboard .team-score[b-sdvnsiey4d] {
        border: none;
        padding: 2px;
    }

    .scoreboard .service-stats[b-sdvnsiey4d] {
        display: grid;
        grid-column-gap: 5px;
        grid-template-columns: min-content min-content min-content;
    }

    .scoreboard .scoreboard-icon[b-sdvnsiey4d] {
        line-height: inherit;
    }

    .scoreboard .scoreboard-text[b-sdvnsiey4d] {
        text-align: right
    }

.service-OK[b-sdvnsiey4d] {
    background-color: rgb(125, 252, 116);
}

.service-INTERNAL_ERROR[b-sdvnsiey4d] {
    background-color: white;
}

.service-RECOVERING[b-sdvnsiey4d] {
    background-color: rgb(81, 145, 255);
}

.service-MUMBLE[b-sdvnsiey4d] {
    background-color: rgb(255, 193, 0);
}

.service-OFFLINE[b-sdvnsiey4d] {
    background-color: rgb(255, 91, 91);
}

.service-INACTIVE[b-sdvnsiey4d] {
    background-color: gray;
}
/* /Pages/TeamsView.razor.rz.scp.css */

.teams-list-container[b-wpbz7z5c32] {
    display: flex;
    align-items: center;
}
/*
    .teams-list-container:hover {
        background-color: #AA998e;
    }
*/
.team-list-item-logo-container[b-wpbz7z5c32] {
    min-width: 64px;
    min-height: 64px;
}

.team-list-item-logo[b-wpbz7z5c32] {
    max-width: 64px;
    max-height: 64px;
}

.team-list-item-name-container[b-wpbz7z5c32] {
    padding: 16px;
    overflow: hidden;
    width: 500px;
}

.team-list-item-countryflag[b-wpbz7z5c32] {
    max-width: 32px;
    max-height: 32px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */
/*

@media (min-width: 900px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
        display: block; // Never collapse the sidebar for wide screens 
    }
}
*/
