/* /Components/Admin/ForageAdminDashboard.razor.rz.scp.css */
/*::deep a.nav-link, .nav-link {
    color: #000 !important;
}


::deep a.nav-link:hover, .nav-link:hover{
    background-color: #D3E7EE !important;
}

*/
/* /Components/Admin/Pages/AdminDashboard.razor.rz.scp.css */
/*::deep a.nav-link, .nav-link {
    color: #000 !important;
}


::deep a.nav-link:hover, .nav-link:hover{
    background-color: #D3E7EE !important;
}

*/
/* /Components/Admin/Pages/CustomerList.razor.rz.scp.css */
/*table tbody, table thead {
    display: grid;
}

table td {
    display: block;
}
table, th, tr {
    border: 1px solid black;
}

    table tbody {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

*/

/*table td {
    display: block;
}

    table td:last-child {
        margin-bottom: 10px;
    }*/

/* DEMO UPDATE */

/*tbody {
    display: flex;
    flex-wrap: wrap;
}

tr {
    margin: 5px 10px 0;
}*/
/* /Components/Admin/SoilAdminDashboard.razor.rz.scp.css */
/*::deep a.nav-link, .nav-link {
    color: #000 !important;
}


::deep a.nav-link:hover, .nav-link:hover{
    background-color: #D3E7EE !important;
}

*/
/* /Components/Chat.razor.rz.scp.css */

.chat-container[b-lyv1r7lxku] {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}

.user-display h2[b-lyv1r7lxku] {
    color: #333;
}

.message-input[b-lyv1r7lxku] {
    display: flex;
    margin-top: 10px;
}

    .message-input input[b-lyv1r7lxku] {
        flex: 1;
        padding: 5px;
        margin-right: 8px;
        margin-left: 8px;
        border-radius: 5px;
        border: 2px solid #007bff;
    }

.send-button[b-lyv1r7lxku] {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.user-list select[b-lyv1r7lxku] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #007bff;
    margin-top: 10px;
}

.messages[b-lyv1r7lxku] {
    display: flex;
    flex-direction: column;
    height: 90vh;
    overflow-y: auto;
    padding: 20px;
    gap: 10px;
    height: 500px;
    margin-top: 15px;
    border-radius: 15px;
    background: gray;
    color: white;
}

.message[b-lyv1r7lxku] {
    max-width: 50%;
    border-radius: 25px;
    padding: 10px;
    color: #fff;
    word-break: break-word;
    box-shadow: 0 2px 2px rgba( 0,0,0,0.1);
}


.current-user[b-lyv1r7lxku] {
    margin-right: auto;
    align-self: flex-start;
    background-color: #3498DB;
    border-radius: 15px;
    margin-top: 10px;
}

.other-user[b-lyv1r7lxku] {
    margin-left: auto;
    align-self: flex-end;
    background-color: #95A5A6;
    border-radius: 15px;
    margin-top: 10px;
    text-align: right;
}

.message-content strong[b-lyv1r7lxku] {
    font-weight: bold;
    font-size: 0.85em;
}

.message-content p[b-lyv1r7lxku] {
    margin-top: 4px;
    font-size: 1em;
}

.messages ul[b-lyv1r7lxku] {
    list-style-type: none;
    padding: 0;
}

.text-list[b-lyv1r7lxku] {
    list-style-type: inherit;
}
/* /Components/Layout/LoginDisplay.razor.rz.scp.css */

.bi[b-gfn422l3c2], .oi[b-gfn422l3c2] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-person-nav-menu[b-gfn422l3c2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-gfn422l3c2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-gfn422l3c2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-gfn422l3c2] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-gfn422l3c2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
  

}


    .nav-item[b-gfn422l3c2]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        justify-content: left;
    }

    .nav-item[b-gfn422l3c2]  a.active, .nav-item[b-gfn422l3c2]  button.active {
        background-color: rgba(255,255,255,0.2);
        color: white;
    }

    .nav-item[b-gfn422l3c2]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }


/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-8avhtp4kq4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8avhtp4kq4] {
    flex: 1;
}



.bi[b-8avhtp4kq4], .oi[b-8avhtp4kq4] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-person-nav-menu[b-8avhtp4kq4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-8avhtp4kq4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-8avhtp4kq4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-8avhtp4kq4] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-8avhtp4kq4] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}


    .nav-item[b-8avhtp4kq4]  .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-8avhtp4kq4]  a.active, .nav-item[b-8avhtp4kq4]  button.active {
        background-color: rgba(255,255,255,0.2);
        color: white;
    }

    .nav-item[b-8avhtp4kq4]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }

