@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/ImageComparisonSlider.razor.rz.scp.css */
.img-comparison[b-jrhqlzwnpu] {
    position: relative;
    display: block;
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #eee;
    margin-top: 5px;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    cursor: ew-resize;
}

/* The "before" image sits in normal flow and sets the container height */
.before-img[b-jrhqlzwnpu] {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}

/* The "after" image is full-size and stationary; clip-path reveals only the left portion */
.after-img[b-jrhqlzwnpu] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

/* Divider line + circular handle */
.img-comparison-divider[b-jrhqlzwnpu] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: white;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 3;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.divider-handle[b-jrhqlzwnpu] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 0.9rem;
    color: #555;
    pointer-events: none;
}

.handle-arrow[b-jrhqlzwnpu] {
    font-size: 1.1rem;
    line-height: 1;
    color: #444;
}

/* Corner labels */
.img-label[b-jrhqlzwnpu] {
    position: absolute;
    top: 8px;
    font-size: 0.7rem;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2px 7px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 3;
    letter-spacing: 0.03em;
}

.label-after[b-jrhqlzwnpu] {
    right: 8px;
}

.label-before[b-jrhqlzwnpu] {
    left: 8px;
}

/* Transparent full-cover range input is the drag target */
.img-comparison-range[b-jrhqlzwnpu] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 4;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
}
/* /Layout/HeaderComponent.razor.rz.scp.css */
.header-component[b-r3ni9tfci7] {
    padding-top: 32px;
    padding-bottom: 16px;
}

.h-full[b-r3ni9tfci7] {
    height: 100%;
    max-height:200px;
}
/* /Layout/IntakeFormLayout.razor.rz.scp.css */
/* ── Page shell ── */
.intake-vv-page[b-1c67m93h9b] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

/* ── Background image ── */
.intake-vv-bg-pattern[b-1c67m93h9b] {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url('/images/VirtualVicBackground.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ── Header ── */
.intake-vv-header[b-1c67m93h9b] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 18px 20px 12px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    border-bottom: 1px solid rgba(112, 173, 71, 0.18);
}

.intake-vv-logo[b-1c67m93h9b] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(27, 76, 5, 0.15);
}

.intake-vv-name[b-1c67m93h9b] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1b4c05;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.intake-vv-tagline[b-1c67m93h9b] {
    font-size: 0.8rem;
    color: #70AD47;
    font-weight: 500;
}

/* ── Body ── */
.intake-vv-body[b-1c67m93h9b] {
    position: relative;
    z-index: 1;
    flex: 1;
}

/* ── Content card ── */
.intake-vv-card[b-1c67m93h9b] {
    max-width: 760px;
    width: 95%;
    margin: 24px auto 28px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 40px rgba(27, 76, 5, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* ── Footer ── */
.intake-vv-footer[b-1c67m93h9b] {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 14px 20px;
    font-size: 0.78rem;
    color: #aaa;
    letter-spacing: 0.3px;
}
/* /Layout/LoginLayout.razor.rz.scp.css */
body[b-qnqee0rcos] {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.desktop-sidebar[b-qnqee0rcos] {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: var(--bs-primary) !important;
    padding: 1rem;
    z-index: 1000;
}

    .desktop-sidebar .logo[b-qnqee0rcos] {
        padding-bottom: 20px;
        padding-left: 20px;
    }

    .desktop-sidebar .client-name[b-qnqee0rcos], .desktop-sidebar .broker-name[b-qnqee0rcos] {
        font-size: 1.10rem;
        color: #ffffff;
        overflow: clip;
    }

    .desktop-sidebar .nav-menu[b-qnqee0rcos] {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .desktop-sidebar .nav-menu > li[b-qnqee0rcos] {
            margin-bottom: 0.5rem;
        }

    .desktop-sidebar .nav-link[b-qnqee0rcos] {
        display: block;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
        background-color: var(--bs-primary);
        border-radius: 0.5rem;
        transition: background-color 0.3s;
    }

        .desktop-sidebar .nav-link:hover[b-qnqee0rcos] {
            background-color: #fff;
            color: var(--bs-primary);
        }

    .desktop-sidebar .submenu[b-qnqee0rcos] {
        list-style: none;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        margin: 0;
    }

    .desktop-sidebar .submenu-link[b-qnqee0rcos] {
        display: block;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        text-decoration: none;
        font-weight: bold;
        color: #fff;
        background-color: var(--bs-primary);
        border-radius: 0.5rem;
        transition: background-color 0.3s;
    }

        .desktop-sidebar .submenu-link:hover[b-qnqee0rcos] {
            background-color: #fff;
            color: var(--bs-primary);
        }


.header[b-qnqee0rcos] {
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.25rem;
    background-color: #e9ecef;
    z-index: 900;
}

.alert-div[b-qnqee0rcos] {
    background-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
    text-align: center;
    padding: 0.5rem;
    /*margin-top: 70px;*/
    width: 100%;
    z-index: 800;
}

.header-offline[b-qnqee0rcos] {
    background-color: var(--bs-danger) !important;
    color: var(--bs-white) !important;
    text-align: center;
    font-size: 0.9rem;
    padding: 0;
    width: 50%;
    z-index: 9010 !important;
    top: 0px !important;
    left: 25% !important;
    position: fixed;
    margin: auto;
    opacity: 0.5;
}


.content[b-qnqee0rcos] {
    margin-left: 250px;
    margin-top: 100px; /* Reserve space for header */
    padding: 1rem;
    flex: 1;
    overflow-y: auto;
}

.mobile-footer[b-qnqee0rcos] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    background-color: var(--bs-primary) !important;
    display: none;
    justify-content: space-around;
    padding: 0.5rem 0;
}

    .mobile-footer .btn[b-qnqee0rcos] {
        flex: 1;
        text-align: center;
        background-color: var(--bs-primary) !important;
        color: var(--bs-white) !important;
    }

.mobile-nav-list[b-qnqee0rcos] {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2rem;
    z-index: 1050;
    overflow-y: auto;
}

    .mobile-nav-list .close[b-qnqee0rcos] {
        text-align: right;
        margin-bottom: 1rem;
    }


    .mobile-nav-list .submenu[b-qnqee0rcos] {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .mobile-nav-list .submenu .btn-outline-primary[b-qnqee0rcos] {
            background-color: #ffffff;
            padding-left: 0;
            margin: 0;
        }


@media (max-width: 992px) {
    .desktop-sidebar[b-qnqee0rcos] {
        display: none;
    }

    .header[b-qnqee0rcos] {
        left: 0;
        width: 100%;
    }

    .mobile-footer[b-qnqee0rcos] {
        display: flex;
    }

    .content[b-qnqee0rcos] {
        margin-left: 0;
        margin-top: 200px; /* Adjust for header height */
        padding-bottom: 60px; /* Reserve space for footer */
    }
}


.navbar-toggler[b-qnqee0rcos] {
    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-qnqee0rcos] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-qnqee0rcos] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qnqee0rcos] {
    font-size: 1.1rem;
}

.bi[b-qnqee0rcos] {
    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-qnqee0rcos] {
    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-qnqee0rcos] {
    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-qnqee0rcos] {
    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");
}

.bi-lock-nav-menu[b-qnqee0rcos] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-qnqee0rcos] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-qnqee0rcos] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-qnqee0rcos] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-qnqee0rcos] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-qnqee0rcos] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qnqee0rcos] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qnqee0rcos] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qnqee0rcos]  .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-qnqee0rcos]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-qnqee0rcos]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.nav-scrollable[b-qnqee0rcos] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qnqee0rcos] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qnqee0rcos] {
        display: none;
    }

    .nav-scrollable[b-qnqee0rcos] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-fqertg42y0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fqertg42y0] {
    flex: 1;
}

