/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0yxlneaoi2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0yxlneaoi2] {
    flex: 1;
}

.sidebar[b-0yxlneaoi2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0yxlneaoi2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0yxlneaoi2]  a, .top-row[b-0yxlneaoi2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0yxlneaoi2]  a:hover, .top-row[b-0yxlneaoi2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0yxlneaoi2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0yxlneaoi2] {
        justify-content: space-between;
    }

    .top-row[b-0yxlneaoi2]  a, .top-row[b-0yxlneaoi2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0yxlneaoi2] {
        flex-direction: row;
    }

    .sidebar[b-0yxlneaoi2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0yxlneaoi2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0yxlneaoi2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0yxlneaoi2], article[b-0yxlneaoi2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0yxlneaoi2] {
    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-0yxlneaoi2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-eqbgyq3xn3] {
    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-eqbgyq3xn3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-eqbgyq3xn3] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-eqbgyq3xn3] {
    font-size: 1.1rem;
}

.bi[b-eqbgyq3xn3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-people[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1h8zm-7.978-1A.261.261 0 0 1 7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.629 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002A.274.274 0 0 1 15 13H7.022zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0zM6.936 9.28a5.88 5.88 0 0 0-1.23-.247A7.35 7.35 0 0 0 5 9c-4 0-5 3-5 4 0 .667.333 1 1 1h4.216A2.238 2.238 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816zM4.92 10A5.493 5.493 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275zM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0zm3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4z'/%3E%3C/svg%3E");
}

.bi-list-ul[b-eqbgyq3xn3] {
    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-ul' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zm-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
}

.bi-search[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85zm-5.242 1.156a5 5 0 1 1 0-10 5 5 0 0 1 0 10'/%3E%3C/svg%3E");
}

.bi-envelope[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4Zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1H2Zm13 2.383-4.708 2.825L15 11.105V5.383Zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741ZM1 11.105l4.708-2.897L1 5.383v5.722Z'/%3E%3C/svg%3E");
}

.bi-bar-chart[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bar-chart' viewBox='0 0 16 16'%3E%3Cpath d='M4 11a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0v-1zm6-4a1 1 0 1 1 2 0v5a1 1 0 1 1-2 0V7zM7 9a1 1 0 0 1 2 0v3a1 1 0 1 1-2 0V9z'/%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-2V2zm15 2h-4v8h4V4zm0-1V2a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1h6zM2 14V4a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1zm1-10h10v9H3V4z'/%3E%3C/svg%3E");
}

.bi-gear[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear' viewBox='0 0 16 16'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492zM5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0z'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52l-.094-.319zm-2.633.283c.246-.835 1.428-1.377 2.114-.944l.12.04c.584.195 1.223.195 1.807 0l.12-.04c.686-.433 1.868.109 2.114.944l.04.12c.195.584.195 1.223 0 1.807l-.04.12c-.246.835-1.428 1.377-2.114.944l-.12-.04c-.584-.195-1.223-.195-1.807 0l-.12.04c-.686.433-1.868-.109-2.114-.944l-.04-.12a2.582 2.582 0 0 1 0-1.807l.04-.12z'/%3E%3C/svg%3E");
}

.bi-clock-history[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-clock-history' viewBox='0 0 16 16'%3E%3Cpath d='M8.515 1.019A7 7 0 0 0 8 1 7 7 0 0 0 1 8a7 7 0 0 0 7 7 7 7 0 0 0 6.516-4.515l-1.242-1.242A5.5 5.5 0 0 1 8 13.5a5.5 5.5 0 0 1-5.5-5.5A5.5 5.5 0 0 1 8 2.5a5.5 5.5 0 0 1 3.096 1.047L12.5 2.5a7 7 0 0 0-4.015-1.481z'/%3E%3Cpath d='M7.5 4.5a.5.5 0 0 0-1 0v3.276L4.5 9.276a.5.5 0 0 0 .707.707l2.5-2.5A.5.5 0 0 0 7.5 8V4.5z'/%3E%3C/svg%3E");
}

.bi-person-check[b-eqbgyq3xn3] {
    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-check' viewBox='0 0 16 16'%3E%3Cpath d='M11.5 7a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h1z'/%3E%3Cpath d='M12 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h8zM4 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h8a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H4z'/%3E%3Cpath d='M4.5 5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5zm0 1a3.5 3.5 0 1 1 0-7 3.5 3.5 0 0 1 0 7zm7.854-1.354a.5.5 0 0 0-.708-.708L9 6.793 8.146 5.94a.5.5 0 1 0-.708.708l1 1a.5.5 0 0 0 .708 0l2-2z'/%3E%3C/svg%3E");
}

.bi-file-earmark-text[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-text' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5L9.5 0zm0 1v2a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V1H9.5z'/%3E%3C/svg%3E");
}

.bi-check2-square[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-check2-square' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 6.354a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0l3-3z'/%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3C/svg%3E");
}

.bi-tags-fill[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-tags-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 2a1 1 0 0 1 1-1h4.586a1 1 0 0 1 .707.293l7 7a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-7-7A1 1 0 0 1 2 6.586V2zm3.5 4a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3Cpath d='M1.293 7.793A1 1 0 0 1 1 7.086V2a1 1 0 0 0-1 1v4.586a1 1 0 0 0 .293.707l7 7a1 1 0 0 0 1.414 0l.086-.086a1 1 0 0 0-.018-1.414l-7-7z'/%3E%3C/svg%3E");
}

.bi-diagram-3[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-diagram-3' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H8.5v1H14a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5A1.5 1.5 0 0 1 7 11.5v-1A1.5 1.5 0 0 1 8.5 9h1A1.5 1.5 0 0 1 11 7.5v-1A1.5 1.5 0 0 1 9.5 4h-1A1.5 1.5 0 0 1 7 5.5v-2zM6.5 3.5a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-1zm3 4a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1zm-3 3a.5.5 0 0 0-.5.5v2a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-2a.5.5 0 0 0-.5-.5h-1z'/%3E%3Cpath d='M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5v-13zM1.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-13z'/%3E%3C/svg%3E");
}

.bi-life-preserver[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-life-preserver' viewBox='0 0 16 16'%3E%3Cpath d='M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16m6.43-5.228a7.03 7.03 0 0 1-3.658 3.658l-1.115-2.788a4 4 0 0 0 1.985-1.985zM5.228 14.43a7.03 7.03 0 0 1-3.658-3.658l2.788-1.115a4 4 0 0 0 1.985 1.985zm9.202-9.202-2.788 1.115a4 4 0 0 0-1.985-1.985l1.115-2.788a7.03 7.03 0 0 1 3.658 3.658m-8.087-.87a4 4 0 0 0-1.985 1.985L1.57 5.228A7.03 7.03 0 0 1 5.228 1.57zM8 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6'/%3E%3C/svg%3E");
}

.bi-bug[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bug' viewBox='0 0 16 16'%3E%3Cpath d='M4.355.522a.5.5 0 0 1 .623.333l.291.956A5 5 0 0 1 8 1c1.007 0 1.946.298 2.731.811l.29-.956a.5.5 0 1 1 .957.29l-.41 1.352A5 5 0 0 1 13 6h.5a.5.5 0 0 0 .5-.5V5a.5.5 0 0 1 1 0v.5A1.5 1.5 0 0 1 13.5 7H13v1h1.5a.5.5 0 0 1 0 1H13v1h.5a1.5 1.5 0 0 1 1.5 1.5v.5a.5.5 0 1 1-1 0v-.5a.5.5 0 0 0-.5-.5H13a5 5 0 0 1-10 0h-.5a.5.5 0 0 0-.5.5v.5a.5.5 0 1 1-1 0v-.5A1.5 1.5 0 0 1 2.5 10H3V9H1.5a.5.5 0 0 1 0-1H3V7h-.5A1.5 1.5 0 0 1 1 5.5V5a.5.5 0 0 1 1 0v.5a.5.5 0 0 0 .5.5H3c0-1.364.547-2.601 1.432-3.503l-.41-1.352a.5.5 0 0 1 .333-.623M4 7v4a4 4 0 0 0 3.5 3.97V7zm4.5 0v7.97A4 4 0 0 0 12 11V7zM12 6a4 4 0 0 0-1.334-2.982A3.98 3.98 0 0 0 8 2a3.98 3.98 0 0 0-2.667 1.018A4 4 0 0 0 4 6z'/%3E%3C/svg%3E");
}

.bi-bell[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bell' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2M8 1.918l-.797.161A4 4 0 0 0 4 6c0 .628-.134 2.197-.459 3.742-.16.767-.376 1.566-.663 2.258h10.244c-.287-.692-.502-1.49-.663-2.258C12.134 8.197 12 6.628 12 6a4 4 0 0 0-3.203-3.92zM14.22 12c.223.447.481.801.78 1H1c.299-.199.557-.553.78-1C2.68 10.2 3 6.88 3 6c0-2.42 1.72-4.44 4.005-4.901a1 1 0 1 1 1.99 0A5 5 0 0 1 13 6c0 .88.32 4.2 1.22 6'/%3E%3C/svg%3E");
}

.bi-fire[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-fire' viewBox='0 0 16 16'%3E%3Cpath d='M8 16c3.314 0 6-2 6-5.5 0-1.5-.5-4-2.5-6 .25 1.5-1.25 2-1.25 2C11 4 9 .5 6 0c.357 2 .5 4-2 6-1.25 1-2 2.729-2 4.5C2 14 4.686 16 8 16m0-1c-1.657 0-3-1-3-2.75 0-.75.25-2 1.25-3C6.125 10 7 10.5 7 10.5c-.375-1.25.5-3.25 2-3.5-.179 1-.25 2 1 3 .625.5 1 1.364 1 2.25C11 14 9.657 15 8 15'/%3E%3C/svg%3E");
}

.bi-robot[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-robot' viewBox='0 0 16 16'%3E%3Cpath d='M6 12.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5ZM3 8.062V5a3 3 0 0 1 3-3h4a3 3 0 0 1 3 3v3.062c0 .598-.22 1.17-.617 1.603L12 12.07V13.5a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5v-1.43l1.617-1.405A2.24 2.24 0 0 0 3 8.062ZM4 5a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v3.062a1.24 1.24 0 0 0 .617 1.074L13 10.43V13H3v-2.57l1.383-1.294A1.24 1.24 0 0 0 4 8.062V5Z'/%3E%3Cpath d='M5 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm6 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E");
}

.bi-chat-left-text[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chat-left-text' viewBox='0 0 16 16'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1h12zM2 0a2 2 0 0 0-2 2v11.793a.5.5 0 0 0 .853.379L5.707 9.714A1 1 0 0 1 6.414 9.5H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2z'/%3E%3Cpath d='M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5zM3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6zm0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-bell-fill[b-eqbgyq3xn3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bell-fill' viewBox='0 0 16 16'%3E%3Cpath d='M8 16a2 2 0 0 0 2-2H6a2 2 0 0 0 2 2zm.995-14.901a1 1 0 1 0-1.99 0A5.002 5.002 0 0 0 3 6c0 1.098-.5 6-2 7h14c-1.5-1-2-5.902-2-7 0-2.42-1.72-4.44-4.005-4.901z'/%3E%3C/svg%3E");
}

.nav-item[b-eqbgyq3xn3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-eqbgyq3xn3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-eqbgyq3xn3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-eqbgyq3xn3]  .nav-link, .nav-item[b-eqbgyq3xn3]  a {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        text-decoration: none;
    }

.nav-item[b-eqbgyq3xn3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-eqbgyq3xn3]  .nav-link:hover, .nav-item[b-eqbgyq3xn3]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-eqbgyq3xn3] {
    display: none;
    flex-direction: column;
}

