@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Content area */
.content[b-73qde7bb00] {
    flex: 1;
    padding: 1rem;
    overflow-y: auto;
}

@media (max-width: 767.98px) {
    .content[b-73qde7bb00] {
        padding: 0.5rem;
    }
}

/* Error UI */
#blazor-error-ui[b-73qde7bb00] {
    color-scheme: light only;
    background: var(--bs-warning);
    bottom: 0;
    box-shadow: 0 -1px 2px var(--overlay-dark-light);
    box-sizing: border-box;
    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-73qde7bb00] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ModuleDropdown.razor.rz.scp.css */
.nav-dropdown[b-vdh9pyua0b] {
    position: relative;
}

.nav-dropdown-menu[b-vdh9pyua0b] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    min-width: 12rem;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    padding-top: 0.75rem;
}

.nav-dropdown-menu-scroll[b-vdh9pyua0b] {
    max-height: 20rem;
    overflow-y: auto;
}

.nav-dropdown-item[b-vdh9pyua0b] {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--bs-body-color);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-dropdown-item:hover[b-vdh9pyua0b] {
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
}

.nav-dropdown-item.text-muted[b-vdh9pyua0b] {
    cursor: default;
}

.nav-dropdown-item.text-muted:hover[b-vdh9pyua0b] {
    background-color: transparent;
}

.dropdown-toggle[b-vdh9pyua0b]::after {
    display: inline-block;
    margin-left: 0.25rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3rem solid;
    border-right: 0.3rem solid transparent;
    border-bottom: 0;
    border-left: 0.3rem solid transparent;
}

/* Submenu styles */
.nav-dropdown-item-with-submenu[b-vdh9pyua0b] {
    position: relative;
}

.nav-dropdown-item.has-submenu[b-vdh9pyua0b] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.5rem;
}

.submenu-arrow[b-vdh9pyua0b] {
    font-size: 1.25rem;
    margin-left: 0.5rem;
    opacity: 0.5;
}

.nav-submenu[b-vdh9pyua0b] {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 10rem;
    max-height: 15rem;
    overflow-y: auto;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    margin-left: -1px;
}

.nav-dropdown-item-with-submenu:hover .nav-submenu[b-vdh9pyua0b] {
    display: block;
}

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-72jrrwt4cp],
.components-reconnect-repeated-attempt-visible[b-72jrrwt4cp],
.components-reconnect-failed-visible[b-72jrrwt4cp],
.components-pause-visible[b-72jrrwt4cp],
.components-resume-failed-visible[b-72jrrwt4cp],
.components-rejoining-animation[b-72jrrwt4cp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-72jrrwt4cp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-72jrrwt4cp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-72jrrwt4cp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-72jrrwt4cp],
#components-reconnect-modal.components-reconnect-retrying[b-72jrrwt4cp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-72jrrwt4cp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-72jrrwt4cp],
#components-reconnect-modal.components-reconnect-failed[b-72jrrwt4cp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-72jrrwt4cp] {
    display: block;
}


#components-reconnect-modal[b-72jrrwt4cp] {
    background-color: var(--color-white);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px var(--overlay-dark-medium);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-72jrrwt4cp 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-72jrrwt4cp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-72jrrwt4cp 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-72jrrwt4cp]::backdrop {
    background-color: var(--overlay-dark-heavy);
    animation: components-reconnect-modal-fadeInOpacity-b-72jrrwt4cp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-72jrrwt4cp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-72jrrwt4cp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-72jrrwt4cp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-72jrrwt4cp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-72jrrwt4cp] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-72jrrwt4cp] {
    border: 0;
    background-color: var(--bs-secondary);
    color: var(--color-white);
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-72jrrwt4cp] {
        background-color: var(--bs-secondary);
        opacity: 0.8;
    }

    #components-reconnect-modal button:active[b-72jrrwt4cp] {
        background-color: var(--bs-secondary);
    }

.components-rejoining-animation[b-72jrrwt4cp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-72jrrwt4cp] {
        position: absolute;
        border: 3px solid var(--bs-info);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-72jrrwt4cp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-72jrrwt4cp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-72jrrwt4cp {
    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;
    }
}
/* /Components/Layout/ToolsDropdown.razor.rz.scp.css */
.nav-dropdown[b-np9yk4thhu] {
    position: relative;
}

.nav-dropdown-menu[b-np9yk4thhu] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    min-width: 12rem;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    padding-top: 0.75rem;
}