.sidebar[b-fqertg42y0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fqertg42y0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fqertg42y0]  a, .top-row[b-fqertg42y0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fqertg42y0]  a:hover, .top-row[b-fqertg42y0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fqertg42y0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fqertg42y0] {
        justify-content: space-between;
    }

    .top-row[b-fqertg42y0]  a, .top-row[b-fqertg42y0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fqertg42y0] {
        flex-direction: row;
    }

    .sidebar[b-fqertg42y0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fqertg42y0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fqertg42y0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fqertg42y0], article[b-fqertg42y0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mjki6q26m3] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-mjki6q26m3] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-mjki6q26m3] {
    font-size: 1.1rem;
}

.bi[b-mjki6q26m3] {
    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-mjki6q26m3] {
    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-mjki6q26m3] {
    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-mjki6q26m3] {
    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-mjki6q26m3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-mjki6q26m3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-mjki6q26m3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-mjki6q26m3]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-mjki6q26m3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-mjki6q26m3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-mjki6q26m3] {
        display: none;
    }

    .collapse[b-mjki6q26m3] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-mjki6q26m3] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/StaffLayout.razor.rz.scp.css */
/* StaffLayout.css */

.layout-container[b-0h4vjnt9tu] {
    display: flex;
    min-height: 100vh;
}

/* -------------------------------------- */
/* SIDEBAR BASE */
/* -------------------------------------- */
.sidebar[b-0h4vjnt9tu] {
    background-color: var(--bs-light);
    width: 60px;
    /* collapsed */
    transition: width 0.3s ease;
    z-index: 999;
    position: relative;
}

/* MUST be full height so hover area is the same as sidebar content box */
.sidebar-content[b-0h4vjnt9tu] {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: width 0.3s ease;
}

/* Expand whole sidebar only when INSIDE content is hovered */
.sidebar:has(.sidebar-content:hover)[b-0h4vjnt9tu],
.sidebar.sidebar-open[b-0h4vjnt9tu] {
    width: 240px;
}

/* -------------------------------------- */
/* LOGO BEHAVIOR */
/* -------------------------------------- */
.sidebar-header[b-0h4vjnt9tu] {
    height: 60px;
    overflow: hidden;
    flex-shrink: 0;
}

.sidebar-header .full-logo[b-0h4vjnt9tu] {
    display: none;
}

.sidebar-header .mobile-logo[b-0h4vjnt9tu] {
    display: block;
    padding-left: 10px;
}

.sidebar:has(.sidebar-content:hover) .sidebar-header .full-logo[b-0h4vjnt9tu],
.sidebar.sidebar-open .sidebar-header .full-logo[b-0h4vjnt9tu] {
    display: block;
}

.sidebar:has(.sidebar-content:hover) .sidebar-header .mobile-logo[b-0h4vjnt9tu],
.sidebar.sidebar-open .sidebar-header .mobile-logo[b-0h4vjnt9tu] {
    display: none;
}

.logo[b-0h4vjnt9tu] {
    width: 40px;
    min-width: 40px;
    opacity: 0.7;
    margin: 0.5rem auto;
    padding: 5px;
    transition: all 0.3s ease;
}

.sidebar:has(.sidebar-content:hover) .logo[b-0h4vjnt9tu],
.sidebar.sidebar-open .logo[b-0h4vjnt9tu] {
    width: 150px;
    min-width: 150px;
    opacity: 1;
    margin: 0 auto 1rem auto;
    padding: 10px;
}

/* -------------------------------------- */
/* NAV LINKS */
/* -------------------------------------- */
.sidebar .nav-link[b-0h4vjnt9tu] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 0.45rem;
    text-align: left;
    background-color: var(--bs-light);
    color: rgb(55 65 81 / 1);
    transition: all 0.3s ease;
    font-weight: 500;
    white-space: nowrap;
}

/* Expanded spacing and alignment */
.sidebar:has(.sidebar-content:hover) .nav-link[b-0h4vjnt9tu],
.sidebar.sidebar-open .nav-link[b-0h4vjnt9tu] {
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 0.45rem 1rem;
}

/* Hover colors */
.sidebar .nav-link:hover[b-0h4vjnt9tu],
.sidebar .nav-link:focus[b-0h4vjnt9tu] {
    background-color: var(--bs-primary);
    color: white;
}

/* -------------------------------------- */
/* CIRCLE ICON */
/* -------------------------------------- */
.circle-icon[b-0h4vjnt9tu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--bs-gray-300);
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.2s ease;
}

.nav-link:hover .circle-icon[b-0h4vjnt9tu],
.nav-link:focus .circle-icon[b-0h4vjnt9tu] {
    background-color: #fff !important;
    color: var(--bs-primary) !important;
    border: 1px solid var(--bs-primary) !important;
}

/* Ensure the INNER <i> turns the correct color too */
.nav-link:hover .circle-icon i[b-0h4vjnt9tu],
.nav-link:focus .circle-icon i[b-0h4vjnt9tu] {
    color: #fff !important;
    background-color: var(--bs-primary) !important;
}

/* Expand state highlights icon colors */
.sidebar:has(.sidebar-content:hover) .circle-icon[b-0h4vjnt9tu],
.sidebar.sidebar-open .circle-icon[b-0h4vjnt9tu] {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
}

/* -------------------------------------- */
/* VISIBILITY TOGGLES (Text, Search, Gallery) */
/* -------------------------------------- */
/* 1. HIDE items when Sidebar is Compact (Default / Not Hovered) */
/* We use !important to ensure these are absolutely hidden in the small view */
.sidebar:not(:has(.sidebar-content:hover)):not(.sidebar-open) .link-text[b-0h4vjnt9tu],
.sidebar:not(:has(.sidebar-content:hover)):not(.sidebar-open) .search-item[b-0h4vjnt9tu],
.sidebar:not(:has(.sidebar-content:hover)):not(.sidebar-open) .fa-chevron-down[b-0h4vjnt9tu],
.sidebar:not(:has(.sidebar-content:hover)):not(.sidebar-open) .collapse[b-0h4vjnt9tu],
.sidebar:not(:has(.sidebar-content:hover)):not(.sidebar-open) .collapsing[b-0h4vjnt9tu] {
    display: none !important;
}

/* 2. SHOW items when Sidebar is Expanded (Hovered) */
.sidebar:has(.sidebar-content:hover) .link-text[b-0h4vjnt9tu],
.sidebar.sidebar-open .link-text[b-0h4vjnt9tu],
.sidebar:has(.sidebar-content:hover) .search-item[b-0h4vjnt9tu],
.sidebar.sidebar-open .search-item[b-0h4vjnt9tu] {
    display: inline-flex;
}

.sidebar:has(.sidebar-content:hover) .fa-chevron-down[b-0h4vjnt9tu],
.sidebar.sidebar-open .fa-chevron-down[b-0h4vjnt9tu] {
    display: block;
}

/* -------------------------------------- */
/* GALLERY STYLES (Copied & Adapted) */
/* -------------------------------------- */

/* Gallery Container - 3 Column Grid */
.gallery-grid[b-0h4vjnt9tu] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 images per row */
    gap: 8px;
    padding: 10px 15px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

/* Individual Thumbnail Link */
.gallery-thumb[b-0h4vjnt9tu] {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    /* Keeps it square */
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
    /* Placeholder for border */
    transition: transform 0.2s;
}

.gallery-thumb:hover[b-0h4vjnt9tu] {
    transform: scale(1.05);
    z-index: 2;
}

.gallery-thumb img[b-0h4vjnt9tu] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 1. Green Border for edited photos */
.gallery-thumb.edited-photo[b-0h4vjnt9tu] {
    border-color: #198754;
    /* Bootstrap Success Green */
}

