/* /Layout/ChatBotWindow.razor.rz.scp.css */
#chatBoxWindow[b-3n1ghc4bsy] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
    z-index: 20;
    max-width: calc(100vw - 4rem);
    width: 150px;
    height: 80px;
    cursor: pointer;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-radius: 35px;
}

    #chatBoxWindow .opened-content[b-3n1ghc4bsy] {
        display: none;
    }

    #chatBoxWindow .closed-content[b-3n1ghc4bsy] {
        display: contents;
    }

    #chatBoxWindow.open[b-3n1ghc4bsy] {
        width: 500px;
        height: calc(100vh - 150px);
        max-height: 900px;
        cursor: unset;
        padding-top: 1.6rem !important;
        padding-bottom: 0.7rem !important;
        border-radius: 20px !important;
        border-end-end-radius: 3px !important;
        border-end-start-radius: 3px !important;
        transition: max-height 0.5s;
    }

        #chatBoxWindow.open .opened-content[b-3n1ghc4bsy] {
            display: contents;
        }

        #chatBoxWindow.open .closed-content[b-3n1ghc4bsy] {
            display: none;
        }

    #chatBoxWindow .alert[b-3n1ghc4bsy] {
        max-width: 80%;
        word-wrap: anywhere;
        text-align: start;
        white-space: pre-wrap;
    }

        #chatBoxWindow .alert.alert-secondary[b-3n1ghc4bsy] {
            border: 1px solid black;
        }

        #chatBoxWindow[b-3n1ghc4bsy]  .alert * {
            margin-bottom: 0;
            line-height: 1.2;
        }

    #chatBoxWindow input[type='text'][b-3n1ghc4bsy] {
        border-start-end-radius: 0;
        border-end-end-radius: 0;
    }

    #chatBoxWindow button[b-3n1ghc4bsy] {
        position: relative;
        z-index: 1;
        border-start-start-radius: 0;
        border-end-start-radius: 0;
        margin-left: -1rem;
        background: white;
    }

    #chatBoxWindow form[b-3n1ghc4bsy] {
        box-shadow: 0 2px 4px 4px rgba(0, 0, 0, 0.1);
        border-radius: var(--bs-border-radius);
    }
/* /Layout/MainLayout.razor.rz.scp.css */
.layout-parent[b-qhcdj3rrtl] {
    position: relative;
}