.nav-dropdown-item[b-np9yk4thhu] {
    display: block;
    padding: 0.5rem 1rem;
    color: var(--bs-body-color);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-dropdown-item:hover[b-np9yk4thhu] {
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
}

.nav-dropdown-item.text-muted[b-np9yk4thhu] {
    cursor: default;
}

.nav-dropdown-item.text-muted:hover[b-np9yk4thhu] {
    background-color: transparent;
}

.dropdown-toggle[b-np9yk4thhu]::after {
    display: inline-block;
    margin-left: 0.25rem;
    vertical-align: middle;
    content: "";
    border-top: 0.3rem solid;
    border-right: 0.3rem solid transparent;
    border-bottom: 0;
    border-left: 0.3rem solid transparent;
}

/* Submenu styles */
.nav-dropdown-item-with-submenu[b-np9yk4thhu] {
    position: relative;
}

.nav-dropdown-item.has-submenu[b-np9yk4thhu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0.5rem;
}

.submenu-arrow[b-np9yk4thhu] {
    font-size: 1.25rem;
    margin-left: 0.5rem;
    opacity: 0.5;
}

.nav-submenu[b-np9yk4thhu] {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 10rem;
    max-height: 15rem;
    overflow-y: auto;
    background-color: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem 0;
    margin-left: -1px;
}

.nav-dropdown-item-with-submenu:hover .nav-submenu[b-np9yk4thhu] {
    display: block;
}
/* /Components/Pages/Console/Index.razor.rz.scp.css */
[b-wrzlhmq5zb] html,
[b-wrzlhmq5zb] body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #1a1a2e;
}

.console-container[b-wrzlhmq5zb] {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #1a1a2e;
}

.console-header[b-wrzlhmq5zb] {
    background-color: #16213e;
    color: white;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.header-left[b-wrzlhmq5zb],
.header-center[b-wrzlhmq5zb],
.header-right[b-wrzlhmq5zb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.header-left[b-wrzlhmq5zb] {
    flex: 1;
}

.header-center[b-wrzlhmq5zb] {
    flex: 0 0 auto;
}

.header-right[b-wrzlhmq5zb] {
    flex: 1;
    justify-content: flex-end;
}

.server-name[b-wrzlhmq5zb] {
    font-weight: 500;
    opacity: 0.7;
}

.separator[b-wrzlhmq5zb] {
    opacity: 0.5;
}

.vm-name[b-wrzlhmq5zb] {
    font-weight: 500;
}

.btn-cad[b-wrzlhmq5zb] {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 0.875rem;
    transition: background-color 0.2s, border-color 0.2s;
}

.btn-cad:hover:not(:disabled)[b-wrzlhmq5zb] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.8);
}

.btn-cad:disabled[b-wrzlhmq5zb] {
    opacity: 0.5;
    cursor: not-allowed;
}

.status-indicator[b-wrzlhmq5zb] {
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 50%;
    background-color: #6c757d;
}

.status-indicator.connecting[b-wrzlhmq5zb] {
    background-color: #ffc107;
    animation: pulse-b-wrzlhmq5zb 1s infinite;
}

.status-indicator.connected[b-wrzlhmq5zb] {
    background-color: #28a745;
}

.status-indicator.disconnected[b-wrzlhmq5zb] {
    background-color: #dc3545;
}

@keyframes pulse-b-wrzlhmq5zb {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.console-canvas-wrapper[b-wrzlhmq5zb] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0f0f23;
    overflow: hidden;
}

[b-wrzlhmq5zb] #vnc-screen {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}

/* Let noVNC handle scaling - don't force canvas size */
[b-wrzlhmq5zb] #vnc-screen canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* Hide local cursor over VNC canvas - only remote cursor is visible */
    cursor: none;
}

.console-error[b-wrzlhmq5zb] {
    color: #dc3545;
    text-align: center;
    padding: 2rem;
}

.console-loading[b-wrzlhmq5zb] {
    color: white;
    text-align: center;
    padding: 2rem;
}

