/* _content/Appointments/Pages/Availability.razor.rz.scp.css */
.overflow-hidden[b-w3srfwzrr7] {
    overflow: hidden;
    position: relative;
}

/* Keep the provider card a reasonable width on tablets/desktop */
.provider-card[b-w3srfwzrr7] {
    display: inline-block;
    max-width: 480px;
    width: auto;
    margin-right: auto;
}

.provider-location[b-w3srfwzrr7] {
    background-color: lightgray !important;
}

.mud-input>input.mud-input-root[b-w3srfwzrr7] {
    background-color: lightgray !important;
    color: white !important;
}

/* Provider text classes with responsive widths */
.provider-text[b-w3srfwzrr7],
.mud-typography.provider-text[b-w3srfwzrr7],
div .mud-typography.provider-text[b-w3srfwzrr7] {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    max-width: 80px !important;
    /* Default for smallest screens */
}

/* Mobile and up (small screens and larger) */
@media (min-width: 300px) {

    .provider-text[b-w3srfwzrr7],
    .mud-typography.provider-text[b-w3srfwzrr7],
    div .mud-typography.provider-text[b-w3srfwzrr7] {
        max-width: 130px !important;
    }
}

/* Medium screens and larger */
@media (min-width: 960px) {

    .provider-text[b-w3srfwzrr7],
    .mud-typography.provider-text[b-w3srfwzrr7],
    div .mud-typography.provider-text[b-w3srfwzrr7] {
        max-width: 150px !important;
    }
}

/* Provider text container with responsive widths */
.provider-text-container[b-w3srfwzrr7] {
    min-width: 0;
    max-width: 80px;
    /* Default for smallest screens */
}

/* Small screens and larger */
@media (min-width: 600px) {
    .provider-text-container[b-w3srfwzrr7] {
        max-width: 100px;
    }
}

/* Medium screens and larger */
@media (min-width: 960px) {
    .provider-text-container[b-w3srfwzrr7] {
        max-width: 150px;
    }
}


.calendar-container[b-w3srfwzrr7] {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0.5rem;
}

.calendar-header[b-w3srfwzrr7],
.calendar-body[b-w3srfwzrr7] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.header-cell[b-w3srfwzrr7] {
    font-weight: bold;
    padding: 0.5rem 0;
}

.calendar-cell[b-w3srfwzrr7] {
    padding: 0.75rem;
    border: 1px solid #ccc;
    cursor: pointer;
}

.calendar-cell.empty[b-w3srfwzrr7] {
    background: transparent;
    border: none;
    cursor: default;
}

.calendar-cell.selected[b-w3srfwzrr7] {
    background-color: #f0ad4e;
    /* or your theme primary color */
    color: white;
    font-weight: bold;
}

.mud-input-control>.mud-input-control-input-container[b-w3srfwzrr7] {
    background-color: white !important;
}

.provider-stack[b-w3srfwzrr7] {
    gap: 8px;
    /* maintains spacing when items wrap */
}

/* Base: small/medium screens – dropdown sits under avatar+name */
.location-select-container[b-w3srfwzrr7] {
    width: 100%;
    margin-left: 0;
    flex-basis: 100%;
    /* force it onto its own line when wrapping */
}

.provider-location-select[b-w3srfwzrr7] {
    width: 100%;
    min-width: 0;
}