@media (max-width: 1855px) {
    .layout-parent[b-qhcdj3rrtl] {
        position: unset;
        display: flex;
        flex-direction: row;
    }

    .layout-body[b-qhcdj3rrtl] {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        flex-shrink: 1;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.layout-nav[b-rvxorchd9f] {
    position: absolute;
    width: 15rem;
    min-width: 15rem;
    height: fit-content;
    left: calc(-15rem - 25px);
    margin-right: 24px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 2.5px dotted rgba(27, 51, 82, 0.4);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

    .layout-nav[b-rvxorchd9f]  .nav-item {
        display: flex;
        flex-direction: row;
        gap: 12px;
        align-items: center;
        color: black;
        text-decoration: none;
        padding: 6px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background 0.3s;
        cursor: pointer;
        font-weight: 600;
        font-family: "Nunito";
    }

        .layout-nav[b-rvxorchd9f]  .nav-item:first-of-type {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
        }

        .layout-nav[b-rvxorchd9f]  .nav-item:hover {
            background: rgba(0, 0, 0, 0.05);
        }

        .layout-nav[b-rvxorchd9f]  .nav-item.active {
            background: #d6e5f7;
        }

    .layout-nav .nav-menu-title[b-rvxorchd9f],
    .layout-nav .nav-menu-close[b-rvxorchd9f],
    .layout-nav .nav-menu-open[b-rvxorchd9f] {
        display: none;
    }

.nav-menu-open[b-rvxorchd9f] {
    display: none;
}

@media (max-width: 1855px) {
    .layout-nav[b-rvxorchd9f] {
        position: unset;
        left: unset;
        margin-left: -45px;
    }
}

@media (max-width: 991px) {
    .nav-menu-open[b-rvxorchd9f] {
        display: block;
        position: absolute;
        top: -70px;
        right: 2rem;
        z-index: 1;
        cursor: pointer;
    }

    .layout-nav[b-rvxorchd9f] {
        display: none;
        border-right: none;
        font-size: 1.3rem;
    }

        .layout-nav.open[b-rvxorchd9f] {
            display: block;
            position: fixed;
            left: 0;
            top: 0;
            width: 100vw;
            height: 100vh;
            background: white;
            z-index: 9999;
            margin-left: unset;
            border-top-left-radius: unset;
            border-bottom-left-radius: unset;
            padding-top: 4rem;
        }

            .layout-nav.open .nav-menu-title[b-rvxorchd9f] {
                display: block;
                position: fixed;
                top: 1.3rem;
                left: 1rem;
                z-index: 9999;
            }

            .layout-nav.open .nav-menu-close[b-rvxorchd9f] {
                display: block;
                position: fixed;
                top: 1.3rem;
                right: 1rem;
                z-index: 9999;
                cursor: pointer;
            }
}

@media (max-width: 767px) {
    .nav-menu-open[b-rvxorchd9f] {
        right: 1.5rem;
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
.welcome-note[b-8uj2cjzv1n] {
    background: #d6e5f8;
    background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(214, 229, 248, 1) 100%);
    color: #1d3350;
    margin: 0 -12px -20px -12px !important;
    padding: 12px;
    padding-bottom: 25px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.tiles-backdrop[b-8uj2cjzv1n] {
    background: #eceef8;
    margin: -12px;
    padding: 16px;
    border-radius: 9px;
    border-top: 2px solid #1d3350;
}

.nav-tiles a[b-8uj2cjzv1n] {
    height: 140px;
    background: #016c56;
}
/* /Pages/FoundItem/EditFoundItem.razor.rz.scp.css */
[b-dcw4wj76j5] #categoriesSelect .choices__list--multiple .choices__item {
    background-color: white;
    color: #00bcd4;
}

[b-dcw4wj76j5] #categoriesSelect .choices__button {
    border-left: 1px solid #ffffff;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.drop-zone[b-dcw4wj76j5] {
    border-style: dashed !important;
    position: relative;
}

    .drop-zone[b-dcw4wj76j5]  input {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

.potential-match-card[b-dcw4wj76j5] {
    background-color: grey;
    background-position: center;
    background-size: cover;
    height: 200px;
    border-radius: 9px;
    position: relative;
}

    .potential-match-card *[b-dcw4wj76j5] {
        cursor: inherit;
    }

    .potential-match-card label[b-dcw4wj76j5] {
        position: absolute;
        left: 6px;
        bottom: 6px;
        color: white;
        font-size: 0.8rem;
        background: rgba(0, 0, 0, 0.3);
        margin: 0 -6px -6px -6px;
        width: calc(100% + 0px);
        border-radius: var(--bs-border-radius);
        padding: 10pt;
    }
/* /Pages/FoundItem/EnterFoundItem.razor.rz.scp.css */
.drop-zone[b-5w4k3k4x5w] {
    border-style: dashed !important;
    position: relative;
}

    .drop-zone[b-5w4k3k4x5w]  input {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
/* /Pages/FoundItem/FoundItemView.razor.rz.scp.css */
.modal-backdrop[b-t3gi3yob9g] {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    padding: 1rem;
}

.modal-container[b-t3gi3yob9g] {
    max-height: 100%;
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
    border-radius: 9px;
    width: 800px;
    max-width: 100%;
    margin-top: 2rem;
    box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 800px) {
    .modal-backdrop[b-t3gi3yob9g] {
        padding: 0;
    }

    .modal-container[b-t3gi3yob9g] {
        border-radius: 0;
        height: 100%;
        max-height: 100vh;
        margin-top: 0;
    }
}

.potential-match-card[b-t3gi3yob9g] {
    background-color: grey;
    background-position: center;
    background-size: cover;
    height: 143px;
    border-radius: 9px;
    position: relative;
}

    .potential-match-card *[b-t3gi3yob9g] {
        cursor: inherit;
    }

    .potential-match-card label[b-t3gi3yob9g] {
        position: absolute;
        left: 6px;
        bottom: 6px;
        color: white;
        font-size: 0.8rem;
        background: rgba(0, 0, 0, 0.3);
        margin: 0 -6px -6px -6px;
        width: calc(100% + 0px);
        border-radius: var(--bs-border-radius);
        padding: 10pt;
    }

div.col-12:has(.potential-match-card):last-of-type[b-t3gi3yob9g] {
    margin-bottom: 12pt;
}
/* /Pages/FoundItem/FoundItemView_Claims.razor.rz.scp.css */
.image-box[b-pi1gvtcynx] {
    height: 200px;
    min-height: 100px;
    background-color: #2a2a2a;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

@media (min-width: 768px) {
    .existing-claims[b-pi1gvtcynx] {
        margin-top: -44px;
    }
}
/* /Pages/FoundItem/FoundItemView_ReadOnly.razor.rz.scp.css */
.image-box[b-b6iaw79p7w] {
    height: 400px;
    min-height: 200px;
    background-color: #2a2a2a;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -21px;
    margin-right: -21px;
    width: calc(100% + 42px) !important;
}
/* /Pages/LostReports/ReportALostItem.razor.rz.scp.css */
[b-1tjvtf7idc] #categoriesSelect .choices__list--multiple .choices__item {
    background-color: white;
    color: #00bcd4;
}

[b-1tjvtf7idc] #categoriesSelect .choices__button {
    border-left: 1px solid #ffffff;
    filter: invert(100%);
    -webkit-filter: invert(100%);
}

.drop-zone[b-1tjvtf7idc] {
    border-style: dashed !important;
    position: relative;
}

    .drop-zone[b-1tjvtf7idc]  input {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

.potential-match-card[b-1tjvtf7idc] {
    background-color: grey;
    background-position: center;
    background-size: cover;
    height: 200px;
    border-radius: 9px;
    position: relative;
}

    .potential-match-card *[b-1tjvtf7idc] {
        cursor: inherit;
    }

    .potential-match-card label[b-1tjvtf7idc] {
        position: absolute;
        left: 6px;
        bottom: 6px;
        color: white;
        font-size: 0.8rem;
        background: rgba(0, 0, 0, 0.3);
        margin: 0 -6px -6px -6px;
        width: calc(100% + 0px);
        border-radius: var(--bs-border-radius);
        padding: 10pt;
    }
/* /Pages/SearchClaims/ResultRowItem.razor.rz.scp.css */
.item-card[b-rjs356i6em] {
    overflow: hidden;
    min-height: 90px;
    cursor: pointer;
}

    .item-card .image-box[b-rjs356i6em] {
        width: 120px;
        min-width: 120px;
        background-color: #2a2a2a;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .item-card .content-box[b-rjs356i6em] {
        background: #e0e5f1;
    }

        .item-card .content-box div:nth-child(1)[b-rjs356i6em] {
            width: 60%;
            min-width: 60%;
            max-width: 60%;
        }

        .item-card .content-box div:nth-child(2)[b-rjs356i6em] {
            width: 40%;
            min-width: 40%;
            max-width: 40%;
        }

        .item-card .content-box i[b-rjs356i6em] {
            opacity: 0.8;
            font-size: 0.8rem;
        }
/* /Pages/SearchClaims/SearchClaimsPage.razor.rz.scp.css */
.search-bar-row[b-rvp6xapa01] {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    max-width: 620px;
}

    .search-bar-row button[type="submit"][b-rvp6xapa01] {
        position: absolute;
        z-index: 1;
        right: 1rem;
        top: 4px;
        padding-bottom: 8px;
    }

.tiles-backdrop[b-rvp6xapa01] {
    background: #eceef8;
    margin: -12px;
    padding: 16px;
    border-radius: 9px;
    border-top: 2px solid #1d3350;
}

.nav-tiles a[b-rvp6xapa01] {
    height: 70px;
    background: #016c56;
}
/* /Pages/SearchClaims/SearchLostReportsPage.razor.rz.scp.css */
.search-bar-row[b-99ltqrwgll] {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    max-width: 620px;
}

    .search-bar-row button[type="submit"][b-99ltqrwgll] {
        position: absolute;
        z-index: 1;
        right: 1rem;
        top: 4px;
        padding-bottom: 8px;
    }

.tiles-backdrop[b-99ltqrwgll] {
    background: #eceef8;
    margin: -12px;
    padding: 16px;
    border-radius: 9px;
    border-top: 2px solid #1d3350;
}

.nav-tiles a[b-99ltqrwgll] {
    height: 70px;
    background: #016c56;
}
/* /Pages/SearchInventory/InventoryResultsPage.razor.rz.scp.css */
.search-bar-row[b-r7z4bow7kt] {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    max-width: 620px;
}

    .search-bar-row button[type="submit"][b-r7z4bow7kt] {
        position: absolute;
        z-index: 1;
        right: 1rem;
        top: 4px;
        padding-bottom: 8px;
    }
/* /Pages/SearchInventory/ResultGridItem.razor.rz.scp.css */
.item-card[b-njz0a14idn] {
    overflow: hidden;
    cursor: pointer;
}

.image-box[b-njz0a14idn] {
    height: 224px;
    background-color: #2a2a2a;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.content-box[b-njz0a14idn] {
    background: #e0e5f1;
}

    .content-box h6[b-njz0a14idn] {
        font-weight: bold;
    }

    .content-box i[b-njz0a14idn] {
        opacity: 0.8;
        font-size: 0.8rem;
    }
/* /Pages/SearchInventory/ResultRowItem.razor.rz.scp.css */
.item-card[b-bd4tyq4zme] {
    overflow: hidden;
    min-height: 90px;
    cursor: pointer;
}

    .item-card .image-box[b-bd4tyq4zme] {
        width: 120px;
        min-width: 120px;
        background-color: #2a2a2a;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .item-card .content-box[b-bd4tyq4zme] {
        background: #e0e5f1;
    }

        .item-card .content-box div:nth-child(1)[b-bd4tyq4zme] {
            width: 60%;
            min-width: 60%;
            max-width: 60%;
        }

        .item-card .content-box div:nth-child(2)[b-bd4tyq4zme] {
            width: 40%;
            min-width: 40%;
            max-width: 40%;
        }

        .item-card .content-box i[b-bd4tyq4zme] {
            opacity: 0.8;
            font-size: 0.8rem;
        }
/* /Pages/SearchInventory/SearchInventoryPage.razor.rz.scp.css */
.search-bar-row[b-9mgr19bqgi] {
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    position: relative;
    max-width: 620px;
}

    .search-bar-row button[type="submit"][b-9mgr19bqgi] {
        position: absolute;
        z-index: 1;
        right: 1rem;
        top: 4px;
        padding-bottom: 8px;
    }

.tiles-backdrop[b-9mgr19bqgi] {
    background: #eceef8;
    margin: -12px;
    padding: 16px;
    border-radius: 9px;
    border-top: 2px solid #1d3350;
}

.nav-tiles a[b-9mgr19bqgi] {
    height: 70px;
    background: #016c56;
}
/* /Pages/ThinkingPlaceholder.razor.rz.scp.css */
@keyframes wiggle-b-rra9m19s1v {
    0% {
        transform: rotate(0deg);
    }

    65% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(7deg);
    }

    90% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.wiggle[b-rra9m19s1v] {
    animation: wiggle-b-rra9m19s1v 1.2s infinite;
}

@keyframes wiggleFast-b-rra9m19s1v {
    0% {
        transform: rotate(0deg);
    }

    65% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(7deg);
    }

    90% {
        transform: rotate(-7deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.wiggle-fast[b-rra9m19s1v] {
    animation: wiggleFast-b-rra9m19s1v 0.4s infinite;
}
