/* /Components/Layout/AdminNavMenu.razor.rz.scp.css */
.sidebar-wrapper[b-tet8kprxf0] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ── Logo header ──────────────────────────────────────── */

.sidebar-logo[b-tet8kprxf0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 0.75rem 0.85rem 1.25rem;
    border-bottom: 1px solid #f0f0f4;
    flex-shrink: 0;
}

.sidebar-toggle-btn[b-tet8kprxf0] {
    color: #9ca3af !important;
    flex-shrink: 0;
}

.sidebar-toggle-btn:hover[b-tet8kprxf0] {
    color: #4b5468 !important;
}

.logo-mark[b-tet8kprxf0] {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
}

.logo-odoo[b-tet8kprxf0] {
    color: #704a66;
}

.logo-dot-sep[b-tet8kprxf0] {
    color: #c0b0bb;
    margin: 0 1px;
}

.logo-integra[b-tet8kprxf0] {
    color: #1f2434;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    font-weight: 500;
}

/* ── Scrollable nav area ──────────────────────────────── */

.nav-scroll[b-tet8kprxf0] {
    flex: 1;
    overflow-y: auto;
    padding: 0.25rem 0;
}

.nav-scroll[b-tet8kprxf0]::-webkit-scrollbar {
    width: 3px;
}

.nav-scroll[b-tet8kprxf0]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-scroll[b-tet8kprxf0]::-webkit-scrollbar-thumb {
    background: #e0e0e8;
    border-radius: 2px;
}

/* ── Section labels ───────────────────────────────────── */

.nav-section-label[b-tet8kprxf0] {
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b0b8c8;
    padding: 1rem 1rem 0.3rem;
}

/* ── Footer (Logout) ──────────────────────────────────── */

.nav-footer[b-tet8kprxf0] {
    flex-shrink: 0;
    border-top: 1px solid #f0f0f4;
    padding: 0.25rem 0;
}

/* ── Mini (collapsed) state ──────────────────────────── */

.sidebar-mini .sidebar-logo[b-tet8kprxf0] {
    padding: 0.85rem 0;
    justify-content: center;
}

.sidebar-mini .logo-mark[b-tet8kprxf0] {
    display: none;
}

.sidebar-mini .nav-section-label[b-tet8kprxf0] {
    display: none;
}

.sidebar-mini[b-tet8kprxf0]  .mud-nav-link-text {
    display: none !important;
}

/* ── MudNavLink overrides ─────────────────────────────── */

[b-tet8kprxf0] .mud-nav-link,
[b-tet8kprxf0] .mud-nav-link .mud-nav-link-text,
[b-tet8kprxf0] .mud-nav-link span {
    color: #4b5468 !important;
}

[b-tet8kprxf0] .mud-nav-link {
    border-left: 3px solid transparent !important;
    border-radius: 0 !important;
    transition: background 0.15s ease, border-left-color 0.15s ease !important;
}

[b-tet8kprxf0] .mud-nav-link:hover,
[b-tet8kprxf0] .mud-nav-link:hover .mud-nav-link-text,
[b-tet8kprxf0] .mud-nav-link:hover span {
    background-color: #f5f3ff !important;
    color: #1f2434 !important;
}

[b-tet8kprxf0] .mud-nav-link:hover {
    border-left-color: #c4a8be !important;
}

[b-tet8kprxf0] .mud-nav-link.active,
[b-tet8kprxf0] .mud-nav-link.active .mud-nav-link-text,
[b-tet8kprxf0] .mud-nav-link.active span {
    background-color: #f5f0f4 !important;
    color: #704a66 !important;
    font-weight: 500 !important;
}

[b-tet8kprxf0] .mud-nav-link.active {
    border-left-color: #704a66 !important;
}

[b-tet8kprxf0] .mud-nav-link .mud-icon-root {
    opacity: 0.55;
    transition: opacity 0.15s ease;
}

