/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-container[b-beg3zj9ftk] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 2rem;
    background-color: #ffffff;
}

.login-card[b-beg3zj9ftk] {
    width: 100%;
    max-width: 450px;
    padding: 2.5rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.login-header[b-beg3zj9ftk] {
    text-align: center;
    margin-bottom: 2rem;
}

.login-logo[b-beg3zj9ftk] {
    height: 60px;
    margin-bottom: 1.5rem;
}

.login-header h1[b-beg3zj9ftk] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.login-header p[b-beg3zj9ftk] {
    color: #718096;
}

.form-group[b-beg3zj9ftk] {
    margin-bottom: 1.5rem;
}

.form-label[b-beg3zj9ftk] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #4a5568;
}

.form-control[b-beg3zj9ftk] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #4a5568;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .form-control:focus[b-beg3zj9ftk] {
        border-color: #667eea;
        outline: 0;
        box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    }

.form-options[b-beg3zj9ftk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}

.remember-me[b-beg3zj9ftk] {
    display: flex;
    align-items: center;
}

    .remember-me label[b-beg3zj9ftk] {
        margin-left: 0.5rem;
        color: #4a5568;
        cursor: pointer;
    }

.forgot-password[b-beg3zj9ftk] {
    color: #667eea;
    text-decoration: none;
    font-size: 0.875rem;
}

    .forgot-password:hover[b-beg3zj9ftk] {
        text-decoration: underline;
    }

.login-button[b-beg3zj9ftk] {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    color: white;
    background-color: #00A9FF;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-bottom: 1.5rem;
}

    .login-button:hover[b-beg3zj9ftk] {
        background-color: #89CFF3;
    }

.login-footer[b-beg3zj9ftk] {
    text-align: center;
    color: #718096;
    font-size: 0.875rem;
}

.signup-link[b-beg3zj9ftk] {
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

    .signup-link:hover[b-beg3zj9ftk] {
        text-decoration: underline;
    }

.resend-confirmation[b-beg3zj9ftk] {
    color: #667eea;
    text-decoration: none;
}

    .resend-confirmation:hover[b-beg3zj9ftk] {
        text-decoration: underline;
    }

.validation-summary[b-beg3zj9ftk] {
    color: #e53e3e;
    background-color: #fff5f5;
    padding: 0.75rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.validation-message[b-beg3zj9ftk] {
    color: #e53e3e;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .login-card[b-beg3zj9ftk] {
        padding: 1.5rem;
    }

    .login-container[b-beg3zj9ftk] {
        padding: 1rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9fhk7qbcx8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9fhk7qbcx8] {
    flex: 1;
}

.sidebar[b-9fhk7qbcx8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9fhk7qbcx8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9fhk7qbcx8]  a, .top-row[b-9fhk7qbcx8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9fhk7qbcx8]  a:hover, .top-row[b-9fhk7qbcx8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9fhk7qbcx8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9fhk7qbcx8] {
        justify-content: space-between;
    }

    .top-row[b-9fhk7qbcx8]  a, .top-row[b-9fhk7qbcx8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9fhk7qbcx8] {
        flex-direction: row;
    }

    .sidebar[b-9fhk7qbcx8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9fhk7qbcx8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9fhk7qbcx8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9fhk7qbcx8], article[b-9fhk7qbcx8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


#blazor-error-ui[b-9fhk7qbcx8] {
    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-9fhk7qbcx8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-xepwdi8wb6] {
    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-xepwdi8wb6] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-xepwdi8wb6] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-xepwdi8wb6] {
    font-size: 1.1rem;
}

