@import '_content/FlintSoft.Components/FlintSoft.Components.p5izzew71t.bundle.scp.css';

/* /Common/Components/GetTargetAmount.razor.rz.scp.css */
.container[b-g7tojno3lr] {
    display: flex;
    flex-direction: column;
}
/* /Common/Components/MoneyCountingHelper.razor.rz.scp.css */
.container[b-g3dbrskzs7] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cols[b-g3dbrskzs7] {
    display: flex;
    flex-direction: column;
}

.money-line[b-g3dbrskzs7]
{
    display: flex;
    align-items: center;
    gap: .5rem;
}

.money-img[b-g3dbrskzs7] {
    width: 3rem;
    height: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

[b-g3dbrskzs7] .inp {
    width: 5rem;
}

/* /Common/Components/NewCheckbox.razor.rz.scp.css */
.container[b-638wofiuwm] {
    display: flex;
    flex-direction: column;
}

.cbox-container *[b-638wofiuwm] {
    box-sizing: border-box;
}

.cbox-container .cbx[b-638wofiuwm] {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
}

    .cbox-container .cbx:not(:last-child)[b-638wofiuwm] {
        margin-right: 6px;
    }

    .cbox-container .cbx:hover[b-638wofiuwm] {
/*        background: rgba(0,119,255,0.06);*/
    }

    .cbox-container .cbx span[b-638wofiuwm] {
        float: left;
        vertical-align: middle;
        transform: translate3d(0, 0, 0);
    }

        .cbox-container .cbx span:first-child[b-638wofiuwm] {
            position: relative;
            width: 18px;
            height: 18px;
            border-radius: 4px;
            transform: scale(1);
            border: 1px solid var(--border);
            transition: all 0.2s ease;
            box-shadow: 0 1px 1px rgba(0,16,75,0.05);
        }

            .cbox-container .cbx span:first-child svg[b-638wofiuwm] {
                position: absolute;
                top: 3px;
                left: 2px;
                fill: none;
                stroke: var(--color-white);
                stroke-width: 2;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-dasharray: 16px;
                stroke-dashoffset: 16px;
                transition: all 0.3s ease;
                transition-delay: 0.1s;
                transform: translate3d(0, 0, 0);
            }

        .cbox-container .cbx span:last-child[b-638wofiuwm] {
            padding-left: 8px;
            line-height: 18px;
        }

    .cbox-container .cbx:hover span:first-child[b-638wofiuwm] {
        border-color: var(--primary);
    }

.cbox-container .inp-cbx[b-638wofiuwm] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    margin: 0;
    pointer-events: none;
}

    .cbox-container .inp-cbx:checked + .cbx span:first-child[b-638wofiuwm] {
        background: var(--primary);
        border-color: var(--primary);
        animation: wave-4-b-638wofiuwm 0.4s ease;
    }

        .cbox-container .inp-cbx:checked + .cbx span:first-child svg[b-638wofiuwm] {
            stroke-dashoffset: 0;
        }

