@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/Blazor.Shared/Blazor.Shared.bundle.scp.css';

/* /Components/ExerciseColumn.razor.rz.scp.css */
/* Program Creation Styles */

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

.exercises[b-o8q0awyjfv] {
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.exercise-columns-container[b-o8q0awyjfv] {
    width: 100%;
    overflow-x: auto;
    flex-grow: 1;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
}

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

.exercise-column[b-o8q0awyjfv] {
    flex: 0 0 500px;
    max-width: 600px;
    min-width: 400px;
}

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

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

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

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

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

.selected-exercises-column .list-group-item[b-o8q0awyjfv] {
    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-o8q0awyjfv] {
    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-o8q0awyjfv] {
    background-color: #f8f9fa;
}

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

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

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

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

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

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

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

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

.card-header[b-o8q0awyjfv] {
    background-color: #4cb5bc;
    color: white;
    border-radius: 0.5rem 0.5rem 0 0;
}
.card-header.special[b-o8q0awyjfv] {
    background-color: #e18b26;
    color: #222222;
}
/* /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;
}

.note-marker[b-6gitztkdxo] {
    background-color: #f39c12;
}

.cursor-pointer[b-6gitztkdxo] {
    cursor: pointer;
}

.timeline-content .float-end Icon[b-6gitztkdxo] {
    margin-left: 10px;
}

.vikiadom-session[b-6gitztkdxo] {
    color: #4cb5bc;
}

.onsite-session[b-6gitztkdxo] {
    color: #11546f;
}

.note-icon[b-6gitztkdxo] {
    color: #f39c12;
}
/* /Components/Patients/KPI/ProgramBodyMapOverlay.razor.rz.scp.css */
.body-map-modal-content[b-tx5rou7peb] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.body-map-overlay-backdrop[b-tx5rou7peb] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 0.5rem;
    z-index: 10;
}

.body-map-panel-container[b-tx5rou7peb] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
}

.body-map-overlay-panel[b-tx5rou7peb] {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    padding: 0.75rem;
    background: #f8f9fa;
}

.body-map-image-panel[b-tx5rou7peb] {
    flex: 1;
}

.body-map-image-container[b-tx5rou7peb] {
    position: relative;
    width: 100%;
    max-width: 420px;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto;
}

.body-map-image[b-tx5rou7peb] {
    width: 100%;
    display: block;
}

.body-map-image-missing[b-tx5rou7peb] {
    min-height: 14rem;
    border: 1px dashed #ced4da;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
}

.body-map-marker[b-tx5rou7peb] {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transform: translate(-50%, -50%);
}

.body-map-marker-negative[b-tx5rou7peb] {
    background-color: #dc3545;
}

.body-map-marker-neutral[b-tx5rou7peb] {
    background-color: #fd7e14;
}

.body-map-marker-positive[b-tx5rou7peb] {
    background-color: #198754;
}

.body-map-legend[b-tx5rou7peb] {
    min-width: 12rem;
    padding: 0.75rem;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    background: #ffffff;
    height: 100%;
}

.body-map-legend-title[b-tx5rou7peb] {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.body-map-legend-item[b-tx5rou7peb] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.35rem;
}

.body-map-legend-item .body-map-marker[b-tx5rou7peb] {
    position: static;
    transform: none;
}

