@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.dwk6czdzfo.bundle.scp.css';

/* _content/CoGo.Web/Pages/Devices/Dialogs/ThresholdPreviewDialog.razor.rz.scp.css */
.loading-container[b-qjba2wba0v] {
    min-height: 380px;
}

.hint-text[b-qjba2wba0v] {
    color: var(--neutral-foreground-hint);
}

.zscore-slider[b-qjba2wba0v] {
    width: 100%;
}

.preview-chart[b-qjba2wba0v] {
    width: 100%;
    height: 380px;
}

.cancel-button[b-qjba2wba0v] {
    border-radius: 20px;
}
/* _content/CoGo.Web/Pages/Home/SiteSummary.razor.rz.scp.css */
.site-summary-container[b-mlcue0cmu3] {
    position: absolute;
    top: 65px;
    left: 90px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    width: 390px;
}

.site-summary[b-mlcue0cmu3] {
    display: flex;
    flex-direction: row;
    height: 90px;
    border-radius: 16px;
    background-color: var(--cogo-main-offwhite-color);
    overflow: hidden;
    box-shadow: var(--elevation-shadow-card-rest);
}

    .site-summary div[b-mlcue0cmu3] {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .site-summary .alarms-section[b-mlcue0cmu3] {
        padding: 12px;
        width: 20%;
        background-color: #D7D4D4;
    }

        .site-summary .alarms-section[danger][b-mlcue0cmu3] {
            background-color: var(--cogo-main-red-color);
        }

            .site-summary .alarms-section[danger] .section-header[b-mlcue0cmu3] {
                color: var(--cogo-main-offwhite-color);
            }

        .site-summary .alarms-section .section-header[b-mlcue0cmu3] {
            color: brown;
        }

        .site-summary .alarms-section .section-value[b-mlcue0cmu3] {
            background-color: #F1FAF1;
            border-radius: 6px;
            width: 80%;
            color: brown;
        }

        .site-summary .alarms-section[danger] .section-value[b-mlcue0cmu3] {
            background-color: var(--cogo-main-offwhite-color);
        }

    .site-summary .sensors-section[b-mlcue0cmu3] {
        padding: 12px;
        width: 22%;
        border-right: solid 1px lightgrey;
    }

    .site-summary .section-label[b-mlcue0cmu3] {
        display: flex;
        flex-direction: row;
        font-size: 11px;
    }

    .site-summary .assets-section[b-mlcue0cmu3] {
        padding: 12px;
        width: 48%;
    }

    .site-summary .button-section[b-mlcue0cmu3] {
        justify-content: center;
        width: 10%;
    }

        .site-summary .button-section:hover[b-mlcue0cmu3] {
            background-color: #ECECEC;
            cursor: pointer;
        }

    .site-summary .section-header[b-mlcue0cmu3] {
        font-size: 14px;
        font-weight: 600 !important;
        color: var(--cogo-main-lightgrey-color);
        margin-bottom: 4px;
    }

    .site-summary .section-value[b-mlcue0cmu3] {
        color: var(--cogo-main-black-color);
        font-weight: 600 !important;
        padding: 4px 8px;
        font-size: 18px;
    }

.site-summary-list[b-mlcue0cmu3] {
    display: flex;
    flex-direction: column;
    background-color: var(--cogo-main-offwhite-color);
    border-radius: 16px;
    margin-top: 8px;
    padding-top: 0;
    box-shadow: var(--elevation-shadow-card-rest);
    overflow: hidden;
    transition: max-height 0.2s ease, opacity 0.2s ease;
    opacity: 0;
    pointer-events: none;
    max-height: 0;
}

    .site-summary-list.show[b-mlcue0cmu3] {
        opacity: 1;
        height: min(70vh, 800px);
        max-height: min(70vh, 800px);
        pointer-events: auto;
    }

        .site-summary-list.show.item-selected[b-mlcue0cmu3] {
            min-height: 0;
            height: auto;
            max-height: min(70vh, 800px);
        }

    .site-summary-list .site-summary-scroll[b-mlcue0cmu3] {
        display: flex;
        flex-direction: column;
        border-radius: inherit;
        min-height: 0;
        box-sizing: border-box;
        overflow: hidden;
    }

        .site-summary-list.show:not(.item-selected) .site-summary-scroll[b-mlcue0cmu3] {
            height: 100%;
            max-height: 100%;
        }

        .site-summary-list.show.item-selected .site-summary-scroll[b-mlcue0cmu3] {
            max-height: min(70vh, 800px);
            overflow: hidden;
        }

    .site-summary-list .item-list[b-mlcue0cmu3] {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        box-sizing: border-box;
        padding-top: 12px;
        overflow: hidden;
    }

        .site-summary-list .item-list.item-selected[b-mlcue0cmu3] {
            display: none;
        }

    .site-summary-list .site-summary-detail[b-mlcue0cmu3] {
        display: none;
        min-height: 0;
        overflow: hidden;
    }

        .site-summary-list.show.item-selected .site-summary-detail[b-mlcue0cmu3] {
            display: block;
            padding-top: 12px;
        }

.site-summary-container[b-mlcue0cmu3]  .site-summary-detail-panel {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    max-height: calc(min(70vh, 800px) - 12px);
    overflow: hidden;
}

.site-summary-container[b-mlcue0cmu3]  .site-summary-detail-content {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.site-summary-container[b-mlcue0cmu3]  .site-summary-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 68px;
    padding: 8px 12px;
    border-bottom: solid 1px lightgrey;
}

    .site-summary-container[b-mlcue0cmu3]  .site-summary-item:hover {
        background-color: #ECECEC;
        cursor: pointer;
    }

    .site-summary-container[b-mlcue0cmu3]  .site-summary-item:first-child {
        padding-top: 12px;
    }

    .site-summary-container[b-mlcue0cmu3]  .site-summary-item:last-child {
        height: 72px;
    }

    .site-summary-container[b-mlcue0cmu3]  .site-summary-item .title-container {
        width: 65%;
        display: flex;
        flex-direction: column;
    }

.site-summary-container[b-mlcue0cmu3]  .site-summary-detail-content .photo-container img {
    max-height: min(45vh, 420px);
}

@media (max-width: 768px) {
    .site-summary-container[b-mlcue0cmu3]  .site-summary-detail-content .photo-container img {
        max-height: none;
    }
}
/* _content/CoGo.Web/Pages/Settings/AccountUsers.razor.rz.scp.css */
/* Mobile: hide all checkbox columns, show only Name + Kebab */
@media (max-width: 960px) {
    .users-table[b-3al6elikik] {
        grid-template-columns: 1fr 0.3fr !important;
    }
}

/* Desktop adjustments */
@media (min-width: 961px) {
    .users-table[b-3al6elikik] {
        max-width: 900px;
    }
}

.cursor-pointer[b-3al6elikik] {
    cursor: pointer;
}
/* _content/CoGo.Web/Pages/Settings/AddEditUserDialog.razor.rz.scp.css */
.required-asterisk[b-5qa23vqjy1] {
    color: var(--cogo-error-red-color);
}

.site-permissions-grid[b-5qa23vqjy1] {
    height: 250px;
    width: 100%;
    overflow-y: auto;
}
/* _content/CoGo.Web/Pages/Settings/NotificationManagement.razor.rz.scp.css */
@media (min-width: 961px) {
    .escalation-levels-table[b-e8crt1l5d7] {
        max-width: 900px;
    }
}
/* _content/CoGo.Web/Pages/Settings/Settings.razor.rz.scp.css */
.settings-container[b-zrmodwabon] {
    display: flex;
    height: 100%;
}

/* Sidebar Styles */
.settings-sidebar[b-zrmodwabon] {
    width: 280px;
    border-right: 1px solid #e0e0e0;
    flex-shrink: 0;
    position: sticky;
    top: 0;
    height: calc(100vh - 50px);
    overflow-y: auto;
    background-color: #fbfbfb;
}

/* Content Area */
.settings-content[b-zrmodwabon] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 50px);
    padding: 0;
    overflow-y: auto;
    background-color: white;
}