.top-row[b-8avhtp4kq4] {
    background-color: #435153;
    /*border-bottom: 1px solid #d6d5d5;*/
   /* justify-content: flex-end;*/
    height: 3.5rem;
    display: flex;
    align-items: center;
    z-index:1000;
}

.top-row.shrink[b-8avhtp4kq4] {
    height:3rem!important;
    min-height:3rem;
}
.top-row.shrink[b-8avhtp4kq4]  .nav-item .nav-link {
    line-height:2rem;
    height:2rem;
}

    .top-row[b-8avhtp4kq4]  a, .top-row[b-8avhtp4kq4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-8avhtp4kq4]  a:hover, .top-row[b-8avhtp4kq4]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-8avhtp4kq4]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

/*@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }
}*/

@media (min-width: 992px) {
    main[b-8avhtp4kq4] {
        width:calc(100vw - 250px);
    }
    .page[b-8avhtp4kq4] {
        flex-direction: row;
    }

    .sidebar[b-8avhtp4kq4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        z-index: 1022;
    }

    .top-row[b-8avhtp4kq4] {
        position: sticky;
        top: 0;
        z-index: 1021;
    }

        .top-row.auth[b-8avhtp4kq4]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-8avhtp4kq4], article[b-8avhtp4kq4] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

#blazor-error-ui[b-8avhtp4kq4] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1022;
}

    #blazor-error-ui .dismiss[b-8avhtp4kq4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainMenuItems.razor.rz.scp.css */

.bi[b-qa13ovrtrj], .oi[b-qa13ovrtrj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-person-nav-menu[b-qa13ovrtrj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-qa13ovrtrj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-qa13ovrtrj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-qa13ovrtrj] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-qa13ovrtrj] {
    font-size: 0.9rem;
  
}


    .nav-item[b-qa13ovrtrj]  .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-qa13ovrtrj]  a.active, .nav-item[b-qa13ovrtrj]  button.active {
        background-color: rgba(255,255,255,0.2);
        color: white;
    }

    .nav-item[b-qa13ovrtrj]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }




/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ypcuww2ww7] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
   z-index:1022;
}

    .navbar-toggler:checked[b-ypcuww2ww7] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-ypcuww2ww7] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    z-index: 1021;
}
.top-row.shrink[b-ypcuww2ww7] {
    height:3rem;
}

     .navbar-toggler.shrink[b-ypcuww2ww7] {
        width: 3rem;
        height: 2rem;
    }
.navbar-brand[b-ypcuww2ww7] {
    font-size: 1.1rem;
}

button[b-ypcuww2ww7] {
    justify-content: start;
}

.bi[b-ypcuww2ww7] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    vertical-align: middle;
}

.oi[b-ypcuww2ww7] {
    margin-right: 0.75rem;
}

.bi-house-door-fill-nav-menu[b-ypcuww2ww7] {
    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-ypcuww2ww7] {
    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-ypcuww2ww7] {
    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");
}

.bi-lock-nav-menu[b-ypcuww2ww7] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-ypcuww2ww7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-ypcuww2ww7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-ypcuww2ww7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-ypcuww2ww7] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

[b-ypcuww2ww7] .nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.nav-item:first-of-type[b-ypcuww2ww7] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-ypcuww2ww7] {
    padding-bottom: 1rem;
}

[b-ypcuww2ww7] .nav-item .nav-link {
    color: #d7d7d7;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
}

[b-ypcuww2ww7] .nav-item a.active, [b-ypcuww2ww7] .nav-item button.active {
    background-color: rgba(255,255,255,0.2);
    color: white;
}

[b-ypcuww2ww7] .nav-item .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ypcuww2ww7] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ypcuww2ww7] {
    display: block;
    overflow-y:scroll;
    
}

.nav-scrollable > nav[b-ypcuww2ww7] {
   height: 50vh;
}

@media (min-width: 992px) {
    .navbar-toggler[b-ypcuww2ww7] {
        display: none;
    }

    .nav-scrollable[b-ypcuww2ww7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100dvh - 4rem);
        overflow-y: auto;
       
    }
        .nav-scrollable > nav[b-ypcuww2ww7] {
            height: calc(100dvh - 4rem);
          
        }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-p8l2zkn5gz],
