/* /Shared/Admin/ListUsers.razor.rz.scp.css */
body[b-w548wi5ddi] {
    background-color: #f5f5f5;
}
/* /Shared/Admin/LogViewer.razor.rz.scp.css */
.logEntryContainer[b-zo64odty57] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/* /Shared/Config/PendingSessions.razor.rz.scp.css */
.bar[b-yb9q3u4e0k] {
    display: flex;
    height: 30px;
}

.division[b-yb9q3u4e0k] {
    flex-grow: 1;
    text-align: center;
    font-weight: bold;
    width: 20%;
    margin:0;
    padding-left:0;
    padding-right:0;
}

    /* Define different colors for each division */
    .division:nth-child(1)[b-yb9q3u4e0k] {
        background-color: #ff5733; /* Red */
    }

    .division:nth-child(2)[b-yb9q3u4e0k] {
        background-color: #ffdb58; /* Yellow */
    }

    .division:nth-child(3)[b-yb9q3u4e0k] {
        background-color: #aaff33; /* Green */
    }

    .division:nth-child(4)[b-yb9q3u4e0k] {
        background-color: #33aaff; /* Blue */
    }

    .division:nth-child(5)[b-yb9q3u4e0k] {
        background-color: #cc33ff; /* Purple */
    }

/* Adjust background color based on the value of a variable */
.highlighted[b-yb9q3u4e0k] {
    opacity: 1.0;
}

.dimmed[b-yb9q3u4e0k] {
    opacity: 0.1; /* Gray */
}
/* /Shared/Identity/SignIn.razor.rz.scp.css */
.disclaimer-text[b-81eybblh38] {
   color: #2568fb;
}
/* /Shared/Identity/SignOut.razor.rz.scp.css */
.signoutanim[b-wmk0b854bg] {
    position:absolute;
    top:50vh;
}
/* /Shared/Identity/SignUp.razor.rz.scp.css */
.gradient-custom-3[b-dy9wuhsuug] {
    /* fallback for old browsers */
    background: #84fab0;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(132, 250, 176, 0.5), rgba(143, 211, 244, 0.5))
}

.gradient-custom-4[b-dy9wuhsuug] {
    /* fallback for old browsers */
    background: #84fab0;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(132, 250, 176, 1), rgba(143, 211, 244, 1))
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-hoatzbcwvo] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-hoatzbcwvo] {
    flex: 1;
}
footer[b-hoatzbcwvo] {
    /*margin-top: 10px;
    padding-right: 40px;
    position: absolute;
    font-size: smaller;
    display: flex;
    flex-grow: 1;
    background-color: #d99058;
    background-image: linear-gradient(45deg,#FFFFFF 0%, #dcdcdc 74%);*/
    /* This will make it so that it is always just under the bottom limit

        top:100vh;

    */
    /* This will make it so that it is always just above the bottom limit*/
    /*bottom: 0;*/
    position: absolute;
    font-size: 12px;
    bottom: 0;
    width: 100%;
    
    font-size: 12px;
    background-color: #f1f1f1;
    color: #000000;
    text-align: center;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.appName[b-86gccho9p3] {
    margin: 16px;
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 1s ease-in-out;
    position: relative;
}

    .appName[b-86gccho9p3]::before {
        content: attr(data-item);
        transition: all 1s ease-in-out;
        color: #022f59;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0;
        overflow: hidden;
    }

    .appName:hover[b-86gccho9p3]::before {
        width: 100%;
    }

.navbar[b-86gccho9p3] {
    background-color: #007dbb;
    padding: 6px;
}

    .navbar .navbar-nav[b-86gccho9p3] {
        list-style: none;
        display: flex;
    }

    .navbar .nav-item[b-86gccho9p3] {
        margin: 2px;
        color: #ffffff;
    }

    .navbar .nav-item-nonav a[b-86gccho9p3] {
        font-size: 1.2rem;
        font-weight: 400;
        position: relative;
        text-transform: capitalize;
    }

    .navbar .nav-item a[b-86gccho9p3] {
        text-decoration: none;
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: 400;
        position: relative;
        text-transform: capitalize;
    }

        .navbar .nav-item a[b-86gccho9p3]::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 3px;
            top: 100%;
            left: 0;
            background: #ffffff;
            transition: transform 0.5s;
            transform: scaleX(0);
            transform-origin: left
        }

        .navbar .nav-item a:hover[b-86gccho9p3]::before {
            transform: scaleX(1);
        }
