/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hdrwec3qdo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hdrwec3qdo] {
    flex: 1;
}

.sidebar[b-hdrwec3qdo] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hdrwec3qdo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hdrwec3qdo]  a, .top-row[b-hdrwec3qdo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hdrwec3qdo]  a:hover, .top-row[b-hdrwec3qdo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hdrwec3qdo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hdrwec3qdo] {
        justify-content: space-between;
    }

    .top-row[b-hdrwec3qdo]  a, .top-row[b-hdrwec3qdo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hdrwec3qdo] {
        flex-direction: row;
    }

    .sidebar[b-hdrwec3qdo] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-hdrwec3qdo] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hdrwec3qdo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hdrwec3qdo], article[b-hdrwec3qdo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-hdrwec3qdo] {
    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-hdrwec3qdo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-yyau7eyv6r] {
    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-yyau7eyv6r] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-yyau7eyv6r] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-yyau7eyv6r] {
    font-size: 1.1rem;
}

.bi[b-yyau7eyv6r] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-yyau7eyv6r] {
    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-yyau7eyv6r] {
    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-yyau7eyv6r] {
    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-bar-chart-fill-nav-menu[b-yyau7eyv6r] {
    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-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1v-3zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2z'/%3E%3C/svg%3E");
}

.bi-speedometer2-nav-menu[b-yyau7eyv6r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-speedometer2' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5V6a.5.5 0 0 1-1 0V4.5A.5.5 0 0 1 8 4zM3.732 5.732a.5.5 0 0 1 .707 0l.915.914a.5.5 0 1 1-.708.708l-.914-.915a.5.5 0 0 1 0-.707zM2 10a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H2.5A.5.5 0 0 1 2 10zm9.5.5a.5.5 0 0 1 0-1h1.586a.5.5 0 0 1 0 1H11.5zm-4.5 3.5a.5.5 0 0 1 .5-.5h1.586a.5.5 0 0 1 0 1H7.5a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M11 2a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V2z'/%3E%3C/svg%3E");
}

.bi-cart-fill-nav-menu[b-yyau7eyv6r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cart-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 1.5A.5.5 0 0 1 .5 1H2a.5.5 0 0 1 .485.379L2.89 3H14.5a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 13 12H4a.5.5 0 0 1-.491-.408L1.01 1.379 1.01 1.378A.5.5 0 0 1 0 1.5zM5 12a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm7 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4zm-7 1a1 1 0 1 1 0 2 1 1 0 0 1 0-2zm7 0a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3E%3C/svg%3E");
}

.bi-arrow-counterclockwise-nav-menu[b-yyau7eyv6r] {
    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-counterclockwise' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2v1z'/%3E%3Cpath d='M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966a.25.25 0 0 0 .41-.192z'/%3E%3C/svg%3E");
}

.bi-arrow-left-right-nav-menu[b-yyau7eyv6r] {
    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-left-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 11.5a.5.5 0 0 0 .5.5h11.793l-3.147 3.146a.5.5 0 0 0 .708.708l4-4a.5.5 0 0 0 0-.708l-4-4a.5.5 0 0 0-.708.708L13.293 11H1.5a.5.5 0 0 0-.5.5zm14-7a.5.5 0 0 1-.5.5H2.707l3.147 3.146a.5.5 0 1 1-.708.708l-4-4a.5.5 0 0 1 0-.708l4-4a.5.5 0 1 1 .708.708L2.707 4H14.5a.5.5 0 0 1 .5.5z'/%3E%3C/svg%3E");
}

.bi-bag-plus-fill-nav-menu[b-yyau7eyv6r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-bag-plus-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5v-.5zm1 0V4H15v10a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0zM8.5 8a.5.5 0 0 0-1 0v1.5H6a.5.5 0 0 0 0 1h1.5V12a.5.5 0 0 0 1 0v-1.5H10a.5.5 0 0 0 0-1H8.5V8z'/%3E%3C/svg%3E");
}

.bi-magic-nav-menu[b-yyau7eyv6r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-magic' viewBox='0 0 16 16'%3E%3Cpath d='M9.5 2.672a.5.5 0 1 0 1 0V.843a.5.5 0 0 0-1 0v1.829Zm4.5.035a.5.5 0 0 0 0-1 .5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1Zm-2 3.274a.5.5 0 1 0-1 0v1.829a.5.5 0 0 0 1 0V5.981ZM6.5 11.031a.5.5 0 1 0 1 0V9.202a.5.5 0 0 0-1 0v1.829ZM1 14.29a.5.5 0 0 0 .707 0l1.293-1.293a.5.5 0 0 0-.707-.707L1 13.583a.5.5 0 0 0 0 .707ZM14.79 1.707a.5.5 0 0 0-.707 0l-1.293 1.293a.5.5 0 0 0 .707.707l1.293-1.293a.5.5 0 0 0 0-.707ZM4.835 7.544 1.112 11.267a.5.5 0 0 0 0 .708l1.742 1.742a.5.5 0 0 0 .708 0l3.723-3.723-2.45-2.45Zm3.111 2.45L11.669 6.27a.5.5 0 0 0 0-.708L9.927 3.82a.5.5 0 0 0-.708 0L5.496 7.544l2.45 2.45Z'/%3E%3C/svg%3E");
}

.bi-wallet2-nav-menu[b-yyau7eyv6r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-wallet2' viewBox='0 0 16 16'%3E%3Cpath d='M12.136.326A1.5 1.5 0 0 1 14 1.78V3h.5A1.5 1.5 0 0 1 16 4.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 13.5v-9a1.5 1.5 0 0 1 1.5-1.5H2V1.78a1.5 1.5 0 0 1 1.864-1.454L12.136.326zM14 13.5v-9a.5.5 0 0 0-.5-.5h-11a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5zm-10-11a.5.5 0 0 0-.5.5V3h7V1.78a.5.5 0 0 0-.672-.47L4 2.5z'/%3E%3C/svg%3E");
}

.bi-box-seam-nav-menu[b-yyau7eyv6r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-seam' viewBox='0 0 16 16'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2l-2.218-.887zm3.564 1.426L5.596 5 8 5.961 14.154 3.5l-2.404-.961zm3.25 1.747-5.051 2.02L15 7.083V4.286zm-1.448 3.315L8 9.167l-5.488-2.195-2.512 1.005v2.83l5.05 2.02 5.05-2.02v-2.83l-1.602.641zM2.513 8.741l5.05 2.02 5.05-2.02-5.05-2.02-5.05 2.02zM15 11.246l-5.05 2.02-5.05-2.02 5.05-2.02 5.05 2.02z'/%3E%3C/svg%3E");
}

.bi-tags-fill-nav-menu[b-yyau7eyv6r] {
    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 4.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z'/%3E%3Cpath d='M1.293 7.693A1 1 0 0 1 1 7.086V2a1 1 0 0 1 1-1h5.086a1 1 0 0 1 .707.293l.307.307-5.086 5.086-1.414-1.414z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-yyau7eyv6r] {
    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-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216zM4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5z'/%3E%3C/svg%3E");
}

.bi-graph-up-nav-menu[b-yyau7eyv6r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-graph-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0V0Zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07Z'/%3E%3C/svg%3E");
}

.bi-journal-text-nav-menu[b-yyau7eyv6r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-journal-text' viewBox='0 0 16 16'%3E%3Cpath d='M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2a.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-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3z'/%3E%3C/svg%3E");
}

.bi-calendar-x-nav-menu[b-yyau7eyv6r] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-x' viewBox='0 0 16 16'%3E%3Cpath d='M6.146 7.146a.5.5 0 0 1 .708 0L8 8.293l1.146-1.147a.5.5 0 1 1 .708.708L8.707 9l1.147 1.146a.5.5 0 0 1-.708.708L8 9.707l-1.146 1.147a.5.5 0 0 1-.708-.708L7.293 9 6.146 7.854a.5.5 0 0 1 0-.708z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
}

