@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Shared/CardUI.razor.rz.scp.css */
.playingcard[b-jxzj4qpkin] {
    width: 100%;
}
/* /Shared/DeckUI.razor.rz.scp.css */
.selected[b-jnqkp00gux] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.deck[b-jnqkp00gux] {
}
/* /Shared/DiscardUI.razor.rz.scp.css */
.selected[b-4h9f1xqrfd] {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.deck[b-4h9f1xqrfd] {
}
/* /Shared/HandUI.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-4pktgukbx7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4pktgukbx7] {
    flex: 1;
    background-color: darkgreen;
}

.sidebar[b-4pktgukbx7] {
/*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
*/}

.top-row[b-4pktgukbx7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4pktgukbx7]  a, .top-row[b-4pktgukbx7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4pktgukbx7]  a:hover, .top-row[b-4pktgukbx7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4pktgukbx7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4pktgukbx7] {
        display: none;
    }

    .top-row.auth[b-4pktgukbx7] {
        justify-content: space-between;
    }

    .top-row[b-4pktgukbx7]  a, .top-row[b-4pktgukbx7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4pktgukbx7] {
        flex-direction: row;
    }

    .sidebar[b-4pktgukbx7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4pktgukbx7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4pktgukbx7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4pktgukbx7], article[b-4pktgukbx7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.game-code[b-4pktgukbx7] {
    display: flex !important;
}
/* /Shared/PlayerListUI.razor.rz.scp.css */
a[b-i8ockvb75u] {
    float: right;
    font-size: .7em;
}
td[b-i8ockvb75u] {
    padding: 3px;
}
tr.selected[b-i8ockvb75u] {
    background-color: darkblue;
    color: white;
    font-weight: 700;
}
    tr.selected a[b-i8ockvb75u] {
        float: right;
        font-size: .7em;
        color: white;
    }
/* /Shared/PlayerUI.razor.rz.scp.css */
.myseat[b-cn7mr5j41l]{
    margin: auto;
    padding: 0;
}
.otherseat[b-cn7mr5j41l] {
    margin: auto;
    padding: 10%;
}

.player-title[b-cn7mr5j41l] {
    font-size: 1.5rem;
    color: white;
    font-weight: 700;
    text-align: center;
}
/* /Shared/TableTopUI.razor.rz.scp.css */
.seat[b-04nkueh0cx] {
    min-width: 300px;
    max-width: 30%;
    padding: 1em;
    border-radius: 1em;
}
.scrollingSeatsOuter[b-04nkueh0cx] {
    display: inline-grid;
    grid-template-columns: 1fr;
}
.scrollingSeatsInner[b-04nkueh0cx] {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 1em;
}

.deck[b-04nkueh0cx] {
    position: sticky;
    top: 0px;
    background-color: darkgreen;
    padding-bottom: 1em;
}

.deckcards[b-04nkueh0cx] {
    width: 75px !important;
}

@media (max-width: 640.98px) {
    .players[b-04nkueh0cx] {
        flex-direction: column !important;
    }
}

.yourturn[b-04nkueh0cx] {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 20%);
    background-color: rgba(255, 255, 255, 0.3);
}