/* Footer positioning */
.settings-content[b-zrmodwabon]  .footer {
    margin-top: auto;
    width: 100%;
}

/* Mobile Menu Button (Hidden on Desktop) */
.mobile-menu-button[b-zrmodwabon] {
    display: none;
}

.mobile-overlay[b-zrmodwabon] {
    display: none;
}

.sidebar-header[b-zrmodwabon] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fbfbfb;
}

.mobile-close-button[b-zrmodwabon] {
    display: none;
}

.sidebar-nav[b-zrmodwabon] {
    padding: 1rem 0;
}

.nav-section[b-zrmodwabon] {
    margin-bottom: 1.5rem;
}

.nav-section-header[b-zrmodwabon] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.75rem 1.5rem;
    border: none;
    background: none;
    color: #333;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    text-align: left;
}

.nav-section-header:hover[b-zrmodwabon] {
    background-color: #f5f5f5;
}

.nav-section-header[b-zrmodwabon]  svg:first-child {
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    transition: transform 0.2s;
}

.nav-section-header.expanded[b-zrmodwabon]  svg:first-child,
.nav-section-header[b-zrmodwabon]  svg:first-child.rotated {
    transform: rotate(90deg);
}

.nav-sub-items[b-zrmodwabon] {
    animation: slideDown-b-zrmodwabon 0.2s ease-out;
}

