/* /Components/Items/DrawItem_Featured.razor.rz.scp.css */
.draw-item-card[b-5ex76rhl03] {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid #d7dee8;
    border-top: 4px solid #bf2026;
    /*border-radius: 10px;*/
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(15, 45, 75, 0.10);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

    .draw-item-card:hover[b-5ex76rhl03] {
        transform: translateY(-3px);
        border-color: #aebdce;
        border-top-color: #bf2026;
        background-color: #ffffff;
        box-shadow: 0 12px 28px rgba(15, 45, 75, 0.16);
    }

.draw-item-link[b-5ex76rhl03] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 100%;
    color: inherit;
}

.draw-item-watch-btn[b-5ex76rhl03] {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.65rem;
    height: 2.65rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #0f2d4b;
    box-shadow: 0 5px 14px rgba(15, 23, 42, 0.20);
    cursor: pointer;
    transition: transform 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

    .draw-item-watch-btn:hover:not(:disabled)[b-5ex76rhl03] {
        transform: scale(1.08);
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.35);
    }

    .draw-item-watch-btn:active:not(:disabled)[b-5ex76rhl03] {
        transform: scale(1.04);
    }

.draw-item-watch-btn--active[b-5ex76rhl03] {
    color: #f59e0b;
}

.draw-item-watch-btn:disabled[b-5ex76rhl03] {
    opacity: 0.55;
    cursor: not-allowed;
}

.draw-item-status-badge[b-5ex76rhl03] {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.draw-item-featured-badge[b-5ex76rhl03] {
    position: absolute;
    bottom: 0.85rem;
    left: 0.85rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.42rem 0.7rem;
    border-radius: 999px;
    background: #0f2d4b;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.18);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
}

    .draw-item-featured-badge i[b-5ex76rhl03] {
        color: #f4b223;
        font-size: 0.7rem;
    }

.draw-item-media[b-5ex76rhl03] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 230px;
    overflow: hidden;
    background: #e9eef4;
}

    .draw-item-media[b-5ex76rhl03]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: var(--draw-item-image);
        background-size: cover;
        background-position: center;
        filter: blur(20px) brightness(1.05);
        transform: scale(1.1);
        opacity: 0.40;
    }

    .draw-item-media[b-5ex76rhl03]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(255, 255, 255, 0.08);
    }

.draw-item-image[b-5ex76rhl03] {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 220px;
    max-height: 230px;
    object-fit: contain;
}

.draw-item-content[b-5ex76rhl03] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem 1.05rem 1.1rem;
}

.draw-item-status-pill[b-5ex76rhl03] {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #475569;
    font-size: 0.82rem;
    line-height: 1;
    white-space: nowrap;
}

    .draw-item-status-pill i[b-5ex76rhl03] {
        color: #0f2d4b;
    }

.draw-item-status-label[b-5ex76rhl03] {
    color: #64748b;
}

.draw-item-status-value[b-5ex76rhl03] {
    color: #bf2026;
    font-weight: 800;
}

.draw-item-meta-line[b-5ex76rhl03] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.9rem;
    color: #64748b;
    font-size: 0.8rem;
}

.draw-item-lot[b-5ex76rhl03] {
    color: #64748b;
}

    .draw-item-lot strong[b-5ex76rhl03],
    .draw-item-qty strong[b-5ex76rhl03],
    .draw-item-bids-badge strong[b-5ex76rhl03] {
        color: #334155;
        font-weight: 800;
    }

.draw-item-bids-badge[b-5ex76rhl03] {
    color: #64748b;
}

.draw-item-qty[b-5ex76rhl03] {
    color: #64748b;
}

.draw-item-title[b-5ex76rhl03] {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #0f2d4b;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.28;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.draw-item-spec-grid[b-5ex76rhl03] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem 0.85rem;
    padding-top: 0.1rem;
}

.draw-item-spec[b-5ex76rhl03] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

.draw-item-spec-icon[b-5ex76rhl03] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 2rem;
    height: 2rem;
    border-radius: 6px;
    background: #eef3f8;
    color: #0f2d4b;
}