/* 2. Small Green Dot indicator */
.edited-indicator[b-0h4vjnt9tu] {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 8px;
    height: 8px;
    background-color: #198754;
    border-radius: 50%;
    border: 1px solid white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* -------------------------------------- */
/* MAIN CONTENT */
/* -------------------------------------- */
.main-content[b-0h4vjnt9tu] {
    flex-grow: 1;
    min-width: 0;
    /* prevent flex item from overflowing layout-container */
    overflow-x: hidden;
    padding: 1.5rem;
}

/* -------------------------------------- */
/* MOBILE */
/* -------------------------------------- */
@media (max-width: 768px) {
    .layout-container[b-0h4vjnt9tu] {
        flex-direction: column;
    }

    .sidebar[b-0h4vjnt9tu] {
        width: 100% !important;
        border-bottom: 1px solid #ddd;
    }

    .mobile-menu[b-0h4vjnt9tu] {
        display: block;
    }

    .desktop-menu[b-0h4vjnt9tu] {
        display: none;
    }
}

@media (min-width: 769px) {
    .mobile-menu[b-0h4vjnt9tu] {
        display: none;
    }
}

/* -------------------------------------- */
/* ADMIN AREA STYLES (Green Theme)        */
/* -------------------------------------- */
.admin-header-container[b-0h4vjnt9tu] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    white-space: nowrap;
}

.admin-title[b-0h4vjnt9tu] {
    font-size: 0.70em;
    letter-spacing: 1.5px;

    font-weight: bold;
    text-transform: uppercase;
}

.admin-hr[b-0h4vjnt9tu] {
    border-color: #198754;
    opacity: 0.3;
}

/* Base style for Admin links */
.admin-nav-item .nav-link[b-0h4vjnt9tu] {
    border-left: 3px solid transparent;
}

/* Hover effect: Light Green Tint */
.admin-nav-item .nav-link:hover[b-0h4vjnt9tu],
.admin-nav-item .nav-link:focus[b-0h4vjnt9tu] {
    background-color: rgba(25, 135, 84, 0.08);
    /* Light green tint */
    color: #0f5132;
    /* Darker forest green text */
    border-left: 3px solid #198754;
}

/* Unexpanded Admin Icons (Light Mint Base) */
.admin-nav-item .circle-icon[b-0h4vjnt9tu] {
    background-color: var(--bs-light);
    color: #198754;
}

.admin-nav-item .circle-icon i[b-0h4vjnt9tu] {
    color: inherit;
    background-color: transparent !important;
}

/* Hovered link icon behavior */
.admin-nav-item .nav-link:hover .circle-icon[b-0h4vjnt9tu],
.admin-nav-item .nav-link:focus .circle-icon[b-0h4vjnt9tu] {
    background-color: var(--bs-light);
    color: #fff !important;
    border: 1px solid #198754 !important;
}

/* Expanded sidebar behavior (Force solid green icons) */
.sidebar:has(.sidebar-content:hover) .admin-nav-item .circle-icon[b-0h4vjnt9tu],
.sidebar.sidebar-open .admin-nav-item .circle-icon[b-0h4vjnt9tu] {
    background-color: var(--bs-light);
    color: #fff !important;
}

/* Keep headers hidden when collapsed */
.sidebar:not(:has(.sidebar-content:hover)):not(.sidebar-open) .admin-title[b-0h4vjnt9tu],
.sidebar:not(:has(.sidebar-content:hover)):not(.sidebar-open) .admin-hr[b-0h4vjnt9tu] {
    display: none !important;
}
/* /Pages/Admin/AIPlatformPrompts.razor.rz.scp.css */
.group-chips-row[b-itk1g2kugh] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 8px 0 0;
}

.group-chip[b-itk1g2kugh] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    padding: 0.2rem 0.75rem;
    font-size: 0.78rem;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.group-chip:hover[b-itk1g2kugh] {
    background: #e9ecef;
    border-color: #ced4da;
}

.group-chip.active[b-itk1g2kugh] {
    background: #e7f1ff;
    border-color: #0d6efd;
    color: #0d6efd;
}

[b-itk1g2kugh] .group-chip-sep {
    font-size: 0.5rem;
    opacity: 0.5;
}

.group-chip-count[b-itk1g2kugh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 50px;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    background: #dee2e6;
    color: #495057;
}

.group-chip.active .group-chip-count[b-itk1g2kugh] {
    background: #0d6efd;
    color: #fff;
}

.prompt-sidebar-sticky[b-itk1g2kugh] {
    position: sticky;
    top: 1rem;
}
/* /Pages/Admin/Components/AddNewVariantsModal.razor.rz.scp.css */
.variant-draft-dialog[b-m43ekuih6o] {
    width: 98vw;
    max-width: 1900px;
    height: 94vh;
    margin: 3vh auto;
}

.variant-draft-dialog .modal-content[b-m43ekuih6o] {
    height: 100%;
}

.variant-draft-dialog .modal-body[b-m43ekuih6o] {
    overflow: hidden;
}

.variant-draft-layout[b-m43ekuih6o] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    height: 100%;
    min-height: 0;
}

.variant-draft-workspace[b-m43ekuih6o] {
    min-width: 0;
    overflow: auto;
}

.variant-wizard-layout[b-m43ekuih6o] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    height: 100%;
    min-height: 0;
}

.variant-wizard-main[b-m43ekuih6o] {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow-y: auto;
}

.wizard-progress[b-m43ekuih6o] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--bs-border-color);
    background: var(--bs-light);
}

.wizard-progress-step[b-m43ekuih6o] {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .55rem .75rem;
    border: 0;
    background: transparent;
    color: var(--bs-secondary-color);
    font-size: .8rem;
    text-align: left;
}

.wizard-progress-step span[b-m43ekuih6o] {
    display: grid;
    width: 1.65rem;
    height: 1.65rem;
    place-items: center;
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    font-weight: 700;
}

.wizard-progress-step.active[b-m43ekuih6o] {
    color: var(--bs-primary);
    font-weight: 700;
}

.wizard-progress-step.active span[b-m43ekuih6o],
.wizard-progress-step.complete span[b-m43ekuih6o] {
    border-color: var(--bs-primary);
    background: var(--bs-primary);
    color: var(--bs-white);
}

.wizard-question-panel[b-m43ekuih6o] {
    width: min(820px, 100%);
    margin: auto;
    padding: 2rem 2.5rem 1rem;
}

.wizard-step-heading h4[b-m43ekuih6o] {
    margin: .65rem 0 .35rem;
    font-size: 1.35rem;
}

.wizard-step-heading p[b-m43ekuih6o] {
    margin-bottom: 1.5rem;
    color: var(--bs-secondary-color);
}

.wizard-fields[b-m43ekuih6o] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.wizard-field[b-m43ekuih6o] {
    display: block;
}

.wizard-field-wide[b-m43ekuih6o] {
    grid-column: 1 / -1;
}

.wizard-field>span[b-m43ekuih6o] {
    display: block;
    margin-bottom: .15rem;
    font-size: .86rem;
    font-weight: 700;
}

.wizard-field small[b-m43ekuih6o] {
    display: block;
    min-height: 1.25rem;
    margin-bottom: .35rem;
    color: var(--bs-secondary-color);
}

.wizard-actions[b-m43ekuih6o] {
    display: flex;
    justify-content: space-between;
    width: min(820px, 100%);
    margin: auto auto 0;
    padding: 1.25rem 2.5rem 1.5rem;
}

.wizard-error[b-m43ekuih6o] {
    width: min(740px, calc(100% - 2rem));
    margin: 1rem auto 0;
    font-size: .82rem;
}

.wizard-summary[b-m43ekuih6o] {
    overflow-y: auto;
    padding: 1.25rem;
    border-left: 1px solid var(--bs-border-color);
    background: var(--bs-tertiary-bg);
}

.wizard-summary-heading h5[b-m43ekuih6o] {
    margin: .55rem 0 .25rem;
}

.wizard-summary-heading p[b-m43ekuih6o] {
    margin-bottom: 1rem;
    color: var(--bs-secondary-color);
    font-size: .8rem;
}

.summary-group[b-m43ekuih6o] {
    display: grid;
    width: 100%;
    gap: .2rem;
    margin-bottom: .65rem;
    padding: .75rem;
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    color: inherit;
    font-size: .76rem;
    text-align: left;
}

.summary-group:hover[b-m43ekuih6o] {
    border-color: var(--bs-primary);
}

