@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/EInvoiceForm/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-kc0hzn9xn4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

html[b-kc0hzn9xn4], body[b-kc0hzn9xn4] {
    margin: 0;
    padding: 0;
    height: 100%;
}

#FullCompanyName[b-kc0hzn9xn4] {
    font-family: "Libre Franklin", serif;
    font-weight: 500;
    font-style: normal;
    color:#58595B;
    font-size: 18px;
    margin-left: 10px;
}
/* Ensure all wrapper elements take full height */
body > div[b-kc0hzn9xn4],
main[b-kc0hzn9xn4] {
    height: 100%;
    min-height: 100%;
}

main[b-kc0hzn9xn4] {
    flex: 1;
    /*    background: linear-gradient(to bottom, #f9f9f9, #708090);*/
    background: #D9D4CB;
}

.sidebar[b-kc0hzn9xn4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.content[b-kc0hzn9xn4] {
    padding-top: 0px !important;
}

.container-fluid[b-kc0hzn9xn4] {
    padding-top: 0px !important;
}
.top-logo[b-kc0hzn9xn4] {
    text-align: left;
    max-width: 463px;
    min-width: 463px;
    display: block;
    margin: 0 auto;
}
    .top-logo > img[b-kc0hzn9xn4] {
        height: 45px !important;
    }
.top-row[b-kc0hzn9xn4] {
    /*    background-color: #A7A8AC;*/
    background: #D9D4CB;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
        height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-kc0hzn9xn4]  a, .top-row[b-kc0hzn9xn4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-kc0hzn9xn4]  a:hover, .top-row[b-kc0hzn9xn4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-kc0hzn9xn4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-kc0hzn9xn4] {
        justify-content: space-between;
    }

    .top-row[b-kc0hzn9xn4]  a, .top-row[b-kc0hzn9xn4]  .btn-link {
        margin-left: 0;
    }
    .top-logo[b-kc0hzn9xn4] {
        max-width:100%;
        min-width:100%;
    }
    #FullCompanyName[b-kc0hzn9xn4] {
        display: none;
    }
    .top-logo > img[b-kc0hzn9xn4] {
        margin-left: 50px;
    }
}

@media (min-width: 641px) {
    .page[b-kc0hzn9xn4] {
        flex-direction: row;
    }

    .sidebar[b-kc0hzn9xn4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-kc0hzn9xn4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-kc0hzn9xn4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-kc0hzn9xn4], article[b-kc0hzn9xn4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-kc0hzn9xn4] {
    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-kc0hzn9xn4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/EInvoiceForm/Components/Pages/Home.razor.rz.scp.css */
.required[b-01rarjwou1]:after {
    content: "*";
    color: red;
    margin-left: 4px;
}

#FormTitle[b-01rarjwou1] {
    font-family: 'Libre Franklin';
    font-weight:500;
    color:#231F20;
    font-size:23pt;
/*    font-size:49pt;*/
}

.text-hint[b-01rarjwou1] {
    color: #808285 !important;
    font-size: 11px;
}
.validation-message[b-01rarjwou1] {
    color: red;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
.card[b-01rarjwou1] {
    font-family: 'Libre Franklin';
    margin: 0 auto;
    max-width: 775px;
    border-radius: 1rem;
    border: none;
}

.card-body[b-01rarjwou1] {
    padding: 2rem;
}
.form-check-inline[b-01rarjwou1] {
    margin-right: 0.2rem !important;
}

.form-control[b-01rarjwou1], .form-select[b-01rarjwou1] {
    border-radius: 0.5rem;
    padding: 0.625rem 0.75rem;
}

.btn-primary[b-01rarjwou1] {
    border-radius: 0.5rem;
    padding: 0.625rem 2rem;
}

@media (max-width: 768px) {
    .container-fluid[b-01rarjwou1] {
        padding: 1rem;
    }

    .card[b-01rarjwou1] {
        border-radius: 0.5rem;
    }

    .btn-primary[b-01rarjwou1] {
        width: 100%;
        margin-top: 1rem;
    }
}
/* _content/EInvoiceForm/Components/Pages/Success.razor.rz.scp.css */
body[b-ni3h23y958] {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

.success-container[b-ni3h23y958] {
    text-align: center;
    padding: 2rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
    margin-bottom: 20%;
}

.logo[b-ni3h23y958] {
    margin-bottom: 1.5rem;
}

.success-icon[b-ni3h23y958] {
    color: #28a745;
    font-size: 4rem;
    margin-bottom: 1rem;
}

h1[b-ni3h23y958] {
    color: #28a745;
    margin-bottom: 1rem;
}

.reference[b-ni3h23y958] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 4px;
    margin: 1.5rem 0;
}

.ref-number[b-ni3h23y958] {
    font-weight: bold;
    color: #0056b3;
}

.details[b-ni3h23y958] {
    color: #666;
    margin-bottom: 1.5rem;
}

.button[b-ni3h23y958] {
    background-color: #0056b3;
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin-top: 1rem;
    transition: background-color 0.3s;
}

    .button:hover[b-ni3h23y958] {
        background-color: #003d80;
    }
