@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* _content/DraftHelper.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-f5l1p3yq1o] {
    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-f5l1p3yq1o] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.body[b-f5l1p3yq1o]{
    padding: 10px;
}
/* _content/DraftHelper.Web/Components/Pages/Picks/Components/TierlistDragDropComponent.razor.rz.scp.css */
.tier-row[b-wutr27ofvj] {
    border: 2px solid #444;
    border-radius: .5rem;
    padding: .5rem 1rem;
    margin-bottom: .75rem;
    background-color: #1a1a1a;
    color: white;

    display: flex;
    gap: 1rem;

    /* was flex-start */
    align-items: center;
}

.tier-label[b-wutr27ofvj] {
    font-weight: 700;
    font-size: 1.25rem;
    min-width: 6rem;
    text-align: center;
}

/* outer wrapper that takes remaining space next to label */
.tier-content[b-wutr27ofvj] {
    flex: 1;
    display: block;
}

/* FULL tier droppable area */
.tier-drop-surface[b-wutr27ofvj] {
    width: 100%;
    min-height: 4rem;

    border: 2px dashed #666;
    border-radius: .5rem;
    padding: .5rem;

    /* override Fluent's inline block layout */
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;

    gap: .5rem;
    align-content: flex-start;
    align-items: flex-start;

    position: relative;
    box-sizing: border-box;
}

/* each champion "slot" that participates in flex layout */
.tier-item-wrapper[b-wutr27ofvj] {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.tier-item[b-wutr27ofvj] {
    box-sizing: border-box;
    padding: 0;
    margin: 0;

    border: 1px solid #888;
    border-radius: .5rem;
    background-color: #fff;
    color: #000;
    cursor: grab;

    min-width: 40px !important;
    min-height: 40px !important;
    width: 40px !important;
    height: 40px !important;

    display: flex;
    justify-content: center;
    align-items: center;

    flex: 0 0 auto;
}

.champ-icon[b-wutr27ofvj] {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: .25rem;
}

/* hint when empty */
.empty-hint[b-wutr27ofvj] {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    pointer-events: none;
}

/* highlight states */
.tier-drop-surface[dragover="true"][b-wutr27ofvj],
.tier-item[dragover="true"][b-wutr27ofvj] {
    outline: 2px solid #00ccff;
    outline-offset: 0;
    background-color: rgba(0, 204, 255, 0.08);
}
