/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-bkl6c2dzgk] {
    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-bkl6c2dzgk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-vvv2x5imfy],
.components-reconnect-repeated-attempt-visible[b-vvv2x5imfy],
.components-reconnect-failed-visible[b-vvv2x5imfy],
.components-pause-visible[b-vvv2x5imfy],
.components-resume-failed-visible[b-vvv2x5imfy],
.components-rejoining-animation[b-vvv2x5imfy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-retrying[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-failed[b-vvv2x5imfy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-vvv2x5imfy] {
    display: block;
}


#components-reconnect-modal[b-vvv2x5imfy] {
    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-vvv2x5imfy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-vvv2x5imfy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-vvv2x5imfy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-vvv2x5imfy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-vvv2x5imfy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-vvv2x5imfy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-vvv2x5imfy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-vvv2x5imfy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-vvv2x5imfy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-vvv2x5imfy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-vvv2x5imfy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-vvv2x5imfy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-vvv2x5imfy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-vvv2x5imfy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-vvv2x5imfy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-vvv2x5imfy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-vvv2x5imfy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-vvv2x5imfy {
    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/PProject/Details.razor.rz.scp.css */
.breadcrumbs[b-ycljqy2h2v] {
    border: 1px solid #cbd2d9;
    border-radius: 0.3rem;
    overflow: hidden;
    width: 100%;
}

.breadcrumbs-item[b-ycljqy2h2v] {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    height: 100px;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 0em 0.5em 0em 1em;
    position: relative;
    transition: background 0.2s linear;
}

    .breadcrumbs-item span[b-ycljqy2h2v] {
        align-self: center;
    }

    .breadcrumbs-item[b-ycljqy2h2v]:after,
    .breadcrumbs-item[b-ycljqy2h2v]:before {
        content: "";
        background: white;
        position: absolute;
        left: 100%;
        bottom: 0;
        top: 0;
        clip-path: polygon(50% 50%, -50% -50%, 0 100%);
        transition: background 0.2s linear;
        width: 1em;
        z-index: 1;
    }

    .breadcrumbs-item:last-child[b-ycljqy2h2v] {
        border-right: none;
        padding: 0em 0.4em 0em 0.8em;
    }

    .breadcrumbs-item[b-ycljqy2h2v]:before {
        background: #cbd2d9;
    }

    .breadcrumbs-item:hover[b-ycljqy2h2v],
    .breadcrumbs-item:hover[b-ycljqy2h2v]:after {
        background: #edf1f5;
    }

    .breadcrumbs-item.is-active[b-ycljqy2h2v],
    .breadcrumbs-item.is-active[b-ycljqy2h2v]:after {
        background-color: #f15b2a;
        color: white;
        font-weight: 600;
    }

        .breadcrumbs-item.is-active:hover[b-ycljqy2h2v],
        .breadcrumbs-item.is-active:hover[b-ycljqy2h2v]:after {
            background-color: #d94e24;
        }

        .breadcrumbs-item.is-active.exception[b-ycljqy2h2v],
        .breadcrumbs-item.is-active.exception[b-ycljqy2h2v]:after {
            background-color: #ffc107;
            color: black;
            font-weight: 600;
        }

            .breadcrumbs-item.is-active.exception:hover[b-ycljqy2h2v],
            .breadcrumbs-item.is-active.exception:hover[b-ycljqy2h2v]:after {
                background-color: #ffca2c;
            }

@media (max-width:767px) {
    .breadcrumbs-item[b-ycljqy2h2v] {
        height: 80px;
        padding: 0;
    }
}
/* /Components/Shared/HeadingTitle.razor.rz.scp.css */
.header-title[b-9puqmhsk0r] {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    line-height: 1.2;
    user-select: none;
    text-transform: uppercase;
}

.ten .header-title[b-9puqmhsk0r] {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
}

    .ten .header-title[b-9puqmhsk0r]:before {
        background-color: #f15b2a;
        border-radius: 0.25rem;
        content: '';
        display: block;
        height: 0.25rem;
        width: 42px;
        margin-bottom: 1.25rem;
    }