.bi[b-xepwdi8wb6] {
    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-xepwdi8wb6] {
    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-xepwdi8wb6] {
    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-xepwdi8wb6] {
    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-xepwdi8wb6] {
    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-xepwdi8wb6] {
    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-xepwdi8wb6] {
    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-xepwdi8wb6] {
    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-xepwdi8wb6] {
    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-xepwdi8wb6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-xepwdi8wb6] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-xepwdi8wb6] {
        padding-bottom: 1rem;
    }

    .nav-item[b-xepwdi8wb6]  .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-xepwdi8wb6]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-xepwdi8wb6]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-xepwdi8wb6] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-xepwdi8wb6] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-xepwdi8wb6] {
        display: none;
    }

    .nav-scrollable[b-xepwdi8wb6] {
        /* 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/Pages/Dialogs/AddDialog.razor.rz.scp.css */
.overlay[b-29qyl8nq2w] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
}

.dialog-container[b-29qyl8nq2w] {
    width: 50%;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.dialog-card[b-29qyl8nq2w] {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.dialog-content[b-29qyl8nq2w] {
    padding: 1.5rem;
    min-height: 200px;
}

.dialog-footer[b-29qyl8nq2w] {
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

@@media (min-width: 769px) {
    .dialog-container[b-29qyl8nq2w] {
        width: 50%;
    }
}

@@media (max-width: 768px) {
    .dialog-container[b-29qyl8nq2w] {
        width: 95%;
        max-height: 95vh;
    }

    .dialog-content[b-29qyl8nq2w] {
        padding: 1rem;
    }
}
/* /Components/Pages/Dialogs/DataDialog.razor.rz.scp.css */
.overlay[b-lu9efv347b] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
}

.dialog-container[b-lu9efv347b] {
    width: 50%;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.dialog-card[b-lu9efv347b] {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.dialog-content[b-lu9efv347b] {
    padding: 1.5rem;
    min-height: 200px;
}

.dialog-footer[b-lu9efv347b] {
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

@@media (min-width: 769px) {
    .dialog-container[b-lu9efv347b] {
        width: 50%;
    }
}

@@media (max-width: 768px) {
    .dialog-container[b-lu9efv347b] {
        width: 95%;
        max-height: 95vh;
    }

    .dialog-content[b-lu9efv347b] {
        padding: 1rem;
    }
}
/* /Components/Pages/Dialogs/DeleteDialog.razor.rz.scp.css */
.overlay[b-k07fot1sxy] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dialog[b-k07fot1sxy] {
    width: 750px;
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
}

    .dialog .dialog-header[b-k07fot1sxy] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2rem;
    }

    .dialog .dialog-body[b-k07fot1sxy] {
        padding: 2rem;
    }

    .dialog .dialog-footer[b-k07fot1sxy] {
        padding: 2rem;
    }


.close[b-k07fot1sxy] {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .close:hover[b-k07fot1sxy] {
        background-color: #DDD;
    }

.blur-effect[b-k07fot1sxy] {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
/* /Components/Pages/Dialogs/DepositDialog.razor.rz.scp.css */
.overlay[b-b407jbbu43] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
}

.dialog-container[b-b407jbbu43] {
    width: 50%;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.dialog-card[b-b407jbbu43] {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.dialog-content[b-b407jbbu43] {
    padding: 1.5rem;
    min-height: 200px;
}

.dialog-footer[b-b407jbbu43] {
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

@@media (min-width: 769px) {
    .dialog-container[b-b407jbbu43] {
        width: 50%;
    }
}

@@media (max-width: 768px) {
    .dialog-container[b-b407jbbu43] {
        width: 95%;
        max-height: 95vh;
    }

    .dialog-content[b-b407jbbu43] {
        padding: 1rem;
    }
}
.overlay[b-b407jbbu43] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
}

.dialog-container[b-b407jbbu43] {
    width: 50%;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.dialog-card[b-b407jbbu43] {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.dialog-content[b-b407jbbu43] {
    padding: 1.5rem;
    min-height: 200px;
}

.dialog-footer[b-b407jbbu43] {
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

@@media (min-width: 769px) {
    .dialog-container[b-b407jbbu43] {
        width: 50%;
    }
}

@@media (max-width: 768px) {
    .dialog-container[b-b407jbbu43] {
        width: 95%;
        max-height: 95vh;
    }

    .dialog-content[b-b407jbbu43] {
        padding: 1rem;
    }
}
/* /Components/Pages/Dialogs/DiscountDialog.razor.rz.scp.css */
.overlay[b-y4nru44rix] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
}

.dialog-container[b-y4nru44rix] {
    width: 50%;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.dialog-card[b-y4nru44rix] {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.dialog-content[b-y4nru44rix] {
    padding: 1.5rem;
    min-height: 200px;
}

.dialog-footer[b-y4nru44rix] {
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

@@media (min-width: 769px) {
    .dialog-container[b-y4nru44rix] {
        width: 50%;
    }
}

@@media (max-width: 768px) {
    .dialog-container[b-y4nru44rix] {
        width: 95%;
        max-height: 95vh;
    }

    .dialog-content[b-y4nru44rix] {
        padding: 1rem;
    }
}
/* /Components/Pages/Dialogs/EditDialog.razor.rz.scp.css */
.overlay[b-cgrbu2hj1w] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
}

.dialog-container[b-cgrbu2hj1w] {
    width: 50%;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.dialog-card[b-cgrbu2hj1w] {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.dialog-content[b-cgrbu2hj1w] {
    padding: 1.5rem;
    min-height: 200px;
}

.dialog-footer[b-cgrbu2hj1w] {
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

@@media (min-width: 769px) {
    .dialog-container[b-cgrbu2hj1w] {
        width: 50%;
    }
}

@@media (max-width: 768px) {
    .dialog-container[b-cgrbu2hj1w] {
        width: 95%;
        max-height: 95vh;
    }

    .dialog-content[b-cgrbu2hj1w] {
        padding: 1rem;
    }
}
/* /Components/Pages/Dialogs/OkDialog.razor.rz.scp.css */
.overlay[b-i9u0f8zzj5] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dialog[b-i9u0f8zzj5] {
    width: 750px;
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
}

    .dialog .dialog-header[b-i9u0f8zzj5] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2rem;
    }

    .dialog .dialog-body[b-i9u0f8zzj5] {
        padding: 2rem;
    }

    .dialog .dialog-footer[b-i9u0f8zzj5] {
        padding: 2rem;
    }


.close[b-i9u0f8zzj5] {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .close:hover[b-i9u0f8zzj5] {
        background-color: #DDD;
    }

.blur-effect[b-i9u0f8zzj5] {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
/* /Components/Pages/Dialogs/PrintInvoiceDialog.razor.rz.scp.css */
.overlay[b-1j9hlgttic] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1000;
}

.dialog-container[b-1j9hlgttic] {
    width: 50%;
    max-width: 800px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
}

.dialog-card[b-1j9hlgttic] {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.dialog-content[b-1j9hlgttic] {
    padding: 1.5rem;
    min-height: 200px;
}

.dialog-footer[b-1j9hlgttic] {
    padding: 1rem;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

@@media (min-width: 769px) {
    .dialog-container[b-1j9hlgttic] {
        width: 50%;
    }
}

@@media (max-width: 768px) {
    .dialog-container[b-1j9hlgttic] {
        width: 95%;
        max-height: 95vh;
    }

    .dialog-content[b-1j9hlgttic] {
        padding: 1rem;
    }
}

*[b-1j9hlgttic] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

body[b-1j9hlgttic] {
    background-color: #f8fafc;
    color: #334155;
    line-height: 1.6;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.invoice-container[b-1j9hlgttic] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 900px;
    overflow: hidden;
}

.invoice-header[b-1j9hlgttic] {
    background: linear-gradient(135deg, #89CFF3 0%, #00A9FF 100%);
    color: white;
    padding: 24px;
    text-align: center;
}

.invoice-title[b-1j9hlgttic] {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.invoice-subtitle[b-1j9hlgttic] {
    font-size: 16px;
    opacity: 0.9;
}

.invoice-body[b-1j9hlgttic] {
    padding: 24px;
}

.invoice-table[b-1j9hlgttic] {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

    .invoice-table th[b-1j9hlgttic] {
        background-color: #f1f5f9;
        padding: 16px;
        text-align: left;
        font-weight: 600;
        color: #475569;
        border-bottom: 2px solid #e2e8f0;
    }

    .invoice-table td[b-1j9hlgttic] {
        padding: 16px;
        border-bottom: 1px solid #e2e8f0;
    }

    .invoice-table tr:last-child td[b-1j9hlgttic] {
        border-bottom: none;
    }

.text-right[b-1j9hlgttic] {
    text-align: right;
}

.text-center[b-1j9hlgttic] {
    text-align: center;
}

.summary-section[b-1j9hlgttic] {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 20px;
    margin-top: 24px;
}

.summary-row[b-1j9hlgttic] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    padding: 0 10px;
}

.summary-label[b-1j9hlgttic] {
    font-weight: 500;
    color: #475569;
}

.summary-value[b-1j9hlgttic] {
    font-weight: 600;
}

.total-row[b-1j9hlgttic] {
    border-top: 2px solid #e2e8f0;
    padding-top: 12px;
    margin-top: 8px;
    font-size: 18px;
    color: #00A9FF;
}

.invoice-footer[b-1j9hlgttic] {
    padding: 20px 24px;
    background-color: #f1f5f9;
    text-align: center;
    font-size: 14px;
    color: #64748b;
}

.product-name[b-1j9hlgttic] {
    font-weight: 500;
    color: #1e293b;
}

.quantity-badge[b-1j9hlgttic] {
    display: inline-block;
    background-color: #e0f2fe;
    color: #0369a1;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 768px) {
    .invoice-table[b-1j9hlgttic] {
        display: block;
        overflow-x: auto;
    }

        .invoice-table th[b-1j9hlgttic],
        .invoice-table td[b-1j9hlgttic] {
            padding: 12px 8px;
        }

    .summary-row[b-1j9hlgttic] {
        flex-direction: column;
        text-align: center;
    }

    .summary-value[b-1j9hlgttic] {
        margin-top: 4px;
    }
}

@media print {
    body[b-1j9hlgttic] {
        background: white;
        padding: 0;
    }

    .invoice-container[b-1j9hlgttic] {
        box-shadow: none;
        border-radius: 0;
    }
}
/* /Components/Pages/Dialogs/YesNoOkayCancelDialog.razor.rz.scp.css */
.overlay[b-s06nxyyznj] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dialog[b-s06nxyyznj] {
    width: 750px;
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
}

    .dialog .dialog-header[b-s06nxyyznj] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2rem;
    }

    .dialog .dialog-body[b-s06nxyyznj] {
        padding: 2rem;
    }

    .dialog .dialog-footer[b-s06nxyyznj] {
        padding: 2rem;
    }


.close[b-s06nxyyznj] {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .close:hover[b-s06nxyyznj] {
        background-color: #DDD;
    }

.blur-effect[b-s06nxyyznj] {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
/* /Components/Pages/InformationDialog.razor.rz.scp.css */
.overlay[b-h0md3m9ln2] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.dialog[b-h0md3m9ln2] {
    width: 750px;
    background-color: white;
    border-radius: 10px;
    padding: 1rem;
}

    .dialog .dialog-header[b-h0md3m9ln2] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 2rem;
    }

    .dialog .dialog-body[b-h0md3m9ln2] {
        padding: 2rem;
    }

    .dialog .dialog-footer[b-h0md3m9ln2] {
        padding: 2rem;
    }


.close[b-h0md3m9ln2] {
    height: 40px;
    width: 40px;
    background-color: transparent;
    transition: 0.25s ease;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .close:hover[b-h0md3m9ln2] {
        background-color: #DDD;
    }

.blur-effect[b-h0md3m9ln2] {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* /Components/Pages/MasterData/Company.razor.rz.scp.css */
/* Company Details Form Styles */
.company-container[b-q08eetastk] {
    max-width: 900px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.company-header[b-q08eetastk] {
    margin-bottom: 2rem;
    text-align: center;
}

    .company-header h1[b-q08eetastk] {
        color: #333;
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

.last-updated[b-q08eetastk] {
    color: #666;
    font-size: 0.9rem;
}

.company-form[b-q08eetastk] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.form-section[b-q08eetastk] {
    background-color: #CDF5FD;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

    .form-section h2[b-q08eetastk] {
        color: #444;
        font-size: 1.3rem;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

.form-grid[b-q08eetastk] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.form-group[b-q08eetastk] {
    margin-bottom: 1rem;
}

    .form-group label[b-q08eetastk] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: #555;
    }

.form-control[b-q08eetastk] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    background-color: white;
}

    .form-control:focus[b-q08eetastk] {
        outline: none;
        border-color: #FFD6BA;
        box-shadow: 0 0 0 3px rgba(255, 214, 186, 0.3);
    }

.validation-summary[b-q08eetastk] {
    color: #d32f2f;
    background-color: #ffebee;
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

.validation-message[b-q08eetastk] {
    color: #d32f2f;
    font-size: 0.85rem;
    margin-top: 0.25rem;
}

.form-actions[b-q08eetastk] {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: 1.5rem;
}

.save-button[b-q08eetastk] {
    background-color: #00A9FF;
    color: #FFFFFF;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .save-button:hover[b-q08eetastk] {
        background-color: #89CFF3;
    }

.cancel-button[b-q08eetastk] {
    background-color: transparent;
    color: #666;
    border: 1px solid #ccc;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

    .cancel-button:hover[b-q08eetastk] {
        background-color: #f5f5f5;
    }

.loading-container[b-q08eetastk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
}

.loading-spinner[b-q08eetastk] {
    width: 40px;
    height: 40px;
    border: 4px solid #FFD6BA;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin-b-q08eetastk 1s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spin-b-q08eetastk {
    to {
        transform: rotate(360deg);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .company-container[b-q08eetastk] {
        padding: 1.5rem;
        margin: 1rem;
    }

    .form-grid[b-q08eetastk] {
        grid-template-columns: 1fr;
    }

    .form-actions[b-q08eetastk] {
        flex-direction: column;
    }

    .save-button[b-q08eetastk], .cancel-button[b-q08eetastk] {
        width: 100%;
    }
}
/* /Components/Pages/MasterData/CompanyDetails.razor.rz.scp.css */
.company-card[b-dero5k0xl1] {
    background: linear-gradient(135deg, #FFF2EB 0%, #FFE8CD 100%);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.company-form[b-dero5k0xl1] {
    background: #FFF2EB;
    border-radius: 12px;
    padding: 24px;
}

.form-section[b-dero5k0xl1] {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
    backdrop-filter: blur(10px);
}

.action-button[b-dero5k0xl1] {
    background: #FFD6BA !important;
    color: #8B4513 !important;
    font-weight: 600;
    border-radius: 8px;
    padding: 12px 24px;
    text-transform: none;
    transition: all 0.3s ease;
}

    .action-button:hover[b-dero5k0xl1] {
        background: #F4C2A1 !important;
        transform: translateY(-2px);
        box-shadow: 0 4px 16px rgba(255, 214, 186, 0.4);
    }

.section-title[b-dero5k0xl1] {
    color: #8B4513;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 1.1rem;
}

.mud-input-root[b-dero5k0xl1] {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
}

    .mud-input-root:hover[b-dero5k0xl1] {
        background: rgba(255, 255, 255, 0.9);
    }

    .mud-input-root.mud-input-focused[b-dero5k0xl1] {
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 0 0 2px rgba(255, 214, 186, 0.3);
    }

.company-header[b-dero5k0xl1] {
    background: #89CFF3;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    text-align: center;
}

.company-title[b-dero5k0xl1] {
    color: #8B4513;
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 8px;
}

.last-updated[b-dero5k0xl1] {
    color: #A0522D;
    font-size: 0.9rem;
}
/* /Components/Pages/SalesPages/PrintableInvoice.razor.rz.scp.css */
:root[b-oqcki3bnmc] {
    --primary-color: #89CFF3;
    --button-color: #00A9FF;
    --text-color: #333;
    --light-gray: #f5f5f5;
    --border-color: #ddd;
}

*[b-oqcki3bnmc] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body[b-oqcki3bnmc] {
    color: var(--text-color);
    line-height: 1.6;
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f9fa;
}

.container[b-oqcki3bnmc] {
    max-width: 1200px;
    margin: 0 auto;
}

.header[b-oqcki3bnmc] {
    background-color: var(--primary-color);
    padding: 15px 20px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}

.page-title[b-oqcki3bnmc] {
    color: white;
    text-align: center;
    margin: 0;
}

.card[b-oqcki3bnmc] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.invoice-container[b-oqcki3bnmc] {
    border: 1px solid var(--border-color);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.invoice-header[b-oqcki3bnmc] {
    background-color: var(--primary-color);
    padding: 20px;
    text-align: center;
}

.company-info[b-oqcki3bnmc] {
    margin-bottom: 15px;
}

.company-name[b-oqcki3bnmc] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}

.invoice-title[b-oqcki3bnmc] {
    font-size: 20px;
    margin: 10px 0;
}

.invoice-details[b-oqcki3bnmc] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    background-color: var(--light-gray);
}

.detail-group[b-oqcki3bnmc] {
    margin-bottom: 15px;
    min-width: 200px;
}

.detail-label[b-oqcki3bnmc] {
    font-weight: bold;
    margin-bottom: 5px;
}

.items-table[b-oqcki3bnmc] {
    width: 100%;
    border-collapse: collapse;
}

    .items-table th[b-oqcki3bnmc] {
        background-color: var(--primary-color);
        padding: 12px 15px;
        text-align: left;
    }

    .items-table td[b-oqcki3bnmc] {
        padding: 12px 15px;
        border-bottom: 1px solid var(--border-color);
    }

    .items-table tr:last-child td[b-oqcki3bnmc] {
        border-bottom: none;
    }

.text-right[b-oqcki3bnmc] {
    text-align: right;
}

.text-center[b-oqcki3bnmc] {
    text-align: center;
}

.summary-section[b-oqcki3bnmc] {
    padding: 20px;
    background-color: var(--light-gray);
}

.summary-row[b-oqcki3bnmc] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.summary-label[b-oqcki3bnmc] {
    font-weight: bold;
}

.total-row[b-oqcki3bnmc] {
    font-size: 18px;
    font-weight: bold;
    border-top: 2px solid var(--border-color);
    padding-top: 10px;
    margin-top: 10px;
}

.footer[b-oqcki3bnmc] {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #777;
}

.button-container[b-oqcki3bnmc] {
    margin-top: 20px;
    text-align: center;
}

.action-button[b-oqcki3bnmc] {
    background-color: var(--button-color);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
    margin: 0 10px;
}

    .action-button:hover[b-oqcki3bnmc] {
        background-color: #0088cc;
    }

.secondary-button[b-oqcki3bnmc] {
    background-color: #6c757d;
}

    .secondary-button:hover[b-oqcki3bnmc] {
        background-color: #5a6268;
    }

@media print {
    .no-print[b-oqcki3bnmc] {
        display: none;
    }

    body[b-oqcki3bnmc] {
        padding: 0;
    }

    .invoice-container[b-oqcki3bnmc] {
        box-shadow: none;
        border: none;
    }

    .header[b-oqcki3bnmc], .card[b-oqcki3bnmc] {
        display: none;
    }
}

/* Blazor specific styles */
.blazor-component[b-oqcki3bnmc] {
    margin: 20px 0;
}

.form-group[b-oqcki3bnmc] {
    margin-bottom: 15px;
}

label[b-oqcki3bnmc] {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control[b-oqcki3bnmc] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.grid[b-oqcki3bnmc] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}
