@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
:global(body)[b-489hp4d8q5] {
    background-color: #dddddd;
}
/* /Components/BankPayments/BankPaymentPage.razor.rz.scp.css */
.bank-tabs-shell[b-xm0hj47o7t] {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.bank-tabs-shell[b-xm0hj47o7t]  .nav-tabs {
    border-bottom: 1px solid #d6dde6;
    gap: 0.2rem;
}

.bank-tabs-shell[b-xm0hj47o7t]  .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.45rem;
    border-top-right-radius: 0.45rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #f8f9fb;
    color: #425466;
    font-weight: 500;
    font-size: 0.88rem;
    line-height: 1.1;
    padding: 0.32rem 0.62rem;
    min-height: 30px;
}

.bank-tabs-shell[b-xm0hj47o7t]  .nav-link.active {
    background: #eceff3;
    border-color: #c9d1db;
    border-bottom-color: #eceff3;
    color: #1f2d3a;
}

.bank-tabs-shell[b-xm0hj47o7t]  .tab-content {
    margin-top: 0.6rem;
}

.bank-flow-hero[b-xm0hj47o7t] {
    border: 1px solid #d8e3ef;
    background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 100%);
    border-radius: 0.75rem;
    padding: 0.9rem 1rem;
}

.bank-stat-card[b-xm0hj47o7t] {
    border-left: 4px solid #90a9c7;
}

.bank-actions-panel[b-xm0hj47o7t] {
    border: 1px solid #e6ebf2;
    border-radius: 0.75rem;
    background: #fbfcfe;
    padding: 0.9rem;
}

.bank-actions-buttons[b-xm0hj47o7t] {
    width: 100%;
}

.bank-actions-panel .custom-btn[b-xm0hj47o7t] {
    margin-left: 0 !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    white-space: nowrap;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bank-actions-panel .form-control[b-xm0hj47o7t] {
    height: 25px !important;
}

.bank-action-btn[b-xm0hj47o7t] {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 0;
}

.bank-tabs-shell[b-xm0hj47o7t]  .bank-history-page-size {
    width: 100px;
}

.bank-tabs-shell[b-xm0hj47o7t]  .bank-page-indicator {
    white-space: nowrap;
    display: inline-block;
    align-items: center;
    flex: 0 0 auto;
    min-width: max-content;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .bank-tabs-shell[b-xm0hj47o7t] {
        padding: 0;
    }

    .bank-tabs-shell[b-xm0hj47o7t]  .nav-link {
        width: 100%;
        text-align: center;
    }

    .bank-flow-hero[b-xm0hj47o7t] {
        padding: 0.75rem;
    }

    .bank-flow-hero-head[b-xm0hj47o7t] {
        flex-direction: column;
        align-items: stretch;
    }

    .bank-tabs-shell[b-xm0hj47o7t]  .bank-history-toolbar {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .bank-tabs-shell[b-xm0hj47o7t]  .bank-history-toolbar .btn,
    .bank-tabs-shell[b-xm0hj47o7t]  .bank-history-toolbar .bank-history-page-size {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 120px;
    }

    .bank-tabs-shell[b-xm0hj47o7t]  .bank-history-toolbar .bank-page-indicator {
        flex: 1 1 100%;
        justify-content: center;
        text-align: center;
    }

    .bank-actions-panel[b-xm0hj47o7t] {
        padding: 0.75rem;
    }

    .bank-action-btn[b-xm0hj47o7t] {
        flex: 1 1 100%;
        min-width: 0;
    }

    .bank-actions-panel .custom-btn[b-xm0hj47o7t] {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .bank-actions-grid[b-xm0hj47o7t] {
        align-items: stretch !important;
    }

    .bank-actions-grid > div[b-xm0hj47o7t] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .bank-actions-buttons[b-xm0hj47o7t] {
        flex-direction: column;
    }

    .bank-action-btn[b-xm0hj47o7t] {
        flex: 1 1 100%;
        width: 100%;
    }

    .bank-actions-panel .custom-btn[b-xm0hj47o7t] {
        width: 100%;
    }
}
/* /Components/Layout/Loader.razor.rz.scp.css */
.loading[b-8xdvtficn5] {
    display: none;
    z-index: 1001;
    position: fixed;
    width: 20rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}



.loading-body[b-8xdvtficn5] {
    padding-left: 0.5rem;
}

.loading-visible[b-8xdvtficn5] {
    display: block;
}
.spinner-examples[b-8xdvtficn5] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 10rem;
    grid-gap: 4rem;
   
}

.example[b-8xdvtficn5] {
    display: block;
    height: 10rem;
    position: relative;
    letter-spacing: 0.5px;
}



.spinner[b-8xdvtficn5]::after {
    content: '';
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    border-radius: 50%;
}

.spinner.smooth[b-8xdvtficn5]::after {
    border-top: 4px solid rgba(25, 25, 25, 1.0);
    border-left: 4px solid rgba(25, 25, 25, 1.0);
    border-right: 4px solid rgba(25, 25, 25, 0.0);
    animation: spinner-b-8xdvtficn5 .6s linear infinite;
}


@keyframes spinner-b-8xdvtficn5 {

    to {
        transform: rotate(360deg);
    }
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout-container[b-kf7t2eyp6i] {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    background-color: #f5f6f8;
}

.main-content[b-kf7t2eyp6i] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.content[b-kf7t2eyp6i] {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.loader-container[b-kf7t2eyp6i] {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

#blazor-error-ui[b-kf7t2eyp6i] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f44336;
    color: white;
    padding: 0.75rem 1rem;
    display: none;
    align-items: center;
    justify-content: space-between;
    z-index: 3000;
}

    #blazor-error-ui .dismiss[b-kf7t2eyp6i] {
        cursor: pointer;
        font-weight: bold;
        padding-left: 1rem;
    }

    #blazor-error-ui .reload[b-kf7t2eyp6i] {
        color: white;
        text-decoration: underline;
        margin-left: 1rem;
    }

@media (max-width: 768px) {
    .content[b-kf7t2eyp6i] {
        padding: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Intentionally left blank. NavMenu styling is centralized in wwwroot/app.css. */
/* /Components/Layout/Toaster.razor.rz.scp.css */
/* /Components/Payment/EditPage.razor.rz.scp.css */
.page-container[b-tz14r4met5] {
    max-width: 800px;
}
/* /Components/SelfInvoiceBasis/CreatePage.razor.rz.scp.css */
.dropdown-input[b-abbfj7navi] {
    width: 250px;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #808080;
    border-radius: 4px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}
/* /Components/SelfInvoice/CreatePage.razor.rz.scp.css */
.dropdown-input[b-67hjr58y4i] {
    width: 250px;
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #808080;
    border-radius: 4px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}
