@import '_content/Blazor.Toast/Blazor.Toast.ipgeq7ez3i.bundle.scp.css';
@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Components/Shared/ActionRow.razor.rz.scp.css */
.table-menu[b-cwbbotazix] {
    display: none;
    border: 1px solid #312f2f;
    border-radius: var(--vz-border-radius) !important;
}


tr:hover td .table-menu[b-cwbbotazix], tr:hover th .table-menu[b-cwbbotazix] {
    display: inline;
    float: left;
    right: 20px;
    position: absolute;
}


.table-menu-active[b-cwbbotazix] {
    display: inline;
    float: right;
}

.table[b-cwbbotazix] {
    position: relative;
}
/* /Components/Shared/UploadImage.razor.rz.scp.css */
/* ================================================================
   UploadImage — scoped styles
 ================================================================ */

.up-wrap[b-pxqs5hrvti] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

/* ---- Image box ---- */
.up-box[b-pxqs5hrvti] {
    position: relative;
    width: 160px;
    height: 160px;
    overflow: hidden;
    /*border: 2px solid var(--border, #e1dfdd);*/
    border-radius: 10px;
    background: #f8f7f6;
    cursor: pointer;
    transition: border-color 0.18s, box-shadow 0.18s;
}

.up-box:hover[b-pxqs5hrvti] {
    border-color: var(--blue, #0078d4);
    box-shadow: 0 0 0 3px rgba(0, 120, 212, 0.12);
}

/* ---- Image itself ---- */
.up-img[b-pxqs5hrvti] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: filter 0.18s;
}

.up-box:hover .up-img[b-pxqs5hrvti] {
    filter: brightness(0.88);
}

/* ---- Empty state ---- */
.up-empty[b-pxqs5hrvti] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #aba9a8;
    pointer-events: none;
    user-select: none;
}

.up-empty-icon[b-pxqs5hrvti] {
    font-size: 30px;
    line-height: 1;
}

.up-empty-text[b-pxqs5hrvti] {
    font-size: 11px;
    letter-spacing: 0.3px;
}

/* ---- Camera button (always visible, bottom-right) ---- */
.up-camera-btn[b-pxqs5hrvti] {
    position: absolute;
    bottom: 7px;
    right: 7px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--blue, #0078d4);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
    transition: background 0.15s, transform 0.15s;
    z-index: 2;
    border: 2px solid #fff;
}

.up-camera-btn:hover[b-pxqs5hrvti] {
    background: var(--blue-dk, #106ebe);
    transform: scale(1.08);
}

/* ---- Loading overlay ---- */
.up-overlay-loading[b-pxqs5hrvti] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    border-radius: inherit;
}

/* ---- Hint text below the box ---- */
.up-hint[b-pxqs5hrvti] {
    font-size: 11px;
    color: #8a8886;
    text-align: center;
    line-height: 1.4;
}

.up-hint-file[b-pxqs5hrvti] {
    color: #107c10;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
}

.up-hint-check[b-pxqs5hrvti] {
    font-size: 12px;
    flex-shrink: 0;
}
