/* /Components/Layout/AnonymousLayout.razor.rz.scp.css */
.hfeip-footer[b-3dqzt04a5r] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: 1rem 2rem 1.5rem;
    font-size: .8rem;
    color: #94A3B8;
}

.hfeip-footer a[b-3dqzt04a5r] {
    color: #64748B;
    text-decoration: none;
}

.hfeip-footer a:hover[b-3dqzt04a5r] {
    color: #D98A1F;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4rkcdmlbdc] {
    display: flex;
    min-height: 100vh;
    width: 100%;
}



/* =========================================
   SIDEBAR
   ========================================= */


.sidebar[b-4rkcdmlbdc] {

    width: 260px;
    min-width: 260px;

    height: 100vh;

    position: sticky;
    top: 0;

    background-color: #FFFFFF;

    border-right: 1px solid #E2E8F0;

    overflow-y: auto;

}



/* =========================================
   MAIN CONTENT
   ========================================= */


main[b-4rkcdmlbdc] {

    flex: 1;

    min-width: 0;

    display: flex;

    flex-direction: column;

}



/* =========================================
   TOP BAR
   ========================================= */


.top-row[b-4rkcdmlbdc] {

    height: 3.5rem;

    background-color: #F8FAFC;

    border-bottom:
        1px solid #E2E8F0;


    display: flex;

    align-items: center;

    justify-content: flex-end;

    gap: 1rem;

    padding-left: 2rem;

    padding-right: 1.5rem;

}



.hfeip-current-user[b-4rkcdmlbdc] {

    color: #64748B;

    font-size: .9rem;

}



.hfeip-signout-button[b-4rkcdmlbdc] {

    background: none;

    border: 1px solid #E2E8F0;

    border-radius: 6px;

    padding: .35rem .9rem;

    color: #0F172A;

    cursor: pointer;

}

    .hfeip-signout-button:hover[b-4rkcdmlbdc] {

        background: rgba(15,23,42,.04);

    }



/* =========================================
   PAGE CONTENT
   ========================================= */


.content[b-4rkcdmlbdc] {

    padding:

        1.5rem 2rem;

}



.hfeip-footer[b-4rkcdmlbdc] {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: .6rem;

    padding: 1rem 2rem 1.5rem;

    font-size: .8rem;

    color: #94A3B8;

}

    .hfeip-footer a[b-4rkcdmlbdc] {

        color: #64748B;

        text-decoration: none;

    }

        .hfeip-footer a:hover[b-4rkcdmlbdc] {

            color: #D98A1F;

        }



/* =========================================
   MOBILE
   ========================================= */


@media(max-width:900px)

{

    .page[b-4rkcdmlbdc] {

        flex-direction: column;

    }


    .sidebar[b-4rkcdmlbdc] {

        width: 100%;

        min-width: 100%;

        height: auto;

        position: relative;

    }


    .top-row[b-4rkcdmlbdc] {

        position: relative;

    }


    .content[b-4rkcdmlbdc] {

        padding: 1rem;

    }

}



/* =========================================
   BLAZOR ERROR
   ========================================= */


#blazor-error-ui[b-4rkcdmlbdc] {

    color-scheme: light only;

    background: lightyellow;

    bottom: 0;

    box-shadow:
        0 -1px 2px rgba(0,0,0,.2);

    box-sizing: border-box;

    display: none;

    left: 0;

    padding:
        .6rem 1.25rem .7rem 1.25rem;

    position: fixed;

    width: 100%;

    z-index: 1000;

}



#blazor-error-ui .dismiss[b-4rkcdmlbdc] {

    cursor: pointer;

    position: absolute;

    right: .75rem;

    top: .5rem;

}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.hfeip-sidebar[b-3uih9v7rdf] {

    height:100vh;

    background:#FFFFFF;

    border-right:1px solid #E2E8F0;

    overflow-y:auto;

}



.hfeip-sidebar-header[b-3uih9v7rdf] {

    height:3.5rem;

    display:flex;

    align-items:center;

    padding-left:1.25rem;

}



.hfeip-logo[b-3uih9v7rdf] {

    color:#0F172A;

    font-size:1.25rem;

    font-weight:600;

    text-decoration:none;

    display:flex;

    align-items:center;

    gap:.5rem;

}



.hfeip-logo svg[b-3uih9v7rdf] {

    height:2rem;

    width:auto;

}



.hfeip-sidebar-nav[b-3uih9v7rdf] {

    padding-top:1rem;

}



.nav-item[b-3uih9v7rdf] {

    margin-bottom:.25rem;

}



.nav-item[b-3uih9v7rdf]  .nav-link {

    color:#64748B;

    display:flex;

    align-items:center;

    height:3rem;

    padding-left:1.25rem;

    text-decoration:none;

    border-radius:6px;

    border-left:3px solid transparent;

}



