/* /Components/ConfigEditor.razor.rz.scp.css */
.config-editor[b-h4s9ab4s7s] {
    background-color: #252526;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #3a3a3a;
    border-radius: 0.5rem;
    height: 100%;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.config-editor-header[b-h4s9ab4s7s] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2d2d2d;
    border-bottom: 2px solid #3a3a3a;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem 0.5rem 0 0;
}

.config-editor-header h3[b-h4s9ab4s7s] {
    margin: 0;
    font-size: 1.25rem;
    color: #e2e2e2;
    font-weight: 500;
}

.config-editor-actions[b-h4s9ab4s7s] {
    display: flex;
    gap: 0.5rem;
}

.config-editor-actions .btn[b-h4s9ab4s7s] {
    background-color: #333333;
    color: #d4d4d4;
    border-color: #444444;
}

.config-editor-actions .btn:hover[b-h4s9ab4s7s] {
    background-color: #444444;
    color: #ffffff;
}

.config-editor-textarea[b-h4s9ab4s7s] {
    font-family: Consolas, monospace;
    font-size: 0.875rem;
    color: #d4d4d4;
    background-color: #1e1e1e;
    border: none;
    border-radius: 0 0 0.5rem 0.5rem;
    outline: none;
    padding: 1rem;
    line-height: 1.4;
    white-space: pre;
    overflow: auto; /* Enable scrolling when content overflows */
    resize: none; /* Disable manual resizing */
    flex-grow: 1;
    margin: 0;
}


/* WebKit scrollbar styling */
.config-editor-textarea[b-h4s9ab4s7s]::-webkit-scrollbar {
    width: 0.5rem; /* Width of the scrollbar */
    background-color: #1e1e1e; /* Background of the scrollbar area */
    display: none; /* Hidden by default */
}

.config-editor-textarea:hover[b-h4s9ab4s7s]::-webkit-scrollbar {
    display: block; /* Show on hover */
}

.config-editor-textarea[b-h4s9ab4s7s]::-webkit-scrollbar-track {
    background: #2d2d2d; /* Color of the track */
  border-radius: 10px;
}


.config-editor-textarea[b-h4s9ab4s7s]::-webkit-scrollbar-thumb {
    background: #555; /* Color of the scroll thumb */
    border-radius: 10px;
}

.config-editor-textarea[b-h4s9ab4s7s]::-webkit-scrollbar-thumb:hover {
    background: #777; /* Color of the scroll thumb on hover */
}

.config-editor-textarea:focus[b-h4s9ab4s7s] {
    box-shadow: none;
    border: none;
    background-color: #252526;
}

.config-editor .btn[b-h4s9ab4s7s] {
    padding: 0.25rem 0.5rem;
    transition: all 0.2s ease-in-out;
}

.config-editor .btn:hover[b-h4s9ab4s7s] {
    transform: scale(1.1);
}

.config-editor .btn .oi[b-h4s9ab4s7s] {
    margin-right: 0.25rem;
}

@keyframes spin-b-h4s9ab4s7s {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.refresh-animation[b-h4s9ab4s7s] {
    animation: spin-b-h4s9ab4s7s 0.5s ease-in-out;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-m0u3pkg2op] {
    display: flex;
    height: 100vh; /* Ensure page takes full viewport height */
}

.sidebar[b-m0u3pkg2op] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    width: 15rem; /* Use rem for sidebar width */
    flex-shrink: 0;
}

main[b-m0u3pkg2op] {
    flex: 1; /* Main content area takes remaining space */
    display: flex;
    flex-direction: column;
    overflow: auto; /* Allow main content to scroll if needed */
}

article[b-m0u3pkg2op] {
    flex: 1; /* Article takes remaining space within main */
    padding: 1rem; /* Use rem for padding */
}

@media (max-width: 768px) {
    .page[b-m0u3pkg2op] {
        flex-direction: column;
    }

    .sidebar[b-m0u3pkg2op] {
        width: 100%;
        height: auto;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qv8hksop8b] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

    .nav-item[b-qv8hksop8b]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qv8hksop8b]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

    .collapse[b-qv8hksop8b] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-qv8hksop8b] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/CommandReference.razor.rz.scp.css */
/* Style for the filter card to make it clean and rounded */
.card.bg-light[b-uxqtvr1sz6] {
    border-radius: 0.25rem;
    border: 1px solid #dee2e6;
}

.card-body.p-2[b-uxqtvr1sz6] {
    padding: 0.75rem !important;
}

/* Main styles for the command table */
.command-table[b-uxqtvr1sz6] {
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 1rem;
    width: 100%;
}

/* Creates the very slight rounded corners on the table header */
.command-table thead th:first-child[b-uxqtvr1sz6] {
    border-top-left-radius: 0.25rem;
}

.command-table thead th:last-child[b-uxqtvr1sz6] {
    border-top-right-radius: 0.25rem;
}

/* Compact and aligned table cells for a denser view */
.command-table td[b-uxqtvr1sz6], .command-table th[b-uxqtvr1sz6] {
    padding: 0.1rem 0.5rem;
    vertical-align: middle;
    font-size: 0.8rem;
    line-height: 1.2;
}

/* Tighter code block styling */
.command-table td code[b-uxqtvr1sz6] {
    padding: 0.1em 0.3em;
    font-size: 0.9em;
}

/* Action button styling */
.command-table .btn[b-uxqtvr1sz6] {
    padding: 0.05rem 0.4rem;
    font-size: 0.7rem;
}

/* Status badge styling for uniform look */
.command-table .badge[b-uxqtvr1sz6] {
    min-width: 5rem;
    font-size: 0.65rem;
    padding: 0.3em 0.5em;
    font-weight: 500;
}

/* Highlight style for the selected row */
.table-active[b-uxqtvr1sz6] {
    background-color: rgba(0, 123, 255, 0.25) !important;
}

.autocomplete-wrapper[b-uxqtvr1sz6] {
    position: relative;
    display: inline-block;
    width: 100%;
}

.autocomplete-input[b-uxqtvr1sz6], .autocomplete-ghost[b-uxqtvr1sz6] {
    /* These must match for perfect alignment */
    font-size: .875rem; /* Match .form-control-sm */
    padding: .25rem .5rem; /* Match .form-control-sm */
    font-family: inherit;
    line-height: 1.5;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid var(--bs-border-color);
    border-radius: var(--bs-border-radius-sm);
}

.autocomplete-input[b-uxqtvr1sz6] {
    position: relative;
    background-color: transparent;
    z-index: 2;
}

.autocomplete-ghost[b-uxqtvr1sz6] {
    position: absolute;
    top: 0;
    left: 0;
    color: #adb5bd; /* Bootstrap's placeholder color */
    border-color: transparent;
    background-color: transparent;
    z-index: 1;
}

/* Hide the browser's default autocomplete dropdown */
.autocomplete-input[b-uxqtvr1sz6]::-webkit-calendar-picker-indicator {
    display: none !important;
}

/* Tabs styling */
.nav-tabs[b-uxqtvr1sz6] {
    margin-bottom: 1rem;
}

.nav-tabs .nav-link[b-uxqtvr1sz6] {
    cursor: pointer;
}

.nav-tabs .nav-link.active[b-uxqtvr1sz6] {
    font-weight: 500;
}