.components-reconnect-repeated-attempt-visible[b-p8l2zkn5gz],
.components-reconnect-failed-visible[b-p8l2zkn5gz],
.components-pause-visible[b-p8l2zkn5gz],
.components-resume-failed-visible[b-p8l2zkn5gz],
.components-rejoining-animation[b-p8l2zkn5gz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-p8l2zkn5gz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-p8l2zkn5gz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-p8l2zkn5gz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-p8l2zkn5gz],
#components-reconnect-modal.components-reconnect-retrying[b-p8l2zkn5gz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-p8l2zkn5gz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-p8l2zkn5gz],
#components-reconnect-modal.components-reconnect-failed[b-p8l2zkn5gz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-p8l2zkn5gz] {
    display: block;
}


#components-reconnect-modal[b-p8l2zkn5gz] {
    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-p8l2zkn5gz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-p8l2zkn5gz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-p8l2zkn5gz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-p8l2zkn5gz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-p8l2zkn5gz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-p8l2zkn5gz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-p8l2zkn5gz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-p8l2zkn5gz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-p8l2zkn5gz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-p8l2zkn5gz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-p8l2zkn5gz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-p8l2zkn5gz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-p8l2zkn5gz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-p8l2zkn5gz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-p8l2zkn5gz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-p8l2zkn5gz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-p8l2zkn5gz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-p8l2zkn5gz {
    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/TopMenu.razor.rz.scp.css */
.offcanvas-mainmenu[b-udht43j51c] {
    background-color:#435153;
}

.navbar-toggler[b-udht43j51c] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
    z-index:51;
}

    .navbar-toggler2:checked[b-udht43j51c] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-udht43j51c] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    z-index:50;
}

.navbar-brand[b-udht43j51c] {
    font-size: 1.1rem;
}
button[b-udht43j51c] {
    justify-content:start;
}
.bi[b-udht43j51c] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    vertical-align:middle;
}

.oi[b-udht43j51c] {
    margin-right: 0.75rem;
}

.bi-house-door-fill-nav-menu[b-udht43j51c] {
    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-udht43j51c] {
    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-udht43j51c] {
    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");
}

.bi-lock-nav-menu[b-udht43j51c] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-udht43j51c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-udht43j51c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-udht43j51c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-udht43j51c] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

[b-udht43j51c] .nav-item {
    font-size: 0.9rem;
    padding-left:.5rem;
    padding-right:.5rem;
   
}


    .nav-item[b-udht43j51c]  .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-udht43j51c]  a.active, .nav-item[b-udht43j51c]  button.active {
        background-color: rgba(255,255,255,0.2);
        color: white;
    }

    .nav-item[b-udht43j51c]  .nav-link:hover {
        background-color: rgba(255,255,255,0.1);
        color: white;
    }



/*.top-toggler:checked ~ .nav-top {
    display: block;
}*/
.nav-top[b-udht43j51c] {
    display:none;
}
@media (min-width: 1400px) {
    .top-toggler[b-udht43j51c] {
        display: none;
    }
    .nav-top[b-udht43j51c] {
        display:block;
    }
   
  
}
/* /Components/Shared/BulkSoilSample.razor.rz.scp.css */
.main-menu[b-alqyhq8wr3] {
    max-height:100%;
}

/* /Components/Shared/ChatModal.razor.rz.scp.css */
.chat-modal-backdrop[b-lexp0yq9u0] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1051;
}

.chat-modal[b-lexp0yq9u0] {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 400px;
    height: 600px;
    z-index: 1052;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    color:#000;
}

