@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/ProcessConnect.SDK.UIComponents/ProcessConnect.SDK.UIComponents.71ly92ywho.bundle.scp.css';
@import '_content/RxHealth.WebApplication.DiseaseManagement/RxHealth.WebApplication.DiseaseManagement.klfayrvii7.bundle.scp.css';
@import '_content/SmartComponents.AspNetCore.Components/SmartComponents.AspNetCore.Components.bundle.scp.css';

/* _content/RxHealth.WebApplication/Layout/MainLayout.razor.rz.scp.css */
.page[b-5bdayrk16b] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-5bdayrk16b] {
    flex: 1;
}

.sidebar[b-5bdayrk16b] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5bdayrk16b] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5bdayrk16b]  a, .top-row .btn-link[b-5bdayrk16b] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-5bdayrk16b] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-5bdayrk16b] {
        display: none;
    }

    .top-row.auth[b-5bdayrk16b] {
        justify-content: space-between;
    }

    .top-row a[b-5bdayrk16b], .top-row .btn-link[b-5bdayrk16b] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5bdayrk16b] {
        flex-direction: row;
    }

    .sidebar[b-5bdayrk16b] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5bdayrk16b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-5bdayrk16b] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.showCursor[b-5bdayrk16b] {
    cursor: pointer !important;
}
/* _content/RxHealth.WebApplication/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t4s4qkoo6l] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-t4s4qkoo6l] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-t4s4qkoo6l] {
    font-size: 1.1rem;
}

.oi[b-t4s4qkoo6l] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-t4s4qkoo6l] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-t4s4qkoo6l] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t4s4qkoo6l] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t4s4qkoo6l]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-t4s4qkoo6l]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-t4s4qkoo6l]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-t4s4qkoo6l] {
        display: none;
    }

    .collapse[b-t4s4qkoo6l] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/RxHealth.WebApplication/Pages/Components/Loader.razor.rz.scp.css */
*[b-d41ldn4o8z] {
    margin: 0;
    padding: 0;
    font-family: verdana;
    background: ffcb08;
}

.center[b-d41ldn4o8z] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ring[b-d41ldn4o8z] {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    /*box-shadow:1px 5px 2px #ff002e;*/
    background: transparent;
    animation: ani-b-d41ldn4o8z 2s linear infinite;
}

.text[b-d41ldn4o8z] {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 300px;
    top: 0;
    left: 0;
    font-size: 2em;
    background: transparent;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}

@keyframes ani-b-d41ldn4o8z {
    0% {
        transform: rotate(0deg);
        box-shadow: 1px 5px 2px #ff002e;
    }

    50% {
        transform: rotate(180deg);
        box-shadow: 1px 5px 2px #18a401;
    }

    100% {
        transform: rotate(360deg);
        box-shadow: 1px 5px 2px #033e8e;
    }
}
