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


#alertsFrame[b-fkj8qau19n] {
    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-fkj8qau19n] {
        opacity: 1;
        transition: .25s ease all;
        pointer-events: unset;
        transform: translateX(0);
    }


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

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

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

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

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

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

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

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

}

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

}

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

}

.chat-bubble[b-k6ijv8rwms] {
    position: relative;
    width: 80%;
    padding: .5em 1em .5em 1em;
    border-radius: 5px;
}
/* /Components/Devices/ChatFrame.razor.rz.scp.css */
.chat-frame[b-lqijl2pwmo] {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 25em;
    max-width: 90%;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 3;
}
/* /Components/Devices/DeviceCard.razor.rz.scp.css */
.device-card[b-1ryn8nd27d] {
    transition: box-shadow .25s;
    cursor: pointer;
    display: inline-block;
    width: 15rem;
    transition: .25s ease all;
    max-width: 100%;
}

    .device-card.expanded[b-1ryn8nd27d] {
        cursor: unset;
        display: block;
        width: 35rem;
        height: auto;
        transition: .25s ease all;
    }

        .device-card.expanded .card-body[b-1ryn8nd27d] {
            overflow-y: auto;
            height: 30rem;
            transition: .25s ease all;
        }

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

    .device-card:hover[b-1ryn8nd27d] {
        transition: all .25s;
    }

    .device-card.light:hover[b-1ryn8nd27d] {
        box-shadow: 0px 0px 10px 0px rgb(25,25,25);
    }

    .device-card.dark:hover[b-1ryn8nd27d] {
        box-shadow: 0px 0px 10px 0px rgb(150 150 150)
    }

    .device-card .card-body[b-1ryn8nd27d] {
        font-size: 0.9rem;
        overflow: hidden;
        white-space: nowrap;
        transition: .25s ease all;
    }

        .device-card .card-body > div[b-1ryn8nd27d] {
            display: grid;
            grid-template-columns: 1fr 1fr;
            grid-column-gap: 2rem;
            grid-row-gap: .25rem;
            transition: .25s ease all;
        }

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

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

    .device-card.expanded .card-body > div[b-1ryn8nd27d] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        transition: .25s ease all;
    }

    .device-card.expanded .card-body[b-1ryn8nd27d] {
        overflow-y: auto;
        grid-template-columns: 1fr 1fr;
        transition: .25s ease all;
    }

    .device-card .card-header[b-1ryn8nd27d] {
        display: grid;
        grid-template-columns: auto 1fr auto;
        white-space: nowrap;
        align-content: start;
        user-select: none;
    }


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


@media (max-width: 641px) {
    .device-card[b-1ryn8nd27d] {
        width: calc(50% - 1rem);
    }
}
/* /Components/Devices/DevicesFrame.razor.rz.scp.css */
.devices-frame[b-5msiqvgpsj] {
    position: relative;
    padding-right: 8px;
}

.devices-toolbar[b-5msiqvgpsj] {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(520px, auto);
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.toolbar-search .form-control[b-5msiqvgpsj] {
    max-width: 100%;
}

.toolbar-filters[b-5msiqvgpsj] {
    display: grid;
    grid-template-columns: repeat(3, minmax(130px, 180px)) auto;
    gap: 8px;
    justify-content: end;
}

.toolbar-filters .form-control[b-5msiqvgpsj] {
    height: 36px;
}

.bulk-actions-bar[b-5msiqvgpsj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(18, 32, 48, 0.86);
    margin-bottom: 10px;
}

.bulk-actions-count[b-5msiqvgpsj] {
    font-weight: 600;
}

.bulk-actions-buttons[b-5msiqvgpsj] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.device-table-shell[b-5msiqvgpsj] {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 10px;
    overflow: visible;
    background: rgba(8, 15, 24, 0.9);
}

.device-table-wrap[b-5msiqvgpsj] {
    max-height: min(62vh, 620px);
    overflow: auto;
}

.device-table-wrap.menu-open[b-5msiqvgpsj] {
    overflow: visible;
}

.device-table[b-5msiqvgpsj] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 13px;
}

.device-table th[b-5msiqvgpsj],
.device-table td[b-5msiqvgpsj] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 8px 8px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.device-table th[b-5msiqvgpsj] {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #111e2d;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.04em;
    font-weight: 700;
    color: rgba(230, 238, 248, 0.88);
}

.device-table tr:hover td[b-5msiqvgpsj] {
    background: rgba(74, 102, 132, 0.24);
}

.device-table tr.selected-row td[b-5msiqvgpsj] {
    background: rgba(62, 118, 173, 0.28);
}

.checkbox-col[b-5msiqvgpsj] {
    width: 42px;
}

.actions-col[b-5msiqvgpsj] {
    width: 68px;
    text-align: right;
    overflow: visible !important;
}

