@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Account/Pages/Register.razor.rz.scp.css */
/* Register Page Styles */

/* Page Layout */
.register-page[b-qqil2f0m8j] {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background: linear-gradient(135deg, #f5f5f5 0%, #fafafa 100%);
    overflow: hidden;
}

/* Page Header */
.register-header[b-qqil2f0m8j] {
    text-align: center;
    padding: 1rem 1rem;
    flex-shrink: 0;
}

.header-title[b-qqil2f0m8j] {
    color: #1b2b3b;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.5px;
}

.header-subtitle[b-qqil2f0m8j] {
    color: #6c757d;
    font-size: 1.1rem;
    margin: 0;
    font-weight: 400;
}

/* Form Container */
.register-form-container[b-qqil2f0m8j] {
    max-width: 580px;
    margin: 0 auto;
    flex: 1;
    overflow-y: auto;
    width: 100%;
    padding: 0 1rem;
}

.form-wrapper[b-qqil2f0m8j] {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

/* Status Messages */
.validation-alert[b-qqil2f0m8j] {
    padding: 0.75rem;
    margin: 0;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    border-radius: 0;
    font-size: 0.85rem;
}

.validation-alert + *[b-qqil2f0m8j] {
    margin-top: 0;
}

/* Form Sections */
.form-section[b-qqil2f0m8j] {
    padding: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    display: contents;
}

.form-section:last-of-type[b-qqil2f0m8j] {
    border-bottom: none;
}

.form-section-personal[b-qqil2f0m8j] {
    padding-top: 1.5rem;
}

.form-section-account[b-qqil2f0m8j] {
    padding-left: 1.5rem;
}

.section-header[b-qqil2f0m8j] {
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #da8700;
}

.section-title[b-qqil2f0m8j] {
    color: #1b2b3b;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

.section-description[b-qqil2f0m8j] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
    font-weight: 400;
}

.section-body[b-qqil2f0m8j] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0 1.5rem;
}

.form-section:first-of-type .section-body[b-qqil2f0m8j] {
    padding-top: 0;
}

/* Form Groups */
.form-group[b-qqil2f0m8j] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.form-group-row[b-qqil2f0m8j] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 0;
}

/* Form Floating Labels */
.form-floating[b-qqil2f0m8j] {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}

.form-floating > .form-control[b-qqil2f0m8j] {
    padding: 0.75rem 0.75rem 0.2rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background-color: #fff;
    font-size: 0.95rem;
    color: #1b2b3b;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-floating > .form-control:focus[b-qqil2f0m8j] {
    border-color: #da8700;
    box-shadow: 0 0 0 3px rgba(218, 135, 0, 0.1);
    outline: none;
}

.form-floating > label[b-qqil2f0m8j] {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.65rem 0.75rem;
    color: #6c757d;
    font-size: 0.85rem;
    font-weight: 500;
    pointer-events: none;
    transform-origin: 0 0;
    transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label[b-qqil2f0m8j],
.form-floating > .form-control:focus ~ label[b-qqil2f0m8j] {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem);
}

/* Form Hint */
.form-hint[b-qqil2f0m8j] {
    display: block;
    color: #6c757d;
    font-size: 0.8rem;
    margin-top: 0.2rem;
}

/* Validation Feedback */
.invalid-feedback[b-qqil2f0m8j] {
    display: block;
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 0.2rem;
    font-weight: 500;
}

/* Form Actions */
.form-actions[b-qqil2f0m8j] {
    padding: 1rem 1.5rem;
    background-color: #f9f9f9;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
}

.btn-submit[b-qqil2f0m8j] {
    min-width: 200px;
    padding: 0.7rem 1.5rem;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 6px;
    background-color: #da8700;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.btn-submit:hover[b-qqil2f0m8j] {
    background-color: #b86b00;
    box-shadow: 0 2px 8px rgba(218, 135, 0, 0.2);
}

.btn-submit:active[b-qqil2f0m8j] {
    box-shadow: 0 1px 4px rgba(218, 135, 0, 0.2);
}

