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

/* /Components/DifficultyIcon.razor.rz.scp.css */
svg[b-n8328nqrfs] {
    width: 20px;
    height: 20px;
}
/* /Components/HeaderedSection.razor.rz.scp.css */
.headered-section[b-cuoa55zlam] {
    background-color: white;
    border-radius: 1em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.section-header[b-cuoa55zlam] {
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: var(--viki-accent-2);
    border-radius: 1em 1em 0 0;
}

.section-content[b-cuoa55zlam] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.headered-section-container[b-cuoa55zlam] {
    padding: 4rem 3rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    height: 100vh;
}
/* /Components/LabeledInput.razor.rz.scp.css */
.labeled-input[b-vzcl48uxw6] {
    display: flex;
    flex-direction: column;
}
/* /Components/Pane.razor.rz.scp.css */
.pane-outer-container[b-8cgey8rw5w] {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.pane-container[b-8cgey8rw5w] {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
}

.overlay[b-8cgey8rw5w] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    display: block;
    pointer-events: auto;
    transition: backdrop-filter, display 0.2s linear;
    transition-behavior: allow-discrete;
}

.overlay.collapsed[b-8cgey8rw5w] {
    backdrop-filter: blur(0);
    display: none;
    pointer-events: none;
    transition: backdrop-filter, display 0.2s linear;
    transition-behavior: allow-discrete;
}

.content[b-8cgey8rw5w] {
    display:flex;
    flex-direction: column;
    background-color: var(--viki-accent-1);
    max-width: 60em;
    opacity: 1;
    transition-property: max-width, opacity;
    transition-duration: .2s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    pointer-events: auto;
}

.content.collapsed[b-8cgey8rw5w] {
    max-width: 0;
    opacity: 0;
    transition-property: max-width, opacity;
    transition-behavior: allow-discrete;
    transition-duration: .2s;
}

.child-content[b-8cgey8rw5w] {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
}

.left[b-8cgey8rw5w] {
    left: 0;
    flex-direction: row;
}

.right[b-8cgey8rw5w] {
    right: 0;
    flex-direction: row-reverse;
}

.handle-container[b-8cgey8rw5w] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    pointer-events: auto;
}

