/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* =========================================================
   FUTRIQAI — GLOBAL LAYOUT
   Premium website system
   ========================================================= */

.site-shell[b-5pua9zrf5k] {
    min-height: 100vh;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* =========================================================
   HEADER
   ========================================================= */

.site-header[b-5pua9zrf5k] {
    position: sticky;
    top: 0;
    z-index: 900;
    width: 100%;
    background: rgba(255, 255, 255, 0.90);
    border-bottom: 1px solid rgba(226, 232, 240, 0.78);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: background .25s ease, box-shadow .25s ease;
}

.nav-container[b-5pua9zrf5k] {
    width: min(1400px, calc(100% - 64px));
    min-height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
}


/* =========================================================
   BRAND
   ========================================================= */

.brand[b-5pua9zrf5k] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #0f172a;
    text-decoration: none;
    flex-shrink: 0;
}

.brand-mark[b-5pua9zrf5k] {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient( 135deg, #4f46e5 0%, #6366f1 48%, #7c3aed 100% );
    color: white;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: -1px;
    box-shadow: 0 9px 22px rgba(79, 70, 229, .22);
    transition: transform .25s ease, box-shadow .25s ease;
}

.brand:hover .brand-mark[b-5pua9zrf5k] {
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(79, 70, 229, .28);
}

.brand-text[b-5pua9zrf5k] {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

    .brand-text strong[b-5pua9zrf5k] {
        color: #111827;
        font-size: 17px;
        font-weight: 850;
        letter-spacing: 1px;
    }

    .brand-text small[b-5pua9zrf5k] {
        margin-top: 6px;
        color: #64748b;
        font-size: 7px;
        font-weight: 800;
        letter-spacing: 1.35px;
    }


/* =========================================================
   NAVIGATION
   ========================================================= */

.main-nav[b-5pua9zrf5k] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: auto;
}

    .main-nav[b-5pua9zrf5k]  a {
        position: relative;
        padding: 10px 13px;
        color: #475569;
        text-decoration: none;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 650;
        border-radius: 9px;
        transition: color .2s ease, background .2s ease, transform .2s ease;
    }

        .main-nav[b-5pua9zrf5k]  a:hover {
            color: #4f46e5;
            background: #f8fafc;
            transform: translateY(-1px);
        }

        .main-nav[b-5pua9zrf5k]  a.active {
            color: #4f46e5;
        }

            .main-nav[b-5pua9zrf5k]  a.active::after {
                content: "";
                position: absolute;
                left: 13px;
                right: 13px;
                bottom: 3px;
                height: 2px;
                border-radius: 20px;
                background: #4f46e5;
                box-shadow: 0 2px 8px rgba(79, 70, 229, .22);
            }


/* =========================================================
   HEADER CTA
   ========================================================= */

.nav-cta[b-5pua9zrf5k] {
    min-height: 46px;
    padding: 0 19px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 11px;
    background: #0f172a;
    color: white;
    text-decoration: none;
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
    box-shadow: 0 9px 24px rgba(15, 23, 42, .10);
    transition: transform .22s ease, background .22s ease, box-shadow .22s ease;
}

    .nav-cta span[b-5pua9zrf5k] {
        font-size: 14px;
        transition: transform .22s ease;
    }

    .nav-cta:hover[b-5pua9zrf5k] {
        transform: translateY(-2px);
        background: #4f46e5;
        box-shadow: 0 14px 30px rgba(79, 70, 229, .20);
    }

        .nav-cta:hover span[b-5pua9zrf5k] {
            transform: translate(2px, -2px);
        }


/* =========================================================
   MAIN CONTENT
   ========================================================= */

.site-content[b-5pua9zrf5k] {
    min-height: calc(100vh - 82px);
    background: #ffffff;
}


/* =========================================================
   FOOTER
   ========================================================= */

.site-footer[b-5pua9zrf5k] {
    position: relative;
    background: #0b1120;
    color: white;
    padding: 82px 0 0;
    overflow: hidden;
}

    .site-footer[b-5pua9zrf5k]::before {
        content: "";
        position: absolute;
        width: 520px;
        height: 520px;
        right: -250px;
        top: -300px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(99, 102, 241, .10), transparent 68% );
        pointer-events: none;
    }