.nav-item[b-3uih9v7rdf]  .nav-link:hover {

    background:rgba(245,166,35,.08);

    color:#0F172A;

}



.nav-item[b-3uih9v7rdf]  a.active {

    background:rgba(245,166,35,.12);

    color:#D98A1F;

    font-weight:600;

    border-left:3px solid #F5A623;

}



.bi[b-3uih9v7rdf] {

    display:inline-block;

    width:1.1rem;

    height:1.1rem;

    margin-right:.75rem;

    flex-shrink:0;

    background-color:currentColor;

    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;

    -webkit-mask-position:center;
    mask-position:center;

    -webkit-mask-size:contain;
    mask-size:contain;

}



.bi-house-door-fill-nav-menu[b-3uih9v7rdf] {
    -webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpolygon points='8,2 14,7 12,7 12,13 4,13 4,7 2,7'/%3e%3c/svg%3e");
    mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpolygon points='8,2 14,7 12,7 12,13 4,13 4,7 2,7'/%3e%3c/svg%3e");
}



.bi-people-fill-nav-menu[b-3uih9v7rdf] {
    -webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='6' cy='5' r='2.4'/%3e%3cpath d='M1.2 14c0-2.9 2.1-5.2 4.8-5.2s4.8 2.3 4.8 5.2z'/%3e%3ccircle cx='11.5' cy='5.5' r='1.8'/%3e%3cpath d='M9.6 14c.2-1.9 1.4-3.4 2.9-3.8 1.7.3 3.3 1.9 3.3 3.8z'/%3e%3c/svg%3e");
    mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='6' cy='5' r='2.4'/%3e%3cpath d='M1.2 14c0-2.9 2.1-5.2 4.8-5.2s4.8 2.3 4.8 5.2z'/%3e%3ccircle cx='11.5' cy='5.5' r='1.8'/%3e%3cpath d='M9.6 14c.2-1.9 1.4-3.4 2.9-3.8 1.7.3 3.3 1.9 3.3 3.8z'/%3e%3c/svg%3e");
}



.bi-folder-fill-nav-menu[b-3uih9v7rdf] {
    -webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M1.5 4h4l1 1.5h7v7h-12z'/%3e%3c/svg%3e");
    mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M1.5 4h4l1 1.5h7v7h-12z'/%3e%3c/svg%3e");
}



.bi-clock-fill-nav-menu[b-3uih9v7rdf] {
    -webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='8' cy='8' r='6' fill='none' stroke='black' stroke-width='1.4'/%3e%3cpath d='M8 4.5v4l3 1.8' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3e%3c/svg%3e");
    mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='8' cy='8' r='6' fill='none' stroke='black' stroke-width='1.4'/%3e%3cpath d='M8 4.5v4l3 1.8' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3e%3c/svg%3e");
}



.bi-list-nested-nav-menu[b-3uih9v7rdf] {
    -webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='2' y='3' width='12' height='2'/%3e%3crect x='2' y='7' width='12' height='2'/%3e%3crect x='2' y='11' width='8' height='2'/%3e%3c/svg%3e");
    mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='2' y='3' width='12' height='2'/%3e%3crect x='2' y='7' width='12' height='2'/%3e%3crect x='2' y='11' width='8' height='2'/%3e%3c/svg%3e");
}



.bi-receipt-fill-nav-menu[b-3uih9v7rdf] {
    -webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='3' y='1.5' width='10' height='13' rx='1' fill='none' stroke='black' stroke-width='1.3'/%3e%3cpath d='M5.5 5h5M5.5 8h5M5.5 11h3' stroke='black' stroke-width='1.3' stroke-linecap='round' fill='none'/%3e%3c/svg%3e");
    mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='3' y='1.5' width='10' height='13' rx='1' fill='none' stroke='black' stroke-width='1.3'/%3e%3cpath d='M5.5 5h5M5.5 8h5M5.5 11h3' stroke='black' stroke-width='1.3' stroke-linecap='round' fill='none'/%3e%3c/svg%3e");
}



.bi-bar-chart-fill-nav-menu[b-3uih9v7rdf] {
    -webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='2' y='9' width='3' height='5'/%3e%3crect x='6.5' y='6' width='3' height='8'/%3e%3crect x='11' y='2' width='3' height='12'/%3e%3c/svg%3e");
    mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='2' y='9' width='3' height='5'/%3e%3crect x='6.5' y='6' width='3' height='8'/%3e%3crect x='11' y='2' width='3' height='12'/%3e%3c/svg%3e");
}