.cbox-container .inline-svg[b-638wofiuwm] {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

@media screen and (max-width: 640px) {
    .cbox-container .cbx[b-638wofiuwm] {
        width: 100%;
        display: inline-block;
    }
}

@-moz-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-o-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@keyframes wave-4-b-638wofiuwm {
    50% {
        transform: scale(0.9);
    }
}

.cbox-container .cbx span[b-638wofiuwm],
.cbox-container .cbx svg[b-638wofiuwm] {
    pointer-events: none;
}
/* /Common/Layout/MainLayout.razor.rz.scp.css */
.container[b-5bwmvl0ss3] {
    background-color: var(--background);
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.header[b-5bwmvl0ss3] {
    background-color: var(--menu);
    color: var(--menu-foreground);
    height: 3rem;
    display: flex;
    position: relative;
    justify-content: space-between;
}

[b-5bwmvl0ss3] .logo {
    height: 100%;
    margin-left: 1rem;
    margin-top: .2rem;
    display: flex;
    flex-direction: column;
    order: 2;
}

.logo-image[b-5bwmvl0ss3] {
    width: 4rem;
    height: 2.5rem;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}

.logo span[b-5bwmvl0ss3] {
    font-size: .8rem;
    text-decoration: none;
    color: var(--menu-foreground);
}

.title[b-5bwmvl0ss3] {
    flex-grow: 1;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 1rem;
}

.persona[b-5bwmvl0ss3] {
    order: 1;
    margin-left: 1rem;
}

.persona-info[b-5bwmvl0ss3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
    & > .persona-link {
        text-align: right;
        color: var(--menu-foreground);
    }
}

.settings[b-5bwmvl0ss3] {
    order: 3;
    margin-top: .5rem;
    margin-right: .3rem;

    & svg {
        color: var(--menu-foreground);
    }
}

.content[b-5bwmvl0ss3] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

main[b-5bwmvl0ss3] {
    flex-grow: 1;
    padding: 1rem;
}

.footer[b-5bwmvl0ss3] {
    display: none;
    font-size: .7rem;
    height: 1.3rem;
    background-color: var(--menu);
    color: var(--menu-foreground);
}

@media (min-width: 992px) {
    .container[b-5bwmvl0ss3] {
        background-color: var(--menu);
    }

    .header[b-5bwmvl0ss3] {
        justify-content: center;
    }

    [b-5bwmvl0ss3] .logo {
        order: 1;
        margin-left: 2rem;
        margin-top: .3rem;
    }

    .title[b-5bwmvl0ss3] {
        display: flex;
        order: 2;
    }

    .settings[b-5bwmvl0ss3] {
        order: 3;
        margin-right: 1rem;
        margin-top: .5rem;

        & svg {
            color: var(--menu-foreground);
        }
    }

    .settings-items[b-5bwmvl0ss3] {
        color: var(--color-text);

        & a {
            color: var(--color-text);
            text-decoration: none;
        }
    }

    .persona[b-5bwmvl0ss3] {
        order: 4;
        margin-right: 1rem;
        margin-left: 0rem;
        position: relative;
    }

    .content[b-5bwmvl0ss3] {
        flex-direction: row-reverse;
    }

    main[b-5bwmvl0ss3] {
        flex-grow: 1;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
        background-color: var(--background);
    }

    .footer[b-5bwmvl0ss3] {
        display: flex;
    }
}

#blazor-error-ui[b-5bwmvl0ss3] {
    color-scheme: light only;
    background: color-mix(in srgb, var(--color-warning), white 80%);
    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-5bwmvl0ss3] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Common/Layout/NavBar.razor.rz.scp.css */
.navbar[b-19qky2f2c7] {
    display: flex;
    background-color: var(--menu);
    color: var(--menu-foreground);
    justify-content: space-evenly;
    height: 3rem;
    align-items: center;

    & > a {
        width: 100%;
    }
}

.menue-item[b-19qky2f2c7] {
    display: flex;
    flex-direction: column;
    font-size: .8rem;
    align-items: center;
    color: var(--menu-foreground);
    text-align: center;
    padding-bottom: 1rem;
}

.menu-item:last-child[b-19qky2f2c7] {
    background-color: orange !important;
}

    /* ── Nav group (parent with children) ─────────── */
    .nav-group[b-19qky2f2c7] {
        position: relative;
    }

.nav-group-trigger[b-19qky2f2c7] {
    cursor: pointer;
    user-select: none;
}

.nav-children[b-19qky2f2c7] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    background-color: var(--menu-children, rgba(255,255,255,0.1));
    /* Mobile: fixed flyout floating above the 3rem navbar */
    position: fixed;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    min-width: 130px;
    border-radius: 0.5rem 0.5rem 0 0;
}

.nav-group:hover .nav-children[b-19qky2f2c7],
.nav-group:focus-within .nav-children[b-19qky2f2c7] {
    max-height: 300px;
}

.menue-item--child[b-19qky2f2c7] {
    font-size: .75rem;
    padding: 0.4rem .5rem;
}

.menue-item--child:hover[b-19qky2f2c7] {
    scale: 1.1;
}

/* ── Desktop sidebar ────────────────────────────── */

