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

/* /Components/ImageComparisonSlider.razor.rz.scp.css */
.img-comparison[b-s3dsd3lo3s] {
    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;
}

.before-img[b-s3dsd3lo3s] {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.after-img[b-s3dsd3lo3s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.img-comparison-divider[b-s3dsd3lo3s] {
    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-s3dsd3lo3s] {
    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-s3dsd3lo3s] {
    font-size: 1.1rem;
    line-height: 1;
    color: #444;
}

.img-label[b-s3dsd3lo3s] {
    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-s3dsd3lo3s] {
    right: 8px;
}

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

.img-comparison-range[b-s3dsd3lo3s] {
    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/IntakeFormLayout.razor.rz.scp.css */
/* ── Page shell ── */
.intake-vv-page[b-ofbgdcmh8o] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

/* ── Background image ── */
.intake-vv-bg-pattern[b-ofbgdcmh8o] {
    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-ofbgdcmh8o] {
    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-ofbgdcmh8o] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(27, 76, 5, 0.15);
}

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

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

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

/* ── Content card ── */
.intake-vv-card[b-ofbgdcmh8o] {
    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-ofbgdcmh8o] {
    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-e16tto5ov8] {
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.desktop-sidebar[b-e16tto5ov8] {
    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-e16tto5ov8] {
        padding-bottom: 20px;
        padding-left: 20px;
    }

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

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

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

    .desktop-sidebar .nav-link[b-e16tto5ov8] {
        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-e16tto5ov8] {
            background-color: #fff;
            color: var(--bs-primary);
        }

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

    .desktop-sidebar .submenu-link[b-e16tto5ov8] {
        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-e16tto5ov8] {
            background-color: #fff;
            color: var(--bs-primary);
        }


.header[b-e16tto5ov8] {
    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-e16tto5ov8] {
    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-e16tto5ov8] {
    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-e16tto5ov8] {
    margin-left: 250px;
    margin-top: 100px; /* Reserve space for header */
    padding: 1rem;
    flex: 1;
    overflow-y: auto;
}

.mobile-footer[b-e16tto5ov8] {
    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-e16tto5ov8] {
        flex: 1;
        text-align: center;
        background-color: var(--bs-primary) !important;
        color: var(--bs-white) !important;
    }

.mobile-nav-list[b-e16tto5ov8] {
    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-e16tto5ov8] {
        text-align: right;
        margin-bottom: 1rem;
    }


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

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


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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

    .nav-scrollable[b-e16tto5ov8] {
        /* 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-slpohzz21z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .nav-scrollable[b-rtl7f8u1r5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/SupportLayout.razor.rz.scp.css */
/* 1. CONTAINER: Allow it to grow beyond screen height */
.layout-container[b-p4zjsfuaso] {
    display: flex;
    min-height: 100vh;
    height: auto;
    overflow: visible;
}

.support-bg-pattern[b-p4zjsfuaso] {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image: url('/images/VirtualVicBackground.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.25;
}

/* 2. SIDEBAR: Make it stick to the screen while you scroll */
.sidebar[b-p4zjsfuaso] {
    width: 250px;
    flex-shrink: 0;
    background-color: var(--bs-light);
    border-right: 1px solid #ddd;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.sidebar .border-top[b-p4zjsfuaso] {
    border-top: 1px solid #dee2e6 !important;
}

.sidebar .text-muted[b-p4zjsfuaso] {
    font-size: 0.75rem;
    letter-spacing: 1px;
}

.sidebar .nav-link[b-p4zjsfuaso] {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    color: rgb(55 65 81 / 1);
    text-decoration: none;
    transition: background-color 0.2s ease;
    font-weight: 500;
}

.sidebar .nav-link:hover[b-p4zjsfuaso],
.sidebar .nav-link:focus[b-p4zjsfuaso] {
    background-color: var(--bs-primary);
    color: white;
}

.logo[b-p4zjsfuaso] {
    width: 150px;
    height: auto;
    margin: 1rem auto;
    display: block;
}

/* 3. MAIN CONTENT: Remove internal scrolling */
.main-content[b-p4zjsfuaso] {
    flex-grow: 1;
    padding: 0;
    /* UNLOCK HEIGHT */
    height: auto;
    /* Changed from 100vh */
    min-height: 100vh;
    overflow: visible;
    /* Changed from overflow-y: auto */

    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

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

    .sidebar[b-p4zjsfuaso] {
        width: 100%;
        height: auto;
        position: relative;
        /* Disable sticky on mobile */
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .mobile-menu[b-p4zjsfuaso] {
        display: block;
        padding: 1rem;
    }

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

    .main-content[b-p4zjsfuaso] {
        height: auto;
        overflow-y: visible;
    }
}

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

.sidebar .nav-link:hover[b-p4zjsfuaso],
.sidebar .nav-link:focus[b-p4zjsfuaso],
.sidebar .nav-link.active[b-p4zjsfuaso] {
    /* <--- Add this selector */
    background-color: var(--bs-primary);
    color: white;
}


/* Gallery Container - 3 Column Grid */
.gallery-grid[b-p4zjsfuaso] {
    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-p4zjsfuaso] {
    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.view-all-btn[b-p4zjsfuaso] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f0f2f5;
    /* Light neutral background */
    border: 2px dashed #cbd5e0;
    /* Dashed border looks like a "placeholder/action" */
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* 3x3 Grid Icon */
.all-photos-graphic[b-p4zjsfuaso] {
    display: grid;
    grid-template-columns: repeat(3, 8px);
    gap: 4px;
    margin-bottom: 8px;
}

.grid-dot[b-p4zjsfuaso] {
    width: 8px;
    height: 8px;
    background-color: #718096;
    /* Muted gray */
    border-radius: 2px;
    transition: background-color 0.2s ease;
}

/* Text label underneath the icon */
.view-all-text[b-p4zjsfuaso] {
    font-size: 11px;
    font-weight: 600;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
}

/* Hover Effects */
.view-all-btn:hover[b-p4zjsfuaso] {
    background-color: #edf2f7;
    border-color: #4299e1;
    /* Primary blue highlight */
}

.view-all-btn:hover .grid-dot[b-p4zjsfuaso] {
    background-color: #4299e1;
}

.view-all-btn:hover .view-all-text[b-p4zjsfuaso] {
    color: #2b6cb0;
}

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

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

/* --- EDITED STATUS STYLES --- */

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

/* 2. Small Green Dot indicator */
.edited-indicator[b-p4zjsfuaso] {
    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);
}
/* /Pages/IntakeForm/Intake.razor.rz.scp.css */
/* ── End-of-form profile review rows ── */
.intake-review-panel[b-b4u6ws7m87] {
    padding: 4px 2px 24px;
}

.intake-review-panel-header[b-b4u6ws7m87] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1b4c05;
    text-align: center;
    margin-bottom: 4px;
}

.intake-review-row[b-b4u6ws7m87] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1.5px solid #e8e8e8;
    cursor: pointer;
    transition: border-color 0.15s, background 0.15s;
    user-select: none;
}

.intake-review-row:hover[b-b4u6ws7m87] {
    border-color: #62A73B;
    background: #f8fdf4;
}

.intake-review-row--on[b-b4u6ws7m87] {
    border-color: #62A73B;
    background: #f1f8ec;
}

.intake-review-row--static[b-b4u6ws7m87] {
    cursor: default;
    align-items: center;
}

.intake-review-row--static:hover[b-b4u6ws7m87] {
    border-color: #e8e8e8;
    background: #fff;
}

.intake-review-row--static.intake-review-row--on:hover[b-b4u6ws7m87] {
    border-color: #62A73B;
    background: #f1f8ec;
}

.intake-review-action[b-b4u6ws7m87] {
    background: transparent;
    border: none;
    color: #1b4c05;
    font-size: 1rem;
    padding: 4px 6px;
    border-radius: 6px;
    flex-shrink: 0;
    cursor: pointer;
    transition: background 0.15s;
}

.intake-review-action:hover[b-b4u6ws7m87] {
    background: #eef5e8;
}

.intake-review-action:disabled[b-b4u6ws7m87] {
    opacity: 0.5;
    cursor: not-allowed;
}

.intake-edit-btn[b-b4u6ws7m87] {
    background: transparent;
    border: none;
    color: #9aa39a;
    font-size: 0.8rem;
    padding: 2px 6px;
    align-self: flex-end;
    cursor: pointer;
    transition: color 0.15s;
}

.intake-edit-btn:hover[b-b4u6ws7m87] {
    color: #1b4c05;
}

.intake-edit-btn:disabled[b-b4u6ws7m87] {
    opacity: 0.4;
    cursor: not-allowed;
}

.intake-review-icon[b-b4u6ws7m87] {
    font-size: 1.1rem;
    padding-top: 2px;
    flex-shrink: 0;
}

.intake-review-q[b-b4u6ws7m87] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #333;
}

.intake-review-a[b-b4u6ws7m87] {
    font-size: 0.78rem;
    color: #666;
    margin-top: 2px;
}

.intake-container[b-b4u6ws7m87] {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 24px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.step-tracker[b-b4u6ws7m87] {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-around;
}


.step-item[b-b4u6ws7m87] {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
}

.step-label[b-b4u6ws7m87] {
    font-size: 0.75rem;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step-dot[b-b4u6ws7m87] {
    width: 14px;
    height: 14px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #fff;
    transition: all 0.2s ease;
}

.step-item.active .step-dot[b-b4u6ws7m87] {
    background-color: #70AD47;
    box-shadow: 0 0 0 4px rgba(112, 173, 71, 0.2);
    transform: scale(1.3);
}

.step-item.active .step-label[b-b4u6ws7m87] {
    /*color: #333;*/
}

.section-title[b-b4u6ws7m87] {
    font-size: 1.4rem;
    font-weight: 800;
    /*margin-bottom: 25px;*/
    /* color: #333;*/
}

.form-control[b-b4u6ws7m87] {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px;
}

.form-footer[b-b4u6ws7m87] {
    margin-top: 50px;
    padding-top: 30px;
}
/* /Pages/Support/AIEditor.razor.rz.scp.css */
/* --- LAYOUTS --- */
.main-layout[b-jqr2madbpq] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* 1. GRID LAYOUT */
.main-layout.layout-grid[b-jqr2madbpq] {
    display: block;
    height: auto;
}

/* 2. CHAT LAYOUT: Fixed 100vh Container */
/* This is the key fix for the scrolling issue */
.main-layout.layout-chat[b-jqr2madbpq] {
    display: block;
    height: auto;
    overflow: visible;
    padding-bottom: 20px;
}

#chat-bottom-anchor[b-jqr2madbpq] {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    scroll-margin-bottom: 120px;
}

/* --- HEADER --- */
[b-jqr2madbpq] .top-header,
.top-header[b-jqr2madbpq] {
    position: fixed;
    /* Pinned to top of browser window */
    top: 0;
    left: 0;
    right: 0;
    /* Span full width */
    height: 60px;
    background: white;
    z-index: 1000;
    /* Ensure it sits on top of scrolling chat */
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
}

.header-address[b-jqr2madbpq] {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
    font-weight: 600;
}

.btn-toggle[b-jqr2madbpq] {
    background: transparent;
    border: 1px solid #007bff;
    color: #007bff;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-toggle:hover[b-jqr2madbpq] {
    background: #eef6ff;
}

/* --- CHAT WORKSPACE --- */
.chat-workspace[b-jqr2madbpq] {
    /* Removed flex: 1, overflow, and height constraints */
    display: block;
    height: auto;
    margin-bottom: 200px;
}

.chat-scroll-area[b-jqr2madbpq] {
    /* Removed overflow-y: auto */
    padding: 20px;
    /* No height constraints, it just grows with messages */
}

/* Approval Bubble Styling */
.approval-card[b-jqr2madbpq] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    margin-top: 5px;
    min-width: 250px;
}

.approval-header[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

/* Container for the side-by-side buttons */
.action-buttons-grid[b-jqr2madbpq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

/* "Not exactly right" Button */
.btn-revise[b-jqr2madbpq] {
    background-color: #f8f9fa;
    color: #444;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-revise:hover[b-jqr2madbpq] {
    background-color: #e2e6ea;
    border-color: #adb5bd;
}

/* Special styling for the Human Offer inside the chat bubble */
.human-offer-container[b-jqr2madbpq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.btn-human-offer[b-jqr2madbpq] {
    /* 1. Red Border & Text */
    border: 1px solid #dc3545;
    color: #dc3545;
    /* 2. Muted Background (Very light red tint) */
    background-color: #fef1f2;
    /* Layout & Shape */
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

/* Hover Effect: Slightly darker muted red */
.btn-human-offer:hover[b-jqr2madbpq] {
    background-color: #dc3545;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.cost-badge[b-jqr2madbpq] {
    background: #e6f4ea;
    /* Green tint */
    color: #1e7e34;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.9rem;
}

.approval-desc[b-jqr2madbpq] {
    margin: 0 0 12px 0;
    font-size: 0.9rem;
    color: #666;
}

.approval-actions[b-jqr2madbpq] {
    display: flex;
    gap: 10px;
}

.btn-confirm[b-jqr2madbpq] {
    background: #007bff;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    flex: 1;
}

.btn-confirm:hover[b-jqr2madbpq] {
    background: #0056b3;
}

.btn-cancel[b-jqr2madbpq] {
    background: #f8f9fa;
    color: #666;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    flex: 1;
}

.btn-cancel:hover[b-jqr2madbpq] {
    background: #e2e6ea;
}

/* Status Text Styles */
.approval-status[b-jqr2madbpq] {
    padding: 8px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.approval-status.success[b-jqr2madbpq] {
    background: #d4edda;
    color: #155724;
}

.approval-status.cancelled[b-jqr2madbpq] {
    background: #f8d7da;
    color: #721c24;
}


.final-approval-section[b-jqr2madbpq] {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.instruction-text[b-jqr2madbpq] {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.3;
}

.btn-finalize[b-jqr2madbpq] {
    width: 100%;
    background-color: #28a745;
    /* Green */
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 0.9rem;
}

.btn-finalize:hover[b-jqr2madbpq] {
    background-color: #218838;
}

/* --- INPUT AREA --- */
.input-area[b-jqr2madbpq] {
    position: fixed;
    bottom: 30px;
    /* Floats 30px from bottom */
    left: 250px;
    /* START after the Sidebar (matches sidebar width) */
    right: 0;
    /* Span to the right edge */
    z-index: 1000;
    /* Make the container itself invisible and non-blocking */
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    pointer-events: none;
    /* Allows clicks to pass through the empty space around the bar */
}

/* The actual white "Pill" box */
.input-controls-row[b-jqr2madbpq] {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    pointer-events: none;
    /* Let clicks pass through the empty area */
}

.pill-container[b-jqr2madbpq] {
    pointer-events: auto;
    /* Re-enable clicks */
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 50px;
    /* The "Pill" shape */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    /* Soft lift shadow */
    border: 1px solid #f0f0f0;
    /* Size constraints */
    width: auto;
    min-width: 600px;
    max-width: 90%;
}

/* 1. The "Create" Label */
.pill-label[b-jqr2madbpq] {
    padding-left: 20px;
    /* Space from the left edge */
    padding-right: 10px;
    letter-spacing: 0.5px;
}

/* 2. General Pill Button Styles */
.pill-btn[b-jqr2madbpq] {
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    /* Slightly rounded squares, not full pills */
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    /* Default Style (Light Blue - "Edit Photo") */
    background-color: #ecf5fe;
    color: #1976d2;
}

.pill-btn:hover[b-jqr2madbpq] {
    background-color: #dceefa;
    transform: translateY(-1px);
}

/* 3. The "Day to Dusk" Gradient Button */
.pill-btn.btn-gradient[b-jqr2madbpq] {
    /* Subtle gradient similar to screenshot */
    background: linear-gradient(90deg, #e3f2fd 0%, #bbdefb 100%);
    color: #0d47a1;
    font-weight: 700;
}

.pill-btn.btn-gradient:hover[b-jqr2madbpq] {
    background: linear-gradient(90deg, #bbdefb 0%, #90caf9 100%);
    box-shadow: 0 4px 10px rgba(13, 71, 161, 0.1);
}

/* 4. The "All Photos" Button (Pushed to the Right) */
.pill-btn.btn-push-right[b-jqr2madbpq] {
    margin-left: auto;
    /* This magic CSS property pushes this item to the far right */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .pill-container[b-jqr2madbpq] {
        flex-direction: column;
        border-radius: 20px;
        min-width: 0;
        width: 90%;
        padding: 20px;
        align-items: stretch;
        /* Full width buttons */
    }

    .pill-label[b-jqr2madbpq] {
        text-align: center;
        padding: 0 0 10px 0;
    }

    .pill-btn.btn-push-right[b-jqr2madbpq] {
        margin-left: 0;
        /* Remove auto margin on mobile so it stacks normally */
        margin-top: 10px;
    }
}

/* Clean up the input wrapper to fit the pill style */
.input-wrapper[b-jqr2madbpq] {
    flex-grow: 1;
}

.input-wrapper input[b-jqr2madbpq] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid transparent;
    /* Remove border to blend in, or keep subtle */
    background-color: #f8f9fa;
    /* Light gray input background contrasts nicely with white pill */
    border-radius: 25px;
    outline: none;
    font-size: 1rem;
    transition: background-color 0.2s;
}

.input-wrapper input:focus[b-jqr2madbpq] {
    background-color: #fff;
    border-color: #b8daff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 768px) {
    .input-area[b-jqr2madbpq] {
        left: 0;
        /* Sidebar is gone, so span full width */
        bottom: 15px;
        /* Lower float on mobile */
        padding: 0 10px;
        /* Safety gutters */
    }

    .input-controls-row[b-jqr2madbpq] {
        width: 100%;
        /* Full width on phone */
        min-width: 0;
        /* Reset min-width */
        border-radius: 25px;
        /* Slightly less rounded to save space */
        flex-wrap: wrap;
        /* Allow wrapping if needed */
        padding: 10px;
    }

    /* Optional: Hide the 'Human' toggle on very small screens if it crowds */
    .human-toggle[b-jqr2madbpq] {
        transform: scale(0.9);
    }
}

/* Ask Button */
.btn-send[b-jqr2madbpq] {
    background: #007bff;
    color: white;
    border: none;
    padding: 0 24px;
    height: 42px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
    /* Fixed width to prevent jumping when text changes */
    min-width: 80px;
}

.btn-send:disabled[b-jqr2madbpq] {
    background: #ccc;
}

.btn-send.btn-human[b-jqr2madbpq] {
    background: #dc3545;
}

.btn-send.btn-human:hover[b-jqr2madbpq] {
    background: #c82333;
}

/* Human Toggle (?) */
.human-toggle[b-jqr2madbpq] {
    flex-shrink: 0;
}

.human-toggle label[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.human-toggle input[b-jqr2madbpq] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.human-toggle span[b-jqr2madbpq] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #888;
    font-weight: bold;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    user-select: none;
}

.human-toggle input:checked+span[b-jqr2madbpq] {
    border-color: #dc3545;
    background-color: #dc3545;
    color: white;
}

/* Inline Jump Button */
.btn-jump-inline[b-jqr2madbpq] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #888;
    background-color: white;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}

.btn-jump-inline:hover[b-jqr2madbpq] {
    background: #dc3545 !important;
    color: white;
    /* Added for better contrast on hover */
}


/* --- OTHER UI ELEMENTS --- */
.initial-actions[b-jqr2madbpq] {
    text-align: center;
    padding: 30px 0;
    pointer-events: auto;
    margin-bottom: 20vh;
}

/* UPDATED: The container for the buttons turns into the white "pill" */
.chip-grid[b-jqr2madbpq] {
    display: inline-flex;
    /* Keep items in a line, centered by parent text-align */
    align-items: center;
    gap: 12px;
    /* Space between the distinct buttons */
    background: #ffffff;
    /* White background */
    border-radius: 50px;
    /* The main pill shape */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    /* Soft shadow for lift */
    padding: 10px 14px;
    /* Internal spacing */
    border: 1px solid #f0f0f0;
    /* Subtle border definition */
}

/* UPDATED: The individual buttons inside the pill */
.chip-big[b-jqr2madbpq] {
    border: none;
    padding: 12px 24px;
    border-radius: 40px;
    /* Rounded corners for inner buttons */
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    /* Prevent text wrapping */
    outline: none;
    /* Default styling for standard buttons (Edit Photo, All Photos) */
    background-color: #ecf5fe;
    /* Very light blue */
    color: #1976d2;
    /* Standard blue text */
}

.chip-big:hover[b-jqr2madbpq] {
    background-color: #dceefa;
    transform: translateY(-2px);
    /* Subtle lift effect */
}


/* NEW: Special styling for the first button ("Day to Dusk") to make it prominent */
.chip-grid .chip-big:first-child[b-jqr2madbpq] {
    /* The gradient effect seen in the image */
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #0d47a1;
    /* A deeper blue text color */
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    /* Slightly bolder */
    box-shadow: 0 4px 12px rgba(13, 71, 161, 0.15);
    /* Subtle glow */
}

/* Hover effect specifically for the gradient button */
.chip-grid .chip-big:first-child:hover[b-jqr2madbpq] {
    background: linear-gradient(135deg, #d0e9fc 0%, #aed7f8 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(13, 71, 161, 0.2);
}


/* Messages */
.chat-message[b-jqr2madbpq] {
    display: flex;
    margin-bottom: 25px;
}

.chat-message.system[b-jqr2madbpq] {
    justify-content: center;
}

.chat-message.assistant[b-jqr2madbpq] {
    justify-content: flex-start;
}

.chat-message.User[b-jqr2madbpq] {
    justify-content: flex-end;
}

/* Container for the name and time */
.message-header[b-jqr2madbpq] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* Aligns text by the font baseline */
    margin-bottom: 6px;
    /* Space between header and message text */
    font-size: 0.75rem;
    /* Smaller font than the message body */
    opacity: 0.8;
    /* Slightly transparent to reduce visual noise */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    /* Optional subtle divider */
    padding-bottom: 4px;
}

.message-author[b-jqr2madbpq] {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.message-time[b-jqr2madbpq] {
    font-weight: 400;
    font-size: 0.7rem;
    white-space: nowrap;
    margin-left: 8px;
}

.chat-message.User .message-header[b-jqr2madbpq] {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.chat-message.User .message-time[b-jqr2madbpq] {
    opacity: 0.9;
}

.message-bubble[b-jqr2madbpq] {
    min-width: 75%;
    max-width: calc(75% - 50px);
    position: relative;
    padding: 15px;
    border-radius: 12px;
    background: #f1f0f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.chat-message.User .message-bubble[b-jqr2madbpq] {
    background: #007bff;
    color: white;
}

.chat-message.system .message-bubble[b-jqr2madbpq] {
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    padding: 10px;
}

.bubble-header[b-jqr2madbpq] {
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.chat-image[b-jqr2madbpq] {
    max-width: 100%;
    border-radius: 6px;
    display: block;
    margin-top: 5px;
    border: 1px solid #eee;
}

.btn-approve[b-jqr2madbpq] {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.btn-approve:hover[b-jqr2madbpq] {
    background-color: #218838;
}

/* Photo Grid */
.photo-grid-container[b-jqr2madbpq] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.photo-card[b-jqr2madbpq] {
    width: 240px;
    height: 160px;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    position: relative;
}

.photo-card:hover[b-jqr2madbpq] {
    transform: scale(1.03);
}

.photo-card img[b-jqr2madbpq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loading-spinner[b-jqr2madbpq] {
    text-align: center;
    width: 100%;
    padding: 40px;
    color: #666;
    font-size: 1.2rem;
}

.typing-indicator span[b-jqr2madbpq] {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #555;
    border-radius: 50%;
    margin: 0 2px;
    animation: bounce-b-jqr2madbpq 1.4s infinite ease-in-out both;
}

.typing-indicator span:nth-child(1)[b-jqr2madbpq] {
    animation-delay: -0.32s;
}

.typing-indicator span:nth-child(2)[b-jqr2madbpq] {
    animation-delay: -0.16s;
}

@keyframes bounce-b-jqr2madbpq {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.processing-status-text[b-jqr2madbpq] {
    font-size: 0.82rem;
    color: #777;
    margin-top: 6px;
    font-style: italic;
}

.image-placeholder-loading[b-jqr2madbpq] {
    width: 100%;
    aspect-ratio: 4 / 3;
    max-height: 320px;
    background: linear-gradient(135deg, #e9ecef 25%, #f1f3f5 50%, #e9ecef 75%);
    background-size: 200% 200%;
    animation: shimmer-b-jqr2madbpq 2s ease-in-out infinite;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 5px;
}

.placeholder-spinner[b-jqr2madbpq] {
    width: 36px;
    height: 36px;
    border: 3px solid #dee2e6;
    border-top-color: #0D8ABC;
    border-radius: 50%;
    animation: spin-b-jqr2madbpq 0.9s linear infinite;
}

.placeholder-text[b-jqr2madbpq] {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

@keyframes shimmer-b-jqr2madbpq {
    0% {
        background-position: 200% 200%;
    }

    100% {
        background-position: -200% -200%;
    }
}

@keyframes spin-b-jqr2madbpq {
    to {
        transform: rotate(360deg);
    }
}

/* --- MOBILE PHOTO GRID FIXES --- */
@media (max-width: 768px) {

    /* 1. Adjust the container padding */
    .photo-grid-container[b-jqr2madbpq] {
        padding: 10px;
        /* Reduce padding to give photos more room */
        display: block;
        /* Switch from flex to block to stack naturally */
    }

    /* 2. Make the Photo Card fill the width */
    .photo-card[b-jqr2madbpq] {
        width: 100%;
        /* Force full width */
        height: 240px;
        /* Increase height so the image isn't too thin */
        margin-bottom: 15px;
        /* Add space between the stacked cards */
    }

    /* 3. Fix the "Virtual Vic" Intro Card to stack vertically */
    .ai-intro-card[b-jqr2madbpq] {
        flex-direction: column;
        /* Stack avatar on top of text */
        text-align: center;
        gap: 10px;
    }

    .intro-avatar[b-jqr2madbpq],
    .intro-team[b-jqr2madbpq] {
        width: 80px;
        /* Reduce size for mobile */
        height: 80px;
        margin: 0 auto;
        /* Center the images */
    }

    .intro-text[b-jqr2madbpq] {
        width: 100%;
        /* Ensure text uses full width */
    }
}

/* --- ANNOTATION MODAL --- */
.annotation-modal-overlay[b-jqr2madbpq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.annotation-container[b-jqr2madbpq] {
    position: relative;
    max-width: 90vw;
    max-height: 80vh;
    border: 2px solid #555;
    /* CHANGED: Use a checkerboard or dark gray to see if canvas loads */
    background: #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    overflow: hidden;
    /* Ensure big images don't spill out */
}

/* The Canvas itself */
#annotation-canvas[b-jqr2madbpq] {
    /* Responsive sizing handled by CSS, internal res handled by JS */
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    /* Ensures aspect ratio is kept */
    display: block;
}

.annotation-toolbar[b-jqr2madbpq] {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    background: white;
    padding: 10px 20px;
    border-radius: 30px;
}

.btn-tool[b-jqr2madbpq] {
    background: transparent;
    border: 1px solid #ccc;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
}

.btn-tool:hover[b-jqr2madbpq] {
    background: #eee;
}

.btn-tool.save[b-jqr2madbpq] {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

/* Add a visual indicator when an image is attached */
.attachment-indicator[b-jqr2madbpq] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #eef6ff;
    color: #007bff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    margin-right: 10px;
    border: 1px solid #b8daff;
}

.btn-remove-attach[b-jqr2madbpq] {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
}

/* Update Input Row to accommodate new button */
.input-controls-row[b-jqr2madbpq] {
    padding-left: 10px;
    /* Adjust spacing */
}



.grid-header-info[b-jqr2madbpq] {
    grid-column: 1 / -1;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
}

.usage-badge[b-jqr2madbpq] {
    background: #e2e8f0;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: bold;
    color: #475569;
}

.usage-badge.limit-reached[b-jqr2madbpq] {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #f87171;
}

.limit-note[b-jqr2madbpq] {
    font-size: 0.8rem;
    color: #ef4444;
    font-style: italic;
}

.edited-badge[b-jqr2madbpq] {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #10b981;
    color: white;
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 2;
    pointer-events: none;
}

.upload-success-message[b-jqr2madbpq] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    animation: fadeIn-b-jqr2madbpq 0.5s ease-in;
}

.check-icon[b-jqr2madbpq] {
    background: #155724;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

@keyframes fadeIn-b-jqr2madbpq {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Add to your component's CSS or site.css */

.modal-overlay.payment-modal[b-jqr2madbpq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    /* Ensure it sits above annotation tools */
    backdrop-filter: blur(4px);
}

.payment-modal .modal-content[b-jqr2madbpq] {
    background: white;
    width: 90%;
    /*max-width:900px;*/
    height: 90vh;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.payment-modal .modal-header[b-jqr2madbpq] {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-modal .iframe-container[b-jqr2madbpq] {
    flex: 1;
    /* Takes up remaining height */
    position: relative;
    background: #f9f9f9;
}

.payment-modal iframe[b-jqr2madbpq] {
    width: 100%;
    height: 100%;
    border: none;
}

.payment-modal .modal-footer[b-jqr2madbpq] {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}

.payment-modal .payment-info[b-jqr2madbpq] {
    font-size: 0.95rem;
    color: #333;
}

.payment-modal .footer-actions[b-jqr2madbpq] {
    display: flex;
    gap: 10px;
}

/* Button Styling Override for Modal */
.btn-close[b-jqr2madbpq] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.btn-confirm[b-jqr2madbpq] {
    background-color: #28a745;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.btn-finalize:disabled[b-jqr2madbpq] {
    background-color: #94d3a2;
    /* Lighter, faded green */
    cursor: not-allowed;
    opacity: 0.8;
}

.btn-revise:disabled[b-jqr2madbpq] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-confirm:disabled[b-jqr2madbpq],
.btn-cancel:disabled[b-jqr2madbpq] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}


/* Base Avatar Container */
.chat-avatar[b-jqr2madbpq] {
    flex-shrink: 0;
    /* Prevent squishing */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 5px;
    /* Align slightly with the top of the bubble */
}

/* Avatar Image Styling */
.chat-avatar img[b-jqr2madbpq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Spacing for Virtual Vic (Left) */
.chat-avatar.vic-avatar[b-jqr2madbpq] {
    margin-right: 12px;
}

/* Spacing for User (Right) */
.chat-avatar.user-avatar[b-jqr2madbpq] {
    margin-left: 12px;
}

.chat-message.assistant .message-bubble[b-jqr2madbpq]::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f1f0f0;
    /* Match bubble background */
}

.chat-message.User .message-bubble[b-jqr2madbpq]::after {
    content: "";
    position: absolute;
    top: 15px;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #007bff;
    /* Match user bubble background */
}

/* Update system message to ensure no avatar gap issues */
.chat-message.system .message-bubble[b-jqr2madbpq] {
    margin-left: auto;
    margin-right: auto;
}

/* --- AI INTRO CARD (Bottom of Grid) --- */
.ai-intro-card[b-jqr2madbpq] {
    width: 100%;
    /* Forces it to break to a new line below the grid items */
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    /* Light grey/white background */
    border: 1px solid #e9ecef;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.intro-avatar[b-jqr2madbpq] {
    flex-shrink: 0;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.intro-avatar img[b-jqr2madbpq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-team[b-jqr2madbpq] {
    flex-shrink: 0;
    width: 180px;
    height: 125px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.intro-team img[b-jqr2madbpq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-text[b-jqr2madbpq] {
    flex-grow: 1;
    font-size: 0.85rem;
    color: #555;
    line-height: 1.4;
}

.intro-text strong[b-jqr2madbpq] {
    display: block;
    color: #333;
    margin-bottom: 4px;
    font-size: 0.95rem;
}

.intro-text p[b-jqr2madbpq] {
    margin: 0;
}

.image-wrapper[b-jqr2madbpq] {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.btn-download-icon[b-jqr2madbpq] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    background-color: transparent;
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    z-index: 10;
}

.btn-download-icon:hover[b-jqr2madbpq] {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    transform: scale(1.05);
}

@media (max-width: 768px) {

    /* 1. Center the Top Alert Badge */
    .grid-header-info[b-jqr2madbpq] {
        display: flex;
        /* Enable flexbox */
        justify-content: center;
        /* Center horizontally */
        width: 100%;
        /* Ensure full width */
        margin-bottom: 20px;
        /* Add space below */
    }

    /* 2. Fix Virtual Vic Card Centering */
    .ai-intro-card[b-jqr2madbpq] {
        display: flex;
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally (Crucial for mobile) */
        text-align: center;
        /* Center the text inside */
        padding: 25px 15px;
        /* More breathing room */
        gap: 20px;
    }

    /* Resize the Avatar (Vic) */
    .intro-avatar[b-jqr2madbpq] {
        width: 160px;
        /* Smaller fixed size for mobile */
        height: 160px;
        margin: 0 auto;
        /* Fallback centering */
    }

    /* Fix the Team Photo (Bottom) */
    /* Ensure it scales to fit width and isn't cropped */
    .intro-team[b-jqr2madbpq] {
        width: 100%;
        /* Allow full width */
        max-width: 100%;
        /* Prevent overflow */
        height: auto;
        /* Let height adjust naturally */
        border: none;
        /* Remove border if desired */
        box-shadow: none;
        margin: 0 auto;
    }

    .intro-team img[b-jqr2madbpq] {
        width: 100%;
        height: auto;
        object-fit: contain;
        /* Show full image, don't crop */
        border-radius: 8px;
        /* Nice rounded corners for the rectangular photo */
    }

    .intro-text[b-jqr2madbpq] {
        width: 100%;
        padding: 0 10px;
        /* Prevent text touching edges */
    }
}

/* The Main Pill Container */
.pill-container-main[b-jqr2madbpq] {
    position: relative;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 4px 8px 4px 15px;
    border-radius: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    border: 1px solid #f0f0f0;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .pill-container-main[b-jqr2madbpq] {
        position: relative;
        background: #ffffff;
        display: grid;
        align-items: center;
        padding: 4px 8px 4px 15px;
        border-radius: 40px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
        border: 1px solid #f0f0f0;
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
        pointer-events: auto;
    }
}

/* Pencil Icon */
.pill-pencil[b-jqr2madbpq] {
    font-size: 1.4rem;
    margin-right: 15px;
    opacity: 0.7;
}

/* Input Area */
/* Container handles the gray background and layout */
.pill-input-wrapper[b-jqr2madbpq] {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    /* Center horizontally with the rest of the pill */
    background: #f8f9fa;
    border-radius: 30px;
    padding-right: 8px;
    max-width: 600px;
    border: 1px solid #eee;
}

#chat-textarea[b-jqr2madbpq] {
    flex-grow: 1;
    background: transparent;
    border: none;
    padding: 6px 10px;
    margin: 0;
    outline: none;
    font-size: 0.95rem;
    resize: none;
    max-height: 180px;
    line-height: 1.4;
    height: 34px;
}

@media (max-width: 768px) {
    #chat-textarea[b-jqr2madbpq] {
        padding: 20px 20px 40px;
        border: 1px solid #ddd !important;
        margin: 10px;
    }
}

.vertical-divider[b-jqr2madbpq] {
    width: 1px;
    height: 20px;
    background: #e0e0e0;
    margin: 0 4px;
}

.thread-chips-group[b-jqr2madbpq] {
    display: flex;
    gap: 4px;
    align-items: center;
}

/* Icons grouping */
.input-inline-buttons[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    /* REMOVED the 6px margin that pushed height */
    padding: 0 5px;
}

/* Shared styles for all inline buttons */
.btn-jump-inline[b-jqr2madbpq],
.q-mark-circle[b-jqr2madbpq],
.btn-manager-credits[b-jqr2madbpq] {
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd !important;
    background: white !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
    cursor: pointer;
    padding: 0 !important;
    border-radius: 50% !important;
}


/* Hover effects */
.btn-jump-inline:hover[b-jqr2madbpq],
.btn-manager-credits:hover[b-jqr2madbpq],
.q-mark-circle:hover[b-jqr2madbpq] {
    background: #f0f0f0 !important;
}

/* Badge positioning relative to the gray box */
.pill-credit-badge[b-jqr2madbpq] {
    position: absolute;
    left: 20px;
    top: -12px;
    /* Adjusted to float slightly over the edge */
    background: #e3f2fd;
    color: #1976d2;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 700;
    border: 1px solid #bbdefb;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.pill-credit-badge.out[b-jqr2madbpq] {
    background: #ffebee;
    color: #c62828;
    border-color: #ef9a9a;
}

/* Human Toggle (?) */
.q-mark-circle[b-jqr2madbpq] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    margin-right: 10px;
    transition: all 0.2s;
}

.pill-human-toggle input:checked+.q-mark-circle[b-jqr2madbpq] {
    background: #dc3545;
    border-color: #dc3545;
    color: white;
}

/* The "Ask" Button */
.btn-pill-ask[b-jqr2madbpq] {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 25px;
    margin-left: 10px;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
}

/* Photos Button */
.btn-pill-photos[b-jqr2madbpq] {
    color: #1976d2;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    border: 1px solid #bbdefb;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

.btn-pill-photos.out[b-jqr2madbpq] {
    background: #ffebee;
    color: #c62828;
    border-color: #ef9a9a;
}

@media (max-width: 768px) {
    .btn-pill-photos[b-jqr2madbpq] {
        margin: 14px 12px 14px;
    }
}

.icon-grid[b-jqr2madbpq] {
    font-size: 1.2rem;
}



/* Human Toggle Container */
.pill-human-toggle[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pill-human-toggle label[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    /* Context for absolute input if needed */
}

/* 1. HIDE THE ACTUAL CHECKBOX SQUARE */
.pill-human-toggle input[type="checkbox"][b-jqr2madbpq] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* 2. STYLE THE CIRCLE */
.q-mark-circle[b-jqr2madbpq] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #888;
    transition: all 0.2s ease;
    user-select: none;
    /* Prevents highlighting text on click */
}

/* 3. CHANGE COLOR WHEN CHECKED */
.pill-human-toggle input:checked+.q-mark-circle[b-jqr2madbpq] {
    background-color: #dc3545;
    /* Red for Human Mode */
    border-color: #dc3545;
    color: #dc3545 !important;
}

/* Hover effect */
.q-mark-circle:hover[b-jqr2madbpq] {
    border-color: #bbb;
    background-color: #f8f9fa;
}

/* Sync the Ask button to turn red when Human Mode is toggled */
.btn-pill-ask.btn-human[b-jqr2madbpq] {
    background-color: #dc3545 !important;
    /* Red for Human Mode */
    color: white;
}

.btn-pill-ask.btn-human:hover[b-jqr2madbpq] {
    background-color: #c82333 !important;
}

.annotation-container[b-jqr2madbpq] {
    position: relative;
    width: fit-content;
    /* Add this */
    max-width: 95vw;
    /* Expand slightly */
    max-height: 80vh;
    border: 2px solid #555;
    background: #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    overflow: auto;
    /* Changed from hidden to allow scroll on very small screens */
}

#annotation-canvas[b-jqr2madbpq] {
    cursor: crosshair;
    /* Add this so users know they can draw */
    display: block;
}

.btn-jump-inline[b-jqr2madbpq],
.q-mark-circle[b-jqr2madbpq],
.btn-manager-credits[b-jqr2madbpq] {
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #ddd !important;
    /* Muted borders */
    background: white !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
}

/* Hover effects for internal buttons */
.btn-jump-inline:hover[b-jqr2madbpq],
.btn-manager-credits:hover[b-jqr2madbpq] {
    background: #f0f0f0 !important;
}

/* Mirroring your payment-modal logic for the content box */
.credit-modal-content[b-jqr2madbpq] {
    background: white;
    width: 90%;
    max-width: 450px;
    /* Smaller than payment iframe */
    height: auto;
    /* Let it fit content instead of 90vh */
    max-height: 80vh;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-top: 4px solid #007bff;
    /* Matches your preference for blue accent */
}

/* Ensure the input inside the modal doesn't inherit the transparent pill styles */
.credit-modal-content .pill-input-wrapper input[b-jqr2madbpq] {
    padding-right: 15px;
    /* Reset badge padding */
    background: #f8f9fa;
    border: 1px solid #dee2e6;
}


/* Container for tags and input */
.pill-input-wrapper[b-jqr2madbpq] {
    position: relative;
    /* Keep this */
    display: flex;
    align-items: center;
    padding-left: 8px;
    /* Remove any overflow: hidden if you had it */
}

/* The '+' button stays inside the bar */
.btn-tag-trigger[b-jqr2madbpq] {
    background: #e9ecef;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    color: #666;
    margin-right: 8px;
    flex-shrink: 0;
    position: relative;
    top: -8px;
    left: 5px;
}

.btn-tag-trigger:hover[b-jqr2madbpq] {
    background: #dee2e6;
}

/* Individual Tag Styling */
.selected-tags-container[b-jqr2madbpq] {
    position: absolute;
    top: -32px;
    /* Adjust this to sit perfectly above the input */
    left: 15px;
    /* Align with the start of the input area */
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    pointer-events: auto;
    /* Ensures the 'x' buttons remain clickable */
}

.input-tag[b-jqr2madbpq] {
    background: #e3f2fd;
    color: #1976d2;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    /* Matches the credit badge size */
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    border: 1px solid #bbdefb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.remove-tag[b-jqr2madbpq] {
    background: transparent;
    border: none;
    color: #1976d2;
    cursor: pointer;
    font-size: 1rem;
    padding: 0;
    line-height: 1;
}

/* Dropdown Menu Styling */
.tag-dropdown-menu[b-jqr2madbpq] {
    position: absolute;
    bottom: 110%;
    /* Appear above the bar */
    left: 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
    min-width: 180px;
    padding: 5px 0;
}

.tag-option[b-jqr2madbpq] {
    padding: 8px 15px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #444;
}

.tag-option:hover[b-jqr2madbpq] {
    background-color: #f8f9fa;
    color: #007bff;
}


/* --- EXTRA PHOTOS FULL-WIDTH BANNER (GREEN THEME) --- */
.extra-photos-banner[b-jqr2madbpq] {
    flex-basis: 100%;
    margin: 0px 10px;
    padding: 15px 25px;
    background: linear-gradient(90deg, rgba(98, 167, 59, 0.08) 0%, #ffffff 50%, rgba(98, 167, 59, 0.08) 100%);
    border: 1px dashed #62A73B;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.banner-content[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-icon[b-jqr2madbpq] {
    width: 42px;
    height: 42px;
    /* Light background using primary green at low opacity */
    background: rgba(98, 167, 59, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #62A73B;
    /* Primary Green */
    flex-shrink: 0;
}

.banner-text h5[b-jqr2madbpq] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1b4c05;
    /* Accent Green for headers */
}

.banner-text p[b-jqr2madbpq] {
    margin: 2px 0 0 0;
    font-size: 0.9rem;
    color: #444;
}

.btn-banner-unlock[b-jqr2madbpq] {
    background: #62A73B;
    /* Primary Green */
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(98, 167, 59, 0.2);
}

.btn-banner-unlock:hover[b-jqr2madbpq] {
    background: #1b4c05;
    /* Accent Green for hover state */
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(27, 76, 5, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .extra-photos-banner[b-jqr2madbpq] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }

    .banner-content[b-jqr2madbpq] {
        flex-direction: column;
        gap: 10px;
    }

    .btn-banner-unlock[b-jqr2madbpq] {
        width: 100%;
    }
}


.full-page-loading[b-jqr2madbpq] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    width: 100%;
    background-color: #fff;
}

.spinner-container[b-jqr2madbpq] {
    text-align: center;
    color: #555;
}

.loading-spinner[b-jqr2madbpq] {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #0D8ABC;
    border-radius: 50%;
    animation: spin-b-jqr2madbpq 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-jqr2madbpq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Container for the V1, V2 chips */
.thread-chips-row[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #eee;
}

/* Individual Version Chip */
.thread-chip[b-jqr2madbpq] {
    background: #f1f3f5;
    border: 1px solid #e9ecef;
    color: #666;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer;
}

.thread-chip.active[b-jqr2madbpq] {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.btn-add-version-small[b-jqr2madbpq] {
    background: #fff;
    border: 1px dashed #ccc;
    color: #999;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
}

.icon-btn[b-jqr2madbpq] {
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    opacity: 0.7;
}

.icon-btn:hover[b-jqr2madbpq] {
    opacity: 1;
}

/* Add Version Button */
.btn-add-version[b-jqr2madbpq] {
    background: white;
    border: 1px dashed #adb5bd;
    color: #adb5bd;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-add-version:hover[b-jqr2madbpq] {
    border-color: #007bff;
    color: #007bff;
    background: #f0f7ff;
}


/* Intent Modal Styling */
/* Inline Intent Selection */
.intent-grid-inline[b-jqr2madbpq] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 15px;
}

.intent-card-inline[b-jqr2madbpq] {
    background: white;
    border: 1px solid #dee2e6;
    padding: 12px 8px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem;
    color: #444;
    transition: all 0.2s ease;
}

.intent-card-inline:hover[b-jqr2madbpq] {
    background: #f8f9fa;
    border-color: #adb5bd;
}

.intent-card-inline.selected[b-jqr2madbpq] {
    border-color: #007bff;
    background: #eef6ff;
    color: #007bff;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.1);
}

/* Ensure the Ask button looks disabled when locked */
.btn-pill-ask:disabled[b-jqr2madbpq] {
    background-color: #e9ecef !important;
    color: #adb5bd !important;
    cursor: not-allowed;
    border: 1px solid #dee2e6;
}

@media (max-width: 480px) {
    .intent-grid-inline[b-jqr2madbpq] {
        grid-template-columns: 1fr;
    }
}

/* High-visibility button for the gallery */
.btn-purchase-credits[b-jqr2madbpq] {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    margin-left: 15px;
    cursor: pointer;
    transition: transform 0.2s;
}

.btn-purchase-credits:hover[b-jqr2madbpq] {
    transform: scale(1.05);
    background: #218838;
}

/* Small pill button for the chat input */
.btn-buy-credits-pill[b-jqr2madbpq] {
    background: #ffc107;
    color: #000;
    border: none;
    border-radius: 12px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.usage-badge.out-of-credits[b-jqr2madbpq] {
    background-color: #f8d7da;
    color: #721c24;
}

.pending-attachment[b-jqr2madbpq] {
    opacity: 0.9;
}

.attached-annotation-preview[b-jqr2madbpq] {
    border: 2px dashed #007bff;
    border-radius: 8px;
    position: relative;
}

.btn-remove-pending[b-jqr2madbpq] {
    background: #ff4d4d;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 10px;
    padding: 2px 6px;
    cursor: pointer;
    margin-left: 10px;
}

.annotation-label[b-jqr2madbpq] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 123, 255, 0.8);
    color: white;
    font-size: 10px;
    text-align: center;
    padding: 2px;
}

/* Container to center everything in the empty workspace */
.initial-setup-container[b-jqr2madbpq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 300px;  Gives it some vertical presence
    margin-top: 5vh; */
    width: 100%;
    animation: fadeIn-b-jqr2madbpq 0.4s ease-out;
}

/* The question text above the pill */
.initial-prompt-text[b-jqr2madbpq] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

/* Layout for the pill when used as a menu */
.initial-pill-layout[b-jqr2madbpq] {
    width: auto !important;
    max-width: 90%;
    padding: 10px 20px !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* Row for the chips */
.intent-chips-row[b-jqr2madbpq] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

/* Reuse your existing chip-big styling but add an active state */
.intent-chips-row .chip-big.active[b-jqr2madbpq],
.annotation-toolbar .chip-big.active[b-jqr2madbpq] {
    background: #007bff;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}

/* Category group list (VideoBuilder-style) */
.prompt-group-list[b-jqr2madbpq] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    margin-bottom: 10px;
}

.prompt-group-row[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.15s ease;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.prompt-group-row:hover[b-jqr2madbpq] {
    background: #f5faf2;
    border-color: var(--bs-primary);
}

.prompt-group-row.expanded[b-jqr2madbpq] {
    background: #f5faf2;
    border-color: var(--bs-primary);
}

.prompt-group-row-label[b-jqr2madbpq] {
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--bs-secondary);
}

.prompt-group-row-chevron[b-jqr2madbpq] {
    font-size: 0.85rem;
    color: #999;
}

.prompt-group-row:hover .prompt-group-row-chevron[b-jqr2madbpq],
.prompt-group-row.expanded .prompt-group-row-chevron[b-jqr2madbpq] {
    color: var(--bs-primary);
}

.prompt-group-children[b-jqr2madbpq] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 12px 4px;
}

/* Staff-only visual indicators */
.chip-big.staff-only[b-jqr2madbpq] {
    border-color: #e0a800;
    border-style: dashed;
}

.chip-big.staff-only:hover[b-jqr2madbpq] {
    border-color: #c49000;
}

.prompt-group-row.staff-only[b-jqr2madbpq] {
    border-color: #e0a800;
    border-style: dashed;
}

.prompt-group-row.staff-only:hover[b-jqr2madbpq],
.prompt-group-row.staff-only.expanded[b-jqr2madbpq] {
    border-color: #c49000;
    border-style: dashed;
}

/* Ensure the workspace doesn't hide the initial prompt */
.layout-chat .chat-workspace[b-jqr2madbpq] {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {

    /* 1. Force the container into a vertical flex column */
    .initial-setup-container .initial-pill-layout[b-jqr2madbpq] {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 20px !important;
        width: 90% !important;
        max-width: 380px !important;
        /* Matches the narrow width in your image */
        margin: 0 auto !important;
        border-radius: 40px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    }

    /* 2. Force the chip group to span the full width of the container */
    .initial-setup-container .intent-chips-row[b-jqr2madbpq] {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 12px !important;
        padding: 0 !important;
    }

    /* 3. Make every button a full-width pill */
    .initial-setup-container .chip-big[b-jqr2madbpq] {
        width: 100% !important;
        display: block !important;
        border-radius: 50px !important;
        /* Full pill shape */
        padding: 16px 20px !important;
        font-size: 1rem !important;
        margin: 0 !important;
        text-align: center !important;
        box-shadow: none !important;
    }

    .initial-setup-container .prompt-group-list[b-jqr2madbpq] {
        gap: 8px;
    }

    .initial-setup-container .prompt-group-row[b-jqr2madbpq] {
        border-radius: 50px;
        padding: 14px 20px;
    }

    .initial-setup-container .prompt-group-children[b-jqr2madbpq] {
        padding: 6px 8px 2px;
    }

    /* 4. Transform the small + circle into a full-width "More" button */
    .initial-setup-container .btn-add-version-small[b-jqr2madbpq] {
        width: 100% !important;
        height: auto !important;
        min-height: 50px !important;
        border-radius: 50px !important;
        border: 1px solid #bbdefb !important;
        background: #ecf5fe !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 1rem !important;
        color: #1976d2 !important;
    }

    .initial-setup-container .btn-add-version-small[b-jqr2madbpq]::after {
        content: " More" !important;
        font-weight: 600 !important;
        margin-left: 4px;
    }
}

/* --- AI PROVIDER SELECTION STYLES --- */
.provider-container[b-jqr2madbpq] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    margin-top: 10px;
}

.provider-list[b-jqr2madbpq] {
    max-height: 250px;
    /* Limits height so it doesn't break the modal */
    overflow-y: auto;
    /* Allows scrolling if you have many models */
    background: #ffffff;
    border-top: 1px solid #eee;
}

.provider-option[b-jqr2madbpq] {
    margin: 8px;
    padding: 12px;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: #fff;
}

.provider-option:hover[b-jqr2madbpq] {
    border-color: #007bff;
    background-color: #f0f7ff;
}

.provider-option.border-primary[b-jqr2madbpq] {
    border: 2px solid #007bff !important;
    background-color: #f8fbff;
}

/* Scrollbar styling for the provider list */
.provider-list[b-jqr2madbpq]::-webkit-scrollbar {
    width: 6px;
}

.provider-list[b-jqr2madbpq]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.provider-list[b-jqr2madbpq]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Cursor pointer for the header */
.cursor-pointer[b-jqr2madbpq] {
    cursor: pointer;
}
/* /Pages/Support/LoadAppointment.razor.rz.scp.css */
input[b-rgfn9z8032]::-webkit-outer-spin-button,
input[b-rgfn9z8032]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-rgfn9z8032] {
    -moz-appearance: textfield;
}
/* /Pages/Support/MLSDescription.razor.rz.scp.css */
/* CSS Reset for Chat Layout */
.main-layout.layout-chat[b-d6iroroqdf] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
    overflow: hidden;

}

.chat-workspace[b-d6iroroqdf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.chat-scroll-area[b-d6iroroqdf] {
    flex: 1;
    overflow-y: auto;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-area[b-d6iroroqdf] {
    background: white;
    border-top: 1px solid #e2e8f0;
    padding: 20px;
    flex-shrink: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.02);
}

/* Forms & Inputs */
.form-textarea[b-d6iroroqdf] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    min-height: 80px;
    resize: vertical;
    background-color: #f8fafc;
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    color: #334155;
}

.mls-select[b-d6iroroqdf] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background-color: #f8fafc;
    font-family: inherit;
    font-size: 0.95rem;
    color: #334155;
    transition: all 0.2s ease;
}

.mls-select:focus[b-d6iroroqdf] {
    outline: none;
    border-color: #3b82f6;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.form-textarea:focus[b-d6iroroqdf],
.form-group input:focus[b-d6iroroqdf] {
    outline: none;
    border-color: #3b82f6;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.pill-container-main textarea[b-d6iroroqdf] {
    flex-grow: 1;
    padding: 12px 15px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    resize: none;
    min-height: 50px;
    max-height: 120px;
    font-family: inherit;
    transition: all 0.2s ease;
}

.pill-container-main textarea:focus[b-d6iroroqdf] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.pill-container-main[b-d6iroroqdf] {
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

/* Loaders */
.full-page-loading[b-d6iroroqdf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner-container[b-d6iroroqdf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.loading-spinner[b-d6iroroqdf] {
    width: 60px;
    height: 60px;
    border: 5px solid #e2e8f0;
    border-top: 5px solid #3b82f6;
    border-radius: 50%;
    animation: spin-b-d6iroroqdf 1s linear infinite;
}

@keyframes spin-b-d6iroroqdf {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Main Form Bubble */
.data-entry-bubble[b-d6iroroqdf] {
    width: 100%;
    max-width: 750px;
    /* Widened slightly so it's not cramped */
    background: white;
    padding: 30px;
    /* Generous padding */
    border-radius: 16px;
    /* Softer corners */
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    border: 1px solid #f1f5f9;
}

.property-form-grid[b-d6iroroqdf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 15px 0 25px 0;
}

.form-group.full-width[b-d6iroroqdf] {
    grid-column: span 2;
}

.form-group label[b-d6iroroqdf] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
}

.form-group input[b-d6iroroqdf] {
    width: 100%;
    padding: 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background-color: #f8fafc;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

/* Pill Toggle Buttons */
.pill-toggle-group[b-d6iroroqdf] {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.pill-toggle-group button[b-d6iroroqdf] {
    flex: 1;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pill-toggle-group button:hover[b-d6iroroqdf] {
    background: #e2e8f0;
    color: #334155;
}

.pill-toggle-group button.active[b-d6iroroqdf] {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.25);
}

/* Primary Action Buttons */
.btn-generate-main[b-d6iroroqdf] {
    width: 100%;
    background: #62A73B;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(16, 185, 129, 0.2);
}

.btn-generate-main:hover:not([disabled])[b-d6iroroqdf] {
    background: #059669;
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(16, 185, 129, 0.25);
}

.btn-generate-main[disabled][b-d6iroroqdf] {
    background: #94a3b8;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-pill-ask[b-d6iroroqdf] {
    padding: 12px 24px;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.2);
}

.btn-pill-ask:hover:not([disabled])[b-d6iroroqdf] {
    background: #2563eb;
    transform: translateY(-1px);
}

/* Chat Bubbles */
.chat-message[b-d6iroroqdf] {
    display: flex;
    gap: 16px;
    margin-bottom: 15px;
    align-items: flex-start;
    /* Keeps avatar aligned to the top of the bubble */
}

.chat-message.user[b-d6iroroqdf] {
    justify-content: flex-end;
}

.message-bubble[b-d6iroroqdf] {
    background: white;
    padding: 18px 22px;
    border-radius: 14px;
    max-width: 75%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    line-height: 1.5;
    color: #334155;
}

.message-bubble.user-bubble[b-d6iroroqdf] {
    background: #3b82f6;
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.chat-avatar[b-d6iroroqdf] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.chat-avatar img[b-d6iroroqdf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-header[b-d6iroroqdf] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.8;
}

.message-actions[b-d6iroroqdf] {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
}

.btn-copy[b-d6iroroqdf],
.btn-approve-mls[b-d6iroroqdf] {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-copy[b-d6iroroqdf] {
    background: #f1f5f9;
    color: #475569;
}

.btn-copy:hover[b-d6iroroqdf] {
    background: #e2e8f0;
}

.btn-approve-mls[b-d6iroroqdf] {
    background: #62A73B;
    color: white;
}

.btn-approve-mls:hover:not([disabled])[b-d6iroroqdf] {
    background: #059669;
}

/* Warnings */
.credit-warning[b-d6iroroqdf] {
    background: #fffbeb;
    color: #b45309;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #fde68a;
    font-size: 0.9rem;
}

.credit-warning a[b-d6iroroqdf] {
    font-weight: bold;
    color: #92400e;
    text-decoration: underline;
    margin-left: 5px;
}

.centered-form[b-d6iroroqdf] {
    justify-content: center;
    margin: 20px auto;
    width: 100%;
}

.pill-toggle-group button.active[b-d6iroroqdf] {
    background-color: #007bff;
    color: white;
    border-color: #0056b3;
    font-weight: bold;
}
/* /Pages/Support/PremiumDayToDusk.razor.rz.scp.css */
.photo-card[b-4xro9t374r] {
    width: 240px;
    height: 160px;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s;
    position: relative;
    margin: 0 auto; /* Centers card within its grid column */
}

    .photo-card:hover[b-4xro9t374r] {
        transform: scale(1.03);
    }

    .photo-card.selected[b-4xro9t374r] {
        border-color: #62A73B;
    }

    .photo-card img[b-4xro9t374r] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Modal Backdrop & Positioning */
.modal-backdrop-custom[b-4xro9t374r] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal-custom[b-4xro9t374r] {
    display: block;
    z-index: 1050;
}
/* /Pages/Support/Profile.razor.rz.scp.css */
.profile-card[b-8dyvpwtrnj] {
    border: 1px solid rgba(98, 167, 59, 0.22);
    border-radius: 12px;
    box-shadow: 0 2px 14px rgba(27, 76, 5, 0.07);
}

.profile-section-title[b-8dyvpwtrnj] {
    font-size: 1rem;
    font-weight: 700;
    color: #1b4c05;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1.5px solid rgba(98, 167, 59, 0.2);
}

.profile-saved-indicator[b-8dyvpwtrnj] {
    animation: profile-fade-in-b-8dyvpwtrnj 0.2s ease;
}

@keyframes profile-fade-in-b-8dyvpwtrnj {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-field-label[b-8dyvpwtrnj] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.profile-clear-btn[b-8dyvpwtrnj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: none;
    background: #f0f0f0;
    color: #888;
    font-size: 0.68rem;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
}

.profile-clear-btn:hover[b-8dyvpwtrnj] {
    background: #fde8e8;
    color: #dc3545;
}

.sms-consent-text[b-8dyvpwtrnj] {
    font-size: 0.78rem;
    color: #6c757d;
    line-height: 1.45;
    margin-top: 4px;
    margin-bottom: 0;
}

.sms-consent-text a[b-8dyvpwtrnj] {
    color: #1b4c05;
    text-decoration: underline;
}
