/* /Components/CardDetails.razor.rz.scp.css */
/* /Components/CardTemplate.razor.rz.scp.css */
.cell[b-l0z2ab7qf2] {
    position: relative;
    padding: 20.4% 6.8% 9.6% 6.8%;
}
.cell[b-l0z2ab7qf2]::before {
    content:"";
    display: block;
    height: 100%;
    border-radius: 9%;
    background-color: rgb(50 26 76 / 100%);
    box-shadow: inset 0 3px 1px #140a1e, inset 0 -1px 1px #777777;
}

.card[b-l0z2ab7qf2] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 285 / 420;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    color: transparent;
}
    .card[b-l0z2ab7qf2]::before {
        content: var(--elixir, "-1");
        background-image: url(/Elixir.png);
        position: absolute;
        left: 3%;
        top: 13%;
        align-content: center;
        text-align: center;
        width: 25%;
        aspect-ratio: 1;
        color: #ffeafe;
        font-size: clamp(5px, 3.8vw, calc(1.5 * var(--bs-body-font-size)));
        text-shadow: 0px 2px 0px #b52cf9;
        -webkit-text-stroke-color: #b52cf9;
        -webkit-text-stroke-width: 1px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
    .card[b-l0z2ab7qf2]::after {
        content: var(--level, "Level XX");
        background-color: var(--rarity);
        color: var(--rarityText);
        position: absolute;
        bottom: 0;
        text-align: center;
        font-size: clamp(5px, 3.8vw, calc(1.3 * var(--bs-body-font-size)));
        line-height: 123%;
        width: 70%;
        border-radius: 0 0 5px 5px;
        text-shadow: 0px 2px 0px #000000;
        -webkit-text-stroke-color: #000000;
        -webkit-text-stroke-width: 1px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
/* /Components/SpecialCharactersKeyboard.razor.rz.scp.css */
#keyboard[b-8102caz1je] {
    /*width: min(100dvw, 600px);*/
    background-color: #e0eff2;
    box-shadow: inset 0 -2px 0 grey;
    justify-self: center;
    position: fixed;
    top: 0;
    overflow: scroll;
    max-height: 0;
    transition: max-height 0.5s ease;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
    #keyboard[b-8102caz1je]::-webkit-scrollbar {
        display: none;
    }
    #keyboard #grid[b-8102caz1je] {
        display: flex;
        gap: .4rem;
        flex-wrap: wrap;
        justify-content: center;
        margin: .5rem;
    }

#grid .cell[b-8102caz1je] {
    width: 2.4rem;
    height: 2.4rem;
}
/* /Pages/Deckfinder.razor.rz.scp.css */
#top[b-ldefputk57] {
    display: flex;
    flex-direction: column;
    padding: .5rem;
}
    #top #switch[b-ldefputk57] {
        position: absolute;
        align-self: start;
        font-weight: bold;
    }
    #top #reset[b-ldefputk57] {
        position: absolute;
        align-self: end;
    }
    #top h1[b-ldefputk57] {
        font-size: clamp(0rem, calc(0.08 * var(--appWidth, 100vw)), 2rem);
    }
    #top #inputs[b-ldefputk57] {
        display: flex;
        flex-direction: column;
    }
    #top #inputs div[b-ldefputk57] {
        display: flex;
        gap: 1px;
    }
    #top[b-ldefputk57]  input {
        flex: 1;
        min-width: 0;
        padding: 5px 10px;
        border-width: 1px;
        border-radius: 8px;
    }
    #top select[b-ldefputk57] {
        aspect-ratio: 1;
        width: 2rem;
        box-sizing: content-box;
        border-radius: 8px;
    }
    #top #search[b-ldefputk57] {
        margin-top: 0.5rem;
        text-overflow: ellipsis;
        font-size: clamp(0rem, calc(0.07 * var(--appWidth, 100vw)), 1rem);
    }

#bottom[b-ldefputk57] {

}

.deckGrid[b-ldefputk57] {
    display: grid;
    width: 100%;
    aspect-ratio: 420 / 285;
    justify-self: center;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    /*border: 1px solid #000000;*/
    background-color: #532c7f;
    box-shadow: inset 0 3px 1px #140a1e, inset 0 -1px 1px #777777;
}

#stats[b-ldefputk57] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.5rem;
    padding-inline: 0.5rem;
}
    #stats div[b-ldefputk57] {
        font-size: clamp(0rem, calc(0.08 * var(--appWidth, 5vw)), 1.5rem);
        white-space: nowrap;
    }