@media (max-width: 992px) {
    .body-map-modal-content[b-tx5rou7peb] {
        flex-direction: column;
    }

    .body-map-legend[b-tx5rou7peb] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/Patients/KPI/ProgramKPIsView.razor.rz.scp.css */
.program-kpi-overlay-host[b-yt3u8liunu] {
    position: relative;
}
/* /Components/Patients/PatientEditionModal.razor.rz.scp.css */
.autopilot-card[b-btcsj0nmdb] {
    display: flex;
    flex-direction: row;
    border: 1px solid #4cb5bc;
    border-radius: 1em;
    gap: 1em;
    align-items: center;
    padding: 0.5em 1em;
}

.autopilot-card.disabled[b-btcsj0nmdb] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* /Components/Patients/TreatmentTab.razor.rz.scp.css */
.search-bar[b-t38t0ex4b0] {
    width: 100%;
    display: flex;
    flex-direction: row;
    border: 1px solid #ccc;
    border-radius: 0.5em;
    padding: 0 0.5em;
    gap: 0.5em;
}

.search-bar > input[b-t38t0ex4b0] {
    flex-grow: 1;
    border: none;
    outline: none;
}

.search-bar > input:focus[b-t38t0ex4b0] { outline: none; }
/* /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;
    cursor: pointer;
}

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

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

.exercise-title-container[b-62xlitlhma] {
    display: flex;
    justify-content: start;
    flex-direction: row;
}

.drag-handle[b-62xlitlhma] {
    cursor: grab;
    padding: 0.2rem;
}

.drag-handle:active[b-62xlitlhma] {
    cursor: grabbing;
}

.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;
}

.notes[b-62xlitlhma] {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}

.notes-header[b-62xlitlhma] {
    display: flex;
    flex-direction: row;
    gap: .5em;
}

.notes-textarea[b-62xlitlhma] {
    width: 100%;
}
/* /Components/Program/ExerciseCard.razor.rz.scp.css */
/* Exercise card styles */
.exercise-card[b-g7yrfiah39] {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: white;
    overflow: hidden;
    transition: all 0.2s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.exercise-card-header[b-g7yrfiah39] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    flex-grow: 1;
}
.exercise-card-header p[b-g7yrfiah39] {
    margin: 0;
}

.exercise-card.reversed[b-g7yrfiah39] {
    flex-direction: column-reverse;
}

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

.exercise-card-body[b-g7yrfiah39] {
    padding: 0.75rem;
}

.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;
}

.exercises[b-84yl8a0by2] {
    flex-grow: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.exercise-columns-container[b-84yl8a0by2] {
    width: 100%;
    overflow-x: auto;
    flex-grow: 1;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
}

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

.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;
    flex-direction: row;
    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;
}

.exercise-columns-header[b-84yl8a0by2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0.5rem;
}

.filters-container[b-84yl8a0by2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.combobox-filters[b-84yl8a0by2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-mennijjgg6] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.content-container[b-mennijjgg6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

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;
}

.button[b-io90hpsrvj] {
    color: #EEEEEE;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    cursor: pointer;
    padding-left: 1rem;
    padding-right: 1rem;
}

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

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

.unread-count[b-io90hpsrvj]
{
    border-radius: .8em;
    background-color: #e18b21;
    vertical-align: center;
    align-self: center;
    width: 1.6em;
    height: 1.6em;
    display: flex;
    align-items: center;
    color: white;
}
.unread-count p[b-io90hpsrvj]
{
    text-align: center;
    flex-grow: 1;
    margin: 0;
    font-size: 0.8em;
}
/* /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/Favorites/AddFavorites.razor.rz.scp.css */
.filters[b-i0y71rohr2] {
    display: flex;
    flex-direction: row;
    gap: 10px;
    background-color: #F3F3F3;
    align-items: center;
}

.search-results[b-i0y71rohr2]
{
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    gap: 0.75rem;
    flex-grow: 1;
}

.exercises[b-i0y71rohr2] {
    display: flex;
    flex-direction: row;
    min-width: 0;
    flex-grow: 1;
    gap: 0.75rem;
}

.favorites-page[b-i0y71rohr2] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/* /Pages/Favorites/Favorites.razor.rz.scp.css */
.page-container[b-l0envvn5ax] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex-grow: 1;
    align-items: start;
}

.exercise-categories-container[b-l0envvn5ax] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
    width: 100%;
}

.exercise-category-container[b-l0envvn5ax] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: start;
    overflow-x: auto;
}

.exercise-list-container[b-l0envvn5ax] {
    display: flex;
    flex-direction: row;
}

.exercises-list[b-l0envvn5ax] {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    gap: 0.5rem;
    overflow-x: auto;
    min-width: 0;
}

