/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fbjm088fjp] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: #f8f9fa;
    overflow: hidden;
}

main[b-fbjm088fjp] {
    flex: 1;
    background: #f8f9fa;
    transition: all 0.3s ease;
    overflow-y: auto;
}

.sidebar[b-fbjm088fjp] {
    background: linear-gradient(180deg, #1e3a8a 0%, #312e81 100%);
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.main-header[b-fbjm088fjp] {
    background: white;
    border-bottom: 1px solid #e5e7eb;
    padding: 1rem 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    position: sticky;
    top: 0;
    z-index: 50;
}

.header-content[b-fbjm088fjp] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-logo[b-fbjm088fjp] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e3a8a;
    margin: 0;
    letter-spacing: -0.02em;
}

.top-row[b-fbjm088fjp] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fbjm088fjp]  a, .top-row[b-fbjm088fjp]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fbjm088fjp]  a:hover, .top-row[b-fbjm088fjp]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fbjm088fjp]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fbjm088fjp] {
        justify-content: space-between;
    }

    .top-row[b-fbjm088fjp]  a, .top-row[b-fbjm088fjp]  .btn-link {
        margin-left: 0;
    }

    .main-header[b-fbjm088fjp] {
        padding: 0.75rem 0;
    }

    .page-logo[b-fbjm088fjp] {
        font-size: 1.25rem;
    }
}

@media (min-width: 641px) {
    .page[b-fbjm088fjp] {
        flex-direction: row;
    }

    .sidebar[b-fbjm088fjp] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fbjm088fjp] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fbjm088fjp]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fbjm088fjp], article[b-fbjm088fjp] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fbjm088fjp] {
    color-scheme: light only;
    background: #fef3c7;
    border-top: 2px solid #f59e0b;
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    animation: slideUp-b-fbjm088fjp 0.3s ease;
    font-weight: 500;
}

    #blazor-error-ui .dismiss[b-fbjm088fjp] {
        cursor: pointer;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.25rem;
        color: #92400e;
        transition: color 0.2s;
    }

    #blazor-error-ui .dismiss:hover[b-fbjm088fjp] {
        color: #78350f;
    }

    #blazor-error-ui .reload[b-fbjm088fjp] {
        color: #92400e;
        text-decoration: underline;
        font-weight: 600;
        margin-left: 0.5rem;
    }

@keyframes slideUp-b-fbjm088fjp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-y93nmngotx] {
    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.2);
    border-radius: 0.375rem;
    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.75%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);
    transition: all 0.2s ease;
}

