/* _content/ComputerHub_Server/Components/AlertsFrame.razor.rz.scp.css */
#alertsButton[b-5z65wmi5mc] {
    position: absolute;
    top: 75px;
    right: 5px;
    z-index: 4;
    transition: .5s ease left;
    user-select: none;
}


#alertsFrame[b-5z65wmi5mc] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transform: translateX(100%);
    width: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: center;
    opacity: 0;
    z-index: 4;
    transition: .25s ease all;
}

    #alertsFrame.open[b-5z65wmi5mc] {
        opacity: 1;
        transition: .25s ease all;
        pointer-events: unset;
        transform: translateX(0);
    }


@media (min-width: 641px) {
    #alertsButton[b-5z65wmi5mc] {
        top: 5px;
    }

}
/* _content/ComputerHub_Server/Components/ColorPicker.razor.rz.scp.css */
.color-sample[b-qzmm7oez6h] {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
/* _content/ComputerHub_Server/Components/Devices/ChatCard.razor.rz.scp.css */
.chat-card[b-b8o2cplvwm] {
    display: grid;
    grid-template-rows: auto auto auto;
}

.chat-header[b-b8o2cplvwm] {
    display: grid;
    grid-template-columns: 1fr auto;
    user-select: none;
    cursor: pointer;
    padding: 5px 10px;
}

.chat-messages-window[b-b8o2cplvwm] {
    overflow-y: auto;
    height: 0;
    opacity: 0;
    padding: 0;
    transition: .25s ease all;
}

.chat-card.expanded .chat-messages-window[b-b8o2cplvwm] {
    height: 20em;
    opacity: 1;
    padding: 5px 10px;
    transition: .25s ease all;
}

.chat-input[b-b8o2cplvwm] {
    width: 100%;
    height: 0;
    opacity: 0;
    resize: none;
    border: 1px solid gray;
}

.chat-card.expanded .chat-input[b-b8o2cplvwm] {
    height: 2.5em;
    opacity: 1;
    transition: .25s ease all;
}

.chat-history-item-system[b-b8o2cplvwm] {

}

.chat-history-item-device[b-b8o2cplvwm] {

}

.chat-history-item-self[b-b8o2cplvwm] {
    text-align: right;

}

.chat-bubble[b-b8o2cplvwm] {
    position: relative;
    width: 80%;
    padding: .5em 1em .5em 1em;
    border-radius: 5px;
}
/* _content/ComputerHub_Server/Components/Devices/ChatFrame.razor.rz.scp.css */
.chat-frame[b-kep0kwkkve] {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 25em;
    max-width: 90%;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 3;
}
/* _content/ComputerHub_Server/Components/Devices/DeviceCard.razor.rz.scp.css */
.device-card[b-e3d8yij6u4] {
    cursor: pointer;
    display: inline-block;
    width: 15.25rem;
    max-width: 100%;
    transition: transform 120ms ease, box-shadow 120ms ease, border-color 120ms ease;
    border-color: var(--border-strong) !important;
    border-radius: 12px;
    box-shadow: var(--shadow-card);
    background: color-mix(in srgb, var(--surface-soft) 92%, transparent);
    color: var(--text-primary);
}

.device-card.expanded[b-e3d8yij6u4] {
    cursor: unset;
    display: block;
    width: 38rem;
    height: auto;
}

.device-card.expanded .card-body[b-e3d8yij6u4] {
    overflow-y: auto;
    height: 32rem;
}

.device-card.expanded .card-header[b-e3d8yij6u4] {
    cursor: pointer;
}

.device-card:hover[b-e3d8yij6u4] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-soft);
    border-color: color-mix(in srgb, var(--border-strong) 82%, var(--link) 18%) !important;
}

.device-card .card-body[b-e3d8yij6u4] {
    font-size: 0.9rem;
    overflow: hidden;
    white-space: nowrap;
    background: color-mix(in srgb, var(--surface) 88%, transparent);
    color: var(--text-primary);
}

.device-card .card-body > div[b-e3d8yij6u4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 0.3rem;
}

