/* _content/Test2/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-z0w8v2o74q] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-z0w8v2o74q], article[b-z0w8v2o74q] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-z0w8v2o74q] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-z0w8v2o74q] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Test2/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nriavb7mud] {
    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-nriavb7mud] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-nriavb7mud] {
    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-nriavb7mud] {
    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-nriavb7mud] {
    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-controller-nav-menu[b-nriavb7mud] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-controller' viewBox='0 0 16 16'%3E%3Cpath d='M11.5 6.027a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm2.5-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0zm-1.5 1.5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1zm-6.5-3h1v1h1v1h-1v1h-1v-1h-1v-1h1v-1z'/%3E%3Cpath d='M3.051 3.26a.5.5 0 0 1 .354-.613l1.932-.518a.5.5 0 0 1 .62.39c.655-.079 1.35-.117 2.043-.117.72 0 1.443.041 2.12.126a.5.5 0 0 1 .622-.399l1.932.518a.5.5 0 0 1 .306.729c.14.09.266.19.373.297.408.408.28 1.015.007 1.592c-.28.583-.83 1.469-1.493 2.55c-.673 1.095-1.422 2.3-2.114 3.22c-.29.39-.621.748-.997.971C7.533 12.5 7.26 12.5 7 12.5s-.533 0-.856-.182c-.376-.223-.707-.581-.997-.97c-.692-.921-1.44-2.126-2.114-3.221c-.663-1.08-1.212-1.967-1.493-2.55c-.273-.578-.4-1.184.007-1.592c.107-.107.234-.207.373-.297a.5.5 0 0 1 .13-.428zm2.191 1.025c-.603.076-1.156.189-1.629.348c-.631.211-.981.496-.981.86v.068c.002.19.063.396.18.617c.256.504.782 1.364 1.44 2.437c.657 1.07 1.408 2.28 2.098 3.196c.29.385.562.663.795.798c.212.127.405.165.655.165s.443-.038.655-.165c.233-.135.505-.413.795-.798c.69-.916 1.44-2.127 2.098-3.196c.658-1.073 1.184-1.933 1.44-2.437c.117-.22.178-.427.18-.617V6.5c0-.364-.35-.65-.981-.86c-.473-.159-1.026-.272-1.629-.348A3.479 3.479 0 0 1 8 5.165a3.48 3.48 0 0 1-2.758.12z'/%3E%3C/svg%3E");
}

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

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

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

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

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

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

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

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

    .nav-scrollable[b-nriavb7mud] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Test2/Components/Pages/ChatBot.razor.rz.scp.css */
/* ChatBot.razor.css */

.chat-container[b-973rus0kzl] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    max-width: 1200px;
    margin: 0 auto;
    background: #f5f5f5;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.chat-header[b-973rus0kzl] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    padding: 1.5rem;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-content[b-973rus0kzl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand-section[b-973rus0kzl] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.brand-icon[b-973rus0kzl] {
    font-size: 2.5rem;
    background: rgba(255,255,255,0.2);
    padding: 0.5rem;
    border-radius: 12px;
}

.chat-header h1[b-973rus0kzl] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.status-indicator[b-973rus0kzl] {
    margin: 0.25rem 0 0 0;
    font-size: 0.875rem;
    color: #4ade80;
    font-weight: 500;
}

.clear-btn[b-973rus0kzl] {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.3);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s;
}

.clear-btn:hover[b-973rus0kzl] {
    background: rgba(255,255,255,0.3);
}

.chat-messages[b-973rus0kzl] {
    flex: 1;
    overflow-y: auto;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.welcome-message[b-973rus0kzl] {
    text-align: center;
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto;
}

.welcome-message h2[b-973rus0kzl] {
    color: #1e3c72;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.welcome-message p[b-973rus0kzl] {
    color: #666;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.quick-options[b-973rus0kzl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.option-btn[b-973rus0kzl] {
    background: white;
    border: 2px solid #e5e7eb;
    padding: 1rem;
    border-radius: 12px;
    cursor: pointer;
    font-size: 0.95rem;
    transition: all 0.2s;
    text-align: left;
    font-weight: 500;
    color: #374151;
}

.option-btn:hover[b-973rus0kzl] {
    border-color: #2a5298;
    background: #f0f7ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(42, 82, 152, 0.1);
}

.message[b-973rus0kzl] {
    display: flex;
    gap: 0.75rem;
    max-width: 80%;
    animation: messageSlide-b-973rus0kzl 0.3s ease-out;
}

@keyframes messageSlide-b-973rus0kzl {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-message[b-973rus0kzl] {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.bot-message[b-973rus0kzl] {
    align-self: flex-start;
}

.message-avatar[b-973rus0kzl] {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background: #e5e7eb;
}

.user-message .message-avatar[b-973rus0kzl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.bot-message .message-avatar[b-973rus0kzl] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
}

.message-content[b-973rus0kzl] {
    background: white;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.user-message .message-content[b-973rus0kzl] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.message-header[b-973rus0kzl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    gap: 1rem;
}

.message-time[b-973rus0kzl] {
    font-size: 0.75rem;
    opacity: 0.7;
}

.message-text[b-973rus0kzl] {
    line-height: 1.5;
    word-wrap: break-word;
}

.typing-indicator[b-973rus0kzl] {
    display: flex;
    gap: 0.25rem;
    padding: 0.5rem 0;
}

.typing-indicator span[b-973rus0kzl] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2a5298;
    animation: typing-b-973rus0kzl 1.4s infinite;
}

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

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

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

.chat-input-container[b-973rus0kzl] {
    padding: 1.5rem;
    background: white;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
}

.input-wrapper[b-973rus0kzl] {
    display: flex;
    gap: 0.75rem;
}

.chat-input[b-973rus0kzl] {
    flex: 1;
    padding: 0.875rem 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.2s;
    font-family: inherit;
}

.chat-input:focus[b-973rus0kzl] {
    outline: none;
    border-color: #2a5298;
    box-shadow: 0 0 0 3px rgba(42, 82, 152, 0.1);
}

.chat-input:disabled[b-973rus0kzl] {
    background: #f9fafb;
    cursor: not-allowed;
}

.send-btn[b-973rus0kzl] {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
    color: white;
    border: none;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.send-btn:hover:not(:disabled)[b-973rus0kzl] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(42, 82, 152, 0.3);
}

.send-btn:disabled[b-973rus0kzl] {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
}

.send-icon[b-973rus0kzl] {
    font-size: 1.25rem;
}

.input-hint[b-973rus0kzl] {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #9ca3af;
    text-align: center;
}

/* Scrollbar styling */
.chat-messages[b-973rus0kzl]::-webkit-scrollbar {
    width: 8px;
}

.chat-messages[b-973rus0kzl]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.chat-messages[b-973rus0kzl]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

.chat-messages[b-973rus0kzl]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Responsive design */
@media (max-width: 768px) {
    .chat-messages[b-973rus0kzl] {
        padding: 1rem;
    }

    .message[b-973rus0kzl] {
        max-width: 90%;
    }

    .quick-options[b-973rus0kzl] {
        grid-template-columns: 1fr;
    }

    .chat-header h1[b-973rus0kzl] {
        font-size: 1.25rem;
    }

    .brand-icon[b-973rus0kzl] {
        font-size: 2rem;
    }
}