.no-favorites-frame[b-l0envvn5ax] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    flex-grow: 1;
}

.no-favorites-container[b-l0envvn5ax] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    background-color: #f5f5f5;
    padding: 2rem;
    border-radius: 0.5rem;
}

.add-favorite-button[b-l0envvn5ax] {
    background-color: #e18b21;
    color: #222222;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
}
/* /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;
}

.search-bar[b-qnegza82et] {
    padding: 0 4px;
    border: 1px solid #ccc;
    border-radius: .5em;
    outline: none;
}
/* /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-header[b-s2l4vujyek]
{
    border-bottom: solid gray;
    border-bottom-width: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    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;
}

.icon-container[b-s2l4vujyek]
{
    position: relative;
    margin-right: 0.75em;
}

.icon-container .unread-count[b-s2l4vujyek]
{
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 0.6em;
    width: 1.8em;
    height: 1.8em;
}

.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;
    color: white;
}
.unread-count p[b-s2l4vujyek]
{
    text-align: center;
    margin: 0;
}

.division-title[b-s2l4vujyek]
{
    font-size: .8em;
    font-weight: bold;
    margin-top: 1em;
}
/* /Pages/SetPassword.razor.rz.scp.css */
.page-container[b-e7yvgi9wuw] {
    padding: 1rem;
    width: 100%;
    height: 100%;
    position: relative;
}

.create-account-form[b-e7yvgi9wuw] {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #666666;
    padding: 1rem;
    border-radius: 0.5rem;
    width: 30rem;
}

@media (max-width: 500px) {
    .create-account-form[b-e7yvgi9wuw] {
        width: 100%;
    }
}

.create-account-form input[type="submit"][b-e7yvgi9wuw] {
    margin-top: 1rem;
    background-color: #E18B21;
    color: white;
    border: none;
    border-radius: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    cursor: pointer;
}

.error[b-e7yvgi9wuw] {
    color: darkred;
}
/* /Pages/SettingsViews/AlertSettingsCard.razor.rz.scp.css */
.warning-setting-card[b-ckjz5wjdx3] {
    border: 1px solid #ccc;
    border-radius: 1em;
    padding: 1em;
    max-width: 30em;
}

.warning-setting-card-header[b-ckjz5wjdx3] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.title[b-ckjz5wjdx3] {
    color: #11546f;
    font-size: 1.2em;
    margin: 0;
}

.description[b-ckjz5wjdx3] {
    color: #666666;
    margin: 0;
}

.warning-setting-card-body[b-ckjz5wjdx3] {
    display: flex;
    flex-direction: column;
}

.warning-slider-label[b-ckjz5wjdx3] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.slider-hint[b-ckjz5wjdx3] {
    margin:0;
}

.slider-value[b-ckjz5wjdx3] {
    margin:0;
}
/* /Pages/SettingsViews/AlertsSettingsView.razor.rz.scp.css */
.warnings-list[b-en1ioq7uy1] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/* /Pages/SettingsViews/HealthPackCard.razor.rz.scp.css */
.health-pack-card[b-xcyhp4rmp0] {
    border: 1px solid #4cb5bc;
    border-radius: 0.5em;
    padding: 0.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 40em;
}

.controls[b-xcyhp4rmp0] {
    display: flex;
    flex-direction: row;
}

.btn[b-xcyhp4rmp0] {
    display:flex;
    flex-direction: column;
}

.summary[b-xcyhp4rmp0] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.summary-header[b-xcyhp4rmp0] {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 0.5em;
}

.name[b-xcyhp4rmp0] {
    font-weight: 500;
    margin-bottom: 0.25em;
}

.price[b-xcyhp4rmp0] {
    color : #11546f;
    font-weight: 500;
    margin: 0;
}

.description[b-xcyhp4rmp0] {
    color: #666666;
    margin-bottom: 0.25em;
}

.pricing-option[b-xcyhp4rmp0] {
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 0.5em;
}

