/* _content/AI.InvoiceDataExtractor/Components/CostDetails.razor.rz.scp.css */
.costs[b-hy8uhxq6qm] {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 5px;
    background-color: white;
    margin-bottom: 16px;
    max-width: 470px;
}

    .costs p[b-hy8uhxq6qm] {
        margin: 0;
    }

thead[b-hy8uhxq6qm] {
    background-color: #f2f2f2; 
}
/* _content/AI.InvoiceDataExtractor/Components/DocumentViewer.razor.rz.scp.css */
.invoice-container[b-85c1ueb89x] {
    font-family: Arial, sans-serif;
    padding: 0.7rem;
}

.invoice-header[b-85c1ueb89x] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.7rem;
}

.header-section[b-85c1ueb89x] {
    width: 49%;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

    .header-section span[b-85c1ueb89x] {
        user-select: text;
    }

.delivery-description[b-85c1ueb89x] {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.invoice-items[b-85c1ueb89x], .vat-summary[b-85c1ueb89x], .retention-summary[b-85c1ueb89x] {
    margin-top: 0.75rem;
}

.invoice-items table[b-85c1ueb89x], .vat-summary table[b-85c1ueb89x], .retention-summary table[b-85c1ueb89x] {
    width: 100%;
    border-collapse: collapse;
}

.invoice-items th[b-85c1ueb89x], .vat-summary th[b-85c1ueb89x], .retention-summary th[b-85c1ueb89x],
.invoice-items td[b-85c1ueb89x], .vat-summary td[b-85c1ueb89x], .retention-summary td[b-85c1ueb89x] {
    padding: 8px;
    border: 1px solid #ccc;
    text-align: left;
}

.invoice-items th[b-85c1ueb89x], .vat-summary th[b-85c1ueb89x], .retention-summary th[b-85c1ueb89x] {
    background-color: #f2f2f2;
}

.invoice-notes[b-85c1ueb89x] {
    margin-top: 0.75rem;
}

p[b-85c1ueb89x] {
    margin: 0;
}

.invoice-summary[b-85c1ueb89x] {
    margin-top: 0.75rem;
    width: fit-content;
}

    .invoice-summary hr[b-85c1ueb89x] {
        height: 2px;
        background-color: black;
        margin-top: 4px;
    }

hr[b-85c1ueb89x] {
    height: 4px;
    background-color: orange;
    opacity: 1;
}

tbody[b-85c1ueb89x] {
    user-select: text;
}
/* _content/AI.InvoiceDataExtractor/Components/ImageViewer.razor.rz.scp.css */
.file-preview[b-7wh8gqch4m] {
    max-width: 100%;   
    object-fit: cover;   
}
/* _content/AI.InvoiceDataExtractor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bq4ql2p3ef] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bq4ql2p3ef] {
    flex: 1;
}

.sidebar[b-bq4ql2p3ef] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bq4ql2p3ef] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bq4ql2p3ef]  a, .top-row[b-bq4ql2p3ef]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bq4ql2p3ef]  a:hover, .top-row[b-bq4ql2p3ef]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bq4ql2p3ef]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bq4ql2p3ef] {
        justify-content: space-between;
    }

    .top-row[b-bq4ql2p3ef]  a, .top-row[b-bq4ql2p3ef]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bq4ql2p3ef] {
        flex-direction: row;
    }

    .sidebar[b-bq4ql2p3ef] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bq4ql2p3ef] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bq4ql2p3ef]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bq4ql2p3ef], article[b-bq4ql2p3ef] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bq4ql2p3ef] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-bq4ql2p3ef] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AI.InvoiceDataExtractor/Components/LoadingSpinner.razor.rz.scp.css */
.spinner-container[b-2t1555soz7] {
    width: 157px;
    height: 157px;
    text-align: center;
    margin: auto;
}

.spinner[b-2t1555soz7] {
    border: 5px solid #94B6E5;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: 0.7s linear infinite rotate-b-2t1555soz7;
}

@keyframes rotate-b-2t1555soz7 {
    0% {
        transform: rotateZ(-360deg)
    }

    100% {
        transform: rotateZ(0deg)
    }
}

#spinner-text[b-2t1555soz7] {
    color: black;
    font-family: Arial;
    font-size: 18px;
    position: relative;
    top: 63px; /* čím vyšší číslo, tím níže bude text umístěn ve spinneru */
}

.centered[b-2t1555soz7] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 900; 
}
/* _content/AI.InvoiceDataExtractor/Components/Pages/Index.razor.rz.scp.css */
.wrapper[b-lx7o7bs4ej] {
    display: flex;
    flex-direction: column;
    height: 100vh; /* Výška wrapperu bude 100% výšky okna prohlížeče */
    padding: 1rem; /* Prostor kolem obsahu */
    box-sizing: border-box; /* Zahrnutí paddingu do celkové velikosti */
    user-select: none;
    background-color: whitesmoke;
    min-width: 1000px;  
}

.top-bar[b-lx7o7bs4ej] {
    position: relative; 
    display: flex;
    align-items: center; 
    margin-bottom: 8px;
}

.logo[b-lx7o7bs4ej] {
    max-height: 31px; 
}

.title[b-lx7o7bs4ej] {
    position: absolute; 
    left: 50%; /* Zarovnání na střed horizontálně */
    transform: translateX(-50%); /* Posun zpět na skutečný střed */
    margin: 0;     
}

.buttons-bar[b-lx7o7bs4ej],
.options-info-bar[b-lx7o7bs4ej] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.options[b-lx7o7bs4ej] {
    display: flex;
    align-items: center;   
    justify-content: flex-start;
    gap: 1rem;
}

.info[b-lx7o7bs4ej] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.form-check[b-lx7o7bs4ej] {
    margin: 0;
}

.preview-data-container[b-lx7o7bs4ej] {    
    display: flex;
    flex: 1; /* Flexibilní výška pro tento prvek */
    gap: 1rem;
    overflow: auto; /* Posouvání pro případ příliš vysokého obsahu */
}

.file-preview[b-lx7o7bs4ej],
.extracted-data[b-lx7o7bs4ej] {
    background-color: white;
    border: solid 1px Silver;
    flex: 1;   
    position: relative;
    overflow: auto;
}