.navbar-toggler:hover[b-y93nmngotx] {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler:checked[b-y93nmngotx] {
    background-color: rgba(255, 255, 255, 0.25);
}

.top-row[b-y93nmngotx] {
    min-height: 4rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}

.navbar-brand[b-y93nmngotx] {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: white !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.info-button[b-y93nmngotx] {
    padding: 0.15rem 0.35rem;
    line-height: 1;
}

.info-button-absolute[b-y93nmngotx] {
    position: absolute;
    top: 0.55rem;
    right: 1rem;
}

.info-icon[b-y93nmngotx] {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 700;
    font-style: italic;
    color: white;
}

.bi[b-y93nmngotx] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

/* Info `i` icon is handled by .info-icon text styling above */

.bi-house-door-fill-nav-menu[b-y93nmngotx] {
    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-y93nmngotx] {
    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-y93nmngotx] {
    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-truck-nav-menu[b-y93nmngotx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M0 3.5A1.5 1.5 0 0 1 1.5 2h9A1.5 1.5 0 0 1 12 3.5V5h1.02a1.5 1.5 0 0 1 1.17.563l1.481 1.85a1.5 1.5 0 0 1 .329.938V10.5a1.5 1.5 0 0 1-1.5 1.5H14a2 2 0 1 1-4 0H5a2 2 0 1 1-3.998-.085A1.5 1.5 0 0 1 0 10.5v-7zm1.294 7.456A1.999 1.999 0 0 1 4.732 11h5.536a2.01 2.01 0 0 1 .732-.732V3.5a.5.5 0 0 0-.5-.5h-9a.5.5 0 0 0-.5.5v7a.5.5 0 0 0 .294.456zM12 10a2 2 0 0 1 1.732 1h.768a.5.5 0 0 0 .5-.5V8.35a.5.5 0 0 0-.11-.312l-1.48-1.85A.5.5 0 0 0 13.02 6H12v4zm-9 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2zm9 0a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-y93nmngotx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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-box-nav-menu[b-y93nmngotx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5 8 5.961 14.154 3.5 8.186 1.113zM15 4.239l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z'/%3E%3C/svg%3E");
}

.bi-building-nav-menu[b-y93nmngotx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M4 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5a.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-1ZM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM7.5 5a.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-1Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM4.5 8a.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-1Zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Zm3.5-.5a.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-1Z'/%3E%3Cpath d='M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V1Zm11 0H3v14h3v-2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V15h3V1Z'/%3E%3C/svg%3E");
}

.bi-safe-fill-nav-menu[b-y93nmngotx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1 1.5A1.5 1.5 0 0 1 2.5 0h11A1.5 1.5 0 0 1 15 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-11A1.5 1.5 0 0 1 1 14.5V13H.5a.5.5 0 0 1 0-1H1V8.5H.5a.5.5 0 0 1 0-1H1V4H.5a.5.5 0 0 1 0-1H1V1.5zM2.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5h-11zm6.5 4a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm-5 4.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-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-y93nmngotx] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.338 1.59a61.44 61.44 0 0 0-2.837.856.481.481 0 0 0-.328.39c-.554 4.157.726 7.19 2.253 9.188a10.725 10.725 0 0 0 2.287 2.233c.346.244.652.42.893.533.12.057.218.095.293.118a.55.55 0 0 0 .101.025.615.615 0 0 0 .1-.025c.076-.023.174-.061.294-.118.24-.113.547-.29.893-.533a10.726 10.726 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067c-.53 0-1.552.223-2.662.524zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.775 11.775 0 0 1-2.517 2.453 7.159 7.159 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7.158 7.158 0 0 1-1.048-.625 11.777 11.777 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 62.456 62.456 0 0 1 5.072.56z'/%3E%3Cpath d='M10.854 5.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7.5 7.793l2.646-2.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.nav-item[b-y93nmngotx] {
    font-size: 0.95rem;
    padding-bottom: 0.25rem;
}

    .nav-item:first-of-type[b-y93nmngotx] {
        padding-top: 1.5rem;
    }

    .nav-item:last-of-type[b-y93nmngotx] {
        padding-bottom: 1.5rem;
    }

    .nav-item[b-y93nmngotx]  .nav-link {
        color: rgba(255, 255, 255, 0.85);
        background: none;
        border: none;
        border-radius: 0.5rem;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        transition: all 0.2s ease;
        font-weight: 500;
        padding: 0 1rem;
    }

.nav-item[b-y93nmngotx]  a.active {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.nav-item[b-y93nmngotx]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    transform: translateX(4px);
}

.nav-scrollable[b-y93nmngotx] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-y93nmngotx] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-y93nmngotx] {
        display: none;
    }

    .nav-scrollable[b-y93nmngotx] {
        /* 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-fhfqos1zrv],
.components-reconnect-repeated-attempt-visible[b-fhfqos1zrv],
.components-reconnect-failed-visible[b-fhfqos1zrv],
.components-pause-visible[b-fhfqos1zrv],
.components-resume-failed-visible[b-fhfqos1zrv],
.components-rejoining-animation[b-fhfqos1zrv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fhfqos1zrv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fhfqos1zrv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fhfqos1zrv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fhfqos1zrv],
#components-reconnect-modal.components-reconnect-retrying[b-fhfqos1zrv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fhfqos1zrv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fhfqos1zrv],
#components-reconnect-modal.components-reconnect-failed[b-fhfqos1zrv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fhfqos1zrv] {
    display: block;
}


#components-reconnect-modal[b-fhfqos1zrv] {
    background-color: white;
    width: 22rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.75rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-fhfqos1zrv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fhfqos1zrv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fhfqos1zrv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fhfqos1zrv]::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    animation: components-reconnect-modal-fadeInOpacity-b-fhfqos1zrv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fhfqos1zrv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fhfqos1zrv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fhfqos1zrv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fhfqos1zrv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fhfqos1zrv] {
    margin: 0;
    text-align: center;
    color: #374151;
    font-weight: 500;
}

#components-reconnect-modal button[b-fhfqos1zrv] {
    border: 0;
    background-color: #2563eb;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

    #components-reconnect-modal button:hover[b-fhfqos1zrv] {
        background-color: #1d4ed8;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
        transform: translateY(-1px);
    }
    }

    #components-reconnect-modal button:active[b-fhfqos1zrv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fhfqos1zrv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fhfqos1zrv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fhfqos1zrv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fhfqos1zrv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fhfqos1zrv {
    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/Shared/ClientFeedbackHost.razor.rz.scp.css */
.feedback-overlay[b-b8vvczs571] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3200;
}

.feedback-overlay__card[b-b8vvczs571] {
    background: rgba(15, 23, 42, 0.92);
    color: #f8fafc;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
    text-align: center;
    min-width: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.feedback-toast-container[b-b8vvczs571] {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    z-index: 3300;
    align-items: stretch;
}

.feedback-toast[b-b8vvczs571] {
    min-width: 260px;
    max-width: 360px;
    padding: 0.85rem 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
    background: #ffffff;
    color: #0f172a;
    border-left: 4px solid #0ea5e9;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease;
    animation: toast-enter-b-b8vvczs571 0.25s ease-out;
}

.feedback-toast--success[b-b8vvczs571] {
    border-color: #22c55e;
}

.feedback-toast--error[b-b8vvczs571] {
    border-color: #ef4444;
}

.feedback-toast--info[b-b8vvczs571] {
    border-color: #0ea5e9;
}

.feedback-toast--closing[b-b8vvczs571] {
    opacity: 0;
    transform: translateY(8px);
}

.feedback-toast__message[b-b8vvczs571] {
    flex: 1;
    font-weight: 500;
}

.feedback-toast[b-b8vvczs571]  .btn-close {
    filter: invert(15%);
    opacity: 0.5;
}

.feedback-toast[b-b8vvczs571]  .btn-close:hover {
    opacity: 0.9;
}

.feedback-toast__progress[b-b8vvczs571] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: rgba(59, 130, 246, 0.2);
}

.feedback-toast__progress-bar[b-b8vvczs571] {
    display: block;
    width: 100%;
    height: 100%;
    background: #3b82f6;
    animation-name: toast-progress-b-b8vvczs571;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@keyframes toast-progress-b-b8vvczs571 {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

@keyframes toast-enter-b-b8vvczs571 {
    from {
        opacity: 0;
        transform: translateX(-16px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
