@import '_content/BlazorEssentials/BlazorEssentials.6oydb6jskt.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-8055e7jck0] {
    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-8055e7jck0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

[b-8055e7jck0] .mud-badge-icon.settings-badge {
    inset: auto auto calc(100% - 20px) calc(100% - 11px) !important;
}

[b-8055e7jck0] .mud-badge-dot.settings-badge {
    inset: auto auto calc(100% - 20px) calc(100% - 20px) !important;
}

@keyframes pulsate-b-8055e7jck0 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }

    100% {
        transform: scale(1);
    }
}

[b-8055e7jck0] .icon-pulsate svg {
    animation: pulsate-b-8055e7jck0 2s infinite;
}

/* /Pages/BirdleV2/BirdleV2Home.razor.rz.scp.css */
[b-gmddpuw907] .game.game-state-success .game-title {
    color: var(--mud-palette-success)
}

[b-gmddpuw907] .game.game-state-failed .game-title {
    color: var(--mud-palette-error)
}

.carousel-container[b-gmddpuw907] {
    margin-top: 20px; /* Adjust as needed */
}

@media (max-width: 768px) {
    .carousel-container[b-gmddpuw907] {
        margin-top: 0;
    }
}
/* /Pages/BirdleV2/Components/GameGrid.razor.rz.scp.css */
[b-dq1mlps4g4] .mud-grid-spacing-xs-1 > .mud-grid-item {
    padding-left: 2px;
    padding-top: 2px;
}

.flip-container[b-dq1mlps4g4] {
    perspective: 1000px;
}

    .flip-container.flip.column-0 .flipper[b-dq1mlps4g4] {
        transform: rotateY(180deg);
    }

    .flip-container.flip.column-1 .flipper[b-dq1mlps4g4] {
        transform: rotateY(180deg);
        transition-delay: .1s;
    }

    .flip-container.flip.column-2 .flipper[b-dq1mlps4g4] {
        transform: rotateY(180deg);
        transition-delay: .2s;
    }

    .flip-container.flip.column-3 .flipper[b-dq1mlps4g4] {
        transform: rotateY(180deg);
        transition-delay: .3s;
    }

    .flip-container.flip.column-4 .flipper[b-dq1mlps4g4] {
        transform: rotateY(180deg);
        transition-delay: .4s;
    }

/* flip speed goes here */
[b-dq1mlps4g4] .flipper {
    transition: transform 0.5s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
[b-dq1mlps4g4] .front, .back[b-dq1mlps4g4] {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden; /* Safari */
    position: absolute;
    width: 100%;
    height: 100%;
}

/* front pane, placed above back */
[b-dq1mlps4g4] .front {
    z-index: 2;
}

/* back, initially hidden pane */
[b-dq1mlps4g4] .back {
    z-index: 3;
    transform: rotateY(180deg);
}

[b-dq1mlps4g4] .blink {
    animation: blinker-b-dq1mlps4g4 1.5s linear infinite;
}

@keyframes blinker-b-dq1mlps4g4 {
    50% {
        opacity: 0;
    }
}

@keyframes shake-b-dq1mlps4g4 {
    0% {
        margin-left: 0rem;
    }

    25% {
        margin-left: 0.5rem;
    }

    75% {
        margin-left: -0.5rem;
    }

    100% {
        margin-left: 0rem;
    }
}

@keyframes horizontal-shaking-b-dq1mlps4g4 {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(3px)
    }

    50% {
        transform: translateX(-3px)
    }

    75% {
        transform: translateX(3px)
    }

    100% {
        transform: translateX(0)
    }
}

[b-dq1mlps4g4] .shaker {
    animation: horizontal-shaking-b-dq1mlps4g4 0.3s ease-in-out 0s 2;
}

[b-dq1mlps4g4] .grid-tile-small {
    width: 28px;
    height: 28px;
}

[b-dq1mlps4g4] .grid-tile-medium {
    width: 50px;
    height: 50px;
}


