/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-7fq4y0vtq7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7fq4y0vtq7] {
    flex: 1;
}

.sidebar[b-7fq4y0vtq7] {
   
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
    flex-shrink: 0; /* 🚀 sprječava skupljanje kod scrolla */
    overflow-x: hidden; /* spriječi horizontalni scroll */
    overflow-y: auto; /* dozvoli vertikalni */
    transition: width 0.3s ease;
}
    .sidebar.collapsed[b-7fq4y0vtq7] {
        width: 80px;
    }

.top-row[b-7fq4y0vtq7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7fq4y0vtq7]  a, .top-row[b-7fq4y0vtq7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7fq4y0vtq7]  a:hover, .top-row[b-7fq4y0vtq7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7fq4y0vtq7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7fq4y0vtq7] {
        justify-content: space-between;
    }

        .top-row[b-7fq4y0vtq7]  a, .top-row[b-7fq4y0vtq7]  .btn-link {
            margin-left: 0;
        }

    .sidebar.collapsed[b-7fq4y0vtq7] {
        width: 100% !important; /* zauzima cijeli top-row */
        position: relative; /* da se ponaša kao top-row */
        height: auto; /* da ne ide full screen height */
    }
    
}

@media (min-width: 641px) {
        .page[b-7fq4y0vtq7] {
            flex-direction: row;
        }

        .sidebar[b-7fq4y0vtq7] {
            width: 250px;
            height: 100vh;
            position: sticky;
            top: 0;
        }

        .top-row[b-7fq4y0vtq7] {
            position: sticky;
            top: 0;
            z-index: 1;
        }

            .top-row.auth[b-7fq4y0vtq7]  a:first-child {
                flex: 1;
                text-align: right;
                width: 0;
            }

        .top-row[b-7fq4y0vtq7], article[b-7fq4y0vtq7] {
            padding-left: 2rem !important;
            padding-right: 1.5rem !important;
        }
 }

    #blazor-error-ui[b-7fq4y0vtq7] {
        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-7fq4y0vtq7] {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }

/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-cuskuiwvp1] {
    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-cuskuiwvp1] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-cuskuiwvp1] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.icon-menu-arrow[b-cuskuiwvp1] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    color: white;
    font-size: 1.5rem; /* po želji povećaj za vidljivost */
    z-index: 1000; /* iznad svega */
}

    .icon-menu-arrow span[b-cuskuiwvp1] {
        display: inline-block;
        width: 1.5rem; /* širina klik zone */
        height: 1.5rem; /* visina klik zone */
    }


.navbar-brand[b-cuskuiwvp1] {
    font-size: 1.1rem;
}

.bi[b-cuskuiwvp1] {
    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-cuskuiwvp1] {
    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-cuskuiwvp1] {
    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-cuskuiwvp1] {
    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-cuskuiwvp1] {
    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-cuskuiwvp1] {
    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-cuskuiwvp1] {
    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-cuskuiwvp1] {
    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-cuskuiwvp1] {
    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-arrow-bar-right-nav-menu[b-cuskuiwvp1] {
    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-right' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 15a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-1 0v13a.5.5 0 0 0 .5.5ZM5.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L11.293 7.5H5.5Z'/%3E%3C/svg%3E");
}
.bi-window-fullscreen-nav-menu[b-cuskuiwvp1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-window-fullscreen' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1a.5.5 0 0 0 0 1H5v1H2a1 1 0 0 0-1 1v3H0V2a1 1 0 0 1 1-1h.5Zm13 0A1.5 1.5 0 0 1 16 2.5V6h-1V3a1 1 0 0 0-1-1h-3V1h2.5Zm-13 14A1.5 1.5 0 0 1 0 13.5V10h1v3a1 1 0 0 0 1 1h3v1H1.5Zm13 0H11v-1h3a1 1 0 0 0 1-1v-3h1v3.5a1.5 1.5 0 0 1-1.5 1.5Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
}
.bi-terminal-nav-menu[b-cuskuiwvp1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-terminal' viewBox='0 0 16 16'%3E%3Cpath d='M2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H2Zm.854 4.146a.5.5 0 1 1 .707.708L2.707 8l.854.854a.5.5 0 0 1-.708.708l-1.5-1.5a.5.5 0 0 1 0-.708l1.5-1.5ZM6.5 9a.5.5 0 0 1 0-1H9a.5.5 0 0 1 0 1H6.5Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
}
.bi-window-nav-menu[b-cuskuiwvp1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-window' viewBox='0 0 16 16'%3E%3Cpath d='M2.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1m2-.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m1 .5a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1'/%3E%3Cpath d='M2 1a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2zm13 2v2H1V3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1M2 14a1 1 0 0 1-1-1V6h14v7a1 1 0 0 1-1 1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    /* ne definiraj width/height ako želiš da veličinu kontrolira .bi ili font-size */
}

/* Users icon - dva čovjeka */
.bi-people-nav-menu[b-cuskuiwvp1] {
    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 1zm-7.978-1L7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002-.014.002zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0M6.936 9.28a6 6 0 0 0-1.23-.247A7 7 0 0 0 5 9c-4 0-5 3-5 4q0 1 1 1h4.216A2.24 2.24 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816M4.92 10A5.5 5.5 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 0m3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: 20px 20px; /* skalira SVG da vizualno odgovara person */
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}


/* Roles icon (shield) */
.bi-shield-nav-menu[b-cuskuiwvp1] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-shield' viewBox='0 0 16 16'%3E%3Cpath d='M5.072 0h5.856C12.65 0 14 1.35 14 3v5.125c0 3.408-2.49 6.744-6 7.875-3.51-1.131-6-4.467-6-7.875V3c0-1.65 1.35-3 3.072-3z'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    background-size: 20px 20px; /* skalira SVG da vizualno odgovara person */
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}
/* Roles icon - person with gear */
/*.bi-person-gear-nav-menu {
    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-gear' viewBox='0 0 16 16'%3E%3Cpath d='M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m.256 7a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1zm3.63-4.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E");
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}*/
/* Roles icon - person with gear, veća verzija */
.bi-person-gear-nav-menu[b-cuskuiwvp1] {
    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-gear' viewBox='0 0 16 16'%3E%3Cpath d='M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0M8 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m.256 7a4.5 4.5 0 0 1-.229-1.004H3c.001-.246.154-.986.832-1.664C4.484 10.68 5.711 10 8 10q.39 0 .74.025c.226-.341.496-.65.804-.918Q8.844 9.002 8 9c-5 0-6 3-6 4s1 1 1 1zm3.63-4.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px 20px; /* skalira SVG da vizualno odgovara person */
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}












