/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* OrkinosAI Theme - Main Layout Styles */
.page[b-h07wxv78al] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.navbar[b-h07wxv78al] {
    min-height: 80px;
    backdrop-filter: blur(10px);
    background-color: rgba(33, 37, 41, 0.95) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
}

.navbar-brand[b-h07wxv78al] {
    display: flex;
    align-items: center;
    padding: 0;
}

.company-logo[b-h07wxv78al] {
    height: 50px;
    width: auto;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease, filter 0.3s ease;
}

.company-logo:hover[b-h07wxv78al] {
    transform: scale(1.05);
    filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.4));
}

.main-content[b-h07wxv78al] {
    flex: 1;
    padding-top: 80px;
}

.content[b-h07wxv78al] {
    max-width: 100%;
    padding: 0;
}

.footer[b-h07wxv78al] {
    margin-top: auto;
    padding: 20px 0;
}

.footer a[b-h07wxv78al] {
    text-decoration: none;
    margin: 0 10px;
    transition: opacity 0.3s ease;
}

.footer a:hover[b-h07wxv78al] {
    opacity: 0.7;
}

@media (max-width: 991px) {
    .navbar[b-h07wxv78al] {
        min-height: 70px;
        padding: 8px 0;
    }
    
    .company-logo[b-h07wxv78al] {
        height: 42px;
    }
}

@media (max-width: 768px) {
    .navbar[b-h07wxv78al] {
        min-height: 65px;
    }
    
    .company-logo[b-h07wxv78al] {
        height: 38px;
    }
}

@media (max-width: 576px) {
    .navbar[b-h07wxv78al] {
        min-height: auto;
        padding: 10px 0;
    }
    
    .company-logo[b-h07wxv78al] {
        height: 36px;
    }
}

#blazor-error-ui[b-h07wxv78al] {
    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-h07wxv78al] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-10if99tc8b] {
    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-10if99tc8b] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

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

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

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

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

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

    .nav-scrollable[b-10if99tc8b] {
        /* 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/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ssyq1jwr2q],
.components-reconnect-repeated-attempt-visible[b-ssyq1jwr2q],
.components-reconnect-failed-visible[b-ssyq1jwr2q],
.components-pause-visible[b-ssyq1jwr2q],
.components-resume-failed-visible[b-ssyq1jwr2q],
.components-rejoining-animation[b-ssyq1jwr2q] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ssyq1jwr2q],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ssyq1jwr2q],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ssyq1jwr2q],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ssyq1jwr2q],
#components-reconnect-modal.components-reconnect-retrying[b-ssyq1jwr2q],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ssyq1jwr2q],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ssyq1jwr2q],
#components-reconnect-modal.components-reconnect-failed[b-ssyq1jwr2q],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ssyq1jwr2q] {
    display: block;
}


#components-reconnect-modal[b-ssyq1jwr2q] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ssyq1jwr2q 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ssyq1jwr2q 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ssyq1jwr2q 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ssyq1jwr2q]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ssyq1jwr2q 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ssyq1jwr2q {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ssyq1jwr2q {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ssyq1jwr2q {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

#components-reconnect-modal p[b-ssyq1jwr2q] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ssyq1jwr2q] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ssyq1jwr2q] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ssyq1jwr2q] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ssyq1jwr2q] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ssyq1jwr2q] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ssyq1jwr2q 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ssyq1jwr2q] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ssyq1jwr2q {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Shared/ChatAgent.razor.rz.scp.css */
/* Zoota Chat Agent Styles - Azure/Fluent Design System */

/* Container */
.zoota-chat-container[b-q1v6x7aoys] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2000; /* Higher than navbar to ensure visibility */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Chat Activator Button */
.zoota-chat-activator[b-q1v6x7aoys] {
    position: relative;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0078D4 0%, #00BCF2 100%);
    border: 3px solid #FFFFFF;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(0, 120, 212, 0.5);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    /* Mobile touch handling */
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 120, 212, 0.3);
    user-select: none;
    -webkit-user-select: none;
}

