/* _content/FacilicaseSQL/Pages/FCDashboard.razor.rz.scp.css */

.container[b-pbpi869i4y] {
    padding: 0px;
}


@media screen and (max-width: 999.98px) {
    .container[b-pbpi869i4y] {
        display: none;
    }
}

@media (min-width: 1000px) {
    .pie[b-pbpi869i4y] {
        display: none;
    }
}

h2[b-pbpi869i4y] {
    color: var(--fc-blue);
    border-bottom: solid 3px;
}
/* _content/FacilicaseSQL/Pages/Index.razor.rz.scp.css */
.mainbackground[b-5x3fds5vnh] {
    max-width: 100%;
    min-height: 600px;
    max-height: 100%;
    background-image: url("../images/facilicase_background_small.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    min-height: 600px;
    padding: 5px;
}


@media screen and (max-width: 600px) {
    .main-content[b-5x3fds5vnh] {
        text-align: left;
        overflow: hidden;
        margin:0 auto;
        padding: 60px 10px 10px 10px;
    }

    .intro-text[b-5x3fds5vnh] {
        min-width: 240px;
        overflow: hidden;
        padding: 20px;
        color: #ffff
    }

    .wide-text[b-5x3fds5vnh] {
        padding: 60px 20px 30px 20px;
        margin-bottom: 30px;
        height: auto;
        text-align: center;
        color: var(--fc-blue);
    }
    
}

@media screen and (min-width: 600px) {

    .main-content[b-5x3fds5vnh] {
        text-align: left;
        overflow: hidden;
        margin: 0 auto;
        padding-top: 80px;
        padding-left: 80px;
    }

    .intro-text[b-5x3fds5vnh] {
        min-width: 240px;
        width: 30%;
        overflow: hidden;
        float: left;
        padding: 20px;
        color: #ffff
    }

    .wide-text[b-5x3fds5vnh] {
        padding: 60px 120px 30px 120px;
        margin-bottom: 30px;
        height: auto;
        text-align: center;
        color: var(--fc-blue);
    }

}

.glass-background[b-5x3fds5vnh] {
    border-radius: 0.5rem;
    background: rgba(59,59,59, 0.5);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.col-text[b-5x3fds5vnh] {
    margin: 20px 30px 80px 30px;
}

.landing-page-footer[b-5x3fds5vnh] {
    background-color: var(--fc-blue);
    color: #ffff;
    position: absolute;
    padding: 15px;
    overflow-y: auto;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 90px;
    border-top: 1px solid #dee2e6 !important;
}

h2[b-5x3fds5vnh] {
    padding: 1px;
    text-align: center;
    margin: 20px 20px 0px 20px;
    height: 62px;
    border-bottom: 3px solid var(--fc-pink);
}

img[b-5x3fds5vnh] {
    max-width: 100%;
    max-height: 100%;
}


/* _content/FacilicaseSQL/Pages/Profile/MyProfile.razor.rz.scp.css */

b[b-luspk9cxwa]{
   font-size: 16px; 
}

.role-list[b-luspk9cxwa] {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    display: inline-flex;
}

    .role-list > li[b-luspk9cxwa] {
        margin: 2px;
        padding: 5px 8px 5px 8px;
        background-color: var(--fc-blue);
        color: #ffff;
        border-radius: 1rem;
        text-align: center;
        width: fit-content;
        min-width: 80px;
    }

.header-box[b-luspk9cxwa] {
    width: 100%;
    overflow: auto;
}

.content-box[b-luspk9cxwa] {
    color: var(--gray-text);
    margin-left: 12px;
}

.column-container[b-luspk9cxwa] {
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 30px;
}

.column-block[b-luspk9cxwa] {
    background-color: #ffff;
    border-radius: 0.5rem;
    margin: 10px;
    padding: 10px 20px 20px 20px;
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.2);
}

@media screen and (max-width: 600px){
    .column-container[b-luspk9cxwa]{
        margin-top: 0px;
        padding: 30px;
    }

    .column-block[b-luspk9cxwa]{
        margin: 10px 0px 10px 0px;
    }

}
/* _content/FacilicaseSQL/Shared/MainLayout.razor.rz.scp.css */
.page[b-ct2fq9f7ki] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ct2fq9f7ki] {
    flex: 1;
}

.sidebar[b-ct2fq9f7ki] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ct2fq9f7ki] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ct2fq9f7ki]  a, .top-row .btn-link[b-ct2fq9f7ki] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ct2fq9f7ki] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ct2fq9f7ki] {
        display: none;
    }

    .top-row.auth[b-ct2fq9f7ki] {
        justify-content: space-between;
    }

    .top-row a[b-ct2fq9f7ki], .top-row .btn-link[b-ct2fq9f7ki] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ct2fq9f7ki] {
        flex-direction: row;
    }

    .sidebar[b-ct2fq9f7ki] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ct2fq9f7ki] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-ct2fq9f7ki], article[b-ct2fq9f7ki] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/FacilicaseSQL/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n6ho2ikp2p] {
    margin: 5px;
    background-color: rgba(231,87,81, 1);
}

.top-row[b-n6ho2ikp2p] {
    padding: 5px 12px 5px 15px;
    background-color: #ffff;
    height: 58px;
    box-shadow: 0 15px 35px 0 rgba(0,0,0,0.2);
}

.navbar-brand[b-n6ho2ikp2p] {
    font-size: 1.1rem;
}

.oi[b-n6ho2ikp2p] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-n6ho2ikp2p] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-n6ho2ikp2p] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-n6ho2ikp2p] {
        padding-bottom: 1rem;
    }

    .nav-item[b-n6ho2ikp2p]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-n6ho2ikp2p]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-n6ho2ikp2p]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media screen and (max-width: 899.98px) {
    .hide-main-logo[b-n6ho2ikp2p] {
        display: none;
    }
}

@media (min-width: 900px) {
    .hide-phone-logout[b-n6ho2ikp2p] {
        display: none;
        visibility: hidden;
    }

    .hide-small-logo[b-n6ho2ikp2p] {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-n6ho2ikp2p] {
        display: none;
    }
}