.draw-item-spec-text[b-5ex76rhl03] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

    .draw-item-spec-text span[b-5ex76rhl03] {
        color: #64748b;
        font-size: 0.62rem;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .draw-item-spec-text strong[b-5ex76rhl03] {
        overflow: hidden;
        color: #0f2d4b;
        font-size: 0.84rem;
        font-weight: 800;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.draw-item-footer[b-5ex76rhl03] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e2e8f0;
}

.draw-item-pricing[b-5ex76rhl03] {
    min-width: 0;
}

    .draw-item-pricing > span[b-5ex76rhl03] {
        display: block;
        margin-bottom: 0.25rem;
        color: #64748b;
        font-size: 0.64rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

.draw-item-pricing-row[b-5ex76rhl03] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

    .draw-item-pricing-row strong[b-5ex76rhl03] {
        color: #bf2026;
        font-size: 1.35rem;
        font-weight: 900;
        line-height: 1;
    }

.draw-item-button[b-5ex76rhl03] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 7.2rem;
    padding: 0.58rem 1rem;
    border-radius: var(--bs-btn-border-radius);
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
}

    .draw-item-button.btn-success[b-5ex76rhl03] {
        background-color: #198754;
        border-color: #198754;
    }

    .draw-item-button.btn-warning[b-5ex76rhl03] {
        background-color: #fd7e14;
        border-color: #fd7e14;
        color: #ffffff;
    }

    .draw-item-button.btn-light[b-5ex76rhl03] {
        background-color: #ffffff;
        border-color: #dbe4ef;
        color: #0f2d4b;
    }

.draw-item-button--disabled[b-5ex76rhl03] {
    background: #94a3b8;
    border-color: #94a3b8;
    box-shadow: none;
}

.draw-item-selection[b-5ex76rhl03] {
    padding: 0.7rem 1rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

    .draw-item-selection .form-check-input[b-5ex76rhl03],
    .draw-item-selection .form-check-label[b-5ex76rhl03] {
        cursor: pointer;
    }

    .draw-item-selection .form-check-label[b-5ex76rhl03] {
        color: #334155;
        user-select: none;
    }

.product-highlight[b-5ex76rhl03] {
    border-color: #e7a52f;
    border-top-color: #e7a52f;
}

.product-highlight-featured[b-5ex76rhl03] {
    border-color: #839ab4;
    border-top-color: #0f2d4b;
}

.live-update-flash[b-5ex76rhl03] {
    animation: draw-item-featured-flash-b-5ex76rhl03 1.2s ease-out;
}

@keyframes draw-item-featured-flash-b-5ex76rhl03 {
    0% {
        box-shadow: 0 0 0 3px rgba(191, 32, 38, 0.30), 0 12px 28px rgba(15, 45, 75, 0.16);
    }

    100% {
        box-shadow: 0 6px 20px rgba(15, 45, 75, 0.10);
    }
}

@media (min-width: 992px) {
    .draw-item-card--full-width .draw-item-media[b-5ex76rhl03] {
        min-height: 300px;
    }

    .draw-item-card--full-width .draw-item-image[b-5ex76rhl03] {
        min-height: 280px;
        max-height: 320px;
    }

    .draw-item-card--full-width .draw-item-content[b-5ex76rhl03] {
        padding: 1.2rem 1.3rem 1.3rem;
        gap: 0.9rem;
    }

    .draw-item-card--full-width .draw-item-title[b-5ex76rhl03] {
        font-size: 1.3rem;
        line-height: 1.3;
        -webkit-line-clamp: 3;
    }

    .draw-item-card--full-width .draw-item-spec-grid[b-5ex76rhl03] {
        gap: 0.8rem 1rem;
    }

    .draw-item-card--full-width .draw-item-spec-icon[b-5ex76rhl03] {
        width: 2.35rem;
        height: 2.35rem;
    }

    .draw-item-card--full-width .draw-item-spec-text strong[b-5ex76rhl03] {
        font-size: 0.9rem;
    }

    .draw-item-card--full-width .draw-item-pricing-row strong[b-5ex76rhl03] {
        font-size: 1.65rem;
    }

    .draw-item-card--full-width .draw-item-button[b-5ex76rhl03] {
        min-width: 8.5rem;
        padding: 0.65rem 1.2rem;
        font-size: 0.88rem;
    }
}

@media (max-width: 767.98px) {
    .draw-item-media[b-5ex76rhl03] {
        min-height: 220px;
    }

    .draw-item-image[b-5ex76rhl03] {
        min-height: 200px;
        max-height: 220px;
    }

    .draw-item-content[b-5ex76rhl03] {
        gap: 0.6rem;
        padding: 0.85rem 0.9rem 0.95rem;
    }

    .draw-item-title[b-5ex76rhl03] {
        font-size: 1.05rem;
    }

    .draw-item-footer[b-5ex76rhl03] {
        align-items: stretch;
    }

    .draw-item-pricing-row strong[b-5ex76rhl03] {
        font-size: 1.25rem;
    }
}

@media (max-width: 575.98px) {
    .draw-item-card[b-5ex76rhl03] {
        border-radius: 8px;
    }

    .draw-item-media[b-5ex76rhl03] {
        min-height: 240px;
    }

    .draw-item-image[b-5ex76rhl03] {
        min-height: 215px;
        max-height: 240px;
    }

    .draw-item-meta-line[b-5ex76rhl03] {
        gap: 0.6rem;
    }

    .draw-item-spec-grid[b-5ex76rhl03] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .draw-item-footer[b-5ex76rhl03] {
        flex-direction: row;
        align-items: center;
    }

    .draw-item-button[b-5ex76rhl03] {
        width: auto;
        min-width: 7rem;
    }
}
/* /Components/Items/DrawItem_Standard.razor.rz.scp.css */
.draw-item-card[b-pt0if23kfq] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow: visible;
    border: 1px solid #e5e7eb;
    /*border-radius: 18px;*/
    background: #ffffff;
    /*box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);*/
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

    .draw-item-card:hover[b-pt0if23kfq] {
        transform: translateY(-2px);
        border-color: #c7d2fe;
        background-color: #ffffff;
        box-shadow: 0 8px 16px rgba(15, 23, 42, 0.14);
    }

.draw-item-link[b-pt0if23kfq] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 100%;
    color: inherit;
}

.draw-item-watch-btn[b-pt0if23kfq] {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.35rem;
    height: 2.35rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #0f2d4b;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
    cursor: pointer;
    transition: transform 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

    .draw-item-watch-btn:hover:not(:disabled)[b-pt0if23kfq] {
        transform: scale(1.08);
        box-shadow: 0 12px 26px rgba(15, 23, 42, 0.28);
    }

    .draw-item-watch-btn:active:not(:disabled)[b-pt0if23kfq] {
        transform: scale(1.04);
    }

.draw-item-watch-btn--active[b-pt0if23kfq] {
    color: #f59e0b;
}

.draw-item-watch-btn:disabled[b-pt0if23kfq] {
    opacity: 0.55;
    cursor: not-allowed;
}

.draw-item-status-badge[b-pt0if23kfq] {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.6rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
}

.draw-item-media[b-pt0if23kfq] {
    position: relative;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 1.25rem;*/
    /*background: linear-gradient(180deg, #e4ecf6 0%, #c3d1e4 100%);*/
    overflow: hidden;
}

    .draw-item-media[b-pt0if23kfq]::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: var(--draw-item-image);
        background-size: cover;
        background-position: center;
        filter: blur(18px) brightness(1.08);
        transform: scale(1.08);
        opacity: 0.46;
    }

    .draw-item-media[b-pt0if23kfq]::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(15, 23, 42, 0.06) 100%);
    }