.pricing-options[b-xcyhp4rmp0] {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}
/* /Pages/SettingsViews/HealthPackEditionModal.razor.rz.scp.css */
.form[b-u5jjy3w0it] {
    display: flex;
    flex-direction: column;
}

.pricing-options[b-u5jjy3w0it] {
    border: 1px solid #ccc;
    border-radius: 0.5em;
    padding: 0.5em;
}

.pricing-options-list[b-u5jjy3w0it] {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.pricing-option[b-u5jjy3w0it] {
    position: relative;
    border: 1px solid #4cb5bc;
    border-radius: 0.5em;
    padding: 0.5em;
}

.pricing-option-duration[b-u5jjy3w0it] {
    display: flex;
    flex-direction: row;
}

.pricing-option-price[b-u5jjy3w0it] {
    display: flex;
    flex-direction: row;
}

.labeled-control[b-u5jjy3w0it] {
    display: flex;
    flex-direction: column;
}

.close-button[b-u5jjy3w0it] {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.features[b-u5jjy3w0it] {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

.feature[b-u5jjy3w0it] {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    border: 1px solid #ccc;
    background-color: #F3F3F3;
    border-radius: 0.5em;
    padding: 0.5em;
}

.feature-description[b-u5jjy3w0it] {
    flex-grow: 1;
}
/* /Pages/SettingsViews/HealthPacksView.razor.rz.scp.css */
.packs-list[b-wwjj2dwsh2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/* /Pages/SettingsViews/SubscriptionView.razor.rz.scp.css */
/* /Pages/Subscription/ActivatingSubscription.razor.rz.scp.css */
.main-container[b-s2t4cndutb] {
    height: 100%;
    align-content: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #11546f;
}

.loading-card-container[b-s2t4cndutb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loading-card[b-s2t4cndutb] {
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 1em;
    background-color: white;
    box-shadow: 0 0 4em white;
    justify-content: center;
    align-content: center;
}
/* /Pages/Subscription/GetSubscription.razor.rz.scp.css */
.main-container[b-c6q89kzqvj] {
    height: 100%;
    align-content: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #11546f;
}

.subscription-cards-container[b-c6q89kzqvj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subscription-cards[b-c6q89kzqvj] {
    display: flex;
    flex-direction: row;
    gap: 2em;
    align-items: center;
}

.feature[b-c6q89kzqvj] {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    align-items: center;
}

.subscription-card[b-c6q89kzqvj] {
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 1em;
    background-color: white;
    box-shadow: 0 0 4em white;
    justify-content: center;
    align-content: center;
}

.title[b-c6q89kzqvj] {
    text-align: center;
}
.description[b-c6q89kzqvj] {
    color: #666666;
    text-align: center;
}

.pricing-option[b-c6q89kzqvj] {
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    justify-content: space-between;
    align-items: center;
}

.choose-button[b-c6q89kzqvj] {
    background-color: #e18b21;
    padding: .25rem 1rem;
    border-radius: 1em;
    border: none;
}

/* Checkout */

.checkout-container[b-c6q89kzqvj] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.checkout-card[b-c6q89kzqvj] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 1em;
    background-color: white;
    box-shadow: 0 0 4em white;
}

.selected-pack-description[b-c6q89kzqvj] {
    color: #666666;
    text-align: center;
    margin: 0;
}

.selected-pack[b-c6q89kzqvj] {
    display: flex;
    flex-direction: column;
    gap: 1em;
    max-width: 30em;
    flex-grow: 1;
}

.selected-pack-header[b-c6q89kzqvj] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: .2em;
}

.selected-pack-name[b-c6q89kzqvj] {
    margin: 0;
}

.checkout-body[b-c6q89kzqvj] {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 1rem;
}

.price-container[b-c6q89kzqvj] {
    display: flex;
    justify-content: center;
    gap: .2em;
}

.price[b-c6q89kzqvj] {
    color: #11546f;
}

.checkout-header button[b-c6q89kzqvj] {
    border: none;
    background-color: transparent;
}
/* /Pages/Subscription/PaymentFinished.razor.rz.scp.css */