.spinner[b-wrzlhmq5zb] {
    width: 3rem;
    height: 3rem;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-wrzlhmq5zb 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes spin-b-wrzlhmq5zb {
    to { transform: rotate(360deg); }
}

.btn-close-console[b-wrzlhmq5zb] {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 0.875rem;
}

.btn-close-console:hover[b-wrzlhmq5zb] {
    background-color: rgba(255, 255, 255, 0.1);
}

.console-error .btn-close-console[b-wrzlhmq5zb] {
    margin-top: 1rem;
}
/* /Components/Pages/Databases/Edit/Documents/Components/DocumentField.razor.rz.scp.css */
.editable-value[b-8mg796pyfz] {
    cursor: pointer;
    padding: 0.125rem 0.25rem;
    margin: -0.125rem -0.25rem;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.editable-value:hover[b-8mg796pyfz] {
    background-color: var(--bs-light);
}

.field-name-renameable[b-8mg796pyfz] {
    cursor: pointer;
    padding: 0.125rem 0.25rem;
    margin: -0.125rem -0.25rem;
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out;
}

.field-name-renameable:hover[b-8mg796pyfz] {
    background-color: var(--bs-light);
}
/* /Components/Pages/Databases/Edit/Documents/Components/DocumentList.razor.rz.scp.css */
.search-input[b-39zkt2cfdn] {
    text-transform: uppercase;
}

.search-input[b-39zkt2cfdn]::placeholder {
    text-transform: none;
}
/* /Components/Pages/Databases/Edit/Documents/Index.razor.rz.scp.css */
.document-browser-container[b-ekei3z4rdq] {
    height: calc(100vh - 14rem);
}

.document-browser-container > div[b-ekei3z4rdq] {
    height: 100%;
}
/* /Components/Pages/Servers/Edit/Basics/Index.razor.rz.scp.css */
.test-button .spinner-border[b-jjmtm3r9f1] {
    margin-left: 0.5rem;
}

.proxmox-label-col[b-jjmtm3r9f1] {
    width: 7rem;
    text-wrap: nowrap;
}

.proxmox-external-link-icon[b-jjmtm3r9f1] {
    font-size: 0.875rem;
    vertical-align: middle;
}

.proxmox-copy-icon[b-jjmtm3r9f1] {
    font-size: 1rem;
}
/* /Components/Pages/Servers/Edit/Infrastructure/Components/ArchitectureDiagram.razor.rz.scp.css */
/* Architecture Diagram Styles */
.architecture-diagram[b-6yr1zun9z3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}

.arch-layer[b-6yr1zun9z3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.arch-connector[b-6yr1zun9z3] {
    width: 0.125rem;
    height: 2rem;
    background-color: var(--bs-secondary);
}

.arch-connector-dashed[b-6yr1zun9z3] {
    background: repeating-linear-gradient(
        to bottom,
        var(--bs-secondary) 0,
        var(--bs-secondary) 0.25rem,
        transparent 0.25rem,
        transparent 0.5rem
    );
    height: 1rem;
    margin: 0.5rem 0;
}

.arch-node[b-6yr1zun9z3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    background-color: var(--bs-secondary-bg);
    border: 0.125rem solid var(--bs-border-color);
    min-width: 8rem;
    text-align: center;
}

.arch-node .material-symbols-outlined[b-6yr1zun9z3] {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.arch-label[b-6yr1zun9z3] {
    font-weight: 500;
    font-size: 0.875rem;
}

.arch-sublabel[b-6yr1zun9z3] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    font-family: var(--bs-font-monospace);
}

/* Node variants */
.arch-node-lg[b-6yr1zun9z3] {
    padding: 1rem 2rem;
}

.arch-node-lg .material-symbols-outlined[b-6yr1zun9z3] {
    font-size: 2rem;
}

.arch-node-sm[b-6yr1zun9z3] {
    padding: 0.5rem 1rem;
    min-width: 6rem;
}

.arch-node-sm .material-symbols-outlined[b-6yr1zun9z3] {
    font-size: 1.25rem;
}

.arch-node-primary[b-6yr1zun9z3] {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
}

.arch-node-primary .arch-sublabel[b-6yr1zun9z3] {
    color: rgba(255, 255, 255, 0.8);
}

.arch-node-success[b-6yr1zun9z3] {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
    color: var(--bs-white);
}

.arch-node-success .arch-sublabel[b-6yr1zun9z3] {
    color: rgba(255, 255, 255, 0.8);
}

.arch-node-muted[b-6yr1zun9z3] {
    background-color: var(--bs-secondary-bg);
    border-color: var(--bs-border-color);
    border-style: dashed;
    color: var(--bs-secondary-color);
}

.arch-node-feature[b-6yr1zun9z3] {
    background-color: var(--bs-info-bg-subtle);
    border-color: var(--bs-info);
    color: var(--bs-info-text-emphasis);
}

.arch-node-secondary[b-6yr1zun9z3] {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
    color: var(--bs-white);
}

.arch-node-secondary .arch-sublabel[b-6yr1zun9z3] {
    color: rgba(255, 255, 255, 0.8);
}

/* VM Network section (with gray box) */
.arch-vms[b-6yr1zun9z3] {
    background-color: var(--bs-secondary-bg);
    border-radius: 0.5rem;
    padding: 1rem;
    width: 100%;
    max-width: 40rem;
}

/* Host-level layer (no gray box, VMs directly attached to host) */
.arch-host-level[b-6yr1zun9z3] {
    width: 100%;
    max-width: 50rem;
}

/* Grid without background box */
.arch-vm-grid-no-box[b-6yr1zun9z3] {
    padding-top: 1.5rem;
}

.arch-vm-grid-no-box[b-6yr1zun9z3]::before {
    background-color: var(--bs-secondary-bg);
}

/* Internal network section (VMs connected via Core-VM) */
.arch-internal-network[b-6yr1zun9z3] {
    background-color: var(--bs-secondary-bg);
    border-radius: 0.5rem;
    border: 0.125rem dashed var(--bs-success);
    padding: 1rem;
}

/* Flex layout for VMs - no connection lines, wrap like col-auto */
.arch-vm-flex[b-6yr1zun9z3] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.arch-vm-flex .arch-vm-item[b-6yr1zun9z3] {
    padding: 0;
}

.arch-vm-flex .arch-vm-item[b-6yr1zun9z3]::before {
    display: none;
}

.arch-network-label[b-6yr1zun9z3] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color);
    text-align: center;
    margin-bottom: 0.75rem;
    font-family: var(--bs-font-monospace);
}

/* VM grid - horizontal layout */
.arch-vm-grid[b-6yr1zun9z3] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 0;
    justify-content: center;
    position: relative;
    padding-top: 1.5rem;
}