.draw-item-image[b-pt0if23kfq] {
    position: relative;
    z-index: 1;
    width: 100%;
    min-height: 200px;
    max-height: 230px;
    object-fit: contain;
}

.draw-item-favorite[b-pt0if23kfq] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    color: #0f2d4b;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

.draw-item-placeholder[b-pt0if23kfq] {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    color: #8a9bb3;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

    .draw-item-placeholder i[b-pt0if23kfq] {
        font-size: 2rem;
    }

.draw-item-content[b-pt0if23kfq] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.6rem;
    padding: 0.85rem 0.9rem 0.95rem;
}

.draw-item-status-pill[b-pt0if23kfq] {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    /*padding: 0.4rem 0.7rem;*/
    background: #ffffff;
    /*border-radius: 999px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);*/
    font-size: 0.8rem;
    white-space: nowrap;
}

    .draw-item-status-pill i[b-pt0if23kfq] {
        color: #113a5c;
    }

.draw-item-status-label[b-pt0if23kfq] {
    color: #475569;
    /*font-weight: 700;*/
}

.draw-item-status-value[b-pt0if23kfq] {
    color: #bf2026;
    font-weight: 700;
}

.draw-item-meta-line[b-pt0if23kfq] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.8rem;
    /*font-weight: 700;*/
}

/*.draw-item-lot {
    color: #ef4444;
}

.draw-item-lot strong {
    color: inherit;
}*/

.draw-item-lot[b-pt0if23kfq] {
    color: #64748b;
}

.draw-item-qty[b-pt0if23kfq] {
    color: #64748b;
}