.navbar-toggler:checked ~ .nav-scrollable[b-eqbgyq3xn3] {
    display: flex;
}

.nav-scrollable nav[b-eqbgyq3xn3] {
    flex: 1;
}

.nav-footer[b-eqbgyq3xn3] {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.nav-footer small[b-eqbgyq3xn3] {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.75rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-eqbgyq3xn3] {
        display: none;
    }

    .nav-scrollable[b-eqbgyq3xn3] {
        /* Never collapse the sidebar for wide screens */
        display: flex;

        /* 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-7583isvu43],
.components-reconnect-repeated-attempt-visible[b-7583isvu43],
.components-reconnect-failed-visible[b-7583isvu43],
.components-pause-visible[b-7583isvu43],
.components-resume-failed-visible[b-7583isvu43],
.components-rejoining-animation[b-7583isvu43] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7583isvu43],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7583isvu43],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7583isvu43],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7583isvu43],
#components-reconnect-modal.components-reconnect-retrying[b-7583isvu43],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7583isvu43],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7583isvu43],
#components-reconnect-modal.components-reconnect-failed[b-7583isvu43],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7583isvu43] {
    display: block;
}


#components-reconnect-modal[b-7583isvu43] {
    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-7583isvu43 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7583isvu43 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7583isvu43 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7583isvu43]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7583isvu43 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7583isvu43 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7583isvu43 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7583isvu43 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7583isvu43] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7583isvu43] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7583isvu43] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7583isvu43] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7583isvu43] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7583isvu43] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7583isvu43] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7583isvu43 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7583isvu43] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7583isvu43 {
    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;
    }
}
/* /Components/Onboarding/OnboardingMessageComposer.razor.rz.scp.css */
.onboarding-template-picker[b-ntlupl5d21] {
    max-height: 14rem;
    overflow-y: auto;
}

.onboarding-template-row[b-ntlupl5d21] {
    cursor: pointer;
}

.onboarding-template-stage-col[b-ntlupl5d21] {
    width: 40%;
    min-width: 10rem;
}
/* /Components/Pages/Users/UserOnboarding.razor.rz.scp.css */
.onboarding-stat-pill[b-p9ulsugirs] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.2;
}

.onboarding-stages-panel[b-p9ulsugirs] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}

