/* /Components/BtnAdd/BtnAdd.razor.rz.scp.css */
.btn-body[b-bvi2p9r8lk] {
    background: var(--bs-light, #f8f9fa);
    container-type: inline-size;
    border: 2px dashed var(--bs-border-color, #dee2e6);
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-body:hover[b-bvi2p9r8lk],
.btn-body:focus[b-bvi2p9r8lk] {
    border-color: var(--bs-primary, #0d6efd) !important;
    background: var(--bs-primary-bg-subtle, #cfe2ff) !important;
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
    /* transform: translateY(-1px) scale(1.02); */
    transform: scale(1.02);
}

/*
.upload-icon {
    height: clamp(40px, 30%, 200px);
    width: auto;
    max-width: 100%;
    color: #666;
    margin-bottom: 4%;
}

.btn-text {
    color: #666;
    font-size: clamp(0.5rem, 8cqw, 4rem);
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
} 
*/

.upload-icon[b-bvi2p9r8lk] {
    height: clamp(2.5rem, 18cqw, 8rem);
    width: auto;
    max-width: 90%;
    max-height: 25vh;
    filter: grayscale(20%) brightness(0.9);
}

.btn-text[b-bvi2p9r8lk] {
    font-size: clamp(0.875rem, 6cqw, 1.75rem) !important;
    color: var(--bs-secondary-color, #6c757d);
    line-height: 1.3;
}

@media (max-width: 576px) {
    .btn-text[b-bvi2p9r8lk] {
        font-size: clamp(0.75rem, 5cqw, 1.25rem) !important;
    }
    
    .upload-icon[b-bvi2p9r8lk] {
        height: clamp(2rem, 16cqw, 5rem) !important;
    }
}
/* /Components/BtnDelete/BtnDelete.razor.rz.scp.css */
.btn-container[b-eh9f9f0pgm] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 10;
    /* transition: all 0.25s ease-in; */
    /* opacity: 0; */
}

.delete-target:hover .delete-btn[b-eh9f9f0pgm] {
    /* opacity: 1; */
}

.centered-icon[b-eh9f9f0pgm] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 16px;
}
/* /Components/Crafting/CraftingStep.razor.rz.scp.css */
.invalid-col[b-o34lijvlbr] {
    border-color: #dc3545 !important;
}
/* /Components/Item/ItemCard.razor.rz.scp.css */
.item-card[b-93q8ke695r] {
    background: #f8f9fa;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    container-type: inline-size;
}

.item-card:focus[b-93q8ke695r],
.item-card:hover[b-93q8ke695r] {
    background: rgba(var(--bs-primary-rgb), 0.25);
    box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25);
    transform: scale(1.03);
}

.text-height[b-93q8ke695r] {
    max-height: calc(1.25em * 3);
    font-size: clamp(1.1rem, 13cqw, 3rem);
    word-wrap: break-word;
    /* word-break: keep-all; */

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
/* /Components/Item/ItemForm.razor.rz.scp.css */
.additem-container[b-44lm7b6ep2] {
    /* border: 3px solid;
    border-radius: 10px;
    padding: 10px; */
    /* border-color: #666; */
    /* border-color: crimson; */
}

.preview-area[b-44lm7b6ep2] {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    background: #f8f9fa;
}

.preview-image[b-44lm7b6ep2] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* /Components/Item/ItemIcon.razor.rz.scp.css */
.icon-container[b-gkwwt3uak7] {
    align-content: center;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    border: solid;
    background-color: whitesmoke;
    user-select: none;
    container-type: size;
}

.icon-item[b-gkwwt3uak7] {
    position: relative;
    object-fit: fill;
    width: 100%;
    height: 100%;
}

.icon-text[b-gkwwt3uak7] {
    margin: 0;
    height: max-content;
    width: max-content;
    white-space: nowrap;
    font-size: clamp(0.4rem, 45cqw, 3rem);
    overflow: hidden;
    text-align: center;
}
/* /Components/Item/ItemPicker.razor.rz.scp.css */
.item-list[b-j6bmthatrv] {
    grid-template-columns: repeat(auto-fit, 80px);
    /* width: calc((80px + 0.5rem) * 4 + 1.875rem); */
    width: 375px;
    max-width: 100%;
    min-height: 185px;
    max-height: calc(95dvh - 140px);
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}

.search-icon[b-j6bmthatrv] {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    z-index: 10;
}

#search-bar[b-j6bmthatrv] {
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 100%;
}

.btn-clear[b-j6bmthatrv] {
    z-index: 10;
    width: 1rem;
    height: 1.5rem;
}
/* /Components/Modal/Modal.razor.rz.scp.css */
.modal-overlay[b-ghba4txuqg] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-container[b-ghba4txuqg] {
    max-width: 100dvw;
    max-height: 100dvh;
}
/* /Components/Recipe/RecipeCard.razor.rz.scp.css */
.recipe-card[b-ihgfopcnnh] {
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.recipe-card:hover[b-ihgfopcnnh],
.recipe-card:focus[b-ihgfopcnnh] {
    border-color: var(--bs-primary, #0d6efd) !important;
    /* background: var(--bs-primary-bg-subtle, #cfe2ff) !important; */
    /* box-shadow: 0 0 0 0.2rem rgba(var(--bs-primary-rgb), 0.25); */
    transform: scale(1.02);
}
/* /Components/Recipe/RecipeForm.razor.rz.scp.css */
.ingredient-list[b-ronght9ba5] {
    overflow-y: scroll;
    overflow-x: none;
    margin: 0;
    max-height: 250px;
    /* max-height: 350px; */
    /* border: 3px solid black; */
    border-radius: 10px;
}
/* /Components/Recipe/RecipeIngredient.razor.rz.scp.css */
.icon[b-pvh75b2j5c] {
    transition: all 0.3s ease;
}

.icon:focus[b-pvh75b2j5c],
.icon:hover[b-pvh75b2j5c] {
    transform: scale(1.05);
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-oza28vsmhw] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-oza28vsmhw] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

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

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

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

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

    .top-row[b-oza28vsmhw], article[b-oza28vsmhw] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s9az5pmks6] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-s9az5pmks6] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-s9az5pmks6] {
    font-size: 1.1rem;
}

.bi[b-s9az5pmks6] {
    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-s9az5pmks6] {
    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-s9az5pmks6] {
    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-s9az5pmks6] {
    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-s9az5pmks6] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-s9az5pmks6]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-s9az5pmks6] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-s9az5pmks6] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Inventory.razor.rz.scp.css */