.chat-modal-dialog[b-lexp0yq9u0] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.chat-modal-content[b-lexp0yq9u0] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.chat-modal-header[b-lexp0yq9u0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.chat-modal-title[b-lexp0yq9u0] {
    margin: 0;
    font-size: 1.25rem;
}

.chat-modal-body[b-lexp0yq9u0] {
    padding: 10px;
    overflow-y: auto; /* Makes the body scrollable if needed */
    flex-grow: 1;
    max-height: calc(100% - 120px); /* Makes sure the body doesn't overflow with the footer */
}

.chat-modal-footer[b-lexp0yq9u0] {
    display: flex;
    padding: 10px;
    border-top: 1px solid #dee2e6;
}

    .chat-modal-footer input[b-lexp0yq9u0] {
        flex: 1;
        margin-right: 10px;
    }

/* /Components/Shared/Forage/BulkForageSample.razor.rz.scp.css */
.main-menu[b-75dfucu6i2] {
    max-height:100%;
}

/* /Components/Shared/Soil/SoilSampleReportComponent.razor.rz.scp.css */


.mini-table td[b-jts0onf0xq] {
    padding-right: 2px;
}
.soil-report[b-jts0onf0xq] {
 
}
.soil-report tr[b-jts0onf0xq] {
    vertical-align: middle;
}

.soil-report .fs-3[b-jts0onf0xq] {
    background-color: #604F24;
    color: white;
    padding: 5px;
}


.report-dot[b-jts0onf0xq] {
    height: 20px;
    width: 20px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid black;
}

.result-table[b-jts0onf0xq] {
    float:left;
    width:700px;
}
.result-legend[b-jts0onf0xq] {
    float:left;
    width:400px;
}



@media print {
    .navbar[b-jts0onf0xq], .lims-left-navbar[b-jts0onf0xq], .system-messages[b-jts0onf0xq] {
        display: none;
    }

    .labform-footer[b-jts0onf0xq] {
        position: fixed;
        bottom: 0;
        overflow: hidden;
    }

    .labform-header[b-jts0onf0xq] {
        position: fixed;
        top: 0;
        overflow: hidden;
    }

    .labform-footer[b-jts0onf0xq], .labform-footerspace[b-jts0onf0xq] {
        height: 100px;
    }

    .labform-header[b-jts0onf0xq], .labform-headerspace[b-jts0onf0xq] {
        height: 200px;
    }

    .report-dot[b-jts0onf0xq] {
        height: 12px;
        width: 12px;
        background-color: gray;
        border-radius: 50%;
        display: inline-block;
    }
 
    .table[b-jts0onf0xq] {
        font-size:14px;
    }
    .soil-report[b-jts0onf0xq] {
        font-size: 14px;
    }
    .result-legend[b-jts0onf0xq] {
        float: left;
        width: 300px;
    }
}

@media print {
    .navbar[b-jts0onf0xq], .lims-left-navbar[b-jts0onf0xq], .system-messages[b-jts0onf0xq] {
        display: none;
    }

 


    table[b-jts0onf0xq] {
        overflow: hidden;
    }

}

/* /Components/Shared/Soil/SoilSampleReportCropComponent.razor.rz.scp.css */


.mini-table td[b-2a0myuap5p] {
    padding-right: 2px;
}

.soil-report[b-2a0myuap5p] {
}

    .soil-report tr[b-2a0myuap5p] {
        vertical-align: middle;
    }

    .soil-report .fs-3[b-2a0myuap5p] {
        background-color: #604F24;
        color: white;
        padding: 5px;
    }


.report-dot[b-2a0myuap5p] {
    height: 20px;
    width: 20px;
    background-color: gray;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid black;
}



.recommendation-left[b-2a0myuap5p] {
    float: left;
    width: 400px;
}

.recommendation-right[b-2a0myuap5p] {
    float: left;
    width: 900px;
}

@media print {
    
    

    .report-dot[b-2a0myuap5p] {
        height: 12px;
        width: 12px;
        background-color: gray;
        border-radius: 50%;
        display: inline-block;
    }

    .recommendation-right[b-2a0myuap5p] {
        float: left;
        width: 600px;
    }

    .table[b-2a0myuap5p] {
        font-size: 14px;
    }

    .soil-report[b-2a0myuap5p] {
        font-size: 14px;
    }
}

@media print {
    .navbar[b-2a0myuap5p], .lims-left-navbar[b-2a0myuap5p], .system-messages[b-2a0myuap5p] {
        display: none;
    }




    table[b-2a0myuap5p] {
        overflow: hidden;
    }
}
/* /Components/Shared/ToolTip.razor.rz.scp.css */
.tooltip-container[b-clf1jpt16h] {
    position: relative;
    display: inline-block;
}

.tooltip-text[b-clf1jpt16h] {
    /* Basic styling for the tooltip box */
    visibility: hidden; /* Hide by default, controlled by C# logic */
    width: 300px;
    height: fit-content;
    background: rgb(0, 0, 0); 
    color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 9999;
    bottom: 0%; /* Position above the target */
    left: 50%;
    margin-left: -100px; /* Center the tooltip */
    /* Add CSS transitions/animations for smooth show/hide if desired */
}

.tooltip-container:hover .tooltip-text[b-clf1jpt16h] {
    visibility: visible;
}