.onboarding-stages-panel-header[b-p9ulsugirs] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    text-align: left;
}

.onboarding-stages-panel-header:hover[b-p9ulsugirs] {
    background: #f8f9fa !important;
}

.onboarding-stages-list[b-p9ulsugirs] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.onboarding-stage-item[b-p9ulsugirs] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    height: 100%;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    background: #fff;
    padding: 0.55rem 0.75rem;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s, background-color 0.15s;
}

.onboarding-stage-item:hover[b-p9ulsugirs] {
    border-color: #adb5bd;
    background: #f8f9fa;
}

.onboarding-stage-item.selected[b-p9ulsugirs] {
    border-color: #0d6efd;
    background: #f8fbff;
    box-shadow: 0 0 0 1px #0d6efd;
}

.onboarding-stage-content[b-p9ulsugirs] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
    flex: 1;
}

.onboarding-stage-desc[b-p9ulsugirs] {
    font-size: 0.75rem;
    color: #6c757d;
}

.onboarding-stage-count[b-p9ulsugirs] {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    min-width: 2.5rem;
    text-align: right;
}

.onboarding-summary-row[b-p9ulsugirs] {
    padding-bottom: 0.25rem;
}

.onboarding-summary-card[b-p9ulsugirs] {
    width: 100%;
    text-align: left;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #fff;
    padding: 0.65rem 0.75rem;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.onboarding-summary-card:hover[b-p9ulsugirs] {
    border-color: #adb5bd;
}

.onboarding-summary-card.active[b-p9ulsugirs] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 1px #0d6efd;
    background: #f8fbff;
}