.btn-submit:disabled[b-qqil2f0m8j] {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Form Footer */
.form-footer[b-qqil2f0m8j] {
    padding: 1rem 1.5rem;
    text-align: center;
    background-color: #fafafa;
    border-top: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.form-footer p[b-qqil2f0m8j] {
    margin: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

.sign-in-link[b-qqil2f0m8j] {
    color: #da8700;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.15s ease-in-out;
}

.sign-in-link:hover[b-qqil2f0m8j] {
    color: #b86b00;
    text-decoration: underline;
}

.text-muted[b-qqil2f0m8j] {
    color: #6c757d;
}

/* Responsive Design */
@media (max-width: 768px) {
    .register-page[b-qqil2f0m8j] {
        height: 100vh;
    }

    .register-header[b-qqil2f0m8j] {
        padding: 0.75rem 1rem;
    }

    .header-title[b-qqil2f0m8j] {
        font-size: 1.5rem;
    }

    .register-form-container[b-qqil2f0m8j] {
        padding: 0 0.75rem;
    }

    .form-wrapper[b-qqil2f0m8j] {
        border-radius: 8px;
    }

    .section-header[b-qqil2f0m8j] {
        margin-bottom: 0.75rem;
        padding-bottom: 0.5rem;
    }

    .section-title[b-qqil2f0m8j] {
        font-size: 1rem;
    }

    .section-body[b-qqil2f0m8j] {
        padding: 0 1rem;
        gap: 0.75rem;
    }

    .form-group-row[b-qqil2f0m8j] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .btn-submit[b-qqil2f0m8j] {
        min-width: 150px;
        font-size: 0.9rem;
    }
}

@media (max-width: 576px) {
    .register-page[b-qqil2f0m8j] {
        height: 100vh;
    }

    .register-header[b-qqil2f0m8j] {
        padding: 0.5rem 0.75rem;
    }

    .header-title[b-qqil2f0m8j] {
        font-size: 1.3rem;
    }

    .header-subtitle[b-qqil2f0m8j] {
        font-size: 0.85rem;
    }

    .register-form-container[b-qqil2f0m8j] {
        padding: 0 0.5rem;
    }

    .form-wrapper[b-qqil2f0m8j] {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        border-radius: 6px;
    }

    .section-header[b-qqil2f0m8j] {
        margin-bottom: 0.6rem;
        padding-bottom: 0.4rem;
    }

    .section-title[b-qqil2f0m8j] {
        font-size: 0.95rem;
    }

    .section-body[b-qqil2f0m8j] {
        padding: 0 0.75rem;
        gap: 0.6rem;
    }

    .form-group-row[b-qqil2f0m8j] {
        gap: 0.6rem;
    }

    .form-floating > .form-control[b-qqil2f0m8j] {
        padding: 0.65rem 0.6rem 0.15rem 0.6rem;
        font-size: 0.9rem;
    }

    .form-floating > label[b-qqil2f0m8j] {
        padding: 0.55rem 0.6rem;
        font-size: 0.8rem;
    }

    .form-actions[b-qqil2f0m8j],
    .form-footer[b-qqil2f0m8j] {
        padding: 0.75rem 1rem;
    }

    .btn-submit[b-qqil2f0m8j] {
        min-width: auto;
        width: calc(100% - 1rem);
        padding: 0.6rem 1rem;
        font-size: 0.85rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-941eb57opv] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-941eb57opv] {
    flex: 1;
}

.sidebar[b-941eb57opv] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-941eb57opv] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-941eb57opv]  a, .top-row[b-941eb57opv]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-941eb57opv]  a:hover, .top-row[b-941eb57opv]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-941eb57opv]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-941eb57opv] {
        justify-content: space-between;
    }

    .top-row[b-941eb57opv]  a, .top-row[b-941eb57opv]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-941eb57opv] {
        flex-direction: row;
    }

    .sidebar[b-941eb57opv] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-941eb57opv] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-941eb57opv]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-941eb57opv], article[b-941eb57opv] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-941eb57opv] {
    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-941eb57opv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-kb6shcmu8u] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: 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.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-kb6shcmu8u] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-kb6shcmu8u] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-kb6shcmu8u] {
    font-size: 1.1rem;
}

.bi[b-kb6shcmu8u] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-kb6shcmu8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-kb6shcmu8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-kb6shcmu8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-kb6shcmu8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-kb6shcmu8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-kb6shcmu8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-kb6shcmu8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-kb6shcmu8u] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-kb6shcmu8u] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-kb6shcmu8u] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-kb6shcmu8u] {
        padding-bottom: 1rem;
    }

    .nav-item[b-kb6shcmu8u]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-kb6shcmu8u]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-kb6shcmu8u]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-kb6shcmu8u] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-kb6shcmu8u] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-kb6shcmu8u] {
        display: none;
    }

    .nav-scrollable[b-kb6shcmu8u] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-w9nihqsf13],
.components-reconnect-repeated-attempt-visible[b-w9nihqsf13],
.components-reconnect-failed-visible[b-w9nihqsf13],
.components-pause-visible[b-w9nihqsf13],
.components-resume-failed-visible[b-w9nihqsf13],
.components-rejoining-animation[b-w9nihqsf13] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-w9nihqsf13],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-w9nihqsf13],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-w9nihqsf13],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-w9nihqsf13],
#components-reconnect-modal.components-reconnect-retrying[b-w9nihqsf13],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-w9nihqsf13],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-w9nihqsf13],
#components-reconnect-modal.components-reconnect-failed[b-w9nihqsf13],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-w9nihqsf13] {
    display: block;
}


#components-reconnect-modal[b-w9nihqsf13] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-w9nihqsf13 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-w9nihqsf13 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-w9nihqsf13 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-w9nihqsf13]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-w9nihqsf13 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-w9nihqsf13 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-w9nihqsf13 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-w9nihqsf13 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-w9nihqsf13] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-w9nihqsf13] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-w9nihqsf13] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-w9nihqsf13] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-w9nihqsf13] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-w9nihqsf13] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-w9nihqsf13] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-w9nihqsf13 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-w9nihqsf13] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-w9nihqsf13 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
/* Quick Actions Bar */
.dashboard-quick-actions[b-f9agims59v] {
    background: linear-gradient(135deg, #1b2b3b 0%, #2d4055 100%);
    padding: 1rem;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #da8700;
}

.quick-actions-wrapper[b-f9agims59v] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.quick-actions-title[b-f9agims59v] {
    color: #da8700;
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
    flex: 0 0 auto;
}

.quick-actions-buttons[b-f9agims59v] {
    display: flex;
    gap: 0.75rem;
    flex: 1;
    flex-wrap: wrap;
}

.quick-action-btn[b-f9agims59v] {
    white-space: nowrap;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.quick-action-btn:hover[b-f9agims59v] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Dashboard Layout Container */
.dashboard-container[b-f9agims59v] {
    display: flex;
    gap: 1.5rem;
    height: 100%;
}

/* Column Layout */
.dashboard-column[b-f9agims59v] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.orders-column[b-f9agims59v] {
    flex: 1;
    min-width: 0;
}

.order-form-column[b-f9agims59v] {
    flex: 1;
    min-width: 0;
}

.customers-column[b-f9agims59v] {
    flex: 1;
    min-width: 0;
}

/* Customers Container */
.customers-container[b-f9agims59v] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
}

.customers-list-section[b-f9agims59v] {
    display: flex;
    flex-direction: column;
    gap: 0;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
    flex: 1;
    min-width: 0;
}

.customers-list-section > div:first-child[b-f9agims59v] {
    border-radius: 0;
}

.customers-grid[b-f9agims59v] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 300px);
}

