/* _content/ACS.MyAdmin.Web/Pages/FoodLog.razor.rz.scp.css */

@media (max-width: 767.98px) {
    .card-title[b-ttil20wuvq], h5[b-ttil20wuvq] {
        font-size: 1.1rem;
    }

    .btn[b-ttil20wuvq], .form-control[b-ttil20wuvq], .form-select[b-ttil20wuvq] {
        font-size: 1rem;
    }

    .btn-group .btn[b-ttil20wuvq] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .modal-content[b-ttil20wuvq] {
        border-radius: 0;
    }

    .modal-header[b-ttil20wuvq], .modal-footer[b-ttil20wuvq] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .modal-title[b-ttil20wuvq] {
        font-size: 1.2rem;
    }

    .form-label[b-ttil20wuvq], .form-control[b-ttil20wuvq], .form-select[b-ttil20wuvq], .btn[b-ttil20wuvq] {
        font-size: 1rem;
    }

    .modal-footer[b-ttil20wuvq] {
        flex-direction: column;
        gap: 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .calculator-display[b-ttil20wuvq] {
        font-size: 1.2rem !important;
    }

    .calculator-keypad button[b-ttil20wuvq] {
        font-size: 1.1rem !important;
        min-width: 2rem !important;
    }
}

.calculator-drawer-overlay[b-ttil20wuvq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1060;
}

.calculator-drawer[b-ttil20wuvq] {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 350px;
    max-width: 100vw;
    background: #fff;
    z-index: 1070;
    box-shadow: -2px 0 16px 0 #0002;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
}

.drawer-header[b-ttil20wuvq] {
    border-bottom: 1px solid #eee;
}

.drawer-footer[b-ttil20wuvq] {
    border-top: 1px solid #eee;
}

@media (max-width: 767.98px) {
    .calculator-drawer[b-ttil20wuvq] {
        width: 100vw;
        height: auto;
        min-height: 40vh;
        max-height: 80vh;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -2px 16px 0 #0002;
    }
}

td .d-flex.flex-nowrap > .btn[b-ttil20wuvq] {
    min-width: 36px;
}


.favorite-foods-overlay[b-ttil20wuvq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1080;
}

.favorite-foods-panel[b-ttil20wuvq] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    max-width: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 1090;
    display: flex;
    flex-direction: column;
}

.favorite-foods-header[b-ttil20wuvq] {
    background-color: white;
}

.favorite-foods-body[b-ttil20wuvq] {
    flex: 1;
    overflow-y: auto;
}

@media (max-width: 576px) {
    .favorite-foods-panel[b-ttil20wuvq] {
        width: 100%;
    }
}

/* Modal disabled overlay when favorites panel is open */
.modal-disabled-overlay[b-ttil20wuvq] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 10;
    pointer-events: all;
}
/* _content/ACS.MyAdmin.Web/Pages/MyCompany.razor.rz.scp.css */
.table[b-qdvkvhli19], .table th[b-qdvkvhli19], .table td[b-qdvkvhli19] {
    font-size: 0.92rem;
}

.table-sm th[b-qdvkvhli19], .table-sm td[b-qdvkvhli19] {
    font-size: 0.88rem;
}

.table-actions[b-qdvkvhli19] {
    white-space: nowrap;
}

/* Balance Sheet Table Styling */
.balance-sheet-table th[b-qdvkvhli19],
.balance-sheet-table td[b-qdvkvhli19] {
    vertical-align: middle;
}
.balance-sheet-section[b-qdvkvhli19] {
    background-color: #f8f9fa;
    font-weight: bold;
}
.balance-sheet-total[b-qdvkvhli19] {
    background-color: #e9ecef;
    font-weight: bold;
    border-top: 2px solid #dee2e6;
}
.balance-sheet-net[b-qdvkvhli19] {
    background-color: #d1e7dd;
    font-weight: bold;
    font-size: 1.1rem;
    border-top: 3px double #198754;
    color: #155724;
} 
/* _content/ACS.MyAdmin.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-i1teqrbrrh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i1teqrbrrh] {
    flex: 1;
}

.sidebar[b-i1teqrbrrh] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-i1teqrbrrh] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i1teqrbrrh]  a, .top-row .btn-link[b-i1teqrbrrh] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-i1teqrbrrh] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-i1teqrbrrh] {
        display: none;
    }

    .top-row.auth[b-i1teqrbrrh] {
        justify-content: space-between;
    }

    .top-row a[b-i1teqrbrrh], .top-row .btn-link[b-i1teqrbrrh] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-i1teqrbrrh] {
        flex-direction: row;
    }

    .sidebar[b-i1teqrbrrh] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i1teqrbrrh] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-i1teqrbrrh], article[b-i1teqrbrrh] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ACS.MyAdmin.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-24si4hrz3e] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-24si4hrz3e] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-24si4hrz3e] {
    font-size: 1.1rem;
}

.oi[b-24si4hrz3e] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-24si4hrz3e] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-24si4hrz3e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-24si4hrz3e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-24si4hrz3e]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-24si4hrz3e]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-24si4hrz3e]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-24si4hrz3e] {
        display: none;
    }

    .collapse[b-24si4hrz3e] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