@keyframes slideDown-b-zrmodwabon {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav-item[b-zrmodwabon] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.75rem 1.5rem;
    border: none;
    background: none;
    color: #333;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    text-align: left;
}

.nav-item.sub-item[b-zrmodwabon] {
    padding-left: 3.5rem;
}

.nav-item:hover[b-zrmodwabon] {
    background-color: #f5f5f5;
}

.nav-item.active[b-zrmodwabon] {
    background-color: #e4f1ed;
    color: #007c5d;
    font-weight: 500;
    position: relative;
}

.nav-item.active[b-zrmodwabon]::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #007c5d;
}

.nav-item[b-zrmodwabon]  svg {
    width: 20px;
    height: 20px;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.no-permission[b-zrmodwabon] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    color: #666;
}

.no-permission[b-zrmodwabon]  svg {
    margin-bottom: 1rem;
    color: #999;
}

/* Mobile Styles */
@media (max-width: 960px) {
    .settings-content[b-zrmodwabon]  .footer {
        display: none;
    }

    .settings-container[b-zrmodwabon] {
        display: block;
        height: auto;
        min-height: 100vh;
    }

    .mobile-close-button[b-zrmodwabon] {
        display: flex;
        align-items: center;
        justify-content: center;
        background: none;
        border: none;
        padding: 0.5rem;
        cursor: pointer;
    }

    .mobile-menu-button[b-zrmodwabon] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: 100%;
        padding: 1rem;
        background-color: white;
        border: none;
        border-bottom: 1px solid #e0e0e0;
        font-size: 1.125rem;
        font-weight: 600;
        cursor: pointer;
        color: #333;
        position: sticky;
        top: 0;
        z-index: 6;
    }

    .settings-content[b-zrmodwabon] {
        min-height: auto;
        overflow: visible;
    }

    /* Child component headers stay sticky below mobile menu */
    .settings-content[b-zrmodwabon]  .p-4.border-bottom.position-sticky {
        top: 58px;
        z-index: 40;
    }

    .settings-sidebar[b-zrmodwabon] {
        position: fixed;
        top: 0;
        left: -100%;
        width: 280px;
        height: 100%;
        border-right: none;
        box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
        z-index: 999;
        transition: left 0.3s ease-out;
        background-color: #fbfbfb;
        overflow-y: auto;
    }

    .settings-sidebar.mobile-open[b-zrmodwabon] {
        left: 0;
    }

    .mobile-overlay[b-zrmodwabon] {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 998;
        animation: fadeIn 0.2s ease-out;
    }
}
/* _content/CoGo.Web/Pages/SharedComponents/ChatBot.razor.rz.scp.css */
.chat-toggle-button[b-hdp8t1ekul] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--cogo-main-darkgrey-color);
    color: white;
    border-radius: 50%;
    padding: 0.75rem;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: background-color 0.3s ease;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-toggle-icon[b-hdp8t1ekul] {
    position: absolute;
    transition: opacity 0.3s ease;
    opacity: 0;
}

    .chat-toggle-icon.show[b-hdp8t1ekul] {
        opacity: 1;
    }