[b-dq1mlps4g4] .grid-tile-small .rounded-circle {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    color: var(--mud-palette-primary);
    font-size: 1.4em;
}

[b-dq1mlps4g4] .grid-tile-medium .rounded-circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    color: var(--mud-palette-primary);
    font-size: 2.5em;
}

[b-dq1mlps4g4] .grid-tile .front {
    background-color: var(--mud-palette-secondary);
}

[b-dq1mlps4g4] .grid-tile .front.tile-state-selected {
    background-color: var(--mud-palette-tertiary);
}

    [b-dq1mlps4g4] .grid-tile .front.tile-state-selected {
        background-color: var(--mud-palette-tertiary);
    }

[b-dq1mlps4g4] .grid-tile .rounded-circle.back.tile-state-unused {
    background-color: var(--mud-palette-tertiary);
}
[b-dq1mlps4g4] .grid-tile .rounded-circle.back.tile-state-incorrectspot {
    background-color: var(--mud-palette-warning);
}
[b-dq1mlps4g4] .grid-tile .rounded-circle.back.tile-state-correct {
    background-color: var(--mud-palette-success);
}

[b-dq1mlps4g4] .grid-row.row-state-error .blink {
    color: var(--mud-palette-error);
}

[b-dq1mlps4g4] .grid-row.grid-row-medium {
    padding: 1px 2px;
    margin-bottom: 2px;
}

[b-dq1mlps4g4] .grid-row.grid-row-small {
    padding: 1px 2px;
    margin-bottom: 1px;
}

[b-dq1mlps4g4] .grid-row.grid-row-small {
    border-radius: 20px;
}

[b-dq1mlps4g4] .grid-row.grid-row-medium {
    border-radius: 30px;
}

.grid-state-failed .grid-tile .front[b-dq1mlps4g4] {
    background-color: var(--mud-palette-error) !important;
}

.grid-tile .remaining-attempts[b-dq1mlps4g4] {
    color: var(--mud-palette-tertiary);
    font-size:20px;
}

.birdle-grid[b-dq1mlps4g4] {
    position: relative;
}

.active-row-box[b-dq1mlps4g4] {
    position: absolute;
}

.grid-size-medium .active-row-box[b-dq1mlps4g4] {
    width: 270px;
    height: 52px;
    outline: 2px dashed var(--mud-palette-secondary);
    border-radius: 30px;
    transition: top 1s;
}

.grid-size-small .active-row-box[b-dq1mlps4g4] {
    width: 160px;
    height: 30px;
    outline: 1px dashed var(--mud-palette-secondary);
    border-radius: 20px;
    transition: top 1s;
}

.active-row-box.row-num-0[b-dq1mlps4g4] {
    top: 0px;
}
.grid-size-medium .active-row-box.row-num-1[b-dq1mlps4g4] {
    top: 54px;
}
.grid-size-medium .active-row-box.row-num-2[b-dq1mlps4g4] {
    top: 108px;
}
.grid-size-medium .active-row-box.row-num-3[b-dq1mlps4g4] {
    top: 162px;
}
.grid-size-medium .active-row-box.row-num-4[b-dq1mlps4g4] {
    top: 216px;
}
.grid-size-medium .active-row-box.row-num-5[b-dq1mlps4g4] {
    top: 270px;
}