.summary-group-heading[b-m43ekuih6o] {
    display: flex;
    justify-content: space-between;
    margin-bottom: .2rem;
    font-size: .82rem;
}

.summary-group>span:not(.summary-group-heading)[b-m43ekuih6o] {
    color: var(--bs-secondary-color);
}

.wizard-summary-note[b-m43ekuih6o] {
    display: flex;
    gap: .55rem;
    margin-top: 1rem;
    padding: .75rem;
    border-left: 3px solid var(--bs-primary);
    background: var(--bs-body-bg);
    font-size: .77rem;
    line-height: 1.4;
}

.formula-controls[b-m43ekuih6o] {
    background: var(--bs-light);
}

.formula-controls .form-label[b-m43ekuih6o] {
    margin-bottom: .2rem;
    font-weight: 600;
}

.cadence-input[b-m43ekuih6o] {
    min-width: 72px;
}

.draft-grid-wrap[b-m43ekuih6o] {
    max-height: 52vh;
    overflow: auto;
}

.draft-grid-toolbar[b-m43ekuih6o] {
    background: var(--bs-body-bg);
}

.draft-grid[b-m43ekuih6o] {
    table-layout: fixed;
    min-width: 1280px;
}

.draft-grid thead th[b-m43ekuih6o] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: var(--bs-light);
    font-size: .72rem;
    text-transform: uppercase;
    color: var(--bs-secondary-color);
}

.draft-grid .status-column[b-m43ekuih6o] {
    width: 80px;
}

.draft-grid .name-column[b-m43ekuih6o] {
    width: 330px;
}

.draft-grid .price-column[b-m43ekuih6o] {
    width: 130px;
}

.draft-grid .number-column[b-m43ekuih6o] {
    width: 125px;
}

.draft-grid .action-column[b-m43ekuih6o] {
    width: 48px;
}

.draft-row-removed[b-m43ekuih6o] {
    opacity: .55;
    text-decoration: line-through;
}

.variant-draft-guide[b-m43ekuih6o] {
    overflow-y: auto;
    padding: 1rem;
    border-left: 1px solid var(--bs-border-color);
    background: var(--bs-tertiary-bg);
}

.guide-heading[b-m43ekuih6o] {
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: .85rem;
    font-weight: 700;
}

.guide-steps[b-m43ekuih6o] {
    display: grid;
    gap: .8rem;
    margin: 0;
    padding-left: 1.35rem;
}

.guide-steps li[b-m43ekuih6o] {
    padding-left: .2rem;
    font-size: .78rem;
    line-height: 1.35;
}

.guide-steps strong[b-m43ekuih6o],
.guide-steps span[b-m43ekuih6o] {
    display: block;
}

.guide-steps strong[b-m43ekuih6o] {
    margin-bottom: .12rem;
}

.guide-steps span[b-m43ekuih6o] {
    color: var(--bs-secondary-color);
}

.guide-note[b-m43ekuih6o] {
    display: flex;
    gap: .5rem;
    margin-top: 1rem;
    padding: .7rem;
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    font-size: .76rem;
    line-height: 1.35;
}

@media (max-width: 1199.98px) {
    .variant-draft-dialog[b-m43ekuih6o] {
        width: 96vw;
    }

    .variant-draft-dialog .modal-body[b-m43ekuih6o] {
        overflow: auto;
    }

    .variant-draft-layout[b-m43ekuih6o] {
        display: block;
        height: auto;
    }

    .variant-wizard-layout[b-m43ekuih6o] {
        display: block;
        height: auto;
    }

    .wizard-summary[b-m43ekuih6o] {
        border-top: 1px solid var(--bs-border-color);
        border-left: 0;
    }

    .variant-draft-guide[b-m43ekuih6o] {
        border-top: 1px solid var(--bs-border-color);
        border-left: 0;
    }
}

@media (max-width: 767.98px) {
    .wizard-progress[b-m43ekuih6o] {
        grid-template-columns: 1fr;
    }

    .wizard-fields[b-m43ekuih6o] {
        grid-template-columns: 1fr;
    }

    .wizard-question-panel[b-m43ekuih6o],
    .wizard-actions[b-m43ekuih6o] {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
/* /Pages/Admin/Components/HtmlEditor.razor.rz.scp.css */
.html-editor[b-6t0jhnttf7] {
    min-height: 9rem;
    overflow-y: auto;
}

.html-editor:focus[b-6t0jhnttf7] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .25);
    outline: 0;
}
/* /Pages/Admin/Jobs.razor.rz.scp.css */
/* ── KPI chip strip ────────────────────────────────── */
.kpi-chip[b-5o390kt5kk] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 50rem;
    padding: 0.15rem 0.65rem;
    font-size: 0.8rem;
    background: var(--bs-body-bg);
}

/* ── Collapsible card headers ──────────────────────── */
.section-toggle[b-5o390kt5kk] {
    cursor: pointer;
    user-select: none;
}

.section-toggle:hover[b-5o390kt5kk] {
    background-color: var(--bs-tertiary-bg);
}

/* ── Chevron toggle ────────────────────────────────── */
.chevron-toggle[b-5o390kt5kk] {
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
}

.chevron-toggle.open[b-5o390kt5kk] {
    transform: rotate(90deg);
}

/* ── Schedule cards ─────────────────────────────────── */
.schedule-card[b-5o390kt5kk] {
    transition: box-shadow 0.15s ease;
}

.schedule-card:hover[b-5o390kt5kk] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .12) !important;
}

/* ── Schedule run button ───────────────────────────── */
.schedule-run-btn[b-5o390kt5kk] {
    padding: 0.1rem 0.4rem;
    font-size: 0.65rem;
    line-height: 1;
    border-radius: 0.25rem;
}
/* /Pages/Admin/Product.razor.rz.scp.css */
/* Modern Tag Chips */
.tag-chip[b-puzey9qt7n] {
    display: inline-flex;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 50px;
    padding: 0.2rem 0.75rem;
    transition: all 0.2s ease;
}

    .tag-chip.active[b-puzey9qt7n] {
        background: #e7f1ff;
        border-color: #0d6efd;
        color: #0d6efd;
    }

    .tag-chip input[type="checkbox"][b-puzey9qt7n] {
        margin-right: 6px;
        cursor: pointer;
    }

    .tag-chip label[b-puzey9qt7n] {
        font-size: 0.8rem;
        font-weight: 500;
        margin-bottom: 0;
        cursor: pointer;
    }

/* Notification Toggles */
.notification-switch[b-puzey9qt7n] {
    transition: background 0.3s ease;
    border: 1px solid transparent;
}

    .notification-switch:hover[b-puzey9qt7n] {
        border-color: #dee2e6;
    }

/* UI Polish */
.btn-white[b-puzey9qt7n] {
    background: white;
    color: #444;
}

.card[b-puzey9qt7n] {
    transition: transform 0.2s ease;
}

    .card:hover[b-puzey9qt7n] {
        /* Optional: subtle lift on hover */
        /* transform: translateY(-2px); */
    }
/* /Pages/Admin/Report.razor.rz.scp.css */
a[b-yvhpgj5id0] {
    color: #62A73B !important;
}

    a:hover[b-yvhpgj5id0] {
        color: #468C3F !important;
    }

.completed-list-group-item[b-yvhpgj5id0] {
    /*border: 1px solid #62A73B !important;*/
    background-color: rgba(98, 167, 59, 0.2) !important;
}

.archived-list-group-item[b-yvhpgj5id0] {
    /*border: 1px solid #808080 !important;*/
    background-color: rgba(128, 128, 128, 0.2) !important;
}

.missing-list-group-item[b-yvhpgj5id0] {
    /*border: 1px solid #9B3359 !important;*/
    background-color: rgba(240, 240, 240, 0.2) !important;
}

.receiving-list-group-item[b-yvhpgj5id0] {
    /*border: 1px solid #A7A33B !important;*/
    background-color: rgba(167, 163, 59, 0.2) !important;
}
.over-list-group-item[b-yvhpgj5id0] {
    background-color: rgba(255, 163, 59, 0.2) !important;
}