/* Horizontal connecting line at the top of the grid */
.arch-vm-grid[b-6yr1zun9z3]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 0.125rem;
    background-color: var(--bs-secondary);
    /* Width calculated based on items - will be set dynamically or cover reasonable area */
    width: calc(100% - 6rem);
    max-width: 30rem;
}

/* Individual VM item wrapper with connector line on top */
.arch-vm-item[b-6yr1zun9z3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
    position: relative;
}

/* Vertical connector line from horizontal bar to each VM */
.arch-vm-item[b-6yr1zun9z3]::before {
    content: '';
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0.125rem;
    height: 1.5rem;
    background-color: var(--bs-secondary);
}

/* Single VM: extend vertical line to connect directly without horizontal bar */
.arch-vm-item:only-child[b-6yr1zun9z3]::before {
    top: -1.5rem;
    height: 1.5rem;
}

/* Hide horizontal line for single VM */
.arch-vm-grid:has(.arch-vm-item:only-child)[b-6yr1zun9z3]::before {
    display: none;
}

/* Core-VM item: allow wider content for internal network box */
.arch-vm-item-core[b-6yr1zun9z3] {
    padding: 0 1rem;
}

/* Space for the connector lines */
.arch-vm-item > .arch-node[b-6yr1zun9z3],
.arch-vm-item > .arch-node-container[b-6yr1zun9z3] {
    margin-top: 0;
}

/* Core-VM Container */
.arch-node-container[b-6yr1zun9z3] {
    border-radius: 0.5rem;
    border: 0.125rem solid;
    overflow: hidden;
}

.arch-node-container.arch-node-success[b-6yr1zun9z3] {
    border-color: var(--bs-success);
}

.arch-container-header[b-6yr1zun9z3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 1.5rem;
    background-color: var(--bs-success);
    color: var(--bs-white);
}

.arch-container-header .material-symbols-outlined[b-6yr1zun9z3] {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.arch-container-header .arch-sublabel[b-6yr1zun9z3] {
    color: rgba(255, 255, 255, 0.8);
}

.arch-container-services[b-6yr1zun9z3] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.75rem;
    background-color: var(--bs-white);
}

.arch-service[b-6yr1zun9z3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.5rem;
    background-color: var(--bs-info-bg-subtle);
    border: 1px solid var(--bs-info);
    border-radius: 0.25rem;
    color: var(--bs-info-text-emphasis);
}

.arch-service .material-symbols-outlined[b-6yr1zun9z3] {
    font-size: 1rem;
}

.arch-service-label[b-6yr1zun9z3] {
    font-size: 0.75rem;
    font-weight: 500;
}

