@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Customs/PhotoUploadComponent.razor.rz.scp.css */
/* PhotoUploadComponent.razor.css */

.photo-upload-container[b-8ladylhlmj] {
    width: 100%;
}

/* Upload Zone Styles */
.upload-zone[b-8ladylhlmj] {
    border: 2px dashed #e9ecef;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    background-color: #f8f9fa;
    cursor: pointer;
}

.upload-zone:hover[b-8ladylhlmj] {
    border-color: #0d6efd;
    background-color: #e7f1ff;
}

.upload-zone.dragging[b-8ladylhlmj] {
    border-color: #0d6efd;
    background-color: #e7f1ff;
    transform: scale(1.02);
}

.upload-content[b-8ladylhlmj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.upload-icon[b-8ladylhlmj] {
    font-size: 3rem;
    color: #0d6efd;
    margin-bottom: 0.5rem;
}

.upload-title[b-8ladylhlmj] {
    margin: 0;
    color: #495057;
    font-weight: 500;
}

.upload-subtitle[b-8ladylhlmj] {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.upload-info[b-8ladylhlmj] {
    color: #6c757d;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

/* Upload Progress Section */
.upload-progress-section[b-8ladylhlmj] {
    margin-top: 1.5rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.progress-title[b-8ladylhlmj] {
    margin: 0 0 1rem 0;
    color: #495057;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Upload Item Styles */
.upload-item[b-8ladylhlmj] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 0.75rem;
    margin-bottom: 0.75rem;
    transition: all 0.2s ease;
}

.upload-item:last-child[b-8ladylhlmj] {
    margin-bottom: 0;
}

.upload-item.upload-success[b-8ladylhlmj] {
    border-color: #198754;
    background-color: #f8fff8;
}

.upload-item.upload-error[b-8ladylhlmj] {
    border-color: #dc3545;
    background-color: #fff8f8;
}

.upload-item.upload-in-progress[b-8ladylhlmj] {
    border-color: #0d6efd;
    background-color: #f8fafe;
}

.upload-item-header[b-8ladylhlmj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.upload-filename[b-8ladylhlmj] {
    font-weight: 500;
    color: #495057;
    font-size: 0.85rem;
    flex: 1;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 1rem;
}

.upload-actions[b-8ladylhlmj] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Status Badges */
.upload-status-badge[b-8ladylhlmj] {
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
}

.badge-pending[b-8ladylhlmj] {
    background-color: #e9ecef;
    color: #6c757d;
}

.badge-uploading[b-8ladylhlmj] {
    background-color: #cfe2ff;
    color: #084298;
}

.badge-success[b-8ladylhlmj] {
    background-color: #d1e7dd;
    color: #0f5132;
}

.badge-error[b-8ladylhlmj] {
    background-color: #f8d7da;
    color: #842029;
}

/* Action Buttons */
.retry-btn[b-8ladylhlmj], .remove-btn[b-8ladylhlmj] {
    padding: 0.25rem 0.4rem;
    font-size: 0.7rem;
    border-radius: 4px;
    line-height: 1;
}

.retry-btn:hover[b-8ladylhlmj] {
    background-color: #0d6efd;
    border-color: #0d6efd;
    color: white;
}

.remove-btn:hover[b-8ladylhlmj] {
    background-color: #dc3545;
    border-color: #dc3545;
    color: white;
}

/* Progress Bar Styles */
.upload-progress-bar[b-8ladylhlmj] {
    width: 100%;
    height: 6px;
    background-color: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.progress-fill[b-8ladylhlmj] {
    height: 100%;
    transition: width 0.3s ease;
    border-radius: 3px;
}

.progress-pending[b-8ladylhlmj] {
    background-color: #6c757d;
}

.progress-uploading[b-8ladylhlmj] {
    background-color: #0d6efd;
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0.15) 75%,
        transparent 75%,
        transparent
    );
    background-size: 1rem 1rem;
    animation: progress-bar-stripes-b-8ladylhlmj 1s linear infinite;
}

.progress-success[b-8ladylhlmj] {
    background-color: #198754;
}

.progress-error[b-8ladylhlmj] {
    background-color: #dc3545;
}

@keyframes progress-bar-stripes-b-8ladylhlmj {
    0% {
        background-position-x: 1rem;
    }
}

/* Upload Error Message */
.upload-error[b-8ladylhlmj] {
    color: #dc3545;
    font-size: 0.75rem;
    margin-top: 0.25rem;
    display: block;
}

/* Responsive Design */
@media (max-width: 576px) {
    .upload-zone[b-8ladylhlmj] {
        padding: 1.5rem 1rem;
    }
    
    .upload-icon[b-8ladylhlmj] {
        font-size: 2.5rem;
    }
    
    .upload-item-header[b-8ladylhlmj] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .upload-actions[b-8ladylhlmj] {
        align-self: flex-end;
    }
    
    .upload-filename[b-8ladylhlmj] {
        margin-right: 0;
    }
}

/* Focus States for Accessibility */
.upload-zone:focus-within[b-8ladylhlmj] {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.retry-btn:focus[b-8ladylhlmj],
.remove-btn:focus[b-8ladylhlmj] {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

/* Disabled State */
.upload-zone:has(input:disabled)[b-8ladylhlmj] {
    opacity: 0.6;
    cursor: not-allowed;
}

.upload-zone:has(input:disabled):hover[b-8ladylhlmj] {
    border-color: #e9ecef;
    background-color: #f8f9fa;
    transform: none;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0g22avh1f4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0g22avh1f4] {
    flex: 1;
}

.sidebar[b-0g22avh1f4] {
    background-image: var(--bs-dark)
}

.top-row[b-0g22avh1f4] {
    background-color: var(--bs-bg-surface-variant);
    border-bottom: 1px solid var(--bs-border-color);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

    .top-row[b-0g22avh1f4], article[b-0g22avh1f4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0g22avh1f4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-0g22avh1f4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-mv3f7dd09f] {
    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);
}

.navbar-toggler:checked[b-mv3f7dd09f] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-mv3f7dd09f] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

/* Estilo para sidebar colapsada */
.nav-scrollable.collapsed .bi[b-mv3f7dd09f] {
    margin-right: 0;
}

.nav-scrollable.collapsed .nav-text[b-mv3f7dd09f] {
    display: none;
}

/* Transições suaves */
.nav-scrollable[b-mv3f7dd09f] {
    transition: width 0.3s ease;
}

.nav-text[b-mv3f7dd09f] {
    transition: opacity 0.2s ease;
}

.nav-scrollable.collapsed .nav-text[b-mv3f7dd09f] {
    opacity: 0;
}

.bi-house-door-fill-nav-menu[b-mv3f7dd09f] {
    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-mv3f7dd09f] {
    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-mv3f7dd09f] {
    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-mv3f7dd09f] {
    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-mv3f7dd09f] {
    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-mv3f7dd09f] {
    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-mv3f7dd09f] {
    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-mv3f7dd09f] {
    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");
}

.bi-chevron-left[b-mv3f7dd09f]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.bi-chevron-right[b-mv3f7dd09f]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Estilo simplificado para ícones Bootstrap */
.bi-chevron-left[b-mv3f7dd09f],
.bi-chevron-right[b-mv3f7dd09f] {
    font-size: 1rem;
}

/* Botão de toggle do sidebar - posicionamento melhorado */
.sidebar-toggle[b-mv3f7dd09f] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1000;
}

.sidebar-toggle .btn[b-mv3f7dd09f] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 6px 10px;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 32px;
    min-height: 32px;
}

.sidebar-toggle .btn:hover[b-mv3f7dd09f],
.sidebar-toggle .btn:focus[b-mv3f7dd09f] {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    color: white;
    box-shadow: none;
    outline: none;
}

.nav-item[b-mv3f7dd09f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

    .nav-item:last-of-type[b-mv3f7dd09f] {
        padding-bottom: 1rem;
    }    .nav-item[b-mv3f7dd09f]  .nav-link {
        color: var(--bs-text-secondary);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1rem;
        width: 100%;
        justify-content: flex-start;
        padding: 0 1rem;
    }

    /* Ajuste para links quando sidebar está colapsada */
    .nav-scrollable.collapsed .nav-item[b-mv3f7dd09f]  .nav-link {
        justify-content: center;
        padding: 0;
    }

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

.nav-item[b-mv3f7dd09f]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: black;
}

.nav-scrollable[b-mv3f7dd09f] {
    display: none;
    
}

.navbar-toggler:checked ~ .nav-scrollable[b-mv3f7dd09f] {
    display: block;
}

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

    .nav-scrollable[b-mv3f7dd09f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        height: calc(100vh - 0.0rem);
        width: 250px;
        overflow-y: auto;
        position: relative;
    }

    /* Sidebar colapsada em telas grandes */
    .nav-scrollable.collapsed[b-mv3f7dd09f] {
        width: 70px;
    }

    /* Ajustar padding dos itens quando colapsado */
    .nav-scrollable.collapsed .nav-item[b-mv3f7dd09f] {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}
/* /Components/Layout/NavMenuFornecedor.razor.rz.scp.css */
.navbar-toggler[b-vf8ljndsz7] {
    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);
}

.navbar-toggler:checked[b-vf8ljndsz7] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

    .nav-item:last-of-type[b-vf8ljndsz7] {
        padding-bottom: 1rem;
    }    .nav-item[b-vf8ljndsz7]  .nav-link {
        color: var(--bs-text-light);
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 1rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-vf8ljndsz7] {
    display: none;
    background-color: var(--bs-secondary);
}

.navbar-toggler:checked ~ .nav-scrollable[b-vf8ljndsz7] {
    display: block;
}

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

    .nav-scrollable[b-vf8ljndsz7] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        height: calc(100vh - 0.0rem);
        width: 250px;
        overflow-y: auto;
    }
}
/* /Components/Shared/Toast.razor.rz.scp.css */