.device-status[b-5msiqvgpsj] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
}

.device-status .status-dot[b-5msiqvgpsj] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
}

.status-online .status-dot[b-5msiqvgpsj] {
    background: #2dcd73;
}

.status-offline .status-dot[b-5msiqvgpsj] {
    background: #8a92a1;
}

.status-error .status-dot[b-5msiqvgpsj] {
    background: #ff5f5f;
}

.row-actions[b-5msiqvgpsj] {
    position: relative;
    z-index: 6;
}

.row-actions-trigger[b-5msiqvgpsj] {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.04);
    color: inherit;
    font-size: 18px;
    line-height: 1;
}

.row-actions-menu[b-5msiqvgpsj] {
    position: absolute;
    right: 0;
    top: calc(100% + 4px);
    min-width: 170px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    white-space: normal;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: #15273b;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    z-index: 40;
    padding: 4px;
}

.row-actions-menu.open-up[b-5msiqvgpsj] {
    top: auto;
    bottom: calc(100% + 4px);
}

.row-actions-menu button[b-5msiqvgpsj] {
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    color: #f2f6fb;
    text-align: left;
    padding: 7px 8px;
    border-radius: 6px;
    font-size: 12px;
}

.row-actions-menu button:hover[b-5msiqvgpsj] {
    background: rgba(96, 141, 186, 0.2);
}

.row-actions-menu button.danger[b-5msiqvgpsj] {
    color: #ffb3b3;
}

.device-table-footer[b-5msiqvgpsj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(15, 28, 42, 0.9);
}

.page-size-group[b-5msiqvgpsj] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
}

.page-size-group select[b-5msiqvgpsj] {
    width: 88px;
    height: 32px;
}

.pagination-group[b-5msiqvgpsj] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.page-ellipsis[b-5msiqvgpsj] {
    opacity: 0.8;
    padding: 0 6px;
}

.table-state[b-5msiqvgpsj] {
    min-height: 220px;
    display: grid;
    place-items: center;
    color: rgba(230, 238, 248, 0.85);
}

.error-state[b-5msiqvgpsj] {
    color: #ffadad;
}

.skeleton-row td[b-5msiqvgpsj] {
    border-bottom: none;
}

.skeleton-line[b-5msiqvgpsj] {
    height: 12px;
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.18) 45%, rgba(255, 255, 255, 0.07) 100%);
    background-size: 220% 100%;
    animation: row-skeleton-b-5msiqvgpsj 1.2s ease-in-out infinite;
}

@keyframes row-skeleton-b-5msiqvgpsj {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.device-drawer-backdrop[b-5msiqvgpsj] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 20;
}

.device-drawer[b-5msiqvgpsj] {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    width: min(420px, 95vw);
    background: #122033;
    border-left: 1px solid rgba(255, 255, 255, 0.16);
    z-index: 21;
    display: flex;
    flex-direction: column;
}

.drawer-header[b-5msiqvgpsj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.drawer-header h5[b-5msiqvgpsj] {
    margin: 0;
}

.drawer-body[b-5msiqvgpsj] {
    padding: 12px 14px 18px;
    overflow: auto;
}

.drawer-body dl[b-5msiqvgpsj] {
    margin: 0;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 8px 10px;
}

.drawer-body dt[b-5msiqvgpsj] {
    font-weight: 600;
    color: rgba(215, 228, 243, 0.74);
}

.drawer-body dd[b-5msiqvgpsj] {
    margin: 0;
    overflow-wrap: anywhere;
}

@media (max-width: 1150px) {
    .devices-toolbar[b-5msiqvgpsj] {
        grid-template-columns: 1fr;
    }

    .toolbar-filters[b-5msiqvgpsj] {
        justify-content: start;
    }
}

@media (max-width: 900px) {
    .toolbar-filters[b-5msiqvgpsj] {
        grid-template-columns: 1fr 1fr;
    }

    .device-table-footer[b-5msiqvgpsj] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Devices/Terminal.razor.rz.scp.css */

.terminal-frame[b-r5pus2q0or] {
    position: fixed;
    bottom: 0;
    left: 260px;
    right: 10px;
    z-index: 2;
    pointer-events: none;
}

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

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

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

.terminal-body[b-r5pus2q0or] {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 0;
    overflow: hidden;
    opacity: 0;
    border-radius: 5px;
    transition: .25s ease all;
    pointer-events: all;
}

.terminal-frame.open .terminal-body[b-r5pus2q0or] {
        height: 25rem;
        max-height: 80vh;
        overflow: auto;
        opacity: 1;
        transition: .25s ease all;
    }

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

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

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

@media (max-width: 641px) {
    .terminal-frame[b-r5pus2q0or] {
        left: 10px;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-a3y8s5yi2s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-a3y8s5yi2s] {
    flex: 1;
}

.sidebar[b-a3y8s5yi2s] {
    background-image: linear-gradient(155deg, rgb(30 30 30), steelblue 200%);
}

.top-row[b-a3y8s5yi2s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}
    .top-row[b-a3y8s5yi2s]  a, .top-row .btn-link[b-a3y8s5yi2s] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-a3y8s5yi2s] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-a3y8s5yi2s] {
        display: none;
    }

    .top-row.auth[b-a3y8s5yi2s] {
        justify-content: space-between;
    }

    .top-row a[b-a3y8s5yi2s], .top-row .btn-link[b-a3y8s5yi2s] {
        margin-left: 0;
    }
}

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

    .sidebar[b-a3y8s5yi2s] {
        min-width: 250px;
        height: 100vh;
        position: sticky;
        overflow-y: auto;
        top: 0;
    }

    .top-row[b-a3y8s5yi2s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-a3y8s5yi2s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ixq9o2h4we] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-ixq9o2h4we] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
}