.customers-grid-full[b-f9agims59v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
    padding: 1.5rem;
    background-color: #fff;
    min-height: 200px;
    max-height: 500px;
    overflow-y: auto;
}

/* Section Headers */
.section-header[b-f9agims59v] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1b2b3b;
    color: #da8700;
    padding: 0.75rem;
    border-radius: 4px;
    gap: 1rem;
    flex-wrap: wrap;
}

.section-header h6[b-f9agims59v] {
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
}

.section-header-title[b-f9agims59v] {
    flex: 0 0 auto;
}

.section-header-search[b-f9agims59v] {
    flex: 1;
    min-width: 150px;
}

.section-header-actions[b-f9agims59v] {
    flex: 0 0 auto;
}

/* Order Form Styling */
.order-form-wrapper[b-f9agims59v] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #f9f9f9;
    padding: 1.25rem;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.order-form-header[b-f9agims59v] {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #1b2b3b 0%, #2d4055 100%);
    color: #da8700;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.order-header-section[b-f9agims59v] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 0.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

/* Order Details Section */
.order-items-section[b-f9agims59v] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.order-items-container[b-f9agims59v] {
    overflow-y: auto;
    overflow-x: hidden;
    height: 550px;
    border: 1px solid #e0e0e0;
    padding: 1rem;
    background-color: #fff;
    border-radius: 4px;
}

.order-items-container h5[b-f9agims59v] {
    margin-bottom: 0.75rem;
    font-weight: 600;
    color: #1b2b3b;
}

.order-item[b-f9agims59v] {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e74c3c;
}

.order-item:last-child[b-f9agims59v] {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Totals Section - Better Organization */
.order-totals-section[b-f9agims59v] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

/* Subtotal Row */
.totals-row[b-f9agims59v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    align-items: flex-end;
}

.totals-row.single-column[b-f9agims59v] {
    grid-template-columns: 1fr;
}

.totals-label[b-f9agims59v] {
    font-weight: 600;
    color: #1b2b3b;
    font-size: 0.95rem;
}

/* Charges Section */
.charges-section[b-f9agims59v] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.charge-item[b-f9agims59v] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.charge-item.checkbox-item[b-f9agims59v] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.form-check[b-f9agims59v] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Summary Section */
.order-summary-section[b-f9agims59v] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #f0f0f0;
    border-radius: 4px;
    border-left: 4px solid #da8700;
}

/* Customer Selection Group */
.customer-selection-group[b-f9agims59v] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.selected-customer[b-f9agims59v] {
    flex: 1;
    padding: 0.5rem;
    background-color: #e8f5e9;
    border-radius: 4px;
    border-left: 3px solid #4caf50;
}

.selected-customer h6[b-f9agims59v] {
    margin: 0;
    color: #1b2b3b;
    font-weight: 600;
}

.selected-customer small[b-f9agims59v] {
    display: block;
    color: #666;
    font-size: 0.8rem;
}

.no-customer[b-f9agims59v] {
    flex: 1;
    padding: 0.5rem;
    background-color: #fff3cd;
    border-radius: 4px;
    border-left: 3px solid #ffc107;
}

.no-customer h6[b-f9agims59v] {
    margin: 0;
    color: #856404;
    font-weight: 600;
}

.btn-select-customer[b-f9agims59v] {
    white-space: nowrap;
    padding: 0.375rem 0.75rem !important;
    font-size: 0.875rem;
}

/* Customer Selection Grid */
.customer-selection-grid[b-f9agims59v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
    padding: 1rem 0;
}

.customer-card[b-f9agims59v] {
    background-color: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.customer-card.clickable[b-f9agims59v] {
    cursor: pointer;
}

.customer-card.clickable:hover[b-f9agims59v] {
    border-color: #da8700;
    box-shadow: 0 4px 12px rgba(218, 135, 0, 0.2);
    transform: translateY(-2px);
}

.customer-card-header[b-f9agims59v] {
    background: linear-gradient(135deg, #1b2b3b 0%, #2d4055 100%);
    color: #da8700;
    padding: 1rem;
    border-bottom: 1px solid #e0e0e0;
}

.customer-card-header h6[b-f9agims59v] {
    margin: 0;
    font-weight: 600;
    font-size: 1rem;
}

.customer-card-body[b-f9agims59v] {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.customer-card-body p[b-f9agims59v] {
    margin: 0;
    font-size: 0.9rem;
    color: #333;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.customer-card-body small[b-f9agims59v] {
    color: #666;
}

.summary-item[b-f9agims59v] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.summary-item-label[b-f9agims59v] {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
}

.summary-item-value[b-f9agims59v] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1b2b3b;
}

.summary-item-readonly[b-f9agims59v] {
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
}

/* Payment Section */
.payment-section[b-f9agims59v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}

.payment-item[b-f9agims59v] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.payment-item.full-width[b-f9agims59v] {
    grid-column: 1 / -1;
}

.payment-input-group[b-f9agims59v] {
    display: flex;
    gap: 0.5rem;
}

.payment-input-group .form-floating[b-f9agims59v] {
    flex: 1;
}

.payment-input-group .form-select[b-f9agims59v] {
    min-width: 120px;
}

/* Action Buttons */
.order-actions[b-f9agims59v] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

.order-actions button[b-f9agims59v] {
    flex: 1;
    min-width: 100px;
    font-weight: 500;
}

/* Lists Styling */
.orders-list-container[b-f9agims59v],
.customers-list-container[b-f9agims59v] {
    flex: 1;
    min-width: 0;
    overflow-y: auto;
    max-height: calc(100vh - 200px);
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
}

/* Animations */
@keyframes slideInUp-b-f9agims59v {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Adjustments */
@media (max-width: 1400px) {
    .dashboard-container[b-f9agims59v] {
        gap: 1rem;
    }

    .order-totals-section[b-f9agims59v] {
        gap: 0.75rem;
    }

    .charges-section[b-f9agims59v] {
        grid-template-columns: 1fr 1fr;
    }

    .order-summary-section[b-f9agims59v] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .dashboard-container[b-f9agims59v] {
        flex-direction: column;
        gap: 1.5rem;
    }

    .section-header[b-f9agims59v] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .section-header-search[b-f9agims59v],
    .section-header-actions[b-f9agims59v] {
        width: 100%;
    }

    .charges-section[b-f9agims59v] {
        grid-template-columns: 1fr;
    }

    .order-summary-section[b-f9agims59v] {
        grid-template-columns: 1fr;
    }

    .payment-section[b-f9agims59v] {
        grid-template-columns: 1fr;
    }

    .totals-row[b-f9agims59v] {
        grid-template-columns: 1fr;
    }

    .customers-grid[b-f9agims59v] {
        max-height: calc(100vh - 400px);
    }
}

@media (max-width: 768px) {
    .quick-actions-wrapper[b-f9agims59v] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .quick-actions-buttons[b-f9agims59v] {
        width: 100%;
    }

    .quick-action-btn[b-f9agims59v] {
        flex: 1;
        min-width: 140px;
    }

    .section-header[b-f9agims59v] {
        padding: 0.5rem;
        gap: 0.5rem;
    }

    .order-form-wrapper[b-f9agims59v] {
        padding: 1rem;
    }

    .order-items-container[b-f9agims59v] {
        height: 400px;
    }

    .order-actions button[b-f9agims59v] {
        min-width: 80px;
        font-size: 0.875rem;
    }

    .customers-container[b-f9agims59v] {
        gap: 0.75rem;
    }

    .customer-form-placeholder[b-f9agims59v] {
        padding: 1.5rem 1rem;
    }
}

/* Scrollbar Styling */
.orders-list-container[b-f9agims59v]::-webkit-scrollbar,
.customers-list-container[b-f9agims59v]::-webkit-scrollbar,
.order-items-container[b-f9agims59v]::-webkit-scrollbar,
.customers-grid[b-f9agims59v]::-webkit-scrollbar {
    width: 8px;
}

.orders-list-container[b-f9agims59v]::-webkit-scrollbar-track,
.customers-list-container[b-f9agims59v]::-webkit-scrollbar-track,
.order-items-container[b-f9agims59v]::-webkit-scrollbar-track,
.customers-grid[b-f9agims59v]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.orders-list-container[b-f9agims59v]::-webkit-scrollbar-thumb,
.customers-list-container[b-f9agims59v]::-webkit-scrollbar-thumb,
.order-items-container[b-f9agims59v]::-webkit-scrollbar-thumb,
.customers-grid[b-f9agims59v]::-webkit-scrollbar-thumb {
    background: #da8700;
    border-radius: 10px;
}

.orders-list-container[b-f9agims59v]::-webkit-scrollbar-thumb:hover,
.customers-list-container[b-f9agims59v]::-webkit-scrollbar-thumb:hover,
.order-items-container[b-f9agims59v]::-webkit-scrollbar-thumb:hover,
.customers-grid[b-f9agims59v]::-webkit-scrollbar-thumb:hover {
    background: #b86a00;
}
/* /Components/Pages/Payments.razor.rz.scp.css */
/* Payments Page - BlazorBootstrap + Bootstrap Utilities with Custom Styling */

/* Header */
.payments-header[b-b1tqthdxuk] {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.payments-header h3[b-b1tqthdxuk] {
    font-size: 1.25rem;
    font-weight: 600;
}

/* Sidebar */
.payments-sidebar[b-b1tqthdxuk] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.orders-list-wrapper[b-b1tqthdxuk] {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 0;
    overflow: hidden;
}

/* Main Content */
.payments-main[b-b1tqthdxuk] {
    display: flex;
    flex-direction: column;
}

.payment-details-card[b-b1tqthdxuk] {
    overflow: hidden;
    border-radius: 8px;
}

/* Order Details Section */
.order-detail-item[b-b1tqthdxuk] {
    padding: 0.75rem 0;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.order-detail-item:hover[b-b1tqthdxuk] {
    background-color: #f9f9f9;
    padding-left: 0.5rem;
}

.card-header.border-bottom[b-b1tqthdxuk] {
    border-bottom: 2px solid #e0e0e0 !important;
}

/* Section Styling */
.payment-section[b-b1tqthdxuk] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.section-title[b-b1tqthdxuk] {
    color: #1b2b3b;
    font-size: 0.95rem;
    margin: 0;
}

.section-title.border-bottom[b-b1tqthdxuk] {
    border-bottom-width: 2px !important;
}

/* Summary Items */
.summary-grid[b-b1tqthdxuk] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.summary-item[b-b1tqthdxuk] {
    flex: 1 1 calc(20% - 0.75rem);
    min-width: 140px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-radius: 6px;
    min-height: 70px;
    justify-content: center;
}

.summary-item:hover[b-b1tqthdxuk] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.summary-item.summary-total[b-b1tqthdxuk] {
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(218, 135, 0, 0.15);
}

.summary-item.summary-balance-due[b-b1tqthdxuk],
.summary-item.summary-paid[b-b1tqthdxuk] {
    border-radius: 8px;
}

.summary-item small[b-b1tqthdxuk] {
    margin-bottom: 0.25rem;
}

.summary-item span[b-b1tqthdxuk] {
    line-height: 1.4;
}

/* Responsive breakpoints for summary items */
@media (max-width: 1024px) {
    .summary-item[b-b1tqthdxuk] {
        flex: 1 1 calc(33.333% - 0.75rem);
        min-width: 120px;
    }
}

@media (max-width: 768px) {
    .summary-item[b-b1tqthdxuk] {
        flex: 1 1 calc(50% - 0.75rem);
        min-width: 100px;
    }
}

@media (max-width: 576px) {
    .summary-item[b-b1tqthdxuk] {
        flex: 1 1 calc(100% - 0.75rem);
        min-width: 100%;
    }
}

/* Tables */
.table[b-b1tqthdxuk] {
    margin-bottom: 0;
}

.table thead th[b-b1tqthdxuk] {
    border-bottom: 2px solid #e0e0e0 !important;
    font-weight: 600;
    color: #1b2b3b;
    vertical-align: middle;
    padding: 0.875rem 0.75rem;
}

.table tbody tr[b-b1tqthdxuk] {
    transition: background-color 0.15s ease;
}

.table tbody tr:hover[b-b1tqthdxuk] {
    background-color: #fffbf5;
}

.table tbody td[b-b1tqthdxuk] {
    padding: 0.75rem;
    color: #555;
    vertical-align: middle;
}

.table-responsive[b-b1tqthdxuk] {
    border-radius: 6px;
    overflow: hidden;
}

/* Card Styling */
.card[b-b1tqthdxuk] {
    border-radius: 8px;
}

.card-header[b-b1tqthdxuk] {
    border-bottom: 1px solid #e0e0e0;
}

.card-body[b-b1tqthdxuk] {
    background-color: #fff;
}

.card-footer[b-b1tqthdxuk] {
    border-top: 1px solid #e0e0e0;
}

/* Empty State */
.card.p-5[b-b1tqthdxuk] {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .payments-sidebar[b-b1tqthdxuk] {
        order: 2;
        margin-top: 1.5rem;
    }

    .payments-main[b-b1tqthdxuk] {
        order: 1;
    }
}

@media (max-width: 768px) {
    .sidebar-header[b-b1tqthdxuk] {
        text-align: center;
    }

    .table[b-b1tqthdxuk] {
        font-size: 0.875rem;
    }

    .table thead th[b-b1tqthdxuk],
    .table tbody td[b-b1tqthdxuk] {
        padding: 0.5rem 0.4rem;
    }

    .summary-item[b-b1tqthdxuk] {
        padding: 1rem !important;
    }

    .card-body[b-b1tqthdxuk] {
        padding: 1rem !important;
    }

    .card-header[b-b1tqthdxuk],
    .card-footer[b-b1tqthdxuk] {
        padding: 1rem !important;
    }

    .order-detail-item[b-b1tqthdxuk] {
        padding: 0.5rem 0;
    }
}

@media (max-width: 576px) {
    .card.p-5[b-b1tqthdxuk] {
        padding: 1.5rem !important;
    }

    .summary-grid[b-b1tqthdxuk] {
        grid-template-columns: 1fr;
    }

    .summary-item[b-b1tqthdxuk] {
        width: 100%;
    }

    .payment-section[b-b1tqthdxuk] {
        margin-bottom: 2rem;
    }
}
/* /Components/Pages/Sales.razor.rz.scp.css */
/* Sales Page Styles */

/* Page Layout */
.sales-page[b-9v43gqqwnk] {
    padding: 0;
    background: linear-gradient(135deg, #f5f5f5 0%, #fafafa 100%);
}

/* Page Header */
.sales-header[b-9v43gqqwnk] {
    background: linear-gradient(135deg, #1b2b3b 0%, #2d4055 100%);
    border-left: 4px solid #da8700;
    padding: 1rem;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
}

.header-title[b-9v43gqqwnk] {
    color: #da8700;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

/* Main Container */
.sales-container[b-9v43gqqwnk] {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 1.5rem;
    padding: 1.5rem 2rem;
    max-width: 100%;
}

/* Sidebar */
.sales-sidebar[b-9v43gqqwnk] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.filters-card[b-9v43gqqwnk] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
    height: fit-content;
}

.filters-title[b-9v43gqqwnk] {
    color: #1b2b3b;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 1rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #da8700;
}

/* Filter Groups */
.filter-group[b-9v43gqqwnk] {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.filter-group:last-of-type[b-9v43gqqwnk] {
    margin-bottom: 0;
}

.filter-label[b-9v43gqqwnk] {
    color: #1b2b3b;
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
}

.filter-input[b-9v43gqqwnk] {
    padding: 0.65rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: border-color 0.15s ease-in-out;
}

.filter-input:focus[b-9v43gqqwnk] {
    border-color: #da8700;
    box-shadow: 0 0 0 3px rgba(218, 135, 0, 0.1);
    outline: none;
}

/* Filter Actions */
.filter-actions[b-9v43gqqwnk] {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #e0e0e0;
}

/* Main Content */
.sales-main[b-9v43gqqwnk] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* Empty State */
.empty-state[b-9v43gqqwnk] {
    background: #fff;
    border-radius: 8px;
    padding: 3rem 2rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* Grid Container */
.sales-grid-container[b-9v43gqqwnk] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.grid-header[b-9v43gqqwnk] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}

.grid-title[b-9v43gqqwnk] {
    color: #1b2b3b;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

/* Sales Grid Styling - BlazorBootstrap Grid */
.sales-grid-container .table[b-9v43gqqwnk] {
    margin-bottom: 0;
    font-size: 0.95rem;
}

.sales-grid-container .table thead[b-9v43gqqwnk] {
    background-color: #da8700;
    color: #fff;
    border: none;
}

.sales-grid-container .table thead th[b-9v43gqqwnk] {
    padding: 1.25rem 1.5rem;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    vertical-align: middle;
    color: #fff;
}

.sales-grid-container .table tbody td[b-9v43gqqwnk] {
    padding: 1.25rem 1.5rem;
    font-size: 0.95rem;
    vertical-align: middle;
    color: #555;
    border-color: #f0f0f0;
}

.sales-grid-container .table tbody tr[b-9v43gqqwnk] {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.15s ease-in-out;
}

.sales-grid-container .table tbody tr:hover[b-9v43gqqwnk] {
    background-color: #f9f9f9;
}

.sales-grid-container .table .badge[b-9v43gqqwnk] {
    font-size: 0.85rem;
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
}

.sales-grid-container .text-success[b-9v43gqqwnk] {
    color: #28a745 !important;
    font-weight: 700;
}

/* Sales Summary */
.sales-summary[b-9v43gqqwnk] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.summary-header[b-9v43gqqwnk] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}

.summary-title[b-9v43gqqwnk] {
    color: #1b2b3b;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.summary-grid[b-9v43gqqwnk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    padding: 1.5rem;
}

.summary-item[b-9v43gqqwnk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 6px;
    border-left: 3px solid #e0e0e0;
}

.summary-item.summary-total[b-9v43gqqwnk] {
    border-left-color: #da8700;
    background-color: #fffbf5;
}

.summary-label[b-9v43gqqwnk] {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 600;
}

.summary-value[b-9v43gqqwnk] {
    color: #1b2b3b;
    font-size: 1.1rem;
    font-weight: 700;
}

.summary-item.summary-total .summary-value[b-9v43gqqwnk] {
    color: #da8700;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .sales-container[b-9v43gqqwnk] {
        grid-template-columns: 250px 1fr;
        gap: 1rem;
        padding: 1rem 1.5rem;
    }

    .sales-grid-container .table thead th[b-9v43gqqwnk] {
        padding: 1rem 1rem;
        font-size: 0.9rem;
    }

    .sales-grid-container .table tbody td[b-9v43gqqwnk] {
        padding: 1rem 1rem;
        font-size: 0.9rem;
    }
}

@media (max-width: 992px) {
    .sales-container[b-9v43gqqwnk] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1rem;
    }

    .sales-sidebar[b-9v43gqqwnk] {
        order: 2;
    }

    .sales-main[b-9v43gqqwnk] {
        order: 1;
    }

    .filters-card[b-9v43gqqwnk] {
        padding: 1rem;
    }

    .filters-title[b-9v43gqqwnk] {
        font-size: 1rem;
    }

    .filter-label[b-9v43gqqwnk] {
        font-size: 0.85rem;
    }

    .filter-input[b-9v43gqqwnk] {
        font-size: 0.85rem;
        padding: 0.6rem;
    }

    .summary-grid[b-9v43gqqwnk] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
        padding: 1rem;
    }

    .summary-item.summary-total[b-9v43gqqwnk] {
        grid-column: 1 / -1;
    }

    .sales-grid-container .table thead th[b-9v43gqqwnk] {
        padding: 0.9rem 0.9rem;
        font-size: 0.85rem;
    }

    .sales-grid-container .table tbody td[b-9v43gqqwnk] {
        padding: 0.9rem 0.9rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .sales-header[b-9v43gqqwnk] {
        padding: 1rem 1rem;
    }

    .header-title[b-9v43gqqwnk] {
        font-size: 1.5rem;
    }

    .sales-container[b-9v43gqqwnk] {
        padding: 1rem;
        gap: 1rem;
    }

    .grid-header[b-9v43gqqwnk] {
        padding: 0.75rem 1rem;
    }

    .grid-title[b-9v43gqqwnk] {
        font-size: 0.95rem;
    }

    .sales-grid-container .table thead th[b-9v43gqqwnk] {
        padding: 0.8rem 0.8rem;
        font-size: 0.8rem;
    }

    .sales-grid-container .table tbody td[b-9v43gqqwnk] {
        padding: 0.8rem 0.8rem;
        font-size: 0.8rem;
    }

    .filters-card[b-9v43gqqwnk] {
        padding: 1rem;
    }

    .filters-title[b-9v43gqqwnk] {
        font-size: 0.95rem;
        margin-bottom: 0.75rem;
    }

    .filter-group[b-9v43gqqwnk] {
        margin-bottom: 0.75rem;
    }

    .filter-actions[b-9v43gqqwnk] {
        margin-top: 1rem;
        padding-top: 0.75rem;
    }

    .summary-grid[b-9v43gqqwnk] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        padding: 1rem;
    }

    .summary-item[b-9v43gqqwnk] {
        padding: 0.75rem;
    }

    .summary-label[b-9v43gqqwnk] {
        font-size: 0.8rem;
    }

    .summary-value[b-9v43gqqwnk] {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .sales-header[b-9v43gqqwnk] {
        padding: 0.75rem 1rem;
    }

    .header-title[b-9v43gqqwnk] {
        font-size: 1.25rem;
    }

    .sales-container[b-9v43gqqwnk] {
        grid-template-columns: 1fr;
        padding: 0.75rem;
        gap: 0.75rem;
    }

    .sales-grid-container[b-9v43gqqwnk] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sales-grid-container .table thead th[b-9v43gqqwnk] {
        padding: 0.7rem 0.7rem;
        font-size: 0.75rem;
    }

    .sales-grid-container .table tbody td[b-9v43gqqwnk] {
        padding: 0.7rem 0.7rem;
        font-size: 0.75rem;
    }

    .grid-header[b-9v43gqqwnk] {
        padding: 0.5rem 1rem;
    }

    .grid-title[b-9v43gqqwnk] {
        font-size: 0.85rem;
    }

    .filters-card[b-9v43gqqwnk] {
        padding: 0.75rem;
    }

    .filters-title[b-9v43gqqwnk] {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }

    .filter-group[b-9v43gqqwnk] {
        margin-bottom: 0.5rem;
    }

    .filter-label[b-9v43gqqwnk] {
        font-size: 0.8rem;
    }

    .filter-input[b-9v43gqqwnk] {
        font-size: 0.8rem;
        padding: 0.5rem;
    }

    .summary-grid[b-9v43gqqwnk] {
        grid-template-columns: 1fr;
        gap: 0.4rem;
        padding: 0.75rem;
    }

    .summary-item[b-9v43gqqwnk] {
        padding: 0.5rem;
    }

    .summary-label[b-9v43gqqwnk] {
        font-size: 0.7rem;
    }

    .summary-value[b-9v43gqqwnk] {
        font-size: 0.85rem;
    }

    .empty-state[b-9v43gqqwnk] {
        padding: 2rem 1rem;
    }
}
/* /Components/Shared/CustomerForm.razor.rz.scp.css */
/* Customer Form Wrapper */
.customer-form-wrapper[b-4f5mqlrp4z] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    background-color: #fff;
    padding: 2rem;
    border: none;
    border-radius: 0;
}

/* Header Section */
.customer-header-section[b-4f5mqlrp4z] {
    padding-bottom: 1rem;
    border-bottom: 2px solid #da8700;
    border-top: none;
    border-left: none;
    border-right: none;
    flex-shrink: 0;
    margin: -2rem -2rem 0 -2rem;
    padding: 1.5rem 2rem;
    background-color: #f9f9f9;
}

.customer-header-section h5[b-4f5mqlrp4z] {
    color: #1b2b3b;
    font-weight: 600;
    margin: 0;
}

/* Customer Section */
.customer-section[b-4f5mqlrp4z] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
    background-color: #f9f9f9;
    border-radius: 6px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    flex-shrink: 0;
}

.customer-section:last-of-type[b-4f5mqlrp4z] {
    border-bottom: none;
}

.section-title[b-4f5mqlrp4z] {
    color: #1b2b3b;
    font-weight: 600;
    font-size: 0.95rem;
    margin: 0 0 0.5rem 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #da8700;
}

.section-content[b-4f5mqlrp4z] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

/* Form Layout */
.form-row[b-4f5mqlrp4z] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    align-items: flex-start;
}

.form-row.full-width[b-4f5mqlrp4z] {
    grid-template-columns: 1fr;
}

.form-col[b-4f5mqlrp4z] {
    display: flex;
    flex-direction: column;
}

.form-floating[b-4f5mqlrp4z] {
    display: flex;
    flex-direction: column;
}

.form-floating input[b-4f5mqlrp4z],
.form-floating textarea[b-4f5mqlrp4z] {
    order: 2;
    padding: 0.75rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    font-size: 1rem;
}

.form-floating label[b-4f5mqlrp4z] {
    order: 1;
    padding: 0.625rem 0.75rem;
    color: #6c757d;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

/* Action Buttons */
.customer-actions[b-4f5mqlrp4z] {
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
    padding-top: 1.5rem;
    border-top: 1px solid #e0e0e0;
    flex-shrink: 0;
    margin: 0 -2rem -2rem -2rem;
    padding: 1.5rem 2rem;
    background-color: #f9f9f9;
}

.customer-actions button[b-4f5mqlrp4z] {
    min-width: 120px;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .form-row[b-4f5mqlrp4z] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .customer-form-wrapper[b-4f5mqlrp4z] {
        padding: 1.5rem;
        gap: 1rem;
        max-height: calc(100vh - 150px);
    }

    .customer-header-section[b-4f5mqlrp4z] {
        margin: -1.5rem -1.5rem 0 -1.5rem;
        padding: 1rem 1.5rem;
    }

    .customer-section[b-4f5mqlrp4z] {
        padding: 1rem;
    }

    .form-row[b-4f5mqlrp4z] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .customer-actions[b-4f5mqlrp4z] {
        flex-direction: column-reverse;
        gap: 0.5rem;
        margin: 0 -1.5rem -1.5rem -1.5rem;
        padding: 1rem 1.5rem;
    }

    .customer-actions button[b-4f5mqlrp4z] {
        width: 100%;
    }
}

/* Validation Messages */
.text-danger[b-4f5mqlrp4z] {
    font-size: 0.875rem;
    margin-top: 0.25rem;
    color: #dc3545;
}

/* Focus States */
.form-control:focus[b-4f5mqlrp4z] {
    border-color: #da8700;
    box-shadow: 0 0 0 0.2rem rgba(218, 135, 0, 0.25);
}

.form-control.invalid:focus[b-4f5mqlrp4z] {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
/* /Components/Shared/OrdersList.razor.rz.scp.css */
/* Orders List Component Styles */

.orders-list-grid :deep .table[b-u8pa8zeq67] {
    margin-bottom: 0;
    border-collapse: collapse;
}

.orders-list-grid :deep .table thead th[b-u8pa8zeq67] {
    background-color: #da8700;
    border-top: 1px solid #c26d00;
    border-bottom: 2px solid #c26d00;
    font-weight: 600;
    color: #fff;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
}

.orders-list-grid :deep .table tbody tr[b-u8pa8zeq67] {
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s ease;
}

.orders-list-grid :deep .table tbody tr:hover[b-u8pa8zeq67] {
    background-color: #fffbf5;
    cursor: pointer;
}

.orders-list-grid :deep .table tbody td[b-u8pa8zeq67] {
    padding: 0.75rem 1rem;
    color: #555;
    font-size: 0.9rem;
}

.orders-list-grid :deep .table tbody tr:active[b-u8pa8zeq67] {
    background-color: #fef4e8;
}

/* Pagination Container */
:deep .pagination-container[b-u8pa8zeq67] {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}

/* Filter Input */
:deep .filter-input[b-u8pa8zeq67] {
    margin-bottom: 1rem;
}

:deep .filter-input input[b-u8pa8zeq67] {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
}

:deep .filter-input input:focus[b-u8pa8zeq67] {
    border-color: #da8700;
    box-shadow: 0 0 0 3px rgba(218, 135, 0, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .orders-list-grid :deep .table[b-u8pa8zeq67] {
        font-size: 0.8rem;
    }

    .orders-list-grid :deep .table thead th[b-u8pa8zeq67] {
        padding: 0.5rem;
    }

    .orders-list-grid :deep .table tbody td[b-u8pa8zeq67] {
        padding: 0.5rem;
    }
}

/* /Components/Shared/Payment.razor.rz.scp.css */
/* Payment Form Container */
.payment-form-container[b-jn1rhv9qi2] {
    display: flex;
    flex-direction: column;
}

/* Card Styling */
.card[b-jn1rhv9qi2] {
    border-radius: 8px;
    overflow: hidden;
}

.card-header[b-jn1rhv9qi2] {
    border-bottom: 2px solid #e0e0e0 !important;
}

.card-body[b-jn1rhv9qi2] {
    background-color: #fff;
}

.card-footer[b-jn1rhv9qi2] {
    border-top: 1px solid #e0e0e0;
    background-color: #f9f9f9;
}

/* Info Section */
.info-section[b-jn1rhv9qi2] {
    background-color: #f9f9f9;
    padding: 1.5rem;
    border-radius: 6px;
    border-left: 3px solid #da8700;
}

.info-item[b-jn1rhv9qi2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0.5rem 0;
}

.info-item small[b-jn1rhv9qi2] {
    font-size: 0.85rem;
    color: #6c757d;
}

/* Payment Details Section */
.payment-details-section[b-jn1rhv9qi2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Form Controls */
.form-label[b-jn1rhv9qi2] {
    color: #1b2b3b;
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
}

.form-control[b-jn1rhv9qi2],
.form-select[b-jn1rhv9qi2] {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus[b-jn1rhv9qi2],
.form-select:focus[b-jn1rhv9qi2] {
    border-color: #da8700;
    box-shadow: 0 0 0 3px rgba(218, 135, 0, 0.1);
}

.form-control-lg[b-jn1rhv9qi2],
.form-select-lg[b-jn1rhv9qi2] {
    padding: 0.875rem 1rem;
    font-size: 1rem;
}

/* Validation */
.text-danger[b-jn1rhv9qi2] {
    color: #dc3545 !important;
    font-weight: 500;
}

.invalid-feedback[b-jn1rhv9qi2],
:invalid ~ .invalid-feedback[b-jn1rhv9qi2] {
    display: block;
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Button Styling */
.btn[b-jn1rhv9qi2] {
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.btn:hover[b-jn1rhv9qi2] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Horizontal Rule */
.border-top[b-jn1rhv9qi2] {
    border-top: 1px solid #e0e0e0 !important;
    margin: 1.5rem 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .info-section[b-jn1rhv9qi2] {
        padding: 1rem;
    }

    .card-body[b-jn1rhv9qi2] {
        padding: 1.5rem !important;
    }

    .card-header[b-jn1rhv9qi2],
    .card-footer[b-jn1rhv9qi2] {
        padding: 1.5rem !important;
    }

    .form-control[b-jn1rhv9qi2],
    .form-select[b-jn1rhv9qi2] {
        padding: 0.6rem 0.75rem;
        font-size: 0.9rem;
    }

    .form-control-lg[b-jn1rhv9qi2],
    .form-select-lg[b-jn1rhv9qi2] {
        padding: 0.75rem 0.75rem;
    }
}

@media (max-width: 576px) {
    .payment-form-container[b-jn1rhv9qi2] {
        width: 100%;
    }

    .card[b-jn1rhv9qi2] {
        border-radius: 0;
    }

    .info-section[b-jn1rhv9qi2] {
        padding: 1rem;
    }

    .card-body[b-jn1rhv9qi2] {
        padding: 1rem !important;
    }

    .card-header[b-jn1rhv9qi2],
    .card-footer[b-jn1rhv9qi2] {
        padding: 1rem !important;
    }

    .d-flex.justify-content-end[b-jn1rhv9qi2] {
        flex-direction: column;
    }

    .d-flex.justify-content-end > *[b-jn1rhv9qi2] {
        width: 100%;
    }

    .btn[b-jn1rhv9qi2] {
        width: 100%;
    }
}