.nav-item[b-cuskuiwvp1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-cuskuiwvp1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-cuskuiwvp1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-cuskuiwvp1]  .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-cuskuiwvp1]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-cuskuiwvp1]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-cuskuiwvp1] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-cuskuiwvp1] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-cuskuiwvp1] {
        display: none;
    }

    .nav-scrollable[b-cuskuiwvp1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /*dodao da skriva side bar*/
        /*width: 250px;*/ /* standardna širina */
        /*transition: width 0.3s ease;*/
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
        /*.nav-scrollable.collapsed {
            width: 80px;*/ /* suženi sidebar */
        /*}*/

}

/*ovo je da sakrivam tekst nav bara kada je minimiziran*/
/* Sidebar minimiziran */
.nav-scrollable.collapsed .nav-link[b-cuskuiwvp1] {
    justify-content: center; /* centriraj ikone */
}

.nav-scrollable.collapsed .menu-text[b-cuskuiwvp1] {
    display: none;
}


/* Alternativa – sakrij text node */
.nav-scrollable.collapsed .nav-link[b-cuskuiwvp1] {
    font-size: 0; /* sve osim ikone nestane */
}

.nav-scrollable.collapsed .nav-link span[class*="bi"][b-cuskuiwvp1] {
        font-size: 1.2rem; /* ikone ostaju čitljive */
}

/* 📱 Na malim ekranima uvijek pokaži tekst menija */
@media (max-width: 640.98px) {
    .nav-scrollable .menu-text[b-cuskuiwvp1] {
        display: inline !important;
    }
    
}


/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-oa7i5ke3zu],
.components-reconnect-repeated-attempt-visible[b-oa7i5ke3zu],
.components-reconnect-failed-visible[b-oa7i5ke3zu],
.components-pause-visible[b-oa7i5ke3zu],
.components-resume-failed-visible[b-oa7i5ke3zu],
.components-rejoining-animation[b-oa7i5ke3zu] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-oa7i5ke3zu],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-oa7i5ke3zu],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-oa7i5ke3zu],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-oa7i5ke3zu],
#components-reconnect-modal.components-reconnect-retrying[b-oa7i5ke3zu],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-oa7i5ke3zu],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-oa7i5ke3zu],
#components-reconnect-modal.components-reconnect-failed[b-oa7i5ke3zu],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-oa7i5ke3zu] {
    display: block;
}


#components-reconnect-modal[b-oa7i5ke3zu] {
    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-oa7i5ke3zu 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-oa7i5ke3zu 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-oa7i5ke3zu 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-oa7i5ke3zu]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-oa7i5ke3zu 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-oa7i5ke3zu {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-oa7i5ke3zu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-oa7i5ke3zu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-oa7i5ke3zu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-oa7i5ke3zu] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-oa7i5ke3zu] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-oa7i5ke3zu] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-oa7i5ke3zu] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-oa7i5ke3zu] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-oa7i5ke3zu] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-oa7i5ke3zu 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-oa7i5ke3zu] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-oa7i5ke3zu {
    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;
    }
}