.circle-icon[b-86gccho9p3] {
    background: #022f59;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 2.5rem;
    vertical-align: middle;
    padding: 10px;
}
/* /Shared/NoTopMenuLayout.razor.rz.scp.css */
.page[b-nvpp5caqeb] {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

main[b-nvpp5caqeb] {
    flex: 1;
    flex-grow: 1;
}

footer[b-nvpp5caqeb] {
    /*margin-top: 10px;
    padding-right: 40px;
    position: absolute;
    font-size: smaller;
    display: flex;
    flex-grow: 1;
    background-color: #d99058;
    background-image: linear-gradient(45deg,#FFFFFF 0%, #dcdcdc 74%);*/
    /* This will make it so that it is always just under the bottom limit

        top:100vh;

    */
    /* This will make it so that it is always just above the bottom limit*/
    /*bottom: 0;*/
    position: absolute;
    font-size: 12px;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    background-color: #f1f1f1;
    color: #000000;
    text-align: center;
}
/* /Shared/Patients/List.razor.rz.scp.css */
body[b-887pff1n0q] {
    background-color: red;
}
/* /Shared/Patients/SessionList.razor.rz.scp.css */
.timeline_area[b-fewcn413on] {
    position: relative;
    z-index: 1;
}

.single-timeline-area[b-fewcn413on] {
    position: relative;
    z-index: 1;
    padding-left: 0px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area[b-fewcn413on] {
        padding-left: 100px;
    }
}

.single-timeline-area .timeline-date[b-fewcn413on] {
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .timeline-date[b-fewcn413on] {
        width: 100px;
    }
}

.single-timeline-area .timeline-date[b-fewcn413on]::after {
    position: absolute;
    width: 3px;
    height: 120%;
    content: "";
    background-color: #489ee2;
    top: 0;
    right: 30px;
    z-index: 1;
}

.single-timeline-area .timeline-date[b-fewcn413on]::before {
    position: absolute;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #f1c40f;
    content: "";
    top: 50%;
    right: 26px;
    z-index: 5;
    margin-top: -5.5px;
}

.single-timeline-area .timeline-date p[b-fewcn413on] {
    margin-bottom: 0;
    color: #020710;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

.single-timeline-area .single-timeline-content[b-fewcn413on] {
    position: relative;
    z-index: 1;
    padding: 10px 10px 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    border: 1px solid #ebebeb;
}

@media only screen and (max-width: 575px) {
    .single-timeline-area .single-timeline-content[b-fewcn413on] {
        padding: 20px;
    }
}

.single-timeline-area .single-timeline-content .timeline-icon[b-fewcn413on] {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 30px;
    height: 30px;
    background-color: #f1c40f;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    vertical-align: middle;
    max-width: 30px;
    border-radius: 50%;
    margin-right: 15px;
}

    .single-timeline-area .single-timeline-content .timeline-icon i[b-fewcn413on] {
        color: #ffffff;
        line-height: 30px;
    }

.single-timeline-area .single-timeline-content .timeline-text h6[b-fewcn413on] {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-timeline-area .single-timeline-content .timeline-text p[b-fewcn413on] {
    font-size: 12px;
    margin-bottom: 0;
}

.single-timeline-area .single-timeline-content:hover .timeline-icon[b-fewcn413on],
.single-timeline-area .single-timeline-content:focus .timeline-icon[b-fewcn413on] {
    background-color: #003767;
    color: #ffffff;
}

.single-timeline-area .single-timeline-content:hover .timeline-text h6[b-fewcn413on],
.single-timeline-area .single-timeline-content:focus .timeline-text h6[b-fewcn413on] {
    color: #3f43fd;
}
.timeline[b-fewcn413on] {
    position: relative;
}

    .timeline[b-fewcn413on]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        background: #000;
        transform: translateX(-50%);
    }

.timeline-item[b-fewcn413on] {
    position: relative;
    margin: 20px 0;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}

    .timeline-item[b-fewcn413on]::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        background: #000;
        transform: translateX(-50%);
    }

.timeline-item-line[b-fewcn413on] {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #000;
    transform: translateX(-50%);
}
/* /Shared/Sessions/Chart.razor.rz.scp.css */
.svg-container[b-lngixqqdjm] {
    display: inline-block;
    position: relative;
    width: 100%;
    /*  padding-bottom: 100%; aspect ratio */
    vertical-align: top;
    overflow: hidden;
}

.svg-content-responsive[b-lngixqqdjm] {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
}

svg .rect[b-lngixqqdjm] {
    fill: gold;
    stroke: steelblue;
    stroke-width: 5px;
}

/* Define CSS classes for different days */
.tick.same-day[b-lngixqqdjm] {
    color: blue; /* Set the color for the same day */
}

.tick.next-day[b-lngixqqdjm] {
    color: red; /* Set the color for the next day */
}
/* /Shared/Toast.razor.rz.scp.css */
/* Style for toast message display */

.toast[b-y9qiblc721] {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    left: 2rem;
}

.toast-icon[b-y9qiblc721] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.toast-body[b-y9qiblc721] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .toast-body p[b-y9qiblc721] {
        margin-bottom: 0;
    }

.toast-visible[b-y9qiblc721] {
    padding: 1.5rem;
    color: #fff;
    z-index: 999;
    position: absolute;
    width: 25rem;
    top: 2rem;
    border-radius: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    animation: fadein-b-y9qiblc721 1.5s;
}

@keyframes fadein-b-y9qiblc721 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
