/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fjlolo63q9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fjlolo63q9] {
    flex: 1;
}

.sidebar[b-fjlolo63q9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fjlolo63q9] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fjlolo63q9]  a, .top-row[b-fjlolo63q9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fjlolo63q9]  a:hover, .top-row[b-fjlolo63q9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fjlolo63q9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fjlolo63q9] {
        justify-content: space-between;
    }

    .top-row[b-fjlolo63q9]  a, .top-row[b-fjlolo63q9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fjlolo63q9] {
        flex-direction: row;
    }

    .sidebar[b-fjlolo63q9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fjlolo63q9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fjlolo63q9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fjlolo63q9], article[b-fjlolo63q9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fjlolo63q9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-fjlolo63q9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pb0lnmw0rf] {
    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-pb0lnmw0rf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-pb0lnmw0rf] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-pb0lnmw0rf] {
    font-size: 1.1rem;
}

.bi[b-pb0lnmw0rf] {
    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-pb0lnmw0rf] {
    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-pb0lnmw0rf] {
    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-pb0lnmw0rf] {
    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-pb0lnmw0rf] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pb0lnmw0rf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pb0lnmw0rf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pb0lnmw0rf]  .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-pb0lnmw0rf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-pb0lnmw0rf]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-pb0lnmw0rf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-pb0lnmw0rf] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pb0lnmw0rf] {
        display: none;
    }

    .nav-scrollable[b-pb0lnmw0rf] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Approvals.razor.rz.scp.css */
 html[b-as3sdttl9x], body[b-as3sdttl9x] {
    height: 100%;
    margin: 0;
}