.arch-service-port[b-6yr1zun9z3] {
    font-size: 0.625rem;
    font-family: var(--bs-font-monospace);
    color: var(--bs-secondary-color);
    margin-left: auto;
}

/* Secondary container (User VMs with Docker) */
.arch-node-container.arch-node-secondary[b-6yr1zun9z3] {
    border-color: var(--bs-secondary);
    min-width: 8rem;
}

.arch-container-header-secondary[b-6yr1zun9z3] {
    background-color: var(--bs-secondary);
    padding: 0.75rem 1.5rem;
}

.arch-container-header-secondary .material-symbols-outlined[b-6yr1zun9z3] {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.arch-container-header-secondary .arch-label[b-6yr1zun9z3] {
    font-size: 0.875rem;
}

.arch-container-header-secondary .arch-sublabel[b-6yr1zun9z3] {
    font-size: 0.75rem;
}

/* Docker box - contains Docker containers */
.arch-docker-box[b-6yr1zun9z3] {
    background-color: var(--bs-primary-bg-subtle);
    border: 1px solid var(--bs-primary);
    border-radius: 0.25rem;
    overflow: hidden;
}

.arch-docker-header[b-6yr1zun9z3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.5rem;
    background-color: var(--bs-primary);
    color: var(--bs-white);
    font-size: 0.875rem;
    font-weight: 500;
}

.arch-docker-header .material-symbols-outlined[b-6yr1zun9z3] {
    font-size: 1rem;
}

/* Container items inside Docker */
.arch-docker-containers[b-6yr1zun9z3] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.375rem;
}

.arch-container-item[b-6yr1zun9z3] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.5rem;
    background-color: var(--bs-success-bg-subtle);
    border: 1px solid var(--bs-success);
    border-radius: 0.25rem;
    color: var(--bs-success-text-emphasis);
}

.arch-container-item .material-symbols-outlined[b-6yr1zun9z3] {
    font-size: 1rem;
}

.arch-container-name[b-6yr1zun9z3] {
    font-size: 0.875rem;
    font-weight: 500;
}

.arch-container-port[b-6yr1zun9z3] {
    font-size: 0.75rem;
    font-family: var(--bs-font-monospace);
    opacity: 0.7;
    margin-left: auto;
}

/* /Components/Pages/Servers/Edit/Infrastructure/Components/CoreVmManagement.razor.rz.scp.css */
.feature-btn[b-16nmz6yb3t] {
    min-width: 8rem;
}
/* /Components/Pages/Servers/Edit/Network/Components/InterfacesFileViewer.razor.rz.scp.css */
/* Interfaces resizable container override */
.interfaces-resizable[b-we8o47qbo4] {
    min-height: 20rem;
}

.interfaces-resizable .resizable-left[b-we8o47qbo4] {
    padding-right: 0;
}

.interfaces-resizable .resizable-right[b-we8o47qbo4] {
    padding-left: 0;
}

.terminal-output[b-we8o47qbo4] {
    background-color: var(--bs-dark);
    color: var(--bs-light);
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.8125rem;
    padding: 1rem;
    overflow-x: auto;
    white-space: pre;
    border-radius: 0 0 0 0.375rem;
    height: 100%;
}

/* Interfaces viewer specific styles */
.interfaces-viewer[b-we8o47qbo4] {
    min-height: 20rem;
}

.line-group[b-we8o47qbo4] {
    cursor: pointer;
    transition: background-color 0.15s ease;
    padding: 0.125rem 0;
    margin: 0 -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.line-group:hover[b-we8o47qbo4],
.line-group.highlighted[b-we8o47qbo4] {
    background-color: rgba(var(--bs-secondary-rgb), 0.3);
}

.line-group.locked[b-we8o47qbo4] {
    background-color: var(--primary-light);
}

.code-line[b-we8o47qbo4] {
    line-height: 1.4;
}

/* Explanation panel */
.explanation-panel[b-we8o47qbo4] {
    background-color: var(--bs-body-bg);
    min-height: 20rem;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 1rem;
}

.explanation-content[b-we8o47qbo4] {
    width: 100%;
}

.explanation-title[b-we8o47qbo4] {
    display: flex;
    align-items: center;
    color: var(--bs-primary);
    margin-bottom: 0.75rem;
}

.explanation-title .material-symbols-outlined[b-we8o47qbo4] {
    font-size: 1.25rem;
}

.explanation-command[b-we8o47qbo4] {
    background-color: var(--bs-dark);
    color: var(--bs-light);
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.8125rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    margin-bottom: 0.75rem;
    white-space: pre-wrap;
    word-break: break-all;
}

.explanation-text[b-we8o47qbo4] {
    color: var(--bs-body-color);
    line-height: 1.6;
    white-space: pre-line;
}

.explanation-placeholder[b-we8o47qbo4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--bs-secondary);
    padding: 2rem;
}