.device-card .expanded-visible[b-e3d8yij6u4] {
    display: none;
}

.device-card.expanded .expanded-visible[b-e3d8yij6u4] {
    display: unset;
}

.device-card.expanded .card-body > div[b-e3d8yij6u4] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.device-card .card-header[b-e3d8yij6u4] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    white-space: nowrap;
    align-content: start;
    user-select: none;
    border-bottom-color: var(--border-soft);
    background: color-mix(in srgb, var(--surface-soft) 78%, var(--app-bg) 22%);
    color: var(--text-primary);
}

.alias-line[b-e3d8yij6u4] {
    min-height: 1rem;
    color: var(--text-soft) !important;
}

.open-tab-icon[b-e3d8yij6u4] {
    font-size: 1.25rem;
}

.actions-spacer[b-e3d8yij6u4],
.actions-panel[b-e3d8yij6u4] {
    grid-row: span 2;
}

.actions-panel .dropdown-menu[b-e3d8yij6u4] {
    background: color-mix(in srgb, var(--surface) 92%, var(--surface-soft) 8%);
    border: 1px solid var(--border-strong);
    box-shadow: var(--shadow-soft);
    padding: 0.2rem;
    min-width: 12.6rem;
}

.actions-panel .dropdown-item[b-e3d8yij6u4] {
    color: var(--text-primary);
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: calc(var(--radius-sm) - 2px);
    margin: 0.1rem 0;
}

.actions-panel .dropdown-item:hover[b-e3d8yij6u4],
.actions-panel .dropdown-item:focus[b-e3d8yij6u4],
.actions-panel .dropdown-item:active[b-e3d8yij6u4] {
    color: var(--text-primary);
    background: color-mix(in srgb, var(--sidebar-hover-bg) 75%, var(--surface-soft) 25%);
}

.actions-panel .dropdown-item.bg-danger[b-e3d8yij6u4],
.actions-panel .dropdown-item.bg-danger:hover[b-e3d8yij6u4],
.actions-panel .dropdown-item.bg-danger:focus[b-e3d8yij6u4],
.actions-panel .dropdown-item.bg-danger:active[b-e3d8yij6u4] {
    color: var(--btn-danger-text) !important;
    background: var(--btn-danger-bg) !important;
    border-color: var(--btn-danger-border) !important;
}

.details-link-mini[b-e3d8yij6u4] {
    font-size: 0.5rem;
}

.details-section[b-e3d8yij6u4] {
    grid-column: span 4;
}

.notes-textarea[b-e3d8yij6u4] {
    width: 100%;
    min-height: 10em;
}

.device-card input[readonly][b-e3d8yij6u4] {
    cursor: default;
}

.device-card .text-info[b-e3d8yij6u4] {
    color: var(--link) !important;
}

.device-card .text-muted[b-e3d8yij6u4] {
    color: var(--text-soft) !important;
}

@media (max-width: 641px) {
    .device-card[b-e3d8yij6u4] {
        width: calc(50% - 1rem);
    }
}
/* _content/ComputerHub_Server/Components/Devices/DevicesFrame.razor.rz.scp.css */
#deviceControlsWrapper[b-quqdv136ab] {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 1rem 1.25rem;
    margin-bottom: 0.75rem;
    padding: 0.9rem;
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    background: var(--surface-soft);
}

#deviceControlsWrapper > :last-child[b-quqdv136ab] {
    text-align: right;
}

#deviceListDiv[b-quqdv136ab] {
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    background: var(--surface);
    min-height: 300px;
}

.controls-inline[b-quqdv136ab] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.control-select-sm[b-quqdv136ab] {
    width: 170px;
}

.icon-action-btn[b-quqdv136ab] {
    width: 40px;
}

.filter-input[b-quqdv136ab] {
    width: 220px;
}

.page-controls[b-quqdv136ab] {
    white-space: nowrap;
}

.page-index-input[b-quqdv136ab] {
    width: 78px;
    text-align: center;
}

.page-size-select[b-quqdv136ab] {
    width: 108px;
}