.chat-box[b-hdp8t1ekul] {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 370px;
    height: 530px;
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    z-index: 1000;
    overflow: hidden;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0;
    pointer-events: none;
}

    .chat-box.show[b-hdp8t1ekul] {
        opacity: 1;
        pointer-events: auto;
    }

.chat-header[b-hdp8t1ekul] {
    background-color: var(--cogo-main-darkgrey-color);
    color: white;
    padding: 1rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    margin-bottom: 0.5rem;
}

.chat-close-button[b-hdp8t1ekul] {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1rem;
    cursor: pointer;
}

.chat-messages[b-hdp8t1ekul] {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 1rem;
    display: flex;
    flex-direction: column;
}

.chat-message[b-hdp8t1ekul] {
    padding: 0.5rem;
    border-radius: 10px;
    word-wrap: break-word;
}

    .chat-message.user[b-hdp8t1ekul] {
        background-color: #daf1ff;
        align-self: flex-end;
    }

    .chat-message.bot[b-hdp8t1ekul] {
        background-color: #f1f1f1;
        align-self: flex-start;
    }

        .chat-message.bot[b-hdp8t1ekul]  p {
            margin: 0;
        }

        .chat-message.bot .chat-markdown[b-hdp8t1ekul] {
            font-size: 0.92em; 
        }

            .chat-message.bot .chat-markdown[b-hdp8t1ekul]  ul,
            .chat-message.bot .chat-markdown[b-hdp8t1ekul]  ol {
                margin: 0.2rem 0 0.35rem 1rem;
                padding-left: 0.7rem;
            }

            .chat-message.bot .chat-markdown[b-hdp8t1ekul]  li {
                margin: 0.08rem 0;
            }

            .chat-message.bot .chat-markdown[b-hdp8t1ekul]  h1,
            .chat-message.bot .chat-markdown[b-hdp8t1ekul]  h2,
            .chat-message.bot .chat-markdown[b-hdp8t1ekul]  h3,
            .chat-message.bot .chat-markdown[b-hdp8t1ekul]  h4 {
                font-size: 1em; 
                font-weight: 700; 
            }

.chat-message-wrapper[b-hdp8t1ekul] {
    display: flex;
    flex-direction: column;
    max-width: 80%;
    margin: 0.3rem 0;
}

    .chat-message-wrapper.user[b-hdp8t1ekul] {
        align-self: flex-end;
        align-items: flex-end;
    }

    .chat-message-wrapper.bot[b-hdp8t1ekul] {
        align-self: flex-start;
        align-items: flex-start;
    }

.chat-message-error[b-hdp8t1ekul] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    color: #dc2626;
}