.grid-size-small .active-row-box.row-num-1[b-dq1mlps4g4] {
    top: 31px;
}
.grid-size-small .active-row-box.row-num-2[b-dq1mlps4g4] {
    top: 62px;
}
.grid-size-small .active-row-box.row-num-3[b-dq1mlps4g4] {
    top: 93px;
}
.grid-size-small .active-row-box.row-num-4[b-dq1mlps4g4] {
    top: 124px;
}
.grid-size-small .active-row-box.row-num-5[b-dq1mlps4g4] {
    top: 155px;
}
.grid-size-small .active-row-box.row-num-6[b-dq1mlps4g4] {
    top: 186px;
}
.grid-size-small .active-row-box.row-num-7[b-dq1mlps4g4] {
    top: 217px;
}
.grid-size-small .active-row-box.row-num-8[b-dq1mlps4g4] {
    top: 248px;
}
.grid-size-small .active-row-box.row-num-9[b-dq1mlps4g4] {
    top: 279px;
}
.grid-size-small .active-row-box.row-num-10[b-dq1mlps4g4] {
    top: 310px;
}
.grid-size-small .active-row-box.row-num-11[b-dq1mlps4g4] {
    top: 341px;
}
.grid-size-small .active-row-box.row-num-12[b-dq1mlps4g4] {
    top: 372px;
}
/* /Pages/BirdleV2/Components/GridsScoreWidget.razor.rz.scp.css */
.grids-score-widget .grid-score[b-cuavypnlwg] {
    border-radius: 50% !important;
    max-width: 15px;
    min-width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    text-align: center;
}

.grids-score-widget .grid-score.grid-score-success[b-cuavypnlwg] {
    background-color: var(--mud-palette-success);
    color: var(--mud-palette-primary);
}

.grids-score-widget .grid-score.grid-score-failure[b-cuavypnlwg] {
    background-color: var(--mud-palette-error);
    color: var(--mud-palette-primary);
}

.grids-score-widget[b-cuavypnlwg] {
    width: 35px;
}
/* /Pages/BirdleV2/Components/SettingsDialog.razor.rz.scp.css */

[b-u37uaasxm7] .birdle-text-field input {
    text-align: center;
}

[b-u37uaasxm7] .birdle-text-field label {
    left: 0;
    right: 0;
    margin-inline: auto;
    width: fit-content;
}

[b-u37uaasxm7] .birdle-text-field .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    transform: translate(0, 1.5px) scale(1);
}

[b-u37uaasxm7] .birdle-text-field .mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol, .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol[b-u37uaasxm7] {
    transform: translate(0, 1.5px) scale(1);
}

[b-u37uaasxm7] .birdle-text-field .mud-input-helper-text {
    justify-content: center;
}

[b-u37uaasxm7] .birdle-text-field .mud-input-helper-text .me-auto {
    margin-inline-end:unset!important
}

[b-u37uaasxm7] .birdle-text-field .mud-shrink input {
    padding-left:20px;
}

[b-u37uaasxm7] .birdle-toggle-button {
    outline: 2px solid var(--mud-palette-secondary) !important;
}
/* /Pages/Boggull/BoggullGame.razor.rz.scp.css */
.grid-tile[b-crecjr1tau] {
    background-color: var(--mud-palette-secondary);
    color: var(--mud-palette-primary);
    height: 15vmin;
    width: 15vmin;
    line-height:15vmin;
    font-size:10vmin;
    font-weight:bold;
    border-radius: 50%;
    text-align: center;
}

div:has(> .grid-tile)[b-crecjr1tau] {
    background-color: var(--mud-palette-tertiary);
    height: 15vmin;
    width: 15vmin;
    border-radius: 10px;
}
/* /Pages/Conneggtions/ConneggtionsGame.razor.rz.scp.css */
[b-gpplselbc0] .conneggtions-tile {
    min-width: 20vmin;
    width: 22vmin;
    height: 22vmin;
    max-height: 100px;
    font-size:16px;
    color: var(--mud-palette-secondary);
    border: 2px solid var(--mud-palette-secondary);
    background-color: var(--mud-palette-primary);
    padding: .5vmin;
    container-type: inline-size;
    container-name: tile;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    word-break: break-word;
    text-align: center;
}

    [b-gpplselbc0] .conneggtions-tile.is-selected {
        background-color: var(--mud-palette-tertiary);
    }