.editor-assignment[b-yvhpgj5id0] {
    z-index: 9000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.editor-option[b-yvhpgj5id0] {
    background-color: red;
    color: white;
}

select option:disabled[b-yvhpgj5id0] {
    background-color: red;
    color: white;
}
/* /Pages/Manager/QCPage.razor.rz.scp.css */
.qc-main-wrapper[b-72hrgy501v] {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.qc-top-bar[b-72hrgy501v] {
    background: white;
    padding: 10px 20px;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 100;
}

.qc-feed-container[b-72hrgy501v] {
    flex-grow: 1;
    padding: 20px;
    background: #f4f7f6;
    overflow-y: auto;
}

.appointment-card[b-72hrgy501v] {
    background: white;
    border-radius: 8px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    overflow: hidden;
}

.image-grid[b-72hrgy501v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
}

.photo-thumb[b-72hrgy501v] {
    position: relative;
    cursor: pointer;
    border: 4px solid transparent;
    border-radius: 6px;
    overflow: hidden;
    transition: 0.2s;
}

    .photo-thumb img[b-72hrgy501v] {
        width: 100%;
        height: auto;
        display: block;
    }

    .photo-thumb.has-notes[b-72hrgy501v] {
        border-color: #ffc107;
        box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
    }

.note-count[b-72hrgy501v] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #dc3545;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.qc-modal-backdrop[b-72hrgy501v] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.qc-modal-content[b-72hrgy501v] {
    background: white;
    width: 95%;
    height: 90%;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}

.canvas-container[b-72hrgy501v] {
    flex: 3;
    position: relative;
    background: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: crosshair;
}

    .canvas-container img[b-72hrgy501v] {
        max-width: 100%;
        max-height: 100%;
    }

.annotation-circle[b-72hrgy501v] {
    position: absolute;
    border: 3px solid #ff4757;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 0 0 5px black;
}

.note-entry[b-72hrgy501v] {
    flex: 1;
    min-width: 350px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #eee;
    overflow-y: auto;
}
    .note-entry .text-muted i[b-72hrgy501v] {
        margin-right: 5px;
        font-size: 0.75rem;
    }

    .note-entry h6[b-72hrgy501v] {
        line-height: 1.2;
    }

.history-scroll[b-72hrgy501v] {
    max-height: 250px;
    overflow-y: auto;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.border-internal[b-72hrgy501v] {
    border-color: #6c757d !important;
}

.border-photographer[b-72hrgy501v] {
    border-color: #0d6efd !important;
}

.border-editrequest[b-72hrgy501v] {
    border-color: #dc3545 !important;
}
/* /Pages/Validation/Dashboard.razor.rz.scp.css */
/* --- Modal & Annotation Styles --- */
.dashboard-loading[b-vp5udeuqch] {
    display: grid;
    min-height: 60vh;
    place-items: center;
}

.dashboard-loading .spinner-border[b-vp5udeuqch] {
    width: 3rem;
    height: 3rem;
}

.qc-photog-modal-backdrop[b-vp5udeuqch] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
}

.qc-photog-modal-content[b-vp5udeuqch] {
    width: 95%;
    max-width: 1300px;
    border: none;
}

.annotation-circle[b-vp5udeuqch] {
    position: absolute;
    border: 3px solid #ff4757;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    box-shadow: 0 0 8px black;
}

.simple-modal-backdrop[b-vp5udeuqch] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3000;
}

.tools-modal-content[b-vp5udeuqch] {
    width: 95%;
    max-width: 860px;
    border: none;
}

.text-primary-hover:hover[b-vp5udeuqch] {
    color: #0d6efd !important;
    text-decoration: underline !important;
}

