/* /Components/CaseDashboard.razor.rz.scp.css */
/* /Components/CaseGeneralDataViewer.razor.rz.scp.css */
/* /Components/CaseNotesManager.razor.rz.scp.css */
.jd-align-center[b-rbzoj4e8fe] {
    display: flex;
    align-items: center;
}
/* /Components/DashboardCard.razor.rz.scp.css */
.jd-card-image-top[b-4j06em4nle] {
    width: 100%;
    max-width: 5rem;
    height: 100%;
}
/* /Components/ErrorRecovery.razor.rz.scp.css */
/* /Components/FileUploader.razor.rz.scp.css */
.custom-drop-zone[b-7sreoavpv8] {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 128px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.custom-drop-zone.custom-drag-over[b-7sreoavpv8] {
    background-color: #868A8D;
}
/* /Components/LoadingIndicatorLine.razor.rz.scp.css */
.jd-bg-data-line[b-7ed5bcbqov] {
    background-color: #efefef;
    height: 1.25rem;
}

.jd-loading-bar[b-7ed5bcbqov] {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 1em;
    overflow: hidden;
}

    .jd-loading-bar[b-7ed5bcbqov]::after {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg, #fff5, rgba(220, 220, 220, 0.891));
        animation: jd-loading-animation-b-7ed5bcbqov 1.3s infinite;
        border-radius: 1em;
    }

@keyframes jd-loading-animation-b-7ed5bcbqov {
    0% {
        left: -50%;
    }

    100% {
        left: 150%;
    }
}
/* /Components/NoteMessage.razor.rz.scp.css */
.jd-message[b-n6i0uur6oe] {
    background-color: #efefef;
    font-size: 0.8rem;
}

.jd-plain-text[b-n6i0uur6oe] {
    white-space: pre-wrap;
}

.jd-publication-date[b-n6i0uur6oe] {
    font-size: 0.7rem;
}

.jd-group-publication-date[b-n6i0uur6oe] {
    font-size: 0.8rem;
}
/* /Components/PopupMessage.razor.rz.scp.css */
.custom-header[b-zbu2wvx0m0] {
    padding: .3rem 0.5rem;
    font-size: 1rem;
    justify-content: left;
    display: flex;
    align-items: center;
    border-radius: 0.25rem 0.25rem 0 0;
}
/* /Components/ToastMessage.razor.rz.scp.css */
.jd-icon-color[b-6bf2nyqsvt] {
    color: white;
}

.jd-rounded-top[b-6bf2nyqsvt] {
    border-radius: 0.5rem 0.5rem 0 0;
}

.jd-rounded[b-6bf2nyqsvt] {
    border-radius: 0.5rem;
}
/* /Components/UserAccountPasswordValidator.razor.rz.scp.css */
/* /Pages/Authentication/Login.razor.rz.scp.css */
.jd-logo[b-rzru03hoee] {
    height: 4rem;
    width: auto;
}

.jd-align-center[b-rzru03hoee] {
    display: flex;
    align-items: center;
}
/* /Pages/DataManagers/CaseSummary.razor.rz.scp.css */
.jd-plain-text[b-kxskxji331] {
    white-space: pre-wrap;
    font-size: 0.8rem;
}
/* /Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-nmpxbd76ca] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-nmpxbd76ca] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

    .header-navbar .navbar-toggler .navbar-toggler-icon[b-nmpxbd76ca] {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        background-color: transparent !important;
        height: 2rem;
        width: 2rem;
    }

.title[b-nmpxbd76ca] {
    font-size: 1.5rem;
    color: var(--bs-primary);
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-nmpxbd76ca] {
        font-size: inherit;
    }
}
/* /Shared/HeaderMenu.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3bqwjbjxjr] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-3bqwjbjxjr] .page-layout,
[b-3bqwjbjxjr] .page-layout > .dxbl-gridlayout-root,
[b-3bqwjbjxjr] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-3bqwjbjxjr] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-3bqwjbjxjr] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-3bqwjbjxjr] .fit-width {
    max-width: 100%;
}

[b-3bqwjbjxjr] .mw-1100 {
    max-width: 1100px;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.sidebar[b-l5g40zqcic] {
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background-color: white;
}

.sidebar.collapse[b-l5g40zqcic] {
    display: none;
}

.sidebar.expand[b-l5g40zqcic] {
    display: block;
}

@media (max-width: 1199.98px) {
    .sidebar[b-l5g40zqcic] {
        display: none;
    }

    .sidebar.expand[b-l5g40zqcic] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        height: auto;
        min-width: 100%;
        z-index: 1050;
    }
}

[b-l5g40zqcic] .app-sidebar > .nav-pills > .nav-item:first-of-type {
    padding-top: 0.1rem;
}

[b-l5g40zqcic] .app-sidebar > .nav-pills > .nav-item:last-of-type {
    padding-bottom: 1rem;
}

[b-l5g40zqcic] .app-sidebar .nav-pills > .nav-item a {
    border-radius: 0px;
    display: flex;
    align-items: center;
}

[b-l5g40zqcic] .app-sidebar > .nav-pills > .nav-item > a {
    font-size: 1rem !important;
    font-weight: 600 !important;
    padding: .25rem 1rem .25rem .125rem;
}
[b-l5g40zqcic] .app-sidebar,
[b-l5g40zqcic] .app-sidebar > .nav-pills,
[b-l5g40zqcic] .app-sidebar > .nav-pills > .nav-item,
[b-l5g40zqcic] .app-sidebar > .nav-pills > .nav-item > a:not(.active) {
    background-color: inherit;
}

.jd-main-menu[b-l5g40zqcic] {
    font-size: 0.8rem;
}

@media (max-width: 1199.98px) {
    [b-l5g40zqcic] .app-sidebar > .nav-pills > .nav-item:last-of-type {
        padding-bottom: 0;
    }
}
/* /Shared/SecurityLayout.razor.rz.scp.css */
.jd-background[b-7g5f901cl5] {
    background-image: url(/images/bg-login.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.jd-container[b-7g5f901cl5] {
    background-color: rgba(255, 255, 255, 0.75);
    max-width: 60%;
}

/* /Shared/UpdateAvailableNotifier.razor.rz.scp.css */
.floating-update-button[b-ej3kj9y8hk] {
    position: fixed;
    right: 0.75rem;
    bottom: 2rem;
    animation: fadein-b-ej3kj9y8hk 2s ease-out;
}

@keyframes fadein-b-ej3kj9y8hk {
    from {
        right: -100%;
    }

    to {
        right: 0.75rem;
    }
}
