@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/PlotTwist.Core/PlotTwist.Core.eth4ar112r.bundle.scp.css';

/* /Components/PtAuthorChatPanel.razor.rz.scp.css */
.pt-author-chat-warning[b-za2bc8qmhm] {
    font-size: 0.85rem;
    font-style: italic;
    color: #8a5a00;
}

.pt-author-chat-error[b-za2bc8qmhm] {
    color: #b3261e;
    font-size: 0.85rem;
}
/* /Components/PtAuthorSequence.razor.rz.scp.css */
.pt-author-seq[b-crrh53efgh] {
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
}

.pt-author-seq-label[b-crrh53efgh] {
    color: #666666;
    margin-right: 4px;
}

.pt-author-seq-name[b-crrh53efgh] {
    font-weight: bold;
    white-space: nowrap;
}

.pt-author-seq-arrow[b-crrh53efgh] {
    color: #999999;
    margin: 0 4px;
}

.pt-author-next[b-crrh53efgh] {
    font-style: italic;
}
/* /Components/PtCardCnts.razor.rz.scp.css */
.words-remaining[b-sm8ytvvkqj] {
    font-weight: bold;
    margin: 0px 4px;
    white-space: nowrap;
    text-align: center;
    padding: 0px 4px;
    min-width: 32px;
    justify-content: center;
    border-radius: 0px;
}
/* /Components/PtChatPanel.razor.rz.scp.css */

.container[b-oexdtw2gxd] {
    margin: auto;
    background: #ccc;
    padding: 15px;
    border-radius: 0px;
    color: black;
    font-size: small;
}

.chat-window[b-oexdtw2gxd] {
    min-height: 100px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
}

.chat-box-tray[b-oexdtw2gxd] {
    background: #eee;
    padding: 3px;
    margin-top: 10px;
    border-radius: 7px;
    margin-left: 0px;
    margin-right: 0px;
}

.message-input[b-oexdtw2gxd] {
    border: none;
    border-radius: 7px;
    width: 100% !important;
    padding: 2px 2px;
    font-size: small;
}

    input[b-oexdtw2gxd]::placeholder {
        color: #e3e3e3;
        font-weight: 300;
    }

    input:focus[b-oexdtw2gxd] {
        outline: none;
        box-shadow: none;
    }


.chat-bubble[b-oexdtw2gxd] {
    padding: 5px 5px;
    background: #eee;
    margin: 1px 0px;
    border-radius: 9px;
    position: relative;
    animation: fadeIn-b-oexdtw2gxd 1s ease-in;
}


@keyframes fadeIn-b-oexdtw2gxd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.chat-bubble--right[b-oexdtw2gxd] {
    background: #74b9ff;
    color: #fff;
}

.chat-bubble-android[b-oexdtw2gxd] {
    background: #43CC47 !important;
    color: #fff !important;
}


/* /Components/PtGamePlay.razor.rz.scp.css */
.pt-timer-row[b-rne829o4sl] {
    max-width: 700px;
    margin: 0 auto 0.5rem auto;
    min-height: 2.2rem;
}

.pt-status[b-rne829o4sl] {
    font-size: 1.1rem;
}

.pt-clue-banner[b-rne829o4sl] {
    font-weight: bold;
}

.pt-clue-input[b-rne829o4sl] {
    max-width: 420px;
    margin: 0 auto;
}

.pt-authors-note[b-rne829o4sl] {
    font-style: italic;
    color: #555555;
    margin-bottom: 0.25rem;
}

.pt-action-error[b-rne829o4sl] {
    color: #b3261e;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}
/* /Components/PtLogPanel.razor.rz.scp.css */
.container[b-eba2rpwjne] {
    margin: auto;
    background: #ccc;
    padding: 15px;
    border-radius: 0px;
    color: black;
    font-size: small;
}

.pt-log-window[b-eba2rpwjne] {
    min-height: 60px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #eee;
    padding: 5px;
}

.pt-log-round[b-eba2rpwjne] {
    margin-bottom: 6px;
}

.pt-log-header[b-eba2rpwjne] {
    font-size: small;
}

.pt-log-entry[b-eba2rpwjne] {
    padding-left: 12px;
    font-size: small;
}

.pt-log-muted[b-eba2rpwjne] {
    color: #777777;
}
/* /Components/PtScorePanel.razor.rz.scp.css */
.pt-score-row[b-ho6b8o0wy0] {
    margin-bottom: 0.75rem;
}

.pt-chapter[b-ho6b8o0wy0] {
    font-size: 0.9rem;
    font-weight: bold;
}

.pt-chapter-team[b-ho6b8o0wy0] {
    font-size: 0.8rem;
}
/* /Components/PtTeamDisplay.razor.rz.scp.css */
.team-header[b-rwpi12ftxb] {
    font-size: 2em;
    font-weight: bold;
}

.pt-team-box[b-rwpi12ftxb] {
    position: relative;
}

.pt-team-box-score[b-rwpi12ftxb] {
    position: absolute;
    top: 4px;
    right: 8px;
    font-size: 2.4em;
    font-weight: bold;
    line-height: 1em;
    color: black;
}
/* /Components/PtTimerDisplay.razor.rz.scp.css */
.btn-pause-resume[b-33lir2ozjl] {
    padding: 2px;
    line-height: 0em;
}
/* /Components/PtWordCard.razor.rz.scp.css */
.pt-card[b-7v7tvp925e] {
    min-height: 85px;
    border-radius: 0px;
    border: 0px;
    position: relative;
}

.card-title[b-7v7tvp925e] {
    font-size: calc(0.5em + 0.5vw);
    font-stretch: 100%;
    letter-spacing: 0px;
    font-weight: bold;
    white-space: nowrap;
    margin-bottom: 0;
}

.card-body[b-7v7tvp925e] {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
}

.grid-item-body[b-7v7tvp925e] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.select-word-button[b-7v7tvp925e] {
    position: absolute;
    top: 0px;
    right: 0px;
    border: none;
    background-color: transparent;
    padding-right: 3px;
    z-index: 2;
}

.dictionary-button[b-7v7tvp925e] {
    position: absolute;
    top: 0px;
    left: 0px;
    border: none;
    background-color: transparent;
    padding-left: 3px;
    z-index: 2;
}

.pt-token-badge[b-7v7tvp925e] {
    position: absolute;
    bottom: 2px;
    left: 4px;
    font-size: 0.7rem;
    font-weight: bold;
    background-color: #f0c542;
    color: #3a2d00;
    border-radius: 0.6rem;
    min-width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    padding: 0 0.3rem;
    display: inline-block;
}
/* /Components/PtWordGrid.razor.rz.scp.css */
.pt-grid-container[b-ca4yxilzb5] {
    display: grid;
    grid-gap: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.pt-empty-cell[b-ca4yxilzb5] {
    min-height: 85px;
    border-radius: 0px;
    border: 1px dashed #cccccc;
    background-color: transparent;
}

/* /Layouts/HeroLayout.razor.rz.scp.css */
.pt-hero-emoji[b-zcgnh1q5m1] {
    font-size: 4rem;
}

.pt-hero-title[b-zcgnh1q5m1] {
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 6px;
}

.pt-hero-subtitle[b-zcgnh1q5m1] {
    font-style: italic;
    color: #666666;
}
/* /Layouts/MainLayout.razor.rz.scp.css */
.pt-brand[b-vz0g28z8do] {
    font-weight: bold;
    letter-spacing: 1px;
}