.zoota-chat-activator:hover[b-q1v6x7aoys] {
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(0, 120, 212, 0.7);
}

.zoota-chat-activator:active[b-q1v6x7aoys] {
    transform: scale(0.95);
}

.zoota-avatar-btn[b-q1v6x7aoys] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Pulse animation */
.zoota-pulse[b-q1v6x7aoys] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 188, 242, 0.4);
    animation: pulse-b-q1v6x7aoys 2s infinite;
}

@keyframes pulse-b-q1v6x7aoys {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Chat Panel */
.zoota-chat-panel[b-q1v6x7aoys] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 380px;
    height: 600px;
    max-height: calc(100vh - 100px); /* Ensure it doesn't get cut off at top */
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    animation: slideUp-b-q1v6x7aoys 0.3s ease;
}

@keyframes slideUp-b-q1v6x7aoys {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Chat Header */
.zoota-chat-header[b-q1v6x7aoys] {
    background: linear-gradient(135deg, #0078D4 0%, #00BCF2 100%);
    color: white;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px 16px 0 0;
}

.zoota-header-content[b-q1v6x7aoys] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.zoota-avatar[b-q1v6x7aoys] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: white;
    padding: 4px;
}

.zoota-title h3[b-q1v6x7aoys] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.zoota-status[b-q1v6x7aoys] {
    margin: 0;
    font-size: 12px;
    opacity: 0.9;
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-dot[b-q1v6x7aoys] {
    width: 8px;
    height: 8px;
    background: #50E6FF;
    border-radius: 50%;
    display: inline-block;
    animation: blink-b-q1v6x7aoys 2s infinite;
}

@keyframes blink-b-q1v6x7aoys {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

.zoota-close-btn[b-q1v6x7aoys] {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    /* Mobile touch handling */
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
    user-select: none;
    -webkit-user-select: none;
}

.zoota-close-btn:hover[b-q1v6x7aoys] {
    background: rgba(255, 255, 255, 0.3);
}

/* Chat Body */
.zoota-chat-body[b-q1v6x7aoys] {
    flex: 1;
    overflow-y: auto;
    background: #F5F5F5;
    padding: 20px;
}

/* Welcome Screen */
.zoota-welcome[b-q1v6x7aoys] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
}

.zoota-welcome-logo[b-q1v6x7aoys] {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
}

.zoota-welcome h4[b-q1v6x7aoys] {
    color: #0078D4;
    font-size: 24px;
    margin: 0 0 10px 0;
}

.zoota-welcome p[b-q1v6x7aoys] {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

.zoota-suggestions[b-q1v6x7aoys] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.suggestion-btn[b-q1v6x7aoys] {
    background: white;
    border: 2px solid #E0E0E0;
    color: #0078D4;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.2s ease;
    text-align: left;
    /* Mobile touch handling */
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 120, 212, 0.1);
    user-select: none;
    -webkit-user-select: none;
}

.suggestion-btn:hover[b-q1v6x7aoys] {
    border-color: #0078D4;
    background: #E3F2FD;
}

/* Messages */
.zoota-messages[b-q1v6x7aoys] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.zoota-message[b-q1v6x7aoys] {
    display: flex;
    gap: 10px;
    animation: fadeIn-b-q1v6x7aoys 0.3s ease;
}

@keyframes fadeIn-b-q1v6x7aoys {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.zoota-message.user[b-q1v6x7aoys] {
    flex-direction: row-reverse;
}

.message-avatar[b-q1v6x7aoys] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: white;
    padding: 2px;
    flex-shrink: 0;
}

.message-content[b-q1v6x7aoys] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 70%;
}

.message-bubble[b-q1v6x7aoys] {
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.5;
}

.zoota-message.assistant .message-bubble[b-q1v6x7aoys] {
    background: white;
    color: #333;
    border-bottom-left-radius: 4px;
}

.zoota-message.user .message-bubble[b-q1v6x7aoys] {
    background: linear-gradient(135deg, #0078D4 0%, #00BCF2 100%);
    color: white;
    border-bottom-right-radius: 4px;
}

/* System confirmation message */
.zoota-message.system[b-q1v6x7aoys] {
    justify-content: center;
    align-items: center;
}

.zoota-message.system .message-content[b-q1v6x7aoys] {
    max-width: 100%;
    text-align: center;
}

.zoota-message.system .message-bubble[b-q1v6x7aoys] {
    background: #E3F2FD;
    color: #0078D4;
    border: 1px solid #90CAF9;
    font-size: 13px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 500;
    display: inline-block;
    animation: confirmationPulse-b-q1v6x7aoys 0.5s ease;
}

@keyframes confirmationPulse-b-q1v6x7aoys {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }
    50% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.message-time[b-q1v6x7aoys] {
    font-size: 11px;
    color: #999;
    padding: 0 8px;
}

.zoota-message.user .message-time[b-q1v6x7aoys] {
    text-align: right;
}

/* Typing Indicator */
.message-bubble.typing[b-q1v6x7aoys] {
    background: white;
    padding: 12px 20px;
}

.typing-indicator[b-q1v6x7aoys] {
    display: flex;
    gap: 4px;
}

.typing-indicator span[b-q1v6x7aoys] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0078D4;
    animation: typing-b-q1v6x7aoys 1.4s infinite;
}

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

.typing-indicator span:nth-child(3)[b-q1v6x7aoys] {
    animation-delay: 0.4s;
}

@keyframes typing-b-q1v6x7aoys {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.7;
    }
    30% {
        transform: translateY(-10px);
        opacity: 1;
    }
}

