/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Professional modern layout styles based on SMC Elevators brand */

.page[b-zsj5ezbdsl] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-navigation[b-zsj5ezbdsl] {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.main-content[b-zsj5ezbdsl] {
    flex: 1;
    background-color: #f8f9fa;
}

.content-container[b-zsj5ezbdsl] {
    padding: 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.container-fluid-padding[b-zsj5ezbdsl] {
    padding: 2rem;
}

/* Error UI styling */
#blazor-error-ui[b-zsj5ezbdsl] {
    color-scheme: light only;
    background: #dc3545;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
    font-weight: 500;
}

#blazor-error-ui .dismiss[b-zsj5ezbdsl] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    font-size: 1.25rem;
}

#blazor-error-ui .reload[b-zsj5ezbdsl] {
    color: white;
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .content-container[b-zsj5ezbdsl] {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .content-container[b-zsj5ezbdsl] {
        padding: 0.75rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Professional navigation styling based on SMC Elevators brand colors */

.navbar[b-ug5536h5ny] {
    background: linear-gradient(135deg, #1e3a5f 0%, #2c5aa0 50%, #1e3a5f 100%);
    padding: 0.75rem 0;
    min-height: 70px;
}

.navbar-brand[b-ug5536h5ny] {
    font-size: 1.5rem;
    font-weight: 600;
    color: white !important;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.navbar-brand:hover[b-ug5536h5ny] {
    color: #e8f4fd !important;
}

.brand-icon[b-ug5536h5ny] {
    font-size: 1.75rem;
    margin-right: 0.75rem;
}

.navbar-nav .nav-link[b-ug5536h5ny] {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link:hover[b-ug5536h5ny] {
    background-color: rgba(255, 255, 255, 0.15);
    color: white !important;
    transform: translateY(-1px);
}

.navbar-nav .nav-link.active[b-ug5536h5ny] {
    background-color: rgba(255, 255, 255, 0.2);
    color: white !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-icon[b-ug5536h5ny] {
    font-size: 1.1rem;
    margin-right: 0.5rem;
    opacity: 0.9;
}

/* Dropdown styling */
.dropdown-menu[b-ug5536h5ny] {
    background-color: white;
    border: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    margin-top: 0.5rem;
}

.dropdown-item[b-ug5536h5ny] {
    color: #333;
    padding: 0.75rem 1.25rem;
    font-weight: 500;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover[b-ug5536h5ny],
.dropdown-item:focus[b-ug5536h5ny] {
    background-color: #f8f9fa;
    color: #1e3a5f;
}

.dropdown-divider[b-ug5536h5ny] {
    margin: 0.5rem 0;
    border-top: 1px solid #e9ecef;
}

/* Mobile toggler */
.navbar-toggler[b-ug5536h5ny] {
    border: none;
    padding: 0.5rem;
}

.navbar-toggler:focus[b-ug5536h5ny] {
    box-shadow: none;
}

.navbar-toggler-icon[b-ug5536h5ny] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
    .navbar-collapse[b-ug5536h5ny] {
        background-color: rgba(30, 58, 95, 0.95);
        margin-top: 1rem;
        padding: 1rem;
        border-radius: 8px;
        backdrop-filter: blur(10px);
    }
    
    .navbar-nav .nav-link[b-ug5536h5ny] {
        padding: 0.75rem 1rem;
        margin: 0.25rem 0;
    }
    
    .navbar-nav .ms-auto[b-ug5536h5ny] {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 1rem;
        padding-top: 1rem;
    }
}

/* Professional color scheme inspired by SMC Elevators website */
:root[b-ug5536h5ny] {
    --smc-primary: #1e3a5f;
    --smc-secondary: #2c5aa0;
    --smc-accent: #4a90c2;
    --smc-light: #e8f4fd;
    --smc-dark: #0f1c2e;
}
/* /Components/Pages/CustomerWizard.razor.rz.scp.css */
.wizard-steps[b-kvy16tmtrz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: all 0.3s ease;
}

.wizard-step[b-kvy16tmtrz] {
    display: flex;
    align-items: center;
    padding: 0.75rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
}

.wizard-step.active[b-kvy16tmtrz] {
    background-color: var(--smc-light);
    border-left: 4px solid var(--smc-primary);
}

.wizard-step.completed[b-kvy16tmtrz] {
    background-color: rgba(40, 167, 69, 0.1);
    border-left: 4px solid var(--smc-success);
}

.step-indicator[b-kvy16tmtrz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-right: 0.75rem;
    font-weight: 600;
    font-size: 0.875rem;
    background-color: #e9ecef;
    color: #6c757d;
}

.wizard-step.active .step-indicator[b-kvy16tmtrz] {
    background-color: var(--smc-primary);
    color: white;
}

.wizard-step.completed .step-indicator[b-kvy16tmtrz] {
    background-color: var(--smc-success);
    color: white;
}

.step-title[b-kvy16tmtrz] {
    font-weight: 500;
    color: #495057;
}

.wizard-step.active .step-title[b-kvy16tmtrz] {
    color: var(--smc-primary);
    font-weight: 600;
}

.wizard-step.completed .step-title[b-kvy16tmtrz] {
    color: var(--smc-success);
}

/* Processing states */
.processing-overlay[b-kvy16tmtrz] {
    position: relative;
}

.processing-overlay[b-kvy16tmtrz]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: inherit;
    z-index: 1;
}

.btn:disabled .spinner-border[b-kvy16tmtrz] {
    margin-right: 0.5rem;
}

/* Smooth transition for disabled state */
.btn[b-kvy16tmtrz] {
    transition: all 0.2s ease;
}

.btn:disabled[b-kvy16tmtrz] {
    opacity: 0.8;
    transform: none;
}

/* Processing alert styling */
.alert-info.processing-alert[b-kvy16tmtrz] {
    border-left: 4px solid var(--smc-primary);
    background-color: rgba(30, 58, 95, 0.05);
    border-color: rgba(30, 58, 95, 0.2);
}
/* /Components/Shared/SignatureCanvas.razor.rz.scp.css */
.signature-canvas-container[b-yukqi8dsgv] {
    width: 100%;
}

.signature-canvas-wrapper[b-yukqi8dsgv] {
    position: relative;
    background-color: white;
    display: inline-block;
    max-width: 100%;
}

.signature-canvas-wrapper canvas[b-yukqi8dsgv] {
    display: block;
    border-radius: 0.25rem;
}

.signature-placeholder[b-yukqi8dsgv] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #999;
    pointer-events: none;
    font-style: italic;
    text-align: center;
}

@media (max-width: 576px) {
    .signature-canvas-wrapper canvas[b-yukqi8dsgv] {
        width: 100% !important;
        height: auto !important;
    }
}