.handle[b-8cgey8rw5w] {
    height: 20em;
    width: 2em;
    background-color: var(--viki-accent-2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: white;
}

.handle.disabled[b-8cgey8rw5w] {
    opacity: 0.5;
}

.left .handle-container .handle[b-8cgey8rw5w] {
    border-radius: 0 1em 1em 0;
}

.right .handle-container .handle[b-8cgey8rw5w] {
    border-radius: 1em 0 0 1em;
}

.left .handle-container .handle span[b-8cgey8rw5w] {
    writing-mode: vertical-rl;
}

.right .handle-container .handle span[b-8cgey8rw5w] {
    writing-mode: vertical-lr;
}

.top-bar[b-8cgey8rw5w] {
    color: white;
    background-color: var(--viki-accent-2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 7rem;
}
/* /Components/Questionnaire/QuestionComponent.razor.rz.scp.css */
.rating[b-qio0m8qx3f] {
    display: flex;
    gap: .5rem;
    flex-direction: row;
}
/* /Components/Questionnaire/QuestionInputs/MultipleChoiceInput.razor.rz.scp.css */
input[type=radio][b-wdljp7zrga] {
    display: none;
}
input[type=radio]+label[b-wdljp7zrga] {
    background-color: lightgrey;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
}
input[type=radio]:checked+label[b-wdljp7zrga] {
    background-color: var(--viki-accent-3);
}

.choices[b-wdljp7zrga] {
    color: black;
}
/* /Components/Questionnaire/QuestionInputs/PainScoreInput.razor.rz.scp.css */
.pain-score-container[b-68o6z3eof7] {
    width: 100%;
}
/* /Components/Questionnaire/QuestionInputs/RatingInput.razor.rz.scp.css */
/* /Components/Questionnaire/Questionnaire.razor.rz.scp.css */
.frame[b-9c031ntxkw] {
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.question-frame[b-9c031ntxkw] {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* /Components/RichCheckbox.razor.rz.scp.css */
.rich-checkbox[b-5nc7n0rux0] {
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
    font-size: 0.9em;
}

.checkbox[b-5nc7n0rux0] {
    height: 2em;
    width: 2em;
    border: 2px solid gray;
    border-radius: 0.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.checkbox.checked[b-5nc7n0rux0] {
    background-color: var(--viki-accent-1);
    border-color: var(--viki-accent-1);
}

.checkbox-details[b-5nc7n0rux0] {
    display: flex;
    flex-direction: column;
}

.checkbox-title[b-5nc7n0rux0] {
    padding: 0;
    margin: 0;
}

.checkbox-description[b-5nc7n0rux0] {
    color: #666;
    margin: 0;
}
/* /Components/SquareButton.razor.rz.scp.css */
.button[b-lzm7whr7m7] {
    border-radius: .5em;
    padding: 1em;
    background-color: #d3d3d3;
    width: 10em;
    height: 10em;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title[b-lzm7whr7m7] { 
    text-align: center;
}
/* /Components/Tabs/TabEntry.razor.rz.scp.css */
/* /Components/Tabs/TabsControl.razor.rz.scp.css */
.tab-control[b-box6bzcmju] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}

.tab-contents[b-box6bzcmju] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.tab-headers[b-box6bzcmju] {
    display: flex;
    flex-direction: row;
}

.tab-header[b-box6bzcmju] {
    background-color: #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 1rem;
    flex-grow: 1;
}

.tab-header.active[b-box6bzcmju] {
    background-color: var(--viki-accent-2);
    color: white;
}
/* /Components/VikiModal.razor.rz.scp.css */
.viki-modal-backdrop[b-zi0njbypmd] {
    position: absolute;
    height: 100vh;
    backdrop-filter: blur(5px);
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top:0;
    left:0;
    right:0;
}

.viki-modal[b-zi0njbypmd] {
    width: 40em;
    height: 20em;
    background-color: white;
    border-radius: 1em;
    border: 1px solid var(--viki-accent-2);
    padding: 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.patient-loading-content[b-zi0njbypmd] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.viki-logo[b-zi0njbypmd] {
    height: 4rem;
}
/* /Components/WhiteCanvas.razor.rz.scp.css */
.white-canvas[b-h1y3tp362s] {
    background-color: white;
    border-radius: 1em;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-grow: 1;
    min-width: 0;
    display:flex;
    flex-direction: column;
}

.white-canvas-container[b-h1y3tp362s] {
    padding: 4rem 3rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    height: 100vh;
    width: 100vw;
}
/* /Layout/MainLayout.razor.rz.scp.css */
.top-bar[b-ffyorys986] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--viki-accent-2);
    height: 3rem;
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.home-button[b-ffyorys986] {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.25rem 3rem;
    cursor: pointer;
    color: white;
    font-size: 1.5rem;
}

.main-content[b-ffyorys986] {
    flex-grow: 1;
    display: flex;
}
/* /Layout/PatientsPane/PatientListItem.razor.rz.scp.css */
.list-item[b-3s5i5cx00z] {
    color: white;
    width: 40em;
    padding: 0.5em;
    cursor: pointer;
}

.hover[b-3s5i5cx00z] {
    background-color: var(--viki-accent-2);
}
/* /Layout/PreviousSessionsPane/PreviousSessionExerciseListItem.razor.rz.scp.css */
.exercise-item[b-bmygfl8nja] {
    display: flex;
    flex-direction: row;
    height: 5.5rem;
    background-color: #eaf0f2;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    align-items: center;
}

.thumbnail-container[b-bmygfl8nja] {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
}

.thumbnail-container img[b-bmygfl8nja] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.difficulty[b-bmygfl8nja] {
    width: 5rem;
}

.tag[b-bmygfl8nja] {
    width: 10rem;
}

.percentage[b-bmygfl8nja] {
    width: 3rem;
}

.exercise-name[b-bmygfl8nja] {
    flex-grow: 1;
}

.exercise-objective[b-bmygfl8nja] {
    width: 5rem;
}
/* /Layout/PreviousSessionsPane/PreviousSessionListItem.razor.rz.scp.css */
.previous-session-list-item[b-jqo5i7c8zy] {
}

.header[b-jqo5i7c8zy] {
    cursor: pointer;
    color: white;
}

.exercise-list[b-jqo5i7c8zy] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: #b8ccd4;
}
.collapsed[b-jqo5i7c8zy] {
    display: none;
}
/* /Layout/PreviousSessionsPane/PreviousSessionsList.razor.rz.scp.css */
.sessions-list[b-tr52nufzqa] {
    width: 100%;
    padding: 1rem;
    color: #333333;
}
/* /Pages/EditPatient.razor.rz.scp.css */
.tabs-container[b-yzs0w9eipy] {
    min-height: 0;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
/* /Pages/Home.razor.rz.scp.css */
.background-image[b-fg9bzv5hc0] {
    max-height: 100vh;
}

.background-image-container[b-fg9bzv5hc0]
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display:flex;
    flex-direction: row;
    justify-content: center;
}

.buttons[b-fg9bzv5hc0] {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
    width: 100%;
}
/* /Pages/Login.razor.rz.scp.css */
main[b-q1ub9c0374] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.login-frame[b-q1ub9c0374] {
    background-color: #f3f3f3;
    padding: 16px 8px;
    border-radius: 8px;
    border: 1px solid gray;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.viki-logo[b-q1ub9c0374] {
    width: 250px;
}

.error-message[b-q1ub9c0374] {
    color: red;
}

.spinner-container[b-q1ub9c0374] {
    display: flex;
    justify-content: center;
}

.submit-button[b-q1ub9c0374] {
    margin-top: 12px;
    width: 100%;
}

.login-form[b-q1ub9c0374] {
    width: 400px;
}
/* /Pages/NewPatient.razor.rz.scp.css */
.tabs-container[b-o0nu8oflf9] {
    min-height: 0;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
/* /Pages/NewProgram.razor.rz.scp.css */
/* /Pages/NewProgramViews/ChooseExercises.razor.rz.scp.css */
.frame[b-96jvfoiteo] {
    display: flex;
    flex-direction: row;
    min-width: 0;
    flex-grow: 1;
    min-height: 0;
}
.categories-container[b-96jvfoiteo] {
    flex-grow: 1;
    min-width: 0;
    display:flex;
    flex-direction: column;
    min-height: 0;
}

.categories[b-96jvfoiteo] {
    flex-grow: 1;
    padding: 0.5em;
    display: flex;
    flex-direction: row;
    gap: 0.5em;
    min-width: 0;
    overflow-x: auto;
    min-height: 0;
    height: 100%;
}
/* /Pages/NewProgramViews/ProgramEdition/Cart.razor.rz.scp.css */
.cart[b-hvddfrpj7r] {
    flex-basis: 30em;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #e3e3e3;
    border-radius: 0 1em 1em 0;
    min-height: 0;
    height: 100%;
    padding: 0.5em;
    display: flex;
    flex-direction: column;
}

.cart-header h3[b-hvddfrpj7r] {
    text-align: center;
}

.selected-exercises[b-hvddfrpj7r] {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    min-height: 0;
    flex-grow: 1;
    overflow-y: auto;
}

.cart-content[b-hvddfrpj7r] {
    flex-grow: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.cart-footer[b-hvddfrpj7r] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
}
/* /Pages/NewProgramViews/ProgramEdition/Category.razor.rz.scp.css */
.column-container[b-j6ngdxjzqj] {
    flex-basis: 25em;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
}

.column-title[b-j6ngdxjzqj] {
    margin-left: 2rem;
    margin-right: 2rem;
    background-color: var(--viki-accent-2);
    border-radius: 0.5em;
    color: white;
    text-align: center;
}

.column-content[b-j6ngdxjzqj] {
    flex-grow: 1;
    background-color: var(--viki-accent-1);
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}

.exercises-list[b-j6ngdxjzqj] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    overflow-y: auto;
}
/* /Pages/NewProgramViews/ProgramEdition/ExerciseCard.razor.rz.scp.css */
.exercise-card[b-2o2x1taoef] {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 0.5em;
    background-color: white;
    padding: 0.5em;
}
.exercise-card.included[b-2o2x1taoef] {
    border: 4px solid #e18b21;
}

.exercise-card-header[b-2o2x1taoef] {
    display: flex;
    flex-direction: row;
}

.exercise-card-difficulty[b-2o2x1taoef] {
    flex-basis: 5em;
    flex-shrink: 0;
    flex-grow: 0;
}

.thumbnail-container[b-2o2x1taoef] {
    width: 100%;
    aspect-ratio: 1/1;
}

.thumbnail[b-2o2x1taoef] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.button[b-2o2x1taoef] {
    width: 100%;
    background-color: var(--viki-accent-3);
    border: none;
}
/* /Pages/NewProgramViews/ProgramEdition/NumberControl.razor.rz.scp.css */
.number-control-frame[b-41d9jmi2ol] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.svg-button[b-41d9jmi2ol] {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
/* /Pages/NewProgramViews/ProgramEdition/SelectedExerciseCard.razor.rz.scp.css */
.exercise-card[b-14u1rg7bd9] {
    background-color: white;
    border-radius: 0.5em;
    padding: 0.5em;
}
.title-bar[b-14u1rg7bd9] {
    display: grid;
    grid-template-columns: auto 1fr auto;
}
.title-bar .exercise-name[b-14u1rg7bd9] {
    flex-grow: 1;
    margin: 0;
}

.exercise-details[b-14u1rg7bd9] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.exercise-content[b-14u1rg7bd9] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
}

.thumbnail-container[b-14u1rg7bd9] {
    width: 5rem;
    height: 5rem;
}

.thumbnail[b-14u1rg7bd9] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exercise-objectives[b-14u1rg7bd9] {
    display: flex;
    justify-content: space-between;
}

.exercise-objective[b-14u1rg7bd9] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}
/* /Pages/NewProgramViews/ProgramEdition/VikiSuggestion.razor.rz.scp.css */
.viki-suggestion[b-36os48p1nv] {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 0;
}

.exercises[b-36os48p1nv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-grow: 1;
    overflow-y: auto;
    min-height: 0;
    opacity: 0.5;
}
/* /Pages/PatientEditionViews/BilanTab.razor.rz.scp.css */
.main-contents[b-qatt3r40to] {
    min-height: 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.footer[b-qatt3r40to] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/* /Pages/PatientEditionViews/ItemsSelector.razor.rz.scp.css */
.items-container[b-w33sujju1n] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    flex-grow: 1;
    overflow-y: auto;
}
/* /Pages/PatientEditionViews/NarrowedContent.razor.rz.scp.css */
.patient-file-tab-content[b-ybv8qjqxy4] {
    width: 40em;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.patient-file-tab-content-container[b-ybv8qjqxy4] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* /Pages/PatientEditionViews/PatientFileSection.razor.rz.scp.css */
.file-section-container[b-yulv2zhkrx] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.file-section-header[b-yulv2zhkrx] {
    color: var(--viki-accent-1);
    padding: 0;
    margin: 0;
}

.file-section-content[b-yulv2zhkrx] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid lightgrey;
    border-radius: 0.5em;
    padding: 1em;
    flex-grow: 1;
    min-height: 0;
}
/* /Pages/PatientEditionViews/PatientSymptom.razor.rz.scp.css */
.symptom-card[b-683bmcouy1] {
    border: 1px solid #ccc;
    border-radius: 0.5em;
    padding: 1em;
    display: flex;
    flex-direction: row;
}

.symptom-name[b-683bmcouy1] {
    flex-grow: 1;
}
/* /Pages/PatientEditionViews/PatientTab.razor.rz.scp.css */
/* /Pages/PatientEditionViews/TreatmentTab.razor.rz.scp.css */
.treatment-tab-layout[b-39266lvq5k] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex-grow: 1;
    min-height: 0;
}

.find-items-container[b-39266lvq5k] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.all-items-container[b-39266lvq5k] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow-y: auto;
}

.patient-symptoms[b-39266lvq5k] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    gap: 1rem;
    overflow-y: auto;
}
/* /Pages/PatientOverview.razor.rz.scp.css */
.buttons[b-1pb5cv5khy] {
    display: flex;
    gap: 1em;
    justify-content: center;
}

.frame[b-1pb5cv5khy] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
/* /Pages/RunSession.razor.rz.scp.css */
/* /Pages/SessionEnd.razor.rz.scp.css */
.fireworks-image[b-t75gby1p77] {
    width: 300px;
}

main[b-t75gby1p77] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.session-end-layout[b-t75gby1p77] {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: center;
    overflow-y: auto;
    min-height: 0;
}

.session-end-text[b-t75gby1p77] {
    width: 600px;
    font-size: 1.5em;
    text-align: center;
}

.mail-button[b-t75gby1p77] {
    font-size: 1.5em;
}

footer[b-t75gby1p77] {
    display: flex;
    justify-content: center;
    padding: 8px;
}
/* /Pages/SessionViews/OngoingSessionView.razor.rz.scp.css */
.session-duration[b-8485uco3ci] {
    text-align: center;
    color: #999999;
}

.ongoing-session-container[b-8485uco3ci] {
    height: 100%;
    min-height: 0;
    overflow-y: auto;
}

.session-actions[b-8485uco3ci] {
    display: flex;
    justify-content: center;
    padding-top: 8px;
}
/* /Pages/SessionViews/PerformableExerciseCard.razor.rz.scp.css */
.performable-exercise-card[b-af0cdfas4u] {
    display: grid;
    grid-template-columns: 60px 100px 16px auto 1fr 60px 123px;
    gap: 1rem;
    align-items: center;
    border: 1px solid #f3f3f3;
    padding: 4px 8px;
}

.performable-exercise-card.completed[b-af0cdfas4u] {
    background-color: #d3d3d3;
}

.thumbnail-container[b-af0cdfas4u] {
    width: 100px;
    aspect-ratio: 1/1;
}

.thumbnail-container img[b-af0cdfas4u] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.exercise-objectives[b-af0cdfas4u] {
    text-align: left;
}
/* /Pages/SessionViews/RunExerciseView.razor.rz.scp.css */
