/* _content/ShowdownStats/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-xxcm0e611j] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xxcm0e611j] {
    flex: 1;
}

.sidebar[b-xxcm0e611j] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xxcm0e611j] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xxcm0e611j]  a, .top-row[b-xxcm0e611j]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-xxcm0e611j]  a:hover, .top-row[b-xxcm0e611j]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xxcm0e611j]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xxcm0e611j] {
        justify-content: space-between;
    }

    .top-row[b-xxcm0e611j]  a, .top-row[b-xxcm0e611j]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xxcm0e611j] {
        flex-direction: row;
    }

    .sidebar[b-xxcm0e611j] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xxcm0e611j] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xxcm0e611j]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xxcm0e611j], article[b-xxcm0e611j] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xxcm0e611j] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-xxcm0e611j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ShowdownStats/Components/Modals/PokemonCheck.razor.rz.scp.css */
p[b-h2zolx6bsm], i[b-h2zolx6bsm], h1[b-h2zolx6bsm], h2[b-h2zolx6bsm], h3[b-h2zolx6bsm], h4[b-h2zolx6bsm], h5[b-h2zolx6bsm], h6[b-h2zolx6bsm] {
    margin: auto;
    font-family: "Roboto Condensed", serif;
}

.coach[b-h2zolx6bsm] {
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    letter-spacing: 1.5px;
    text-align: center;
    margin: auto;
}

.week-header[b-h2zolx6bsm] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
}

.check-dialog[b-h2zolx6bsm] {
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
}

.check-content[b-h2zolx6bsm] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #202020;
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}

.check-body[b-h2zolx6bsm] {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.check-stat-container[b-h2zolx6bsm] {
    display: flex;
    background-color: lightblue;
    padding: 10px 0px;
    margin: 10px 5px;
    border-radius: 10px;
}

.check-stat-title-container[b-h2zolx6bsm] {
    display: flex;
    margin-top: 10px;
}

.check-stat-block[b-h2zolx6bsm] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    margin: auto;
}

.stat-title[b-h2zolx6bsm] {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.stat-textarea[b-h2zolx6bsm] {
    resize: none;
    width: 30px;
    height: 25px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    border-radius: 5px;
    outline: none;
    border: none;
}

.stat-checkbox[b-h2zolx6bsm] {
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: whitesmoke;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.stat-pokemon[b-h2zolx6bsm] {
    width: 20%;
}

.stat-ko[b-h2zolx6bsm] {
    width: 10%;
}

.stat-death[b-h2zolx6bsm] {
    width: 10%;
}

.stat-hazard[b-h2zolx6bsm] {
    width: 15%;
}

.stat-field[b-h2zolx6bsm] {
    width: 15%;
}

.stat-removal[b-h2zolx6bsm] {
    width: 15%;
}

.check-row[b-h2zolx6bsm] {
    display: flex;
}

.custom-btn[b-h2zolx6bsm] {
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    width: 50%;
    height: 40px;
    outline: none;
    border: none;
    margin: 0px;
    color: white;
    letter-spacing: 1px;
}

/* Dropdown Styling */

.league-dropdown-container[b-h2zolx6bsm] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.league-dropdown[b-h2zolx6bsm] {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 50%;
    margin-top: 10px;
}

.league-dropdown-text[b-h2zolx6bsm] {
    font-family: "Roboto Condensed", serif;
    font-style: normal;
    cursor: pointer;
    position: relative;
    text-indent: 10px;
    line-height: 32px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1);
    width: 100%;
    margin-top: -35px;
}

    .league-dropdown-text[b-h2zolx6bsm]:after {
        position: absolute;
        right: 6px;
        top: 15px;
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #555 transparent transparent transparent;
    }

.league-dropdown-text[b-h2zolx6bsm],
.league-dropdown-content a[b-h2zolx6bsm] {
    color: #333;
    text-shadow: 0 1px #fff;
}

.league-dropdown-toggle[b-h2zolx6bsm] {
    font-size: 0;
    z-index: 1;
    cursor: pointer;
    position: relative;
    top: 0;
    border: none;
    padding: 0;
    margin: 0 0 0 1px;
    background: transparent;
    text-indent: -10px;
    height: 34px;
    width: 100%;
}

    .league-dropdown-toggle:focus[b-h2zolx6bsm] {
        outline: 0;
    }

.league-dropdown-content[b-h2zolx6bsm] {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    list-style-type: none;
    position: absolute;
    top: 32px;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    text-indent: 10px;
    line-height: 32px;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 50;
}

    .league-dropdown-content a[b-h2zolx6bsm] {
        display: block;
    }

        .league-dropdown-content a:hover[b-h2zolx6bsm] {
            background: #e8e8e8;
        }


.league-dropdown-toggle:hover ~ .league-dropdown-text[b-h2zolx6bsm],
.league-dropdown-toggle:focus ~ .league-dropdown-text[b-h2zolx6bsm] {
    background-color: #e8e8e8;
}

.league-dropdown-toggle:focus ~ .league-dropdown-text[b-h2zolx6bsm] {
    box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8);
    z-index: 2;
}

    .league-dropdown-toggle:focus ~ .league-dropdown-text[b-h2zolx6bsm]:after {
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #555 transparent;
    }