/* Make the location field visibly different when focused/active */
.location-select-container:focus-within[b-w3srfwzrr7] {
    outline: 2px solid var(--mud-palette-primary, #1E88E5);
    outline-offset: 2px;
    border-radius: 6px;
}

/* Subtle internal highlight on focus for the MudSelect input area */
[b-w3srfwzrr7] .provider-location-select .mud-input-control-input-container:focus-within {
    box-shadow: 0 0 0 2px rgba(30, 136, 229, 0.20);
    border-radius: 6px;
}

/* ≤ 960 px – stack avatar/text on top of dropdown */
@media (max-width: 960px) {
    .provider-stack[b-w3srfwzrr7] {
        flex-direction: column;
        /* switch from row to column   */
        align-items: flex-start;
        /* keep left‑aligned            */
    }

    .location-select-container[b-w3srfwzrr7] {
        width: 100%;
        margin-left: 0;
        flex-basis: auto;
        /* natural height               */
    }
}

/* Large screens – keep dropdown on the right in a fixed‑width column  */
@media (min-width: 1260px) {
    .location-select-container[b-w3srfwzrr7] {

        min-width: 200px;
        max-width: 250px;
        flex-basis: auto;
    }

    .provider-location-select[b-w3srfwzrr7] {
        width: 100%;
        min-width: 160px;
    }
}

/* Selected provider location dropdown styling - white text on blue background */
[b-w3srfwzrr7] .selected-provider-select .mud-input-control-input-container *:not(.mud-svg-icon):not(.mud-input-adornment),
[b-w3srfwzrr7] .selected-provider-select .mud-select .mud-input-control-input-container *:not(.mud-svg-icon):not(.mud-input-adornment),
[b-w3srfwzrr7] .selected-provider-select .mud-input-slot *:not(.mud-svg-icon):not(.mud-input-adornment),
[b-w3srfwzrr7] .selected-provider-select .mud-typography {
    color: white !important;
}

/* Explicitly keep the dropdown icon its original color */
[b-w3srfwzrr7] .selected-provider-select .mud-svg-icon,
[b-w3srfwzrr7] .selected-provider-select .mud-input-adornment .mud-svg-icon {
    fill: #f89e2c !important;
    color: #f89e2c !important;
}

[b-w3srfwzrr7] .selected-provider-select .mud-input-outlined .mud-input-label,
[b-w3srfwzrr7] .selected-provider-select .mud-input-outlined.mud-input-labeled .mud-input-label {
    color: white !important;
    background-color: transparent !important;
    background: transparent !important;
}

/* Additional targeting for the label background */
[b-w3srfwzrr7] .selected-provider-select .mud-input-label,
[b-w3srfwzrr7] .selected-provider-select .mud-input-outlined .mud-input-label-inputcontrol,
[b-w3srfwzrr7] .selected-provider-select label {
    color: white !important;
    background-color: transparent !important;
    background: transparent !important;
}

[b-w3srfwzrr7] .selected-provider-select .mud-input-outlined .mud-input-control {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

/* Nuclear option - override all possible border styles */
[b-w3srfwzrr7] .selected-provider-select * {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

[b-w3srfwzrr7] .selected-provider-select *:hover {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

[b-w3srfwzrr7] .selected-provider-select *:focus {
    border-color: rgba(255, 255, 255, 0.6) !important;
}

/* Simple label solution - solid blue background */
[b-w3srfwzrr7] .selected-provider-select .mud-input-label {
    background-color: #1E88E5 !important;
    padding: 0 8px !important;
    color: white !important;
}



/* Ensure dropdown items remain readable when opened */
[b-w3srfwzrr7] .selected-provider-select .mud-list-item {
    color: #333333 !important;
}

.selected-provider-select .mud-input-control-input-container[b-w3srfwzrr7] {
    color: white !important;
}

.provider-notes-container[b-w3srfwzrr7] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1.5;
}

.provider-notes-text[b-w3srfwzrr7] {
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    color: inherit;
    background: transparent;
    border: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.5;
    letter-spacing: normal;
}

/* Embedded schedule-specific styles */
.embedded-schedule[b-w3srfwzrr7] {
    margin-top: 0 !important;
    padding: 8px;
    max-width: none !important;
    margin: 0;
}

/* Remove side padding when embedded on mobile */
@media (max-width: 600px) {
    .embedded-schedule[b-w3srfwzrr7] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.embedded-schedule .mud-paper[b-w3srfwzrr7] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.embedded-schedule .mud-grid-item[b-w3srfwzrr7] {
    padding: 4px !important;
}

.embedded-schedule .mud-button[b-w3srfwzrr7] {
    margin: 2px !important;
    font-size: 0.875rem !important;
}

.embedded-schedule h6[b-w3srfwzrr7] {
    font-size: 1.125rem !important;
    font-weight: 600 !important;
}

/* Embedded calendar specific styling */
.embedded-calendar-container[b-w3srfwzrr7] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 16px;
    border: 1px solid #e9ecef;
}

.embedded-calendar-container .mud-grid-item[b-w3srfwzrr7] {
    padding: 2px !important;
}

.embedded-calendar-container .mud-button[b-w3srfwzrr7] {
    height: 40px;
    min-width: 40px;
    border-radius: 6px;
}

/* Make calendar buttons more prominent */
.embedded-calendar-container .mud-button:not(.mud-primary)[b-w3srfwzrr7] {
    background-color: white;
    border: 1px solid #dee2e6;
}

.embedded-calendar-container .mud-button:not(.mud-primary):hover[b-w3srfwzrr7] {
    background-color: #e9ecef;
}
/* _content/Appointments/Pages/Disclaimer.razor.rz.scp.css */
.disclaimer-container[b-f2me61d40h] {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .disclaimer-container[b-f2me61d40h] {
        margin-top: 80px;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        padding: 10px;
    }
}

.disclaimer-title[b-f2me61d40h] {
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.disclaimer-content[b-f2me61d40h] {
    margin-bottom: 20px;
    padding: 20px;
}

.disclaimer-content p[b-f2me61d40h] {
    margin-bottom: 15px;
    line-height: 1.6;
}

.disclaimer-action[b-f2me61d40h] {
    margin-top: 20px;
    text-align: center;
    font-weight: normal !important;
}
/* _content/Appointments/Pages/Help.razor.rz.scp.css */
.help-container[b-u0d40dn05f] {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.help-text[b-u0d40dn05f],
.help-header[b-u0d40dn05f] {
    display: block;
    margin-bottom: 15px;
}

.help-header[b-u0d40dn05f] {
    font-weight: bold;
}

[b-u0d40dn05f] .mud-input-label,
[b-u0d40dn05f] .mud-input-label-outlined {
    background-color: #F5F5F5 !important;
    font-size: 1rem !important;
}

.email-link[b-u0d40dn05f] {
    color: #20447E !important;
    text-decoration: underline;
}

/* Skip link for keyboard navigation */
.sr-only[b-u0d40dn05f] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Show skip link when focused */
.sr-only-focusable:focus[b-u0d40dn05f] {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: 0.5rem !important;
    margin: 0 !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
    background-color: #20447E !important;
    color: #fff !important;
    text-decoration: none !important;
    z-index: 1000 !important;
    border: 2px solid #fff !important;
    border-radius: 4px !important;
}
/* _content/Appointments/Pages/Index.razor.rz.scp.css */
.content-wrapper[b-cszpamjnrx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

[b-cszpamjnrx] .content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    width: 100%;
}

[b-cszpamjnrx] .mud-paper {
    padding: 10px;
}

[b-cszpamjnrx] .mud-select .mud-svg-icon {
    fill: var(--mud-palette-primary) !important;
}

[b-cszpamjnrx] .mud-select-list {
    overflow: hidden;
}


.loading-overlay[b-cszpamjnrx] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -10vh;
}

/* Subtle focus styles for form fields on Index page */
[b-cszpamjnrx] .ada-select-field .mud-input-control:focus-within {
    border: 2px solid var(--mud-palette-primary) !important;
    border-radius: 4px !important;
    box-shadow: 0 0 8px rgba(32, 68, 126, 0.15) !important;
    transform: translateY(-1px) !important;
    transition: all 0.2s ease !important;
}

[b-cszpamjnrx] .ada-select-field .mud-select:focus-within {
    border: 2px solid var(--mud-palette-primary) !important;
    border-radius: 4px !important;
    box-shadow: 0 0 8px rgba(32, 68, 126, 0.15) !important;
    transform: translateY(-1px) !important;
    transition: all 0.2s ease !important;
}

[b-cszpamjnrx] .ada-select-field .mud-input-filled:focus-within {
    border: 2px solid var(--mud-palette-primary) !important;
    border-radius: 4px !important;
    box-shadow: 0 0 8px rgba(32, 68, 126, 0.15) !important;
    background-color: rgba(32, 68, 126, 0.02) !important;
    transform: translateY(-1px) !important;
    transition: all 0.2s ease !important;
}

[b-cszpamjnrx] .ada-select-field .mud-input-filled:focus-within .mud-input-control-input-container {
    background-color: rgba(32, 68, 126, 0.03) !important;
}
/* _content/Appointments/Pages/Login.razor.rz.scp.css */
html body[b-stvrpqi0zs] {
    background-color: #f5f5f5;
}

.mud-input-control[b-stvrpqi0zs] {
    margin-bottom: 20px;
}

.mud-alert[b-stvrpqi0zs] {
    margin-bottom: 20px;
    color: black;
}

[b-stvrpqi0zs] .mud-alert-icon {
    color: black;
}
/* _content/Appointments/Pages/MemberInfo.razor.rz.scp.css */
.embedded-member-info[b-dcpomxcn48] {
    padding: 16px;
    max-width: 600px;
    margin: 0 auto;
}

.navigation-button[b-dcpomxcn48] {
    margin-right: 5px;
    margin-left: 5px;
}

.visually-hidden[b-dcpomxcn48] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Keyboard navigation help text styling */
.keyboard-help[b-dcpomxcn48] {
    font-size: 0.75rem;
    color: var(--mud-palette-text-secondary);
    margin-top: 4px;
    padding: 4px 8px;
    border-radius: 4px;
    border-left: 3px solid var(--mud-palette-secondary);
}

/* Subtle focus styles for form fields on MemberInfo page */
[b-dcpomxcn48] .ada-select-field .mud-input-control:focus-within {
    border: 2px solid var(--mud-palette-primary) !important;
    border-radius: 4px !important;
    box-shadow: 0 0 8px rgba(32, 68, 126, 0.15) !important;
    transform: translateY(-1px) !important;
    transition: all 0.2s ease !important;
}

[b-dcpomxcn48] .ada-select-field .mud-select:focus-within {
    border: 2px solid var(--mud-palette-primary) !important;
    border-radius: 4px !important;
    box-shadow: 0 0 8px rgba(32, 68, 126, 0.15) !important;
    transform: translateY(-1px) !important;
    transition: all 0.2s ease !important;
}

[b-dcpomxcn48] .ada-select-field .mud-input-filled:focus-within {
    border: 2px solid var(--mud-palette-primary) !important;
    border-radius: 4px !important;
    box-shadow: 0 0 8px rgba(32, 68, 126, 0.15) !important;
    background-color: rgba(32, 68, 126, 0.02) !important;
    transform: translateY(-1px) !important;
    transition: all 0.2s ease !important;
}

[b-dcpomxcn48] .ada-select-field .mud-input-filled:focus-within .mud-input-control-input-container {
    background-color: rgba(32, 68, 126, 0.03) !important;
}

/* Focus styles for text fields (MudTextField) */
[b-dcpomxcn48] .mud-input-filled:focus-within {
    border: 2px solid var(--mud-palette-primary) !important;
    border-radius: 4px !important;
    box-shadow: 0 0 8px rgba(32, 68, 126, 0.15) !important;
    background-color: rgba(32, 68, 126, 0.02) !important;
    transform: translateY(-1px) !important;
    transition: all 0.2s ease !important;
}

[b-dcpomxcn48] .mud-input-filled:focus-within .mud-input-control-input-container {
    background-color: rgba(32, 68, 126, 0.03) !important;
}

.embedded-member-info .mud-progress-linear[b-dcpomxcn48] {
    border-radius: 4px;
}

.embedded-member-info .mud-paper[b-dcpomxcn48] {
    border-radius: 8px;
}

/* Step navigation styling */
.embedded-member-info .navigation-buttons[b-dcpomxcn48] {
    gap: 16px;
}

/* Responsive design for embedded view */
@media (max-width: 768px) {
    .embedded-member-info[b-dcpomxcn48] {
        padding: 8px;
    }

    .embedded-member-info .mud-grid .mud-grid-item[b-dcpomxcn48] {
        padding: 8px;
    }
}

/* On small phones, remove side padding entirely for embedded */
@media (max-width: 600px) {
    .embedded-member-info[b-dcpomxcn48] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: none !important;
        margin: 0 !important;
    }

    /* Mobile-only compact Step 4 for embedded iframe */
    .embedded-member-info .embedded-step4-title[b-dcpomxcn48] {
        margin-bottom: 8px !important;
        font-size: 1rem !important;
        line-height: 1.25rem !important;
    }

    .embedded-member-info .review-info-alert[b-dcpomxcn48] {
        margin-bottom: 8px !important;
        padding: 8px !important;
    }

    .embedded-member-info .embedded-step4-paper[b-dcpomxcn48] {
        padding: 12px !important;
    }

    .embedded-member-info .mud-grid .d-flex.align-center.mb-3[b-dcpomxcn48] {
        margin-bottom: 8px !important;
    }

    .embedded-member-info .mud-typography.mud-typography-h6[b-dcpomxcn48] {
        font-size: 1rem !important;
        margin-bottom: 8px !important;
    }

    .embedded-member-info .mud-typography.mud-typography-caption[b-dcpomxcn48] {
        font-size: 0.75rem !important;
    }

    .embedded-member-info .mud-typography.mud-typography-body2[b-dcpomxcn48] {
        font-size: 0.8125rem !important;
        line-height: 1.1rem !important;
    }

    /* Hide non-essential row on mobile embedded */
    .embedded-member-info .provider-phone-row[b-dcpomxcn48] {
        display: none !important;
    }

    /* Directions: clamp to two lines to avoid overflow */
    .embedded-member-info .directions-section .mud-typography.mud-typography-body2[b-dcpomxcn48] {
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
}

/* Step indicator styling */
.embedded-member-info .step-indicator[b-dcpomxcn48] {
    text-align: center;
    margin-bottom: 24px;
}

.embedded-member-info .step-indicator .step-title[b-dcpomxcn48] {
    font-weight: 600;
    color: var(--mud-palette-primary);
}

.embedded-member-info .mud-alert[b-dcpomxcn48] {
    border-radius: 6px;
}

.embedded-member-info .mud-alert.mud-severity-warning[b-dcpomxcn48] {
    border-left: 4px solid var(--mud-palette-warning);
}

.embedded-member-info .mud-alert.mud-severity-info[b-dcpomxcn48] {
    border-left: 4px solid var(--mud-palette-info);
}

/* Step 4 confirmation styling */
.embedded-member-info .appointment-details[b-dcpomxcn48] {
    background-color: var(--mud-palette-background-grey);
    border-radius: 8px;
    padding: 20px;
}

.embedded-member-info .confirmation-step[b-dcpomxcn48] {
    text-align: center;
}

.embedded-member-info .confirmation-step .mud-icon[b-dcpomxcn48] {
    margin-right: 8px;
}

.embedded-member-info .directions-section[b-dcpomxcn48] {
    background-color: var(--mud-palette-surface);
    border-radius: 6px;
    padding: 12px;
    margin-top: 16px;
}

.embedded-member-info .booking-buttons[b-dcpomxcn48] {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 24px;
}

/* Field anchor wrap for positioning */
.embedded-member-info .field-anchor-wrap[b-dcpomxcn48] {
    position: relative;
}

.embedded-member-info .other-referral-caption[b-dcpomxcn48] {
    margin-top: 4px;
}

.embedded-member-info .other-referral-row[b-dcpomxcn48] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
}

.embedded-member-info .other-referral-row .mud-typography[b-dcpomxcn48] {
    margin: 0;
}

.embedded-member-info .other-referral-label[b-dcpomxcn48] {
    flex-shrink: 0;
    white-space: nowrap;
}

.embedded-member-info .other-referral-value[b-dcpomxcn48] {
    flex-shrink: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.embedded-member-info .other-referral-edit[b-dcpomxcn48] {
    flex-shrink: 0;
    white-space: nowrap;
    align-self: baseline;
    display: inline;
    margin: 0;
    line-height: inherit;
    padding: 0;
}
/* _content/Appointments/Shared/MainLayout.razor.rz.scp.css */
.page[b-fjuuxpa9m5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-fjuuxpa9m5] {
    flex: 1;
}

.sidebar[b-fjuuxpa9m5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-fjuuxpa9m5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-fjuuxpa9m5]  a,
.top-row .btn-link[b-fjuuxpa9m5] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-fjuuxpa9m5] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fjuuxpa9m5] {
        display: none;
    }

    .top-row.auth[b-fjuuxpa9m5] {
        justify-content: space-between;
    }

    .top-row a[b-fjuuxpa9m5],
    .top-row .btn-link[b-fjuuxpa9m5] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fjuuxpa9m5] {
        flex-direction: row;
    }

    .sidebar[b-fjuuxpa9m5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fjuuxpa9m5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-fjuuxpa9m5],
    article[b-fjuuxpa9m5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.main-layout[b-fjuuxpa9m5] {
    height: auto !important;
}

/* Ensure embedded popovers render above form and align under their anchor */
/* Embedded container tweaks */
.embedded-main-content[b-fjuuxpa9m5] {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 600px) {
    .embedded-main-content[b-fjuuxpa9m5] {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* Nuke nested MudContainer gutters when embedded (deep selector for child components) */
.embedded-main-wrapper[b-fjuuxpa9m5],
.embedded-main-content[b-fjuuxpa9m5] {
    padding: 0 !important;
    margin: 0 !important;
}

.embedded-main-wrapper[b-fjuuxpa9m5]  .mud-container,
.embedded-main-content[b-fjuuxpa9m5]  .mud-container,
.embedded-main-wrapper[b-fjuuxpa9m5]  .mud-container-maxwidth-false,
.embedded-main-content[b-fjuuxpa9m5]  .mud-container-maxwidth-false {
    padding: 0 !important;
    margin: 0 !important;
}

/* Also make sure any MudMainContent default padding is removed */
.embedded-main-wrapper[b-fjuuxpa9m5] {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.embedded-popover[b-fjuuxpa9m5] {
    z-index: 3000;
}

[b-fjuuxpa9m5] .mud-nav-item a.mud-nav-link {
    color: white;
}

[b-fjuuxpa9m5] .mud-nav-item a.mud-nav-link:hover {
    color: #40b280 !important;
    text-decoration: none;
}

/* ::deep .mud-nav-item a.mud-nav-link.active {
    color: #40b280 !important;
} */

.nav-link-wrapper[b-fjuuxpa9m5] {
    color: white;
}

.nav-link-wrapper:hover[b-fjuuxpa9m5] {
    color: #40b280;
}

.nav-link-wrapper :deep *[b-fjuuxpa9m5] {
    color: inherit !important;
    transition: color 0.2s ease;
}

/* Override MudBlazor default hover background */
[b-fjuuxpa9m5] .mud-nav-link:hover:not(.mud-nav-link-disabled) {
    background-color: transparent !important;
}

/* Also ensure this applies to the mobile drawer navigation links */
[b-fjuuxpa9m5] .mud-drawer .mud-nav-link:hover:not(.mud-nav-link-disabled) {
    background-color: transparent !important;
}

/* Mobile menu dropdown styles - positioned below hamburger button */
.mobile-menu-dropdown[b-fjuuxpa9m5] {
    position: fixed;
    top: 60px;
    /* Position below the app bar */
    right: 16px;
    z-index: 2100;
    background-color: #20447e;
    /* Use primary color */
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 180px;
    max-width: 250px;
    padding: 8px 0;
    animation: slideDown-b-fjuuxpa9m5 0.2s ease-out;
}

@keyframes slideDown-b-fjuuxpa9m5 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mobile-menu-item[b-fjuuxpa9m5] {
    display: block !important;
    padding: 12px 16px !important;
    color: white !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
}

.mobile-menu-item:last-child[b-fjuuxpa9m5] {
    border-bottom: none !important;
}

.mobile-menu-item:hover[b-fjuuxpa9m5] {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    transform: translateX(4px) !important;
    padding-left: 20px !important;
    font-weight: 600 !important;
}

/* Deep selectors for MudNavLink styling */
[b-fjuuxpa9m5] .mobile-menu-item {
    display: block !important;
    padding: 12px 16px !important;
    color: white !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    box-sizing: border-box !important;
    position: relative !important;
}

[b-fjuuxpa9m5] .mobile-menu-item:last-child {
    border-bottom: none !important;
}

[b-fjuuxpa9m5] .mobile-menu-item:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    transform: translateX(4px) !important;
    padding-left: 20px !important;
    font-weight: 600 !important;
}

/* Responsive positioning */
@media (max-width: 600px) {
    .mobile-menu-dropdown[b-fjuuxpa9m5] {
        position: fixed;
        top: 56px;
        /* Adjust for mobile app bar height */
        right: 8px;
        min-width: 160px;
    }
}
