@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ouw50eeq2n.bundle.scp.css';
@import '_content/Sysinfocus.AspNetCore.Components/Sysinfocus.AspNetCore.Components.bundle.scp.css';

/* /Components/SidePanel.razor.rz.scp.css */
.side-panel[b-op8l11o6vv] {
    position: fixed;
    left: 0;
    top: 50px;
    bottom: 0;
    width: 60px;
    background-color: var(--primary-bg);
    border-right: 1px solid var(--primary-border);
    transition: width 0.3s ease;
    overflow: hidden;
    z-index: 100;
}

    .side-panel.expanded[b-op8l11o6vv] {
        width: 320px;
    }

.side-panel-toggle[b-op8l11o6vv] {
    position: absolute;
    right: 0;
    top: 10px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--text-color);
}

.side-panel-content[b-op8l11o6vv] {
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 16px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.expanded .side-panel-content[b-op8l11o6vv] {
    opacity: 1;
}

.side-panel-section[b-op8l11o6vv] {
    background-color: var(--secondary-bg);
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.section-header[b-op8l11o6vv] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--primary-border);
}

    .section-header .material-symbols-outlined[b-op8l11o6vv] {
        color: var(--btn-primary-bg);
    }

.section-title[b-op8l11o6vv] {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    margin: 0;
}

.quick-upload[b-op8l11o6vv] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.upload-zone[b-op8l11o6vv] {
    background-color: var(--primary-bg);
    border: 2px dashed var(--primary-border);
    border-radius: 8px;
    padding: 20px;
    transition: all 0.2s ease;
    cursor: pointer;
    text-align: center;
    min-height: 120px;
    position: relative;
}

    .upload-zone:hover[b-op8l11o6vv] {
        border-color: var(--btn-primary-bg);
        background-color: var(--secondary-bg);
    }

    .upload-zone.dragging[b-op8l11o6vv] {
        border-color: var(--btn-primary-bg);
        background-color: var(--secondary-bg);
    }

.upload-content[b-op8l11o6vv] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    justify-content: center;
    min-height: 80px;
}