.explanation-placeholder .material-symbols-outlined[b-we8o47qbo4] {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
    opacity: 0.5;
}

.explanation-placeholder p[b-we8o47qbo4] {
    margin: 0;
}
/* /Components/Pages/Servers/Edit/Network/Components/NetworkBackupModal.razor.rz.scp.css */
.terminal-output[b-nuzomga33l] {
    background-color: var(--bs-dark);
    color: var(--bs-light);
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.8125rem;
    border-radius: 0 0 0.375rem 0;
}

.code-content[b-nuzomga33l] {
    display: inline-block;
    min-width: 100%;
    padding: 1rem 2rem 1rem 1rem;
}

.code-line[b-nuzomga33l] {
    white-space: pre;
    line-height: 1.4;
}

.code-line:empty[b-nuzomga33l]::before {
    content: "\00a0";
}
/* /Components/Pages/Servers/Edit/Network/Components/RepairNetworkModal.razor.rz.scp.css */
/* Diff Container */
.diff-container[b-97qenauj7x] {
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
    overflow: hidden;
}

.diff-header[b-97qenauj7x] {
    background-color: var(--bs-tertiary-bg);
    padding: 0.5rem 1rem;
    border-bottom: 1px solid var(--bs-border-color);
    font-size: 0.875rem;
}

.diff-legend-added[b-97qenauj7x] {
    color: var(--bs-success);
    font-size: 0.75rem;
}

.diff-legend-added[b-97qenauj7x]::before {
    content: "+";
    display: inline-block;
    width: 1rem;
    text-align: center;
    margin-right: 0.25rem;
    background-color: var(--bs-success-bg-subtle);
    border-radius: 0.125rem;
}

.diff-legend-removed[b-97qenauj7x] {
    color: var(--bs-danger);
    font-size: 0.75rem;
}

.diff-legend-removed[b-97qenauj7x]::before {
    content: "-";
    display: inline-block;
    width: 1rem;
    text-align: center;
    margin-right: 0.25rem;
    background-color: var(--bs-danger-bg-subtle);
    border-radius: 0.125rem;
}

.diff-content[b-97qenauj7x] {
    max-height: 400px;
    overflow-y: auto;
    background-color: var(--bs-body-bg);
    font-family: var(--bs-font-monospace);
    font-size: 0.8125rem;
    line-height: 1.5;
}

/* Diff Lines */
.diff-line[b-97qenauj7x] {
    display: flex;
    white-space: pre;
}

.diff-line-number[b-97qenauj7x] {
    width: 2.5rem;
    min-width: 2.5rem;
    padding: 0 0.5rem;
    text-align: right;
    color: var(--bs-secondary);
    background-color: var(--bs-tertiary-bg);
    border-right: 1px solid var(--bs-border-color);
    user-select: none;
}

.diff-line-prefix[b-97qenauj7x] {
    width: 1.5rem;
    min-width: 1.5rem;
    text-align: center;
    font-weight: 600;
    user-select: none;
}

.diff-line-content[b-97qenauj7x] {
    flex: 1;
    padding-right: 1rem;
}

/* Line States */
.diff-line-unchanged[b-97qenauj7x] {
    background-color: transparent;
}

.diff-line-unchanged .diff-line-prefix[b-97qenauj7x] {
    color: transparent;
}

.diff-line-added[b-97qenauj7x] {
    background-color: var(--bs-success-bg-subtle);
}

.diff-line-added .diff-line-prefix[b-97qenauj7x] {
    color: var(--bs-success);
}

.diff-line-added .diff-line-content[b-97qenauj7x] {
    color: var(--bs-success-text-emphasis);
}

.diff-line-removed[b-97qenauj7x] {
    background-color: var(--bs-danger-bg-subtle);
}

.diff-line-removed .diff-line-prefix[b-97qenauj7x] {
    color: var(--bs-danger);
}

.diff-line-removed .diff-line-content[b-97qenauj7x] {
    color: var(--bs-danger-text-emphasis);
    text-decoration: line-through;
}
/* /Components/Pages/Servers/Edit/Vms/Components/VmAccordionItem.razor.rz.scp.css */
.status-badge[b-bgobnh189h] {
    display: inline-block;
    min-width: 7rem;
    text-align: center;
}

