/* /Components/Identity/Login.razor.rz.scp.css */
[b-it4pkw9iwr] body {
    overflow-y: hidden;
}

.fondo[b-it4pkw9iwr] {
    background-image: url('img/fondologin.jpg') !important;
    min-height: 550px;
    height: 100vh;
    overflow-y: hidden;
}

.avatar[b-it4pkw9iwr] {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.card[b-it4pkw9iwr] {
    background-color: #5344ff;
    padding: 5% 10%;
}

.boton[b-it4pkw9iwr] {
    background-color: #160d8a;
    font-size: 14px;
    font-weight: 700
}

.contenedor[b-it4pkw9iwr] {
    padding: 5% 35%;
}

.recuperar[b-it4pkw9iwr] {
    margin-top: 10px;
}

.form-control[b-it4pkw9iwr] {
    font-size: 14px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4yjba1f5fq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4yjba1f5fq] {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow-y: auto;
    min-height: 100vh;
}

.content[b-4yjba1f5fq] {
    flex: 1;
    overflow-y: auto;
}

.sidebar[b-4yjba1f5fq] {
    background-color: #5344ff;
    color: white;
}

.content-padding:not(:has(.fondo))[b-4yjba1f5fq] {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.top-row[b-4yjba1f5fq] {
    background-color: #5344ff;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    
}


    .top-row[b-4yjba1f5fq]  a, .top-row[b-4yjba1f5fq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: white;
    }

    .top-row[b-4yjba1f5fq]  a:hover, .top-row[b-4yjba1f5fq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4yjba1f5fq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.bi[b-4yjba1f5fq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-door-open[b-4yjba1f5fq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-door-open' viewBox='0 0 16 16'%3E%3Cpath d='M8.5 10c-.276 0-.5-.448-.5-1s.224-1 .5-1 .5.448.5 1-.224 1-.5 1z'/%3E%3Cpath fill-rule='evenodd' d='M10.828.122A.5.5 0 0 1 11 .5V1h.5A1.5 1.5 0 0 1 13 2.5V15h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V1.5a.5.5 0 0 1 .43-.495l7-1a.5.5 0 0 1 .398.117zM11.5 2H11v13h1V2.5a.5.5 0 0 0-.5-.5zM4 1.934V15h6V1.077l-6 .857z'/%3E%3C/svg%3E");
}

.bi-door-closed-fill[b-4yjba1f5fq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-door-closed-fill' viewBox='0 0 16 16'%3E%3Cpath d='M12 1a1 1 0 0 1 1 1v13h1.5a.5.5 0 0 1 0 1h-13a.5.5 0 0 1 0-1H3V2a1 1 0 0 1 1-1h8zm-2 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'/%3E%3C/svg%3E");
}

.bi-pencil-square[b-4yjba1f5fq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-pencil-square' viewBox='0 0 16 16'%3E%3Cpath d='M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z'/%3E%3Cpath fill-rule='evenodd' d='M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5v11z'/%3E%3C/svg%3E");
}

@media (max-width: 640.98px) {
    .top-row[b-4yjba1f5fq] {
        justify-content: space-between;
    }

    .top-row[b-4yjba1f5fq]  a, .top-row[b-4yjba1f5fq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4yjba1f5fq] {
        flex-direction: row;
    }

    .sidebar[b-4yjba1f5fq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4yjba1f5fq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4yjba1f5fq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4yjba1f5fq], article[b-4yjba1f5fq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/*menu*/
.menu-auth[b-4yjba1f5fq]{
    display: flex;
}

/* Contenedor principal del �tem del men� con dropdown */
.menu-item.with-dropdown[b-4yjba1f5fq] {
    position: relative;
    display: inline-block;
    padding-left: 30px; /* Espacio para el icono */
    margin-left:20px;
}
    .menu-item.with-dropdown > a[b-4yjba1f5fq]{
        margin: 0
    }
    /* Icono de tres rayas horizontales */
    .menu-item.with-dropdown > a[b-4yjba1f5fq]::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 14px;
        background: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
        background-size: 100% 2px;
        background-position: 0 0, 0 6px, 0 12px;
        background-repeat: no-repeat;
        color: inherit; /* Hereda el color del texto */
    }

/* Contenido del dropdown - estado inicial */
.dropdown-fade[b-4yjba1f5fq] {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 1000;
}

/* Efecto al hacer hover */
.menu-item.with-dropdown:hover .dropdown-fade[b-4yjba1f5fq] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Estilos para los enlaces del dropdown */
.dropdown-fade a[b-4yjba1f5fq] {
    display: block;
    padding: 10px 15px;
    color: #333333;
    text-decoration: none;
    transition: background-color 0.2s;
}

    /* Efecto hover para los �tems del dropdown */
    .dropdown-fade a:hover[b-4yjba1f5fq] {
        background-color: #f5f5f5;
        color: #000000;
    }

/* Variaci�n: Dropdown que aparece hacia arriba */
.dropdown-fade.up[b-4yjba1f5fq] {
    top: auto;
    bottom: 100%;
    transform: translateY(-10px);
}

/* Variaci�n: Dropdown alineado a la derecha */
.dropdown-fade.right[b-4yjba1f5fq] {
    left: auto;
    right: 0;
}

/* Bordes para separar �tems (opcional) */
.dropdown-fade a:not(:last-child)[b-4yjba1f5fq] {
    border-bottom: 1px solid #eeeeee;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zi7zkbti3z] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-zi7zkbti3z] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zi7zkbti3z] {
    font-size: 1.1rem;
}

.bi[b-zi7zkbti3z] {
    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-zi7zkbti3z] {
    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-zi7zkbti3z] {
    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-zi7zkbti3z] {
    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-key[b-zi7zkbti3z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-key' viewBox='0 0 16 16'%3E%3Cpath d='M0 8a4 4 0 0 1 7.465-2H14a.5.5 0 0 1 .354.146l1.5 1.5a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0L13 9.207l-.646.647a.5.5 0 0 1-.708 0L11 9.207l-.646.647a.5.5 0 0 1-.708 0L9 9.207l-.646.647A.5.5 0 0 1 8 10h-.535A4 4 0 0 1 0 8zm4-3a3 3 0 1 0 2.712 4.285A.5.5 0 0 1 7.163 9h.63l.853-.854a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708 0l.646.647.793-.793-1-1h-6.63a.5.5 0 0 1-.451-.285A3 3 0 0 0 4 5z'/%3E3Cpath d='M4 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0z'/%3E%3C/svg%3E");
}

.nav-item[b-zi7zkbti3z] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zi7zkbti3z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zi7zkbti3z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zi7zkbti3z]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zi7zkbti3z]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-zi7zkbti3z]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zi7zkbti3z] {
        display: none;
    }

    .collapse[b-zi7zkbti3z] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-zi7zkbti3z] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/DrogueriaEdit.razor.rz.scp.css */
.simple-form[b-gnnvsng1s2] {
    max-width: 600px;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-group[b-gnnvsng1s2] {
    margin-bottom: 15px;
}

.form-control[b-gnnvsng1s2] {
    width: 100%;
    padding: 8px;
}

.button-group[b-gnnvsng1s2] {
    margin-top: 15px;
}

.btn[b-gnnvsng1s2] {
    margin-right: 10px;
    padding: 5px 10px;
}

.simple-table[b-gnnvsng1s2] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .simple-table th[b-gnnvsng1s2], .simple-table td[b-gnnvsng1s2] {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .simple-table th[b-gnnvsng1s2] {
        background-color: #f2f2f2;
    }
/* /Components/Pages/Droguerias.razor.rz.scp.css */
.minimal-edit[b-9czixxy8d4] {
    background: none;
    border: none;
    cursor: pointer;
    color: #6c757d;
    padding: 5px;
    transition: color 0.3s;
}

    .minimal-edit:hover[b-9czixxy8d4] {
        color: #495057;
    }

.modal-overlay[b-9czixxy8d4] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-9czixxy8d4] {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-actions[b-9czixxy8d4] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.image-preview-container[b-9czixxy8d4] {
    display: flex;
    justify-content: center;
}

    .image-preview-container img[b-9czixxy8d4] {
        max-width: 100%;
        max-height: 300px;
        object-fit: contain;
    }

.file-info[b-9czixxy8d4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
    font-size: 0.9rem;
}

    .file-info small[b-9czixxy8d4] {
        display: block;
        margin: 2px 0;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
.fondo[b-j2ii9h2634] {
    background-image: url('img/Acrofarm_new.png') !important;
    min-height: 850px;
}
/* /Components/Pages/LaboImagenesEditar.razor.rz.scp.css */
.file-select-button[b-64d12ozpvr] {
    background-color: #4a89dc; /* Azul vibrante pero suave */
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Si decides añadir un icono más tarde */
}

    .file-select-button:hover[b-64d12ozpvr] {
        background-color: #3a70c2; /* Un tono un poco más oscuro al pasar el mouse */
    }

    .file-select-button:active[b-64d12ozpvr] {
        background-color: #2d5da7; /* Azul más oscuro al hacer clic */
        transform: scale(0.98); /* Efecto de "presionado" sutil */
    }

    .file-select-button:focus[b-64d12ozpvr] {
        outline: none;
        box-shadow: 0 0 0 3px rgba(74, 137, 220, 0.3); /* Resplandor suave al enfocar */
    }

.simple-form[b-64d12ozpvr] {
    max-width: 600px;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-group[b-64d12ozpvr] {
    margin-bottom: 15px;
}

.form-control[b-64d12ozpvr] {
    width: 100%;
    padding: 8px;
}

.button-group[b-64d12ozpvr] {
    margin-top: 15px;
}

.btn[b-64d12ozpvr] {
    margin-right: 10px;
    padding: 5px 10px;
}

.simple-table[b-64d12ozpvr] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .simple-table th[b-64d12ozpvr], .simple-table td[b-64d12ozpvr] {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .simple-table th[b-64d12ozpvr] {
        background-color: #f2f2f2;
    }


.minimal-edit[b-64d12ozpvr] {
    background: none;
    border: none;
    cursor: pointer;
    color: #6c757d;
    padding: 5px;
    transition: color 0.3s;
}

    .minimal-edit:hover[b-64d12ozpvr] {
        color: #495057;
    }

.btn[b-64d12ozpvr] {
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-upload[b-64d12ozpvr] {
    background-color: #2563eb; /* Azul vibrante */
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px; /* Bordes ligeramente redondeados */
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.upload-icon[b-64d12ozpvr] {
    font-size: 18px;
}

/* Modal */
.modal-backdrop[b-64d12ozpvr] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-container[b-64d12ozpvr] {
    background: white;
    width: 450px;
    max-width: 90%;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.modal-header[b-64d12ozpvr] {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-body[b-64d12ozpvr] {
    padding: 20px;
}

.modal-footer[b-64d12ozpvr] {
    padding: 16px 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* Selector de archivos */
.file-selector[b-64d12ozpvr] {
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    position: relative;
    transition: border-color 0.3s;
}

    .file-selector:hover[b-64d12ozpvr] {
        border-color: #aaa;
    }

.file-input[b-64d12ozpvr] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-selector-label[b-64d12ozpvr] {
    color: #555;
}

.file-icon[b-64d12ozpvr] {
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
}

/* Información del archivo */
.file-info[b-64d12ozpvr] {
    margin-top: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 6px;
    font-size: 14px;
}

/* Botones del modal */
.cancel-btn[b-64d12ozpvr] {
    background: #f1f1f1;
    color: #333;
}

.upload-btn[b-64d12ozpvr] {
    background: #4CAF50;
    color: white;
}

    .upload-btn:disabled[b-64d12ozpvr] {
        background: #cccccc;
        cursor: not-allowed;
    }

.close-btn[b-64d12ozpvr] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777;
}
/* /Components/Pages/LaboImagenesLista.razor.rz.scp.css */
.minimal-edit[b-20dalvjlpx] {
    background: none;
    border: none;
    cursor: pointer;
    color: #6c757d;
    padding: 5px;
    transition: color 0.3s;
}

    .minimal-edit:hover[b-20dalvjlpx] {
        color: #495057;
    }

.minimal-delete[b-20dalvjlpx] {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #666;
}

    .minimal-delete:hover[b-20dalvjlpx] {
        color: #ff0000; /* Rojo al pasar el mouse */
    }
/* /Components/Pages/LaboratorioEdit.razor.rz.scp.css */
.simple-form[b-d5n9rgr4yv] {
    max-width: 600px;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-group[b-d5n9rgr4yv] {
    margin-bottom: 15px;
}

.form-control[b-d5n9rgr4yv] {
    width: 100%;
    padding: 8px;
}

.button-group[b-d5n9rgr4yv] {
    margin-top: 15px;
}

.btn[b-d5n9rgr4yv] {
    margin-right: 10px;
    padding: 5px 10px;
}

.simple-table[b-d5n9rgr4yv] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .simple-table th[b-d5n9rgr4yv], .simple-table td[b-d5n9rgr4yv] {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .simple-table th[b-d5n9rgr4yv] {
        background-color: #f2f2f2;
    }
/* /Components/Pages/Laboratorios.razor.rz.scp.css */
.minimal-edit[b-5ldztktx00] {
    background: none;
    border: none;
    cursor: pointer;
    color: #6c757d;
    padding: 5px;
    transition: color 0.3s;
}

.minimal-edit:hover[b-5ldztktx00] {
    color: #495057;
}

.modal-overlay[b-5ldztktx00] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-5ldztktx00] {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-actions[b-5ldztktx00] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 20px;
}

.image-preview-container[b-5ldztktx00] {
    display: flex;
    justify-content: center;
}

    .image-preview-container img[b-5ldztktx00] {
        max-width: 100%;
        max-height: 300px;
        object-fit: contain;
    }

.file-info[b-5ldztktx00] {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #666;
    font-size: 0.9rem;
}

    .file-info small[b-5ldztktx00] {
        display: block;
        margin: 2px 0;
    }
/* /Components/Pages/Mailing.razor.rz.scp.css */
.minimal-edit[b-63e0mmsm6x] {
    background: none;
    border: none;
    cursor: pointer;
    color: #6c757d;
    padding: 5px;
    transition: color 0.3s;
}

    .minimal-edit:hover[b-63e0mmsm6x] {
        color: #495057;
    }

.btn[b-63e0mmsm6x] {
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    border: none;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-upload[b-63e0mmsm6x] {
    background-color: #2563eb; /* Azul vibrante */
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px; /* Bordes ligeramente redondeados */
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.upload-icon[b-63e0mmsm6x] {
    font-size: 18px;
}

/* Modal */
.modal-backdrop[b-63e0mmsm6x] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-container[b-63e0mmsm6x] {
    background: white;
    width: 450px;
    max-width: 90%;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.modal-header[b-63e0mmsm6x] {
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-body[b-63e0mmsm6x] {
    padding: 20px;
}

.modal-footer[b-63e0mmsm6x] {
    padding: 16px 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

/* Selector de archivos */
.file-selector[b-63e0mmsm6x] {
    border: 2px dashed #ddd;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    position: relative;
    transition: border-color 0.3s;
}

    .file-selector:hover[b-63e0mmsm6x] {
        border-color: #aaa;
    }

.file-input[b-63e0mmsm6x] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.file-selector-label[b-63e0mmsm6x] {
    color: #555;
}

.file-icon[b-63e0mmsm6x] {
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
}

/* Información del archivo */
.file-info[b-63e0mmsm6x] {
    margin-top: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 6px;
    font-size: 14px;
}

/* Botones del modal */
.cancel-btn[b-63e0mmsm6x] {
    background: #f1f1f1;
    color: #333;
}

.upload-btn[b-63e0mmsm6x] {
    background: #4CAF50;
    color: white;
}

    .upload-btn:disabled[b-63e0mmsm6x] {
        background: #cccccc;
        cursor: not-allowed;
    }

.close-btn[b-63e0mmsm6x] {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #777;
}
/* /Components/Pages/MailingEdit.razor.rz.scp.css */
/* /Components/Pages/Pedido.razor.rz.scp.css */
.pedido[b-xa0t492znv] {
    padding: 5% 1% 0 1%;
    text-align: center;
    position: relative;
    display: flex;
}

.buscador[b-xa0t492znv] {
    min-width: 65%;
    padding-right: 10px;
}
.items[b-xa0t492znv] {
    display: flex;
    flex-direction: column;
    align-items: end;
    min-width: 28%;
}

.carro[b-xa0t492znv] {
    position: absolute; /* Posicionamiento absoluto respecto al contenedor principal */
    top: 10px; /* Distancia desde la parte superior */
    right: 10px; /* Distancia desde la derecha */
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
}

    .carro img[b-xa0t492znv] {
        max-height: 50px;
        border-radius: 50%; /* Hace la imagen redonda */
    }

.contador[b-xa0t492znv] {
    position: absolute;
    top: 0px;
    left: 70%;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    font-size: 12px;
}

.delete-btn[b-xa0t492znv] {
    background-color: #ff4444; /* Rojo */
    color: white;
    border: none;
    border-radius: 50%;
    width: 24px !important;
    height: 24px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.3s;
    text-align: center !important;
}

    .delete-btn:hover[b-xa0t492znv] {
        background-color: #cc0000; /* Rojo m�s oscuro al pasar el mouse */
    }

/* Opcional: Estilo para la celda */
.action-cell[b-xa0t492znv] {
    text-align: center;
    padding: 8px;
}

.btn-pedir[b-xa0t492znv] {
    background-color: #2563eb; /* Azul vibrante */
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px; /* Bordes ligeramente redondeados */
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .btn-pedir:hover[b-xa0t492znv] {
        background-color: #1d4ed8; /* Azul m�s oscuro al pasar mouse */
        transform: translateY(-1px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .btn-pedir:active[b-xa0t492znv] {
        transform: translateY(0);
    }

.table[b-xa0t492znv]{
    display: grid;
}

.productos :is(thead, tbody) tr :nth-child(1)[b-xa0t492znv] {
    width: 52%;
    text-align: left;
}

.productos :is(thead, tbody) tr :nth-child(2)[b-xa0t492znv] {
    width: 12%;
}

.productos :is(thead, tbody) tr :nth-child(3)[b-xa0t492znv] {
    width: 12%;
}

.productos :is(thead, tbody) tr :nth-child(4)[b-xa0t492znv] {
    width: 12%;
}

.productos :is(thead, tbody) tr :nth-child(5)[b-xa0t492znv] {
    width: 12%;
}

.table :is(tbody)[b-xa0t492znv]{
    font-size: 13px;
}

.productos :is(thead, tbody) tr[b-xa0t492znv] {
    width: 100%;
    display: table;
}

.table-carro :is(thead, tbody) tr :nth-child(1)[b-xa0t492znv] {
    width: 37%;
    text-align: left;
}

.table-carro :is(thead, tbody) tr :nth-child(2)[b-xa0t492znv] {
    width: 7%;
}

.table-carro :is(thead, tbody) tr :nth-child(3)[b-xa0t492znv] {
    width: 7%;
}

.table-carro :is(thead, tbody) tr :nth-child(4)[b-xa0t492znv] {
    width: 21%;
}

.table-carro :is(thead, tbody) tr :nth-child(5)[b-xa0t492znv] {
    width: 18%;
    min-width: 100px !important;
}

.table-carro :is(tbody) tr :nth-child(5)[b-xa0t492znv] {
    padding: .5rem 0;
}

.table-carro :is(thead, tbody) tr :nth-child(6)[b-xa0t492znv] {
    width: 10%;
}

.laboratorio[b-xa0t492znv] {
    display: flex;
    position: relative;
}

    .laboratorio h3[b-xa0t492znv] {
        margin-right: 10px;
        font-size: 20px;
        color: blue;
        text-align: center
    }

    .laboratorio select[b-xa0t492znv] {
        width: 200px;
        max-height: 30px;
    }

.button-container[b-xa0t492znv] {
    width: 100% !important;
    text-align: center !important;
}

.btn-blue[b-xa0t492znv] {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px !important;
    height: 30px;
    cursor: pointer;
    font-weight: bold;
    text-align: center !important;
}

.btn-red[b-xa0t492znv] {
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px !important;
    height: 30px;
    cursor: pointer;
    font-weight: bold;
    text-align: center !important;
}

.btn-blue:hover[b-xa0t492znv] {
    background-color: #0069d9;
}

.btn-red:hover[b-xa0t492znv] {
    background-color: #c82333;
}

.condicion-especial[b-xa0t492znv] {
    text-align: left;
    font-size: 12px;
}

.logo-lab[b-xa0t492znv] {
    width: 100px;
    position: absolute;
    top: -25px;
    right: 10px;
}

.image-grid[b-xa0t492znv] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.image-item[b-xa0t492znv] {
    flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
    box-sizing: border-box;
}

    .image-item img[b-xa0t492znv] {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: transform 0.3s; /* Efecto hover opcional */
    }

    /* Efecto hover para im�genes con enlace */
    .image-item a:hover img[b-xa0t492znv] {
        transform: scale(1.05);
        opacity: 0.9;
    }

@media (max-width: 600px) {
    .image-item[b-xa0t492znv] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* /Components/Pages/PedirAltaUsuario.razor.rz.scp.css */
.form-group[b-h6peyl5d5d] {
    margin-bottom: 1rem;
}

.form-control[b-h6peyl5d5d] {
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.validation-message[b-h6peyl5d5d] {
    color: red;
    font-size: 0.875rem;
}

.btn-primary[b-h6peyl5d5d] {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    margin-bottom: 15px;
}
/* /Components/Pages/RecuperarPassword.razor.rz.scp.css */
.form-group[b-l4so9fupn5] {
    margin-bottom: 1rem;
    max-width: 400px;
}

.validation-message[b-l4so9fupn5] {
    color: #dc3545;
    font-size: 0.875rem;
}
/* /Components/Pages/SFTP.razor.rz.scp.css */
.simple-form[b-3891o8y5jv] {
    max-width: 600px;
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-group[b-3891o8y5jv] {
    margin-bottom: 15px;
}

.form-control[b-3891o8y5jv] {
    width: 100%;
    padding: 8px;
}

.button-group[b-3891o8y5jv] {
    margin-top: 15px;
}

.btn[b-3891o8y5jv] {
    margin-right: 10px;
    padding: 5px 10px;
}

.simple-table[b-3891o8y5jv] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .simple-table th[b-3891o8y5jv], .simple-table td[b-3891o8y5jv] {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .simple-table th[b-3891o8y5jv] {
        background-color: #f2f2f2;
    }
/* /Components/Pages/UsuarioEdit.razor.rz.scp.css */
.direccion[b-91tcoodhlu] {
    position: relative;
}

.options-box[b-91tcoodhlu] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-top: 2px;
}

.option-item[b-91tcoodhlu] {
    padding: 8px 12px;
    cursor: pointer;
}

    .option-item:hover[b-91tcoodhlu] {
        background-color: #f8f9fa;
    }

    .option-item.selected[b-91tcoodhlu] {
        background-color: #007bff;
        color: white;
    }

.checkbox-list[b-91tcoodhlu] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
    background-color: #f8f9fa;
}

.form-check[b-91tcoodhlu] {
    padding-left: 2.5em;
    margin-bottom: 0.5rem;
}

.form-check-input[b-91tcoodhlu] {
    margin-left: -2.5em;
    margin-top: 0.2em;
}

.form-check-label[b-91tcoodhlu] {
    cursor: pointer;
    transition: color 0.2s ease;
}

    .form-check-label:hover[b-91tcoodhlu] {
        color: #0d6efd;
    }

/* Estilo para checkboxes seleccionados */
.form-check-input:checked ~ .form-check-label[b-91tcoodhlu] {
    font-weight: 500;
    color: #0d6efd;
}
/* /Components/Pages/Usuarios.razor.rz.scp.css */
.btn-crear[b-vqneo793m2] {
    background-color: #2563eb; /* Azul vibrante */
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px; /* Bordes ligeramente redondeados */
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

    .btn-crear:hover[b-vqneo793m2] {
        background-color: #1d4ed8; /* Azul más oscuro al pasar mouse */
        transform: translateY(-1px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

    .btn-crear:active[b-vqneo793m2] {
        transform: translateY(0);
    }