.bi-gear-fill-nav-menu[b-3uih9v7rdf] {
    -webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='8' cy='8' r='3' fill='none' stroke='black' stroke-width='1.4'/%3e%3cpath d='M8 1v2M8 13v2M1 8h2M13 8h2M3.2 3.2l1.4 1.4M11.4 11.4l1.4 1.4M3.2 12.8l1.4-1.4M11.4 4.6l1.4-1.4' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3e%3c/svg%3e");
    mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='8' cy='8' r='3' fill='none' stroke='black' stroke-width='1.4'/%3e%3cpath d='M8 1v2M8 13v2M1 8h2M13 8h2M3.2 3.2l1.4 1.4M11.4 11.4l1.4 1.4M3.2 12.8l1.4-1.4M11.4 4.6l1.4-1.4' stroke='black' stroke-width='1.3' stroke-linecap='round'/%3e%3c/svg%3e");
}



.bi-download-fill-nav-menu[b-3uih9v7rdf] {
    -webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M8 2v7M5 6l3 3 3-3' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.5 12.5h11' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3e%3c/svg%3e");
    mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M8 2v7M5 6l3 3 3-3' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.5 12.5h11' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3e%3c/svg%3e");
}

.bi-inbox-fill-nav-menu[b-3uih9v7rdf] {
    -webkit-mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M3 2.5h10l1.5 6.5v4.5h-13V9z' fill='none' stroke='black' stroke-width='1.3' stroke-linejoin='round'/%3e%3cpath d='M1.5 9h3l1 2h5l1-2h3' fill='none' stroke='black' stroke-width='1.3' stroke-linejoin='round'/%3e%3c/svg%3e");
    mask-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M3 2.5h10l1.5 6.5v4.5h-13V9z' fill='none' stroke='black' stroke-width='1.3' stroke-linejoin='round'/%3e%3cpath d='M1.5 9h3l1 2h5l1-2h3' fill='none' stroke='black' stroke-width='1.3' stroke-linejoin='round'/%3e%3c/svg%3e");
}

.hf-nav-badge[b-3uih9v7rdf] {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:1.15rem;
    height:1.15rem;
    padding:0 .35rem;
    margin-left:auto;
    border-radius:999px;
    background:#DC2626;
    color:#fff;
    font-size:.7rem;
    font-weight:700;
    line-height:1;
}
/* /Components/Layout/PortalLayout.razor.rz.scp.css */
.portal-page[b-t0ke5qshn9] {
    display: flex;
    min-height: 100vh;
    width: 100%;
    background: #FFFFFF;
}

/* =========================================
   SIDEBAR
   ========================================= */

.portal-sidebar[b-t0ke5qshn9] {
    width: 260px;
    min-width: 260px;
    height: 100vh;
    position: sticky;
    top: 0;
    background: #FFFFFF;
    border-right: 1px solid #E2E8F0;
    overflow-y: auto;
}

.portal-sidebar-header[b-t0ke5qshn9] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    border-bottom: 1px solid #E2E8F0;
}

.portal-logo[b-t0ke5qshn9] {
    color: #0F172A;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: .5rem;
    white-space: nowrap;
}

.portal-logo svg[b-t0ke5qshn9] {
    height: 1.75rem;
    width: auto;
    flex-shrink: 0;
}

.portal-sidebar-nav[b-t0ke5qshn9] {
    padding-top: 1rem;
}

.portal-nav-item[b-t0ke5qshn9] {
    margin-bottom: .25rem;
    padding: 0 .75rem;
}

.portal-nav-item[b-t0ke5qshn9]  a {
    color: #64748B;
    display: flex;
    align-items: center;
    height: 3rem;
    padding-left: .5rem;
    text-decoration: none;
    border-radius: 6px;
    border-left: 3px solid transparent;
}

.portal-nav-item[b-t0ke5qshn9]  a:hover {
    background: rgba(245, 166, 35, .08);
    color: #0F172A;
}

.portal-nav-item[b-t0ke5qshn9]  a.active {
    background: rgba(245, 166, 35, .12);
    color: #D98A1F;
    font-weight: 600;
    border-left: 3px solid #F5A623;
}

/* =========================================
   MAIN COLUMN
   ========================================= */

.portal-body[b-t0ke5qshn9] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.portal-topbar[b-t0ke5qshn9] {
    height: 3.5rem;
    background: #F8FAFC;
    border-bottom: 1px solid #E2E8F0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    padding: 0 1.5rem;
}

.portal-current-user[b-t0ke5qshn9] {
    color: #64748B;
    font-size: .9rem;
}

.portal-signout-button[b-t0ke5qshn9] {
    background: none;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    padding: .35rem .9rem;
    color: #0F172A;
    cursor: pointer;
}

.portal-signout-button:hover[b-t0ke5qshn9] {
    background: rgba(15, 23, 42, .04);
}

.portal-content[b-t0ke5qshn9] {
    padding: 2rem;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.hfeip-footer[b-t0ke5qshn9] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    padding: 1rem 2rem 1.5rem;
    font-size: .8rem;
    color: #94A3B8;
}

