/* /Pages/Dashboard/DashboardView.razor.rz.scp.css */
.start-end-form[b-9o19hqrnrs] {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 16px;
}
/* /Pages/Index.razor.rz.scp.css */
.landing-page__container[b-gnltzap0ls] {
    background: black url(/images/background.jpg) no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.landing-page-content__container[b-gnltzap0ls] {
    padding: 128px;
    width: calc(100% - 400px);
}

    .landing-page-content__container img[b-gnltzap0ls] {
        width: 100%;
        max-width: 600px;
    }

    .landing-page-content__container p[b-gnltzap0ls] {
        font-size: 48px;
        color: #fff;
    }

.login-form__container[b-gnltzap0ls] {
    width: 400px;
    height: 100%;
    padding: 16px 24px;
    background: white;
    border-left: 1px solid #fcfcfc;
}
/* /Pages/Request/RepRequest.razor.rz.scp.css */
.body-text[b-4ucuevduwa] {
    font-size: 18px;
    line-height: 2.1em;
    font-weight: 500;
}

.rep-request-header[b-4ucuevduwa] {
    margin-top: 50px;
    margin-bottom: 50px;
}
/* /Pages/Request/Requests.razor.rz.scp.css */
.rep-request-header[b-fhu6z13xfb] {
    margin-top: 50px;
    margin-bottom: 50px;
}
/* /Shared/Footer.razor.rz.scp.css */
.footer[b-0jgwt66v2n] {
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background: white;
    z-index: 50;
}

@media (max-width: 767px) {
    .footer[b-0jgwt66v2n] {
        white-space: normal;
    }
}

.footer-content[b-0jgwt66v2n] {
    margin-bottom: 0;
    font-size: 11px;
    text-align: center;
}
/* /Shared/MainLayout.razor.rz.scp.css */
#header-logo-desktop[b-eziripszrt] {
    display: none;
    width: auto;
    height: 40px;
}

@media only screen and (min-width: 767.98px) {
    #header-logo-desktop[b-eziripszrt] {
        display: block;
    }
}

#header-logo-mobile[b-eziripszrt] {
    width: auto;
    height: 40px;
    display: none;
}

@media only screen and (max-width: 767.98px) {
    #header-logo-mobile[b-eziripszrt] {
        display: block;
    }
}

.header-width[b-eziripszrt] {
    max-width: 1420px;
}

.user-info[b-eziripszrt] {
    font-size: 14px;
    display: flex;
}

.main-layout-content[b-eziripszrt] {
    overflow: auto;
    padding: 20px;
}
/* /Shared/PageLayout.razor.rz.scp.css */
#header-logo[b-4jmp8r42wh] {
    width: auto;
    height: 40px;
}

.header-width[b-4jmp8r42wh] {
    max-width: 1420px;
}
/* /Shared/PDFViewer.razor.rz.scp.css */
#viewer-page[b-jvlst56ws2] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 60;
    width: 100vw;
    min-height: 100vh;
    background-color: #efefef;
    overflow: auto;
}

#viewer-close[b-jvlst56ws2] {
    position: fixed;
    top: 16px;
    right: 24px;
    z-index: 61;
    cursor: pointer;
}

    #viewer-close:hover[b-jvlst56ws2] {
        transform: scale(1.1) !important;
    }

.close-icon[b-jvlst56ws2] {
    font-size: 32px !important;
    font-weight: 800;
}

.viewer[b-jvlst56ws2] {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
}

@media only screen and (max-width: 767.98px) {
    #viewer-close[b-jvlst56ws2] {
        top: 6px;
        right: 8px;
    }

    .close-icon[b-jvlst56ws2] {
        font-size: 18px !important;
    }
}