.os-icon[b-bgobnh189h] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: var(--primary-dark);
    color: var(--bs-white);
}
/* /Components/Pages/Servers/Edit/Vms/Index.razor.rz.scp.css */
[b-5q1flft95p] .accordion-item + .accordion-item {
    border-top: 1px solid var(--bs-white);
}
/* /Components/Pages/Tools/FileManager/Components/ExtractModal.razor.rz.scp.css */
.archive-browser[b-0zgdeve781] {
    max-height: 25rem;
    overflow-y: auto;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.375rem;
}

.cursor-pointer[b-0zgdeve781] {
    cursor: pointer;
}

.text-truncate[b-0zgdeve781] {
    max-width: 30rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Pages/Tools/FileManager/Components/FileItem.razor.rz.scp.css */
.file-row[b-qu8f4dgphs] {
    cursor: pointer;
}

.file-row:hover[b-qu8f4dgphs] {
    background-color: var(--bs-tertiary-bg);
}
/* /Components/Pages/Tools/FileManager/Components/FilePanel.razor.rz.scp.css */
/* Icon buttons in header - fixed size to prevent shrinking during loading */
.card-header .btn[b-bfixbwnc9q] {
    min-width: 2.5rem;
    min-height: 2.5rem;
}

.file-list[b-bfixbwnc9q] {
    min-height: 0;
    overflow-y: auto;
}

.file-list table[b-bfixbwnc9q] {
    table-layout: fixed;
}

.file-list th[b-bfixbwnc9q],
.file-list td[b-bfixbwnc9q] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1rem;
    padding-right: 1rem;
}

.file-list th:first-child[b-bfixbwnc9q],
.file-list td:first-child[b-bfixbwnc9q] {
    width: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    padding: 0 0.5rem 0 1rem;
}

.file-list th:last-child[b-bfixbwnc9q],
.file-list td:last-child[b-bfixbwnc9q] {
    padding-right: 1.5rem;
}

[b-bfixbwnc9q] .checkbox-cell {
    width: 3rem;
    min-width: 3rem;
    max-width: 3rem;
    padding: 0 0.5rem 0 1rem;
    vertical-align: middle;
}

/* Dark border for checkboxes */
[b-bfixbwnc9q] .form-check-input {
    border-color: var(--bs-dark);
}

[b-bfixbwnc9q] .icon-cell {
    width: 2rem;
    min-width: 2rem;
    max-width: 2rem;
    padding: 0.25rem 0;
    vertical-align: middle;
    overflow: visible;
}

[b-bfixbwnc9q] .icon-cell .material-symbols-outlined {
    display: block;
    line-height: 1;
    vertical-align: middle;
}

.path-bar[b-bfixbwnc9q] {
    background-color: var(--bs-tertiary-bg);
    flex-shrink: 0;
}

.path-bar .breadcrumb-item a[b-bfixbwnc9q] {
    text-decoration: none;
}

.path-bar .breadcrumb-item a:hover[b-bfixbwnc9q] {
    text-decoration: underline;
}

[b-bfixbwnc9q] .file-row,
[b-bfixbwnc9q] .parent-row {
    cursor: pointer;
}

[b-bfixbwnc9q] .file-row:hover,
[b-bfixbwnc9q] .parent-row:hover {
    background-color: var(--bs-tertiary-bg);
}

[b-bfixbwnc9q] .drag-over {
    background-color: var(--bs-primary-bg-subtle);
    outline: 2px dashed var(--bs-primary);
}

.drop-zone-active[b-bfixbwnc9q] {
    background-color: var(--bs-primary-bg-subtle);
    outline: 2px dashed var(--bs-primary);
}
/* /Components/Pages/Tools/FileManager/Index.razor.rz.scp.css */
.file-manager-container[b-5gq3854o3r] {
    display: flex;
    height: calc(100vh - 12rem);
    gap: 1rem;
    align-items: flex-start;
}

.file-panel-wrapper[b-5gq3854o3r] {
    flex: 1;
    height: 100%;
    min-width: 0;
}

.swap-button-wrapper[b-5gq3854o3r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 100%;
}

.swap-button[b-5gq3854o3r] {
    padding: 0.25rem;
    line-height: 1;
}

.swap-button .material-symbols-outlined[b-5gq3854o3r] {
    font-size: 1.25rem;
}