.league-dropdown-content:hover[b-h2zolx6bsm],
.league-dropdown-toggle:focus ~ .league-dropdown-content[b-h2zolx6bsm] {
    opacity: 1;
    visibility: visible;
    top: 40px;
}
/* _content/ShowdownStats/Components/Modals/TeamCheck.razor.rz.scp.css */
p[b-gv7a8rzk98], i[b-gv7a8rzk98], h1[b-gv7a8rzk98], h2[b-gv7a8rzk98], h3[b-gv7a8rzk98], h4[b-gv7a8rzk98], h5[b-gv7a8rzk98], h6[b-gv7a8rzk98] {
    margin: auto;
    font-family: "Russo One", sans-serif;
    color: white;
}

a[b-gv7a8rzk98] {
    text-decoration: none;
    font-family: "Roboto Condensed", serif;
    font-style: normal;
}

.coach[b-gv7a8rzk98] {
    font-weight: 400;
    letter-spacing: 1px;
    font-style: normal;
    font-size: 36px;
    letter-spacing: 1px;
    text-align: center;
    margin: auto;
}

.coach-avatar[b-gv7a8rzk98] {
    width: 20%;
    margin: auto;
    margin-bottom: 8px;
}

.week-header[b-gv7a8rzk98] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    flex-direction: column;
}

.check-dialog[b-gv7a8rzk98] {
    max-width: 35%;
    margin-right: auto;
    margin-left: auto;
}

.check-content[b-gv7a8rzk98] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #202020;
    pointer-events: auto;
    background-color: rgba(33, 37, 66, 0.95);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    padding: 5px 20px;
}

.check-body[b-gv7a8rzk98] {
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin-top: -50px;
}

.check-stat-container[b-gv7a8rzk98] {
    display: flex;
    background-color: lightblue;
    padding: 10px 0px;
    margin: 10px 5px;
    border-radius: 10px;
}

.check-stat-title-container[b-gv7a8rzk98] {
    display: flex;
    margin-top: 10px;
}

.check-stat-block[b-gv7a8rzk98] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    padding: 0px 5px 0px 5px;
    margin: auto;
}

.check-footer[b-gv7a8rzk98] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