@media (max-width: 900px) {
    #deviceControlsWrapper[b-quqdv136ab] {
        grid-template-columns: 1fr;
    }

    #deviceControlsWrapper > :last-child[b-quqdv136ab] {
        text-align: left;
    }

    .filter-input[b-quqdv136ab],
    .control-select-sm[b-quqdv136ab] {
        width: 100%;
    }
}
/* _content/ComputerHub_Server/Components/Devices/Terminal.razor.rz.scp.css */
.terminal-frame[b-mqpkxz9riy] {
    position: fixed;
    bottom: 0;
    left: calc(282px + 2rem);
    right: 1.25rem;
    z-index: 2;
    pointer-events: none;
}

.terminal-frame.open[b-mqpkxz9riy] {
    z-index: 4;
}

.terminal-header[b-mqpkxz9riy] {
    pointer-events: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.terminal-header .terminal-button[b-mqpkxz9riy] {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    pointer-events: all;
}

.terminal-body[b-mqpkxz9riy] {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 0;
    overflow: hidden;
    opacity: 0;
    border-radius: 10px;
    transition: 0.25s ease all;
    pointer-events: all;
    box-shadow: 0 8px 26px rgba(2, 8, 23, 0.35);
}

.terminal-frame.open .terminal-body[b-mqpkxz9riy] {
    height: 25rem;
    max-height: 80vh;
    overflow: auto;
    opacity: 1;
}

.terminal-window[b-mqpkxz9riy] {
    font-family: Consolas, 'Lucida Console', Courier New, Courier, monospace;
    overflow-wrap: break-word;
    overflow-y: auto;
    white-space: pre;
}

.terminal-line[b-mqpkxz9riy] {
    min-height: 1.3em;
}

.terminal-input-area[b-mqpkxz9riy] {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-column-gap: 0.5em;
}

.terminal-help-btn[b-mqpkxz9riy] {
    align-self: center;
}

@media (max-width: 641px) {
    .terminal-frame[b-mqpkxz9riy] {
        left: 10px;
        right: 10px;
    }
}
/* _content/ComputerHub_Server/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cj055fb7ln] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main[b-cj055fb7ln] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-cj055fb7ln] {
    background:
        radial-gradient(1200px 500px at -20% -20%, var(--sidebar-glow), transparent 60%),
        linear-gradient(180deg, var(--sidebar-bg-start) 0%, var(--sidebar-bg-end) 100%);
    -webkit-backdrop-filter: blur(14px) saturate(1.15);
    backdrop-filter: blur(14px) saturate(1.15);
    border: 1px solid var(--sidebar-border);
    border-radius: 16px;
    overflow: hidden;
}

.content[b-cj055fb7ln] {
    max-width: 1480px;
    margin: 0 auto;
    padding-top: 1.35rem;
    padding-bottom: 2rem;
}

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

    .sidebar[b-cj055fb7ln] {
        width: 272px;
        min-width: 272px;
        height: calc(100vh - 1.5rem);
        margin: 0.75rem;
        position: sticky;
        overflow-y: auto;
        top: 0;
        box-shadow: var(--sidebar-shadow);
    }

    .main > div[b-cj055fb7ln] {
        padding-left: 1.25rem !important;
        padding-right: 2rem !important;
    }
}
/* _content/ComputerHub_Server/Components/Layout/NavMenu.razor.rz.scp.css */
.brand-shell[b-hd3gzz2niw] {
    background: linear-gradient(180deg, var(--sidebar-bg-start) 0%, var(--sidebar-bg-end) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 8.2rem;
    padding-inline: 0.25rem;
    -webkit-backdrop-filter: blur(12px) saturate(1.12);
    backdrop-filter: blur(12px) saturate(1.12);
}

.navbar-toggler[b-hd3gzz2niw] {
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.navbar-brand[b-hd3gzz2niw] {
    font-size: 1rem;
    padding-block: 0.55rem;
    color: var(--sidebar-text);
    width: 100%;
    min-height: 0;
    background: none;
    filter: var(--banner-hue-filter);
}

/* Fallback: if older markup is still served/cached, force banner-only header. */
.brand-shell .logo-title[b-hd3gzz2niw],
.brand-shell .logo-subtitle[b-hd3gzz2niw] {
    display: none !important;
}

.brand-banner-link[b-hd3gzz2niw] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    border-radius: 12px;
    padding: 0.45rem 0.2rem 0.35rem;
    background: transparent;
    border: 1px solid transparent;
    box-shadow: none;
    filter: var(--banner-hue-filter);
}

.brand-banner[b-hd3gzz2niw] {
    display: block;
    width: 100%;
    max-height: 104px;
    height: auto;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    opacity: 1;
    filter: var(--banner-hue-filter);
}

.nav-shell[b-hd3gzz2niw] {
    padding-top: 0.7rem;
}

.nav-stack[b-hd3gzz2niw] {
    gap: 0.3rem;
    padding-inline: 0.5rem;
}

.oi[b-hd3gzz2niw] {
    width: 1.5rem;
    font-size: 0.95rem;
    margin-right: 0.45rem;
    text-align: center;
}

.nav-item[b-hd3gzz2niw] {
    font-size: 0.95rem;
    margin: 0;
    padding-bottom: 0;
}

.nav-item[b-hd3gzz2niw]  a {
    color: var(--sidebar-text);
    border-radius: 12px;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0.56rem 0.78rem;
    border: 1px solid transparent;
    transition: background-color 120ms ease, border-color 120ms ease, color 120ms ease, transform 120ms ease;
    font-weight: 540;
    background-color: rgba(255, 255, 255, 0.01);
}

.nav-item[b-hd3gzz2niw]  a.active {
    background: linear-gradient(135deg, var(--sidebar-active-bg) 0%, rgba(255, 255, 255, 0.08) 100%);
    border-color: var(--sidebar-active-border);
    color: var(--sidebar-text);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.14), inset 0 0 0 1px var(--sidebar-active-border);
    -webkit-backdrop-filter: blur(8px) saturate(1.05);
    backdrop-filter: blur(8px) saturate(1.05);
}

.nav-item[b-hd3gzz2niw]  a:hover {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--sidebar-text);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nav-section-title[b-hd3gzz2niw] {
    color: var(--sidebar-section);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 0.8rem;
    margin-bottom: 0.25rem;
    opacity: 0.88;
}

.nav-action[b-hd3gzz2niw] {
    margin-top: 0.2rem;
}

.nav-action .btn-link[b-hd3gzz2niw] {
    border-radius: 10px;
    display: inline-flex;
    width: 100%;
    justify-content: flex-start;
    padding: 0.5rem 0.62rem;
    text-decoration: none;
    color: var(--sidebar-text);
    border: 1px solid transparent;
    font-weight: 540;
    background-color: rgba(255, 255, 255, 0.01);
}

.nav-action .btn-link:hover[b-hd3gzz2niw] {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
}

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

    .collapse[b-hd3gzz2niw] {
        display: block !important;
    }
}
/* _content/ComputerHub_Server/Components/LoadingSignal.razor.rz.scp.css */
.signal-background[b-nd10x6pwxp] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

