/* _content/Carely.Web/Components/Layout/AdminLayout.razor.rz.scp.css */
/* _content/Carely.Web/Components/Layout/LegalEntities.razor.rz.scp.css */
/* _content/Carely.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hmj3l0vq94] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #ECEFF1;
    overflow: hidden;
}

main[b-hmj3l0vq94] {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: auto;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.top-row[b-hmj3l0vq94] {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.06), 0 4px 6px -1px rgba(0,0,0,0.04);
    height: 64px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1200;
    transition: box-shadow 0.3s ease;
    padding: 0 24px;
    border-radius: 0 0 6px 6px;
}

.top-row:hover[b-hmj3l0vq94] {
    box-shadow: 0 3px 6px -2px rgba(0,0,0,0.08), 0 6px 12px -2px rgba(0,0,0,0.06);
}

.content[b-hmj3l0vq94] {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    padding-left: 80px;
    padding-right: 80px;
    min-width: 0;
    box-sizing: border-box;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .content[b-hmj3l0vq94] {
        padding: 32px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 1280px) {
    .content[b-hmj3l0vq94] {
        padding: 32px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media (min-width: 1600px) {
    .content[b-hmj3l0vq94] {
        padding: 40px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

#blazor-error-ui[b-hmj3l0vq94] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-hmj3l0vq94] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.mud-main-content[b-hmj3l0vq94] {
    padding-top: 0px;
}
/* _content/Carely.Web/Components/Layout/MenuContent.razor.rz.scp.css */
/* Fix persistent drawer to push content instead of overlay */
[b-hdh5sfwkfg] .mud-drawer-open-persistent-left > main {
    margin-left: 260px !important;
    transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* When drawer is closed, no margin */
[b-hdh5sfwkfg] .mud-drawer-close-persistent-left > main {
    margin-left: 0 !important;
    transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Ensure smooth transitions */
[b-hdh5sfwkfg] .mud-drawer {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Make sure main element can shrink */
[b-hdh5sfwkfg] .mud-drawer-open-persistent-left > main,
[b-hdh5sfwkfg] .mud-drawer-close-persistent-left > main {
    min-width: 0;
    width: auto;
    max-width: 100%;
}

/* Flexbox layout for drawer - make it a flex container */
[b-hdh5sfwkfg] .mud-drawer {
    display: flex !important;
    flex-direction: column !important;
    height: 100vh !important;
    max-height: calc(100vh - 64px) !important;
}

/* Drawer header should not shrink */
[b-hdh5sfwkfg] .mud-drawer .mud-drawer-header {
    flex-shrink: 0 !important;
}

/* Drawer content should fill remaining space and be a flex container */
[b-hdh5sfwkfg] .mud-drawer .mud-drawer-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    min-height: 0 !important;
    overflow: visible !important;
}

/* Session item with delete button */
.session-item-wrapper[b-hdh5sfwkfg] {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.session-item-wrapper:hover[b-hdh5sfwkfg] {
    background-color: var(--mud-palette-action-default-hover);
}

.session-item-wrapper.selected[b-hdh5sfwkfg] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.12);
}

.session-item-wrapper.selected:hover[b-hdh5sfwkfg] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.18);
}

/* Disable hover effect on the button itself since we're styling the wrapper */
.session-item-wrapper[b-hdh5sfwkfg]  .mud-button:hover {
    background-color: transparent !important;
}

.session-delete-btn-wrapper[b-hdh5sfwkfg] {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1;
    padding-right: 4px;
    pointer-events: none;
}

.session-delete-btn-wrapper[b-hdh5sfwkfg]  button {
    pointer-events: auto;
}

.session-item-wrapper:hover .session-delete-btn-wrapper[b-hdh5sfwkfg] {
    display: flex;
}

.sessions[b-hdh5sfwkfg] {
    margin-left: 16px;
    margin-right: 16px;
}
/* _content/Carely.Web/Components/Layout/TopBar.razor.rz.scp.css */
/* _content/Carely.Web/Components/Pages/Record.razor.rz.scp.css */
.journal-record-header-edit-name[b-ihvavzh2cl] {
    height: 33px;
}