.nav-item[b-ixq9o2h4we] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

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

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

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

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

    .collapse[b-ixq9o2h4we] {
        /* Never collapse the sidebar for wide screens */
        display: block !important;
    }
}
/* /Components/LoadingSignal.razor.rz.scp.css */
.signal-background[b-035ok5fr4n] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.5);
    z-index: 1000;
}

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

.signal[b-035ok5fr4n] {
    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-035ok5fr4n .85s ease-out;
    animation-iteration-count: infinite;
}

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

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

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}
/* /Components/Pages/Branding.razor.rz.scp.css */
.branding-icon[b-benndtw6m4] {
    max-width: 8rem;
    height: auto;
}
/* /Components/Pages/Credits.razor.rz.scp.css */
li[b-in7pyzu4dg] {
    word-wrap: break-word;
}
/* /Components/Pages/GetSupport.razor.rz.scp.css */
input[type='checkbox'][b-i112mu0g32] {
    width: 25px;
    height: 25px;
}
/* /Components/Pages/ManageOrganization.razor.rz.scp.css */
/* /Components/Pages/ServerConfig.razor.rz.scp.css */
.list-box[b-mam26e3b9k] {
    padding: 1em;
    border: 2px solid gray;
    height: 8em;
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: nowrap;
    border-radius: 5px;
}

#saveButton[b-mam26e3b9k] {
    position: fixed;
    right: 40px;
    bottom: 20px;
}
/* /Components/Pages/ServerLogs.razor.rz.scp.css */
.buttons-row[b-i6z1s065c7] {
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-column-gap: 2em;
}

.filters-row[b-i6z1s065c7] {
    display: grid;
    grid-template-columns: auto auto auto 1fr;
    grid-column-gap: 1em;
}

.logs-content[b-i6z1s065c7] {
    width: 100%;
    white-space: pre;
    height: 500px;
}


@media (max-width: 641px) {
    .buttons-row[b-i6z1s065c7] {
        grid-template-columns: 1fr;
        text-align: center;
        grid-row-gap: 1em;
    }

    .filters-row[b-i6z1s065c7] {
        grid-template-columns: 1fr 1fr;
        align-items: center;
        grid-row-gap: 0.5em;
    }
}
/* /Components/Scripts/RunScript.razor.rz.scp.css */
.main-grid[b-7jgqtzqa2t] {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-row-gap: 1em;
    grid-template-columns: auto 1fr 1fr;
    grid-column-gap: 2em;
}

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


.item-list-border[b-7jgqtzqa2t] {
    border: 1px solid gray;
    padding: .5em;
    height: 100%;
    border-radius: 5px;
    overflow-y: auto;
}
/* /Components/Scripts/SavedScripts.razor.rz.scp.css */
.outer-grid[b-fj97hpepm3] {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: 2.5em;
}

.left-outer-grid[b-fj97hpepm3] {
    display: grid;
    grid-template-rows: auto 1fr;
}

.scripts-tree-view[b-fj97hpepm3] {
    border-radius: 5px;
    padding: .5em;

}

.tree-view-wrapper-grid[b-fj97hpepm3] {
    display: grid;
    grid-template-rows: auto 1fr;
    overflow-y: auto;
}


@media (max-width: 641px) {
    .controls-section[b-fj97hpepm3] {
        display: grid;
        grid-template-columns: 1fr;
    }

}
/* /Components/Scripts/ScriptSchedules.razor.rz.scp.css */
.item-list-border[b-jnc8l14mtg] {
    border: 1px solid gray;
    padding: .5em;
    height: 300px;
    border-radius: 5px;
    overflow-y: auto;
}
/* /Components/ToastHarness.razor.rz.scp.css */
.toast-harness[b-0p64wknb9y] {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 5;
    user-select: none;
    pointer-events: none;
}


.toast-message[b-0p64wknb9y] {
    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-0p64wknb9y;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}

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

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