@media (min-width: 992px) {
    .navbar[b-19qky2f2c7] {
        flex-direction: column;
        height: initial;
        justify-content: start;
        width: 6rem;
    }

    /* Blur unfocused top-level items only */
    .navbar:hover > a > .menue-item:not(:hover)[b-19qky2f2c7],
    .navbar:hover > .nav-group:not(:hover) > .nav-group-trigger[b-19qky2f2c7] {
        filter: blur(2px);
    }

    .menue-item[b-19qky2f2c7] {
        padding-top: 1rem;
        border-bottom: 1px solid var(--menu-foreground);
    }

    .nav-group[b-19qky2f2c7] {
        width: 100%;
    }

    .nav-children[b-19qky2f2c7] {
        /* Desktop: inline expansion in sidebar */
        position: static;
        transform: none;
        min-width: unset;
        width: 100%;
    }

    .menue-item--child[b-19qky2f2c7] {
        padding: 0.5rem 0 0;
    }
}
/* /Common/Layout/OnboardingLayout.razor.rz.scp.css */
.content[b-rpj9gsfocc] {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: var(--background);
    color: var(--color-text);
    
    & > main {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    & > footer[b-rpj9gsfocc] {
        display: flex;
        justify-content: center;
        font-size: 0.8rem;
        color: var(--color-text-secondary);
    }
}
/* /Common/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4pjgrukrpu],
.components-reconnect-repeated-attempt-visible[b-4pjgrukrpu],
.components-reconnect-failed-visible[b-4pjgrukrpu],
.components-pause-visible[b-4pjgrukrpu],
.components-resume-failed-visible[b-4pjgrukrpu],
.components-rejoining-animation[b-4pjgrukrpu] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4pjgrukrpu],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4pjgrukrpu],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4pjgrukrpu],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4pjgrukrpu],
#components-reconnect-modal.components-reconnect-retrying[b-4pjgrukrpu],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4pjgrukrpu],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4pjgrukrpu],
#components-reconnect-modal.components-reconnect-failed[b-4pjgrukrpu],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4pjgrukrpu] {
    display: block;
}


#components-reconnect-modal[b-4pjgrukrpu] {
    background-color: var(--surface);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-4pjgrukrpu 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-4pjgrukrpu 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-4pjgrukrpu 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-4pjgrukrpu]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-4pjgrukrpu 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-4pjgrukrpu {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-4pjgrukrpu {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-4pjgrukrpu {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-4pjgrukrpu] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-4pjgrukrpu] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-4pjgrukrpu] {
    border: 0;
    background-color: var(--primary);
    color: var(--primary-foreground);
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4pjgrukrpu] {
        background-color: var(--primary-hover);
    }

    #components-reconnect-modal button:active[b-4pjgrukrpu] {
        background-color: var(--primary);
    }

.components-rejoining-animation[b-4pjgrukrpu] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-4pjgrukrpu] {
        position: absolute;
        border: 3px solid var(--primary);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4pjgrukrpu 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-4pjgrukrpu] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4pjgrukrpu {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Features/Accounts/Components/ModifyAccountModal.razor.rz.scp.css */
body[b-sn9sx237kf] {
}
/* /Features/Accounts/Pages/Overview.razor.rz.scp.css */
.container[b-eh94w7ye1h]
{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.top[b-eh94w7ye1h] {
    display: flex;
}

[b-eh94w7ye1h] .acc {
    width: 40%;
}

[b-eh94w7ye1h] .action {
    width: 40%;
    display: flex;
    gap: 1rem;
}
/* /Features/BusinessPartners/Components/BusinessPartnerSelector.razor.rz.scp.css */
.container[b-vbzme0ljc2] {
    display: flex;
    flex-direction: column;
}

.new[b-vbzme0ljc2] {
    & > .form {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;

        & > .line {
            display: flex;
            width: 100%;
        }
    }
}

.list[b-vbzme0ljc2] {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    & > .filter {
        display: flex;
        justify-content: space-between;

        & > input {
            width: 60%;
        }
    }

    & > .bp-list[b-vbzme0ljc2] {
        display: flex;
    }
}

[b-vbzme0ljc2] .inp-full {
    width: 100%;
}
/* /Features/BusinessPartners/Components/MemberSelector.razor.rz.scp.css */
.container[b-jcpaynjw29] {
    display: flex;
    flex-direction: column;
}

.new[b-jcpaynjw29] {
    & > .form {
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;

        & > .line {
            display: flex;
            width: 100%;
        }
    }
}

.list[b-jcpaynjw29] {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    & > .filter {
        display: flex;
        justify-content: space-between;

        & > input {
            width: 60%;
        }
    }

    & > .bp-list[b-jcpaynjw29] {
        display: flex;
    }
}

[b-jcpaynjw29] .inp-full {
    width: 100%;
}
/* /Features/BusinessPartners/Pages/Overview.razor.rz.scp.css */
.container[b-n6xncy0bfz] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.top[b-n6xncy0bfz] {
    display: flex;
}

[b-n6xncy0bfz] .name {
    width: 30%;
}

[b-n6xncy0bfz] .street {
    width: 30%;
}

[b-n6xncy0bfz] .city {
    width: 30%;
}

[b-n6xncy0bfz] .action {
    width: 40%;
    display: flex;
    gap: 1rem;
}
/* /Features/CashFlow/Components/CashFlowEntry.razor.rz.scp.css */
.container[b-bvvmc20yld] {
}

.entry-line[b-bvvmc20yld] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: center;
    
}

[b-bvvmc20yld] .btn {
    height: 2.5rem;
}

.categories[b-bvvmc20yld] {
    display: flex;
    flex-direction: column;

    & > .cat-control {
        display: flex;
        flex-direction: column;

        & > .cat-control-line {
            display: flex;
        }
    }

    & > .cat-chips-list[b-bvvmc20yld] {
        display: flex;
        gap: .5rem;
        margin-bottom: 1rem;

        & > .category-chip {
            background-color: var(--primary);
            font-size: 0.7rem;
            color: var(--primary-foreground);
            padding: 2px 5px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            gap: .5rem;

            & > button {
                border: none;
                outline: none;
                color: var(--primary-foreground);
                background-color: transparent;
                font-size: 1rem;
            }
        }
    }
}
/* /Features/CashFlow/Pages/Overview.razor.rz.scp.css */
.container[b-dd6u16z8v6] {
    & > .filter {
    }

    & > .entry[b-dd6u16z8v6] {
    }

    & > .list[b-dd6u16z8v6] {
    }
}

[b-dd6u16z8v6] .no {
    width: 2%;
}

[b-dd6u16z8v6] .date {
    width: 10%;
}

[b-dd6u16z8v6] .descr {
    width: 30%;
}

[b-dd6u16z8v6] .amount {
    width: 10%;
}

[b-dd6u16z8v6] .cat {
    width: 10%;
}

[b-dd6u16z8v6] .action {
    width: 40%;
}
/* /Features/Categories/Components/CategorySelector.razor.rz.scp.css */
.container[b-n52o35nwct] {
    position: relative;
    height: 2.7rem;
    margin: .3rem;

    & > input {
        outline: none;
        background: none;
        border: none;
        border-bottom: 2px solid var(--primary);
        color: var(--color-control-text);
        width: 100%;
        font-size: 16px;
        position: absolute;
        top: .9rem;
        font-size: 12px;
    }
}
/* /Features/Categories/Components/ModifyCategoryModal.razor.rz.scp.css */
.container[b-sjpfl3hyuh]
{

}

.line[b-sjpfl3hyuh] {

}
/* /Features/Categories/Pages/Overview.razor.rz.scp.css */
.container[b-plf8n1p0yc]
{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.top[b-plf8n1p0yc] {
    display: flex;
}

[b-plf8n1p0yc] .cat {
    width: 40%;
}

[b-plf8n1p0yc] .prom {
    width: 20%;
}

[b-plf8n1p0yc] .action {
    width: 40%;
    display: flex;
    gap: 1rem;
}
/* /Features/Events/Components/Earnings.razor.rz.scp.css */
.container[b-bvaaqn04l9] {
    display: flex;
    flex-direction: column;

    & > .pos-container {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;

        & > .pos-item {
            display: flex;
            flex-direction: column;
            border: 1px solid var(--primary);
            padding: .2rem .5rem;
            border-radius: .5rem;
            width: 33%;
            position: relative;

            & > span {
                font-weight: bold;
                position: absolute;
            }

            & > div[b-bvaaqn04l9] {
                display: flex;
                align-items: center;
                gap: 2rem;

                & > .earnings {
                    display: flex;
                    align-items: center;
                    gap: 1rem;

                    & > .info {
                        display: flex;
                        flex-direction: column;
                        gap: 2rem;
                    }
                }
            }
        }
    }
}

[b-bvaaqn04l9] .earnings-input {
    width: 8rem;
}

[b-bvaaqn04l9] .earnings-button {
    width: 3rem;
    height: 2rem;
}

.taken[b-bvaaqn04l9] {
    display: flex;
    flex-direction: column;

    & > div {
        font-size: 0.9rem;
    }
}

.sum[b-bvaaqn04l9] {
    display: flex;
    flex-direction: column;

    & > div {
        font-size: 0.9rem;
    }
}
/* /Features/Events/Components/EarningsSplit.razor.rz.scp.css */
.container[b-xgvv6b8kn2] {
    display: flex;
    flex-direction: column;
}

.split-item-container[b-xgvv6b8kn2] {
    display: flex;
    gap: 1rem;
}

.split-item[b-xgvv6b8kn2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 6rem;

    & > span {
        font-weight: bold;
        display: flex;
    }
}

.inp[b-xgvv6b8kn2] {
    display: flex;
}

[b-xgvv6b8kn2] .split-input {
    width: 4rem;
    height: 2rem;

    & > input {
        top: 0;
    }
}
/* /Features/Events/Components/ExpenseInput.razor.rz.scp.css */
.container[b-ajj1gwrh2h] {
    display: flex;
    gap: 1rem;
    align-items: center;
}

[b-ajj1gwrh2h] .btn {
    width: 3rem;
    height: 2rem;
}

[b-ajj1gwrh2h] .description {
    width: 15rem;
}

[b-ajj1gwrh2h] .balance {
    width: 5rem;
}

.categories[b-ajj1gwrh2h] {
    display: flex;
    flex-direction: column;
    width: 15rem;

    & > .cat-control {
        display: flex;
        flex-direction: column;

        & > .cat-control-line {
            display: flex;
            align-items: center;
        }
    }

    & > .cat-chips-list[b-ajj1gwrh2h] {
        display: flex;
        gap: .5rem;
        margin-bottom: 0rem;

        & > .category-chip {
            background-color: var(--primary);
            font-size: 0.7rem;
            color: var(--primary-foreground);
            padding: 2px 5px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            gap: .5rem;

            & > button {
                border: none;
                outline: none;
                color: var(--primary-foreground);
                background-color: transparent;
                font-size: 1rem;
            }
        }
    }
}

[b-ajj1gwrh2h] .accounts {
    width: 7rem;
    height: 2rem;
    top: -.2rem;
}

[b-ajj1gwrh2h] .pos {
    width: 7rem;
    height: 2rem;
    top: -.2rem;
}

[b-ajj1gwrh2h] .validation-message {
    font-size: .7rem;
}

[b-ajj1gwrh2h] .sbm:focus {
    background-color: color-mix(in srgb, var(--primary), black 30%);
}
/* /Features/Events/Components/ExpenseList.razor.rz.scp.css */
.container[b-43hlhyjug3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 1;
}

.list-container[b-43hlhyjug3] {
    display: flex;
    gap: 1rem;
}

.list[b-43hlhyjug3] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.acc-name[b-43hlhyjug3] {
    font-size: 1.2rem;
    border-bottom: 2px solid color-mix(in srgb, var(--primary), black 30%);
    color: color-mix(in srgb, var(--primary), black 30%);
    margin-bottom: 1rem;
}

.list-title[b-43hlhyjug3] {
    border-bottom: 2px solid var(--primary);
    color: var(--primary);
    margin-bottom: .5rem;
}

[b-43hlhyjug3] .descr {
    flex-grow: 1;
}

[b-43hlhyjug3] .amount {
    margin-right: .5rem;
    width: 5rem;
    text-align: right;
}
/* /Features/Events/Components/Expenses.razor.rz.scp.css */
.container[b-iw1oz1zhby]
 {
    display: flex;
    flex-direction: column;
}

.exp-list-container[b-iw1oz1zhby] {
    display: flex;
    width: 100%;
    gap: 2rem;
}

.exp-list[b-iw1oz1zhby] {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.list-sum-container[b-iw1oz1zhby] {
    display: flex;
    gap: 1rem;
    margin-top: .5rem;
}

.list-sum[b-iw1oz1zhby] {
    width: 100%;
    text-align: right;
    border-top: 2px solid var(--primary);
    color: var(--primary);
    font-size: 1.1rem;
    font-weight: bold;
}

.total-container[b-iw1oz1zhby] {
    display: flex;
    justify-content: right;
    font-weight: bold;
    border-top: 2px solid color-mix(in srgb, var(--primary), black 30%);
    color: color-mix(in srgb, var(--primary), black 30%);
    font-size: 1.3rem;
    padding-top: .5rem;

    & > div {
        width: 5rem;
    }

    [b-iw1oz1zhby] & > button {
        margin-right: 1rem;
    }
}
/* /Features/Events/Pages/EventDetail.razor.rz.scp.css */
.container[b-mi67uwesua] {
    display: flex;
    flex-direction: column;
    gap: 1rem;

    & > .details {
        display: flex;
    }

}
/* /Features/Events/Pages/Overview.razor.rz.scp.css */
.container[b-gikrdtst71]
{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[b-gikrdtst71] .action {
    width: 10rem;
    display: flex;
    justify-content: end;
    gap: 1rem;
}
/* /Features/Home/AppHomePage.razor.rz.scp.css */
body[b-cqs5sga3gd] {
}
/* /Features/Home/HomePage.razor.rz.scp.css */
section[b-cfq87fp847] {
    background-color: var(--surface);
    width: 50%;
    margin: 10rem auto;
    text-align: center;
    border-radius: .5rem;
    box-shadow: 0 0.75rem 1.5rem color-mix(in srgb, var(--primary), transparent 80%);
    padding: 2rem 3rem;

    & > p:first-of-type {
        font-weight: bold;
        font-size: 1.2rem;
    }

    & > p:last-of-type[b-cfq87fp847] {
        font-weight: bold;
        font-size: 1.2rem;
    }
}

.onboarding-container[b-cfq87fp847] {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;

    & > .auth-buttons {
        display: flex;
        justify-content: center;
        gap: 3rem;
    }

    & > .explenation[b-cfq87fp847] {
        margin-top: 2rem;

        & > p:first-of-type {
            font-weight: bold;
            font-size: 1.2rem;
        }
    }
}

.auth-btn[b-cfq87fp847] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 12rem;
    height: 2.3rem;
}

.auth-btn-ms[b-cfq87fp847] {
    background-image: url('/assets/ms-symbollockup_signin_light.png');
}

.auth-btn-google[b-cfq87fp847] {
    background-image: url('/assets/google-light.png');
}
/* /Features/Pos/Components/ModifyPointOfSale.razor.rz.scp.css */
body[b-ipbf5cllrr] {
}
/* /Features/Pos/Components/PosSelector.razor.rz.scp.css */
.container[b-hr4mj3ab5s] {
    display: flex;
    gap: 1rem;

    & > .items {
        display: flex;
    }
}
/* /Features/Pos/Pages/Overview.razor.rz.scp.css */
.container[b-82qnqtdf2r] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.top[b-82qnqtdf2r] {
    display: flex;
}

[b-82qnqtdf2r] .acc {
    width: 40%;
}

[b-82qnqtdf2r] .action {
    width: 40%;
    display: flex;
    gap: 1rem;
}
/* /Features/Tenants/Pages/Create.razor.rz.scp.css */
section[b-gni4naj2sg] {
    background-color: var(--surface);
    width: 50%;
    margin: 5rem auto;
    text-align: center;
    border-radius: .5rem;
    box-shadow: 0 0.75rem 1.5rem color-mix(in srgb, var(--primary), transparent 80%);
    padding: 2rem 3rem;

    & > p:first-of-type {
        font-weight: bold;
        font-size: 1.2rem;
    }
}

.container[b-gni4naj2sg] {
    & > p:first-of-type {
        font-weight: bold;
        font-size: 1.2rem;
    }
}
/* /Features/Tenants/Pages/TenantDetails.razor.rz.scp.css */
.container[b-qh3nvbs5co] {
    display: flex;
}