.bi-clock-history-nav-menu[b-yyau7eyv6r] {
    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 1V0a8 8 0 0 1 .589.022l-.074.997zm2.004.45a7.003 7.003 0 0 0-.985-.299l.219-.976c.383.086.76.2 1.126.342l-.36.933zm1.37.71a7.01 7.01 0 0 0-.439-.74l.9-.439c.279.446.526.927.738 1.44l-.948.339zm1.107 1.457c.19.17.366.353.527.546l.774-.635a8.037 8.037 0 0 1-.638-.661l-.663.75zm.74 2.122c.03.204.054.411.071.62l.995-.083a8.06 8.037 0 0 0-.087-.743l-.979.206zM15 8c0 .341-.027.677-.078 1.005l.988.155A7.956 7.956 0 0 0 16 8h-1zm-.19 2.017a6.973 7.973 0 0 0-.163.535l.954.296c.069-.221.132-.446.187-.674l-.978-.157zm-.51 1.37a7.018 7.018 0 0 0-.297.452l.865.508c.11-.188.21-.383.3-.584l-.868-.376zM13.193 12.3c-.21.173-.431.332-.661.474l.527.85c.279-.171.546-.363.8-.574l-.666-.75zm-1.267 1.134a7.047 7.047 0 0 0-.546.338l.616.791c.22-.172.43-.359.625-.558l-.695-.571zM10.3 14.193a7.007 7.007 0 0 0-.741.209l.342.942c.313-.113.616-.242.905-.386l-.506-.765zM8.52 14.991c-.172.006-.347.009-.52.009v1c.21 0 .42-.004.629-.011l-.109-.998z'/%3E%3Cpath d='M8 4.5a.5.5 0 0 1 .5.5v2.5a.5.5 0 0 1-.5.5H5.5a.5.5 0 0 1 0-1h2V5a.5.5 0 0 1 .5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-yyau7eyv6r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-section-header[b-yyau7eyv6r] {
    font-size: 0.85rem !important;
    font-weight: 900 !important;
    color: #ffffff !important;
    padding: 1.5rem 1rem 0.5rem 1.25rem !important;
    letter-spacing: 0.12rem !important;
    text-transform: uppercase !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
    background-color: rgba(255, 255, 255, 0.05); /* Slight highlight */
}

    .nav-item:first-of-type[b-yyau7eyv6r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-yyau7eyv6r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-yyau7eyv6r]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3.5rem;
        display: flex;
        align-items: center;
        line-height: 3.5rem;
        width: 100%;
        padding-left: 1.5rem;
    }

