@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
.login-page[b-489hp4d8q5] {
    margin-top: 3rem;
}

.login-card-column[b-489hp4d8q5] {
    max-width: 28rem;
}

.login-card[b-489hp4d8q5] {
    margin-bottom: 1rem;
}

.login-header[b-489hp4d8q5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xl);
    font-weight: 700;
    border-radius: 16px;
    letter-spacing: 1px;
}

.bankid-loader[b-489hp4d8q5] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #f9f9f9;
}

.bankid-container[b-489hp4d8q5] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bankid-icon[b-489hp4d8q5] {
    font-size: var(--font-size-xl);
}

.bankid-spinner[b-489hp4d8q5] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2.5px solid #ccc;
    border-top: 2.5px solid #3b82f6;
}

.info-box[b-489hp4d8q5] {
    background: #f0f8ff;
    border: 1px solid #007acc;
    border-radius: 8px;
    padding: 12px 16px;
    max-width: 400px;
    width: min(100%, 400px);
    margin-bottom: 20px;
    margin-left: 0;
}

.info-box p[b-489hp4d8q5] {
    margin: 2px 0;
    text-align: left;
    margin-right: auto;
    font-size: var(--font-size-base);
}

.bankid-login-button[b-489hp4d8q5],
.username-login-button[b-489hp4d8q5],
.bankid-cancel-button[b-489hp4d8q5] {
    width: 100%;
}

.username-login-button[b-489hp4d8q5] {
    background-color: gray;
    color: white;
}

.bankid-login-logo[b-489hp4d8q5] {
    height: 30px;
    margin-right: 6px;
}

.bankid-status-logo[b-489hp4d8q5] {
    height: 40px;
}

.bankid-qr-image[b-489hp4d8q5] {
    width: min(100%, 280px);
    height: auto;
    aspect-ratio: 1 / 1;
}

.bankid-button-spacer[b-489hp4d8q5] {
    margin-bottom: 20px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout-container[b-kf7t2eyp6i] {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
}

.main-content[b-kf7t2eyp6i] {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: auto;
    scrollbar-gutter: stable;
}

.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;
}

