/* _content/ProjectManagement.UIBlazorServerApp/Pages/Components/Loader.razor.rz.scp.css */
*[b-rc7jjea1ei] {
    margin: 0;
    padding: 0;
    font-family: verdana;
    background: ffcb08;
}

.center[b-rc7jjea1ei] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ring[b-rc7jjea1ei] {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    /*box-shadow:1px 5px 2px #ff002e;*/
    background: transparent;
    animation: ani-b-rc7jjea1ei 2s linear infinite;
}

.text[b-rc7jjea1ei] {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 300px;
    top: 0;
    left: 0;
    font-size: 2em;
    background: transparent;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

@keyframes ani-b-rc7jjea1ei {
    0% {
        transform: rotate(0deg);
        box-shadow: 1px 5px 2px #ff002e;
    }

    50% {
        transform: rotate(180deg);
        box-shadow: 1px 5px 2px #18a401;
    }

    100% {
        transform: rotate(360deg);
        box-shadow: 1px 5px 2px #033e8e;
    }
}
/* _content/ProjectManagement.UIBlazorServerApp/Pages/Components/SplashScreen.razor.rz.scp.css */
.centered[b-9r71laparq] {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}


#text[b-9r71laparq] {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: darkblue;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    display: block
}


h1[b-9r71laparq] {
    height: 100px;
    -webkit-text-stroke: 2px black;
}

    h1 span[b-9r71laparq] {
        position: relative;
        top: 20px;
        display: inline-block;
        animation: bounce-b-9r71laparq .3s ease infinite alternate;
        font-size: 80px;
        color: white;

        text-shadow: 0 1px 0 green, 0 2px 0 green, 0 3px 0 green, 0 4px 0 green, 0 5px 0 green, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent, 0 9px 0 transparent, 0 10px 10px rgba(0, 0, 0, 0.4);
    }

        h1 span:nth-child(2)[b-9r71laparq] {
            animation-delay: .1s;
        }

        h1 span:nth-child(3)[b-9r71laparq] {
            animation-delay: .2s;
        }

        h1 span:nth-child(4)[b-9r71laparq] {
            animation-delay: .3s;
        }

        h1 span:nth-child(5)[b-9r71laparq] {
            animation-delay: .4s;
        }

        h1 span:nth-child(6)[b-9r71laparq] {
            animation-delay: .5s;
        }

        h1 span:nth-child(7)[b-9r71laparq] {
            animation-delay: .6s;
        }

        h1 span:nth-child(8)[b-9r71laparq] {
            animation-delay: .7s;
        }

@keyframes bounce-b-9r71laparq {
    100% {
        top: -20px;
        text-shadow: 0 1px 0 #CCC, 0 2px 0 #CCC, 0 3px 0 #CCC, 0 4px 0 #CCC, 0 5px 0 #CCC, 0 6px 0 #CCC, 0 7px 0 #CCC, 0 8px 0 #CCC, 0 9px 0 #CCC, 0 50px 25px rgba(0, 0, 0, 0.2);
    }
}
/* _content/ProjectManagement.UIBlazorServerApp/Shared/MainLayout.razor.rz.scp.css */
.page[b-dt56qxm0nm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-dt56qxm0nm] {
    flex: 1;
}

.sidebar[b-dt56qxm0nm] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dt56qxm0nm] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dt56qxm0nm]  a, .top-row .btn-link[b-dt56qxm0nm] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-dt56qxm0nm] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-dt56qxm0nm] {
        display: none;
    }

    .top-row.auth[b-dt56qxm0nm] {
        justify-content: space-between;
    }

    .top-row a[b-dt56qxm0nm], .top-row .btn-link[b-dt56qxm0nm] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dt56qxm0nm] {
        flex-direction: row;
    }

    .sidebar[b-dt56qxm0nm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dt56qxm0nm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-dt56qxm0nm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.showCursor[b-dt56qxm0nm] {
    cursor: pointer !important;
}
/* _content/ProjectManagement.UIBlazorServerApp/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rf1puoxljm] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rf1puoxljm] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rf1puoxljm] {
    font-size: 1.1rem;
}

.oi[b-rf1puoxljm] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-rf1puoxljm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rf1puoxljm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rf1puoxljm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rf1puoxljm]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rf1puoxljm]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-rf1puoxljm]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rf1puoxljm] {
        display: none;
    }

    .collapse[b-rf1puoxljm] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
