/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wnthztmfhn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wnthztmfhn] {
    flex: 1;
}

.sidebar[b-wnthztmfhn] {
    background-color: var(--color-dark-blue);
    background-image: none;
}

.top-row[b-wnthztmfhn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wnthztmfhn]  a, .top-row[b-wnthztmfhn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wnthztmfhn]  a:hover, .top-row[b-wnthztmfhn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wnthztmfhn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wnthztmfhn] {
        justify-content: space-between;
    }

    .top-row[b-wnthztmfhn]  a, .top-row[b-wnthztmfhn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wnthztmfhn] {
        flex-direction: row;
    }

    .sidebar[b-wnthztmfhn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wnthztmfhn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wnthztmfhn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wnthztmfhn], article[b-wnthztmfhn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wnthztmfhn] {
    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-wnthztmfhn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-w8oeeim2lh] {
    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-w8oeeim2lh] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-w8oeeim2lh] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-w8oeeim2lh] {
    font-size: 1.1rem;
}

.bi[b-w8oeeim2lh] {
    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-w8oeeim2lh] {
    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-w8oeeim2lh] {
    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-w8oeeim2lh] {
    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");
}

.nav-item[b-w8oeeim2lh] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-w8oeeim2lh] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-w8oeeim2lh] {
        padding-bottom: 1rem;
    }

    .nav-item[b-w8oeeim2lh]  .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-w8oeeim2lh]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-w8oeeim2lh]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-w8oeeim2lh] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-w8oeeim2lh] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-w8oeeim2lh] {
        display: none;
    }

    .nav-scrollable[b-w8oeeim2lh] {
        /* 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-ecy4v3c99y],
.components-reconnect-repeated-attempt-visible[b-ecy4v3c99y],
.components-reconnect-failed-visible[b-ecy4v3c99y],
.components-pause-visible[b-ecy4v3c99y],
.components-resume-failed-visible[b-ecy4v3c99y],
.components-rejoining-animation[b-ecy4v3c99y] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ecy4v3c99y],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ecy4v3c99y],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ecy4v3c99y],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ecy4v3c99y],
#components-reconnect-modal.components-reconnect-retrying[b-ecy4v3c99y],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ecy4v3c99y],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ecy4v3c99y],
#components-reconnect-modal.components-reconnect-failed[b-ecy4v3c99y],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ecy4v3c99y] {
    display: block;
}


#components-reconnect-modal[b-ecy4v3c99y] {
    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-ecy4v3c99y 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ecy4v3c99y 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ecy4v3c99y 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ecy4v3c99y]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ecy4v3c99y 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ecy4v3c99y {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ecy4v3c99y {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ecy4v3c99y {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ecy4v3c99y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ecy4v3c99y] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ecy4v3c99y] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ecy4v3c99y] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ecy4v3c99y] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ecy4v3c99y] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ecy4v3c99y] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ecy4v3c99y 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ecy4v3c99y] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ecy4v3c99y {
    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/AdditionalPPPs.razor.rz.scp.css */
/* Skeleton loading animation */
@keyframes skeleton-shimmer-b-mjpk9m3dov {
    0% {
        background-position: -400px 0;
    }
    100% {
        background-position: 400px 0;
    }
}

.skeleton-line[b-mjpk9m3dov] {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 800px 100%;
    animation: skeleton-shimmer-b-mjpk9m3dov 1.6s ease-in-out infinite;
    border-radius: 4px;
}

/* Skeleton heading mimics the section-heading */
.skeleton-heading[b-mjpk9m3dov] {
    width: 140px;
    height: 1.4rem;
    margin-bottom: 0.25rem;
}

/* Skeleton checkbox row mimics .checkbox-item */
.skeleton-checkbox-row[b-mjpk9m3dov] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.skeleton-checkbox[b-mjpk9m3dov] {
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
    border-radius: 3px;
}

.skeleton-label[b-mjpk9m3dov] {
    height: 0.95rem;
}

/* /Components/Pages/Home.razor.rz.scp.css */
.auth-overlay[b-ay3q2j7sc6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.auth-loading-card[b-ay3q2j7sc6] {
    background: white;
    padding: 3rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    max-width: 400px;
}

.auth-loading-card h4[b-ay3q2j7sc6] {
    color: #333;
    margin-bottom: 0.5rem;
}

.alert-overlay[b-ay3q2j7sc6] {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9998;
    width: 90%;
    max-width: 600px;
}

.auth-error-alert[b-ay3q2j7sc6] {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.auth-error-fullscreen[b-ay3q2j7sc6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #013E46;
    background-image: linear-gradient(135deg, rgba(1, 62, 70, 0.95) 0%, rgba(0, 185, 230, 0.9) 100%), url('/images/bg_1.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.error-card[b-ay3q2j7sc6] {
    background: white;
    padding: 3rem 2.5rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    max-width: 480px;
    width: 90%;
    margin: 1rem;
    position: relative;
    overflow: hidden;
}

.error-card[b-ay3q2j7sc6]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #EB4C1C;
}

.icon-circle[b-ay3q2j7sc6] {
    width: 80px;
    height: 80px;
    background: rgba(235, 76, 28, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.icon-circle.success[b-ay3q2j7sc6] {
    background: rgba(25, 135, 84, 0.1);
}

.error-icon[b-ay3q2j7sc6] {
    font-size: 2.5rem;
    color: #EB4C1C;
    line-height: 1;
}

.error-card h2[b-ay3q2j7sc6] {
    color: #013E46;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1.75rem;
}

.error-message[b-ay3q2j7sc6] {
    background: #F8FAFC;
    padding: 1.25rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    border-left: 4px solid #00B9E6;
    text-align: left;
}

.error-message p[b-ay3q2j7sc6] {
    color: #334155;
    margin: 0;
    line-height: 1.6;
    font-size: 0.95rem;
}

.error-actions[b-ay3q2j7sc6] {
    border-top: 1px solid #e2e8f0;
    padding-top: 1.5rem;
}

.contact-info[b-ay3q2j7sc6] {
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

.contact-info strong[b-ay3q2j7sc6] {
    color: #013E46;
}
/* /Components/Pages/InvalidLink.razor.rz.scp.css */
.invalid-link-page[b-l95ql2z76f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #013E46;
    background-image: linear-gradient(135deg, rgba(1, 62, 70, 0.95) 0%, rgba(0, 185, 230, 0.9) 100%), url('/images/bg_1.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    z-index: 9999;
}

.invalid-link-card[b-l95ql2z76f] {
    background: white;
    padding: 2.75rem 2.5rem;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    max-width: 520px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(1, 62, 70, 0.12);
}

.invalid-link-card[b-l95ql2z76f]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: #EB4C1C;
}

.invalid-icon-circle[b-l95ql2z76f] {
    width: 72px;
    height: 72px;
    background: #013E46;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    box-shadow: 0 6px 18px rgba(1, 62, 70, 0.25);
}

.invalid-icon-circle i[b-l95ql2z76f] {
    color: #ffffff;
    font-size: 2rem;
    line-height: 1;
}

.invalid-link-title[b-l95ql2z76f] {
    color: #1d5a8a;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.invalid-link-message[b-l95ql2z76f] {
    color: #334155;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    font-size: 0.95rem;
}

.invalid-link-detail[b-l95ql2z76f] {
    background: #F8FAFC;
    padding: 0.9rem 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border-left: 4px solid #00B9E6;
    text-align: left;
}

.invalid-link-detail p[b-l95ql2z76f] {
    color: #334155;
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.invalid-link-help[b-l95ql2z76f] {
    text-align: center;
    margin-bottom: 1.75rem;
}

.invalid-link-help h3[b-l95ql2z76f] {
    color: #013E46;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.invalid-link-help ul[b-l95ql2z76f] {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #475569;
    font-size: 0.9rem;
    line-height: 1.8;
}

.invalid-link-help ul li[b-l95ql2z76f]::before {
    content: '-';
    color: #00B9E6;
    font-weight: 700;
    margin-right: 0.25rem;
}

.invalid-link-actions[b-l95ql2z76f] {
    border-top: 1px solid #e2e8f0;
    padding-top: 1.5rem;
}

.invalid-link-actions .contact-info[b-l95ql2z76f] {
    color: #64748b;
    margin-top: 0.75rem;
    line-height: 1.6;
}

.invalid-link-actions .contact-info strong[b-l95ql2z76f] {
    color: #013E46;
}
/* /Components/Shared/Header.razor.rz.scp.css */
.cerc-global-header[b-rziour72li] {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 3px solid var(--color-primary);
    z-index: 1050;
    padding: 0.5rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cerc-global-header-inner[b-rziour72li] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.cerc-header-logo[b-rziour72li] {
    height: 40px;
    width: auto;
}

/* /Components/Shared/ProgressModal.razor.rz.scp.css */
/* SweetAlert-style Progress Modal */
.progress-modal-overlay[b-1orz8xeb8a] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    animation: progressOverlayFadeIn-b-1orz8xeb8a 0.25s ease-out;
}

.progress-modal-card[b-1orz8xeb8a] {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem 2.5rem 2rem;
    min-width: 380px;
    max-width: 440px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    animation: progressCardSlideIn-b-1orz8xeb8a 0.35s cubic-bezier(0.05, 0.89, 0.25, 1.02);
}

/* Icon container */
.progress-modal-icon[b-1orz8xeb8a] {
    margin-bottom: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

/* Spinner */
.progress-spinner[b-1orz8xeb8a] {
    width: 60px;
    height: 60px;
    border: 4px solid #f0f0f0;
    border-top: 4px solid var(--color-primary, #EB4C1C);
    border-radius: 50%;
    animation: progressSpin-b-1orz8xeb8a 0.8s linear infinite;
}

/* Checkmark */
.progress-checkmark[b-1orz8xeb8a] {
    width: 60px;
    height: 60px;
}

.checkmark-svg[b-1orz8xeb8a] {
    width: 60px;
    height: 60px;
}

.checkmark-circle[b-1orz8xeb8a] {
    stroke: #4caf50;
    stroke-width: 2;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: checkmarkStroke-b-1orz8xeb8a 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark-check[b-1orz8xeb8a] {
    stroke: #4caf50;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: checkmarkStroke-b-1orz8xeb8a 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.4s forwards;
}

/* Error icon */
.progress-error-icon[b-1orz8xeb8a] {
    width: 60px;
    height: 60px;
}

.error-svg[b-1orz8xeb8a] {
    width: 60px;
    height: 60px;
}

.error-circle[b-1orz8xeb8a] {
    stroke: #f44336;
    stroke-width: 2;
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    animation: checkmarkStroke-b-1orz8xeb8a 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.error-line[b-1orz8xeb8a] {
    stroke: #f44336;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 29;
    stroke-dashoffset: 29;
    animation: checkmarkStroke-b-1orz8xeb8a 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.4s forwards;
}

/* Title */
.progress-modal-title[b-1orz8xeb8a] {
    font-size: 1.35rem;
    font-weight: 700;
    color: #333;
    margin: 0 0 0.5rem;
}

/* Step label */
.progress-modal-step[b-1orz8xeb8a] {
    font-size: 0.95rem;
    color: #666;
    margin: 0 0 1.5rem;
    min-height: 1.4em;
    transition: opacity 0.2s ease;
}

/* Progress bar */
.progress-bar-container[b-1orz8xeb8a] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.progress-bar-track[b-1orz8xeb8a] {
    flex: 1;
    height: 10px;
    background: #e9ecef;
    border-radius: 5px;
    overflow: hidden;
}

.progress-bar-fill[b-1orz8xeb8a] {
    height: 100%;
    background: linear-gradient(90deg, var(--color-primary, #EB4C1C), var(--color-accent, #ECA12A));
    border-radius: 5px;
    transition: width 0.4s ease-in-out;
}

.progress-bar-fill.complete[b-1orz8xeb8a] {
    background: linear-gradient(90deg, #4caf50, #66bb6a);
}

.progress-bar-fill.error[b-1orz8xeb8a] {
    background: linear-gradient(90deg, #f44336, #e57373);
}

.progress-percentage[b-1orz8xeb8a] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #555;
    min-width: 40px;
    text-align: right;
}

/* Dismiss action (shown on complete when ShowDismissOnComplete) */
.progress-modal-actions[b-1orz8xeb8a] {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

/* Animations */
@keyframes progressOverlayFadeIn-b-1orz8xeb8a {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes progressCardSlideIn-b-1orz8xeb8a {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes progressSpin-b-1orz8xeb8a {
    to {
        transform: rotate(360deg);
    }
}

@keyframes checkmarkStroke-b-1orz8xeb8a {
    100% {
        stroke-dashoffset: 0;
    }
}

/* /Components/Shared/Toaster.razor.rz.scp.css */
.toast-container-overlay[b-ul1gace252] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 1060;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    pointer-events: none; /* Allow clicks to pass through container */
}

.swal2-popup.swal2-toast[b-ul1gace252] {
    box-sizing: border-box;
    grid-column: 1 / 4 !important;
    grid-row: 1 / 4 !important;
    grid-template-columns: min-content auto !important;
    padding: 1em;
    overflow-y: hidden;
    background: #fff;
    box-shadow: 0 0 .625em #d9d9d9;
    pointer-events: all;
    display: grid; 
    width: auto;
    max-width: 100%;
    align-items: center;
    border-radius: .25em;
    position: relative;
    opacity: 1;
}

/* Define Keyframes */
@keyframes slideInRight-b-ul1gace252 {
  from {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeOutUp-b-ul1gace252 {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
}

.swal2-popup.swal2-toast.animate-in[b-ul1gace252] {
    animation: slideInRight-b-ul1gace252 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.swal2-popup.swal2-toast.animate-out[b-ul1gace252] {
    animation: fadeOutUp-b-ul1gace252 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.swal2-header[b-ul1gace252] {
    display: contents;
    flex-direction: column;
    align-items: center;
}

.swal2-title[b-ul1gace252] {
    margin: 0 .6em;
    font-size: 1em;
    text-align: initial;
    font-weight: 600;
    color: #545454;
    max-width: 300px;
}

.swal2-close[b-ul1gace252] {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 1.2em;
    height: 1.2em;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: color .1s,box-shadow .1s;
    border: none;
    border-radius: 0;
    background: 0 0;
    color: #ccc;
    font-family: serif;
    font-size: 1.5em;
    line-height: 1.2;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

.swal2-close:hover[b-ul1gace252] {
    color: #f27474;
}

.swal2-content[b-ul1gace252] {
    grid-column: 2;
    padding: 0;
    font-size: 1em;
    text-align: initial;
}

.swal2-html-container[b-ul1gace252] {
    margin: 0 .6em;
    font-size: .85em;
    color: #545454;
}

/* Animations and Icons (Simplified Sweet Alert) */
.swal2-icon[b-ul1gace252] {
    display: flex;
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 2em;
    height: 2em;
    margin: 0;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 2em;
    cursor: default;
    user-select: none;
}

.swal2-icon.swal2-success[b-ul1gace252] {
    border-color: #a5dc86;
    color: #a5dc86;
}

.swal2-icon.swal2-error[b-ul1gace252] {
    border-color: #f27474;
    color: #f27474;
}

.swal2-icon.swal2-warning[b-ul1gace252] {
    border-color: #facea8;
    color: #f8bb86;
}

.swal2-icon.swal2-info[b-ul1gace252] {
    border-color: #9de0f6;
    color: #3fc3ee;
}

.swal2-icon-content[b-ul1gace252] {
    display: flex;
    align-items: center;
    font-size: 1.5em;
    font-weight: bold;
}

/* Success Icon Parts */
.swal2-success-line-tip[b-ul1gace252] {
    top: 1.1em;
    left: .35em;
    width: .6em;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    height: .15em;
    border-radius: .125em;
    background-color: #a5dc86;
}
.swal2-success-line-long[b-ul1gace252] {
    top: .95em;
    right: .2em;
    width: 1em;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    height: .15em;
    border-radius: .125em;
    background-color: #a5dc86;
}

/* Timer Bar */
.timer-progress-bar[b-ul1gace252] {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(0,0,0,0.2);
    width: 100%;
    animation-name: timer-progress-b-ul1gace252;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@keyframes timer-progress-b-ul1gace252 {
    0% { width: 100%; }
    100% { width: 0%; }
}

/* Error Icon Parts */
.swal2-x-mark[b-ul1gace252] {
    display: flex;
    position: relative;
    flex-grow: 1;
}
.swal2-x-mark-line-left[b-ul1gace252] {
    left: .4em;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    top: .9em;
    width: 1.15em;
    height: .15em;
    border-radius: .125em;
    background-color: #f27474;
}
.swal2-x-mark-line-right[b-ul1gace252] {
    right: .4em;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: .9em;
    width: 1.15em;
    height: .15em;
    border-radius: .125em;
    background-color: #f27474;
}
