@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/IQSMT_WebApp/Components/Account/Shared/ManageLayout.razor.rz.scp.css */
[b-rm8b417hri] .row {
}
    [b-rm8b417hri] .row div {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 45ch;
    }
/* _content/IQSMT_WebApp/Components/Controls/BusyIndicator.razor.rz.scp.css */
.busyWrapper[b-kgixddbxo7] {
    border: solid 1px red;
    align-items: center;
    width: 200px;
    justify-content: space-evenly;
}
.busyIndicator[b-kgixddbxo7] {
    display: grid;
    align-items: center;
    justify-items:center;
    gap: 0.33rem;
    font-size: 1.5rem;
}
.busyBackground[b-kgixddbxo7] {
    align-content:center;
    border: solid 1px black;
    border-radius: 50%;
    animation: Spin-b-kgixddbxo7 1s infinite;
    background: linear-gradient(111deg, rgba(249,249,249,1) 0%, rgba(0,255,59,1) 30%, rgba(11,159,46,1) 100%);
}

.busyForeground[b-kgixddbxo7] {
    margin: auto;
    height: 62.5%;
    width: 62.5%;
    border: solid 1px black;
    border-radius: 50%;
    background-color: white
}

@keyframes Spin-b-kgixddbxo7{
    10% {
        transform: rotate(36deg);
    }             
    20% {         
        transform: rotate(72deg);
    }
    30% {
        transform: rotate(108deg);
    }
    40% {
        transform: rotate(144deg);
    }
    50% {
        transform: rotate(180deg);
    }
    60% {
        transform: rotate(216deg);
    }
    70% {
        transform: rotate(252deg);
    }
    80% {
        transform: rotate(288deg);
    }
    90% {
        transform: rotate(324deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* _content/IQSMT_WebApp/Components/Controls/Dashboard.razor.rz.scp.css */
h3[b-1q4svrjqu9] {
    text-align: center;
}

.horizontal[b-1q4svrjqu9] {
    display: flex;
    justify-content: space-between;
}

.metrics[b-1q4svrjqu9] {
    display: flex;
    gap: 1rem;
    font-weight: bold;
    justify-content: center;
}

.buttonBox[b-1q4svrjqu9] {
    display: flex;
    flex-wrap:wrap;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}
p[b-1q4svrjqu9]{
    font-size:1rem;
}
button[b-1q4svrjqu9] {
    background: var(--PrimaryBorder);
    color: var(--PrimaryBackground);
    height: 15rem;
    Width: 15rem;
    border-radius: 0.75rem;
}
    button i[b-1q4svrjqu9] {
        font-size: 5rem;
    }

.lowMetric[b-1q4svrjqu9] {
    color: darkred;
}

.medMetric[b-1q4svrjqu9] {
    color: orange;
}

.highMetric[b-1q4svrjqu9] {
    color: darkgreen;
}

.exceedMetric[b-1q4svrjqu9] {
    color: #7eb922;
}

@media(min-width: 900px) {
}

@media(max-width: 900px) {
    .horizontal[b-1q4svrjqu9] {
        display: block;
    }
}
/* _content/IQSMT_WebApp/Components/Controls/FilteredCombo.razor.rz.scp.css */
*[b-iazvg6sdmb]{
    padding: 0;
    margin: 0;
    box-sizing:border-box;
}

.textComboBox[b-iazvg6sdmb] {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 2rem;
    align-content: center;
    width: fit-content;
}
    .textComboBox .userInput[b-iazvg6sdmb] {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
    }
    .textComboBox button[b-iazvg6sdmb] {
        height: 2rem;
        width: 2rem;
        margin: 0;
        padding: 0;
        border-radius: 0 0.25rem 0.25rem 0;
    }
    .textComboBox input[b-iazvg6sdmb] {
        padding: 0.5rem;
        height: 100%;
        width: 100%;
        font-size: 1rem;
        margin: 0;
        border-radius: 0.25rem 0 0 0.25rem;
    }
input.open[b-iazvg6sdmb] {
    border-radius: 0.25rem 0 0 0;
}
button.open[b-iazvg6sdmb] {
    border-radius: 0 0.25rem 0 0;
}
.optionsPanel[b-iazvg6sdmb] {
    display: flex;
    padding: 0 0.25rem;
    border-radius: 0 0 0.5rem 0.5rem;
    flex-direction: column;
    background-color: white;
    width: 100%;
    border: solid 1px black;
    z-index: 1;
}
.optionItem[b-iazvg6sdmb]{
    width: 100%;
}
.optionItem:hover[b-iazvg6sdmb], .optionItem:focus[b-iazvg6sdmb]{
    background-color: #c3e3ec;
}
/* _content/IQSMT_WebApp/Components/Controls/PopupEditForm.razor.rz.scp.css */


    label.input[b-q72ah18lvh] {
        background-color: #e8e2e6;
    }


[b-q72ah18lvh] input, .input[b-q72ah18lvh], select[b-q72ah18lvh] {
    text-align: right;
    height: 2rem;
    width: 30ch;
    align-content: center;
    padding: 0 0.5rem;
    border: solid 1px dimgray;
    border-radius: 0.3rem;
    margin: 0.1rem 0;
}

.lastRow[b-q72ah18lvh] {
    width: 100%;
    margin: 1rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
    .lastRow div[b-q72ah18lvh] {
        margin-top: 1rem;
        display: flex;
        width: 100%;
        justify-content: space-evenly;
    }

/* _content/IQSMT_WebApp/Components/Controls/PopupService.razor.rz.scp.css */
dialog[b-aga8fo4e0r] {
    margin: auto;
}
article[b-aga8fo4e0r] {
    display: flex;
    flex-direction: column;
}
.topBar[b-aga8fo4e0r] {
    display: inline-flex;
    justify-content: space-between;
    align-items:center;
    background-color: var(--PrimaryBorder);
    color: var(--PrimaryBackground);
    padding: 0.5rem;
}

    .topBar button[b-aga8fo4e0r] {
        background-color: var(--PrimaryAccent);
        font-weight:bold;
        border-color: transparent;
        text-align:center;
        align-content:center;
    }
        .topBar button:hover[b-aga8fo4e0r] {
            background-color: var(--SecondaryAccent);
        }

.editor[b-aga8fo4e0r] {
    padding: 1rem;
    max-height: 50vh;
    max-width: 50vw;
    overflow: auto;
}
/* _content/IQSMT_WebApp/Components/Layout/AccountBar.razor.rz.scp.css */

.nav-item[b-sklq2nfmwe] {
    display: flex;
    text-wrap: nowrap;
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}
    .nav-item[b-sklq2nfmwe]  .nav-link {
        color: var(--PrimaryBackground);
        font-size: 1rem;
        font-weight: bold;
        background: none;
        border: none;
        gap: 0.5rem;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item[b-sklq2nfmwe]  a.active {
        background-color: rgba(255,255,255,0.37);
        color: white;
    }

    .nav-item[b-sklq2nfmwe]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }
/* _content/IQSMT_WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tw0zdwgf59] {
    position: relative;
    display: flex;
    flex-direction: column;
}
.content[b-tw0zdwgf59] {
    height: 90%;
    width: 100%;
    overflow:auto;
}
main[b-tw0zdwgf59] {
    flex: 1;
    width: 100%;
    height:100vh;
    overflow: auto;
}

.sidebar[b-tw0zdwgf59] {
    background-color: var(--PrimaryAccent); 
}

.top-row[b-tw0zdwgf59] {
    background-color: var(--PrimaryAccent);
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tw0zdwgf59]  a, .top-row[b-tw0zdwgf59]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tw0zdwgf59]  a:hover, .top-row[b-tw0zdwgf59]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tw0zdwgf59]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 799.98px) {
    .top-row[b-tw0zdwgf59] {
        justify-content: space-between;
    }

    .top-row[b-tw0zdwgf59]  a, .top-row[b-tw0zdwgf59]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 800px) {
    .page[b-tw0zdwgf59] {
        flex-direction: row;
    }

    .sidebar[b-tw0zdwgf59] {
        min-width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tw0zdwgf59] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tw0zdwgf59]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tw0zdwgf59], article[b-tw0zdwgf59] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-tw0zdwgf59] {
    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-tw0zdwgf59] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/IQSMT_WebApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3kjy0uhw24] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

nav[b-3kjy0uhw24] {
}

.navbar-toggler:checked[b-3kjy0uhw24] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-3kjy0uhw24] {
    height: 3.5rem;
    background-color: var(--PrimaryBorder);
}

.navbar-brand[b-3kjy0uhw24] {
    font-size: 1.1rem;
}

.bi[b-3kjy0uhw24] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    align-self: center;
}

    .bi[b-3kjy0uhw24]:before {
        display: flex;
        align-content: center;
        align-items: center;
    }

.nav-item[b-3kjy0uhw24] {
    margin: 0 0.25rem 0 0.25rem;
    display: flex;
    text-wrap: nowrap;
    font-size: 0.9rem;
}
    .nav-item.header:first-of-type[b-3kjy0uhw24] {
        margin-top: 0.25rem;
    }

    .nav-item.header[b-3kjy0uhw24]  a {
        background-color: var(--PrimaryBorder);
        border: solid 1px var(--PrimaryForeground);
    }
    .nav-box[b-3kjy0uhw24] {
        margin-bottom: 0.25rem;
    }

.nav-item i[b-3kjy0uhw24] {
    margin-left: 1rem;
    align-content: center;
}
.nav-item[b-3kjy0uhw24]  .nav-link {
    color: var(--PrimaryBackground);
    font-size: 1rem;
    font-weight: bold;
    background: none;
    border: none;
    height: 3rem;
    display: flex;
    line-height: 3rem;
    width: 100%;
    align-items: center;
}

.nav-item[b-3kjy0uhw24]  a.active {
    background-color: var(--SecondaryBorder);
    color: white;
}


.nav-item.sub-item[b-3kjy0uhw24]  .nav-link {
    margin-left: 1rem;
}

.nav-item[b-3kjy0uhw24]  .nav-link:hover {
    background-color: var(--SecondaryAccent);
    cursor: pointer;
    color: white;
}

.nav-scrollable[b-3kjy0uhw24] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3kjy0uhw24] {
    display: block;
}

@media (min-width: 800px) {
    .navbar-toggler[b-3kjy0uhw24] {
        display: none;
    }

    .nav-scrollable[b-3kjy0uhw24] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/IQSMT_WebApp/Components/Pages/Configuration.razor.rz.scp.css */
article[b-y25fs3mtka] {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

span[b-y25fs3mtka] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    border: 1px solid var(--PrimaryBorder);
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    background-color: var(--PrimaryBorder);
    color: var(--PrimaryBackground);
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.25rem;
}

span button[b-y25fs3mtka] {
    background-color: var(--PrimaryAccent);
}

span button:hover[b-y25fs3mtka] {
    background-color: var(--SecondaryAccent);
}

div[b-y25fs3mtka] {
    max-height: 20rem;
    overflow: auto;
}
/* _content/IQSMT_WebApp/Components/Pages/Create/CreateAdvisor.razor.rz.scp.css */
div[b-okmoe3cz18]{
    width: 100%;
}
[b-okmoe3cz18] input[type=checkbox] {
    height: 2rem;
    width: 2rem;
}
.checkGroup[b-okmoe3cz18] {
    display:flex;
    align-content: center;
    gap: 1rem;
    justify-content:center;
}
/* _content/IQSMT_WebApp/Components/Pages/Create/CreateBankedRecord.razor.rz.scp.css */
article[b-x3jvmzsh5i] {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
    gap: 1rem;
    height: 100%;
    overflow: auto;
}
div[b-x3jvmzsh5i]{
    display: flex;
    justify-content:center;
    align-items:center;
    gap: 0.5rem;
}
label.input[b-x3jvmzsh5i]{
    background-color: #e8e2e6;
}
.addButton[b-x3jvmzsh5i] {
    height: 2rem;
    max-width: 3ch;
}
.submitButton[b-x3jvmzsh5i]{
    margin:1rem;
    justify-self:center;
}
[b-x3jvmzsh5i] input, .input[b-x3jvmzsh5i], select[b-x3jvmzsh5i] {
    text-align: right;
    height: 2rem;
    width: 30ch;
    align-content: center;
    padding: 0 0.5rem;
    border: solid 1px dimgray;
    border-radius: 0.3rem;
    margin: 0.1rem 0;
}
[b-x3jvmzsh5i] .filterselect {
    width: 26ch;
    margin: 0.2rem 0;
}
[b-x3jvmzsh5i] input[type=checkbox]:checked, [b-x3jvmzsh5i] input:focus-within {
    accent-color: var(--PrimaryBorder);
    border-color: var(--PrimaryBorder);
}

    .lastRow[b-x3jvmzsh5i]{
        width: 100%;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
        .lastRow .checkGroup[b-x3jvmzsh5i]  input {
            width: 2rem;
        }
        .lastRow .checkGroup label[b-x3jvmzsh5i] {
            width: unset;
            margin: 0 1rem;
        }
    .lastRow button[b-x3jvmzsh5i]{
        width: 20ch;
        height: 3rem;
        border-radius: 0.5rem;
        margin: 3rem auto;
    }
/* _content/IQSMT_WebApp/Components/Pages/Create/CreateSale.razor.rz.scp.css */

article[b-mudvd5jl2m] {
    display:flex;
    flex-direction: column;
    font-size: 1rem;
    gap:1rem;
    height: 100%;
    overflow: auto;
}
div[b-mudvd5jl2m]{
    display: flex;
    justify-content:center;
    align-items:center;
    gap: 0.5rem;
}
label.input[b-mudvd5jl2m]{
    background-color: #e8e2e6;
}
.addButton[b-mudvd5jl2m] {
    height: 2rem;
    max-width: 3ch;
}
.submitButton[b-mudvd5jl2m]{
    margin:1rem;
    justify-self:center;
}
[b-mudvd5jl2m] input, .input[b-mudvd5jl2m], select[b-mudvd5jl2m] {
    text-align: right;
    height: 2rem;
    width: 30ch;
    align-content: center;
    padding: 0 0.5rem;
    border: solid 1px dimgray;
    border-radius: 0.3rem;
    margin: 0.1rem 0;
}
[b-mudvd5jl2m] .filterselect {
    width: 26ch;
    margin: 0.2rem 0;
}
[b-mudvd5jl2m] input[type=checkbox]:checked, [b-mudvd5jl2m] input:focus-within {
    accent-color: var(--PrimaryBorder);
    border-color: var(--PrimaryBorder);
}

    .lastRow[b-mudvd5jl2m]{
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:center;
    }
        .lastRow .checkGroup[b-mudvd5jl2m]  input {
            width: 2rem;
        }
        .lastRow .checkGroup label[b-mudvd5jl2m] {
            width: unset;
            margin: 0 1rem;
        }
    .lastRow button[b-mudvd5jl2m]{
        width: 20ch;
        height: 3rem;
        border-radius: 0.5rem;
        margin: 3rem auto;
    }
/* _content/IQSMT_WebApp/Components/Pages/Create/CreateWeeklyReport.razor.rz.scp.css */
h4[b-ruw81hjjqa]{
    text-align:center;
}
article[b-ruw81hjjqa] {
    display:grid;
    font-size: 1rem;
    gap:1rem;
    width: 100%;
    overflow: auto;
}
div[b-ruw81hjjqa]{
    display: flex;
    justify-content:center;
}
.wide[b-ruw81hjjqa] {
    width: 40ch;
    height: 2rem;
    text-align:right;
}
[b-ruw81hjjqa] input, .input[b-ruw81hjjqa] {
    text-align: right;
    width: 40ch;
    height: 2rem;
    align-content:center;
    padding:0 0.5rem;
    border: solid 1px dimgray;
    border-radius: 0.2rem;
}
/* _content/IQSMT_WebApp/Components/Pages/DataManagement/AdvisorManagement.razor.rz.scp.css */
.import[b-junr2e2zx3]{
    max-height: 50%;
    overflow:auto;
}
.existing[b-junr2e2zx3]{
    max-height: 50%;
}

.results[b-junr2e2zx3] {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.items[b-junr2e2zx3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: auto;
}

article[b-junr2e2zx3] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow: auto;
    height: 100%;
}
/* _content/IQSMT_WebApp/Components/Pages/DataManagement/SalesManagement.razor.rz.scp.css */

.error[b-nf0zoqmu5o] {
    height: 50%;
    overflow: auto;
}

.results[b-nf0zoqmu5o] {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.items[b-nf0zoqmu5o] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 50%;
    overflow: auto;
}

article[b-nf0zoqmu5o] {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 100%;
}
/* _content/IQSMT_WebApp/Components/Pages/DataManagement/WeeklyReportManagement.razor.rz.scp.css */

.error[b-ro598jmy6b] {
    height: 50%;
    overflow: auto;
}

.results[b-ro598jmy6b] {
    width: 100%;
    overflow: auto;
}

.items[b-ro598jmy6b] {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: auto;
}

article[b-ro598jmy6b] {
    overflow: auto;
}
/* _content/IQSMT_WebApp/Components/Pages/Home.razor.rz.scp.css */
article[b-paxwk0czaf] {
    display: flex;
    height: 100%;
}
.message[b-paxwk0czaf] {
    margin: auto;
    width: fit-content;
    position: absolute;
    top: 48%;
    left: 48%;
    color: var(--PrimaryBackground);
    font-weight:bold;
    font-size: 4rem;
    opacity: 0.7;
    text-align:center;
}
image[b-paxwk0czaf]{
    display: block;
    margin: auto;
}
/* _content/IQSMT_WebApp/Components/Pages/Reporting/BranchReporting.razor.rz.scp.css */
div[b-i7enng12yv] {
    display: flex;
    gap: 1rem;
    align-items: center;
}
p[b-i7enng12yv]{
    margin: 0
}
/* _content/IQSMT_WebApp/Components/Pages/Reporting/LeadsReporting.razor.rz.scp.css */
div[b-73w0va7xkh] {
    display: flex;
    gap: 1rem;
    align-items: center;
}
/* _content/IQSMT_WebApp/Components/Pages/Reporting/SalesReporting.razor.rz.scp.css */
article[b-vunpfyutoq] {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.results[b-vunpfyutoq]{
    width: 100%;
    padding: 1rem;
    overflow: auto;
}


.tools[b-vunpfyutoq] {
    text-wrap: nowrap;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
    margin: 1rem;
}
.tools .topBar[b-vunpfyutoq]{
    display:flex;
    align-items:center;
    gap: 1rem;
}


p[b-vunpfyutoq] {
    margin: 0;
}

.simpleSearch[b-vunpfyutoq] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    width: 100%;
    font-size: 1.2rem;
}
.simpleSearch div[b-vunpfyutoq]{
    width: fit-content;
}

    .simpleSearch select[b-vunpfyutoq] {
        width: 100%;
        justify-self: center;
        max-width: 100ch;
    }

.horizontal[b-vunpfyutoq] {
    display: flex;
    gap: 0.5rem;
    align-content: center;
}

.advancedSearch[b-vunpfyutoq] {
    width: max-content;
    margin: 0 auto;
}

    .advancedSearch label[b-vunpfyutoq] {
        text-wrap: nowrap;
    }

    .advancedSearch .horizontal[b-vunpfyutoq] {
        width: 25rem;
        justify-content: space-between;
    }

    .advancedSearch button[b-vunpfyutoq] {
        height: 2rem;
        width: 2rem;
        align-self: center;
        margin: 0.2rem;
        border-radius: 20%
    }

.form-left[b-vunpfyutoq] {
    display: flex;
}

.form-right[b-vunpfyutoq] {
    display: flex;
}
/* _content/IQSMT_WebApp/Components/Pages/Reporting/WeeklyReportReporting.razor.rz.scp.css */

article[b-8hq8qenu7h] {
    overflow: auto;
    height: 100%;
}
.inner[b-8hq8qenu7h] {
    width: 100%;
    overflow: auto;
    padding: 1rem;
}


.tools[b-8hq8qenu7h] {
    text-wrap: nowrap;
    align-items: center;
    display: flex;
    gap: 1rem;
}


p[b-8hq8qenu7h] {
    margin: 0;
}


.horizontal[b-8hq8qenu7h] {
    display: flex;
    gap: 0.5rem;
    align-content: center;
}


.form-left[b-8hq8qenu7h] {
    display: flex;
}

.form-right[b-8hq8qenu7h] {
    display: flex;
}