@container tile (width < 100px) {
    .conneggtions-tile span[b-gpplselbc0] {
        font-size: 17cqw;
    }

    .conneggtions-tile.label-large span[b-gpplselbc0] {
        font-size: 17cqw;
    }

    .conneggtions-tile.label-medium span[b-gpplselbc0] {
        font-size: 15cqw;
    }

    .conneggtions-tile.label-small span[b-gpplselbc0] {
        font-size: 13cqw;
    }

    .conneggtions-tile.label-xsmall span[b-gpplselbc0] {
        font-size: 11cqw;
    }
}

[b-gpplselbc0] .conneggtions-guess-dot {
    border-radius: 50%;
    height: 4vmin;
    width: 4vmin;
    max-height: 25px;
    max-width: 25px;
    background-color: var(--mud-palette-tertiary)
}

[b-gpplselbc0] .conneggtions-group {
    min-width: calc(80vmin + 24px);
    width: calc(88vmin + 24px);
    padding: 2vmin;
    height: 20vmin;
    max-height: 100px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    word-break: break-word;
}

    [b-gpplselbc0] .conneggtions-group h5,
    [b-gpplselbc0] .conneggtions-group p {
        font-size: 16px;
    }
    [b-gpplselbc0] .conneggtions-group h5 {
        font-weight: bold;
    }

[b-gpplselbc0] .conneggtions-group {
    color: #EBE7E4;
}

[b-gpplselbc0] .conneggtions-group-0 {
    background-color: #876287;
}

[b-gpplselbc0] .conneggtions-group-1 {
    background-color: #5a5187;
}

[b-gpplselbc0] .conneggtions-group-2 {
    background-color: #333d87;
}

[b-gpplselbc0] .conneggtions-group-3 {
    background-color: #1e1e87;
}

[b-gpplselbc0] .conneggtions-skeleton .conneggtions-tile-skeleton::after,
[b-gpplselbc0] .conneggtions-skeleton .conneggtions-guess-skeleton::after,
[b-gpplselbc0] .conneggtions-skeleton .conneggtions-buttons-skeleton::after {
    animation: mud-skeleton-keyframes-wave 1.6s linear .5s infinite;
}

[b-gpplselbc0] .conneggtions-skeleton .conneggtions-tile-skeleton,
[b-gpplselbc0] .conneggtions-skeleton .conneggtions-guess-skeleton,
[b-gpplselbc0] .conneggtions-skeleton .conneggtions-buttons-skeleton {
    animation: mud-skeleton-keyframes-pulse 2s ease-in-out .5s infinite;
}


[b-gpplselbc0] .conneggtions-tile-skeleton {
    min-width: 20vmin;
    width: 22vmin;
    height: 22vmin;
    max-height: 100px;
    
}

[b-gpplselbc0] .conneggtions-guess-skeleton {
    height: 4vmin;
    width: 4vmin;
    max-height: 25px;
    max-width: 25px;
}

[b-gpplselbc0] .conneggtions-buttons-skeleton {
    height: 36.5px;
    width: 93.27px;
}
/* /Pages/Leaderboard.razor.rz.scp.css */

[b-8c7alljv0b] .leaderboard-row {
    font-weight: bold;
}

[b-8c7alljv0b] .leaderboard-nickname-data {
    
}

    [b-8c7alljv0b] .leaderboard-nickname-data.nickname-self {
        text-decoration-line: underline;
        text-decoration-thickness: 3px;
        text-decoration-style:solid;
        text-underline-offset: 4px
    }

[b-8c7alljv0b] .leaderboard-cell {
    text-align:center;
    align-content: center;
    align-items: center;
    font-size:1.8em;
    font-weight: bold;
}

    [b-8c7alljv0b] .leaderboard-cell.failed {
        color: var(--mud-palette-error)
    }
/* /Pages/Stats.razor.rz.scp.css */
[b-ryk5zmkaba] .stats-circle {
    height: 50px;
    width: 50px;
    line-height: 50px;
/*    outline: 2px dashed
*/}

    [b-ryk5zmkaba] .stats-circle.success {
        background-color: var(--mud-palette-success)
    }

    [b-ryk5zmkaba] .stats-circle.warning {
        background-color: var(--mud-palette-warning)
    }
