@import '_content/PSC.Blazor.Components.MarkdownEditor/PSC.Blazor.Components.MarkdownEditor.bundle.scp.css';

/* _content/LLM.Web/Components/Layout/Alert.razor.rz.scp.css */
.icon[b-ryl96rgob5] {
    font-size: 100px !important;
}

.modal-content[b-ryl96rgob5] {
    border-radius: 25px;
}
/* _content/LLM.Web/Components/Layout/Card.razor.rz.scp.css */
.card-header[b-jo3at39xzy] {
    background-color: rgb(249 250 251) !important;
}
/* _content/LLM.Web/Components/Layout/Loading.razor.rz.scp.css */
.loader[b-rpslejb666] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    background: #000;
    box-sizing: border-box;
    animation: shadowExpandX-b-rpslejb666 0.8s linear infinite alternate;
}

@keyframes shadowExpandX-b-rpslejb666 {
    0% {
        box-shadow: 0 0, 0 0;
        color: rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: -24px 0, 24px 0;
        color: rgba(0, 0, 0, 0.8);
    }
}
/* _content/LLM.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bu92h2174e] {
    position: relative;
    flex-direction: row;
    display: flex;
}

main[b-bu92h2174e] {
    min-width: calc(100% - 288px);
    flex: 1;
}

main.hide[b-bu92h2174e] {
    display: none;
}


@media (max-width: 641px) {
    .page[b-bu92h2174e] {
        display: block;
    }
    main[b-bu92h2174e] {
        display: block;
    }
}
/* _content/LLM.Web/Components/Layout/Menu.razor.rz.scp.css */
.nav-item[b-weaw2bd0gg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}
.menu-title[b-weaw2bd0gg] {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    white-space: nowrap;
}
.nav-item:first-of-type[b-weaw2bd0gg] {
    padding-top: 2rem;
}
.nav-item:last-of-type[b-weaw2bd0gg] {
    padding-bottom: 2rem;
}
.nav-item[b-weaw2bd0gg]  .nav-link {
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}
.nav-item[b-weaw2bd0gg]  a.active {
    background-color: #0ea5e9;
    color: white;
    font-weight: 600;
}
.nav-item[b-weaw2bd0gg]  a.nav-link:not(.active):hover {
    background-color: #1f2937;
    color: white;
}
.menu-title.minimize[b-weaw2bd0gg] {
    display: none !important;
}
/* _content/LLM.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.title[b-d6rjbv6dsq]{
    font-size: 36px;
}

.close-sidebar-btn[b-d6rjbv6dsq] {
    display: none;
}

.bi[b-d6rjbv6dsq] {
    color: #fff;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.nav-menu[b-d6rjbv6dsq]::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.nav-menu[b-d6rjbv6dsq] {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.sidebar-title[b-d6rjbv6dsq], .sidebar-footer[b-d6rjbv6dsq], .sidebar-admin-panel-title[b-d6rjbv6dsq] {
    display: inline-block;
    white-space: nowrap;
}

.sidebar-title.minimize[b-d6rjbv6dsq], .sidebar-footer.minimize[b-d6rjbv6dsq], .sidebar-admin-panel-title.minimize[b-d6rjbv6dsq] {
    display: none !important;
}
.nav-menu.minimize[b-d6rjbv6dsq] {
    padding-inline: 0 !important;
}

.sidebar[b-d6rjbv6dsq] {
    background-color: #111827;
    width: 288px;
    height: 100vh;
    position: sticky;
    top: 0;
    transition: width 0.5s;
}

.sidebar.minimize[b-d6rjbv6dsq] {
    width: 80px;
}

.sidebar.show[b-d6rjbv6dsq] {
    display: block;
}

.log-out:hover[b-d6rjbv6dsq] {
    background-color: #1f2937;
}

@media (max-width: 641px) {
    .close-sidebar-btn[b-d6rjbv6dsq] {
        display: block;
    }
    .sidebar[b-d6rjbv6dsq] {
        width: 100%;
        display: none;
        height: 100vh;
    }
}
/* _content/LLM.Web/Components/Layout/Table.razor.rz.scp.css */
/* _content/LLM.Web/Components/Pages/Applications/Run.razor.rz.scp.css */
.chat:first-of-type[b-yb2wbf73f7] {
    padding-top: 4rem;
}

.chat:last-of-type[b-yb2wbf73f7] {
    margin-bottom: 4rem;
}

.app-sidebar[b-yb2wbf73f7] {
    background-color: #111827;
    width: 288px;
    position: static;
}

.menu[b-yb2wbf73f7] {
    color: white;
}

.menu:hover[b-yb2wbf73f7] {
    background-color: white;
    color: black;
}

.btn[b-yb2wbf73f7] {
    box-shadow: none;
}

.app-header[b-yb2wbf73f7] {
    min-height: 3.5rem;
    padding: 0.5rem;
}

.app-content[b-yb2wbf73f7] {
    min-width: calc(100% - 288px);
}

.new-chat-btn.minimize[b-yb2wbf73f7], .list-chat.minimize[b-yb2wbf73f7] {
    display: none !important;
}

.app-sidebar.minimize[b-yb2wbf73f7] {
    width: 0;
    transition: width 0.5s;
}

.app-sidebar.show[b-yb2wbf73f7] {
    display: block;
}

.app-content.hide[b-yb2wbf73f7] {
    display: none !important;
}

.close-chat[b-yb2wbf73f7] {
    display: none;
}

@media (max-width: 641px) {
    .app-sidebar[b-yb2wbf73f7] {
        width: 100%;
        display: none;
        height: 100vh;
    }
    .close-chat[b-yb2wbf73f7] {
        display: block;
    }
}