/* --- Quick Filter Hover Styles --- */
.quick-filter-card[b-vp5udeuqch] {
    cursor: pointer;
    transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.quick-filter-card:hover[b-vp5udeuqch] {
    transform: translateY(-2px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

/* --- User Provided Custom Styles --- */
.border-red[b-vp5udeuqch] {
    border: 2px solid #9B3359 !important;
    border-radius: 0.5rem;
    /* optional: match Bootstrap rounded cards */
}

.bg-grey[b-vp5udeuqch] {
    background: repeating-linear-gradient(45deg,
            /* angle of the stripes */
            #f0f0f0,
            /* lighter grey base */
            #e0e0e0 10px,
            /* stripe thickness */
            #d9d9d9 10px,
            /* alternate stripe */
            #d9d9d9 10px
            /* spacing before repeating */
        );
    z-index: 1000;
    padding: 10px;
}

.bg-receiving[b-vp5udeuqch] {
    border: 1px solid #A7A33B !important;
    background-color: rgba(167, 163, 59, 0.2) !important;
    background: repeating-linear-gradient(45deg,
            /* angle of the stripes */
            rgba(98, 167, 59, 0.2),
            /* semi-transparent green stripe */
            rgba(98, 167, 59, 0.2) 10px, transparent 20px,
            /* start of clear stripe */
            transparent 10px
            /* spacing before repeating */
        );
    z-index: 1000;
}

.bg-validated[b-vp5udeuqch] {
    border: 1px solid #A7A33B !important;
    background-color: rgba(167, 163, 59, 0.2) !important;
}

a[b-vp5udeuqch] {
    color: #62A73B !important;
}

a:hover[b-vp5udeuqch] {
    color: #468C3F !important;
}

.completed-list-group-item[b-vp5udeuqch] {
    border: 1px solid #62A73B !important;
    background-color: rgba(98, 167, 59, 0.2) !important;
}

.archived-list-group-item[b-vp5udeuqch] {
    border: 1px solid #808080 !important;
    background-color: rgba(128, 128, 128, 0.2) !important;
}

.general-list-group-item[b-vp5udeuqch] {
    border: 1px solid #808080 !important;
    background-color: #fff !important;
}

.missing-list-group-item[b-vp5udeuqch] {
    border: 1px solid #9B3359 !important;
    background-color: rgba(240, 240, 240, 0.4) !important;
}

.receiving-list-group-item[b-vp5udeuqch] {
    border: 1px solid #A7A33B !important;
    background-color: rgba(167, 163, 59, 0.2) !important;
}

.editor-assignment[b-vp5udeuqch] {
    z-index: 9000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.editor-option[b-vp5udeuqch] {
    background-color: red;
    color: white;
}

select option:disabled[b-vp5udeuqch] {
    background-color: red;
    color: white;
}

.dashboard-footer[b-vp5udeuqch] {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
}

.portal-link[b-vp5udeuqch] {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    min-height: 6rem;
    padding: 1rem 1.25rem;
    border: 1px solid var(--bs-gray-300);
    border-radius: 6px;
    background: var(--bs-white);
    color: var(--bs-body-color) !important;
    text-align: left;
    text-decoration: none;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.portal-link:hover[b-vp5udeuqch],
.portal-link:focus-visible[b-vp5udeuqch] {
    border-color: var(--bs-primary);
    color: var(--bs-body-color) !important;
    box-shadow: 0 6px 18px rgb(0 0 0 / 8%);
    transform: translateY(-2px);
}

.portal-link:focus-visible[b-vp5udeuqch] {
    outline: 3px solid var(--bs-warning);
    outline-offset: 3px;
}

.portal-icon[b-vp5udeuqch] {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border-radius: 6px;
    background: var(--bs-gray-100);
    color: var(--bs-primary);
    font-size: 1.15rem;
}

.portal-copy strong[b-vp5udeuqch],
.portal-copy small[b-vp5udeuqch] {
    display: block;
}

.portal-copy small[b-vp5udeuqch] {
    margin-top: .2rem;
    color: var(--bs-gray-600);
}

.portal-arrow[b-vp5udeuqch] {
    color: var(--bs-gray-600);
    font-size: .8rem;
}

@media (max-width: 420px) {
    .portal-link[b-vp5udeuqch] {
        grid-template-columns: 2.75rem minmax(0, 1fr) auto;
        gap: .75rem;
        padding: .9rem;
    }

    .portal-icon[b-vp5udeuqch] {
        width: 2.75rem;
        height: 2.75rem;
    }
}
/* /Pages/Validation/PhotographerOnboarding.razor.rz.scp.css */
.onboarding-page[b-6chn8aalsd] {
    --onboarding-border: var(--bs-gray-300);
    --onboarding-muted: var(--bs-gray-600);
    max-width: 1180px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 3rem;
}

.onboarding-header[b-6chn8aalsd] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem;
    border-left: 5px solid var(--bs-primary);
    background: linear-gradient(120deg, var(--bs-gray-100), var(--bs-white));
}

.onboarding-header h1[b-6chn8aalsd] {
    margin: .2rem 0 .6rem;
    font-size: clamp(2rem, 5vw, 3.35rem);
    font-weight: 750;
    line-height: 1;
}

.onboarding-header .lead[b-6chn8aalsd] {
    max-width: 720px;
    color: var(--onboarding-muted);
    font-size: 1.05rem;
}

.onboarding-header-action[b-6chn8aalsd] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    min-height: 44px;
}

.section-label[b-6chn8aalsd] {
    color: var(--bs-secondary);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.onboarding-section[b-6chn8aalsd] {
    padding-top: 3rem;
}

.section-heading[b-6chn8aalsd] {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 1.25rem;
}

.section-heading h2[b-6chn8aalsd] {
    margin: .15rem 0 0;
    font-size: 1.65rem;
    font-weight: 700;
}

.section-heading p[b-6chn8aalsd] {
    max-width: 520px;
    margin: 0;
    color: var(--onboarding-muted);
}

.onboarding-steps[b-6chn8aalsd] {
    position: relative;
    display: grid;
    gap: .75rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.onboarding-steps[b-6chn8aalsd]::before {
    position: absolute;
    top: 2.75rem;
    bottom: 2.75rem;
    left: 1.5rem;
    width: 2px;
    background: var(--onboarding-border);
    content: "";
}

.onboarding-step[b-6chn8aalsd] {
    position: relative;
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.step-number[b-6chn8aalsd] {
    z-index: 1;
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    border: 2px solid var(--bs-primary);
    border-radius: 50%;
    background: var(--bs-white);
    color: var(--bs-secondary);
    font-weight: 750;
}

.step-content[b-6chn8aalsd] {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    min-height: 6.5rem;
    padding: 1rem 1.25rem;
    border: 1px solid var(--onboarding-border);
    border-radius: 6px;
    background: var(--bs-white);
    box-shadow: 0 4px 14px rgb(0 0 0 / 5%);
}

.step-icon[b-6chn8aalsd],
.resource-icon[b-6chn8aalsd],
.training-play[b-6chn8aalsd] {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    color: var(--bs-primary);
}

.step-icon[b-6chn8aalsd] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--bs-gray-100);
    font-size: 1.15rem;
}

.step-copy h3[b-6chn8aalsd] {
    margin: 0 0 .25rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.step-copy p[b-6chn8aalsd] {
    margin: 0;
    color: var(--onboarding-muted);
    font-size: .9rem;
}

.step-content>.btn[b-6chn8aalsd],
.step-actions .btn[b-6chn8aalsd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 38px;
    white-space: nowrap;
}

.step-actions[b-6chn8aalsd] {
    display: flex;
    gap: .4rem;
}

.resource-grid[b-6chn8aalsd] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.resource-link[b-6chn8aalsd] {
    display: grid;
    grid-template-columns: 3rem minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    min-height: 6rem;
    padding: 1rem 1.25rem;
    border: 1px solid var(--onboarding-border);
    border-radius: 6px;
    color: var(--bs-body-color);
    text-decoration: none;
    transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.resource-link:hover[b-6chn8aalsd],
.resource-link:focus-visible[b-6chn8aalsd] {
    border-color: var(--bs-primary);
    color: var(--bs-body-color);
    box-shadow: 0 6px 18px rgb(0 0 0 / 8%);
    transform: translateY(-2px);
}

.resource-link:focus-visible[b-6chn8aalsd],
.training-item:focus-visible[b-6chn8aalsd],
.onboarding-page .btn:focus-visible[b-6chn8aalsd] {
    outline: 3px solid var(--bs-warning);
    outline-offset: 3px;
}

.resource-icon[b-6chn8aalsd] {
    width: 3rem;
    height: 3rem;
    border-radius: 6px;
    background: var(--bs-gray-100);
    font-size: 1.15rem;
}

.resource-link strong[b-6chn8aalsd],
.resource-link small[b-6chn8aalsd],
.training-item strong[b-6chn8aalsd],
.training-item small[b-6chn8aalsd] {
    display: block;
}

.resource-link small[b-6chn8aalsd],
.training-item small[b-6chn8aalsd] {
    margin-top: .2rem;
    color: var(--onboarding-muted);
}

.resource-arrow[b-6chn8aalsd] {
    color: var(--onboarding-muted);
    font-size: .75rem;
}

.training-section[b-6chn8aalsd] {
    padding-bottom: 1rem;
}

.training-list[b-6chn8aalsd] {
    border-top: 1px solid var(--onboarding-border);
}

.training-item[b-6chn8aalsd] {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr) auto;
    gap: 1rem;
    align-items: center;
    min-height: 5rem;
    padding: .9rem 0;
    border-bottom: 1px solid var(--onboarding-border);
    color: var(--bs-body-color);
    text-decoration: none;
}

a.training-item:hover[b-6chn8aalsd] {
    color: var(--bs-secondary);
}

.training-play[b-6chn8aalsd] {
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid var(--onboarding-border);
    border-radius: 50%;
}

.training-item-pending[b-6chn8aalsd] {
    color: var(--onboarding-muted);
}

.training-duration[b-6chn8aalsd] {
    color: var(--bs-secondary);
    font-size: .85rem;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .onboarding-page[b-6chn8aalsd] {
        padding: .5rem .75rem 2rem;
    }

    .onboarding-header[b-6chn8aalsd],
    .section-heading[b-6chn8aalsd] {
        align-items: stretch;
        flex-direction: column;
        gap: 1rem;
    }

    .onboarding-header[b-6chn8aalsd] {
        padding: 1.5rem 1.25rem;
    }

    .onboarding-header-action[b-6chn8aalsd] {
        align-self: flex-start;
    }

    .onboarding-section[b-6chn8aalsd] {
        padding-top: 2.25rem;
    }

    .onboarding-steps[b-6chn8aalsd]::before {
        display: none;
    }

    .onboarding-step[b-6chn8aalsd] {
        grid-template-columns: 2.5rem minmax(0, 1fr);
        gap: .65rem;
        align-items: start;
    }

    .step-number[b-6chn8aalsd] {
        width: 2.5rem;
        height: 2.5rem;
    }

    .step-content[b-6chn8aalsd] {
        grid-template-columns: 2.5rem minmax(0, 1fr);
        min-height: 0;
        padding: 1rem;
    }

    .step-icon[b-6chn8aalsd] {
        width: 2.5rem;
        height: 2.5rem;
    }

    .step-content>.btn[b-6chn8aalsd],
    .step-actions[b-6chn8aalsd] {
        grid-column: 1 / -1;
    }

    .step-content>.btn[b-6chn8aalsd] {
        width: 100%;
    }

    .step-actions .btn[b-6chn8aalsd] {
        flex: 1 1 0;
    }

    .resource-grid[b-6chn8aalsd] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 420px) {
    .step-content[b-6chn8aalsd] {
        grid-template-columns: minmax(0, 1fr);
    }

    .step-icon[b-6chn8aalsd] {
        display: none;
    }

    .training-item[b-6chn8aalsd] {
        grid-template-columns: 2.5rem minmax(0, 1fr);
    }

    .training-item> :last-child[b-6chn8aalsd] {
        grid-column: 2;
        justify-self: start;
    }
}
/* /Pages/Validation/Validation.razor.rz.scp.css */
.main-content[b-bzqtq1fpt8] {
    padding: 0 !important; /* overrides StaffLayout */
}

.validation-header[b-bzqtq1fpt8] {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    margin: 0;
    padding: 0.25rem 0; /* keep it slim */
    padding-top:0px;
}

    .validation-header .d-flex[b-bzqtq1fpt8] {
        flex-wrap: wrap;
        margin: 0;
        padding: 0;
    }

    .validation-header label[b-bzqtq1fpt8],
    .validation-header small[b-bzqtq1fpt8],
    .validation-header span[b-bzqtq1fpt8] {
        margin: 0;
        line-height: 1.2;
    }

.validation-sub-header[b-bzqtq1fpt8] {
    margin-top: 10px; /* adjust to match actual header height */
}

@media (max-width: 768px) {
    .validation-header[b-bzqtq1fpt8] {
        position: static; /* not sticky on mobile */
    }

    .validation-sub-header[b-bzqtq1fpt8] {
        margin-top: 0;
    }
}



a[b-bzqtq1fpt8] {
    color: #62A73B !important;
}

    a:hover[b-bzqtq1fpt8] {
        color: #468C3F !important;
    }

.border[b-bzqtq1fpt8] {
    border-width: 3px !important;
}
.bg-grey[b-bzqtq1fpt8] {
    background: repeating-linear-gradient( 45deg, /* angle of the stripes */
    #6c757d, /* darker gray base */
    #6c757d 10px, /* stripe thickness */
    #5a6268 10px, /* alternate darker stripe */
    #5a6268 20px /* spacing before repeating */
    );
    z-index: 1000;
    padding: 5px;
    color: white;
}
/* Tab-Bar */
.tab-bar[b-bzqtq1fpt8] {
    margin: auto;
    background-color: #fff;
}

    .tab-bar .navbar[b-bzqtq1fpt8] {
        padding: 0;
    }

@media (max-width: 768px) {
    /*.validation-header {
        font-size: 0.6rem !important;
    }
        .validation-header .validation-title {
            font-size: 0.6rem !important;
        }*/
}

.tab-menu[b-bzqtq1fpt8] {
    padding: 4px 10px;
    text-align: center;
}

    .tab-menu i[b-bzqtq1fpt8] {
        font-size: 1.2rem;
    }

.tab-content[b-bzqtq1fpt8] {
    background-color: #EEEEEE;
    height: 100vh;
}

.select-month[b-bzqtq1fpt8] {
    border: none !important;
    background-color: transparent !important;
    color: #fff !important;
}


/* Card */

.schedule[b-bzqtq1fpt8], .profile .name[b-bzqtq1fpt8] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4F7471;
}

.sub-headline[b-bzqtq1fpt8] {
    font-size: 1rem;
    font-weight: 500;
    color: #4F7471;
}

.list .item-package[b-bzqtq1fpt8] {
    font-size: 0.9rem;
    font-weight: 500;
}

.draganddrop-area[b-bzqtq1fpt8] {
    width: 100%;
    height: 185px;
}

.mini-gallery[b-bzqtq1fpt8] {
}

.btn-add-bracket[b-bzqtq1fpt8] {
    border: 2.22px dashed #999999;
    height: 100%;
    width: 100%;
    border-image: url("/images/add-bracket-dot.png") 2 round;
    background-color: #F8F8F8;
    color: #999999;
}

.bracket-image[b-bzqtq1fpt8] {
    background-image: url("/images/image-gallery-placeholder.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.image-gallery .mini-gallery img[b-bzqtq1fpt8] {
    width: 100%;
    height: 36px;
}


.image-gallery .mini-gallery:first-child img[b-bzqtq1fpt8] {
    width: 100% !important; /* Make sure it overrides other width settings */
    height: 100% !important; /* Adjust height accordingly */
}

.image-gallery .mini-gallery:first-child[b-bzqtq1fpt8] {
    width: 100% !important;
    height: 100% !important;
}




/* Action Sheet */

.action-sheet[b-bzqtq1fpt8] {
    bottom: 55px;
    background-color: var(--bs-body-bg);
    border-top: 2px solid var(--bs-primary);
    z-index: 1000;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .content[b-bzqtq1fpt8] {
        max-width: 430px;
        min-height: 844px !important;
        margin: auto;
    }


    .bracket[b-bzqtq1fpt8] {
        width: 100%;
        height: 327px;
    }

    .btn-approved[b-bzqtq1fpt8] {
        width: 85%;
    }

    .action-collapse[b-bzqtq1fpt8] {
        flex-direction: column;
    }


    .bg-green[b-bzqtq1fpt8] {
        padding: 50px 30px;
    }

    .navbar-toggler[b-bzqtq1fpt8] {
        justify-content: end !important;
    }

    .text-overlay h3[b-bzqtq1fpt8] {
        margin: 1rem auto 1.5rem auto !important;
    }

    .title-mao[b-bzqtq1fpt8] {
        font-size: 1.5rem;
    }

    .hidden-mb[b-bzqtq1fpt8] {
        display: none;
    }


    .vl[b-bzqtq1fpt8] {
        display: block;
        border: 1px solid #DBDCE1;
        height: 80px;
    }

    .mf[b-bzqtq1fpt8] {
        font-size: 0.8rem !important;
    }

    .step-name[b-bzqtq1fpt8] {
        font-size: 0.6rem !important;
    }

    .progress-status button[b-bzqtq1fpt8] {
        font-size: 0.5rem !important;
        font-weight: 800;
    }

    .list-group .date[b-bzqtq1fpt8] {
        font-size: 0.8rem !important;
        font-weight: 500;
        color: #424242;
    }

    .list-services li[b-bzqtq1fpt8], .label-start[b-bzqtq1fpt8] {
        font-weight: 600;
        color: #424242;
    }

    .img-ads[b-bzqtq1fpt8] {
        width: 100%;
        height: auto;
    }

    .responsive-wrap[b-bzqtq1fpt8] {
        flex-wrap: wrap !important;
    }

    .content[b-bzqtq1fpt8] {
        height: 100vh;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) and (max-width: 768px) {
    .bg-green[b-bzqtq1fpt8] {
        padding: 50px 30px;
    }

    .navbar-toggler[b-bzqtq1fpt8] {
        justify-content: end !important;
    }

    .bracket[b-bzqtq1fpt8] {
        width: 100% !important;
        height: 327px;
    }

    .btn-approved[b-bzqtq1fpt8] {
        width: 85%;
    }

    .action-collapse[b-bzqtq1fpt8] {
        flex-direction: column;
    }

    .bracket-image[b-bzqtq1fpt8] {
        width: 100%;
        height: 100%;
        background-image: url("/images/image-gallery-placeholder.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
    }

    .vl[b-bzqtq1fpt8] {
        display: none;
    }

    .responsive-wrap[b-bzqtq1fpt8] {
        flex-wrap: wrap !important;
    }

    .step-name[b-bzqtq1fpt8] {
        font-size: 0.6rem;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .content[b-bzqtq1fpt8] {
        max-width: 630px;
        min-height: 844px !important;
        margin: auto;
    }

    .bracket[b-bzqtq1fpt8] {
        width: 50% !important;
        height: 327px;
    }

    .bracket-image[b-bzqtq1fpt8] {
        width: 100%;
        height: 100%;
        background-image: url("/images/image-gallery-placeholder.png");
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center;
    }


    .vl[b-bzqtq1fpt8] {
        display: none;
    }


    .responsive-wrap[b-bzqtq1fpt8] {
        flex-wrap: wrap !important;
    }

    .step-name[b-bzqtq1fpt8] {
        font-size: 0.75rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .bg-green[b-bzqtq1fpt8] {
        padding: 50px 120px;
    }

    .main-view[b-bzqtq1fpt8] {
        max-width: 868px;
    }

    .bracket[b-bzqtq1fpt8] {
        width: 25% !important;
        height: 327px;
    }

    .dropdown-menu li[b-bzqtq1fpt8] {
        position: relative;
    }

    .nav-item .submenu[b-bzqtq1fpt8] {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .nav-item .submenu-left[b-bzqtq1fpt8] {
        right: 100%;
        left: auto;
    }

    .vl[b-bzqtq1fpt8] {
        display: none;
    }

    .responsive-wrap[b-bzqtq1fpt8] {
        flex-wrap: wrap !important;
    }

    .step-name[b-bzqtq1fpt8] {
        font-size: 0.8rem;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .bg-green[b-bzqtq1fpt8] {
        padding: 50px 240px;
    }

    .main-view[b-bzqtq1fpt8] {
        max-width: 992px;
    }

    .vl[b-bzqtq1fpt8] {
        display: block;
        border: 1px solid #DBDCE1;
        height: 80px;
    }

    .responsive-wrap[b-bzqtq1fpt8] {
        flex-wrap: nowrap !important;
    }

    .step-name[b-bzqtq1fpt8] {
        font-size: 0.8rem;
    }
}




/* Container Styling */
.flex-container[b-bzqtq1fpt8] {
    display: flex;
    flex-wrap: wrap; /* Allows items to wrap */
    justify-content: space-between; /* Spreads items evenly */
    align-items: center; /* Centers items vertically */
    gap: 10px; /* Adds space between items */
}

/* Item Styling */
.flex-fill[b-bzqtq1fpt8] {
    flex: 1 1 180px; /* Allows flex items to grow and shrink, with a basis of 180px */
    min-width: 0; /* Prevents items from overflowing their container */
}

/* Responsive Styling for smaller screens */
@media (max-width: 768px) {
    .flex-container[b-bzqtq1fpt8] {
        flex-direction: column; /* Stacks items vertically on small screens */
    }

    .flex-fill[b-bzqtq1fpt8] {
        flex-basis: auto; /* Adjusts basis to automatic for small screens */
    }

    /* Additional responsive adjustments as needed */
}


/* ================
   FLOATING PANEL
   ================ */

.floating-panel[b-bzqtq1fpt8] {
    position: fixed;
    top: 0;
    right: -400px; /* hidden by default */
    width: 360px;
    height: 100vh;
    background: #fff;
    box-shadow: -4px 0 12px rgba(0,0,0,0.15);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #dee2e6;
    transition: right 0.35s ease;
    /* ✨ KEY FIX:
       panel itself does NOT block drag/drop behind it */
    pointer-events: none;
}

    /* When shown, slide in */
    .floating-panel.show[b-bzqtq1fpt8] {
        right: 0;
        pointer-events: none; /* still allow background interactions */
    }

/* Make header + body clickable even though container ignores events */
.floating-panel-header[b-bzqtq1fpt8],
.floating-panel-body[b-bzqtq1fpt8],
.floating-panel-header *[b-bzqtq1fpt8],
.floating-panel-body *[b-bzqtq1fpt8] {
    pointer-events: auto !important;
}

/* Panel header */
.floating-panel-header[b-bzqtq1fpt8] {
    padding: 1rem;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8f9fa;
    z-index: 1060;
}

/* Scrollable body */
.floating-panel-body[b-bzqtq1fpt8] {
    padding: 1rem;
    overflow-y: auto;
    flex-grow: 1;
    z-index: 1060;
}

/* Close button */
.btn-close[b-bzqtq1fpt8],
.floating-panel-header .btn-close[b-bzqtq1fpt8],
.floating-panel-header .btn[b-bzqtq1fpt8],
.floating-panel-header button[b-bzqtq1fpt8] {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    pointer-events: auto !important;
}

/* Floating button used to show panel */
.receiving-btn[b-bzqtq1fpt8] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5000;
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 12px 22px;
    font-size: 16px;
    cursor: pointer;
}

    .receiving-btn:hover[b-bzqtq1fpt8] {
        background-color: #0b5ed7;
    }




/* Container optional */
.brightness-slider[b-bzqtq1fpt8] {
    width: 100%;
}

/* Match the style from the snippet you liked */
.styled-range[b-bzqtq1fpt8] {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    transition: opacity .2s;
    border-radius: 8px;
}

    .styled-range:hover[b-bzqtq1fpt8] {
        opacity: 1;
    }

    /* WebKit thumb */
    .styled-range[b-bzqtq1fpt8]::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 35px;
        height: 35px;
        background: #04AA6D;
        cursor: pointer;
        border-radius: 50%;
        border: none;
    }

    /* Firefox thumb */
    .styled-range[b-bzqtq1fpt8]::-moz-range-thumb {
        width: 35px;
        height: 35px;
        background: #04AA6D;
        cursor: pointer;
        border-radius: 50%;
        border: none;
    }

/* Highlights missing files with a subtle pulsing effect */
@keyframes pulse-warning-border-b-bzqtq1fpt8 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7);
    }

    70% {
        box-shadow: 0 0 0 8px rgba(255, 193, 7, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 193, 7, 0);
    }
}

.alert-pulse[b-bzqtq1fpt8] {
    animation: pulse-warning-border-b-bzqtq1fpt8 2s infinite;
}
/* Custom Upload Status Badges */
.status-missing[b-bzqtq1fpt8] {
    background-color: #ffc107; /* Warning Yellow */
    color: #ffffff; /* White text */
    border: 2px solid #ffc107;
}

.status-complete[b-bzqtq1fpt8] {
    background-color: #ffffff; /* White background */
    color: #333333; /* Black text */
    border: 2px solid #198754; /* Success Green border */
}
/* /Pages/VideoEditor/VideoDownload.razor.rz.scp.css */
.hover-shadow:hover[b-4smjzrc9ju] {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    transform: translateY(-1px);
    transition: all 0.2s;
}

.tracking-wide[b-4smjzrc9ju] {
    letter-spacing: 1px;
}

.file-row[b-4smjzrc9ju] {
    transition: background-color 0.2s ease;
}

    .file-row:hover[b-4smjzrc9ju] {
        background-color: #f8f9fa;
    }

/* Optional: Make the download button pop on hover */
.download-btn[b-4smjzrc9ju] {
    opacity: 0.8;
    transition: all 0.2s;
}

.file-row:hover .download-btn[b-4smjzrc9ju] {
    opacity: 1;
    background-color: var(--bs-primary);
    color: white;
}

/* Styles adapted from Validation page for consistency */
.mini-gallery[b-4smjzrc9ju] {
    width: 100%;
}

.bracket-image[b-4smjzrc9ju] {
    width: 100%;
    height: auto;
    min-height: 150px;
    object-fit: cover;
    background-image: url("/images/image-gallery-placeholder.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #eee;
}

/* Ensure only the first image in a stack is large, subsequent ones (if brackets exist) are small strips if needed, 
       or just keep them all consistent. The Validation CSS makes the first one large. */
.image-gallery .mini-gallery:first-child img[b-4smjzrc9ju] {
    width: 100%;
}

/* Hover effects for file download list */
.transition-hover[b-4smjzrc9ju] {
    transition: background-color 0.2s ease;
}

    .transition-hover:hover[b-4smjzrc9ju] {
        background-color: #f8f9fa;
    }
/* /Pages/VideoEditor/VideoEditorDashboard.razor.rz.scp.css */
.assignment-row[b-hhxyyraupl] {
    transition: background-color 0.2s ease, transform 0.1s ease;
    border-left: 4px solid transparent;
}

    .assignment-row:hover[b-hhxyyraupl] {
        background-color: #f8f9fa;
        border-left-color: var(--bs-primary); /* Adds a blue accent on left when hovering */
    }

        .assignment-row:hover .chevron-icon[b-hhxyyraupl] {
            opacity: 1 !important;
            transform: translateX(3px);
            transition: transform 0.2s;
        }

.icon-box[b-hhxyyraupl] {
    transition: all 0.2s;
}

.assignment-row:hover .icon-box[b-hhxyyraupl] {
    background-color: var(--bs-primary) !important;
    color: white !important;
}
