/* /Components/Daily/DailyActivityGoals.razor.rz.scp.css */
.goals-container[b-w1a44rbg8l]{
    display: flex;
    flex-direction: column;
}

.activity-container[b-w1a44rbg8l]{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.chart-container[b-w1a44rbg8l] {
    display: grid;
    grid-template-columns: 25% 75%;
    align-items: center;
}
/* /Components/Layout/AuthenticatedLayout.razor.rz.scp.css */
.application[b-g4ezveizno]{
    display: grid;
    padding: 1em;
    grid-template-columns: 254px auto;
    grid-auto-rows: 1fr;
    height: 100vh;
}

.sidebar[b-g4ezveizno]{
    display: flex;
    flex-direction: column;
    border-radius: var(--tileradius);
    padding: 1em;
    height: 100%;
    border: 1px solid gray;
    background: var(--background);
}

.height-100[b-g4ezveizno]{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.top-bar[b-g4ezveizno]{
    display: flex;
    border-radius: var(--tileradius);
    margin: 0 1em 1em;
    padding: 1em;
    height: 7.5%;
    border: 1px solid gray;
    flex-shrink: 0;
    background: var(--background);
}

.main-content[b-g4ezveizno]{
    
}

@media (max-width: 768px) {
    .sidebar[b-g4ezveizno] {
        display: none;
    }

    .top-bar[b-g4ezveizno] {
        display: none;
    }

    .application[b-g4ezveizno] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fcg3so0abr] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0.5em;
    height: 100vh;
}

main[b-fcg3so0abr]{
    flex: 1;
}

.top-row[b-fcg3so0abr] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fcg3so0abr]  a, .top-row[b-fcg3so0abr]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-fcg3so0abr]  a:hover, .top-row[b-fcg3so0abr]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fcg3so0abr]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fcg3so0abr] {
        justify-content: space-between;
    }

    .top-row[b-fcg3so0abr]  a, .top-row[b-fcg3so0abr]  .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar[b-fcg3so0abr] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fcg3so0abr] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fcg3so0abr]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

#blazor-error-ui[b-fcg3so0abr] {
    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-fcg3so0abr] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */

.bi[b-pxu0pmqyd9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-pxu0pmqyd9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-pxu0pmqyd9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-pxu0pmqyd9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-pxu0pmqyd9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-pxu0pmqyd9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pxu0pmqyd9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-pxu0pmqyd9]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-pxu0pmqyd9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-pxu0pmqyd9]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-pxu0pmqyd9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-pxu0pmqyd9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-pxu0pmqyd9] {
        display: none;
    }

    .nav-scrollable[b-pxu0pmqyd9] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xgpsugo6v4],
.components-reconnect-repeated-attempt-visible[b-xgpsugo6v4],
.components-reconnect-failed-visible[b-xgpsugo6v4],
.components-pause-visible[b-xgpsugo6v4],
.components-resume-failed-visible[b-xgpsugo6v4],
.components-rejoining-animation[b-xgpsugo6v4] {
    display: none;
}

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


#components-reconnect-modal[b-xgpsugo6v4] {
    background-color: white;
    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-xgpsugo6v4 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-xgpsugo6v4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xgpsugo6v4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xgpsugo6v4] {
        background-color: #6b9ed2;
    }

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

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

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

@keyframes components-rejoining-animation-b-xgpsugo6v4 {
    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;
    }
}
/* /Components/Layout/Sidebar.razor.rz.scp.css */
.menu-title-container[b-8n91yroqu6]{
    padding-bottom: 0.25rem;
    text-transform: uppercase;
}

.menu-title[b-8n91yroqu6]{
    font-size: 0.8rem;
    font-weight: bold;
    color: #307343;
}

.nav-item[b-8n91yroqu6] {
    border-left: 4px solid transparent;
    padding: 6px 0;
    margin-top: 0.25rem;
}

.nav-item:hover[b-8n91yroqu6], .nav-item.active[b-8n91yroqu6] {
    border-radius: 5px;
    background-color: rgba(55, 163, 85, 0.1);
}

.nav-item:has(.menu-item.active)[b-8n91yroqu6] {
    border-left-color: #37a355;
}

.menu-item[b-8n91yroqu6]{
    font-size: 0.9rem;
}

.menu-item.active[b-8n91yroqu6]{
    color: #37a355;
}

