@import 'SpendPulse.Client.1bf3rjgm9k.bundle.scp.css';

/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-page[b-ipu0sdgctz] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #f9f9f7;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-q6ns3snxpx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-q6ns3snxpx] {
    display: contents;
}

.sidebar[b-q6ns3snxpx] {
    display: contents;
}

.top-row[b-q6ns3snxpx] {
    order: 1;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: center;
    height: 3.5rem;
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    .top-row[b-q6ns3snxpx]  a {
        white-space: nowrap;
        margin-left: 0;
        text-decoration: none;
    }

@media (hover: hover) {
    .top-row[b-q6ns3snxpx]  a:hover {
        text-decoration: underline;
    }
}

article[b-q6ns3snxpx] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow-x: hidden;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

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

    main[b-q6ns3snxpx] {
        display: block;
        flex: 1;
        min-width: 0;
        margin-left: 250px;
    }

    .sidebar[b-q6ns3snxpx] {
        display: flex;
        flex-direction: column;
        width: 250px;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        overflow: hidden;
        background-image: linear-gradient(180deg, rgb(120, 170, 230) 0%, #3a0647 70%);
    }

    .top-row[b-q6ns3snxpx] {
        order: initial;
        justify-content: flex-end;
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row[b-q6ns3snxpx]  a {
            margin-left: 1.5rem;
        }

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

    article[b-q6ns3snxpx] {
        height: calc(100vh - 3.5rem);
    }
}

#blazor-error-ui[b-q6ns3snxpx] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-q6ns3snxpx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Error.razor.rz.scp.css */
.error-heading[b-gct82d6b9j] {
    color: #dc3545;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-card[b-kevw12ser8] {
    width: min(22rem, 90vw);
    background: #fff;
    border: 1px solid #d6d5d5;
    border-radius: 0.5rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.login-card__title[b-kevw12ser8] {
    margin: 0 0 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: #3a0647;
}

.login-card__form[b-kevw12ser8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.login-card__label[b-kevw12ser8] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.85rem;
    color: #52514e;
}

.login-card__input[b-kevw12ser8] {
    padding: 0.5rem 0.75rem;
    border: 1px solid #d6d5d5;
    border-radius: 0.25rem;
    font-size: 0.95rem;
}

.login-card__error[b-kevw12ser8] {
    margin: 0;
    color: #d03b3b;
    font-size: 0.85rem;
}

.login-card__submit[b-kevw12ser8] {
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 0.25rem;
    background: #3a0647;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

@media (hover: hover) {
    .login-card__submit:hover[b-kevw12ser8] {
        background: #4d0b5e;
    }
}