.nav-item[b-yyau7eyv6r]  a.active {
    background-color: rgba(255,255,255,0.2);
    color: white;
    font-weight: bold;
}

.nav-item[b-yyau7eyv6r]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-yyau7eyv6r] {
    display: none;
}

@media (max-width: 640.98px) {
    .nav-scrollable[b-yyau7eyv6r] {
        position: absolute;
        top: 3.5rem;
        left: 0;
        right: 0;
        z-index: 1000;
        background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        max-height: 85vh;
        overflow-y: auto;
    }
}

.navbar-toggler:checked ~ .nav-scrollable[b-yyau7eyv6r] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-yyau7eyv6r] {
        display: none;
    }

    .nav-scrollable[b-yyau7eyv6r] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        padding-bottom: 4rem; /* Added space to avoid footer overlap */
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-s3nfss2vzv],
.components-reconnect-repeated-attempt-visible[b-s3nfss2vzv],
.components-reconnect-failed-visible[b-s3nfss2vzv],
.components-pause-visible[b-s3nfss2vzv],
.components-resume-failed-visible[b-s3nfss2vzv],
.components-rejoining-animation[b-s3nfss2vzv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-s3nfss2vzv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-s3nfss2vzv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-s3nfss2vzv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-s3nfss2vzv],
#components-reconnect-modal.components-reconnect-retrying[b-s3nfss2vzv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-s3nfss2vzv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-s3nfss2vzv],
#components-reconnect-modal.components-reconnect-failed[b-s3nfss2vzv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-s3nfss2vzv] {
    display: block;
}


#components-reconnect-modal[b-s3nfss2vzv] {
    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-s3nfss2vzv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-s3nfss2vzv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-s3nfss2vzv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-s3nfss2vzv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-s3nfss2vzv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-s3nfss2vzv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-s3nfss2vzv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-s3nfss2vzv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-s3nfss2vzv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-s3nfss2vzv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-s3nfss2vzv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-s3nfss2vzv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-s3nfss2vzv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-s3nfss2vzv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-s3nfss2vzv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-s3nfss2vzv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-s3nfss2vzv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-s3nfss2vzv {
    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/MarketplaceChat.razor.rz.scp.css */
.chat-wrapper[b-49ut9y9g28] {
    position: fixed;
    z-index: 9999;
}

.chat-bubble[b-49ut9y9g28] {
    width: 60px;
    height: 60px;
    transition: transform 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-bubble:hover[b-49ut9y9g28] {
    transform: scale(1.1);
}

.chat-window[b-49ut9y9g28] {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2) !important;
}

.contact-item[b-49ut9y9g28] {
    transition: all 0.2s;
    cursor: pointer;
}

.contact-item:hover[b-49ut9y9g28] {
    background: #f1f8ff;
}

.x-small[b-49ut9y9g28] {
    font-size: 0.7rem;
}

.animate-slide-up[b-49ut9y9g28] {
    animation: slideUp-b-49ut9y9g28 0.4s ease-out;
}

@keyframes slideUp-b-49ut9y9g28 {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-bounce[b-49ut9y9g28] {
    animation: bounce-b-49ut9y9g28 2s infinite;
}

@keyframes bounce-b-49ut9y9g28 {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-5px);
    }

    60% {
        transform: translateY(-3px);
    }
}

.animate-pulse[b-49ut9y9g28] {
    animation: pulse-b-49ut9y9g28 1.5s infinite;
}

@keyframes pulse-b-49ut9y9g28 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.message-bubble[b-49ut9y9g28] {
    word-wrap: break-word;
}