.footer-container[b-5pua9zrf5k] {
    position: relative;
    z-index: 2;
    width: min(1400px, calc(100% - 64px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.5fr .7fr .7fr 1.4fr;
    gap: 70px;
}

.footer-brand p[b-5pua9zrf5k] {
    max-width: 320px;
    margin: 22px 0 0;
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.75;
}

.footer-logo[b-5pua9zrf5k] {
    color: white;
}

    .footer-logo .brand-text strong[b-5pua9zrf5k] {
        color: white;
    }

    .footer-logo .brand-text small[b-5pua9zrf5k] {
        color: #64748b;
    }

.footer-column[b-5pua9zrf5k] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}

    .footer-column h3[b-5pua9zrf5k] {
        margin: 0 0 9px;
        color: white;
        font-size: 13px;
        font-weight: 750;
    }

    .footer-column a[b-5pua9zrf5k] {
        position: relative;
        color: #94a3b8;
        text-decoration: none;
        font-size: 13px;
        transition: color .2s ease, transform .2s ease;
    }

        .footer-column a:hover[b-5pua9zrf5k] {
            color: white;
            transform: translateX(2px);
        }

.footer-connect p[b-5pua9zrf5k] {
    max-width: 340px;
    margin: 0;
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.75;
}

.footer-link[b-5pua9zrf5k] {
    margin-top: 7px;
    color: #a5b4fc !important;
    font-size: 13px;
    font-weight: 750;
}

    .footer-link:hover[b-5pua9zrf5k] {
        color: white !important;
    }


/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.footer-bottom[b-5pua9zrf5k] {
    position: relative;
    z-index: 2;
    width: min(1400px, calc(100% - 64px));
    margin: 68px auto 0;
    padding: 23px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #1e293b;
    color: #64748b;
    font-size: 11px;
}


/* =========================================================
   GLOBAL CHATBOT BUTTON
   ========================================================= */

.global-chatbot[b-5pua9zrf5k] {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 10000;
    width: 62px;
    height: 62px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, #4f46e5, #6366f1 50%, #7c3aed );
    color: white;
    cursor: pointer;
    box-shadow: 0 16px 40px rgba(79, 70, 229, .32);
    transition: transform .25s ease, box-shadow .25s ease;
}

    .global-chatbot:hover[b-5pua9zrf5k] {
        transform: translateY(-4px) scale(1.04);
        box-shadow: 0 22px 52px rgba(79, 70, 229, .40);
    }

.chatbot-spark[b-5pua9zrf5k] {
    position: relative;
    z-index: 3;
    font-size: 27px;
    line-height: 1;
    transition: transform .25s ease;
}

.global-chatbot:hover .chatbot-spark[b-5pua9zrf5k] {
    transform: rotate(12deg) scale(1.08);
}

.chatbot-x[b-5pua9zrf5k] {
    position: relative;
    z-index: 3;
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
}

.chatbot-pulse[b-5pua9zrf5k] {
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(129, 140, 248, .55);
    border-radius: 50%;
    pointer-events: none;
    animation: chatbotPulse-b-5pua9zrf5k 2.8s infinite;
}

@keyframes chatbotPulse-b-5pua9zrf5k {
    0% {
        transform: scale(.9);
        opacity: .7;
    }

    70% {
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}


/* =========================================================
   CHATBOT PANEL
   ========================================================= */

.chatbot-panel[b-5pua9zrf5k] {
    position: fixed;
    right: 28px;
    bottom: 105px;
    z-index: 9999;
    width: 390px;
    max-width: calc(100vw - 36px);
    height: 610px;
    max-height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: rgba(255, 255, 255, .98);
    border: 1px solid rgba(226, 232, 240, .95);
    border-radius: 24px;
    box-shadow: 0 30px 90px rgba(15, 23, 42, .20), 0 5px 20px rgba(15, 23, 42, .05);
    animation: chatbotOpen-b-5pua9zrf5k .25s ease;
}

@keyframes chatbotOpen-b-5pua9zrf5k {
    from {
        opacity: 0;
        transform: translateY(15px) scale(.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


/* =========================================================
   CHATBOT HEADER
   ========================================================= */

.chatbot-header[b-5pua9zrf5k] {
    min-height: 78px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0b1120;
    color: white;
}

.chatbot-title[b-5pua9zrf5k] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chatbot-avatar[b-5pua9zrf5k] {
    width: 43px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    background: linear-gradient( 135deg, #818cf8, #4f46e5 );
    color: white;
    font-size: 12px;
    font-weight: 850;
    box-shadow: 0 8px 20px rgba(79, 70, 229, .28);
}

.chatbot-title-text strong[b-5pua9zrf5k] {
    display: block;
    color: white;
    font-size: 13px;
    font-weight: 800;
}

.chatbot-title-text span[b-5pua9zrf5k] {
    margin-top: 5px;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #94a3b8;
    font-size: 10px;
}

.online-dot[b-5pua9zrf5k] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 3px rgba(74, 222, 128, .10);
}

.chatbot-header-actions[b-5pua9zrf5k] {
    display: flex;
    align-items: center;
    gap: 7px;
}

.chatbot-reset[b-5pua9zrf5k],
.chatbot-close[b-5pua9zrf5k] {
    width: 35px;
    height: 35px;
    padding: 0;
    border: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .07);
    color: white;
    cursor: pointer;
    transition: background .2s ease, transform .2s ease;
}

.chatbot-reset[b-5pua9zrf5k] {
    font-size: 18px;
}

.chatbot-close[b-5pua9zrf5k] {
    font-size: 23px;
    font-weight: 300;
}

    .chatbot-reset:hover[b-5pua9zrf5k],
    .chatbot-close:hover[b-5pua9zrf5k] {
        background: rgba(255, 255, 255, .14);
        transform: translateY(-1px);
    }


/* =========================================================
   CHAT MESSAGES
   ========================================================= */

.chatbot-messages[b-5pua9zrf5k] {
    flex: 1;
    min-height: 0;
    padding: 22px 17px;
    overflow-y: auto;
    scroll-behavior: smooth;
    background: linear-gradient( 180deg, #f8fafc 0%, #f5f7fb 100% );
}

    .chatbot-messages[b-5pua9zrf5k]::-webkit-scrollbar {
        width: 7px;
    }

    .chatbot-messages[b-5pua9zrf5k]::-webkit-scrollbar-track {
        background: transparent;
    }

    .chatbot-messages[b-5pua9zrf5k]::-webkit-scrollbar-thumb {
        background: #cbd5e1;
        border-radius: 20px;
    }

.chat-message[b-5pua9zrf5k] {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 17px;
}

    .chat-message.user[b-5pua9zrf5k] {
        justify-content: flex-end;
    }

        .chat-message.user .message-content[b-5pua9zrf5k] {
            align-items: flex-end;
        }

.message-content[b-5pua9zrf5k] {
    max-width: 78%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.message-avatar[b-5pua9zrf5k] {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #4f46e5;
    color: white;
    font-size: 8px;
    font-weight: 850;
    box-shadow: 0 5px 14px rgba(79, 70, 229, .18);
}

.message-bubble[b-5pua9zrf5k] {
    padding: 13px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 5px 17px 17px 17px;
    background: white;
    color: #334155;
    box-shadow: 0 7px 22px rgba(15, 23, 42, .045);
}

    .message-bubble strong[b-5pua9zrf5k] {
        display: block;
        margin-bottom: 6px;
        color: #0f172a;
        font-size: 12px;
        font-weight: 750;
    }

    .message-bubble p[b-5pua9zrf5k] {
        margin: 0;
        color: #64748b;
        font-size: 12px;
        line-height: 1.7;
    }

.user-bubble[b-5pua9zrf5k] {
    border: 0;
    border-radius: 17px 5px 17px 17px;
    background: linear-gradient( 135deg, #4f46e5, #6366f1 );
    color: white;
    box-shadow: 0 8px 22px rgba(79, 70, 229, .20);
}

    .user-bubble p[b-5pua9zrf5k],
    .user-bubble[b-5pua9zrf5k] {
        color: white;
        font-size: 12px;
        line-height: 1.6;
    }

.message-time[b-5pua9zrf5k] {
    margin-top: 5px;
    padding: 0 3px;
    color: #94a3b8;
    font-size: 8px;
    font-weight: 650;
}


/* =========================================================
   TYPING INDICATOR
   ========================================================= */

.typing-bubble[b-5pua9zrf5k] {
    min-width: 62px;
    min-height: 42px;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #e2e8f0;
    border-radius: 5px 17px 17px 17px;
    background: white;
}

    .typing-bubble span[b-5pua9zrf5k] {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #94a3b8;
        animation: typingDot-b-5pua9zrf5k 1.2s infinite ease-in-out;
    }

        .typing-bubble span:nth-child(2)[b-5pua9zrf5k] {
            animation-delay: .15s;
        }

        .typing-bubble span:nth-child(3)[b-5pua9zrf5k] {
            animation-delay: .30s;
        }

@keyframes typingDot-b-5pua9zrf5k {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: .45;
    }

    30% {
        transform: translateY(-4px);
        opacity: 1;
    }
}


/* =========================================================
   CHAT SUGGESTIONS
   ========================================================= */

.chatbot-suggestions[b-5pua9zrf5k] {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.suggestion-label[b-5pua9zrf5k] {
    margin: 2px 3px 4px;
    color: #94a3b8;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .9px;
    text-transform: uppercase;
}

.chatbot-suggestions button[b-5pua9zrf5k] {
    width: 100%;
    min-height: 58px;
    padding: 9px 11px;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 13px;
    background: rgba(255, 255, 255, .92);
    color: #334155;
    text-align: left;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

    .chatbot-suggestions button:hover[b-5pua9zrf5k] {
        transform: translateY(-1px);
        border-color: #a5b4fc;
        background: white;
        box-shadow: 0 8px 22px rgba(79, 70, 229, .08);
    }

.suggestion-icon[b-5pua9zrf5k] {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: #eef2ff;
    color: #4f46e5;
    font-size: 14px;
    font-weight: 800;
}

.chatbot-suggestions button span:nth-child(2)[b-5pua9zrf5k] {
    min-width: 0;
    flex: 1;
}

.chatbot-suggestions strong[b-5pua9zrf5k] {
    display: block;
    color: #334155;
    font-size: 10px;
    font-weight: 800;
}

.chatbot-suggestions small[b-5pua9zrf5k] {
    display: block;
    margin-top: 3px;
    color: #94a3b8;
    font-size: 8px;
}

.chatbot-suggestions b[b-5pua9zrf5k] {
    color: #94a3b8;
    font-size: 15px;
}


/* =========================================================
   CHAT INPUT
   ========================================================= */

.chatbot-input-area[b-5pua9zrf5k] {
    min-height: 72px;
    padding: 11px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: white;
    border-top: 1px solid #e2e8f0;
}

    .chatbot-input-area input[b-5pua9zrf5k] {
        flex: 1;
        min-width: 0;
        height: 47px;
        padding: 0 14px;
        border: 1px solid #cbd5e1;
        border-radius: 12px;
        outline: none;
        color: #0f172a;
        background: white;
        font-family: inherit;
        font-size: 12px;
        transition: border-color .2s ease, box-shadow .2s ease;
    }

        .chatbot-input-area input[b-5pua9zrf5k]::placeholder {
            color: #94a3b8;
        }

        .chatbot-input-area input:focus[b-5pua9zrf5k] {
            border-color: #818cf8;
            box-shadow: 0 0 0 4px rgba(99, 102, 241, .08);
        }

        .chatbot-input-area input:disabled[b-5pua9zrf5k] {
            background: #f8fafc;
            cursor: wait;
        }

.chat-send[b-5pua9zrf5k] {
    width: 47px;
    height: 47px;
    flex-shrink: 0;
    padding: 0;
    border: 0;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 135deg, #4f46e5, #6366f1 );
    color: white;
    font-size: 19px;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(79, 70, 229, .20);
    transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

    .chat-send:hover:not(:disabled)[b-5pua9zrf5k] {
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(79, 70, 229, .28);
    }

    .chat-send:disabled[b-5pua9zrf5k] {
        opacity: .45;
        cursor: not-allowed;
        box-shadow: none;
    }

.send-loading[b-5pua9zrf5k] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, .35);
    border-top-color: white;
    border-radius: 50%;
    animation: sendSpin-b-5pua9zrf5k .7s linear infinite;
}

@keyframes sendSpin-b-5pua9zrf5k {
    to {
        transform: rotate(360deg);
    }
}


/* =========================================================
   CHAT FOOTER
   ========================================================= */

.chatbot-footer-note[b-5pua9zrf5k] {
    min-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    color: #cbd5e1;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .5px;
}


/* =========================================================
   BLAZOR ERROR
   ========================================================= */

#blazor-error-ui[b-5pua9zrf5k] {
    color-scheme: light;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200000;
    display: none;
    width: 100%;
    padding: .75rem 1.25rem;
    box-sizing: border-box;
    background: #fff7ed;
    color: #9a3412;
    border-top: 1px solid #fed7aa;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, .10);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1100px) {

    .nav-container[b-5pua9zrf5k] {
        width: min(100% - 40px, 1400px);
    }

    .main-nav[b-5pua9zrf5k] {
        gap: 0;
    }

        .main-nav[b-5pua9zrf5k]  a {
            padding-left: 9px;
            padding-right: 9px;
        }

    .nav-cta[b-5pua9zrf5k] {
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer-container[b-5pua9zrf5k] {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }
}


/* =========================================================
   MOBILE NAV / LAYOUT
   ========================================================= */

@media (max-width: 850px) {

    .nav-container[b-5pua9zrf5k] {
        min-height: 72px;
        width: calc(100% - 32px);
        gap: 15px;
    }

    .main-nav[b-5pua9zrf5k] {
        display: none;
    }

    .nav-cta[b-5pua9zrf5k] {
        margin-left: auto;
    }

    .site-content[b-5pua9zrf5k] {
        min-height: calc(100vh - 72px);
    }

    .footer-container[b-5pua9zrf5k] {
        width: calc(100% - 36px);
        grid-template-columns: 1fr 1fr;
        gap: 42px 30px;
    }

    .footer-bottom[b-5pua9zrf5k] {
        width: calc(100% - 36px);
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .chatbot-panel[b-5pua9zrf5k] {
        right: 18px;
        bottom: 94px;
        max-height: calc(100vh - 120px);
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 560px) {

    .nav-container[b-5pua9zrf5k] {
        width: calc(100% - 24px);
    }

    .brand[b-5pua9zrf5k] {
        gap: 9px;
    }

    .brand-mark[b-5pua9zrf5k] {
        width: 39px;
        height: 39px;
        border-radius: 11px;
        font-size: 19px;
    }

    .brand-text strong[b-5pua9zrf5k] {
        font-size: 16px;
        letter-spacing: .7px;
    }

    .brand-text small[b-5pua9zrf5k] {
        display: none;
    }

    .nav-cta[b-5pua9zrf5k] {
        min-height: 40px;
        padding: 0 13px;
        border-radius: 10px;
        font-size: 12px;
    }

    .footer-container[b-5pua9zrf5k] {
        width: calc(100% - 36px);
        grid-template-columns: 1fr;
    }

    .footer-bottom[b-5pua9zrf5k] {
        width: calc(100% - 36px);
        padding-bottom: 25px;
    }

    .global-chatbot[b-5pua9zrf5k] {
        right: 18px;
        bottom: 18px;
        width: 58px;
        height: 58px;
    }

    .chatbot-panel[b-5pua9zrf5k] {
        right: 10px;
        bottom: 86px;
        width: calc(100vw - 20px);
        height: min(610px, calc(100vh - 105px));
        max-height: calc(100vh - 105px);
        border-radius: 20px;
    }

    .chatbot-header[b-5pua9zrf5k] {
        min-height: 70px;
    }

    .chatbot-messages[b-5pua9zrf5k] {
        padding: 18px 12px;
    }

    .message-content[b-5pua9zrf5k] {
        max-width: 82%;
    }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 390px) {

    .nav-cta[b-5pua9zrf5k] {
        padding: 0 11px;
        font-size: 11px;
    }

    .brand-text strong[b-5pua9zrf5k] {
        font-size: 15px;
    }

    .chatbot-panel[b-5pua9zrf5k] {
        right: 7px;
        width: calc(100vw - 14px);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7m0pzltnem],
.components-reconnect-repeated-attempt-visible[b-7m0pzltnem],
.components-reconnect-failed-visible[b-7m0pzltnem],
.components-pause-visible[b-7m0pzltnem],
.components-resume-failed-visible[b-7m0pzltnem],
.components-rejoining-animation[b-7m0pzltnem] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7m0pzltnem],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7m0pzltnem],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7m0pzltnem],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7m0pzltnem],
#components-reconnect-modal.components-reconnect-retrying[b-7m0pzltnem],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7m0pzltnem],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7m0pzltnem],
#components-reconnect-modal.components-reconnect-failed[b-7m0pzltnem],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7m0pzltnem] {
    display: block;
}


#components-reconnect-modal[b-7m0pzltnem] {
    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-7m0pzltnem 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7m0pzltnem 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7m0pzltnem 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7m0pzltnem]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7m0pzltnem 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7m0pzltnem {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7m0pzltnem {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7m0pzltnem {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7m0pzltnem] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7m0pzltnem] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7m0pzltnem] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7m0pzltnem] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7m0pzltnem] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7m0pzltnem] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7m0pzltnem] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7m0pzltnem 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7m0pzltnem] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7m0pzltnem {
    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;
    }
}