.menu-item-link[b-8n91yroqu6]{
    display: flex;
    align-items: center;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
.dashboard-container[b-vymnegdn42]{
    display: grid;
    grid-template-columns: repeat(8, 1fr) 0.5fr;
    grid-template-rows: repeat(2, 1fr) 0.5fr repeat(2, 1fr) 0.5fr repeat(2, 1fr) 0.5fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin: 0 1em;
    flex: 1;
    min-height: 0;
}
/* /Components/Pages/MobileDashboard.razor.rz.scp.css */
/* /Components/Pages/Settings.razor.rz.scp.css */
.container[b-s9iqxbu117]{
    display: flex;
    flex-direction: column;
}

.menu-container[b-s9iqxbu117]{
    display: flex;
    justify-content: flex-start;
    margin-top: 12px;
}

.title-container[b-s9iqxbu117]{
    display: flex;
    justify-content: space-between;
}

.menu-item[b-s9iqxbu117]{
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 100px;
    padding: 5px 10px!important;
}

.menu-item:hover[b-s9iqxbu117],
.menu-item:focus[b-s9iqxbu117],
.menu-item:active[b-s9iqxbu117],
.active[b-s9iqxbu117]{
    background: var(--gradient);
    color: white;
    font-weight: bold;
}
/* /Components/Pages/Weight.razor.rz.scp.css */
.action-btn-container[b-0knqtodrxf]{
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 1rem;
}
/* /Components/Settings/Goals/GoalForm.razor.rz.scp.css */
.milestone-row[b-2effqpom9i]{
    display: grid;
    grid-template-columns: 45% 15% 35% 5%;
    column-gap: 5px;
    width: 100%;
    align-items: center;
}

.milestone-row p[b-2effqpom9i] {
    font-size: 0.9rem;
    font-weight: 800;
}

.reward-row[b-2effqpom9i],
.goal-row[b-2effqpom9i]{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;
}

.reward-row label[b-2effqpom9i]{
    font-size: 0.9rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

/* /Components/Settings/Goals/GoalList.razor.rz.scp.css */
.goal-list-container[b-wb5su45pna]{
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    border: 1px solid lightgray;
    border-radius: 12px;
    width: 100%;
    background-color: white;
}


.goal-list-row[b-wb5su45pna],
.goal-list-header-row[b-wb5su45pna]{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 0.5fr;
    column-gap: 10px;
}

.goal-list-header-row[b-wb5su45pna]{
    padding: 1rem;
    font-weight: bold;
    border-bottom: 1px solid lightgray;
    margin-bottom: 0.5rem;
}

.goal-list-row[b-wb5su45pna]{
    padding: 0 1rem 0.5rem 1rem;
}
/* /Components/Shared/Buttons/FormButton.razor.rz.scp.css */
.form-button[b-71nag06sjz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    padding: 0.625em 1em;
    font-family: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 15px;
    transition: all 0.2s ease-in-out;
    min-height: 2.5em;
    text-transform: uppercase;
}

.form-button:focus[b-71nag06sjz] {
    outline: none;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.form-button:disabled[b-71nag06sjz] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Filled variant */
.form-button-filled[b-71nag06sjz] {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.87);
    border-color: transparent;
}

.form-button-filled:hover:not(:disabled)[b-71nag06sjz] {
    background-color: rgba(0, 0, 0, 0.18);
}

.form-button-filled:active:not(:disabled)[b-71nag06sjz] {
    background-color: rgba(0, 0, 0, 0.24);
}

/* Outlined variant */
.form-button-outlined[b-71nag06sjz] {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    border-color: rgba(0, 0, 0, 0.23);
}

.form-button-outlined:hover:not(:disabled)[b-71nag06sjz] {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.4);
}

.form-button-outlined:active:not(:disabled)[b-71nag06sjz] {
    background-color: rgba(0, 0, 0, 0.08);
}

/* Text variant */
.form-button-text[b-71nag06sjz] {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.87);
    border-color: transparent;
}

.form-button-text:hover:not(:disabled)[b-71nag06sjz] {
    background-color: rgba(0, 0, 0, 0.04);
}

.form-button-text:active:not(:disabled)[b-71nag06sjz] {
    background-color: rgba(0, 0, 0, 0.08);
}

