@import 'Securithor.Web.Client.abfijqafa1.bundle.scp.css';
@import '_content/Securithor.Components/Securithor.Components.8qp8putw29.bundle.scp.css';

/* _content/Securithor.Web/Components/Layout/ApsLayout.razor.rz.scp.css */
.page-container[b-hashfkpjxd] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-header[b-hashfkpjxd] {
    padding-bottom: 16px;
}

.page-content[b-hashfkpjxd] {
    flex-grow: 1;
    overflow-y: auto;
}
/* _content/Securithor.Web/Components/Layout/ApsPartitionsAccountSelectorLayout.razor.rz.scp.css */
.accounts-container[b-oah9m5kl2u] {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-template-areas:
        "sidebar content";
    column-gap: 20px;
    height: 100%;
}

.accounts-partitions-list[b-oah9m5kl2u] {
    grid-area: sidebar;
    overflow-y: auto;
}

.accounts-content[b-oah9m5kl2u] {
    grid-area: content;
    overflow-y: auto;
}
/* _content/Securithor.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6vasmjs8a6] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-6vasmjs8a6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Securithor.Web/Components/Pages/EventGroups.razor.rz.scp.css */
[b-3qirhjjaz5] .rz-grid-table thead th.sw-selected {
    border-top: solid 1px var(--rz-info);
    border-left: solid 1px var(--rz-info);
    border-right: solid 1px var(--rz-info);
    background: rgba(230,249,255,1);
}

[b-3qirhjjaz5] .rz-grid-table tbody tr:not(:last-child) td.sw-selected {
    border-left: solid 1px var(--rz-info);
    border-right: solid 1px var(--rz-info);
    background: transparent;
}

[b-3qirhjjaz5] .rz-grid-table tbody tr:last-child td.sw-selected {
    border-bottom: solid 1px var(--rz-info);
    border-left: solid 1px var(--rz-info);
    border-right: solid 1px var(--rz-info);
    background: transparent;
}

[b-3qirhjjaz5] .sw-gradient {
    background: #e6f9ff;
    background: linear-gradient(180deg,rgba(230, 249, 255, 1) 0%, rgba(166, 211, 237, 1) 100%);
}

[b-3qirhjjaz5] .rz-expanded-row-content > td {
    padding: 0px 0px 5px 0px;
    background: transparent;
}

[b-3qirhjjaz5] .rz-expanded-row-template {
    background: transparent;
}

/* Example for changing the expand icon (e.g., chevron-circle-right) */
[b-3qirhjjaz5] .rz-datatable .rzi-chevron-circle-right:before {
    content: "add_box"; /* Replace with the desired icon's Unicode character */
}

/* Example for changing the collapse icon (e.g., chevron-circle-down) */
[b-3qirhjjaz5] .rz-datatable .rzi-chevron-circle-down:before {
    content: "chips"; /* Replace with the desired icon's Unicode character */
}

[b-3qirhjjaz5] .badge-container {
    position: relative;
    overflow: visible;
}

[b-3qirhjjaz5] .as-badge {
    position: absolute;
    top: -6px;
    right: -18px;
}

[b-3qirhjjaz5] .rz-cell-data:has(.rz-stack > .badge-container > .as-badge) {
    overflow: visible !important;
}

[b-3qirhjjaz5] .rz-col-icon.rz-unselectable-text {
    position: sticky;
    inset-inline-start: 0;
    z-index: 2;
    background: var(--rz-grid-frozen-cell-background-color)!important;
}

/*::deep .rz-frozen-cell.rz-frozen-cell-right {*/
    /*inset-inline-end: 79px !important;*/
    /*border-inline-start: -1px solid red;
}

::deep .rz-frozen-cell.rz-frozen-cell-right.rz-frozen-cell-right-end {*/
    /*inset-inline-end: 79px !important;*/
    /*border-inline-end: -1px solid red;
}*/