.bghome[b-as3sdttl9x] {
    background-image: url("../images/capcowhousea.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 530px;
    border: none;
}

.bghome1[b-as3sdttl9x] {
    background-image: url("../images/capcowhousea.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border-style: solid;
    min-height: 100%;
    min-width: 100%;  
}

.buttonhome[b-as3sdttl9x] {
    color: black;
    background-color: white;
    border: thick;
    border-color: red;
    padding-top: 0px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.hrhome[b-as3sdttl9x] {
    border-top: 20px solid red;
}

.hrbutton[b-as3sdttl9x] {
    border-top: 2px solid red;
    width: 50%;
}

.linestyle[b-as3sdttl9x] {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}
/* /Components/Pages/AvoChat.razor.rz.scp.css */
.chat-container[b-euoqi0cgt9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
    margin: auto;
}

.chat-input[b-euoqi0cgt9],
.chat-response[b-euoqi0cgt9] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.chat-input[b-euoqi0cgt9] {
    height: auto;
}

.chat-response[b-euoqi0cgt9] {
    min-height: 200px;
}

.chat-button[b-euoqi0cgt9] {
    padding: 10px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .chat-button:hover[b-euoqi0cgt9] {
        background-color: #0056b3;
    }

.chat-layout[b-euoqi0cgt9] {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1rem;
}

.sidebar[b-euoqi0cgt9] {
    border-right: 1px solid #ddd;
    padding-right: 1rem;
}

.chat-main[b-euoqi0cgt9] {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 180px);
}

.history[b-euoqi0cgt9] {
    flex: 1;
    overflow-y: auto;
    padding: .5rem;
    border: 1px solid #eee;
    border-radius: .25rem;
    background: #fafafa;
}

.message[b-euoqi0cgt9] {
    margin-bottom: .75rem;
    padding: .5rem .75rem;
    border-radius: .5rem;
}

    .message.user[b-euoqi0cgt9] {
        background: #e7f1ff;
    }

    .message.assistant[b-euoqi0cgt9] {
        background: #eef7ea;
    }

    .message .role[b-euoqi0cgt9] {
        font-weight: 600;
        font-size: .85rem;
        opacity: .8;
        margin-bottom: .25rem;
        text-transform: capitalize;
    }

    /* ✅ THIS IS THE IMPORTANT PART */
    .message .content[b-euoqi0cgt9] {
        white-space: pre-line;
    }

.composer[b-euoqi0cgt9] {
    margin-top: .75rem;
}

.empty-history[b-euoqi0cgt9] {
    color: #777;
    font-style: italic;
}

.mobile-header[b-euoqi0cgt9] {
    display: none;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .chat-layout[b-euoqi0cgt9] {
        display: block;
    }

    .mobile-header[b-euoqi0cgt9] {
        display: block;
        margin-bottom: 0.5rem;
    }

    .chat-layout.mobile-list-view .chat-main[b-euoqi0cgt9] {
        display: none;
    }

    .chat-layout.mobile-chat-view .sidebar[b-euoqi0cgt9] {
        display: none;
    }

    .sidebar[b-euoqi0cgt9] {
        border-right: none;
        padding-right: 0;
    }
}
/* /Components/Pages/CeilingCalculator.razor.rz.scp.css */
.cc-wrap[b-rb28uwhi4u] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 1.25rem;
    color: #222;
    background: #ffffff;
    min-height: 100vh;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.cc-header[b-rb28uwhi4u] {
    background: linear-gradient(135deg, #b91c1c, #ef4444);
    border: 1px solid rgba(185,28,28,.15);
    border-radius: 18px;
    padding: 1.2rem 1.4rem;
    margin-bottom: 1rem;
    box-shadow: 0 16px 35px rgba(0,0,0,.12);
    color: white;
}

.cc-brand[b-rb28uwhi4u] {
    font-size: .78rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #fee2e2;
    margin-bottom: .35rem;
}

.cc-header h1[b-rb28uwhi4u] {
    margin: 0;
    font-size: 1.55rem;
    font-weight: 700;
    color: white;
}

.cc-sub[b-rb28uwhi4u] {
    margin-top: .35rem;
    color: #ffe4e6;
    font-size: .88rem;
}

.cc-card[b-rb28uwhi4u] {
    background: #ffffff;
    border: 1px solid #fecaca;
    border-radius: 16px;
    padding: 1rem;
    margin-bottom: .95rem;
    box-shadow: 0 10px 22px rgba(0,0,0,.06);
}

.cc-calc-type[b-rb28uwhi4u] {
    background: #fff5f5;
}

.cc-section-title[b-rb28uwhi4u] {
    font-size: .82rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #b91c1c;
    letter-spacing: .05em;
    margin-bottom: .75rem;
}

.cc-row[b-rb28uwhi4u],
.cc-discount-row[b-rb28uwhi4u],
.cc-note-row[b-rb28uwhi4u],
.cc-ai-actions[b-rb28uwhi4u],
.cc-quote-head[b-rb28uwhi4u],
.cc-quote-actions[b-rb28uwhi4u] {
    display: flex;
    gap: .75rem;
    align-items: center;
    flex-wrap: wrap;
}

.cc-grid4[b-rb28uwhi4u] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
}

.cc-grid3[b-rb28uwhi4u] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .75rem;
}

.cc-field[b-rb28uwhi4u] {
    display: flex;
    flex-direction: column;
    gap: .28rem;
}

    .cc-field label[b-rb28uwhi4u] {
        font-size: .76rem;
        color: #555;
    }

    .cc-field input[b-rb28uwhi4u],
    .cc-field select[b-rb28uwhi4u],
    .cc-field textarea[b-rb28uwhi4u] {
        width: 100%;
        border: 1px solid #d1d5db;
        background: #ffffff;
        color: #111827;
        border-radius: 10px;
        padding: .55rem .65rem;
        outline: none;
    }

        .cc-field input:focus[b-rb28uwhi4u],
        .cc-field select:focus[b-rb28uwhi4u],
        .cc-field textarea:focus[b-rb28uwhi4u] {
            border-color: #dc2626;
            box-shadow: 0 0 0 3px rgba(220,38,38,.12);
        }

.cc-flex[b-rb28uwhi4u] {
    flex: 1;
    min-width: 260px;
}

.cc-small-select[b-rb28uwhi4u] {
    margin-top: .75rem;
    max-width: 260px;
}

.cc-disc-pill span[b-rb28uwhi4u] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
    padding: .4rem .65rem;
    border-radius: 999px;
    font-size: .78rem;
}

.cc-muted[b-rb28uwhi4u] {
    color: #6b7280;
    font-size: .78rem;
}

.cc-note-row[b-rb28uwhi4u] {
    justify-content: space-between;
    margin-top: .7rem;
    color: #6b7280;
    font-size: .82rem;
}

.cc-transport[b-rb28uwhi4u] {
    border-top: 1px solid #fecaca;
    margin-top: 1rem;
    padding-top: 1rem;
}

.cc-button-group[b-rb28uwhi4u] {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-bottom: .65rem;
}

.cc-chip[b-rb28uwhi4u],
.cc-btn[b-rb28uwhi4u] {
    border: 1px solid #fca5a5;
    background: #ffffff;
    color: #991b1b;
    padding: .48rem .75rem;
    border-radius: 999px;
    cursor: pointer;
    font-size: .82rem;
    transition: all .15s ease;
}

    .cc-chip.on[b-rb28uwhi4u] {
        background: #dc2626;
        border-color: #ef4444;
        color: #ffffff;
    }

.cc-btn[b-rb28uwhi4u] {
    border-radius: 10px;
    background: #dc2626;
    color: #ffffff;
    border-color: #b91c1c;
}

    .cc-btn:hover[b-rb28uwhi4u],
    .cc-chip:hover[b-rb28uwhi4u] {
        background: #b91c1c;
        color: white;
    }

.cc-btn-green[b-rb28uwhi4u] {
    background: #166534;
    border-color: #22c55e;
    color: white;
}

.cc-topgap[b-rb28uwhi4u] {
    margin-top: .8rem;
}

.cc-compat[b-rb28uwhi4u] {
    margin-top: .55rem;
    font-size: .78rem;
    color: #6b7280;
    display: flex;
    gap: .5rem;
    align-items: center;
    flex-wrap: wrap;
}

.cc-dot[b-rb28uwhi4u] {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
}

    .cc-dot.white[b-rb28uwhi4u] {
        background: #ffffff;
        border: 1px solid #ccc;
    }

    .cc-dot.neutral[b-rb28uwhi4u] {
        background: #888;
    }

    .cc-dot.dark[b-rb28uwhi4u] {
        background: #111;
        border: 1px solid #555;
    }

.cc-ai-box[b-rb28uwhi4u] {
    background: #fff5f5;
    border: 1px solid #fecaca;
    border-radius: 14px;
    padding: .85rem;
}

.cc-ai-actions[b-rb28uwhi4u] {
    margin-top: .65rem;
}

.cc-ai-response[b-rb28uwhi4u] {
    margin-top: .75rem;
    padding: .75rem;
    border-radius: 12px;
    background: #fff1f2;
    color: #7f1d1d;
    border: 1px solid #fecaca;
    font-size: .88rem;
}

.cc-empty[b-rb28uwhi4u] {
    text-align: center;
    color: #6b7280;
    padding: 1.5rem;
}

.qdoc[b-rb28uwhi4u] {
    background: #ffffff;
    color: #111827;
}

    .qdoc .cc-muted[b-rb28uwhi4u] {
        color: #64748b;
    }

.cc-quote-head[b-rb28uwhi4u] {
    justify-content: space-between;
    margin-bottom: .85rem;
}

    .cc-quote-head h2[b-rb28uwhi4u] {
        margin: 0 0 .25rem 0;
        font-size: 1.15rem;
    }

.cc-table-wrap[b-rb28uwhi4u] {
    overflow-x: auto;
}

.cc-table[b-rb28uwhi4u] {
    width: 100%;
    border-collapse: collapse;
    font-size: .84rem;
}

    .cc-table th[b-rb28uwhi4u],
    .cc-table td[b-rb28uwhi4u] {
        border-bottom: 1px solid #e5e7eb;
        padding: .55rem .5rem;
        vertical-align: top;
    }

    .cc-table th[b-rb28uwhi4u] {
        background: #fee2e2;
        color: #991b1b;
        text-align: left;
        font-size: .74rem;
        text-transform: uppercase;
    }

    .cc-table .num[b-rb28uwhi4u] {
        text-align: right;
        white-space: nowrap;
    }

    .cc-table .code[b-rb28uwhi4u] {
        font-family: Consolas, monospace;
        font-weight: 700;
    }

    .cc-table tfoot td[b-rb28uwhi4u] {
        font-weight: 700;
        background: #fef2f2;
    }

    .cc-table tfoot tr.grand td[b-rb28uwhi4u] {
        background: #fee2e2;
        color: #991b1b;
        font-size: .9rem;
    }

.linkbtn[b-rb28uwhi4u] {
    border: none;
    background: #fee2e2;
    color: #b91c1c;
    border-radius: 8px;
    padding: .25rem .45rem;
    margin-right: .25rem;
    cursor: pointer;
    font-size: .74rem;
}

.cc-comments[b-rb28uwhi4u] {
    margin-top: .85rem;
    padding-top: .75rem;
    border-top: 1px solid #fecaca;
    color: #374151;
}

@media (max-width: 900px) {
    .cc-grid4[b-rb28uwhi4u],
    .cc-grid3[b-rb28uwhi4u] {
        grid-template-columns: 1fr;
    }

    .cc-wrap[b-rb28uwhi4u] {
        padding: .75rem;
    }
}
/* /Components/Pages/Dailysalesrdrilldown.razor.rz.scp.css */
 html[b-tibk6uo07n], body[b-tibk6uo07n] {
    height: 100%;
    margin: 0;
}

.bghome[b-tibk6uo07n] {
    background-image: url("../images/capcowhousea.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 530px;
    border: none;
}

.bghome1[b-tibk6uo07n] {
    background-image: url("../images/capcowhousea.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border-style: solid;
    min-height: 100%;
    min-width: 100%;  
}

.buttonhome[b-tibk6uo07n] {
    color: black;
    background-color: white;
    border: thick;
    border-color: red;
    padding-top: 0px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.hrhome[b-tibk6uo07n] {
    border-top: 20px solid red;
}

.hrbutton[b-tibk6uo07n] {
    border-top: 2px solid red;
    width: 50%;
}

.linestyle[b-tibk6uo07n] {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.customer-select[b-tibk6uo07n] {
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-select[b-tibk6uo07n] {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quote-pdf-overlay[b-tibk6uo07n] {
    position: fixed;
    inset: 0;
    background: white;
    z-index: 2000;
    display: flex;
    flex-direction: column;
}

.quote-pdf-header[b-tibk6uo07n] {
    padding: 8px;
    border-bottom: 1px solid #ccc;
    background: white;
    flex: 0 0 auto;
}

.quote-pdf-body[b-tibk6uo07n] {
    flex: 1 1 auto;
    overflow: hidden;
}
/* /Components/Pages/DebtorInvoices.razor.rz.scp.css */
 html[b-1dlq827jm5], body[b-1dlq827jm5] {
    height: 100%;
    margin: 0;
}

.bghome[b-1dlq827jm5] {
    background-image: url("../images/capcowhousea.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 530px;
    border: none;
}

.bghome1[b-1dlq827jm5] {
    background-image: url("../images/capcowhousea.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border-style: solid;
    min-height: 100%;
    min-width: 100%;  
}

.buttonhome[b-1dlq827jm5] {
    color: black;
    background-color: white;
    border: thick;
    border-color: red;
    padding-top: 0px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.hrhome[b-1dlq827jm5] {
    border-top: 20px solid red;
    opacity: 1;
}

.hrbutton[b-1dlq827jm5] {
    border-top: 2px solid red;
    width: 50%;
    opacity: 1;
}

.linestyle[b-1dlq827jm5] {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

button:not([class])[b-1dlq827jm5] {
    border: 2px outset ButtonBorder;
    background-color: ButtonFace;
    padding: 1px 6px;
}
/* /Components/Pages/DebtorInvoicesapin7.razor.rz.scp.css */
 html[b-k7do344i4k], body[b-k7do344i4k] {
    height: 100%;
    margin: 0;
}

.bghome[b-k7do344i4k] {
    background-image: url("../images/capcowhousea.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 530px;
    border: none;
}

.bghome1[b-k7do344i4k] {
    background-image: url("../images/capcowhousea.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border-style: solid;
    min-height: 100%;
    min-width: 100%;  
}

.buttonhome[b-k7do344i4k] {
    color: black;
    background-color: white;
    border: thick;
    border-color: red;
    padding-top: 0px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.hrhome[b-k7do344i4k] {
    border-top: 20px solid red;
    opacity: 1;
}

.hrbutton[b-k7do344i4k] {
    border-top: 2px solid red;
    width: 50%;
    opacity: 1;
}

.linestyle[b-k7do344i4k] {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

button:not([class])[b-k7do344i4k] {
    border: 2px outset ButtonBorder;
    background-color: ButtonFace;
    padding: 1px 6px;
}
/* /Components/Pages/Home.razor.rz.scp.css */
 html[b-5ktqfk8r9i], body[b-5ktqfk8r9i] {
    height: 100%;
    margin: 0;
}

.bghome[b-5ktqfk8r9i] {
    background-image: url("../images/capcowhousea.png");
    background-repeat: no-repeat;
    /*19/06/2022 changed cover to contain*/
    background-size: contain;
    /*19/06/2022*/
    /*width:100%;*/
    height: 530px;
    border: none;
    overflow: hidden;
    padding: 0;
    display:block;
}

.bghome1[b-5ktqfk8r9i] {
    background-image: url("../images/capcowhousea.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border-style: solid;
    min-height: 100%;
    min-width: 100%;  
}

.buttonhome[b-5ktqfk8r9i] {
    color: black;
    background-color: white;
    border: thick;
    border-color: red;
    padding-top: 0px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.hrhome[b-5ktqfk8r9i] {
    border-top: 20px solid red;
    opacity: 1;
}

.hrbutton[b-5ktqfk8r9i] {
    border-top: 2px solid red;
    width: 50%;
    opacity: 1;
}

.linestyle[b-5ktqfk8r9i] {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.entry-wrap h1[b-5ktqfk8r9i] {
    margin-left: 20px;
}
/* /Components/Pages/Login.razor.rz.scp.css */
/* /Components/Pages/Quotes.razor.rz.scp.css */
 html[b-glcpke85pp], body[b-glcpke85pp] {
    height: 100%;
    margin: 0;
}

.bghome[b-glcpke85pp] {
    background-image: url("../images/capcowhousea.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 530px;
    border: none;
}

.bghome1[b-glcpke85pp] {
    background-image: url("../images/capcowhousea.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border-style: solid;
    min-height: 100%;
    min-width: 100%;  
}

.buttonhome[b-glcpke85pp] {
    color: black;
    background-color: white;
    border: thick;
    border-color: red;
    padding-top: 0px;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.hrhome[b-glcpke85pp] {
    border-top: 20px solid red;
}

.hrbutton[b-glcpke85pp] {
    border-top: 2px solid red;
    width: 50%;
}

.linestyle[b-glcpke85pp] {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.customer-select[b-glcpke85pp] {
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-select[b-glcpke85pp] {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quote-pdf-overlay[b-glcpke85pp] {
    position: fixed;
    inset: 0;
    background: white;
    z-index: 2000;
    display: flex;
    flex-direction: column;
}

.quote-pdf-header[b-glcpke85pp] {
    padding: 8px;
    border-bottom: 1px solid #ccc;
    background: white;
    flex: 0 0 auto;
}

.quote-pdf-body[b-glcpke85pp] {
    flex: 1 1 auto;
    overflow: hidden;
}
/* /Components/Pages/SiteTracker.razor.rz.scp.css */
.site-tracker-page[b-hn4wn00t17] {
    max-width: 760px;
    margin: 0 auto;
    padding: 14px;
    background: #f4efe7;
    min-height: 100vh;
}

.topbar[b-hn4wn00t17] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #f4efe7;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    border-bottom: 1px solid #d8d1c1;
}

.app-title[b-hn4wn00t17] {
    font-size: 22px;
    font-weight: 700;
    color: #1a1816;
}

.app-subtitle[b-hn4wn00t17] {
    font-size: 12px;
    color: #7c7568;
}

.tabbar[b-hn4wn00t17] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-top: 12px;
    background: #e8dfd0;
    padding: 6px;
    border-radius: 14px;
    border: 1px solid #d8d1c1;
}

.tab-button[b-hn4wn00t17] {
    border: none;
    background: transparent;
    padding: 8px 4px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #5c554b;
}

    .tab-button.active[b-hn4wn00t17] {
        background: #fffdf8;
        color: #a3211c;
        box-shadow: 0 1px 4px rgba(0,0,0,.08);
    }

.scan-card[b-hn4wn00t17],
.form-card[b-hn4wn00t17],
.site-card[b-hn4wn00t17],
.empty-card[b-hn4wn00t17] {
    background: #fffdf8;
    border: 1px solid #d8d1c1;
    border-radius: 16px;
    padding: 14px;
    margin-top: 14px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

.scan-title[b-hn4wn00t17] {
    font-size: 18px;
    font-weight: 700;
}

.scan-text[b-hn4wn00t17] {
    color: #44403a;
    font-size: 13px;
    margin: 6px 0 12px;
}

.ai-options[b-hn4wn00t17] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.btn-capco[b-hn4wn00t17] {
    background: #a3211c;
    color: white;
    border: 1px solid #a3211c;
}

    .btn-capco:hover[b-hn4wn00t17] {
        background: #871b17;
        color: white;
        border-color: #871b17;
    }


.camera-upload-row[b-hn4wn00t17] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    margin-top: 4px;
    margin-bottom: 10px;
    width: 100%;
    min-width: 0;
}

.camera-upload-button[b-hn4wn00t17] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid #d8d1c1;
    background: #fffdf8;
    color: #1a1816;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
}

    .camera-upload-button:hover[b-hn4wn00t17] {
        background: #f8f3ea;
    }

.camera-icon[b-hn4wn00t17] {
    font-size: 22px;
    line-height: 1;
}

.camera-file-input[b-hn4wn00t17] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.camera-upload-status[b-hn4wn00t17] {
    font-size: 12px;
    color: #7c7568;
    white-space: nowrap;
}

.status-message[b-hn4wn00t17] {
    margin-top: 10px;
    font-size: 13px;
    color: #44403a;
}

.photo-strip[b-hn4wn00t17] {
    display: flex;
    overflow-x: auto;
    gap: 8px;
    margin-top: 12px;
    padding-bottom: 4px;
}

.photo-thumb[b-hn4wn00t17] {
    position: relative;
    flex: 0 0 auto;
}

    .photo-thumb img[b-hn4wn00t17] {
        width: 96px;
        height: 96px;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid #d8d1c1;
        display: block;
    }

.photo-remove[b-hn4wn00t17] {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    border: 1px solid #d8d1c1;
    background: #fffdf8;
    color: #a3211c;
    font-weight: 700;
    line-height: 18px;
    padding: 0;
}

.field[b-hn4wn00t17] {
    margin-bottom: 12px;
}

    .field label[b-hn4wn00t17] {
        display: block;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .08em;
        color: #7c7568;
        margin-bottom: 4px;
    }

.full[b-hn4wn00t17] {
    grid-column: 1 / -1;
}

.list-title[b-hn4wn00t17] {
    margin-top: 22px;
    font-weight: 700;
    color: #1a1816;
}

.site-card[b-hn4wn00t17] {
    cursor: pointer;
}

.site-card-top[b-hn4wn00t17] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.priority[b-hn4wn00t17] {
    font-size: 11px;
    border-radius: 999px;
    padding: 2px 8px;
    border: 1px solid #d8d1c1;
}

    .priority.high[b-hn4wn00t17] {
        color: #a3211c;
        border-color: #a3211c;
    }

    .priority.medium[b-hn4wn00t17] {
        color: #44403a;
    }

    .priority.low[b-hn4wn00t17] {
        color: #7c7568;
    }

.small[b-hn4wn00t17] {
    font-size: 12px;
    color: #7c7568;
    margin-top: 4px;
}

.empty-card[b-hn4wn00t17] {
    font-size: 13px;
    color: #7c7568;
}

@media (max-width: 520px) {
    .ai-options[b-hn4wn00t17] {
        grid-template-columns: 1fr;
    }

    .tab-button[b-hn4wn00t17] {
        font-size: 12px;
        padding: 7px 2px;
    }

    .camera-upload-row[b-hn4wn00t17] {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .camera-upload-status[b-hn4wn00t17] {
        white-space: normal;
        text-align: center;
    }
}

@media (max-width: 360px) {
    .camera-upload-button[b-hn4wn00t17] {
        font-size: 15px;
    }
}