@media (max-width: 767.98px) {
    .file-manager-container[b-5gq3854o3r] {
        flex-direction: column;
        height: auto;
    }

    .file-panel-wrapper[b-5gq3854o3r] {
        min-height: 20rem;
    }

    .swap-button-wrapper[b-5gq3854o3r] {
        flex-direction: row;
        height: auto;
        width: 100%;
        justify-content: center;
        padding: 0.5rem 0;
    }

    .swap-button .material-symbols-outlined[b-5gq3854o3r] {
        transform: rotate(90deg);
    }
}
/* /Components/Pages/WebApps/Edit/Container/Components/ContainerLogsModal.razor.rz.scp.css */
.log-output[b-xmwrksg0nb] {
    background-color: var(--bs-dark);
    color: var(--bs-light);
    padding: 1rem;
    border-radius: 0.375rem;
    max-height: 60vh;
    overflow-y: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 0.875rem;
}
/* /Components/Pages/WebApps/Edit/Container/Components/EnvironmentVariables.razor.rz.scp.css */
.env-key[b-x0f4bc6fbo] {
    min-width: 0;
    max-width: 15rem;
    flex: 0 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.env-value[b-x0f4bc6fbo] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Pages/WebApps/Edit/Container/Components/FolderPickerModal.razor.rz.scp.css */
.folder-row[b-s8eczgp6tl] {
    cursor: pointer;
}

.folder-row:hover[b-s8eczgp6tl] {
    background-color: var(--bs-tertiary-bg);
}

.icon-cell[b-s8eczgp6tl] {
    width: 2.5rem;
    padding: 0.25rem;
    vertical-align: middle;
}

.icon-cell .material-symbols-outlined[b-s8eczgp6tl] {
    display: block;
    line-height: 1;
    vertical-align: middle;
}
/* /Components/Pages/WebApps/Edit/Container/Components/VolumeMounts.razor.rz.scp.css */
.volume-path[b-5d6gt3yqc9] {
    min-width: 0;
    max-width: 20rem;
    flex: 1 1 15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mount-status-btn[b-5d6gt3yqc9] {
    min-width: 3.5rem;
}
/* /Components/Pages/WebApps/Edit/Files/Components/VolumeBrowser.razor.rz.scp.css */
.file-list[b-ycxby20eqe] {
    min-height: 0;
    overflow-y: auto;
}

.file-list table[b-ycxby20eqe] {
    table-layout: fixed;
}

.file-list th[b-ycxby20eqe],
.file-list td[b-ycxby20eqe] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1rem;
    padding-right: 1rem;
}

.file-list th:first-child[b-ycxby20eqe],
.file-list td:first-child[b-ycxby20eqe] {
    padding-left: 1rem;
}

.file-list th:last-child[b-ycxby20eqe],
.file-list td:last-child[b-ycxby20eqe] {
    padding-right: 1.5rem;
}

.icon-cell[b-ycxby20eqe] {
    width: 3rem;
    padding: 0.25rem;
    vertical-align: middle;
    overflow: visible;
}

.icon-cell .material-symbols-outlined[b-ycxby20eqe] {
    display: block;
    line-height: 1;
    vertical-align: middle;
}

.path-bar[b-ycxby20eqe] {
    background-color: var(--bs-tertiary-bg);
    flex-shrink: 0;
}

.path-bar .breadcrumb-item a[b-ycxby20eqe] {
    text-decoration: none;
}

.path-bar .breadcrumb-item a:hover[b-ycxby20eqe] {
    text-decoration: underline;
}

.file-row[b-ycxby20eqe] {
    cursor: pointer;
}

.file-row:hover[b-ycxby20eqe] {
    background-color: var(--bs-tertiary-bg);
}
/* /Components/Shared/BasePage.razor.rz.scp.css */
.base-page[b-ftt2a6ev2q] {
    padding: 1.5rem 0;
}
/* /Components/Shared/TitleBar.razor.rz.scp.css */
.title-bar[b-v4yzpzrfxl] {
    background: var(--primary-light);
    color: white;
    padding: 0.75rem 1rem;
    margin: -1.1rem -1rem 1.5rem -1rem;
}

@media (max-width: 767.98px) {
    .title-bar[b-v4yzpzrfxl] {
        margin: 0 -0.5rem 1rem -0.5rem;
        padding: 0.5rem 0.75rem;
    }
}

.title-bar-content[b-v4yzpzrfxl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.title-bar-title[b-v4yzpzrfxl] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
}

.title-bar-actions[b-v4yzpzrfxl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