/* Fix for 1px gap between right frozen headers */
/*::deep .rz-grid-table-fixed .rz-frozen-cell-right-end {
    margin-inline-end: -1px;*/ /* overlap to remove the seam */
    /*border-inline-start: none !important;*/ /* remove double border */
    /*box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.12);*/ /* keep Radzen shadow */
    /*background-color: var(--rz-grid-header-background-color, white);
    z-index: 3 !important;
}*/

/* Ensure the preceding frozen cell doesn't have a conflicting border */
/*::deep .rz-grid-table-fixed .rz-frozen-cell-right {
    border-inline-end: none !important;
    z-index: 2 !important;
}*/

/* 1px overlap + overlay to hide seam and keep clicks safe */
/*::deep .rz-grid-table-fixed .rz-frozen-cell-right-end {
    margin-inline-end: -1px !important;*/ /* overlap by 1px */
    /*z-index: 50 !important;*/ /* above everything */
    /*background-color: var(--rz-grid-header-background-color, white) !important;
    position: sticky;*/ /* ensure sticky preserved */
/*}*/

    /* overlay pseudo-element covers seam (won't affect layout) */
/*::deep    .rz-grid-table-fixed .rz-frozen-cell-right-end::after {
        content: "";
        position: absolute;
        inset-block-start: 0;
        inset-inline-end: -1px;*/ /* extend 1px to the right */
        /*width: 1px;
        height: 100%;
        background: var(--rz-grid-header-background-color, white);
        pointer-events: none;*/ /* allow clicks to pass */
        /*z-index: 51;
    }*/

/*::deep .rz-grid-table-fixed .rz-frozen-cell-right-end {
    transform: translateX(1px);*/ /* try 0.5px, or 1px if needed */
    /*-webkit-transform: translateX(1px);
    will-change: transform;
    z-index: 50 !important;
}*/

/* Add static overlay to hide the gap */
[b-3qirhjjaz5] .rz-grid-table-fixed .rz-frozen-cell-right:not(.rz-frozen-cell-right-end) {
    overflow: visible;
}

/* Add static overlay to hide the gap */
[b-3qirhjjaz5] .rz-grid-table-fixed .rz-frozen-cell-right:not(.rz-frozen-cell-right-end)::before {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    inset-inline-start: -1px; /* lock to right edge */
    width: 1px;
    background: var(--rz-grid-header-background-color, white);
    pointer-events: none;
    z-index: 4; /* above shadow/borders but below text */
}

/* Highlighted row overlay overrides stripes */
[b-3qirhjjaz5] .rz-grid-table-fixed tbody > tr.rz-data-row.rz-state-highlight > .rz-frozen-cell-right:not(.rz-frozen-cell-right-end)::before {
    background-color: var(--rz-grid-selected-background-color) !important;
}

/* Hovered rows (not highlighted) */
[b-3qirhjjaz5] .rz-grid-table-fixed tbody > tr.rz-data-row:hover:not(.rz-state-highlight) > .rz-frozen-cell-right:not(.rz-frozen-cell-right-end)::before {
    background-color: var(--rz-grid-hover-background-color) !important;
}

/* Make frozen cells inherit the stripe */
[b-3qirhjjaz5] .rz-grid-table-fixed tbody > tr:not(.rz-expanded-row-content):nth-child(even) > .rz-frozen-cell-right:not(.rz-frozen-cell-right-end)::before {
    background-color: var(--rz-grid-stripe-background-color);
}

[b-3qirhjjaz5] .rz-grid-table-fixed tbody > tr:not(.rz-expanded-row-content):nth-child(odd) > .rz-frozen-cell-right:not(.rz-frozen-cell-right-end)::before {
    background-color: var(--rz-grid-background-color, white);
}
/* _content/Securithor.Web/Components/Pages/Prothector/Dashboard/ProtecthorDashboardPage.razor.rz.scp.css */
/* _content/Securithor.Web/Components/Pages/Prothector/Settings/AccountConfig/AccountConfigPage.razor.rz.scp.css */
.thumbnail-preview[b-b9jda121ie] {
    width: 420px;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
}
/* _content/Securithor.Web/Components/Pages/Prothector/Settings/AccountConfig/MediaUpload.razor.rz.scp.css */
.field-border[b-66zpdqcwah] {
    border: var(--rz-input-border);
    border-block-end: var(--rz-input-border-block-end);
    border-radius: var(--rz-input-border-radius);
    box-shadow: var(--rz-input-shadow);
}
/* _content/Securithor.Web/Components/Pages/Users/UserAvatar.razor.rz.scp.css */
.user-avatar[b-8y339o8uvd] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
}

