@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/Index.razor.rz.scp.css */
.staff-login[b-28xdr3n814] {
    color: white;
    font-weight: bolder;
    width: 200px;
    height: 200px;
    border: 4px forestgreen solid;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: rgba(0,0,0,0.5);
}

.staff-login > span[b-28xdr3n814] {
    font-size: 24px;
    letter-spacing: 2px;
}

.staff-login:hover[b-28xdr3n814], .staff-login:active[b-28xdr3n814] {
    background-color: rgba(0,0,0,0.1);
}

#main-area[b-28xdr3n814] {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 92px);
    background: url(images/nuprc_bg.jpg) no-repeat center center fixed;
    background-size: cover;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.main-footer[b-28xdr3n814] {
    position: absolute;
    top: calc(100% - 92px);
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 92px;
    min-height: 62px;
}

.main-footer > a[b-28xdr3n814] {
    text-decoration: none;
    font-weight: bolder;
    color: #448922;
}

a[b-28xdr3n814] {
    text-decoration: none; /* Remove underline */
    color: inherit; /* Inherit color from parent */
    cursor: pointer;
}

a:hover[b-28xdr3n814] {
    color: inherit;
    background-color: rgba(0,0,0,0.1);
}
/* /Pages/V2/Appraisee/AppraiseeAppraisal.razor.rz.scp.css */
.nav-green[b-r8746e3w77] {
    --bs-nav-pills-link-active-bg: green;
    --bs-nav-pills-link-active-color: white;
    --bs-nav-link-color: green;
    --bs-nav-link-hover-color: lawngreen;
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.page[b-afofllx854] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-afofllx854] {
    flex: 1;
}

.sidebar[b-afofllx854] {
    background-image: linear-gradient(180deg, rgb(11, 84, 3) 0%, #0b5403 90%);
}

.top-row[b-afofllx854] {
    background-color: #0b5403;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-afofllx854]  a, .top-row[b-afofllx854]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-afofllx854]  a:hover, .top-row[b-afofllx854]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-afofllx854]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-afofllx854] {
        display: none;
    }

    .top-row.auth[b-afofllx854] {
        justify-content: space-between;
    }

    .top-row[b-afofllx854]  a, .top-row[b-afofllx854]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-afofllx854] {
        flex-direction: row;
    }

    .sidebar[b-afofllx854] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-afofllx854] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-afofllx854]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-afofllx854], article[b-afofllx854] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


/* /Shared/Menus/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pa93jbgcp0] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-pa93jbgcp0] {
    height: 3.5rem;
    background-color: #0b5403;
}

.navbar-brand[b-pa93jbgcp0] {
    font-size: 1.1rem;
}

.oi[b-pa93jbgcp0] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-pa93jbgcp0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pa93jbgcp0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pa93jbgcp0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pa93jbgcp0]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-pa93jbgcp0]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-pa93jbgcp0]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-pa93jbgcp0] {
        display: none;
    }

    .collapse[b-pa93jbgcp0] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