.onboarding-summary-card .card-label[b-p9ulsugirs] {
    font-size: 0.75rem;
    font-weight: 600;
}

.onboarding-summary-card .card-count[b-p9ulsugirs] {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
}

.onboarding-summary-card .card-desc[b-p9ulsugirs] {
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 0.15rem;
}

.onboarding-table .sortable[b-p9ulsugirs] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.onboarding-row[b-p9ulsugirs] {
    cursor: pointer;
}

.onboarding-avatar[b-p9ulsugirs] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.onboarding-avatar-lg[b-p9ulsugirs] {
    width: 3rem;
    height: 3rem;
}

.onboarding-avatar-initials[b-p9ulsugirs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.onboarding-drawer[b-p9ulsugirs] {
    width: min(28rem, 100vw);
    z-index: 1055;
}

.onboarding-dl dt[b-p9ulsugirs] {
    font-weight: 500;
    color: #6c757d;
}

.skeleton-card[b-p9ulsugirs],
.skeleton-block[b-p9ulsugirs] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: onboarding-skeleton-b-p9ulsugirs 1.2s ease-in-out infinite;
    border-radius: 0.375rem;
}

.skeleton-card[b-p9ulsugirs] {
    height: 5.5rem;
}

@keyframes onboarding-skeleton-b-p9ulsugirs {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.onboarding-preview-html[b-p9ulsugirs] {
    max-height: 16rem;
    overflow-y: auto;
}

@media (max-width: 991.98px) {
    .onboarding-stages-list[b-p9ulsugirs] {
        grid-template-columns: 1fr;
    }

    .onboarding-page .d-lg-block.mt-2:not(.show-more-open)[b-p9ulsugirs] {
        display: none !important;
    }
}