.toast-message-container[b-l8zk0f1m8i] {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 300px;
    z-index: 1000;
    animation: slide-in-b-l8zk0f1m8i 0.5s ease-out, slide-out-b-l8zk0f1m8i 0.5s ease-in 5s forwards;
}

.toast-message-box[b-l8zk0f1m8i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.toast-message-success[b-l8zk0f1m8i] {
    background-color: var(--bs-success);
}

.toast-message-failure[b-l8zk0f1m8i] {
    background-color: var(--bs-danger);
}

.toast-message-alert[b-l8zk0f1m8i] {
    background-color: var(--bs-warning);
    color: var(--bs-text-primary);
}

.toast-message-warning[b-l8zk0f1m8i] {
    background-color: #ff8800; /* Keep as custom orange since not in our color system */
}

.toast-message-default[b-l8zk0f1m8i] {
    background-color: var(--bs-info);
}

.toast-close-button[b-l8zk0f1m8i] {
    background: none;
    border: none;
    color: var(--bs-bg-surface);
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

    .toast-close-button:hover[b-l8zk0f1m8i] {
        color: var(--bs-text-primary);
    }

@keyframes slide-in-b-l8zk0f1m8i {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-out-b-l8zk0f1m8i {
    from {
        transform: translateX(0);
        opacity: 1;
    }

    to {
        transform: translateX(100%);
        opacity: 0;
    }
}