/* Primary button override */
.form-button.btn-primary[b-71nag06sjz] {
    background: linear-gradient(to right bottom, #284630, #2d5c3a, #307343, #348b4c, #37a355);
    color: white;
    border-color: transparent;
}

.form-button.btn-primary:hover:not(:disabled)[b-71nag06sjz] {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.form-button.btn-primary:active:not(:disabled)[b-71nag06sjz] {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.form-button.btn-primary.form-button-outlined[b-71nag06sjz] {
    background: transparent;
    color: #37a355;
    border-color: #37a355;
}

.form-button.btn-primary.form-button-outlined:hover:not(:disabled)[b-71nag06sjz] {
    background-color: rgba(55, 163, 85, 0.08);
    border-color: #2d5c3a;
}

/* Icon styles */
.form-button-icon[b-71nag06sjz] {
    display: inline-flex;
    align-items: center;
    font-size: 1.2em;
    line-height: 1;
}

.form-button-icon-start[b-71nag06sjz] {
    margin-right: 0.25em;
}

.form-button-icon-end[b-71nag06sjz] {
    margin-left: 0.25em;
}
/* /Components/Shared/Containers/GridTile/GridTile.razor.rz.scp.css */
.expand-container[b-45f960a6ei]{
    display: flex;
    justify-content: flex-end;
}
/* /Components/Shared/Form/FormInput.razor.rz.scp.css */
.form-input[b-w64mlpxbno] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.form-input-label[b-w64mlpxbno] {
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.25em 0;
    color: inherit;
}

.form-input-field[b-w64mlpxbno] {
    padding: 0.5em 0.75em;
    border: 1px solid #ccc;
    border-radius: 12px;
    font: inherit;
    background: white;
}

.form-input-field:focus[b-w64mlpxbno] {
    outline: none;
}

.form-input-field:disabled[b-w64mlpxbno] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-input-field[b-w64mlpxbno]::placeholder {
    color: #999;
}

/* Hide number input spinner arrows */
.form-input-field[type="number"][b-w64mlpxbno]::-webkit-inner-spin-button,
.form-input-field[type="number"][b-w64mlpxbno]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-input-field[type="number"][b-w64mlpxbno] {
    -moz-appearance: textfield;
}
/* /Components/Shared/Form/FormInputDate.razor.rz.scp.css */
.form-input[b-kt44gk5h3w] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.form-input-label[b-kt44gk5h3w] {
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.25em 0;
    color: inherit;
}

.form-input-field[b-kt44gk5h3w] {
    padding: 0.5em 0.75em;
    border: 1px solid #ccc;
    border-radius: 12px;
    font: inherit;
    background: white;
}

.form-input-field:focus[b-kt44gk5h3w] {
    outline: none;
}

.form-input-field:disabled[b-kt44gk5h3w] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-input-field[b-kt44gk5h3w]::placeholder {
    color: #999;
}

.form-input-date[b-kt44gk5h3w] {
    cursor: pointer;
}

.form-input-field.input-error[b-kt44gk5h3w] {
    border-color: var(--errorred);
    outline: none;
}
/* /Components/Shared/Form/FormInputNumber.razor.rz.scp.css */
.form-input[b-aml4qn7kfn] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.form-input-label[b-aml4qn7kfn] {
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.25em 0;
    color: inherit;
}

.form-input-field[b-aml4qn7kfn] {
    padding: 0.5em 0.75em;
    border: 1px solid #ccc;
    border-radius: 12px;
    font: inherit;
    background: white;
}

.form-input-field:focus[b-aml4qn7kfn] {
    outline: none;
}

.form-input-field:disabled[b-aml4qn7kfn] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-input-field[b-aml4qn7kfn]::placeholder {
    color: #999;
}

/* Hide number input spinner arrows */
.form-input-field[type="number"][b-aml4qn7kfn]::-webkit-inner-spin-button,
.form-input-field[type="number"][b-aml4qn7kfn]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form-input-field[type="number"][b-aml4qn7kfn] {
    -moz-appearance: textfield;
}
/* /Components/Shared/Form/FormInputSelect.razor.rz.scp.css */
.form-input[b-g6bz9pjqq4] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.form-input-label[b-g6bz9pjqq4] {
    font-weight: bold;
    font-size: 0.9rem;
    padding: 0.25em 0;
    color: inherit;
}

.form-input-field[b-g6bz9pjqq4] {
    padding: 0.5em 0.75em;
    border: 1px solid #ccc;
    border-radius: 12px;
    font: inherit;
    background: white;
}

.form-input-field:focus[b-g6bz9pjqq4] {
    outline: none;
}

.form-input-field:disabled[b-g6bz9pjqq4] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-input-select[b-g6bz9pjqq4] {
    cursor: pointer;
    min-height: 2.5em;
}

.form-input-select option[b-g6bz9pjqq4] {
    padding: 0.25em 0.5em;
}
/* /Components/Shared/Icons/Expand.razor.rz.scp.css */
.container[b-hphzwlqxro]{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.25em;
    border-radius: 10px;
    border: 2px solid transparent;
    cursor: pointer;
}

.container:hover[b-hphzwlqxro]{
    border-radius: 10px;
    border: 2px solid #1c833c;
}
/* /Components/Shared/NoData.razor.rz.scp.css */
.container[b-7sxgoa2agm]{
    padding: 1rem;
}
/* /Components/Weight/WeightChart.razor.rz.scp.css */
.info-label[b-ih2co1ky4c]{
    color: var(--textcolor);
    font-weight: bold;
    font-size: 1.1rem;
    margin-top:0.75rem;
}

.info-label span[b-ih2co1ky4c]{
    color: var(--green);
}

span.negative[b-ih2co1ky4c]{
    color: var(--errorred);
}
/* /Components/Weight/WeightForm.razor.rz.scp.css */
.weight-form-container[b-mtwp693igh] {
    display: grid;
    grid-template-columns: 1fr 1fr 0.15fr;
    column-gap: 16px;
    width: 100%;
}

.menu-title[b-mtwp693igh]{
    font-weight: bold;
    padding-bottom: 0.5rem;
    margin-left: 0.25rem;
}