.stat-title[b-gv7a8rzk98] {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.stat-textarea[b-gv7a8rzk98] {
    resize: none;
    width: 30px;
    height: 25px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    display: flex;
    justify-content: center;
    align-content: center;
    text-align: center;
    border-radius: 5px;
    outline: none;
    border: none;
}

.stat-checkbox[b-gv7a8rzk98] {
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: whitesmoke;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.pokemon-name[b-gv7a8rzk98] {
    font-family: "Russo One", sans-serif;
}

.pokemon-img[b-gv7a8rzk98] {
    width: 36px;
}

.stat-pokemon[b-gv7a8rzk98] {
    width: 100%;
}

.stat-ko[b-gv7a8rzk98] {
    width: 10%;
}

.stat-death[b-gv7a8rzk98] {
    width: 10%;
}

.stat-hazard[b-gv7a8rzk98] {
    width: 15%;
}

.stat-field[b-gv7a8rzk98] {
    width: 15%;
}

.stat-removal[b-gv7a8rzk98] {
    width: 15%;
}

.check-row[b-gv7a8rzk98] {
    display: flex;
}

.custom-btn[b-gv7a8rzk98] {
    font-family: "Roboto Condensed", serif;
    font-weight: 700;
    width: 50%;
    height: 40px;
    outline: none;
    border: none;
    margin: 0px;
    color: white;
    letter-spacing: 1px;
}

.replay-btn[b-gv7a8rzk98] {
    width: 100%;
    font-family: "Russo One", sans-serif;
    padding: 10px 16px;
    border-radius: 12px;
    margin: 10px 0px;
    font-size: 1rem;
    letter-spacing: 2px;
    background: #1b1e30;
    border: 2px solid #c44dff;
    color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

    .replay-btn:hover[b-gv7a8rzk98] {
        background: #c44dff;
        transition: 0.2s ease-in;
    }

.save-btn[b-gv7a8rzk98] {
    width: 50%;
    font-family: "Russo One", sans-serif;
    padding: 10px 16px;
    border-radius: 12px;
    margin: 10px 0px;
    margin-right: 10px;
    font-size: 1rem;
    letter-spacing: 2px;
    background: #1b1e30;
    border: 2px solid #1db954;
    color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

    .save-btn:hover[b-gv7a8rzk98] {
        background: #1db954;
        transition: 0.2s ease-in;
    }

.cancel-btn[b-gv7a8rzk98] {
    width: 50%;
    font-family: "Russo One", sans-serif;
    padding: 10px 16px;
    border-radius: 12px;
    margin: 10px 0px;
    margin-left: 10px;
    font-size: 1rem;
    letter-spacing: 2px;
    background: #1b1e30;
    border: 2px solid #ff4d4d;
    color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

    .cancel-btn:hover[b-gv7a8rzk98] {
        background: #ff4d4d;
        transition:  0.2s ease-in;
    }

/* Dropdown Styling */

.league-dropdown-container[b-gv7a8rzk98] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.league-dropdown[b-gv7a8rzk98] {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 70%;
    margin-top: 10px;
    margin-bottom: 5px;
}

.league-dropdown-text[b-gv7a8rzk98] {
    font-family: "Roboto Condensed", serif;
    font-style: normal;
    cursor: pointer;
    position: relative;
    text-indent: 10px;
    line-height: 32px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1);
    width: 100%;
    margin-top: -35px;
}

    .league-dropdown-text[b-gv7a8rzk98]:after {
        position: absolute;
        right: 6px;
        top: 15px;
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #555 transparent transparent transparent;
    }

.league-dropdown-text[b-gv7a8rzk98],
.league-dropdown-content a[b-gv7a8rzk98] {
    color: #333;
    text-shadow: 0 1px #fff;
}

.league-dropdown-toggle[b-gv7a8rzk98] {
    font-size: 0;
    z-index: 1;
    cursor: pointer;
    position: relative;
    top: 0;
    border: none;
    padding: 0;
    margin: 0 0 0 1px;
    background: transparent;
    text-indent: -10px;
    height: 34px;
    width: 100%;
}

    .league-dropdown-toggle:focus[b-gv7a8rzk98] {
        outline: 0;
    }

.league-dropdown-content[b-gv7a8rzk98] {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    list-style-type: none;
    position: absolute;
    top: 32px;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    text-indent: 10px;
    line-height: 32px;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 50;
}

    .league-dropdown-content a[b-gv7a8rzk98] {
        display: block;
    }

        .league-dropdown-content a:hover[b-gv7a8rzk98] {
            background: #e8e8e8;
        }


.league-dropdown-toggle:hover ~ .league-dropdown-text[b-gv7a8rzk98],
.league-dropdown-toggle:focus ~ .league-dropdown-text[b-gv7a8rzk98] {
    background-color: #e8e8e8;
}

.league-dropdown-toggle:focus ~ .league-dropdown-text[b-gv7a8rzk98] {
    box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8);
    z-index: 2;
}

    .league-dropdown-toggle:focus ~ .league-dropdown-text[b-gv7a8rzk98]:after {
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #555 transparent;
    }

.league-dropdown-content:hover[b-gv7a8rzk98],
.league-dropdown-toggle:focus ~ .league-dropdown-content[b-gv7a8rzk98] {
    opacity: 1;
    visibility: visible;
    top: 40px;
}

.pokemon-card[b-gv7a8rzk98] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 12px;
    margin: 10px 0px;
    font-size: 1rem;
    background: linear-gradient(145deg, #2c2f4a, #1b1e30);
    border: 1px solid #4f4f7b;
    color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .pokemon-card img[b-gv7a8rzk98] {
        height: 32px;
    }

/* Team color variants */
.team1[b-gv7a8rzk98] {
    border: 2px solid #6493dd;
    margin-right: 10px;
}

.team2[b-gv7a8rzk98] {
    border: 2px solid #6493dd;
    margin-left: 10px;
}

.dead-mon[b-gv7a8rzk98] {
    border: 2px solid #ff4d4d !important;
    filter: grayscale(100%);
}
/* _content/ShowdownStats/Components/Pages/Home.razor.rz.scp.css */
/** Element Stylings **/

h1[b-kxpnwzmzor], h2[b-kxpnwzmzor], h3[b-kxpnwzmzor], h4[b-kxpnwzmzor], h5[b-kxpnwzmzor], h6[b-kxpnwzmzor] {
    font-family: "Bangers", serif;
    font-weight: 400;
    font-style: normal;
    color: whitesmoke;
    margin: 0;
}

h1[b-kxpnwzmzor] {
    font-size: 55px;
    letter-spacing: 5px;
}

h3[b-kxpnwzmzor] {
    font-size: 25px;
    letter-spacing: 3px;
}

img[b-kxpnwzmzor] {
    width: 300px;
    margin: 10px;
}

a[b-kxpnwzmzor], p[b-kxpnwzmzor] {
    text-decoration: none;
    font-family: "Roboto Condensed", serif;
    font-style: normal;
}

/** Generic Classes **/

.main-container[b-kxpnwzmzor] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.title-banner[b-kxpnwzmzor] {
    display: inherit;
    flex-direction: column;
    align-items: center;
    justify-content:  center;
}

.main-logo[b-kxpnwzmzor] {
    content: url(https://i.imgur.com/zFc5oSE.png);
}

.clefable-logo[b-kxpnwzmzor] {
    content: url(https://i.imgur.com/3RKugBZ.png);
}

.gengar-logo[b-kxpnwzmzor] {
    content: url(https://i.imgur.com/FZeW3G6.png);
}

.splash-logo[b-kxpnwzmzor] {
    content: url(https://i.imgur.com/cMIO4UX.png);
}

.wave-logo[b-kxpnwzmzor] {
    content: url(https://i.imgur.com/lxvfyZR.png);
}

.deep-logo[b-kxpnwzmzor] {
    content: url(https://i.imgur.com/s2zOc9G.png);
}

.hide-logo[b-kxpnwzmzor] {
    display: none;
}

.show-logo[b-kxpnwzmzor] {
    opacity: 100;
}

/** Dropdown Stylings **/
/** From here: https://codepen.io/Idered/pen/AVwEwK **/

.dropdown-container[b-kxpnwzmzor] {
    display: flex;
    width: 25%;
}

.league-dropdown[b-kxpnwzmzor] {
    position: relative;
    display: inline-block;
    text-align: left;
    width: 100%;
    margin: 20px 5px 0px 5px;
}

.league-dropdown-text[b-kxpnwzmzor] {
    font-family: "Roboto Condensed", serif;
    font-style: normal;
    cursor: pointer;
    position: relative;
    text-indent: 10px;
    line-height: 32px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255,255,255, .9) inset, 0 1px 3px rgba(0,0,0, .1);
    width: 100%;
}

    .league-dropdown-text[b-kxpnwzmzor]:after {
        position: absolute;
        right: 6px;
        top: 15px;
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 5px 4px 0 4px;
        border-color: #555 transparent transparent transparent;
    }

.league-dropdown-text[b-kxpnwzmzor],
.league-dropdown-content a[b-kxpnwzmzor] {
    color: #333;
    text-shadow: 0 1px #fff;
}

.league-dropdown-toggle[b-kxpnwzmzor] {
    font-size: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    top: 0;
    border: none;
    padding: 0;
    margin: 0 0 0 1px;
    background: transparent;
    text-indent: -10px;
    height: 34px;
    width: 100%;
}

    .league-dropdown-toggle:focus[b-kxpnwzmzor] {
        outline: 0;
    }

.league-dropdown-content[b-kxpnwzmzor] {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    list-style-type: none;
    position: absolute;
    top: 32px;
    padding: 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 3px;
    text-indent: 10px;
    line-height: 32px;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 50;
}

    .league-dropdown-content a[b-kxpnwzmzor] {
        display: block;
    }

        .league-dropdown-content a:hover[b-kxpnwzmzor] {
            background: #e8e8e8;
        }


.league-dropdown-toggle:hover ~ .league-dropdown-text[b-kxpnwzmzor],
.league-dropdown-toggle:focus ~ .league-dropdown-text[b-kxpnwzmzor] {
    background-color: #e8e8e8;
}

.league-dropdown-toggle:focus ~ .league-dropdown-text[b-kxpnwzmzor] {
    box-shadow: 0 1px 3px rgba(0,0,0, .2) inset, 0 1px 0 rgba(255,255,255, 0.8);
    z-index: 2;
}

    .league-dropdown-toggle:focus ~ .league-dropdown-text[b-kxpnwzmzor]:after {
        border-width: 0 4px 5px 4px;
        border-color: transparent transparent #555 transparent;
    }

.league-dropdown-content:hover[b-kxpnwzmzor],
.league-dropdown-toggle:focus ~ .league-dropdown-content[b-kxpnwzmzor] {
    opacity: 1;
    visibility: visible;
    top: 40px;
}

/** File Upload Styling **/
/** From here: https://codepen.io/AmanChourasia/pen/WNpOpXZ **/

.file-upload[b-kxpnwzmzor] {
    width: 30%;
    height: 200px;
    cursor: pointer;
    margin: 70px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 3px dotted #a3a3a3;
    border-radius: 5px;
}

.upload-text[b-kxpnwzmzor] {
    color: whitesmoke;
    text-align: center;
    margin: 4px;
}

.progress-text[b-kxpnwzmzor] {
    color: whitesmoke;
    text-align: center;
    margin: 10px;
    font-weight: bold;
    font-size: 18px;
}

.player-entry[b-kxpnwzmzor] {
    display: flex;
    justify-content: space-evenly;
    width: 500px;
}
/* _content/ShowdownStats/Components/Pages/ReplayViewer.razor.rz.scp.css */
p[b-vng2r5d30d], i[b-vng2r5d30d], h1[b-vng2r5d30d], h2[b-vng2r5d30d], h3[b-vng2r5d30d], h4[b-vng2r5d30d], h5[b-vng2r5d30d], h6[b-vng2r5d30d] {
    margin: auto;
    font-family: "Russo One", sans-serif;
    color: white;
}

.main-container[b-vng2r5d30d] {
    height: 100vh;
    width: 100vw;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.replay-container[b-vng2r5d30d] {
    width: 65%;
    height: 100%;
    border-radius: 20px 0px 0px 20px;
    border: 2px solid white;
}

.stat-container[b-vng2r5d30d] {
    width: 35%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.coach-1-container[b-vng2r5d30d] {
    padding: 15px;
    height: 50%;
    width: 100%;
    background: rgba(33, 37, 66, 0.95);
    border-radius: 0px 20px 0px 0px;
    border: 2px solid white;
    border-bottom: 1px solid white;
    border-left: 0px solid;
}

.coach-2-container[b-vng2r5d30d] {
    padding: 15px;
    height: 50%;
    width: 100%;
    background: rgba(33, 37, 66, 0.95);
    border-radius: 0px 0px 20px 0px;
    border: 2px solid white;
    border-top: 1px solid white;
    border-left: 0px solid;
}

.pokemon-card[b-vng2r5d30d] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    border-radius: 12px;
    margin: 10px 0px;
    font-size: 1rem;
    background: linear-gradient(145deg, #2c2f4a, #1b1e30);
    border: 1px solid #4f4f7b;
    color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pokemon-table[b-vng2r5d30d] {
    margin-top: 10px;
    width: 100%;
    border-collapse: collapse;
    color: #fff;
}

    .pokemon-table thead tr[b-vng2r5d30d] {
        background-color: #6a0dad; /* Deep purple */
        text-align: left;
        font-weight: bold;
    }

    .pokemon-table th[b-vng2r5d30d],
    .pokemon-table td[b-vng2r5d30d] {
        padding: 12px 16px;
        border-bottom: 1px solid #444;
    }

    .pokemon-table tbody tr:nth-child(even)[b-vng2r5d30d] {
        background-color: #2a2a40;
    }
/* _content/ShowdownStats/Components/Pages/S6_SplashStats.razor.rz.scp.css */
body[b-t9xr85z382] {
}
/* _content/ShowdownStats/Components/Pages/S6_WaveStats.razor.rz.scp.css */
body[b-0tpmp0h29z] {
}
/* _content/ShowdownStats/Components/Pages/S7_SplashStats.razor.rz.scp.css */
body[b-ghnytxvoez] {
}
/* _content/ShowdownStats/Components/Pages/WeeklySearch.razor.rz.scp.css */
h1[b-gwsbjh0wbf], h2[b-gwsbjh0wbf], h3[b-gwsbjh0wbf], h4[b-gwsbjh0wbf], h5[b-gwsbjh0wbf], h6[b-gwsbjh0wbf], p[b-gwsbjh0wbf] {
    color: white;
    font-family: "Russo One", sans-serif;
    margin: 0;
    margin-top: 7px;
}

body[b-gwsbjh0wbf] {
}

.season-header[b-gwsbjh0wbf] {
    color: white;
    margin-top: 3rem;
}

.season-check-btn[b-gwsbjh0wbf] {
    width: 200px;
    font-family: "Russo One", sans-serif;
    padding: 10px 16px;
    border-radius: 12px;
    margin-top: 20px;
    font-size: 1rem;
    letter-spacing: 2px;
    background: #1b1e30;
    border: 2px solid #1db954;
    color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

    .season-check-btn:hover[b-gwsbjh0wbf] {
        background: #1db954;
        transition: 0.2s ease-in;
    }

.match-search-container[b-gwsbjh0wbf] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 3rem;
}

.season-break[b-gwsbjh0wbf] {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fbbc04;
    height: 2px;
    border-radius: 100%;
}

.multi-season-container[b-gwsbjh0wbf] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.season-container[b-gwsbjh0wbf] {
    margin: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
}

.season-logo[b-gwsbjh0wbf] {
    max-width: 200px;
}