@media (max-width: 768px) {
    .content[b-kf7t2eyp6i] {
        padding: 1rem;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-page[b-0jjeiv2ytw] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.icon-container[b-0jjeiv2ytw] {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.icon-danger[b-0jjeiv2ytw] {
    background-color: lightcoral;
}

.icon-info[b-0jjeiv2ytw] {
    background-color: lightskyblue;
}

.icon-success[b-0jjeiv2ytw] {
    background-color: lightgreen;
}

.stat-card[b-0jjeiv2ytw],
.chart-card[b-0jjeiv2ytw] {
    position: relative;
}

.home-page[b-0jjeiv2ytw]  .chart-card {
    min-height: 360px;
}

.inline-text[b-0jjeiv2ytw] {
    display: inline-block;
    font-weight: 500;
    vertical-align: middle;
    line-height: 1.5;
}

.result-number[b-0jjeiv2ytw] {
    font-size: 1.8em;
    font-weight: 500;
}

.result-number-moms[b-0jjeiv2ytw] {
    margin-top: 2px;
    font-size: 0.9em;
    font-weight: 500;
}

.invoice-button[b-0jjeiv2ytw],
.payment-button[b-0jjeiv2ytw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: var(--control-height-sm);
    padding: 0.2rem 0.55rem;
    border: none;
    border-radius: var(--radius-md);
    color: var(--color-text-inverse);
    font-size: var(--font-size-base);
    font-weight: 500;
    line-height: 1;
    margin: 2px 2px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.invoice-button[b-0jjeiv2ytw] {
    background-color: var(--color-danger);
    width: 100%;
}

.invoice-button:hover[b-0jjeiv2ytw] {
    background-color: var(--color-danger-hover);
    transform: translateY(-2px);
}

.invoice-button:active[b-0jjeiv2ytw] {
    background-color: var(--color-danger-active);
    transform: translateY(1px);
}

.payment-button[b-0jjeiv2ytw] {
    background-color: var(--color-warning);
    width: 45%;
}

.payment-button:hover[b-0jjeiv2ytw] {
    background-color: var(--color-warning-hover);
    transform: translateY(-2px);
}

.payment-button:active[b-0jjeiv2ytw] {
    background-color: var(--color-warning-active);
    transform: translateY(1px);
}

.notification-badge[b-0jjeiv2ytw] {
    position: absolute;
    top: -4px;
    right: -5px;
    background-color: #dc3545;
    color: white;
    font-size: var(--font-size-xs);
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 5px;
    min-width: 20px;
    text-align: center;
}

.home-page a[b-0jjeiv2ytw] {
    display: inline-block;
    font-size: var(--font-size-base);
    padding: 4px 5px;
    color: #333333;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.home-page a:hover[b-0jjeiv2ytw] {
    background-color: #d6d6d6;
    color: #000000;
    border-color: #b3b3b3;
}

.home-page a:active[b-0jjeiv2ytw] {
    background-color: #b3b3b3;
    color: #000000;
}

.swish-status-indicator[b-0jjeiv2ytw] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.swish-status-green[b-0jjeiv2ytw],
.status-indicator.swish-status-green[b-0jjeiv2ytw] {
    background-color: #28a745;
}

.swish-status-yellow[b-0jjeiv2ytw],
.status-indicator.swish-status-yellow[b-0jjeiv2ytw] {
    background-color: #ffc107;
}

.swish-status-red[b-0jjeiv2ytw],
.status-indicator.swish-status-red[b-0jjeiv2ytw] {
    background-color: #dc3545;
}

.swish-status-indicator.swish-status-green[b-0jjeiv2ytw] {
    box-shadow: 0 0 6px #28a745;
}

.swish-status-indicator.swish-status-yellow[b-0jjeiv2ytw] {
    box-shadow: 0 0 6px #ffc107;
}

.swish-status-indicator.swish-status-red[b-0jjeiv2ytw] {
    box-shadow: 0 0 6px #dc3545;
}

.swish-status-button[b-0jjeiv2ytw] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    transition: background-color 0.2s;
}

.swish-status-button:hover[b-0jjeiv2ytw] {
    background-color: #f1f1f1;
}

.topbar[b-0jjeiv2ytw] {
    margin-top: -12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.topbar-left[b-0jjeiv2ytw],
.topbar-right[b-0jjeiv2ytw] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.topbar-right[b-0jjeiv2ytw] {
    gap: 20px;
}

.date-picker[b-0jjeiv2ytw] {
    min-height: var(--control-height-sm);
    width: 150px;
}

.topbar-dropdown[b-0jjeiv2ytw] {
    position: relative;
    z-index: 1100;
}

.topbar-dropdown .dropdown-menu[b-0jjeiv2ytw] {
    z-index: 1200;
}

.swish-status[b-0jjeiv2ytw] {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: var(--font-size-base);
    transition: 0.2s;
}

.swish-status:hover[b-0jjeiv2ytw] {
    background: #eef2f3;
}

.status-indicator[b-0jjeiv2ytw] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dropdown-toggle-button[b-0jjeiv2ytw] {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
}

.divider[b-0jjeiv2ytw] {
    border-top: 1px solid #eaeaea;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .topbar[b-0jjeiv2ytw] {
        margin-top: 0;
        padding: 10px;
    }

    .topbar-right[b-0jjeiv2ytw] {
        gap: 10px;
    }

    .date-picker[b-0jjeiv2ytw] {
        width: 100%;
    }

    .home-page[b-0jjeiv2ytw]  .chart-card {
        min-height: 300px;
    }

    .payment-button[b-0jjeiv2ytw] {
        width: 100%;
    }
}
/* /Features/Banking/BankPaymentPage.razor.rz.scp.css */
.bank-tabs-shell[b-dwl0jwc02g] {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.bank-flow-hero[b-dwl0jwc02g] {
    border: 1px solid #d8e3ef;
    background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 100%);
    border-radius: 0.75rem;
    padding: 0.9rem 1rem;
    min-height: 80px;
}

.bank-last-refresh-value[b-dwl0jwc02g] {
    display: inline-block;
    font-variant-numeric: tabular-nums;
}

.bank-stat-card[b-dwl0jwc02g] {
    border-left: 4px solid #90a9c7;
    min-height: 88px;
}

.bank-stat-card .h4[b-dwl0jwc02g] {
    font-variant-numeric: tabular-nums;
    min-height: 1.6em;
}

.bank-actions-panel[b-dwl0jwc02g] {
    border: 1px solid #e6ebf2;
    border-radius: 0.75rem;
    background: #fbfcfe;
    padding: 0.9rem;
    min-height: 120px;
}

.bank-actions-buttons[b-dwl0jwc02g] {
    width: 100%;
}

.bank-action-btn[b-dwl0jwc02g] {
    flex: 1 1 calc(50% - 0.5rem);
    min-width: 0;
}

.bank-tabs-shell[b-dwl0jwc02g]  .bank-history-page-size {
    width: 100px;
}

.bank-tabs-shell[b-dwl0jwc02g]  .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-dwl0jwc02g] {
        padding: 0;
    }

    .bank-tabs-shell[b-dwl0jwc02g]  .nav-link {
        width: 100%;
        text-align: center;
    }

    .bank-flow-hero[b-dwl0jwc02g] {
        padding: 0.75rem;
    }

    .bank-flow-hero-head[b-dwl0jwc02g] {
        flex-direction: column;
        align-items: stretch;
    }

    .bank-tabs-shell[b-dwl0jwc02g]  .bank-history-toolbar {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .bank-tabs-shell[b-dwl0jwc02g]  .bank-history-toolbar .btn,
    .bank-tabs-shell[b-dwl0jwc02g]  .bank-history-toolbar .bank-history-page-size {
        flex: 1 1 calc(50% - 0.5rem);
        min-width: 120px;
    }

    .bank-tabs-shell[b-dwl0jwc02g]  .bank-history-toolbar .bank-page-indicator {
        flex: 1 1 100%;
        justify-content: center;
        text-align: center;
    }

    .bank-actions-panel[b-dwl0jwc02g] {
        padding: 0.75rem;
    }

    .bank-action-btn[b-dwl0jwc02g] {
        flex: 1 1 100%;
        min-width: 0;
    }
}

@media (max-width: 1199px) {
    .bank-actions-grid[b-dwl0jwc02g] {
        align-items: stretch !important;
    }

    .bank-actions-grid > div[b-dwl0jwc02g] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
    }

    .bank-actions-buttons[b-dwl0jwc02g] {
        flex-direction: column;
    }

    .bank-action-btn[b-dwl0jwc02g] {
        flex: 1 1 100%;
        width: 100%;
    }
}