.avatar-img[b-8y339o8uvd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar-initials[b-8y339o8uvd] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-skeleton[b-8y339o8uvd] {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer-b-8y339o8uvd 1.5s infinite;
}

@keyframes shimmer-b-8y339o8uvd {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.hidden[b-8y339o8uvd] {
    display: none;
}
/* _content/Securithor.Web/Components/shared/EventGroups/EventCommentListComponent.razor.rz.scp.css */
/* _content/Securithor.Web/Components/shared/EventGroups/EventListComponent.razor.rz.scp.css */
[b-jd1kij1msk] .rz-hide-header > .rz-data-grid-data > .rz-grid-table > thead > tr > th {
    border: 0;
}

[b-jd1kij1msk] .rz-hide-header > .rz-data-grid-data > .rz-grid-table > thead > tr > th > div {
    padding: 0;
}

[b-jd1kij1msk] .rz-hide-header > .rz-data-grid-data > .rz-grid-table > thead .rz-column-title {
    display: none;
}

[b-jd1kij1msk] .rz-hide-header > .rz-data-grid-data > .rz-grid-table > thead .rz-column-title-content {
    display: none;
}

[b-jd1kij1msk] .rz-hide-first-col > .rz-data-grid-data > .rz-grid-table > tbody > .rz-data-row > .rz-col-icon {
    background: red;
    width: 0 !important;
}

[b-jd1kij1msk] .rz-expanded-row-content > td {
    padding: 1px 1px 1px 4px;
    background: transparent;
}

[b-jd1kij1msk] .rz-hide-header > .rz-data-grid-data{
    overflow-x : hidden;

}
/* _content/Securithor.Web/Components/shared/GlobalSearch.razor.rz.scp.css */
.global-search[b-38keixymsl] {
    width: 100%;
    max-width: 28rem;
    position: relative;
}

.global-search__popup[b-38keixymsl] {
    position: absolute;
    left: 0px;
    width: 100%;
    max-height: 16rem;
    border: var(--rz-panel-border);
    background-color: var(--rz-panel-background-color);
    box-shadow: var(--rz-panel-shadow);
    border-radius: var(--rz-border-radius);
    z-index: 50;
    overflow-x: hidden;
    overflow-y: auto;
}

.global-search__empty[b-38keixymsl] {
    padding: 0.75rem;
    font-style: italic;
    color: #6b7280;
}

.global-search__list[b-38keixymsl] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.global-search__group-header[b-38keixymsl] {
    background: #f3f4f6;
    font-size: 0.75rem;
    font-weight: bold;
    padding: 0.5rem;
    text-transform: uppercase;
    color: #6b7280;
}

.global-search__item[b-38keixymsl] {
    width: 100%;
}

    .global-search__item:hover[b-38keixymsl] {
        background-color: var(--rz-base-100) !important;
        cursor: pointer;
    }


.global-search__item__context-line[b-38keixymsl] {
    font-size: 0.75rem;
    color: #6b7280;
}

.active[b-38keixymsl] {
    background-color: var(--rz-primary-lighter) !important;
}
/* _content/Securithor.Web/Components/shared/PartitionSelector/PartitionSelector.razor.rz.scp.css */
[b-y8kdll23k3] thead {
    visibility: collapse;
}

[b-y8kdll23k3] .rz-expanded-row-content > td {
    padding: 0;
}

[b-y8kdll23k3] .rz-custom-header {
    width: 100%;
}