.signal-wrapper[b-nd10x6pwxp] {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.signal[b-nd10x6pwxp] {
    display: inline-block;
    border-width: 8px;
    border-style: solid;
    margin-top: 10px;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    opacity: 0;
    transform-origin: center;
    animation: pulsate-b-nd10x6pwxp .85s ease-out;
    animation-iteration-count: infinite;
}

    .signal.signal-dark[b-nd10x6pwxp] {
        border-color: whitesmoke;
    }
    .signal.signal-light[b-nd10x6pwxp] {
        border-color: #333;
    }

@keyframes pulsate-b-nd10x6pwxp {
    0% {
        transform: scale(.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
/* _content/ComputerHub_Server/Components/Pages/About.razor.rz.scp.css */
p[b-on1tct3w57] {
    color: #475569;
    line-height: 1.55;
    margin-bottom: 0.65rem;
}

a[b-on1tct3w57] {
    font-weight: 600;
}
/* _content/ComputerHub_Server/Components/Pages/ApiKeys.razor.rz.scp.css */
.table[b-bchupd5eed] {
    margin-top: 0.85rem;
}

.new-token-name-input[b-bchupd5eed] {
    width: 220px;
}

.key-secret-input[b-bchupd5eed] {
    width: 420px;
}

input[readonly][b-bchupd5eed] {
    max-width: 100%;
}

@media (max-width: 641px) {
    .table[b-bchupd5eed] {
        font-size: 0.85rem;
    }
}
/* _content/ComputerHub_Server/Components/Pages/Branding.razor.rz.scp.css */
.branding-icon[b-d2b9ugx97k] {
    max-width: 8rem;
    height: auto;
}

.reconnect-preview[b-d2b9ugx97k] {
    max-width: 10rem;
    max-height: 10rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(15, 23, 42, 0.06);
    padding: 0.35rem;
}
/* _content/ComputerHub_Server/Components/Pages/Credits.razor.rz.scp.css */
li[b-pz3sv1w2ao] {
    word-wrap: break-word;
}

.row > .col-sm-6[b-pz3sv1w2ao] {
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    background: var(--surface-soft);
    padding: 0.85rem;
}
/* _content/ComputerHub_Server/Components/Pages/Deploy.razor.rz.scp.css */
.row > .col-sm-12[b-heiwgzu640] {
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    background: var(--surface-soft);
    padding: 0.85rem;
}

h4[b-heiwgzu640] {
    color: var(--heading-color);
    margin-bottom: 0.6rem;
}

.input-group .form-control[b-heiwgzu640] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/* _content/ComputerHub_Server/Components/Pages/DeviceDetails.razor.rz.scp.css */
.form-group.row[b-wm47nuhkvf] {
    border: 1px solid var(--border-soft);
    border-radius: 10px;
    background: var(--surface-soft);
    padding: 0.55rem 0.15rem;
    margin-bottom: 0.55rem;
}

.tab-pane[b-wm47nuhkvf] {
    min-height: 220px;
}

.details-link-mini[b-wm47nuhkvf] {
    font-size: 0.5rem;
}

.notes-textarea[b-wm47nuhkvf] {
    width: 100%;
    min-height: 10em;
}

.remote-logs-output[b-wm47nuhkvf] {
    white-space: pre;
    background: var(--log-bg);
    color: var(--log-text);
    border-radius: 10px;
    border: 1px solid var(--border-strong);
    padding: 0.8rem;
    max-height: 560px;
    overflow: auto;
}
/* _content/ComputerHub_Server/Components/Pages/DeviceFiles.razor.rz.scp.css */
.device-files-page .path-input[b-w2sssgiw20] {
    min-width: min(640px, 100%);
}

.device-files-page[b-w2sssgiw20] {
    color: var(--text-primary);
}

.device-files-page .card[b-w2sssgiw20],
.device-files-page .card-body[b-w2sssgiw20],
.device-files-page .table[b-w2sssgiw20],
.device-files-page .table th[b-w2sssgiw20],
.device-files-page .table td[b-w2sssgiw20] {
    color: var(--text-primary);
}

.device-files-page .file-input[b-w2sssgiw20] {
    max-width: 420px;
}

.device-files-page .folder-link[b-w2sssgiw20] {
    color: var(--text-primary);
    text-decoration: none;
    font-weight: 600;
}

.device-files-page .folder-link:hover[b-w2sssgiw20] {
    text-decoration: underline;
}

.device-files-page .table .oi[b-w2sssgiw20] {
    color: var(--text-primary);
    opacity: 0.85;
}

.device-files-page .text-muted[b-w2sssgiw20] {
    color: color-mix(in srgb, var(--text-primary) 66%, transparent);
}
/* _content/ComputerHub_Server/Components/Pages/Downloads.razor.rz.scp.css */
.row[b-adwinvua2s] {
    margin-bottom: 1rem;
}

.row > .col-sm-6[b-adwinvua2s],
.row > .col-sm-12[b-adwinvua2s] {
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    background: var(--surface-soft);
    padding: 0.85rem;
}

code[b-adwinvua2s] {
    display: block;
    background: var(--surface-soft);
    border-radius: 8px;
    border: 1px solid var(--border-strong);
    color: var(--text-primary);
    white-space: pre-wrap;
    padding: 0.5rem 0.6rem;
    margin-top: 0.2rem;
}
/* _content/ComputerHub_Server/Components/Pages/GetSupport.razor.rz.scp.css */
.col-sm-6[b-wx76mk0axv] {
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    background: var(--surface-soft);
    padding: 1rem 1rem 0.6rem;
}

.form-check-label[b-wx76mk0axv] {
    font-weight: 600;
    color: var(--text-subtle);
}

input[type='checkbox'][b-wx76mk0axv] {
    width: 20px;
    height: 20px;
}
/* _content/ComputerHub_Server/Components/Pages/Invite.razor.rz.scp.css */
.row[b-gprxq4bux2] {
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    background: var(--surface-soft);
    padding: 0.85rem;
}

p[b-gprxq4bux2] {
    color: var(--text-subtle);
}
/* _content/ComputerHub_Server/Components/Pages/ManageOrganization.razor.rz.scp.css */
.mw[b-ycg5jf8f24] {
    max-width: 720px;
}

.table[b-ycg5jf8f24] {
    margin-top: 0.55rem;
}

.table-scroll[b-ycg5jf8f24] {
    max-height: 430px;
    overflow: auto;
    border-radius: 10px;
}

select.form-control[size][b-ycg5jf8f24] {
    min-height: 8.5rem;
}

.middle-aligned[b-ycg5jf8f24] {
    vertical-align: middle;
}

.delete-user-button[disabled][b-ycg5jf8f24] {
    opacity: 0.55;
}
/* _content/ComputerHub_Server/Components/Pages/RemoteControl.razor.rz.scp.css */
.viewer-page-shell[b-hcyul9qrfa] {
    display: grid;
    gap: 0.75rem;
}

.viewer-page-shell h1[b-hcyul9qrfa] {
    margin-bottom: 0;
}

.viewer-frame-wrap[b-hcyul9qrfa] {
    border: 1px solid var(--border-soft);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--surface);
    box-shadow: var(--shadow-card);
}

.viewer-frame[b-hcyul9qrfa] {
    width: 100%;
    height: calc(100vh - 12.5rem);
    min-height: 620px;
    border: 0;
    display: block;
}

@media (max-width: 992px) {
    .viewer-frame[b-hcyul9qrfa] {
        height: calc(100vh - 11rem);
        min-height: 540px;
    }
}
/* _content/ComputerHub_Server/Components/Pages/ServerConfig.razor.rz.scp.css */
.list-box[b-xjwtqwgowt] {
    padding: 0.8em;
    border: 1px solid var(--border-strong);
    background: var(--surface-soft);
    height: 12.5em;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
    border-radius: 10px;
}

.server-stats-row[b-xjwtqwgowt] {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.server-admin-name[b-xjwtqwgowt] {
    line-height: 1.3em;
}

#saveButton[b-xjwtqwgowt] {
    position: fixed;
    right: 34px;
    bottom: 22px;
    box-shadow: 0 10px 22px rgba(2, 8, 23, 0.28);
}
/* _content/ComputerHub_Server/Components/Pages/ServerLogs.razor.rz.scp.css */
.buttons-row[b-d11kc1i145] {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 0.75em;
    justify-content: start;
}

.filters-row[b-d11kc1i145] {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    grid-column-gap: 0.9em;
    align-items: end;
}

.filters-row input[b-d11kc1i145],
.filters-row select[b-d11kc1i145] {
    border: 1px solid var(--field-border);
    border-radius: 10px;
    min-height: 2.2rem;
    padding-inline: 0.55rem;
}

.logs-content[b-d11kc1i145] {
    width: 100%;
    white-space: pre;
    height: 560px;
    border: 1px solid var(--border-strong);
    border-radius: 10px;
    padding: 0.8rem;
    background: var(--log-bg);
    color: var(--log-text);
}

@media (max-width: 900px) {
    .buttons-row[b-d11kc1i145] {
        grid-template-columns: 1fr;
        row-gap: 0.6em;
    }

    .filters-row[b-d11kc1i145] {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 0.7em;
    }
}

@media (max-width: 641px) {
    .filters-row[b-d11kc1i145] {
        grid-template-columns: 1fr;
    }
}
/* _content/ComputerHub_Server/Components/Pages/UserOptions.razor.rz.scp.css */
.form-group[b-dpjouoiex5] {
    border: 1px solid var(--border-soft);
    border-radius: 10px;
    background: var(--surface-soft);
    padding: 0.75rem;
}

.form-group.mt-5[b-dpjouoiex5] {
    margin-top: 1rem !important;
}
/* _content/ComputerHub_Server/Components/Scripts/RunScript.razor.rz.scp.css */
.main-grid[b-1otkk05u2v] {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-row-gap: 1em;
    grid-template-columns: auto 1fr 1fr;
    grid-column-gap: 1.4em;
}

.column-wrapper[b-1otkk05u2v] {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow-y: auto;
}

.run-actions-row[b-1otkk05u2v] {
    grid-column: span 3;
}

.item-list-border[b-1otkk05u2v] {
    border: 1px solid var(--border-strong);
    background: var(--surface-soft);
    padding: 0.6em;
    height: 100%;
    border-radius: 10px;
    overflow-y: auto;
}
/* _content/ComputerHub_Server/Components/Scripts/SavedScripts.razor.rz.scp.css */
.outer-grid[b-stzdz2trxr] {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 1.5em;
}

.left-outer-grid[b-stzdz2trxr] {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0.6rem;
}

.scripts-tree-view[b-stzdz2trxr] {
    border-radius: 10px;
    padding: 0.5em;
}

.tree-view-wrapper-grid[b-stzdz2trxr] {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow-y: auto;
    border: 1px solid var(--border-soft);
    border-radius: 12px;
    background: var(--surface-soft);
    padding: 0.75rem;
    min-width: 260px;
}

@media (max-width: 900px) {
    .outer-grid[b-stzdz2trxr] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 641px) {
    .controls-section[b-stzdz2trxr] {
        display: grid;
        grid-template-columns: 1fr;
    }
}
/* _content/ComputerHub_Server/Components/Scripts/ScriptSchedules.razor.rz.scp.css */
.item-list-border[b-au34bcl4b7] {
    border: 1px solid var(--border-strong);
    background: var(--surface-soft);
    padding: 0.6em;
    height: 300px;
    border-radius: 10px;
    overflow-y: auto;
}

.schedule-row[b-au34bcl4b7] {
    cursor: pointer;
}
/* _content/ComputerHub_Server/Components/ToastHarness.razor.rz.scp.css */
.toast-harness[b-qj59h81h7c] {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 5;
    user-select: none;
    pointer-events: none;
}


.toast-message[b-qj59h81h7c] {
    background-color: rgb(25,25,25);
    color: white;
    transform: translate(0, 0);
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 1;
    color: white;
    border-radius: 5px;
    user-select: none;
    pointer-events: none;
    animation-name: toast-message-b-qj59h81h7c;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}

@keyframes toast-message-b-qj59h81h7c {
    from {
        transform: translate(0, 0);
        opacity: 1;
    }

    to {
        transform: translate(calc(100% + 50px), 0);
        opacity: 0;
    }
}
/* _content/ComputerHub_Server/Components/TreeView/TreeView.razor.rz.scp.css */
.tree-view-wrapper[b-wnis1f9f04]{
    overflow-y: auto;
}
/* _content/ComputerHub_Server/Components/TreeView/TreeViewItem.razor.rz.scp.css */
.tree-view-item[b-nrplry3636] {
   padding: .25em .5em .25em .5em;
}
