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

/* /Components/Pages/Journal/ChecklistItemRow.razor.rz.scp.css */
.cl-item[b-wh1ekhmpqw] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.3rem 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.cl-item.cl-done[b-wh1ekhmpqw] {
    opacity: 0.45;
}

.cl-item.cl-done .cl-content[b-wh1ekhmpqw] {
    text-decoration: line-through;
}

.cl-check[b-wh1ekhmpqw] {
    flex-shrink: 0;
    width: 1.1rem;
    height: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    border-radius: 0.25rem;
    background: transparent;
    cursor: pointer;
    user-select: none;
    font-size: 0.75rem;
    color: transparent;
    transition: border-color 0.15s, background 0.15s, color 0.15s;
    padding: 0;
}

.cl-check:hover[b-wh1ekhmpqw] {
    border-color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.6);
}

.cl-item.cl-done .cl-check[b-wh1ekhmpqw] {
    border-color: rgba(134, 239, 172, 0.7);
    background: rgba(134, 239, 172, 0.18);
    color: rgba(134, 239, 172, 1);
}

.cl-item.cl-inprocess-active[b-wh1ekhmpqw] {
    color: rgba(251, 191, 36, 0.95);
    border-left-color: rgba(251, 191, 36, 0.5);
}

.cl-item.cl-inprocess-active .cl-content[b-wh1ekhmpqw] {
    color: rgba(251, 191, 36, 0.95);
}

.cl-content[b-wh1ekhmpqw] {
    flex: 1;
}
.cl-menu-wrap[b-wh1ekhmpqw] {
    position: relative;
    flex-shrink: 0;
    margin-left: auto;
}

.cl-clickaway[b-wh1ekhmpqw] {
    position: fixed;
    inset: 0;
    z-index: 100;
}

.cl-menu-toggle[b-wh1ekhmpqw] {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    padding: 0 0.3rem;
    font-size: 1.1rem;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.15s, color 0.15s;
}

.cl-item:hover .cl-menu-toggle[b-wh1ekhmpqw],
.cl-menu-toggle:focus[b-wh1ekhmpqw] {
    opacity: 1;
}

.cl-menu-toggle:hover[b-wh1ekhmpqw] {
    color: white;
}

.cl-dropdown[b-wh1ekhmpqw] {
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    background: #1e2a45;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
    z-index: 200;
    min-width: 130px;
    overflow: hidden;
}

.cl-dropdown-item[b-wh1ekhmpqw] {
    display: block;
    width: 100%;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    padding: 0.45rem 0.85rem;
    font-size: 0.82rem;
    text-align: left;
    white-space: nowrap;
    transition: background 0.12s, color 0.12s;
}

.cl-dropdown-item:hover:not(:disabled)[b-wh1ekhmpqw] {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.cl-dropdown-item:disabled[b-wh1ekhmpqw],
.cl-dropdown-item.cl-disabled[b-wh1ekhmpqw] {
    opacity: 0.3;
    cursor: default;
}

.cl-dropdown-item.cl-active[b-wh1ekhmpqw] {
    color: rgba(251, 191, 36, 0.9);
}

.cl-dropdown-item.cl-danger:hover:not(:disabled)[b-wh1ekhmpqw] {
    background: rgba(239, 68, 68, 0.12);
    color: rgba(239, 68, 68, 0.85);
}
