/* /Shared/Components/ProfileBanner.razor.rz.scp.css */

    .deckheader-content[b-7nbxantcsf] {
        background-image: linear-gradient(to top, rgba(26,26,39, 1) 0%, rgba(26,26,39, 0.3) 50%, rgba(26,26,39,0));
    }

    .deckheader-wrapper[b-7nbxantcsf] {
        position: relative;
        height: 400px;
    }

    .deckheader-image-wrapper[b-7nbxantcsf] {
        position: absolute;
        left: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        content: "";
        overflow: hidden;
    }

    .deckheader[b-7nbxantcsf] {
        height: 400px;
        position: relative;
        display: grid;
        grid-template-rows: 1fr;
        max-width: 100%;
        overflow: hidden;
        background-color: var(--mud-pallette-primary);
    }

    .deckheader-image-wrapper[b-7nbxantcsf] {
        position: absolute;
        left: 50%;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        content: "";
        overflow: hidden;
    }

    .deckheader-image[b-7nbxantcsf] {
        min-width: 100%;
        min-height: 100%;
        -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, #000 100%);
        mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%, #000 100%);
    }
/* /Shared/Components/Tools/CoinFlip.razor.rz.scp.css */
#coin[b-xef9c2cidx] {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

    #coin div[b-xef9c2cidx] {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: inset 0 0 45px rgba(255,255,255,.3), 0 12px 20px -10px rgba(0,0,0,.4);
        -moz-box-shadow: inset 0 0 45px rgba(255,255,255,.3), 0 12px 20px -10px rgba(0,0,0,.4);
        box-shadow: inset 0 0 45px rgba(255,255,255,.3), 0 12px 20px -10px rgba(0,0,0,.4);
    }

.blank-side[b-xef9c2cidx] {
    background-color: #e3e3e3;
}

.side-a[b-xef9c2cidx] {
    background-color: var(--mud-palette-primary);
}

.side-b[b-xef9c2cidx] {
    background-color: var(--mud-palette-secondary);
}
/* /Shared/Components/Tools/DiceRoll.razor.rz.scp.css */
#dice[b-6h1nvu7sf2] {
    color: white;
    padding-top: 3rem;
}

.tiny-twenty[b-6h1nvu7sf2] {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 20px solid var(--mud-palette-secondary);
}

.blank-six-sided[b-6h1nvu7sf2] {
    margin: auto;
    position: relative;
    height: 80px;
    width: 80px;
    background-color: #e3e3e3;
}

.blank-twenty-sided[b-6h1nvu7sf2] {
    margin: auto;
    position: relative;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #e3e3e3;
}

.six-sided[b-6h1nvu7sf2] {
    margin: auto;
    position: relative;
    height: 80px;
    width: 80px;
    background-color: var(--mud-palette-primary);
}

    .six-sided span[b-6h1nvu7sf2] {
        margin-top: 18px;
        left: 30px;
        position: absolute
    }

.twenty-sided[b-6h1nvu7sf2] {
    margin: auto;
    position: relative;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid var(--mud-palette-secondary);
}

    .twenty-sided span[b-6h1nvu7sf2] {
        position: absolute;
        left: -10px;
        top: 45px;
    }
/* /Shared/Layout/MainLayout.razor.rz.scp.css */
/* /Shared/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-93gfucryf9] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-93gfucryf9] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-93gfucryf9] {
    font-size: 1.1rem;
}

.oi[b-93gfucryf9] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-93gfucryf9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-93gfucryf9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-93gfucryf9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-93gfucryf9]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-93gfucryf9]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-93gfucryf9]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-93gfucryf9] {
        display: none;
    }

    .collapse[b-93gfucryf9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-93gfucryf9] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Shared/Layout/UnauthorizedLanding.razor.rz.scp.css */
.landing-container-dark[b-tck9hwxuqr] {
    background-color: var(--mud-palette-appbar-background);
    font-family: "Roboto", Arial, sans-serif;
}

.landing-container[b-tck9hwxuqr] {
    font-family: "Roboto", Arial, sans-serif;
}

.site-title[b-tck9hwxuqr] {
    font-weight: 400;
    font-size: 2vw;
    color: white;
}

.big-section[b-tck9hwxuqr] {
    padding-top: 10rem;
}

@media (max-width: 960px) {
    .big-section[b-tck9hwxuqr] {
        padding-top: 1rem;
    }
}

@media (max-width: 1200px) {
    .site-title[b-tck9hwxuqr] {
        font-weight: 400;
        font-size: 5vw;
    }
}