[b-tet8kprxf0] .mud-nav-link:hover .mud-icon-root,
[b-tet8kprxf0] .mud-nav-link.active .mud-icon-root {
    opacity: 1;
}
/* /Components/Layout/AuthLayout.razor.rz.scp.css */
/* ── Page wrapper ── */
.auth-wrapper[b-g32jgbuhh6] {
    min-height: 100vh;
    background-color: #ede8ef;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
}

/* ── Card shell ──
   clamp(min, preferred, max)
   1360px → 72vw ≈ 979px   ✓ baseline
   1920px → 72vw ≈ 1382 → capped at 1300px (68% of screen) ✓
   <1220px → floors at 880px                                ✓  */
.auth-card[b-g32jgbuhh6] {
    display: flex;
    width: clamp(880px, 72vw, 1300px);
    min-height: clamp(540px, 80vh, 900px);
    overflow: hidden;
    background: #ffffff;
}

/* ── Left panel ── */
.auth-left[b-g32jgbuhh6] {
    position: relative;
    flex: 0 0 52%;
    background: linear-gradient(155deg, #3d1f38 0%, #875A7B 100%);
    display: flex;
    flex-direction: column;
    padding: clamp(32px, 3.2vw, 56px);
    overflow: hidden;
}

/* Decorative rings scale with viewport */
.deco-ring[b-g32jgbuhh6] {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    pointer-events: none;
}
.deco-ring-lg[b-g32jgbuhh6] {
    width: clamp(260px, 22vw, 420px);
    height: clamp(260px, 22vw, 420px);
    top: -100px;
    right: -100px;
}
.deco-ring-sm[b-g32jgbuhh6] {
    width: clamp(160px, 14vw, 270px);
    height: clamp(160px, 14vw, 270px);
    top: -40px;
    right: -40px;
}

.left-top[b-g32jgbuhh6] {
    /* no auto margin — brand tag stays at the top naturally */
}
.brand-tag[b-g32jgbuhh6] {
    font-size: clamp(10px, 0.65vw, 12px);
    font-weight: 600;
    letter-spacing: 0.18em;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.left-body[b-g32jgbuhh6] {
    margin-top: auto;
    margin-bottom: auto;
}
.tagline[b-g32jgbuhh6] {
    font-size: clamp(32px, 2.9vw, 46px);
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.3px;
}
.tagline-accent[b-g32jgbuhh6] {
    font-family: "Instrument Serif", Georgia, serif;
    font-style: italic;
    font-weight: 400;
    font-size: clamp(38px, 3.5vw, 56px);
    color: #e8c5de;
}

/* MudStack handles flex layout for left-footer */
.left-footer[b-g32jgbuhh6] {
    /* flex owned by MudStack */
}
.powered-label[b-g32jgbuhh6] {
    font-size: clamp(9px, 0.6vw, 11px);
    font-weight: 600;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    margin-bottom: 3px;
}
.powered-name[b-g32jgbuhh6] {
    font-size: clamp(12px, 0.8vw, 14px);
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
}
.copy-right[b-g32jgbuhh6] {
    font-size: clamp(11px, 0.7vw, 13px);
    color: rgba(255, 255, 255, 0.5);
}

/* ── Right white panel ── */
.auth-right[b-g32jgbuhh6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: clamp(36px, 3.5vw, 60px) clamp(40px, 4.5vw, 76px);
    background: #ffffff;
    overflow: hidden;
}

/* Page-level transition wrapper — keyed to Navigation.Uri */
.auth-page-transition[b-g32jgbuhh6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    animation: authSlideIn-b-g32jgbuhh6 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Step-level transition wrapper — keyed to _step inside Register */
[b-g32jgbuhh6] .auth-step-transition {
    animation: authSlideIn-b-g32jgbuhh6 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes authSlideIn-b-g32jgbuhh6 {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* ── Shared right-panel content (::deep pierces into child pages) ── */

/* MudStack owns display/flex-direction/justify-content; we only need flex:1 */
[b-g32jgbuhh6] .form-content {
    flex: 1;
}

/* MudStack owns flex layout; we only need the bottom margin */
[b-g32jgbuhh6] .auth-page-header {
    margin-bottom: clamp(36px, 4vh, 56px);
}

[b-g32jgbuhh6] .logo-mark {
    font-size: clamp(14px, 0.9vw, 17px);
    font-weight: 700;
    color: #111827;
    letter-spacing: 0;
}
[b-g32jgbuhh6] .logo-mark .logo-dot-sep {
    color: #111827;
}
[b-g32jgbuhh6] .logo-mark .logo-integra {
    font-weight: 400;
    font-size: clamp(12px, 0.75vw, 14.5px);
    color: #6b7280;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-left: 1px;
}

[b-g32jgbuhh6] .page-mode-label {
    font-size: clamp(10px, 0.65vw, 12px);
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #9ca3af;
    text-transform: uppercase;
}

[b-g32jgbuhh6] .welcome-heading {
    font-size: clamp(26px, 2.4vw, 40px);
    font-weight: 800;
    color: #111827;
    margin: 0 0 clamp(6px, 0.8vh, 12px);
    letter-spacing: -0.5px;
    line-height: 1.2;
}
[b-g32jgbuhh6] .welcome-heading .accent {
    color: #875A7B;
}
[b-g32jgbuhh6] .welcome-subtitle {
    font-size: clamp(13px, 0.85vw, 15px);
    color: #6b7280;
    margin: 0 0 clamp(28px, 4.5vh, 56px);
    line-height: 1.5;
}

/* ── Field groups — MudStack Spacing="1" owns the label-to-input gap ── */
[b-g32jgbuhh6] .field-group {
    margin-bottom: clamp(16px, 3vh, 36px);
}
[b-g32jgbuhh6] .field-label {
    display: block;
    font-size: clamp(10px, 0.62vw, 11.5px);
    font-weight: 600;
    letter-spacing: 0.14em;
    color: #6b7280;
    text-transform: uppercase;
}

/* Underline override for MudTextField Text variant */
[b-g32jgbuhh6] .auth-field .mud-input::before {
    border-bottom-color: #d1d5db !important;
}
[b-g32jgbuhh6] .auth-field .mud-input:not(.mud-disabled)::after {
    border-bottom-color: #875A7B;
}
[b-g32jgbuhh6] .auth-field .mud-input-root input {
    font-size: clamp(13px, 0.85vw, 15px);
    color: #374151;
    padding-bottom: 6px;
}

/* ── Remember-me / forgot row — MudStack owns flex layout ── */
[b-g32jgbuhh6] .form-options {
    margin-bottom: clamp(20px, 3.5vh, 44px);
}
[b-g32jgbuhh6] .form-options .mud-checkbox .mud-button-label {
    font-size: clamp(12.5px, 0.82vw, 14.5px);
    color: #374151;
}
[b-g32jgbuhh6] .forgot-link {
    font-size: clamp(12.5px, 0.82vw, 14.5px);
    font-weight: 500;
    color: #374151 !important;
    text-decoration: none !important;
}
[b-g32jgbuhh6] .forgot-link:hover {
    color: #875A7B !important;
}

/* ── Primary action button ── */
[b-g32jgbuhh6] .auth-submit-btn.mud-button-filled {
    background-color: #875A7B !important;
    color: #ffffff !important;
    font-size: clamp(14px, 0.9vw, 16px);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    height: clamp(48px, 5.5vh, 58px);
}
[b-g32jgbuhh6] .auth-submit-btn.mud-button-filled:hover {
    background-color: #6b4561 !important;
}
[b-g32jgbuhh6] .auth-submit-btn.mud-button-filled.mud-button-disable {
    background-color: #d1ccd5 !important;
    color: #9ca3af !important;
    cursor: not-allowed;
}

/* ── Back button (step 2) ── */
[b-g32jgbuhh6] .auth-back-btn.mud-button-outlined {
    border-color: #d1d5db;
    color: #374151;
    border-radius: 10px;
    font-size: clamp(14px, 0.9vw, 16px);
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    height: clamp(48px, 5.5vh, 58px);
    min-width: 90px;
}
[b-g32jgbuhh6] .auth-back-btn.mud-button-outlined:hover {
    border-color: #111827;
    color: #111827;
    background-color: rgba(17, 24, 39, 0.04) !important;
}

/* ── Skip-to-step-2 icon button (step 1 with existing passwords) ── */
[b-g32jgbuhh6] .auth-skip-btn.mud-icon-button-outlined {
    border: 1px solid #d1d5db;
    border-radius: 10px;
    color: #374151;
    width: clamp(48px, 5.5vh, 58px);
    height: clamp(48px, 5.5vh, 58px);
}
[b-g32jgbuhh6] .auth-skip-btn.mud-icon-button-outlined:hover {
    border-color: #875A7B;
    color: #875A7B;
    background-color: rgba(135, 90, 123, 0.04) !important;
}

/* ── Footer link ── */
[b-g32jgbuhh6] .auth-footer-link {
    margin-top: clamp(16px, 2.5vh, 28px);
    font-size: clamp(12.5px, 0.82vw, 14.5px);
    color: #6b7280;
    text-align: center;
}
[b-g32jgbuhh6] .auth-footer-link a,
[b-g32jgbuhh6] .auth-footer-link .mud-link {
    font-weight: 600;
    color: #111827 !important;
    text-decoration: underline !important;
}

/* ═══════════════════════════════════════════════
   Responsive breakpoints
   ═══════════════════════════════════════════════ */

/* ── Tablet: 768px – 1024px ── */
@media (max-width: 1024px) {
    .auth-card[b-g32jgbuhh6] {
        width: clamp(680px, 90vw, 880px);
        min-height: auto;
    }
    .auth-left[b-g32jgbuhh6] {
        flex: 0 0 48%;
    }
    .tagline[b-g32jgbuhh6] {
        font-size: clamp(26px, 3.6vw, 36px);
    }
}

/* ── Mobile: ≤ 767px — stack vertically ── */
@media (max-width: 767px) {
    .auth-wrapper[b-g32jgbuhh6] {
        align-items: flex-start;
        padding: 16px;
    }
    .auth-card[b-g32jgbuhh6] {
        flex-direction: column;
        width: 100%;
        min-height: auto;
    }
    .auth-left[b-g32jgbuhh6] {
        flex: none;
        padding: 28px 28px 32px;
        min-height: 200px;
    }
    .left-top[b-g32jgbuhh6] {
        /* no override needed */
    }
    .tagline[b-g32jgbuhh6] {
        font-size: 22px;
    }
    .deco-ring-lg[b-g32jgbuhh6] {
        width: 220px;
        height: 220px;
        top: -60px;
        right: -60px;
    }
    .deco-ring-sm[b-g32jgbuhh6] {
        width: 140px;
        height: 140px;
        top: -20px;
        right: -20px;
    }
    .auth-right[b-g32jgbuhh6] {
        padding: 28px 24px 32px;
    }
    [b-g32jgbuhh6] .auth-page-header {
        margin-bottom: 24px;
    }
    [b-g32jgbuhh6] .welcome-heading {
        font-size: 26px;
    }
    [b-g32jgbuhh6] .welcome-subtitle {
        margin-bottom: 20px;
    }
    [b-g32jgbuhh6] .auth-submit-btn.mud-button-filled {
        height: 48px;
    }
}

/* ── Very small phones: ≤ 400px ── */
@media (max-width: 400px) {
    .auth-card[b-g32jgbuhh6] {
        border-radius: 0;
    }
    .auth-left[b-g32jgbuhh6] {
        border-radius: 0;
    }
    .auth-wrapper[b-g32jgbuhh6] {
        padding: 0;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-y3htanafqv] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-y3htanafqv] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-wrapper[b-y2q0q2ufy3] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ── Logo header ──────────────────────────────────────── */

.sidebar-logo[b-y2q0q2ufy3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 0.75rem 0.85rem 1.25rem;
    border-bottom: 1px solid #f0f0f4;
    flex-shrink: 0;
}

.sidebar-toggle-btn[b-y2q0q2ufy3] {
    color: #9ca3af !important;
    flex-shrink: 0;
}

.sidebar-toggle-btn:hover[b-y2q0q2ufy3] {
    color: #4b5468 !important;
}

.logo-mark[b-y2q0q2ufy3] {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
}

.logo-odoo[b-y2q0q2ufy3] {
    color: #704a66;
}

.logo-dot-sep[b-y2q0q2ufy3] {
    color: #c0b0bb;
    margin: 0 1px;
}

.logo-integra[b-y2q0q2ufy3] {
    color: #1f2434;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    font-weight: 500;
}

.logo-tagline[b-y2q0q2ufy3] {
    display: block;
    font-size: 0.68rem;
    color: #9ca3af;
    margin-top: 0.4rem;
    font-style: italic;
    letter-spacing: 0.01em;
}

/* ── Scrollable nav area ──────────────────────────────── */

.nav-scroll[b-y2q0q2ufy3] {
    flex: 1;
    overflow-y: auto;
    padding: 0.25rem 0;
}

.nav-scroll[b-y2q0q2ufy3]::-webkit-scrollbar {
    width: 3px;
}

.nav-scroll[b-y2q0q2ufy3]::-webkit-scrollbar-track {
    background: transparent;
}

.nav-scroll[b-y2q0q2ufy3]::-webkit-scrollbar-thumb {
    background: #e0e0e8;
    border-radius: 2px;
}

/* ── Section labels ───────────────────────────────────── */

.nav-section-label[b-y2q0q2ufy3] {
    font-size: 0.61rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #b0b8c8;
    padding: 1rem 1rem 0.3rem;
}

.nav-section-spacer[b-y2q0q2ufy3] {
    height: 0.35rem;
}

/* ── Footer (About) ───────────────────────────────────── */

.nav-footer[b-y2q0q2ufy3] {
    flex-shrink: 0;
    border-top: 1px solid #f0f0f4;
    padding: 0.25rem 0;
}

/* ── Mini (collapsed) state ──────────────────────────── */

.sidebar-mini .sidebar-logo[b-y2q0q2ufy3] {
    padding: 0.85rem 0;
    justify-content: center;
}

.sidebar-mini .logo-mark[b-y2q0q2ufy3],
.sidebar-mini .logo-tagline[b-y2q0q2ufy3] {
    display: none;
}

.sidebar-mini .nav-section-label[b-y2q0q2ufy3] {
    display: none;
}

.sidebar-mini .nav-section-spacer[b-y2q0q2ufy3] {
    display: block;
    height: 1px;
    background: #e8e8ee;
    margin: 0.4rem 0.75rem;
}

.sidebar-mini .nav-scroll[b-y2q0q2ufy3],
.sidebar-mini .nav-footer[b-y2q0q2ufy3] {
    overflow-x: hidden;
}

/* ── MudNavLink overrides ─────────────────────────────── */

[b-y2q0q2ufy3] .mud-nav-link,
[b-y2q0q2ufy3] .mud-nav-link .mud-nav-link-text,
[b-y2q0q2ufy3] .mud-nav-link span {
    color: #4b5468 !important;
}

[b-y2q0q2ufy3] .mud-nav-link {
    border-left: 3px solid transparent !important;
    border-radius: 0 !important;
    transition: background 0.15s ease, border-left-color 0.15s ease !important;
}

[b-y2q0q2ufy3] .mud-nav-link:hover,
[b-y2q0q2ufy3] .mud-nav-link:hover .mud-nav-link-text,
[b-y2q0q2ufy3] .mud-nav-link:hover span {
    background-color: #f5f3ff !important;
    color: #1f2434 !important;
}

[b-y2q0q2ufy3] .mud-nav-link:hover {
    border-left-color: #c4a8be !important;
}

[b-y2q0q2ufy3] .mud-nav-link.active,
[b-y2q0q2ufy3] .mud-nav-link.active .mud-nav-link-text,
[b-y2q0q2ufy3] .mud-nav-link.active span {
    background-color: #f5f0f4 !important;
    color: #704a66 !important;
    font-weight: 500 !important;
}

[b-y2q0q2ufy3] .mud-nav-link.active {
    border-left-color: #704a66 !important;
}

[b-y2q0q2ufy3] .mud-nav-link .mud-icon-root {
    opacity: 0.55;
    transition: opacity 0.15s ease;
}

[b-y2q0q2ufy3] .mud-nav-link:hover .mud-icon-root,
[b-y2q0q2ufy3] .mud-nav-link.active .mud-icon-root {
    opacity: 1;
}
/* /Components/Shared/AddLocationMappingDialog.razor.rz.scp.css */
.custom-config-dialog[b-plbcf6m4ne] {
    border-radius: 20px !important;
    padding: 1.5rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12) !important;
}

.dialog-header[b-plbcf6m4ne] {
    margin-bottom: 2rem;
}

.dialog-loading[b-plbcf6m4ne] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 4rem;
    color: #875A7B;
}

.dialog-title[b-plbcf6m4ne] {
    font-weight: 800;
    color: #1a1c23;
    letter-spacing: -0.01em;
}

.dialog-subtitle[b-plbcf6m4ne] {
    color: #6d7487;
    margin-top: 4px;
}

.select-group[b-plbcf6m4ne] {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.select-label[b-plbcf6m4ne] {
    font-weight: 800;
    color: #8e94a9;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.65rem;
    margin-bottom: 4px;
    padding-left: 4px;
}

.custom-select[b-plbcf6m4ne]  .mud-input {
    background-color: transparent !important;
    padding: 2px 4px;
    transition: all 0.2s ease;
}

.select-group.flex-1[b-plbcf6m4ne] {
    flex: 1;
    min-width: 0;
}

.mapping-arrow[b-plbcf6m4ne] {
    margin-top: 14px;
    opacity: 0.5;
}

.custom-select[b-plbcf6m4ne]  .mud-input-slot {
    font-weight: 700;
    color: #2d3345;
    font-size: 1rem;
    padding-top: 1px;
}

.dialog-actions-container[b-plbcf6m4ne] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    width: 100%;
    padding: 1rem 0 0.5rem;
}

.cancel-button[b-plbcf6m4ne] {
    font-weight: 700;
    color: #64748b;
    text-transform: none;
    border-radius: 10px;
    padding: 10px 24px;
}

.save-button[b-plbcf6m4ne] {
    font-weight: 700;
    text-transform: none !important;
    border-radius: 10px;
    padding: 10px 32px;
    background-color: #875A7B !important;
    box-shadow: 0 4px 12px rgba(135, 90, 123, 0.3) !important;
}

.save-button:hover[b-plbcf6m4ne] {
    background-color: #6b4561 !important;
}
/* /Components/Shared/ConfirmInventorySyncDialog.razor.rz.scp.css */
.inventory-sync-dialog[b-j5v1zhhhws] {
    border-radius: 24px;
}

.sync-dialog-title[b-j5v1zhhhws] {
    font-weight: 800;
    color: #1f2434;
}

.sync-dialog-subtitle[b-j5v1zhhhws] {
    color: #697085;
    margin-top: 0.35rem;
    line-height: 1.5;
}

.sync-dialog-location-card[b-j5v1zhhhws] {
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid #e6eaf3;
    background: linear-gradient(180deg, #ffffff 0%, #f8faff 100%);
}

.sync-dialog-location-card-accent[b-j5v1zhhhws] {
    border-color: #e0cedd;
    background: linear-gradient(180deg, #f9f5f8 0%, #f5f0f4 100%);
}

.sync-dialog-label[b-j5v1zhhhws] {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a90a5;
}

.sync-dialog-value[b-j5v1zhhhws] {
    font-weight: 700;
    color: #22283a;
    line-height: 1.45;
}
