/* /Components/LinkCard.razor.rz.scp.css */
.project-card[b-xtyunbm90p] {
    position: relative;
    width: 360px;
    min-height: 268px;
    border-radius: 8px;
    border: 1px solid #E6ECF4;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
    transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
}

.project-card:hover[b-xtyunbm90p] {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}

.project-card[b-xtyunbm90p],
a[b-xtyunbm90p] {
    text-decoration: none;
    border-width: 0;
}

.project-card-cover[b-xtyunbm90p] {
    height: 160px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    background-color: #bebebe;
}

.project-card-logo[b-xtyunbm90p] {
    position: absolute;
    top: 120px;
    left: 32px;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    /*background-color: #acacac;*/
}


.project-card-title[b-xtyunbm90p] {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
    color: #181B21;

    margin-top: 36px;
    margin-left: 32px;
    margin-right: 32px;
}

.project-card-subtitle[b-xtyunbm90p] {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    color: #717C8C;

    margin-top: 4px;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 15px;
}
/* /Layout/LoginDisplay.razor.rz.scp.css */
.icon-and-name-and-button[b-ifwix9j2b8] {
    display: flex;
    flex-direction: row;
    gap: 9px;
}

.button-icon:hover > path[b-ifwix9j2b8] {
    stroke: #3f75ff;
}

.icon-and-name[b-ifwix9j2b8] {
    background-color: #8490A11F;
    display: flex;
    flex-direction: row;
    padding: 2px 12px 2px 2px;
    border-radius: 48px;
    gap: 8px;
    align-items: center;
}

.icon[b-ifwix9j2b8] {
    background-color: #9FA8B9;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.name[b-ifwix9j2b8] {
    height: 21px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #5E6574;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-f50hm1z3ep] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-f50hm1z3ep] {
    display: flex;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    background-color: #F1F4F9;  
}

.top-row[b-f50hm1z3ep] {
    background: #F1F4F9;
    height: 68px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 640px) {
    .top-row[b-f50hm1z3ep] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
}



.main-content[b-f50hm1z3ep] {
    padding: 40px 80px;
    align-items: center;
}

footer[b-f50hm1z3ep] {
    background: #E6ECF4;
    height: 48px;
    padding-left: 80px;
    padding-right: 80px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer[b-f50hm1z3ep],
p[b-f50hm1z3ep] {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #8490A1;
}

.logo-text[b-f50hm1z3ep] {
    color: white;
    background-color: #181B21;
    padding: 10px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hdim8llnzu] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-hdim8llnzu] {
    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-hdim8llnzu] {
    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-hdim8llnzu] {
    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-hdim8llnzu] {
    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-hdim8llnzu] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-hdim8llnzu]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-hdim8llnzu]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

    .collapse[b-hdim8llnzu] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-hdim8llnzu] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