.chat-input[b-hdp8t1ekul] {
    display: flex;
    padding: 0.5rem;
    border-top: 1px solid #ddd;
    gap: 0.5rem;
}

    .chat-input input[b-hdp8t1ekul] {
        flex: 1;
        padding: 0.5rem;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

        .chat-input input:focus[b-hdp8t1ekul] {
            outline: none;
        }

    .chat-input button[b-hdp8t1ekul] {
        padding: 0.5rem 1rem;
        background-color: var(--cogo-main-darkgrey-color);
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }

        .chat-input button:disabled[b-hdp8t1ekul] {
            background: #ccc;
            color: #666;
            cursor: not-allowed;
            box-shadow: none;
        }

    .chat-input .chat-cancel-button[b-hdp8t1ekul] {
        background-color: #b91c1c;
    }

.loading-dots[b-hdp8t1ekul] {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 8px;
}

    .loading-dots span[b-hdp8t1ekul] {
        width: 5px;
        height: 5px;
        background-color: #c0c0c0;
        border-radius: 50%;
        animation: wave-b-hdp8t1ekul 1.2s ease-in-out infinite;
    }

        .loading-dots span:nth-child(1)[b-hdp8t1ekul] { animation-delay: 0s; }
        .loading-dots span:nth-child(2)[b-hdp8t1ekul] { animation-delay: 0.1s; }
        .loading-dots span:nth-child(3)[b-hdp8t1ekul] { animation-delay: 0.2s; }
        .loading-dots span:nth-child(4)[b-hdp8t1ekul] { animation-delay: 0.3s; }

@keyframes wave-b-hdp8t1ekul {
    0%, 60%, 100% {
        transform: scale(1) translateY(0);
        background-color: #c0c0c0;
    }
    30% {
        transform: scale(1.3) translateY(-4px);
        background-color: #666;
    }
}

.chat-error[b-hdp8t1ekul] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem .85rem;
    margin: 0.5rem 0;
    background-color: #fef2f2;
    border: 1px solid #fbacac;
    border-radius: 8px;
    font-size: 0.8rem;
}

.chat-error-icon[b-hdp8t1ekul] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.chat-error-message[b-hdp8t1ekul] {
    color: #991b1b;
    flex: 1;
}

.chat-error-retry[b-hdp8t1ekul] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.375rem 0.75rem;
    background-color: transparent;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    color: #374151;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    background-color: #fff;
    font-weight: 600;
}

/* _content/CoGo.Web/Pages/SharedComponents/DailyBriefStory.razor.rz.scp.css */
/* Daily Brief Story Expand/Collapse */
.story-body-expandable[b-t8kad4c8pe] {
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

    .story-body-expandable.collapsed[b-t8kad4c8pe] {
        max-height: 3.6em;
    }

    .story-body-expandable.expanded[b-t8kad4c8pe] {
        max-height: 2000px;
    }

.story-body-fade[b-t8kad4c8pe] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.8em;
    background: linear-gradient(transparent, white);
    pointer-events: none;
}

.story-actions-row[b-t8kad4c8pe] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 4px;
    margin-bottom: 8px;
    width: 100%;
}

.story-actions-spacer[b-t8kad4c8pe] {
    flex: 1;
    min-width: 0;
}

.story-actions-end[b-t8kad4c8pe] {
    display: flex;
    justify-content: flex-end;
}

.story-toggle-btn[b-t8kad4c8pe] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: none;
    border: none;
    padding: 2px 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    color: var(--neutral-foreground-rest);
    opacity: 0.75;
    transition: opacity 0.15s ease;
}

    .story-toggle-btn:hover[b-t8kad4c8pe] {
        opacity: 1;
    }

/* Daily Brief Story Markdown Styles */
.story-body-markdown[b-t8kad4c8pe] {
    font-size: 12px;
    padding-right: 12px;
    line-height: 1.5;
}

    .story-body-markdown[b-t8kad4c8pe]  p {
        margin: 0 0 0.5rem 0;
    }

    .story-body-markdown[b-t8kad4c8pe]  p:last-child {
        margin-bottom: 0;
    }

    .story-body-markdown[b-t8kad4c8pe]  ul,
    .story-body-markdown[b-t8kad4c8pe]  ol {
        margin: 0.25rem 0 0.5rem 1rem;
        padding-left: 0.75rem;
    }

    .story-body-markdown[b-t8kad4c8pe]  li {
        margin: 0.15rem 0;
    }

    .story-body-markdown[b-t8kad4c8pe]  strong {
        font-weight: 600;
    }

    .story-body-markdown[b-t8kad4c8pe]  h1,
    .story-body-markdown[b-t8kad4c8pe]  h2,
    .story-body-markdown[b-t8kad4c8pe]  h3,
    .story-body-markdown[b-t8kad4c8pe]  h4 {
        font-size: 1em;
        font-weight: 600;
        margin: 0.5rem 0 0.25rem 0;
    }
