/* /Common/Components/Containers/Canvas.razor.rz.scp.css */
#wrapper[b-chrinhlzpf] {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: yellow;
    cursor: grab;
}

svg[b-chrinhlzpf] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
}

.node[b-chrinhlzpf] {
    position: absolute;
    width: 180px;
    padding: 12px;
    background: white;
    border: 2px solid #000;
    border-radius: 8px;
    font-family: sans-serif;
    user-select: none;
    cursor: grab;
    transform-origin: top left;
}

.node:active[b-chrinhlzpf] {
    cursor: grabbing;
}
/* /Common/Components/Containers/Modal.razor.rz.scp.css */
/* /Common/Components/Containers/ModalContent.razor.rz.scp.css */
/* The Modal (background) */
.modal[b-f12vx2ukvi] {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The Close Button */
.close[b-f12vx2ukvi] {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover[b-f12vx2ukvi],
.close:focus[b-f12vx2ukvi] {
    color: black;
    text-decoration: none;
    cursor: pointer;
} 

/* Modal Content/Box */
.modal-content[b-f12vx2ukvi] {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
/* /Common/Components/Controls/FileBrowser.razor.rz.scp.css */
.grid-files[b-71ixpufyne] {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: auto;
}
/* /Common/Components/Display/Accordian.razor.rz.scp.css */
.accordion[b-w1hk6w6dla] {
    max-width: 600px;
    margin: 0 auto;
}

.accordion-item[b-w1hk6w6dla] {
    background-color: transparent;
}

.accordion-header[b-w1hk6w6dla] {
    padding: 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    list-style: none;
}

.accordion-header[b-w1hk6w6dla]::-webkit-details-marker {
    display: none;
}

.accordion-content[b-w1hk6w6dla] {
    padding: 1rem;
    /*background: white;*/
}

/* Icon rotation animation */
details[open] .accordion-icon[b-w1hk6w6dla] {
    transform: rotate(45deg);
}
/* /Common/Components/Display/DialogWindow.razor.rz.scp.css */

.overlay[b-ly0qq9ayip] {
    z-index: 95;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dialog[b-ly0qq9ayip] {
    z-index: 100;
    width: 750px;
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
}

.dialog .dialog-header[b-ly0qq9ayip] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
}

.dialog .dialog-body[b-ly0qq9ayip] {
    padding: 2rem;
}

.dialog .dialog-footer[b-ly0qq9ayip] {
    padding: 2rem;
}


.close[b-ly0qq9ayip] {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.close:hover[b-ly0qq9ayip] {
    background-color: #DDD;
}
/* /Common/Components/Forms/FindOrCreateForm.razor.rz.scp.css */
/* /Common/Components/Inputs/FormulaInput.razor.rz.scp.css */
.formula[b-o5rkm5dum1] {
    width: 100%;
}
/* /Common/Components/Inputs/InputDynamic.razor.rz.scp.css */
/* /Common/Components/Inputs/InputLookup.razor.rz.scp.css */
.input-group[b-isikffb7s8] {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.input-group .form-control[b-isikffb7s8],
.input-group .input-group-text[b-isikffb7s8] {
    border-radius: 0;
}

.input-group .form-control:first-child[b-isikffb7s8],
.input-group .input-group-text:first-child[b-isikffb7s8] {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.input-group .form-control:last-child[b-isikffb7s8],
.input-group .input-group-text:last-child[b-isikffb7s8] {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.input-group .input-group-text[b-isikffb7s8] {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
}

.input-group .form-control[b-isikffb7s8] {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
}

/* Remove borders between elements */
.input-group .form-control:focus[b-isikffb7s8],
.input-group .input-group-text:focus[b-isikffb7s8] {
    z-index: 3;
}

.input-group .form-control:not(:first-child)[b-isikffb7s8],
.input-group .input-group-text:not(:first-child)[b-isikffb7s8] {
    margin-left: -1px;
}

.input-group .form-control:not(:last-child)[b-isikffb7s8],
.input-group .input-group-text:not(:last-child)[b-isikffb7s8] {
    margin-right: -1px;
}
/* /Common/Components/Inputs/SearchInput.razor.rz.scp.css */
.input-search[b-4m3i9g7h92] {
    position: relative;

    .input-search-results {
        position: absolute;
        top: 0;
        margin-top: 4rem;
        z-index: 10;
        background-color: white;
        
        display: flex;
        flex-direction: column;
        gap: 0.25rem;

        width: 100%;
        height: 400%;
        outline: 1px solid gray;

        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        transform: translateZ(0);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        
        &:hover {
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
        }
        
        & > span.searching[b-4m3i9g7h92], span.no-results[b-4m3i9g7h92] {
            display: flex;
            margin: 0 auto;
            align-items: center;
        }

        & > *:hover[b-4m3i9g7h92] {
            cursor: pointer;
            background-color: lightgray;
            transition: background-color 0.25s;
        }
    }
}
/* /Common/Components/Table.razor.rz.scp.css */
:root[b-lgq9pcyxpe] {
    --column-count: 5;
}

.table-grid[b-lgq9pcyxpe] {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: repeat(var(--column-count), minmax(200px, 1fr));
}
/* /Common/Components/TableColumn.razor.rz.scp.css */
/* /Common/Layouts/AuthLayout.razor.rz.scp.css */
/* Reset */
:root *[b-sxdj8riiva] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root body[b-sxdj8riiva] {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    position: relative;
    overflow: hidden;
    font-family: system-ui, sans-serif;
}

/* Dot Grid Background */
.dot-grid[b-sxdj8riiva] {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(#666 1px, transparent 1px);
    background-size: 20px 20px;
    z-index: 0;
    opacity: 1;
    pointer-events: none;
}

.container[b-sxdj8riiva] {
    margin: 8rem auto;
    width: 26rem;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

/* Centered Card */
.card[b-sxdj8riiva] {
    width: auto;
    padding: 2rem;
    background: white;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 0.75rem 1.875rem rgba(0, 0, 0, 0.25);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s2i2o7u8yo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-bar[b-s2i2o7u8yo] {
    display: flex;
    flex-direction: row;
}

main[b-s2i2o7u8yo] {
    flex: 1;
}

.sidebar[b-s2i2o7u8yo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-s2i2o7u8yo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-s2i2o7u8yo]  a, .top-row[b-s2i2o7u8yo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-s2i2o7u8yo]  a:hover, .top-row[b-s2i2o7u8yo]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .top-row[b-s2i2o7u8yo] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-s2i2o7u8yo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

    .top-row.auth[b-s2i2o7u8yo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-s2i2o7u8yo], article[b-s2i2o7u8yo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-s2i2o7u8yo] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-s2i2o7u8yo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ut59ukakmh] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ut59ukakmh] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-ut59ukakmh] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    color: whitesmoke;
}

.bi-house-door-fill-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-ut59ukakmh] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-table-nav-menu[b-ut59ukakmh] {
    color: whitesmoke;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='whitesmoke' class='bi bi-table' viewBox='0 0 16 16'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 2h-4v3h4zm0 4h-4v3h4zm0 4h-4v3h3a1 1 0 0 0 1-1zm-5 3v-3H6v3zm-5 0v-3H1v2a1 1 0 0 0 1 1zm-4-4h4V8H1zm0-4h4V4H1zm5-3v3h4V4zm4 4H6v3h4z'/%3E%3C/svg%3E");
}

.bi-database-nav-menu[b-ut59ukakmh] {
    color: whitesmoke;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='whitesmoke' class='bi bi-database' viewBox='0 0 16 16'%3E%3Cpath d='M4.318 2.687C5.234 2.271 6.536 2 8 2s2.766.27 3.682.687C12.644 3.125 13 3.627 13 4c0 .374-.356.875-1.318 1.313C10.766 5.729 9.464 6 8 6s-2.766-.27-3.682-.687C3.356 4.875 3 4.373 3 4c0-.374.356-.875 1.318-1.313M13 5.698V7c0 .374-.356.875-1.318 1.313C10.766 8.729 9.464 9 8 9s-2.766-.27-3.682-.687C3.356 7.875 3 7.373 3 7V5.698c.271.202.58.378.904.525C4.978 6.711 6.427 7 8 7s3.022-.289 4.096-.777A5 5 0 0 0 13 5.698M14 4c0-1.007-.875-1.755-1.904-2.223C11.022 1.289 9.573 1 8 1s-3.022.289-4.096.777C2.875 2.245 2 2.993 2 4v9c0 1.007.875 1.755 1.904 2.223C4.978 15.71 6.427 16 8 16s3.022-.289 4.096-.777C13.125 14.755 14 14.007 14 13zm-1 4.698V10c0 .374-.356.875-1.318 1.313C10.766 11.729 9.464 12 8 12s-2.766-.27-3.682-.687C3.356 10.875 3 10.373 3 10V8.698c.271.202.58.378.904.525C4.978 9.71 6.427 10 8 10s3.022-.289 4.096-.777A5 5 0 0 0 13 8.698m0 3V13c0 .374-.356.875-1.318 1.313C10.766 14.729 9.464 15 8 15s-2.766-.27-3.682-.687C3.356 13.875 3 13.373 3 13v-1.302c.271.202.58.378.904.525C4.978 12.71 6.427 13 8 13s3.022-.289 4.096-.777c.324-.147.633-.323.904-.525'/%3E%3C/svg%3E");
}

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

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

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

    .nav-item[b-ut59ukakmh]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-ut59ukakmh] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ut59ukakmh] {
    display: block;
}

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

    .nav-scrollable[b-ut59ukakmh] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-wf0xjuynuy],
.components-reconnect-repeated-attempt-visible[b-wf0xjuynuy],
.components-reconnect-failed-visible[b-wf0xjuynuy],
.components-pause-visible[b-wf0xjuynuy],
.components-resume-failed-visible[b-wf0xjuynuy],
.components-rejoining-animation[b-wf0xjuynuy] {
    display: none;
}

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


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

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

}

#components-reconnect-modal[b-wf0xjuynuy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-wf0xjuynuy 0.5s ease-in-out;
    opacity: 1;
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-wf0xjuynuy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-wf0xjuynuy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-wf0xjuynuy] {
        background-color: #6b9ed2;
    }

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

    .components-rejoining-animation div[b-wf0xjuynuy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-wf0xjuynuy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

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

@keyframes components-rejoining-animation-b-wf0xjuynuy {
    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;
    }
}
/* /Features/Administration/Pages/ManageAccessPage.razor.rz.scp.css */
.subject-wrapper[b-3zi9tc5ls9] {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: auto;
    gap: 1rem;
}