.hfeip-footer a[b-t0ke5qshn9] {
    color: #64748B;
    text-decoration: none;
}

.hfeip-footer a:hover[b-t0ke5qshn9] {
    color: #D98A1F;
}

/* =========================================
   NAV ICONS
   ========================================= */

.pi[b-t0ke5qshn9] {
    display: inline-block;
    width: 1.1rem;
    height: 1.1rem;
    margin-right: .75rem;
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.pi-tickets[b-t0ke5qshn9] {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='2' y='3' width='12' height='2'/%3e%3crect x='2' y='7' width='12' height='2'/%3e%3crect x='2' y='11' width='8' height='2'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='2' y='3' width='12' height='2'/%3e%3crect x='2' y='7' width='12' height='2'/%3e%3crect x='2' y='11' width='8' height='2'/%3e%3c/svg%3e");
}

.pi-add-ticket[b-t0ke5qshn9] {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='8' cy='8' r='6.3' fill='none' stroke='black' stroke-width='1.4'/%3e%3cpath d='M8 5v6M5 8h6' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3ccircle cx='8' cy='8' r='6.3' fill='none' stroke='black' stroke-width='1.4'/%3e%3cpath d='M8 5v6M5 8h6' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3e%3c/svg%3e");
}

.pi-invoices[b-t0ke5qshn9] {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='3' y='1.5' width='10' height='13' rx='1' fill='none' stroke='black' stroke-width='1.3'/%3e%3cpath d='M5.5 5h5M5.5 8h5M5.5 11h3' stroke='black' stroke-width='1.3' stroke-linecap='round' fill='none'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3crect x='3' y='1.5' width='10' height='13' rx='1' fill='none' stroke='black' stroke-width='1.3'/%3e%3cpath d='M5.5 5h5M5.5 8h5M5.5 11h3' stroke='black' stroke-width='1.3' stroke-linecap='round' fill='none'/%3e%3c/svg%3e");
}

.pi-downloads[b-t0ke5qshn9] {
    -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M8 2v7M5 6l3 3 3-3' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.5 12.5h11' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath d='M8 2v7M5 6l3 3 3-3' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.5 12.5h11' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3e%3c/svg%3e");
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 900px) {

    .portal-page[b-t0ke5qshn9] {
        flex-direction: column;
    }

    .portal-sidebar[b-t0ke5qshn9] {
        width: 100%;
        min-width: 100%;
        height: auto;
        position: relative;
    }

    .portal-content[b-t0ke5qshn9] {
        padding: 1rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-8o8ftjf42u],
.components-reconnect-repeated-attempt-visible[b-8o8ftjf42u],
.components-reconnect-failed-visible[b-8o8ftjf42u],
.components-pause-visible[b-8o8ftjf42u],
.components-resume-failed-visible[b-8o8ftjf42u],
.components-rejoining-animation[b-8o8ftjf42u] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-8o8ftjf42u],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-8o8ftjf42u],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-8o8ftjf42u],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-8o8ftjf42u],
#components-reconnect-modal.components-reconnect-retrying[b-8o8ftjf42u],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-8o8ftjf42u],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-8o8ftjf42u],
#components-reconnect-modal.components-reconnect-failed[b-8o8ftjf42u],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-8o8ftjf42u] {
    display: block;
}


#components-reconnect-modal[b-8o8ftjf42u] {
    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-8o8ftjf42u 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-8o8ftjf42u 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-8o8ftjf42u 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-8o8ftjf42u]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-8o8ftjf42u 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-8o8ftjf42u {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-8o8ftjf42u {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-8o8ftjf42u {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-8o8ftjf42u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-8o8ftjf42u] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-8o8ftjf42u] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-8o8ftjf42u] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-8o8ftjf42u] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-8o8ftjf42u] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-8o8ftjf42u] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-8o8ftjf42u 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-8o8ftjf42u] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-8o8ftjf42u {
    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/Pages/Admin.razor.rz.scp.css */
.hfeip-grid[b-z7n6ctdxmi] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.hfeip-admin-card[b-z7n6ctdxmi] {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    background: white;
    transition: box-shadow .15s ease, border-color .15s ease;
}

a.hfeip-admin-card:hover[b-z7n6ctdxmi] {
    border-color: #1b6ec2;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

.hfeip-admin-card span[b-z7n6ctdxmi] {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280;
}

.hfeip-admin-card strong[b-z7n6ctdxmi] {
    font-size: 1.15rem;
}

.hfeip-admin-card small[b-z7n6ctdxmi] {
    color: #6b7280;
}

.hfeip-admin-card-disabled[b-z7n6ctdxmi] {
    opacity: .6;
    cursor: default;
}
/* /Components/Pages/TimeTracking.razor.rz.scp.css */
.hfeip-time-table .hfeip-wrap-cell[b-psw9r2ujne] {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 320px;
    min-width: 220px;
}
