/* _content/MerchantPortal/Shared/DealCheckoutChatWidget.razor.rz.scp.css */
.deal-chat-panel[b-a78r5vqhc2] { position: fixed; right: 24px; bottom: 24px; width: 360px; height: 580px; max-width: calc(100vw - 24px); max-height: calc(100vh - var(--deal-chat-header-offset, 80px) - 24px); border: 1px solid #e6ebf2; border-radius: 20px; overflow: hidden; background: #fff; display: flex; flex-direction: column; box-shadow: 0 14px 36px rgba(20,35,70,.18); transition: all .2s ease; transform-origin: bottom right; pointer-events: auto; }

.deal-chat-widget-root[b-a78r5vqhc2] { --deal-chat-header-offset: 80px; position: fixed !important; right: 24px !important; bottom: 24px !important; z-index: 1200; width: 400px; height: 640px; max-width: calc(100vw - 24px); max-height: calc(100vh - var(--deal-chat-header-offset, 80px) - 24px); pointer-events: none; }
.deal-chat-launcher.hide[b-a78r5vqhc2] { display: none; }
.deal-chat-launcher[b-a78r5vqhc2] { position: absolute; right: 0; bottom: 0; transition: all .2s ease; pointer-events: auto; }
.deal-chat-launcher-btn[b-a78r5vqhc2] { border: 0; color: #fff; border-radius: 999px; padding: 12px 16px; display: flex; align-items: center; gap: 8px; box-shadow: 0 8px 20px rgba(0,0,0,.2); cursor: pointer; }
.deal-chat-launcher-icon[b-a78r5vqhc2] { width: 18px; height: 18px; display: inline-flex; align-items: center; justify-content: center; line-height: 1; }
.deal-chat-launcher-icon svg[b-a78r5vqhc2] { width: 18px; height: 18px; stroke: currentColor; stroke-width: 2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.deal-chat-launcher-text[b-a78r5vqhc2] { font-weight: 600; font-size: 14px; }

.deal-chat-panel.closed[b-a78r5vqhc2] { opacity: 0; transform: scale(.95) translateY(8px); pointer-events: none; }
.deal-chat-panel.open[b-a78r5vqhc2] { opacity: 1; transform: scale(1) translateY(0); }

.deal-chat-header[b-a78r5vqhc2] { display: flex; align-items: center; justify-content: flex-start; gap: 6px; padding: 12px 14px; border-bottom: 1px solid #ececec; }
.deal-chat-header-meta[b-a78r5vqhc2] { min-width: 0; }
.deal-chat-header-actions[b-a78r5vqhc2] { margin-left: auto; }

.deal-chat-header-left[b-a78r5vqhc2] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 52px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 4px;
    overflow: hidden;
}
.deal-chat-logo[b-a78r5vqhc2] { width: 100%; height: 100%; object-fit: contain; }
.deal-chat-title[b-a78r5vqhc2] { font-weight: 700; color: #222; }
.deal-chat-status[b-a78r5vqhc2] { display: flex; align-items: center; gap: 5px; font-size: 11px; color: #0f8a3d; }
.deal-chat-status-dot[b-a78r5vqhc2] { width: 7px; height: 7px; border-radius: 999px; background: currentColor; display: inline-block; }
.deal-chat-icon-btn[b-a78r5vqhc2] { border: 0; background: transparent; cursor: pointer; color: #666; padding: 6px; border-radius: 8px; }
.deal-chat-icon-btn:hover[b-a78r5vqhc2] { background: #f3f3f3; }

.deal-chat-body[b-a78r5vqhc2] { flex: 1; overflow-y: auto; padding: 12px; background: #fff; }
.deal-chat-row[b-a78r5vqhc2] { display: flex; margin-bottom: 10px; align-items: flex-end; gap: 8px; }
.deal-chat-row.user[b-a78r5vqhc2] { justify-content: flex-end; }
.deal-chat-avatar[b-a78r5vqhc2] { width: 26px; height: 26px; object-fit: contain; border: 1px solid #e6e6e6; border-radius: 999px; padding: 2px; background: #fff; }
.deal-chat-bubble[b-a78r5vqhc2] { max-width: 78%; border-radius: 14px; padding: 10px 12px; font-size: 13px; line-height: 1.4; white-space: pre-wrap; }
.deal-chat-bubble.user[b-a78r5vqhc2] { color: #fff; border-bottom-right-radius: 5px; }
.deal-chat-bubble.assistant[b-a78r5vqhc2] { background: #f1f1f1; color: #1f1f1f; border-bottom-left-radius: 5px; }
.deal-chat-typing[b-a78r5vqhc2] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 18px;
}

.deal-chat-typing span[b-a78r5vqhc2] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8d95a5;
    opacity: .4;
    animation: deal-chat-typing-dot-b-a78r5vqhc2 1s infinite ease-in-out;
}

.deal-chat-typing span:nth-child(2)[b-a78r5vqhc2] {
    animation-delay: .15s;
}

.deal-chat-typing span:nth-child(3)[b-a78r5vqhc2] {
    animation-delay: .3s;
}

@keyframes deal-chat-typing-dot-b-a78r5vqhc2 {
    0%, 80%, 100% {
        opacity: .35;
        transform: translateY(0);
    }

    40% {
        opacity: 1;
        transform: translateY(-2px);
    }
}

.deal-chat-bubble a[b-a78r5vqhc2] { text-decoration: underline; word-break: break-word; }

.deal-chat-suggested[b-a78r5vqhc2] { margin-top: auto; padding-top: 8px; }
.deal-chat-suggested-title[b-a78r5vqhc2] { font-size: 11px; color: #666; margin-bottom: 6px; }

.deal-chat-chip[b-a78r5vqhc2] {
    border: 1px solid #d7d7d7;
    background: #fff;
    border-radius: 999px;
    padding: 5px 10px;
    margin: 0 6px 6px 0;
    font-size: 11px;
    cursor: pointer;
    text-align: left;
    transition: all .15s ease;
}

.deal-chat-chip:hover[b-a78r5vqhc2] {
    background: var(--chip-hover-bg, #f5f5f5);
    border-color: var(--chip-hover-border, #cfcfcf);
}

.deal-chat-footer[b-a78r5vqhc2] { border-top: 1px solid #ececec; padding: 10px; }

.deal-chat-input-wrap[b-a78r5vqhc2] {
    display: flex;
    align-items: center;
    background: #f8f9fc;
    border: 1px solid #dfe3ea;
    border-radius: 18px;
    overflow: hidden;
    padding: 4px 6px;
}
.deal-chat-input[b-a78r5vqhc2] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 8px 10px;
    font-size: 13px;
    outline: none;
}
.deal-chat-input:focus[b-a78r5vqhc2] { border: none; }

.deal-chat-send[b-a78r5vqhc2] {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 999px;
    background: #a9b1d0;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deal-chat-send:disabled[b-a78r5vqhc2] { opacity: .45; cursor: not-allowed; }
.deal-chat-help[b-a78r5vqhc2] { margin-top: 8px; font-size: 10px; color: #7a7a7a; text-align: center; }
.deal-chat-disclaimer[b-a78r5vqhc2] {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #ececec;
    font-size: 11px;
    color: #666;
    text-align: center;
    line-height: 1.35;
}

@media (max-width: 640px) {
    .deal-chat-widget-root[b-a78r5vqhc2] { right: 10px !important; bottom: 90px !important; width: calc(100vw - 20px); height: calc(100vh - 20px); }
    .deal-chat-panel[b-a78r5vqhc2] { right: 10px; bottom: 90px; width: calc(100vw - 20px); height: calc(100vh - 20px); max-height: none; border-radius: 14px; }
    .deal-chat-launcher-text[b-a78r5vqhc2] { display: none; }
    .deal-chat-launcher-btn[b-a78r5vqhc2] { width: 52px; height: 52px; justify-content: center; border-radius: 999px; padding: 0; }
}
/* _content/MerchantPortal/Shared/MainLayout.razor.rz.scp.css */
.page[b-puehzyu21s] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content[b-puehzyu21s] {
    padding-bottom: 80px; /* Increased padding to account for fixed footer */
    flex: 1;
    border:1px solid red;
}

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

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

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

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

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

/* Responsive footer styles */
.footer[b-puehzyu21s] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1e4775;
    color: white;
    z-index: 100;
    padding: 12px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/* For pages with minimal content, make footer stick to bottom */
.min-height-container[b-puehzyu21s] {
    min-height: calc(100vh - 140px); /* Adjust based on header and footer height */
}

@media (max-width: 640.98px) {
    /* Mobile responsive styles */
    .mud-appbar .container-fluid .row .col[b-puehzyu21s] {
        padding: 0 5px;
    }
    
    #lcf-logo[b-puehzyu21s] {
        max-width: 100%;
        height: auto;
    }
    
    .HelpButton[b-puehzyu21s] {
        font-size: 0.9rem !important;
        padding: 4px 8px !important;
    }
}

@media(min-width: 641px){
    .kms[b-puehzyu21s]{
        border:2px solid red;
    }

}

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

    .sidebar[b-puehzyu21s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* _content/MerchantPortal/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qgha4mot0b] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-qgha4mot0b] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

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

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

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

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

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