/* _content/WebApp/Pages/Index.cshtml.rz.scp.css */
.session-avatar[b-gdphz9sdif] {
    width: 36px; 
    height: 36px; 
    color: white; 
    background-color: #00A86B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 450;
    font-size: 1.2em;
}

.session-avatar-pending[b-gdphz9sdif] {
    background-color: var(--bs-secondary);
}

.session-avatar-check:checked + .session-avatar[b-gdphz9sdif] {
    background-color: var(--bs-primary);
}
#main-page-content:has(.session-avatar-check:checked) #new-billsplit-section[b-gdphz9sdif] {
    display: none;
}
#main-page-content:has(.session-avatar-check:checked) #edit-bills-section[b-gdphz9sdif] {
    display: flex! important;
    justify-content: end;
}


/* _content/WebApp/Pages/Sessions/Index.cshtml.rz.scp.css */

/* _content/WebApp/Pages/Sessions/_SessionTitle.cshtml.rz.scp.css */

#edit-title-checkbox:checked + label[b-eiu8mbshw6] {
    display: none;
}
#title-form:has(#edit-title-checkbox:checked) #title-save[b-eiu8mbshw6] {
    display: block !important;
}
#title-form:has(#edit-title-checkbox:checked) h5[b-eiu8mbshw6] {
    display: none !important;
}
#title-form:has(#edit-title-checkbox:checked) .input-group[b-eiu8mbshw6] {
    display: flex !important;
}
#title-save.htmx-request[b-eiu8mbshw6] {
    cursor: not-allowed;
}


/* _content/WebApp/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