/* _content/CoGo.Web/Pages/SharedComponents/MainLayout.razor.rz.scp.css */
.page[b-evvx0zbail] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-evvx0zbail] {
    flex: 1;
}

.sidebar[b-evvx0zbail] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-evvx0zbail] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-evvx0zbail]  a, .top-row .btn-link[b-evvx0zbail] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-evvx0zbail] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-evvx0zbail] {
        display: none;
    }

    .top-row.auth[b-evvx0zbail] {
        justify-content: space-between;
    }

    .top-row a[b-evvx0zbail], .top-row .btn-link[b-evvx0zbail] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-evvx0zbail] {
        flex-direction: row;
    }

    .sidebar[b-evvx0zbail] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-evvx0zbail] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-evvx0zbail], article[b-evvx0zbail] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/CoGo.Web/Pages/SharedComponents/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-m3foi52au8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-m3foi52au8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-m3foi52au8] {
    font-size: 1.1rem;
}

.oi[b-m3foi52au8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-m3foi52au8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-m3foi52au8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-m3foi52au8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-m3foi52au8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-m3foi52au8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-m3foi52au8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-m3foi52au8] {
        display: none;
    }

    .collapse[b-m3foi52au8] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-m3foi52au8] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/CoGo.Web/Pages/SharedComponents/SidePanel.razor.rz.scp.css */
.cogo-side-panel[b-yo6aci1j5b] {
    position: fixed;
    top: calc(var(--cogo-app-header-height) + 1px);
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: min(420px, 100vw);
    height: calc(var(--vh, 1vh) * 100 - (var(--cogo-app-header-height) + 1px));
    max-height: calc(var(--vh, 1vh) * 100 - (var(--cogo-app-header-height) + 1px));
    background: #fff;
    border-left: 1px solid #e3e8ee;
    box-shadow: -8px 0 24px rgba(15, 23, 42, 0.14);
    display: flex;
    flex-direction: column;
    animation: cogo-side-panel-enter-b-yo6aci1j5b 0.2s ease-out;
}

.cogo-side-panel__header[b-yo6aci1j5b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 20px 20px 16px;
    border-bottom: 1px solid #e9edf2;
}

.cogo-side-panel__title[b-yo6aci1j5b] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1f2937;
}

.cogo-side-panel__close[b-yo6aci1j5b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 999px;
    background: transparent;
    color: #6b7280;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.cogo-side-panel__close:hover[b-yo6aci1j5b] {
    background: #f3f4f6;
    color: #111827;
}

.cogo-side-panel__body[b-yo6aci1j5b] {
    flex: 1 1 auto;
    overflow-y: auto;
    padding: 16px;
}

@keyframes cogo-side-panel-enter-b-yo6aci1j5b {
    from {
        opacity: 0;
        transform: translateX(24px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 768px) {
    .cogo-side-panel[b-yo6aci1j5b] {
        width: 100vw;
    }

    .cogo-side-panel__header[b-yo6aci1j5b],
    .cogo-side-panel__body[b-yo6aci1j5b] {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* _content/CoGo.Web/Pages/SharedComponents/Tabs.razor.rz.scp.css */
.tabs-container[b-x0towc5xlb] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
    flex: 1 1 auto;
}

.tab-header[b-x0towc5xlb] {
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
}

    .tab-header:hover[b-x0towc5xlb] {
        background-color: #F1F1F1;
    }

.underline[b-x0towc5xlb] {
    position: absolute;
    bottom: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #007C5D;
    transition: width 0.25s ease, transform 0.25s ease;
    left: 0;
}

.tabs-content[b-x0towc5xlb] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