.journal-content[b-ihvavzh2cl] {
    line-height: 1.6;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.journal-content strong[b-ihvavzh2cl] {
    font-weight: 600;
    color: #1976d2;
}

.journal-content p[b-ihvavzh2cl] {
    margin: 0.5rem 0;
}
/* _content/Carely.Web/Components/Pages/Record2.razor.rz.scp.css */
/* _content/Carely.Web/Components/Shared/LanguageSwitcher.razor.rz.scp.css */
.language-switcher[b-h7vxhjslod] {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.language-switcher[b-h7vxhjslod]  .mud-button-group {
    box-shadow: none !important;
    gap: 2px;
}

.language-switcher[b-h7vxhjslod]  .mud-button-group .mud-button-root {
    margin: 0 !important;
    border: none !important;
    border-radius: 4px !important;
}

.language-switcher[b-h7vxhjslod]  .flag-button {
    min-width: unset;
    padding: 6px 4px;
    border: none !important;
    background-color: transparent;
    transition: all 0.2s ease;
    margin: 0 !important;
}

.language-switcher[b-h7vxhjslod]  .flag-button:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.language-switcher[b-h7vxhjslod]  .mud-button-filled {
    background-color: var(--mud-palette-primary) !important;
    border-radius: 4px;
}

.language-switcher[b-h7vxhjslod]  .mud-button-filled:hover {
    background-color: var(--mud-palette-primary-darken) !important;
}

.flag-icon[b-h7vxhjslod] {
    width: 24px;
    height: 18px;
    display: inline;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    transform: scale(0.85);
}

.language-switcher[b-h7vxhjslod]  .flag-button:hover .flag-icon {
    opacity: 0.7;
    transform: scale(0.9);
}

.language-switcher[b-h7vxhjslod]  .mud-button-filled .flag-icon {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    opacity: 1;
    transform: scale(1);
}

[b-h7vxhjslod] .language-dropdown {
    white-space: nowrap;
}


.language-option[b-h7vxhjslod] {
    white-space: nowrap;
}
/* _content/Carely.Web/Components/Shared/Sessions/EditSessionNameDialog.razor.rz.scp.css */
/* _content/Carely.Web/Components/Shared/Sessions/RecentSessions.razor.rz.scp.css */
/* Session item with delete button */
.session-item-wrapper[b-ll87nw0tg6] {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.session-item-wrapper:hover[b-ll87nw0tg6] {
    background-color: var(--mud-palette-action-default-hover);
}

.session-item-wrapper.selected[b-ll87nw0tg6] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.12);
}

.session-item-wrapper.selected:hover[b-ll87nw0tg6] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.18);
}

/* Disable hover effect on the button itself since we're styling the wrapper */
.session-item-wrapper[b-ll87nw0tg6]  .mud-button:hover {
    background-color: transparent !important;
}

.session-delete-btn-wrapper[b-ll87nw0tg6] {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1;
    padding-right: 4px;
    pointer-events: none;
}

.session-edit-btn-wrapper[b-ll87nw0tg6] {
    display: none;
    z-index: 1;
    padding-left: 4px;
}

.session-delete-btn-wrapper[b-ll87nw0tg6]  button {
    pointer-events: auto;
}

.session-item-wrapper:hover .session-delete-btn-wrapper[b-ll87nw0tg6] {
    display: flex;
}

.session-item-wrapper:hover .session-edit-btn-wrapper[b-ll87nw0tg6] {
    display: inline-block;
}

.session-edit-btn[b-ll87nw0tg6] {
    font-size: 14px;
    fill: green;
}

.session-edit-btn svg[b-ll87nw0tg6] {
    font-size: 10px;
    fill: blue;
}

.session-name-text[b-ll87nw0tg6] {
    line-height: 24px;
    max-width: 190px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 2px;
}

.session-item-wrapper:hover .session-name-text-wrapper[b-ll87nw0tg6] {
    grid-template-columns: fit-content(60%) fit-content(10%) fit-content(10%);
}
.session-name-text-wrapper[b-ll87nw0tg6] {
    display: grid;
    grid-template-columns: fit-content(100%);
}

.session-cost-btn[b-ll87nw0tg6] {
    padding-left: 0;
}