.quick-upload-container[b-op8l11o6vv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.file-info[b-op8l11o6vv] {
    padding: 0 0.5rem;
}

.file-info-row[b-op8l11o6vv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

    .file-info-row small[b-op8l11o6vv] {
        flex: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .file-info-row :global(.sbc-btn)[b-op8l11o6vv] {
        min-width: 24px;
        height: 24px;
        padding: 0;
    }

.upload-zone[b-op8l11o6vv] {
    background-color: var(--primary-bg);
    border: 2px dashed var(--primary-border);
    border-radius: 8px;
    padding: 12px;
    transition: all 0.2s ease;
    cursor: pointer;
    text-align: center;
    min-height: 80px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

    .upload-zone:hover[b-op8l11o6vv] {
        border-color: var(--btn-primary-bg);
        background-color: var(--secondary-bg);
    }

    .upload-zone :global(.sbc-upload-icon)[b-op8l11o6vv] {
        font-size: 1.5rem;
        color: var(--btn-primary-bg);
        margin-bottom: 0.25rem;
    }

    .upload-zone :global(.sbc-upload-text)[b-op8l11o6vv] {
        font-size: 0.875rem;
        color: var(--muted-color);
    }

.error-message[b-op8l11o6vv] {
    color: var(--error-color);
    font-size: 12px;
    margin-top: 4px;
    text-align: left;
    background-color: var(--error-bg, rgba(220, 38, 38, 0.1));
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--error-border, rgba(220, 38, 38, 0.2));
}

.upload-icon[b-op8l11o6vv] {
    font-size: 32px;
    color: var(--btn-primary-bg);
    transition: transform 0.2s ease;
}

.upload-text[b-op8l11o6vv] {
    font-size: 14px;
    color: var(--muted-color);
    text-align: center;
    line-height: 1.4;
    margin-top: 4px;
}

.error-message[b-op8l11o6vv] {
    color: var(--error-color);
    font-size: 12px;
    margin-top: 8px;
    text-align: left;
    background-color: var(--error-bg, rgba(220, 38, 38, 0.1));
    padding: 8px;
    border-radius: 4px;
    border: 1px solid var(--error-border, rgba(220, 38, 38, 0.2));
}

.invoice-list-container[b-op8l11o6vv] {
    max-height: calc(100vh - 400px);
    overflow-y: auto;
    margin-top: 12px;
}

.invoice-list[b-op8l11o6vv] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.invoice-item[b-op8l11o6vv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    background-color: var(--primary-bg);
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 1px solid var(--primary-border);
}

    .invoice-item:hover[b-op8l11o6vv] {
        background-color: var(--btn-secondary-bg);
        transform: translateX(2px);
    }

.invoice-name[b-op8l11o6vv] {
    font-size: 14px;
    color: var(--text-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

.no-invoices[b-op8l11o6vv] {
    color: var(--muted-color);
    font-size: 14px;
    text-align: center;
    padding: 24px 16px;
    background-color: var(--primary-bg);
    border-radius: 6px;
    border: 1px dashed var(--primary-border);
}

.processing-indicator[b-op8l11o6vv] {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.selected-file[b-op8l11o6vv] {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--success-bg, rgba(34, 197, 94, 0.1));
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid var(--success-border, rgba(34, 197, 94, 0.2));
    margin-top: 8px;
}

.selected-file-name[b-op8l11o6vv] {
    font-size: 13px;
    color: var(--text-color);
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-file-icon[b-op8l11o6vv] {
    color: var(--success-color, rgb(34, 197, 94));
    font-size: 18px;
}
.process-invoices[b-op8l11o6vv] {
    margin-top: 1rem;
}

.process-actions[b-op8l11o6vv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

    .process-actions :global(.sbc-btn)[b-op8l11o6vv] {
        justify-content: center;
    }

.process-indicator[b-op8l11o6vv] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
}
.sync-actions[b-op8l11o6vv] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

    .sync-actions :global(.sbc-btn)[b-op8l11o6vv] {
        justify-content: center;
    }

.sync-description[b-op8l11o6vv] {
    font-size: 0.8rem;
    text-align: center;
    margin-top: 0.5rem;
}
/* /Components/UploadDialog.razor.rz.scp.css */
.dialog-header[b-zfl1odwiiz] {
    margin-bottom: 1rem;
}

    .dialog-header h3[b-zfl1odwiiz] {
        margin: 0;
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--text-color);
    }

    .dialog-header p[b-zfl1odwiiz] {
        margin: 0.5rem 0 0 0;
        font-size: 0.875rem;
    }

.upload-dialog-content[b-zfl1odwiiz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.file-details[b-zfl1odwiiz] {
    background-color: var(--secondary-bg);
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

    .file-details p[b-zfl1odwiiz] {
        margin: 0.5rem 0;
        font-size: 0.875rem;
    }

        .file-details p:first-child[b-zfl1odwiiz] {
            margin-top: 0;
        }

        .file-details p:last-child[b-zfl1odwiiz] {
            margin-bottom: 0;
        }

.upload-zone[b-zfl1odwiiz] {
    background-color: var(--primary-bg);
    border-radius: 6px;
    padding: 1rem;
}

.corrected-uploader[b-zfl1odwiiz] {
    width: 100%;
}

    .corrected-uploader :deep(.e-upload)[b-zfl1odwiiz] {
        border: 2px dashed var(--primary-border);
        background-color: transparent;
        border-radius: 6px;
        padding: 1rem;
    }

    .corrected-uploader :deep(.e-upload-browse-button)[b-zfl1odwiiz] {
        background-color: var(--btn-primary-bg);
        border-color: var(--btn-primary-bg);
        color: white;
        border-radius: 4px;
        padding: 8px 16px;
    }

    .corrected-uploader :deep(.e-upload-drop-area)[b-zfl1odwiiz] {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 120px;
    }

    .corrected-uploader :deep(.e-file-select)[b-zfl1odwiiz] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0.5rem;
    }

.dialog-footer[b-zfl1odwiiz] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}

.processing-indicator[b-zfl1odwiiz] {
    margin-left: 0.5rem;
}
/* /Components/ValidationErrors.razor.rz.scp.css */
.error-message-cell[b-cxd95xlnjs] {
    max-width: 400px;
    white-space: normal;
    word-wrap: break-word;
}

:deep(.sbc-btn.icon)[b-cxd95xlnjs] {
    min-width: 32px;
    height: 32px;
    padding: 4px;
}
/* /Pages/AllInvoices.razor.rz.scp.css */
.dialog-header[b-nojrs4fqfg] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}

.dialog-title[b-nojrs4fqfg] {
    flex: 1;
    min-width: 0;
}

.dialog-actions[b-nojrs4fqfg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 200px;
    align-items: stretch
}

    .dialog-actions > div:first-child[b-nojrs4fqfg] {
        display: flex;
        justify-content: flex-end;
        gap: 0.5rem;
    }

    .dialog-actions > div:last-child[b-nojrs4fqfg] {
        border-top: 1px solid var(--primary-border);
        padding-top: 4px;
        margin-top: 4px;
    }

.id-item[b-nojrs4fqfg] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 4px;
}

    .id-item span[b-nojrs4fqfg] {
        font-size: 11px;
        white-space: nowrap;
    }

    .id-item :deep(.sbc-btn.icon)[b-nojrs4fqfg] {
        padding: 4px;
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
/* /Pages/GDriveInit.razor.rz.scp.css */
.page-container[b-si399r886q] {
    padding: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.card[b-si399r886q] {
    background: white;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.spinner[b-si399r886q] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-si399r886q 1s linear infinite;
}

@keyframes spin-b-si399r886q {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.space-y-4 > * + *[b-si399r886q] {
    margin-top: 1rem;
}

.space-x-4 > * + *[b-si399r886q] {
    margin-left: 1rem;
}

.text-green-600[b-si399r886q] {
    color: #059669;
}

.text-red-600[b-si399r886q] {
    color: #dc2626;
}

.text-gray-600[b-si399r886q] {
    color: #4b5563;
}

.flex[b-si399r886q] {
    display: flex;
}

.justify-between[b-si399r886q] {
    justify-content: space-between;
}

.justify-center[b-si399r886q] {
    justify-content: center;
}

.items-center[b-si399r886q] {
    align-items: center;
}

.mb-4[b-si399r886q] {
    margin-bottom: 1rem;
}

.mb-6[b-si399r886q] {
    margin-bottom: 1.5rem;
}

.mt-2[b-si399r886q] {
    margin-top: 0.5rem;
}

.ml-2[b-si399r886q] {
    margin-left: 0.5rem;
}

.p-4[b-si399r886q] {
    padding: 1rem;
}

.p-6[b-si399r886q] {
    padding: 1.5rem;
}

.text-2xl[b-si399r886q] {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-lg[b-si399r886q] {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm[b-si399r886q] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.font-bold[b-si399r886q] {
    font-weight: 700;
}

.font-semibold[b-si399r886q] {
    font-weight: 600;
}
/* /Pages/Home.razor.rz.scp.css */
.home-container[b-oxkoedphul] {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.filter-section[b-oxkoedphul] {
    padding: 0 16px 8px 16px; 
    background-color: var(--primary-bg);  
}

.grid-section[b-oxkoedphul] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0 16px 8px 16px;
    min-height: 0;
    position: relative;
}

/* Main DataTable styling */
:deep(.sbc-table-wrapper)[b-oxkoedphul] {
    height: calc(100vh - 180px) !important;
    overflow: auto;
}

:deep(.sbc-table)[b-oxkoedphul] {
    width: 100%;
    border-collapse: collapse;
}

/* Make sure Furnizor and Client columns have min-width: 250px */
:deep(th:nth-child(5))[b-oxkoedphul], :deep(td:nth-child(5))[b-oxkoedphul],
:deep(th:nth-child(6))[b-oxkoedphul], :deep(td:nth-child(6))[b-oxkoedphul] {
    min-width: 250px !important;
    width: 250px !important;
}

/* Pagination container styling */
.pagination-container[b-oxkoedphul] {
    background-color: var(--primary-bg);
    padding: 8px 16px;
    z-index: 10;
}

.pagination-info[b-oxkoedphul] {
    color: var(--muted-color);
    font-size: 0.875rem;
}

/* Filter controls */
.date-filter-container[b-oxkoedphul] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-actions[b-oxkoedphul] {
    display: flex;
    gap: 4px;
}

/* Cell styling */
.type-cell[b-oxkoedphul] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.dot[b-oxkoedphul] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

    .dot.orange[b-oxkoedphul] {
        background-color: orange;
    }

    .dot.green[b-oxkoedphul] {
        background-color: #2ecc71;
    }

/* Dialog header styling */
.dialog-header[b-oxkoedphul] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 2rem;
}

.dialog-title[b-oxkoedphul] {
    flex: 1;
    min-width: 0;
}

.dialog-actions[b-oxkoedphul] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 200px;
    align-items: stretch
}

    .dialog-actions > div:first-child[b-oxkoedphul] {
        display: flex;
        justify-content: flex-end;
        gap: 0.5rem;
    }

    .dialog-actions > div:last-child[b-oxkoedphul] {
        border-top: 1px solid var(--primary-border);
        padding-top: 4px;
        margin-top: 4px;
    }

.id-item[b-oxkoedphul] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 4px;
}

    .id-item span[b-oxkoedphul] {
        font-size: 11px;
        white-space: nowrap;
    }

    .id-item :deep(.sbc-btn.icon)[b-oxkoedphul] {
        padding: 4px;
        width: 24px;
        height: 24px;
        min-width: 24px;
    }

/* Responsive adjustments */
@media (max-width: 768px) {
    .desktop[b-oxkoedphul] {
        display: none;
    }
}

@media (min-width: 769px) {
    .mobile[b-oxkoedphul] {
        display: none;
    }
}
/* /Pages/OAuthCallback.razor.rz.scp.css */
.callback-container[b-y1fantzja1] {
    padding: 2rem;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.processing-status[b-y1fantzja1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.error-container[b-y1fantzja1] {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.text-muted[b-y1fantzja1] {
    color: #666;
}

.spinner[b-y1fantzja1] {
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    animation: spin-b-y1fantzja1 1s linear infinite;
}

@keyframes spin-b-y1fantzja1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.mt-4[b-y1fantzja1] {
    margin-top: 1rem;
}
/* /Pages/UploadInvoice.razor.rz.scp.css */
.page-container[b-9xhv7lbq3q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
}

.flex-col[b-9xhv7lbq3q] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 400px;
}

.error[b-9xhv7lbq3q] {
    color: red;
}

.mt4[b-9xhv7lbq3q] {
    margin-top: 1rem;
}