.draw-item-title[b-pt0if23kfq] {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #0f2d4b;
    font-size: 1.0rem;
    font-weight: 800;
    line-height: 1.2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

    .draw-item-title b[b-pt0if23kfq] {
        font-weight: 900;
    }

.draw-item-spec-grid[b-pt0if23kfq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.45rem 0.65rem;
}

.draw-item-spec[b-pt0if23kfq] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.draw-item-spec-icon[b-pt0if23kfq] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    /*width: 2.3rem;*/
    height: 2.3rem;
    border-radius: 10px;
    color: #0f2d4b;
    /*color: #ffffff;*/
}

.draw-item-spec-text[b-pt0if23kfq] {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

    .draw-item-spec-text span[b-pt0if23kfq] {
        color: #64748b;
        font-size: 0.65rem;
        font-weight: 500;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .draw-item-spec-text strong[b-pt0if23kfq] {
        color: #0f2d4b;
        font-size: 0.82rem;
        font-weight: 800;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.draw-item-footer[b-pt0if23kfq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid #e2e8f0;
}

.draw-item-pricing[b-pt0if23kfq] {
    min-width: 0;
}

    .draw-item-pricing > span[b-pt0if23kfq] {
        display: block;
        color: #64748b;
        font-size: 0.62rem;
        font-weight: 800;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

.draw-item-pricing-row[b-pt0if23kfq] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

    .draw-item-pricing-row strong[b-pt0if23kfq] {
        color: #bf2026;
        font-size: 1.1rem;
        font-weight: 900;
        line-height: 1;
    }

.draw-item-bids-badge[b-pt0if23kfq] {
    /*display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #e8eef7;
    color: #0f2d4b;
    font-size: 0.85rem;
    font-weight: 800;*/

    color: #64748b;
}

.draw-item-button[b-pt0if23kfq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 6.8rem;
    padding: 0.5rem 0.9rem;
    border-radius: var(--bs-btn-border-radius);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 800;
    white-space: nowrap;
    /*box-shadow: 0 10px 18px rgba(234, 47, 52, 0.22);*/
}

    .draw-item-button.btn-success[b-pt0if23kfq] {
        background-color: #198754;
        border-color: #198754;
    }

    .draw-item-button.btn-warning[b-pt0if23kfq] {
        background-color: #fd7e14;
        border-color: #fd7e14;
        color: #fff;
    }

    .draw-item-button.btn-light[b-pt0if23kfq] {
        background-color: #ffffff;
        border-color: #dbe4ef;
        color: #0f2d4b;
    }

    .draw-item-button--disabled[b-pt0if23kfq] {
        background: #94a3b8;
        box-shadow: none;
    }

.product-highlight[b-pt0if23kfq] {
    border-color: #e7a52f;
}

.product-highlight-featured[b-pt0if23kfq] {
    border-color: #839ab4;
}

@media (min-width: 992px) {
    .draw-item-card--full-width .draw-item-media[b-pt0if23kfq] {
        min-height: 300px;
    }

    .draw-item-card--full-width .draw-item-image[b-pt0if23kfq] {
        min-height: 280px;
        max-height: 320px;
    }

    .draw-item-card--full-width .draw-item-content[b-pt0if23kfq] {
        padding: 1.2rem 1.3rem 1.3rem;
        gap: 0.9rem;
    }

    .draw-item-card--full-width .draw-item-title[b-pt0if23kfq] {
        font-size: 1.3rem;
        line-height: 1.3;
        -webkit-line-clamp: 3;
    }

    .draw-item-card--full-width .draw-item-spec-grid[b-pt0if23kfq] {
        gap: 0.8rem 1rem;
    }

    .draw-item-card--full-width .draw-item-spec-icon[b-pt0if23kfq] {
        width: 2.35rem;
        height: 2.35rem;
    }

    .draw-item-card--full-width .draw-item-spec-text strong[b-pt0if23kfq] {
        font-size: 0.9rem;
    }

    .draw-item-card--full-width .draw-item-pricing-row strong[b-pt0if23kfq] {
        font-size: 1.65rem;
    }

    .draw-item-card--full-width .draw-item-button[b-pt0if23kfq] {
        min-width: 8.5rem;
        padding: 0.65rem 1.2rem;
        font-size: 0.88rem;
    }
}

@media (max-width: 767.98px) {
    .draw-item-media[b-pt0if23kfq] {
        min-height: 180px;
        padding: 0.85rem;
    }

    .draw-item-image[b-pt0if23kfq] {
        height: 150px;
    }

    .draw-item-content[b-pt0if23kfq] {
        padding: 0.75rem 0.8rem 0.85rem;
    }

    .draw-item-spec-grid[b-pt0if23kfq] {
        grid-template-columns: 1fr;
    }

    .draw-item-footer[b-pt0if23kfq] {
        flex-direction: column;
        align-items: stretch;
    }

    .draw-item-button[b-pt0if23kfq] {
        width: 100%;
    }
}
/* /Components/Layout/DesktopHeader.razor.rz.scp.css */
.desktop-header-shell[b-piodp3e2kw] {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}
/* /Components/Layout/LoginForm.razor.rz.scp.css */
.navbar-toggler[b-g9f6z8kkyq] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-g9f6z8kkyq] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-g9f6z8kkyq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-g9f6z8kkyq] {
    font-size: 1.1rem;
}

.bi[b-g9f6z8kkyq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-g9f6z8kkyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-g9f6z8kkyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-g9f6z8kkyq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-g9f6z8kkyq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g9f6z8kkyq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g9f6z8kkyq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g9f6z8kkyq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-g9f6z8kkyq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-g9f6z8kkyq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-g9f6z8kkyq] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-g9f6z8kkyq] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g9f6z8kkyq] {
        display: none;
    }

    .nav-scrollable[b-g9f6z8kkyq] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-y73msnhnk4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.site-content-container[b-y73msnhnk4] {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

main[b-y73msnhnk4] {
    flex: 1;
}

.sidebar[b-y73msnhnk4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-y73msnhnk4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-y73msnhnk4]  a, .top-row[b-y73msnhnk4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-y73msnhnk4]  a:hover, .top-row[b-y73msnhnk4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y73msnhnk4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-y73msnhnk4] {
        justify-content: space-between;
    }

    .top-row[b-y73msnhnk4]  a, .top-row[b-y73msnhnk4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-y73msnhnk4] {
        flex-direction: row;
    }

    .sidebar[b-y73msnhnk4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y73msnhnk4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-y73msnhnk4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-y73msnhnk4], article[b-y73msnhnk4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-y73msnhnk4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-y73msnhnk4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MarketingBannerCarousel.razor.rz.scp.css */
/* =========================================================
   ECN marketing banner
   Shared structure for Blazor banners and WebForms previews
   ========================================================= */

.ecnb[b-5amrb8spww],
.ecnb *[b-5amrb8spww] {
    box-sizing: border-box;
}

.ecnb[b-5amrb8spww] {
    /* Default values are also the ECN Blue theme. */
    --ecnb-bg-start: #003a63;
    --ecnb-bg-end: #00558f;
    --ecnb-glow-rgb: 52, 157, 219;
    --ecnb-accent: #349ddb;
    --ecnb-accent-bright: #6fc5f2;
    --ecnb-accent-hover: #55b4e8;
    --ecnb-text: #c4e2f3;
    --ecnb-body-text: #d8ecf7;
    --ecnb-muted: #91b8d0;
    --ecnb-image-background: #073b5d;
    --ecnb-button-text: #ffffff;
    position: relative;
    width: 100%;
    margin: 0 0 12px;
    overflow: hidden;
    color: var(--ecnb-text);
    text-align: left;
    font-family: "Inter", "Ubuntu Condensed", Helvetica, Arial, sans-serif;
    background: radial-gradient( 120% 80% at 100% 0%, rgba(var(--ecnb-glow-rgb), 0.13), transparent 50% ), linear-gradient( 135deg, var(--ecnb-bg-start) 0%, var(--ecnb-bg-end) 55% );
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 3px solid var(--ecnb-accent);
    box-shadow: 0 4px 14px -6px rgba(0, 0, 0, 0.45);
}

.ecnb-inner[b-5amrb8spww] {
    display: flex;
    min-height: 270px;
    gap: 22px;
    padding: 16px 22px;
}

.ecnb-left[b-5amrb8spww] {
    display: flex;
    flex: 2.75 1 0;
    flex-direction: column;
    min-width: 0;
}

.ecnb-right[b-5amrb8spww] {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    min-width: 0;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.ecnb-meta[b-5amrb8spww] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 8px;
}

.ecnb-cat[b-5amrb8spww] {
    padding: 3px 8px;
    color: var(--ecnb-accent-bright);
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 1px solid var(--ecnb-accent-bright);
    border-radius: 999px;
}

.ecnb-sale[b-5amrb8spww] {
    color: var(--ecnb-muted);
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ecnb-title[b-5amrb8spww] {
    margin: 0 0 4px;
    color: #ffffff;
    font-family: "Inter", "Ubuntu Condensed", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
}

.ecnb-sub[b-5amrb8spww] {
    margin: 0 0 10px;
    color: var(--ecnb-text);
    font-size: 13px;
    line-height: 1.35;
}

.ecnb-images[b-5amrb8spww] {
    display: flex;
    flex: 0 0 150px;
    gap: 8px;
    height: 150px;
    min-height: 150px;
    margin-top: auto;
    margin-bottom: 10px;
}

    .ecnb-images a[b-5amrb8spww] {
        position: relative;
        display: block;
        flex: 1 1 0;
        min-width: 0;
        height: 100%;
        overflow: hidden;
        background: var(--ecnb-image-background);
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 6px;
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

        .ecnb-images a:hover[b-5amrb8spww],
        .ecnb-images a:focus-visible[b-5amrb8spww] {
            z-index: 1;
            border-color: var(--ecnb-accent-bright);
            box-shadow: 0 6px 18px -6px rgba(0, 0, 0, 0.5);
            outline: none;
            transform: scale(1.03);
        }

    .ecnb-images img[b-5amrb8spww] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.ecnb--single .ecnb-images[b-5amrb8spww] {
    display: block;
    flex-basis: 120px;
    height: 120px;
    min-height: 120px;
}

    .ecnb--single .ecnb-images a[b-5amrb8spww] {
        width: 100%;
    }

.ecnb-images--empty[b-5amrb8spww] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--ecnb-image-background);
    border: 1px dashed rgba(255, 255, 255, 0.22);
    border-radius: 6px;
}

.ecnb-image-empty[b-5amrb8spww] {
    padding: 12px;
    color: var(--ecnb-muted);
    font-size: 13px;
    text-align: center;
}

.ecnb-closes[b-5amrb8spww] {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 8px;
}

.ecnb-cl-label[b-5amrb8spww] {
    color: var(--ecnb-muted);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ecnb-cl-date[b-5amrb8spww] {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.ecnb-cl-time[b-5amrb8spww] {
    color: var(--ecnb-text);
    font-size: 13px;
}

.ecnb-r-label[b-5amrb8spww] {
    margin-bottom: 8px;
    color: var(--ecnb-accent-bright);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.ecnb-r-body[b-5amrb8spww] {
    flex: 1 1 auto;
    margin: 0;
    color: var(--ecnb-body-text);
    font-size: 14px;
    line-height: 1.5;
}

    .ecnb-r-body strong[b-5amrb8spww] {
        color: #ffffff;
    }

.ecnb-cta[b-5amrb8spww] {
    display: inline-block;
    align-self: flex-start;
    margin-top: 14px;
    padding: 11px 22px;
    color: var(--ecnb-button-text);
    white-space: nowrap;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: var(--ecnb-accent);
    border-radius: 6px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

    .ecnb-cta:hover[b-5amrb8spww],
    .ecnb-cta:focus-visible[b-5amrb8spww] {
        color: var(--ecnb-button-text);
        text-decoration: none;
        background: var(--ecnb-accent-hover);
        outline: none;
        transform: translateY(-1px);
    }

/* =========================================================
   Theme: ECN Blue
   Primary ECN corporate blue
   ========================================================= */

.ecnb.ecn-blue[b-5amrb8spww] {
    --ecnb-bg-start: #003a63;
    --ecnb-bg-end: #00558f;
    --ecnb-glow-rgb: 52, 157, 219;
    --ecnb-accent: #349ddb;
    --ecnb-accent-bright: #6fc5f2;
    --ecnb-accent-hover: #55b4e8;
    --ecnb-text: #c4e2f3;
    --ecnb-body-text: #d8ecf7;
    --ecnb-muted: #91b8d0;
    --ecnb-image-background: #073b5d;
    --ecnb-button-text: #ffffff;
}

/* =========================================================
   Theme: ECN Dark
   Neutral charcoal with ECN blue highlights
   ========================================================= */

.ecnb.ecn-dark[b-5amrb8spww] {
    --ecnb-bg-start: #111820;
    --ecnb-bg-end: #242e38;
    --ecnb-glow-rgb: 4, 107, 183;
    --ecnb-accent: #046bb7;
    --ecnb-accent-bright: #4da8da;
    --ecnb-accent-hover: #2083c7;
    --ecnb-text: #b9c6d0;
    --ecnb-body-text: #d2dbe2;
    --ecnb-muted: #8495a2;
    --ecnb-image-background: #19232c;
    --ecnb-button-text: #ffffff;
}

/* =========================================================
   Theme: Heritage Navy & Red
   Based on the existing ECN heritage standing banner
   ========================================================= */

.ecnb.ecn-heritage[b-5amrb8spww] {
    --ecnb-bg-start: #001a2e;
    --ecnb-bg-end: #002f50;
    --ecnb-glow-rgb: 221, 40, 47;
    --ecnb-accent: #dd282f;
    --ecnb-accent-bright: #ef555b;
    --ecnb-accent-hover: #b41e24;
    --ecnb-text: #c7d2dc;
    --ecnb-body-text: #e0e6eb;
    --ecnb-muted: #899eaf;
    --ecnb-image-background: #001a2e;
    --ecnb-button-text: #ffffff;
}

/* =========================================================
   Theme: Warm Timber / Amber
   Existing home renovation and hardware combination
   ========================================================= */

.ecnb.ecn-timber[b-5amrb8spww] {
    --ecnb-bg-start: #221a11;
    --ecnb-bg-end: #3a2a18;
    --ecnb-glow-rgb: 224, 138, 60;
    --ecnb-accent: #c4712a;
    --ecnb-accent-bright: #e08a3c;
    --ecnb-accent-hover: #e08a3c;
    --ecnb-text: #c6b29a;
    --ecnb-body-text: #dcc9b2;
    --ecnb-muted: #9c8a72;
    --ecnb-image-background: #2c2317;
    --ecnb-button-text: #fbf1e4;
}

/* =========================================================
   Theme: Steel Blue
   Existing vehicle, plant and government asset combination
   ========================================================= */

.ecnb.ecn-steel[b-5amrb8spww] {
    --ecnb-bg-start: #0f1b2d;
    --ecnb-bg-end: #1a2b47;
    --ecnb-glow-rgb: 77, 168, 218;
    --ecnb-accent: #4da8da;
    --ecnb-accent-bright: #4da8da;
    --ecnb-accent-hover: #6fbde8;
    --ecnb-text: #b0c2d4;
    --ecnb-body-text: #c8d6e4;
    --ecnb-muted: #8aa0b8;
    --ecnb-image-background: #1a2632;
    --ecnb-button-text: #0f1b2d;
}

/* =========================================================
   Theme: Purple / Violet
   Existing audio visual and lighting combination
   ========================================================= */

.ecnb.ecn-purple[b-5amrb8spww] {
    --ecnb-bg-start: #1a1230;
    --ecnb-bg-end: #2a1e4a;
    --ecnb-glow-rgb: 139, 92, 246;
    --ecnb-accent: #6d4ab8;
    --ecnb-accent-bright: #9b7be8;
    --ecnb-accent-hover: #8158d0;
    --ecnb-text: #bdb0d8;
    --ecnb-body-text: #d2c8e6;
    --ecnb-muted: #9488b0;
    --ecnb-image-background: #241a3d;
    --ecnb-button-text: #f3eeff;
}

/* =========================================================
   Theme: Industrial Dark / Crimson
   Existing machinery and workshop combination
   ========================================================= */

.ecnb.ecn-industrial[b-5amrb8spww] {
    --ecnb-bg-start: #1a1a1a;
    --ecnb-bg-end: #2a2a2a;
    --ecnb-glow-rgb: 230, 57, 70;
    --ecnb-accent: #e63946;
    --ecnb-accent-bright: #e63946;
    --ecnb-accent-hover: #f05561;
    --ecnb-text: #b8b8b8;
    --ecnb-body-text: #cfcfcf;
    --ecnb-muted: #8c8c8c;
    --ecnb-image-background: #232323;
    --ecnb-button-text: #ffffff;
}

/* =========================================================
   Theme: Navy & Gold
   Existing estate and premium contents combination
   ========================================================= */

.ecnb.ecn-gold[b-5amrb8spww] {
    --ecnb-bg-start: #0a1f44;
    --ecnb-bg-end: #112759;
    --ecnb-glow-rgb: 212, 175, 55;
    --ecnb-accent: #d4af37;
    --ecnb-accent-bright: #d4af37;
    --ecnb-accent-hover: #e0c04d;
    --ecnb-text: #b0bdd4;
    --ecnb-body-text: #c8cfe0;
    --ecnb-muted: #8a93ad;
    --ecnb-image-background: #112347;
    --ecnb-button-text: #0a1f44;
}

/* =========================================================
   Responsive layout
   ========================================================= */

@media (max-width: 760px) {
    .ecnb-inner[b-5amrb8spww] {
        flex-direction: column;
        min-height: 0;
        gap: 14px;
        padding: 14px 16px;
    }

    .ecnb-left[b-5amrb8spww],
    .ecnb-right[b-5amrb8spww] {
        flex: none;
    }

    .ecnb-right[b-5amrb8spww] {
        padding-top: 14px;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 0;
    }

    .ecnb-title[b-5amrb8spww] {
        font-size: 22px;
    }

    .ecnb-images[b-5amrb8spww] {
        flex-basis: 140px;
        height: 140px;
        min-height: 140px;
    }

    .ecnb--single .ecnb-images[b-5amrb8spww] {
        flex-basis: 160px;
        height: 160px;
        min-height: 160px;
    }

    .ecnb-cta[b-5amrb8spww] {
        align-self: stretch;
        width: 100%;
        padding: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ecnb-images a[b-5amrb8spww],
    .ecnb-cta[b-5amrb8spww] {
        transition: none;
    }
}

.ecn-marketing-navigation[b-5amrb8spww] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
    margin: 10px 0 14px;
}

.ecn-marketing-number[b-5amrb8spww] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    color: #4c4c46;
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background: #ffffff;
    border: 1px solid #b9b9ae;
    border-radius: 5px;
    cursor: pointer;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

    .ecn-marketing-number:hover[b-5amrb8spww] {
        color: #04538c;
        background: #f3f8fc;
        border-color: #04538c;
    }

    .ecn-marketing-number:focus-visible[b-5amrb8spww] {
        color: #04538c;
        border-color: #04538c;
        outline: 3px solid rgba(4, 83, 140, 0.22);
        outline-offset: 2px;
    }

    .ecn-marketing-number.is-active[b-5amrb8spww] {
        color: #ffffff;
        background: #04538c;
        border-color: #04538c;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
        transform: translateY(-1px);
    }

@media (max-width: 480px) {
    .ecn-marketing-navigation[b-5amrb8spww] {
        gap: 5px;
    }

    .ecn-marketing-number[b-5amrb8spww] {
        min-width: 32px;
        height: 32px;
        padding: 0 8px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ecn-marketing-number[b-5amrb8spww] {
        transition: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ih1inu0h6l],
.components-reconnect-repeated-attempt-visible[b-ih1inu0h6l],
.components-reconnect-failed-visible[b-ih1inu0h6l],
.components-pause-visible[b-ih1inu0h6l],
.components-resume-failed-visible[b-ih1inu0h6l],
.components-rejoining-animation[b-ih1inu0h6l] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-retrying[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-failed[b-ih1inu0h6l],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ih1inu0h6l] {
    display: block;
}


#components-reconnect-modal[b-ih1inu0h6l] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ih1inu0h6l 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ih1inu0h6l 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ih1inu0h6l 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ih1inu0h6l]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ih1inu0h6l 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ih1inu0h6l {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ih1inu0h6l {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ih1inu0h6l {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ih1inu0h6l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ih1inu0h6l] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ih1inu0h6l] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ih1inu0h6l] {
        background-color: #3b6ea2;
    }

.components-rejoining-animation[b-ih1inu0h6l] {
    display: flex;
    gap: 0.5rem;
}

    .components-rejoining-animation > div[b-ih1inu0h6l] {
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background-color: #6b9ed2;
        animation: components-rejoining-animation-bounce-b-ih1inu0h6l 1s infinite ease-in-out;
    }

        .components-rejoining-animation > div:nth-child(2)[b-ih1inu0h6l] {
            animation-delay: 0.2s;
        }

@keyframes components-rejoining-animation-bounce-b-ih1inu0h6l {
    0%, 80%, 100% {
        transform: scale(0.7);
    }

    40% {
        transform: scale(1);
    }
}
/* /Components/Pages/Bookings.razor.rz.scp.css */
.loading[b-qgasv6471o] {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.loading[b-qgasv6471o]:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

.loading:not(:required)[b-qgasv6471o] {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required)[b-qgasv6471o]:after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    animation: spinner-b-qgasv6471o 150ms infinite linear;
    border-radius: 0.5em;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
                rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
                rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
                rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
                rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
                rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
                rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
                rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

@keyframes spinner-b-qgasv6471o {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
