@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* _content/Securio.Web/Components/App.razor.rz.scp.css */
#reconnect-modal[b-ycxlhqghca] {
    display: none;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.7);
    color: #000000;
    border: 1px solid #888;
    padding-top: 27px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
/* _content/Securio.Web/Components/Custom/Card/CustomCard.razor.rz.scp.css */
.custom-card[b-m7ml172lxr]
{
    height: var(--card-height, 100%);
    width: var(--card-width, 100%);
    contain: content;
    background: var(--fill-color);
    color: var(--neutral-foreground-rest);
    border: calc(var(--stroke-width)* 1px) solid var(--neutral-stroke-layer-rest);
    border-radius: calc(var(--layer-corner-radius)* 1px);
    padding: calc(var(--design-unit)* 5px);
}
/* _content/Securio.Web/Components/Custom/DescriptionList/DescriptionList.razor.rz.scp.css */
dl.jj-description-list[b-1fpeprmz8r] {
    display: grid;
    grid-template-columns: max-content auto;
    gap: 20px;
}

dl.jj-description-list[b-1fpeprmz8r]  dt,
dl.jj-description-list[b-1fpeprmz8r]  dd {
    font-family: var(--body-font);
    font-size: var(--type-ramp-base-font-size);
    line-height: var(--type-ramp-base-line-height);
    font-weight: initial;
}

dl.jj-description-list[b-1fpeprmz8r]  dt {
    grid-column-start: 1;
}

dl.jj-description-list[b-1fpeprmz8r]  dd {
    grid-column-start: 2;
}
/* _content/Securio.Web/Components/Custom/Pages/ErrorPage.razor.rz.scp.css */
.container[b-xuujl7v20e] {
    margin-left: auto;
    margin-right: auto;
    max-width: max-content;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 256px;
    padding-bottom: 256px;
    height: 100vh;
}
/* _content/Securio.Web/Components/Custom/Persona/CustomPersona.razor.rz.scp.css */
.persona-container[b-n470o80fr1] {
    position: relative;
    display: inline-block;
}

.overlay[b-n470o80fr1] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.clickable-icon[b-n470o80fr1] {
    color: white; /* Icon color */
    font-size: 24px; /* Icon size */
}

.persona-container.clickable:hover .overlay[b-n470o80fr1] {
    opacity: 1;
    cursor: pointer;
}

.image[b-n470o80fr1], .initials[b-n470o80fr1] {
    object-fit: cover;
    display: block;
}

.initials[b-n470o80fr1] {
    font-weight: 600;
    color: var(--accent-fill-rest);
    border: 1px solid var(--neutral-stroke-rest);
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/Securio.Web/Components/Custom/ProfilePhoto/ProfilePhoto.razor.rz.scp.css */
.fluent-profile img[b-mdb6g3t8v7]
{
    object-fit: cover;
    border-radius: 50%;
}
/* _content/Securio.Web/Components/Layout/LandingPage.razor.rz.scp.css */
.container[b-8qmamc0bk7] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #1A202C;
}

.background-image[b-8qmamc0bk7] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-image: url('/img/background.png');
}

.overlay[b-8qmamc0bk7] {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
/* _content/Securio.Web/Components/Pages/Dashboard/AddItemButton.razor.rz.scp.css */
.tile-add-button[b-mbwxnglsy6] {
    border: 1px dashed var(--accent-fill-rest);
    border-radius: 4px;
    padding: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    align-content: center;
    cursor: pointer;
}
/* _content/Securio.Web/Components/Pages/Dashboard/AddRowButton.razor.rz.scp.css */
.row-add-button[b-v8sq4zrjgn] {
    border: 1px dashed var(--accent-fill-rest);
    border-radius: 4px;
    padding: 20px;
    width: 100%;
    text-align: center;
    align-content: center;
    cursor: pointer;
}
/* _content/Securio.Web/Components/Pages/Dashboard/Index.razor.rz.scp.css */
.page-container[b-ernfi4a9ls]
{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-self: start;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0.5rem 1.5rem;
}
/* _content/Securio.Web/Components/Pages/Dashboard/RowComponent.razor.rz.scp.css */
.row[b-bjvnrh78te]
{
    width: 100%;
}

.row.edit-mode[b-bjvnrh78te]
{
    border: 1px dashed var(--accent-fill-rest);
    border-radius: 4px;
    padding: 5px;
}
/* _content/Securio.Web/Components/Pages/Dashboard/TileComponent.razor.rz.scp.css */
.tile[b-1ece82plf6] {
    background: var(--neutral-layer-1);
    padding: 10px 20px;
    border: 1px solid var(--neutral-stroke-rest);
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
}

    .tile:hover[b-1ece82plf6] {
        background: var(--neutral-layer-2);
    }
/* _content/Securio.Web/Components/Pages/Signage/Gate.razor.rz.scp.css */
.success[b-ouny7cb3jj]
{
    border-radius: 10px;
    background-color: var(--success);
    color: var(--foreground-on-accent-rest);
    padding: 10px;
    font-size: 50px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
}

.error[b-ouny7cb3jj]
{
    border-radius: 10px;
    background-color: var(--error);
    color: var(--foreground-on-accent-rest);
    padding: 10px;
    font-size: 50px;
    line-height: 50px;
    align-items: center;
    justify-content: center;
}
