/* _content/Platform.Parent.Web/Components/MockBanner.razor.rz.scp.css */
.main-container[b-w81w1zdldp]{
    display: flex;
    flex-direction: row;
    padding: 20px;
}

.container[b-w81w1zdldp] {
    border-radius: 3px;
    padding: 3px;
    box-shadow: 5px 10px 8px #888888;
    display: flex;
    flex-direction: column;
    width: 400px;
    height: 200px;
    margin: 10px;
    padding: 15px;
}

.container div[b-w81w1zdldp] {
    flex: 1;
}


.container:nth-child(odd)[b-w81w1zdldp] {
    background: #e0e0e0;
    color: black;
}

.container:nth-child(even)[b-w81w1zdldp] {
    background: #850e0e;
    color: white;
}

.period[b-w81w1zdldp] {
    display: flex;
    flex-direction: column;
}

.event-name[b-w81w1zdldp] {
    display: flex;
    flex-direction: row;
}

.name[b-w81w1zdldp] {
    flex: 1;
}

.sport-icon[b-w81w1zdldp] {
    width: 40px;
}

.selections[b-w81w1zdldp] {
    display: flex;
    flex-direction: row;
}

.selection[b-w81w1zdldp] {
    border-radius: 5px;
    padding: 3px;
    margin-bottom: 7px;
    flex: 1;
    min-height: 36px;
}

.container .selections:nth-child(odd) .selection[b-w81w1zdldp] {
    background: #850e0e;
    color: white;
    text-align: center;
}

.container .selections:nth-child(even) .selection[b-w81w1zdldp] {
    background: #e0e0e0;
    color: black;
    text-align: center;
}

.selections div[b-w81w1zdldp] {
    flex: 1;
    margin: 0 2px;
}
/* _content/Platform.Parent.Web/Shared/MainLayout.razor.rz.scp.css */



.page[b-52h66grqei] {
    display: flex;
    flex-direction: column;
}

.page > div[b-52h66grqei] {
    flex: 1;
}

.header[b-52h66grqei] {
    background-color: #1e263d;
    color: #999999;
    padding: 15px;
}

.footer[b-52h66grqei] {
    background-color: #1e263d;
    color: #ddd;
}

#platform-event-payload[b-52h66grqei] {
    width: 100%;
}

.header > div[b-52h66grqei] {
    margin-bottom: 10px;
}
/* _content/Platform.Parent.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t2mupe936n] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

    .collapse[b-t2mupe936n] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-t2mupe936n] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