/* Chat Footer */
.zoota-chat-footer[b-q1v6x7aoys] {
    background: white;
    padding: 16px;
    border-top: 1px solid #E0E0E0;
}

.zoota-input-form[b-q1v6x7aoys] {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    align-items: flex-end;
}

.zoota-input[b-q1v6x7aoys] {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #E0E0E0;
    border-radius: 24px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    resize: none;
    overflow-y: auto;
    max-height: 120px;
    min-height: 44px;
    line-height: 1.5;
}

.zoota-input:focus[b-q1v6x7aoys] {
    border-color: #0078D4;
}

.zoota-input:disabled[b-q1v6x7aoys] {
    background: #F5F5F5;
    cursor: not-allowed;
}

.zoota-send-btn[b-q1v6x7aoys] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0078D4 0%, #00BCF2 100%);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    /* Mobile touch handling */
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 120, 212, 0.3);
    user-select: none;
    -webkit-user-select: none;
}

.zoota-send-btn:hover:not(:disabled)[b-q1v6x7aoys] {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 120, 212, 0.3);
}

.zoota-send-btn:disabled[b-q1v6x7aoys] {
    opacity: 0.5;
    cursor: not-allowed;
}

.zoota-disclaimer[b-q1v6x7aoys] {
    font-size: 11px;
    color: #999;
    text-align: center;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 480px) {
    .zoota-chat-panel[b-q1v6x7aoys] {
        width: calc(100vw - 40px);
        height: calc(100vh - 40px);
        max-height: calc(100vh - 40px);
        bottom: 20px;
        right: 20px;
    }

    .zoota-chat-activator[b-q1v6x7aoys] {
        width: 65px;
        height: 65px;
        border-width: 2px;
    }

    .zoota-avatar-btn[b-q1v6x7aoys] {
        width: 100%;
        height: 100%;
    }
}

/* Ensure proper spacing on all screen sizes */
@media (max-height: 700px) {
    .zoota-chat-panel[b-q1v6x7aoys] {
        height: calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        bottom: 30px;
    }
}

/* Scrollbar styling */
.zoota-chat-body[b-q1v6x7aoys]::-webkit-scrollbar {
    width: 8px;
}

.zoota-chat-body[b-q1v6x7aoys]::-webkit-scrollbar-track {
    background: #F5F5F5;
}

.zoota-chat-body[b-q1v6x7aoys]::-webkit-scrollbar-thumb {
    background: #CCC;
    border-radius: 4px;
}

.zoota-chat-body[b-q1v6x7aoys]::-webkit-scrollbar-thumb:hover {
    background: #AAA;
}