.privilege-modification-grid[b-3zi9tc5ls9] {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 4fr repeat(3, 1fr);
    row-gap: 0.25rem;

    & > .grid-header {
        font-weight: bolder;
        margin-bottom: 1.5rem;
    }
    
    & > .grid-cell[b-3zi9tc5ls9], .grid-header[b-3zi9tc5ls9] {
        display: flex;
        justify-content: center;
    }
    
    input[type=checkbox][b-3zi9tc5ls9] {
        transform: scale(150%);
        
        &:hover {
            cursor: pointer;
        }
    }
}

.add-role-grid[b-3zi9tc5ls9] {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: 4fr repeat(2, 1fr);
}
/* /Features/Data/Components/DataFieldTypeInput.razor.rz.scp.css */
/* /Features/Data/Components/DataForm.razor.rz.scp.css */
/* /Features/Data/Components/DataModelEditForm.razor.rz.scp.css */
.data-model-card[b-airh0467vz] {
    border: 1px solid #ccc;
    border-radius: 1rem;
    padding: 1.25rem;
    width: 30rem;
}
/* /Features/Data/Components/DataModelEditor.razor.rz.scp.css */
.data-model-form[b-g8oirzrg1y] {
    display: grid;
    grid-template-columns: auto;
    grid-auto-flow: row;
    width: 30rem;
    row-gap: 1rem;
    
    .fields-grid {
        display: grid;
        grid-template-columns: 2fr 2fr 0.5fr;
        grid-auto-flow: row;
        row-gap: 0.5rem;
        column-gap: 0.25rem;

        > *:nth-child(3n) {
            display: flex;
            justify-content: center;
            outline: 1px solid purple;
        }

    }
}
/* /Features/Data/Pages/DataFormPage.razor.rz.scp.css */
/* /Features/Data/Pages/DataPage.razor.rz.scp.css */
/* /Features/Data/Pages/DefineDataModelsPage.razor.rz.scp.css */
.data-model-card[b-04yt5qicg3] {
    width: 34rem
}
/* /Features/Data/Pages/DesignFormPage.razor.rz.scp.css */
.form-designer[b-3hdd5wllvz] {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: auto;
    gap: 1rem;
}

.selected[b-3hdd5wllvz] {
    outline: 2px dashed lightblue;
}

.configure-field-dialog-footer[b-3hdd5wllvz] {
    display: grid;
    grid-template-rows: auto;
    grid-auto-flow: column;
    column-gap: 1rem;
    margin-top: 1.5rem;
}

.validation-grid[b-3hdd5wllvz] {
    display: grid;
    grid-auto-rows: auto;
    gap: 1rem;
    grid-template-columns: 0.5rem auto;
}
/* /Features/Files/Pages/FileBrowserPage.razor.rz.scp.css */
/* /Features/HomePage.razor.rz.scp.css */
/* /Features/Omnichannel/VideoRoomPage.razor.rz.scp.css */
/* /Features/Process/Pages/ProcessesPage.razor.rz.scp.css */
/* /Features/Workflow/Pages/ConnectorsPage.razor.rz.scp.css */
