@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/MyCard.razor.rz.scp.css */
.highlight[b-obtf76sarw]
{
    background-color: #fff9c4;
}
/* /Components/Patients/KPI/KPITab.razor.rz.scp.css */
.timeline-container[b-6gitztkdxo] {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.timeline-container[b-6gitztkdxo]::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e0e0e0;
}

.timeline-item[b-6gitztkdxo] {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.timeline-marker[b-6gitztkdxo] {
    position: absolute;
    left: -27px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #11526f;
    z-index: 1;
}

.timeline-content[b-6gitztkdxo] {
    padding: 5px 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
    flex-grow: 1;
}

.timeline-content p[b-6gitztkdxo] {
    margin: 0;
}

.program-card[b-6gitztkdxo] {
    cursor: pointer;
    transition: background-color 0.2s ease;
    padding: 10px 15px;
}

.program-card[b-6gitztkdxo] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.program-card p[b-6gitztkdxo] {
    margin: 0;
    display: inline-block;
}

.program-card:hover[b-6gitztkdxo] {
    background-color: #f0f0f0;
}

.chevron-right[b-6gitztkdxo] {
    color: #6c757d;
}
/* /Components/Program/DetailsExerciseCard.razor.rz.scp.css */
.exercise-card[b-62xlitlhma] {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 8px 12px;
    background-color: #ffffff;
    margin-bottom: 6px;
}

.exercise-card.suggestion[b-62xlitlhma] {
    opacity: 0.4;
}

.exercise-header[b-62xlitlhma] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exercise-title[b-62xlitlhma] {
    margin: 0;
}

.delete-button[b-62xlitlhma] {
    background: none;
    border: none;
    color: #ff4d4d;
    cursor: pointer;
    font-size: 1rem;
}

.exercise-metadata[b-62xlitlhma] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.exercise-type-tag[b-62xlitlhma] {
    background-color: #f1f1f1;
    color: #666;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 0.8rem;
}

.exercise-details[b-62xlitlhma] {
    display: flex;
}

.thumbnail-container[b-62xlitlhma] {
    flex: 0 0 120px;
    margin-right: 16px;
}

.exercise-thumbnail[b-62xlitlhma] {
    width: 100%;
    height: auto;
    border-radius: 6px;
    object-fit: cover;
}

.incrementors-container[b-62xlitlhma] {
    flex: 1;
    display: flex;
    gap: 16px;
}

.incrementor[b-62xlitlhma] {
    flex: 1;
    display: flex;
}

.incrementor label[b-62xlitlhma] {
    font-size: 0.8rem;
    color: #666;
    margin-bottom: 4px;
}

.incrementor-controls[b-62xlitlhma] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.incrementor-button[b-62xlitlhma] {
    background: none;
    border: none;
    color: #e18b21;
    cursor: pointer;
    font-size: 0.9rem;
}

.incrementor-button img[b-62xlitlhma]
{
    width:30px;
}

.incrementor-value[b-62xlitlhma] {
    font-size: 1.2rem;
    font-weight: 500;
}
/* /Components/Program/ExerciseCard.razor.rz.scp.css */
/* Exercise card styles */
.exercise-card[b-g7yrfiah39] {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-bottom: 0.75rem;
    background-color: white;
    overflow: hidden;
    transition: all 0.2s ease;
    cursor: pointer;
}

.exercise-card.selected[b-g7yrfiah39] {
    border: 3px solid #ff8000;
}

.exercise-card-body[b-g7yrfiah39] {
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
}

.exercise-thumbnail[b-g7yrfiah39] {
    text-align: center;
}

.exercise-thumbnail img[b-g7yrfiah39] {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.btn-add[b-g7yrfiah39] {
    background-color: #ff8000;
    color: white;
    border: none;
    padding: 0.5rem;
    margin-top: 0.75rem;
}

.btn-add:hover[b-g7yrfiah39] {
    background-color: #e67300;
    color: white;
}
/* /Components/ProgramCreation.razor.rz.scp.css */
/* Program Creation Styles */

/* Layout structure for horizontal scrolling */
.exercise-layout[b-84yl8a0by2] {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.exercise-columns-container[b-84yl8a0by2] {
    overflow-x: auto;
    flex-grow: 1;
    margin-right: 1rem;
}

.exercise-columns[b-84yl8a0by2] {
    display: flex;
    gap: 1rem;
    padding-bottom: 0.5rem; /* Space for scrollbar */
}

.exercise-column[b-84yl8a0by2] {
    flex: 0 0 500px;
    max-width: 600px;
}

.scrollable-column[b-84yl8a0by2] {
    max-height: calc(100vh - 280px);
    overflow-y: auto;
}

.selected-exercises-column[b-84yl8a0by2] {
    width: 500px;
    flex-shrink: 0;
    background-color: #f0f0f0;
    border-left: 1px solid #d0d0d0;
    padding: 1rem;
}

.logs-column[b-84yl8a0by2] {
    width: 500px;
    flex-shrink: 0;
    background-color: #f0f0f0;
    border-left: 1px solid #d0d0d0;
    padding: 1rem;
}

.scrollable-pane[b-84yl8a0by2] {
    max-height: calc(100vh - 280px);
    overflow-y: auto;
}

.suggested-exercises[b-84yl8a0by2] {
    border: 1px solid #e0e0e0;
    border-radius: 0.25rem;
    padding: 1rem;
    background-color: #f8f9fa;
}

.selected-exercises-column .list-group-item[b-84yl8a0by2] {
    background-color: white;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.pane-header[b-84yl8a0by2] {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    justify-content: space-between;
}

/* Add hover effect to exercise items */
.list-group-item:hover[b-84yl8a0by2] {
    background-color: #f8f9fa;
}

/* Style for type headers */
.card-header h5[b-84yl8a0by2] {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Make cards more compact */
.card-body[b-84yl8a0by2] {
    padding: 0.75rem;
}

.list-group-item[b-84yl8a0by2] {
    padding: 0.75rem;
}

/* Exercise card styles */
.exercise-card[b-84yl8a0by2] {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    margin-bottom: 0.75rem;
    background-color: white;
    overflow: hidden;
    transition: all 0.2s ease;
}

.exercise-card.selected[b-84yl8a0by2] {
    border: 3px solid #ff8000;
}

.exercise-card-header[b-84yl8a0by2] {
    padding: 0.75rem;
    background-color: #f8f9fa;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exercise-card-body[b-84yl8a0by2] {
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
}

.exercise-controls[b-84yl8a0by2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.control-group[b-84yl8a0by2] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.exercise-thumbnail[b-84yl8a0by2] {
    text-align: center;
}

.exercise-thumbnail img[b-84yl8a0by2] {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.btn-add[b-84yl8a0by2] {
    background-color: #ff8000;
    color: white;
    border: none;
    padding: 0.5rem;
    margin-top: 0.75rem;
}

.btn-add:hover[b-84yl8a0by2] {
    background-color: #e67300;
    color: white;
}

/* Loading indicator styles */
.loading-container[b-84yl8a0by2] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    width: 100%;
}

.spinner[b-84yl8a0by2] {
    width: 3rem;
    height: 3rem;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .exercise-layout[b-84yl8a0by2] {
        flex-direction: column;
    }

    .exercise-columns-container[b-84yl8a0by2] {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

    .selected-exercises-column[b-84yl8a0by2] {
        width: 100%;
        border-left: none;
        border-top: 1px solid #d0d0d0;
        margin-top: 1rem;
    }
}

.card-header[b-84yl8a0by2] {
    background-color: #4cb5bc;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-mennijjgg6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mennijjgg6] {
    flex: 1;
}

.sidebar[b-mennijjgg6] {
    background-image: linear-gradient(180deg, #11546f 30%, #4cb5bc 100%);
}

.top-row[b-mennijjgg6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mennijjgg6]  a, .top-row[b-mennijjgg6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mennijjgg6]  a:hover, .top-row[b-mennijjgg6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mennijjgg6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-mennijjgg6] {
        justify-content: space-between;
    }

    .top-row[b-mennijjgg6]  a, .top-row[b-mennijjgg6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mennijjgg6] {
        flex-direction: row;
    }

    .sidebar[b-mennijjgg6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mennijjgg6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mennijjgg6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mennijjgg6], article[b-mennijjgg6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-io90hpsrvj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-io90hpsrvj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-io90hpsrvj] {
    font-size: 1.1rem;
}

.navbar-brand img[b-io90hpsrvj] {
    height: 2rem;
}

.bi[b-io90hpsrvj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-io90hpsrvj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-io90hpsrvj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-io90hpsrvj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-io90hpsrvj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-io90hpsrvj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-io90hpsrvj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-io90hpsrvj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-io90hpsrvj]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-io90hpsrvj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-io90hpsrvj] {
        display: none;
    }

    .sidebar .collapse[b-io90hpsrvj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-io90hpsrvj] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/UnauthenticatedLayout.razor.rz.scp.css */
.page[b-1evyxj1tos] {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.topbar[b-1evyxj1tos] {
    background-color: #11546f;
}

.logo[b-1evyxj1tos] {
    height: 2rem;
    width: auto;
    margin: 1rem;
}
/* /Pages/Home.razor.rz.scp.css */
.unread-notification[b-qnegza82et] {
    background-color: #fff9c4 !important; /* Pale yellow background */
}

.notification-pill[b-qnegza82et] {
    width: 8px;
    height: 8px;
    background-color: #ffd700; /* Golden yellow for the notification dot */
    border-radius: 50%;
    margin-right: 8px;
}
/* /Pages/Messages.razor.rz.scp.css */
.messaging-frame[b-s2l4vujyek]
{
    display: flex;
    flex-direction: row;
    height: 100%;
}

.conversation-list-item[b-s2l4vujyek]
{
    display: flex;
    flex-direction: row;
    cursor: pointer;
    padding: 1em;
    margin: 2px 0;
    border-radius: .4em;
}
.conversation-list-item:hover[b-s2l4vujyek]
{
    background-color: #d3d3d366;
}

.conversation-list-item p[b-s2l4vujyek]
{
    flex-grow: 1;
}

.chat-sidebar[b-s2l4vujyek]
{
    width: 25em;
    background-color: #f3f3f3;
    padding: 4px;
}

.chat-frame[b-s2l4vujyek]
{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.chat[b-s2l4vujyek] {
    display: flex;
    flex-direction: column;
    gap: .2em;
    overflow-y: auto;
    min-height: 0;
    flex-grow: 1;
    padding: 4px;
}
.chat-message-row[b-s2l4vujyek] {
    justify-items: start;
    margin-right: 33%;
}
.chat-message-row.my-message[b-s2l4vujyek]
{
    justify-items: end;
    margin-left: 33%;
    margin-right: 0;
}

.chat-message[b-s2l4vujyek]
{
    background: lightgrey;
    border-radius: 1em;
    padding: .2em 1em .2em 1em;
    vertical-align: center;
}

.chat-message p[b-s2l4vujyek] {
    margin-bottom: 0;
}

.my-message p[b-s2l4vujyek] {
    color: white;
}

.my-message .chat-message[b-s2l4vujyek]
{
    background: #11546f;
}

#message-editor-pane[b-s2l4vujyek]
{
    padding: .5em 0;
}

#message-editor-form[b-s2l4vujyek]
{
    display: flex;
    flex-direction: row;
}
#message-textbox[b-s2l4vujyek]
{
    flex-grow: 1;
}

#send-button[b-s2l4vujyek]
{
    border-radius: 1em;
    background-color: #11546f;
    color: white;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: .1em; /* correction for visual centering */
}

.chat-header[b-s2l4vujyek]
{
    border-bottom: solid gray;
    border-bottom-width: 1px;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 5em;
    padding-left: 1em;
    padding-right: 1em;
}

.chat-header p[b-s2l4vujyek]
{
    font-size: 1.2em;
    margin: 0;
}

.searchbar[b-s2l4vujyek]
{
    background-color: white;
    border-radius: 1em;
    border: solid #d3d3d3;
    padding-left: 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: .5rem;
}
.searchbar input[type="text"][b-s2l4vujyek]
{
    border: none;
    outline: none;
    flex-grow: 1;
}

.unread-count[b-s2l4vujyek]
{
    border-radius: .8em;
    background-color: #e18b21;
    vertical-align: center;
    align-self: start;
    width: 1.6em;
    height: 1.6em;
    display: flex;
    align-items: center;
}
.unread-count p[b-s2l4vujyek]
{
    text-align: center;
    margin: 0;
}

.division-title[b-s2l4vujyek]
{
    font-size: .8em;
    font-weight: bold;
    margin-top: 1em;
}
