@import '_content/ModuleOffline/ModuleOffline.fvfkh00lc6.bundle.scp.css';
@import '_content/RCLReportInventario/RCLReportInventario.z0kc3qjlz4.bundle.scp.css';
@import '_content/Utilitarios/Utilitarios.0uyawvq6xt.bundle.scp.css';

/* /AIComponentes/ChatShellComponent.razor.rz.scp.css */
/* /ComponentesAI/ChatAISBComponent.razor.rz.scp.css */
/* --- CONTENEDOR PRINCIPAL --- */
.integration-control-section[b-ogflqs7rfw] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* --- ÁREA COMPLETA DEL CONTROL --- */
.integration-speechToText-section[b-ogflqs7rfw] {
    height: 600px; 
    width: 100%;
    margin: 0 auto;
}

    .integration-speechToText-section .e-assistview[b-ogflqs7rfw] {
        height: 100%;
    }

        .integration-speechToText-section .e-assistview .e-assistview-content[b-ogflqs7rfw] {
            flex: 1 1 auto;
            min-height: 0;
            overflow-y: auto;
        }

/* --- BANNER (Encabezado del chat) --- */
.banner-content[b-ogflqs7rfw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem 1rem;
}

    .banner-content h3[b-ogflqs7rfw] {
        margin-top: 0.5rem;
        margin-bottom: 0.25rem;
        font-weight: 600;
    }

    .banner-content i[b-ogflqs7rfw] {
        opacity: 0.7;
        font-size: 0.9rem;
    }

    /* Ícono del asistente */
    .banner-content .e-assistview-icon[b-ogflqs7rfw]:before {
        font-size: 32px;
    }

/* --- FOOTER DEL CHAT (Caja de texto, botón micrófono, enviar) --- */
.e-footer-wrapper[b-ogflqs7rfw] {
    display: flex;
    align-items: flex-end;
    padding: 0.5rem;
    border-top: 1px solid var(--rz-border-color, #ccc);
    gap: 0.5rem;
    background-color: #fff; /* opcional, para que no se vea transparente */
}


.content-editor[b-ogflqs7rfw] {
    flex: 1;
    min-height: 38px;
    max-height: 120px;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    overflow-y: auto;
    outline: none;
}

    .content-editor:focus[b-ogflqs7rfw] {
        border-color: #6c63ff;
        box-shadow: 0 0 0 2px rgba(108, 99, 255, 0.2);
    }

/* --- OPCIONES: MICRÓFONO + BOTÓN ENVIAR --- */
.option-container[b-ogflqs7rfw] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

/* Micrófono visible/oculto */
.visible[b-ogflqs7rfw] {
    display: inline-flex !important;
}

.e-flat[b-ogflqs7rfw] {
    box-shadow: none;
}

/* --- Toast (notificaciones) --- */
.e-toast-danger[b-ogflqs7rfw] {
    background-color: #ff5f5f;
    color: white;
}

.e-toast-success[b-ogflqs7rfw] {
    background-color: #4caf50;
    color: white;
}

/* --- SECCIÓN PROMPTS (mensajes del chat) --- */
.e-assistview .e-prompt[b-ogflqs7rfw] {
    padding: 0.65rem 1rem;
    line-height: 1.45;
    font-size: 0.96rem;
}

    /* Ajuste ligero a la burbuja del sistema/usario */
    .e-assistview .e-prompt .e-prompt-user[b-ogflqs7rfw] {
        background: #6c63ff !important;
        color: white !important;
    }

    .e-assistview .e-prompt .e-prompt-ai[b-ogflqs7rfw] {
        background: #f4f4f4 !important;
    }

/* --- TOOLBAR SUPERIOR (botón refrescar) --- */
.e-assistview .e-toolbar[b-ogflqs7rfw] {
    border-bottom: 1px solid #eee;
    padding: 0.25rem 0.5rem;
}

.template-aiassistview #ttsStopToolbarButton[b-ogflqs7rfw],
.integration-speechToText-section #ttsStopToolbarButton[b-ogflqs7rfw] {
    border-radius: 50%;
    padding: 8px;
    line-height: 14px;
}

/* opcional: separarlo un poco del borde derecho */
.e-aiassist-view .e-toolbar .e-toolbar-items .tts-stop-toolbar[b-ogflqs7rfw] {
    margin-left: 8px;
}


/* --- RESPONSIVE --- */
@media (max-width: 768px) {
    .e-footer-wrapper[b-ogflqs7rfw] {
        flex-direction: column;
        align-items: stretch;
    }

    .option-container[b-ogflqs7rfw] {
        justify-content: flex-end;
    }

    .content-editor[b-ogflqs7rfw] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .banner-content[b-ogflqs7rfw] {
        padding: 1rem 0.5rem;
    }

        .banner-content h3[b-ogflqs7rfw] {
            font-size: 1.1rem;
        }
}
/* /ComponentsIA/ChatVoz.razor.rz.scp.css */
.chat-voz-container[b-5mczf3hdks] {
    max-width: 800px;
    margin: 2rem auto;
    padding: 1.5rem;
    background: var(--rz-panel-background-color, #fff);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.chat-voz-container h3[b-5mczf3hdks] {
    margin-top: 0;
    margin-bottom: 1rem;
    color: var(--rz-text-title-color, #333);
    font-size: 1.5rem;
    font-weight: 600;
}

.browser-info[b-5mczf3hdks] {
    padding: 0.75rem;
    margin-bottom: 1rem;
    background: #e3f2fd;
    color: #1976d2;
    border-radius: 4px;
    border-left: 4px solid #1976d2;
}

.browser-info small[b-5mczf3hdks] {
    font-size: 0.875rem;
}

.ultimo-texto-box[b-5mczf3hdks] {
    padding: 1rem;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: slideIn-b-5mczf3hdks 0.3s ease-out;
}

.ultimo-texto-box strong[b-5mczf3hdks] {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    opacity: 0.95;
}

.chat-display[b-5mczf3hdks] {
    height: 500px;
    overflow-y: auto;
    padding: 1rem;
    margin-bottom: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.chat-message[b-5mczf3hdks] {
    margin-bottom: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    max-width: 75%;
    animation: messageSlideIn-b-5mczf3hdks 0.3s ease-out;
}

.user-message[b-5mczf3hdks] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    margin-left: auto;
    text-align: right;
}

.bot-message[b-5mczf3hdks] {
    background: white;
    color: #333;
    border: 1px solid #dee2e6;
    margin-right: auto;
}

.message-header[b-5mczf3hdks] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.message-header strong[b-5mczf3hdks] {
    font-weight: 600;
}

.message-header small[b-5mczf3hdks] {
    opacity: 0.7;
    font-size: 0.75rem;
}

.message-content[b-5mczf3hdks] {
    line-height: 1.5;
}

.chat-actions[b-5mczf3hdks] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
}

.recognizing-indicator[b-5mczf3hdks] {
    color: #e74c3c;
    font-weight: 600;
    animation: pulse-b-5mczf3hdks 1.5s ease-in-out infinite;
}

@keyframes pulse-b-5mczf3hdks {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes slideIn-b-5mczf3hdks {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes messageSlideIn-b-5mczf3hdks {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Scrollbar personalizado */
.chat-display[b-5mczf3hdks]::-webkit-scrollbar {
    width: 8px;
}

.chat-display[b-5mczf3hdks]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.chat-display[b-5mczf3hdks]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.chat-display[b-5mczf3hdks]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Header del chat */
.chat-header[b-5mczf3hdks] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid var(--rz-border-color, #dee2e6);
    background: var(--rz-base-background-color, #fff);
}

/* Contenedor del input con botones integrados */
.chat-input-container[b-5mczf3hdks] {
    position: relative;
    padding: 0.75rem;
    background: var(--rz-base-background-color, #fff);
    border-top: 1px solid var(--rz-border-color, #dee2e6);
}

/* Indicador de procesamiento (spinner) */
.processing-indicator[b-5mczf3hdks] {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 10;
}

/* Bot�n de voz integrado */
.voice-button-integrated[b-5mczf3hdks] {
    transition: all 0.2s ease;
}

.voice-button-integrated:hover:not(:disabled)[b-5mczf3hdks] {
    transform: scale(1.05);
}

.voice-button-integrated:active:not(:disabled)[b-5mczf3hdks] {
    transform: scale(0.95);
}

/* Animaci�n cuando est� grabando */
@keyframes pulse-recording-b-5mczf3hdks {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.voice-button-integrated .rz-button-icon-left[b-5mczf3hdks] {
    animation: pulse-recording-b-5mczf3hdks 1.5s ease-in-out infinite;
}

/* Efecto cuando el bot�n est� en modo danger (grabando) */
[b-5mczf3hdks] .voice-button-integrated.rz-button-danger .rz-button-icon-left {
    animation: pulse-recording-b-5mczf3hdks 1s ease-in-out infinite;
    color: var(--rz-danger, #dc3545) !important;
}

/* Ajustes para RadzenFormField */
.chat-input-container[b-5mczf3hdks]  .rz-form-field {
    margin-bottom: 0;
}

.chat-input-container[b-5mczf3hdks]  .rz-form-field .rz-textbox {
    padding-right: 3rem;
}

.chat-input-container[b-5mczf3hdks]  .rz-form-field .rz-textbox:disabled {
    background-color: var(--rz-base-200, #f8f9fa);
    cursor: not-allowed;
    opacity: 0.7;
}

/* Alertas superiores */
.rz-alert[b-5mczf3hdks] {
    margin-bottom: 0.5rem;
}

.rz-alert .rz-stack[b-5mczf3hdks] {
    align-items: center;
}

/* Ajustes para RadzenChat */
[b-5mczf3hdks] .rz-chat {
    border: none !important;
}

[b-5mczf3hdks] .rz-chat .rz-chat-messages {
    padding: 1rem;
}



[b-5mczf3hdks] .rz-chat .rz-chat-input-inner {
    display: none !important;
}

[b-5mczf3hdks] .rz-chat .rz-chat-textarea {
    display: none !important;
}

[b-5mczf3hdks] .rz-chat .rz-chat-send-btn {
    display: none !important;
}

/* Ajustar el contenedor de mensajes para que ocupe todo el espacio */
[b-5mczf3hdks] .rz-chat .rz-chat-messages-container {
    height: 100% !important;
}

/* ============================================ */

/* Placeholder din�mico cuando est� grabando */
.chat-input-container[b-5mczf3hdks]  .rz-textbox:disabled::placeholder {
    color: var(--rz-danger, #dc3545);
    font-weight: 500;
}

/* Animaci�n de entrada */
@keyframes fadeIn-b-5mczf3hdks {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chat-input-container[b-5mczf3hdks] {
    animation: fadeIn-b-5mczf3hdks 0.3s ease-out;
}

/* Responsive */
@media (max-width: 768px) {
    .chat-header[b-5mczf3hdks] {
        padding: 0.75rem 1rem;
    }

    .chat-input-container[b-5mczf3hdks] {
        padding: 0.5rem;
    }

    .processing-indicator[b-5mczf3hdks] {
        right: 0.5rem;
    }
    mobile-option[b-5mczf3hdks]{
        height:100%
    }
}

/* Estado deshabilitado del bot�n */
.voice-button-integrated:disabled[b-5mczf3hdks] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Ajuste para iconos de Radzen */
[b-5mczf3hdks] .voice-button-integrated .rz-button-icon-left {
    font-size: 1.2rem;
}

/* Efecto hover en el FormField completo cuando est� activo */
.chat-input-container[b-5mczf3hdks]  .rz-form-field:focus-within {
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}
/* /Components/ConfirmarAnulacionComponent.razor.rz.scp.css */
body[b-ohjx25b1ee] {
}
.padding-article[b-ohjx25b1ee] {
    padding: 14px;
}
/* /Components/Lectordebarracomponente.razor.rz.scp.css */
.margenvC[b-9qaz9pm65o]
{
    margin-bottom:25px;
}
.canvasCamara[b-9qaz9pm65o]{    
    width:100%
}
/* /Components/LoginComponent.razor.rz.scp.css */
.logo[b-wc4ohfxvol] {	
	width: 200px;
	margin-bottom: 25px;
	justify-self: center;
	border: none;
}

	.LogForm a[b-wc4ohfxvol] {		
		font-size: var(--sm);
		text-align: center;
		margin-bottom: 52px;
	}

.label[b-wc4ohfxvol] {
	font-size: var(--sm);
	font-weight: bold;
	margin-bottom: 4px;
	color:#000000;
}
.inputuser[b-wc4ohfxvol] {	
	border: none;
	border-radius: 8px;
	height: 45px;
	font-size: var(--md);
	padding: 6px;
	margin-bottom: 12px;
}
.inputEmail[b-wc4ohfxvol] {
	margin-bottom: 22px;
}
.logForm[b-wc4ohfxvol] {
	display: flex;	
	flex-direction: column;
	width: 300px;
}

@media(min-width: 500px) {
	.Container-menu[b-wc4ohfxvol] {
		width: 400px;
		height: 500px;
		background-color: hsla(0, 0%, 100%, 0.1);
		border-radius: 10px;
		display:grid;
		align-content :center;
		justify-content:center;

	}
}
/* /Components/MovimientoInVValor/AgregarProducto.razor.rz.scp.css */
.margenC[b-wy7wte3h60] {
	margin-bottom:8px;
}
.marginvc[b-wy7wte3h60] {
	margin-top:20px;
}
.articulo-alineacion[b-wy7wte3h60] {
	display:flex;
	flex-direction:column;
}
.padding-article[b-wy7wte3h60] {
	padding: 14px;
}
.boton-container[b-wy7wte3h60] {
	margin-top: 5px;
	position: sticky;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
/*	padding: 10px;*/
	background-color: #f2f2f2;
	z-index: 400;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background: var(--rz-panel-menu-item-background-color);
}

.boton-aceptar[b-wy7wte3h60], .boton-cancelar[b-wy7wte3h60] {
	display: grid;
	flex-grow: 1;
	height: 100%;
	font-size: 16px;
	border: none;
	border-radius: 0;
	cursor: pointer;
	width: 50%
}
/* /Components/MovimientoInVValor/ArticuloPedidoComponent.razor.rz.scp.css */
.margenv[b-xedysd4j4p] {
	margin-bottom: 22px;
}

.margenvC[b-xedysd4j4p] {
	margin-bottom: 5px;
}
.margend[b-xedysd4j4p] {
	margin-bottom:7px;
}
.CreateTodoButton[b-xedysd4j4p] {
	/*background-color: #61DAFA;*/
	/*box-shadow: 0px 5px 25px rgba(255, 255, 255, 0.10);*/
	/*box-shadow: 1px -1px 16px 7px rgba(230,217,217,1);*/
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 50px;
	position: fixed;
	bottom: 24px;
	right: 24px;
	font-weight: bold;
	color: #FAFAFA;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	width: 55px;
	background-color: var(--rz-series-8);
}
.CreateTodoButtons[b-xedysd4j4p] {
/*	box-shadow: 1px -1px 16px 5px rgba(230,217,217,1);*/
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 50px;
	bottom: 24px;
	right: 24px;
	font-weight: bold;
	color: #FAFAFA;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 64px;
	width: 64px;
}
.alinearBoton[b-xedysd4j4p] {
	display:flex;
	justify-content:end;
}
section[b-xedysd4j4p] {
	width: 640px;
	float: left;
	display: block;
}


section[b-xedysd4j4p] {
	margin-left: 4px;
}
.viewport[b-xedysd4j4p] {
	position: relative;
}

	.viewport video[b-xedysd4j4p] {
		max-width: 100%;
		width: 100%;
	}

video[b-xedysd4j4p] {
	object-fit: contain;
}

canvas[b-xedysd4j4p] {
	max-width: 100%;
	
}
.canvasCamara[b-xedysd4j4p] {
	width: 325px;
	height: 260px;
}

	canvas.drawingBuffer[b-xedysd4j4p] {
		position: absolute;
		top: 0;
		left: 0;
	}
.custom-card[b-xedysd4j4p] {
	border: 2px solid blue;
}
@media (max-width: 960px) {
	section[b-xedysd4j4p] {
		float: none;
		position: static;
		width: auto;
	}
}

@media (max-width:603px) {
	.viewport[b-xedysd4j4p] {
		overflow: hidden;
	}
}
/* /Components/MovimientoInVValor/PedidoComponent.razor.rz.scp.css */
.margenv[b-768ryy90zf] {
	margin-bottom:22px;
}
.margenvC[b-768ryy90zf] {
	margin-bottom:5px;
}
.CreateTodoButton[b-768ryy90zf] {
	/*background-color: #61DAFA;*/
	/*box-shadow: 0px 5px 25px rgba(255, 255, 255, 0.10);*/
	box-shadow: 1px -1px 16px 7px rgba(230,217,217,1);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	font-size: 50px;
	position: fixed;
	bottom: 24px;
	right: 24px;
	font-weight: bold;
	color: #FAFAFA;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 56px;
	width: 56px;	
}

	/*.CreateTodoButton:hover {
		transform: rotate(224deg);
	}*/
.CreateTodoButton-rotativeN[b-768ryy90zf] {
	transform: rotate(224deg);
	transition: .3s ease;
}
.CreateTodoButton-rotativeC[b-768ryy90zf] {
	transform: rotate(0);
	transition: .3s ease;
}
.Desactiva-Boton[b-768ryy90zf] {
	display:none;
}
.Activa-Boton[b-768ryy90zf] {
	display:flex;
}
.Desactiva-Ccliente[b-768ryy90zf] {
	display:none;
}
.Activa-Ccliente[b-768ryy90zf] {
	display: block;
}
.cargando[b-768ryy90zf] {
	position:absolute;	
	z-index:2500;
	place-items:center;
	height:250px;
	width:220px;
	flex-direction:column;
}
.rz-dropdown-panel[b-768ryy90zf] {
	min-width: unset !important;
}
.margenvCC[b-768ryy90zf]{
	margin-top:11px;
}
.indexz[b-768ryy90zf]{
	z-index:2210;
}
.tabla-scroll-x[b-768ryy90zf] {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
	.tabla-scroll-x > .d-flex[b-768ryy90zf] {
		flex-wrap: nowrap;
	}
.segmento[b-768ryy90zf] {
	padding:2px;
}
.TablaPadding-right[b-768ryy90zf] {
	padding-right: 0px;
}
.TablaPadding-left[b-768ryy90zf] {
	padding-left: 0px;
}
.tabla-scroll-x-normal[b-768ryy90zf] {
	overflow-x: visible;
	white-space: normal;
}
@media (min-width: 740px) {
	.tabla-scroll-x[b-768ryy90zf] {
		overflow-x: visible;
		white-space: normal;
	}
	.segmento[b-768ryy90zf] {
		padding:1px;
	}
	.TablaPadding-right[b-768ryy90zf] {
		padding-right: 12px;
	}
	.TablaPadding-left[b-768ryy90zf] {
		padding-left: 12px;
	}
}
/* /Components/MovimientoInVValor/PedidoGeneralComponent.razor.rz.scp.css */
.margenvC[b-qf3ie4ufip] {
	margin-bottom:10px;
}
.navarpedido[b-qf3ie4ufip] {	
	background-color:#FFFFFF;
}
.alinearTotal[b-qf3ie4ufip] {
	display:flex;
	justify-content:end;
}
.cargando[b-qf3ie4ufip] {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(173, 216, 230, 0.5);
	display: flex;
	justify-content: center; 
	align-items: center;
}
.Cargando-Proceso[b-qf3ie4ufip] {
	width: 250px;
	height: 50px;
	padding: 20px;
}
@media (max-width: 767.98px) {
	.rz-unselectable-text[b-qf3ie4ufip] {
		display: none !important;
	}
}
/* /Components/ReportesInventario/ConsultaExistenciaComponent.razor.rz.scp.css */
.CreateTodoButton[b-3cmj7zqk5d] {
    /*background-color: #61DAFA;*/
    /*box-shadow: 0px 5px 25px rgba(255, 255, 255, 0.10);*/
    box-shadow: 1px -1px 16px 7px rgba(230,217,217,1);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 50px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    font-weight: bold;
    color: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    width: 44px;
    background-color: var(--rz-series-8);
}
.canvasCamara[b-3cmj7zqk5d] {
    width: 325px; 
    height: 260px;
}
/* /Components/ReportesInventario/PedCotProcesoComponent.razor.rz.scp.css */
.rz-fieldset-content[b-fvq6os5zho] {
    padding-left: 5px;
    padding-right: 5px;
}

.margin-Grid[b-fvq6os5zho]{
padding-left:5px;
padding-right:5px;
}
/* /Components/Seguridad/ConsultaDatosTokenComponent.razor.rz.scp.css */
body[b-j0qvozjz06] {
}
.padding-article[b-j0qvozjz06] {
    padding: 14px;
}
.table-saldos[b-j0qvozjz06]{
    font-size:0.9rem;
}
/* /Components/Seguridad/ConsultaTokenComponent.razor.rz.scp.css */
body[b-cm8tqr6xgs] {
}
.size-words[b-cm8tqr6xgs]{
    font-size: 0.5rem;
}
/* /Components/SelectorEmpresaComponent.razor.rz.scp.css */
body[b-2180jd837p] {
}
.logo[b-2180jd837p] {
    width: 200px;
    margin-bottom: 25px;
    justify-self: center;
    border: none;
    animation: pulse-b-2180jd837p 2s infinite;
}
.container-empresa[b-2180jd837p] {
    display: grid;
}

.formContainer-empresa[b-2180jd837p] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    width: 100%;
    font-size: 1.5rem;
}
@keyframes pulse-b-2180jd837p {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}
/* /Components/SignaturePadComponent.razor.rz.scp.css */
.signature-pad-container[b-enr50otksh] {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.signature-canvas[b-enr50otksh] {
    width: 100%;
    height: 250px;
    border: 2px solid #dee2e6;
    border-radius: 4px;
    background-color: white;
    cursor: crosshair;
    touch-action: none;
}

.signature-buttons[b-enr50otksh] {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
}

.signature-validation-message[b-enr50otksh] {
    margin-top: 10px;
}

/* Responsive para mobile */
@media (max-width: 768px) {
    .signature-pad-container[b-enr50otksh] {
        max-width: 100%;
        padding: 10px;
    }

    .signature-canvas[b-enr50otksh] {
        height: 200px;
    }

    .signature-buttons[b-enr50otksh] {
        flex-direction: column;
        gap: 8px;
    }

    .signature-buttons button[b-enr50otksh] {
        width: 100%;
    }
}

/* Para tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .signature-canvas[b-enr50otksh] {
        height: 220px;
    }
}
/* /Components/SucursalComponent.razor.rz.scp.css */
body[b-b9vf0txv1h] {
}
.padding-article[b-b9vf0txv1h] {
    padding: 14px;
}
/* /Components/TomaInventarioComponent.razor.rz.scp.css */
.CreateTodoButton[b-qm7ldmms0x] {
    /*background-color: #61DAFA;*/
    /*box-shadow: 0px 5px 25px rgba(255, 255, 255, 0.10);*/
    box-shadow: 1px -1px 16px 7px rgba(230,217,217,1);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 50px;
    position: fixed;
    bottom: 24px;
    right: 24px;
    font-weight: bold;
    color: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    width: 55px;
    background-color: var(--rz-series-8);
}
/* /Components/TomaInventario/CantidadConteoComponent.razor.rz.scp.css */
.margenC[b-dpjbbua1ye] {
    margin-bottom: 8px;
}

.marginvc[b-dpjbbua1ye] {
    margin-top: 20px;
}

.articulo-alineacion[b-dpjbbua1ye] {
    display: flex;
    flex-direction: column;
}

.padding-article[b-dpjbbua1ye] {
    padding: 14px;
}

.boton-container[b-dpjbbua1ye] {
    margin-top: 5px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: #f2f2f2;
    z-index: 400;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.boton-aceptar[b-dpjbbua1ye], .boton-cancelar[b-dpjbbua1ye] {
    display: grid;
    flex-grow: 1;
    height: 25px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    cursor: pointer;
}

.boton-aceptar[b-dpjbbua1ye] {
    background-color: var(--rz-primary);
    width: 50%
}

.boton-cancelar[b-dpjbbua1ye] {
    background-color: var(--rz-base-200);
    width: 50%
}
/* /Components/VisitaCliente/ClienteVisitaComponent.razor.rz.scp.css */

.cliente-layout[b-2odultxrz5] {
    width: 100%;
}


.cliente-row[b-2odultxrz5] {
    --bs-gutter-x: 0;
    --bs-gutter-y: .5rem;
    align-items: end;
}

.cliente-box[b-2odultxrz5] {
    width: 100%;
}

    
    .cliente-box > *[b-2odultxrz5] {
        width: 100%;
        display: block;
    }


.visita-form[b-2odultxrz5] {
    width: 100%;
}

.visita-field[b-2odultxrz5] {
    width: 100%;
}

    .visita-field > *[b-2odultxrz5] {
        width: 100%;
        display: block;
    }

.visita-actions[b-2odultxrz5] {
    margin-top: .25rem;
}

.visita-submit-btn[b-2odultxrz5] {
    width: 100%;
}




/* mobile */
@media (max-width: 767.98px) {
    .cliente-busqueda-col[b-2odultxrz5],
    .cliente-lista-col[b-2odultxrz5] {
        width: 100%;
    }

    .cliente-box[b-2odultxrz5] {
        margin-bottom: .25rem;
    }
}


@media (min-width: 768px) {
    .cliente-row[b-2odultxrz5] {
        --bs-gutter-x: .75rem;
        --bs-gutter-y: .5rem;
    }
    .visita-submit-btn[b-2odultxrz5] {
        width: auto;
        min-width: 200px;
    }
}
/* /Pages/AIPage/ChatAIPage.razor.rz.scp.css */
/* Layout general: dos columnas (chat + visor) */
.ai-chat-layout[b-063k883ysp] {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    min-height: 90vh;
}

/* Columna izquierda: chat */
.chat-sidebar[b-063k883ysp] {
    flex: 0 0 360px; /* ancho base del panel de chat */
    max-width: 420px;
    padding-right: 1rem;
    border-right: 1px solid var(--rz-border-color, #e0e0e0);
    display: flex;
    flex-direction: column;
    overflow: hidden; /* evita scroll raro en el lado izquierdo */
}

/* Columna derecha: visor */
.content-viewer[b-063k883ysp] {
    flex: 1 1 auto;
    min-width: 0; /* importante para evitar overflow en flex */
    display: flex;
    flex-direction: column;
}

/* Estado de carga */
.loading-state[b-063k883ysp] {
    flex: 1;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Estado vacío (cuando no hay contenido aún) */
.empty-state[b-063k883ysp] {
    flex: 1;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--rz-text-disabled-color, #9e9e9e);
    text-align: center;
}

/* Contenedor del visor HTML (iframe) */
.html-viewer-container[b-063k883ysp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow: hidden;
}

/* Header del visor HTML (barra de botones) */
.html-viewer-header[b-063k883ysp] {
    padding: 0.5rem 0.25rem 0.75rem 0.25rem;
    border-bottom: 1px solid var(--rz-border-color, #e0e0e0);
}

/* Iframe donde se muestran reportes/HTML */
.html-iframe[b-063k883ysp] {
    border: 1px solid var(--rz-border-color, #e0e0e0);
    border-radius: 8px;
    width: 100%;
    flex: 1 1 auto;
    min-height: 420px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

/* Contenedor para texto plano */
.text-viewer-container[b-063k883ysp] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Tarjeta de texto (RadzenCard) */
.text-content-card[b-063k883ysp] {
    height: 100%;
    max-height: 100%;
    overflow: auto;
}

/* Estilo del texto de contenido plano */
.text-content[b-063k883ysp] {
    white-space: pre-wrap; /* respeta saltos de línea */
    word-wrap: break-word;
}


.rz-fieldset > .rz-fieldset-content[b-063k883ysp] {
    padding: 0.75rem 0.75rem 1rem 0.75rem;
}


@media (max-width: 1024px) {
    .ai-chat-layout[b-063k883ysp] {
        flex-direction: column;
    }

    .chat-sidebar[b-063k883ysp] {
        flex: 0 0 auto;
        max-width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid var(--rz-border-color, #e0e0e0);
        padding-bottom: 0.75rem;
        margin-bottom: 0.75rem;
    }

    .html-iframe[b-063k883ysp] {
        min-height: 360px;
    }
}

@media (max-width: 600px) {
    .ai-chat-layout[b-063k883ysp] {
        gap: 0.5rem;
    }

    .html-iframe[b-063k883ysp] {
        min-height: 320px;
    }
}
/* /Pages/ChatVozPage.razor.rz.scp.css */
/* Layout principal: Chat izquierda + Contenido derecha */
.ai-chat-layout[b-41pf2l1mmg] {
    display: flex;
    height: calc(100vh - 130px); /* Ajustado para considerar RadzenFieldset */
    gap: 1rem;
    background-color: var(--rz-body-background-color);
    overflow: hidden;
}

/* Panel lateral del chat (izquierda) */
.chat-sidebar[b-41pf2l1mmg] {
    width: 420px;
    min-width: 350px;
    max-width: 450px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: var(--rz-panel-background);
    border-radius: var(--rz-border-radius);
    box-shadow: var(--rz-panel-shadow);
    overflow: hidden; /* ✅ Evita que el contenedor crezca */
    height: 100%; /* ✅ Altura fija del contenedor padre */
}

    /* ✅ NUEVO: Asegurar que el contenido del chat tenga scroll */
    .chat-sidebar > *[b-41pf2l1mmg] {
        max-height: 100%;
        overflow-y: auto; /* Scroll vertical interno */
        overflow-x: hidden;
    }

/* Panel de visualización de contenido (derecha) */
.content-viewer[b-41pf2l1mmg] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: var(--rz-panel-background);
    border-radius: var(--rz-border-radius);
    box-shadow: var(--rz-panel-shadow);
    overflow: hidden;
    height: 100%; /* ✅ Altura fija */
}

/* Contenedor del HTML viewer */
.html-viewer-container[b-41pf2l1mmg] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

/* Header del HTML viewer */
.html-viewer-header[b-41pf2l1mmg] {
    padding: 1rem;
    border-bottom: 1px solid var(--rz-border-color);
    background: var(--rz-base-background-color);
    flex-shrink: 0; /* ✅ No se comprime */
}

/* iframe para renderizar HTML */
.html-iframe[b-41pf2l1mmg] {
    flex: 1;
    width: 100%;
    border: none;
    background: white;
    overflow: auto;
    min-height: 0; /* ✅ Importante para flex */
}

/* Contenedor de texto plano */
.text-viewer-container[b-41pf2l1mmg] {
    padding: 2rem;
    overflow-y: auto;
    height: 100%;
}

.text-content-card[b-41pf2l1mmg] {
    max-width: 800px;
    margin: 0 auto;
}

.text-content[b-41pf2l1mmg] {
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 1.8;
}

/* Estado de carga */
.loading-state[b-41pf2l1mmg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 1rem;
}

/* Estado vacío (sin contenido) */
.empty-state[b-41pf2l1mmg] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 2rem;
}

/* Responsive: Tablet */
@media (max-width: 1024px) {
    .chat-sidebar[b-41pf2l1mmg] {
        width: 350px;
        min-width: 300px;
    }
}

/* Responsive: Móvil */
@media (max-width: 768px) {
    .ai-chat-layout[b-41pf2l1mmg] {
        flex-direction: column;
        height: auto;
        min-height: calc(100vh - 130px);
        padding: 0.5rem;
        gap: 0.5rem;
    }

    .chat-sidebar[b-41pf2l1mmg] {
        width: 100%;
        max-width: 100%;
        height: 50vh; /* ✅ Altura fija en móvil */
        min-height: 400px;
        max-height: 60vh;
    }

    .content-viewer[b-41pf2l1mmg] {
        width: 100%;
        height: 50vh; /* ✅ Altura fija en móvil */
        min-height: 400px;
        flex: 0 0 auto;
    }

    .html-viewer-container[b-41pf2l1mmg] {
        height: 100%;
    }

    .html-iframe[b-41pf2l1mmg] {
        height: 100%;
        min-height: 300px;
    }
}

/* Scroll personalizado para el chat sidebar */
.chat-sidebar[b-41pf2l1mmg]::-webkit-scrollbar,
.chat-sidebar > *[b-41pf2l1mmg]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.chat-sidebar[b-41pf2l1mmg]::-webkit-scrollbar-track,
.chat-sidebar > *[b-41pf2l1mmg]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.chat-sidebar[b-41pf2l1mmg]::-webkit-scrollbar-thumb,
.chat-sidebar > *[b-41pf2l1mmg]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.chat-sidebar[b-41pf2l1mmg]::-webkit-scrollbar-thumb:hover,
.chat-sidebar > *[b-41pf2l1mmg]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Scroll personalizado para el iframe */
.html-iframe[b-41pf2l1mmg]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.html-iframe[b-41pf2l1mmg]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.html-iframe[b-41pf2l1mmg]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.html-iframe[b-41pf2l1mmg]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Print styles */
@media print {
    .ai-chat-layout[b-41pf2l1mmg] {
        display: block;
        height: auto;
    }

    .chat-sidebar[b-41pf2l1mmg] {
        display: none;
    }

    .content-viewer[b-41pf2l1mmg] {
        width: 100%;
        box-shadow: none;
    }

    .html-viewer-header[b-41pf2l1mmg] {
        display: none;
    }
}
/* /Pages/CotizacionPage.razor.rz.scp.css */
.pedido[b-hf4pdcahhn] {
    margin-top: 0px;
}

.mov-pedido[b-hf4pdcahhn] {
    margin-left: 5px;
    margin-right: 5px;
}
.opcion-mobile[b-hf4pdcahhn] {
    display: block;
}



@media(min-width: 561px) {
    .opcion-mobile[b-hf4pdcahhn] {
        display: none;
    }
    .pedido[b-hf4pdcahhn] {
        margin-top: 10px;
    }

}
/* /Pages/CXC/AbonoCXCPage.razor.rz.scp.css */

.abono[b-uc0h7jiwrn] {
    margin-top: 5px;
}

.mov-pedido[b-uc0h7jiwrn] {
    margin-left: 5px;
    margin-right: 5px;
}

.opcion-mobile[b-uc0h7jiwrn] {
    display: block;
}

@media(min-width: 561px) {
    .opcion-mobile[b-uc0h7jiwrn] {
        display: none;
    }
}
/* /Pages/DeliveryNotePage.razor.rz.scp.css */
/* DeliveryNotePage - estilo plano y limpio */

.nota-entrega-root[b-qfbjl3laet] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 10px;
}

.step-content[b-qfbjl3laet] {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

[b-qfbjl3laet] .nota-entrega-root .rz-form-field,
[b-qfbjl3laet] .nota-entrega-root .rz-form-field-content,
[b-qfbjl3laet] .nota-entrega-root .rz-dropdown,
[b-qfbjl3laet] .nota-entrega-root .rz-dropdown-datagrid,
[b-qfbjl3laet] .nota-entrega-root .rz-textbox,
[b-qfbjl3laet] .nota-entrega-root .rz-inputtext,
[b-qfbjl3laet] .nota-entrega-root .rz-textarea,
[b-qfbjl3laet] .nota-entrega-root .rz-picker,
[b-qfbjl3laet] .nota-entrega-root input,
[b-qfbjl3laet] .nota-entrega-root textarea {
    width: 100% !important;
    max-width: 100% !important;
}

[b-qfbjl3laet] .btn-next-header,
[b-qfbjl3laet] .btn-next-header.rz-button {
    background-color: #2f4462 !important;
    border-color: #2f4462 !important;
    color: #ffffff !important;
}

[b-qfbjl3laet] .btn-next-header:hover,
[b-qfbjl3laet] .btn-next-header.rz-state-hover {
    background-color: #3a5478 !important;
    border-color: #3a5478 !important;
}

[b-qfbjl3laet] .btn-next-header.rz-state-disabled,
[b-qfbjl3laet] .btn-next-header:disabled {
    background-color: #9ba8bb !important;
    border-color: #9ba8bb !important;
    color: #eaf0f8 !important;
    opacity: 1 !important;
}

[b-qfbjl3laet] .steps-lock .rz-steps-item-link {
    pointer-events: none;
    cursor: default;
}

[b-qfbjl3laet] .steps-lock .rz-steps-nav,
[b-qfbjl3laet] .steps-lock .rz-steps-prev,
[b-qfbjl3laet] .steps-lock .rz-steps-next,
[b-qfbjl3laet] .steps-lock .rz-steps-buttons {
    display: none !important;
}

[b-qfbjl3laet] .productos-grid-step2 .rz-cell-data {
    white-space: normal;
    word-break: break-word;
}

[b-qfbjl3laet] .productos-grid-step2 .rz-datatable-table {
    min-width: 560px;
}

/* Altura de grids por CSS (auto con tope maximo) */
[b-qfbjl3laet] .facturas-grid-auto .rz-datatable-scrollable-body,
[b-qfbjl3laet] .productos-grid-step2 .rz-datatable-scrollable-body {
    height: auto !important;
    min-height: 96px;
    max-height: 300px;
    overflow-y: auto;
}

.rz-button:disabled[b-qfbjl3laet] {
    opacity: 0.6;
    cursor: not-allowed;
}

.rz-textbox[readonly][b-qfbjl3laet] {
    background-color: #f5f5f5;
    cursor: default;
}

hr[b-qfbjl3laet] {
    border: 0;
    border-top: 1px solid #dee2e6;
    margin: 20px 0;
}

@media (max-width: 560px) {
    .nota-entrega-root[b-qfbjl3laet] {
        padding: 8px;
    }

    [b-qfbjl3laet] .rz-steps-item-label {
        font-size: 12px;
    }
}
/* /Pages/Index.razor.rz.scp.css */
body[b-0a5pqlqpmx] {
}
.CreateTodoButton[b-0a5pqlqpmx] {
    /*background-color: #61DAFA;*/
    /*box-shadow: 0px 5px 25px rgba(255, 255, 255, 0.10);*/
   /* box-shadow: 1px -1px 16px 7px rgba(230,217,217,1);*/
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 50px;
    font-weight: bold;
    color: #FAFAFA;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    width: 64px;
}

/*.CreateTodoButton:hover {
		transform: rotate(224deg);
	}*/
.CreateTodoButton-rotativeN[b-0a5pqlqpmx] {
    transform: rotate(224deg);
    transition: .3s ease;
}

.CreateTodoButton-rotativeC[b-0a5pqlqpmx] {
    transform: rotate(0);
    transition: .3s ease;
}
.openSombraNav[b-0a5pqlqpmx] {
    width: 100%;
    height: 100%;
    transition: 0.1s;
    position: fixed;
    z-index: 500;
}

.closeNav[b-0a5pqlqpmx] {
    width: 0;
    margin-left: 0;
}

.closeSombraNav[b-0a5pqlqpmx] {
    width: 0;
    margin-left: 0;
    height: 0;
}

.orientacion-Boton[b-0a5pqlqpmx] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: grid; 
    grid-template-columns: 1fr; 
    gap: 10px;
    transition: all 0.5s ease;

}

.ButtonCreate[b-0a5pqlqpmx] {
    display: grid; 
    grid-template-columns: 2fr auto; 
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s ease;
    justify-content:center;
}

    .ButtonCreate.visible[b-0a5pqlqpmx] {
        opacity: 1;
        transform: translateY(0);
    }
.CreateTodoButtonWrapper[b-0a5pqlqpmx] {
    display: grid;
    grid-template-columns: 2fr auto;
}
.inline-grid[b-0a5pqlqpmx] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.Alinear-Button[b-0a5pqlqpmx] {
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 56px;
    box-sizing: border-box;
    cursor: pointer;
}
.CreateP[b-0a5pqlqpmx] {
    /*background-color: #61DAFA;*/
    /*box-shadow: 0px 5px 25px rgba(255, 255, 255, 0.10);*/
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #5A5656;
}
/* /Pages/InicioEmpresaPage.razor.rz.scp.css */
body[b-s232xq7dyw] {
}
.s-company[b-s232xq7dyw]{
    width:100%;
    height:100vh;
}
/* /Pages/LoginPage.razor.rz.scp.css */
body[b-z4h04yerjv] {
	
}
/* /Pages/Logistica/ListaEmpaquePage.razor.rz.scp.css */
/* /Pages/Logistica/SalidaAlmacenPage.razor.rz.scp.css */
.pedido[b-kj7rwmen5e] {
    margin-top: 0px;
}

.mov-pedido[b-kj7rwmen5e] {
    margin-left: 5px;
    margin-right: 5px;
}

.opcion-mobile[b-kj7rwmen5e] {
    display: block;
}

@media(min-width: 561px) {
    .opcion-mobile[b-kj7rwmen5e] {
        display: none;
    }

    .pedido[b-kj7rwmen5e] {
        margin-top: 10px;
    }
}
/* /Pages/PedidoPage.razor.rz.scp.css */
.pedido[b-ka593jguq6] {
	margin-top:0px;
}
.mov-pedido[b-ka593jguq6] {
	margin-left: 5px;
	margin-right: 5px;
}
.opcion-mobile[b-ka593jguq6] {
	display: block;
}

@media(min-width: 561px) {
	.opcion-mobile[b-ka593jguq6] {
		display: none;
	}
	.pedido[b-ka593jguq6] {
		margin-top: 10px;
	}
}
/* /Pages/ReportP/VentasPorArticuloPagerazor.razor.rz.scp.css */
.margenBottom[b-4o89wip29h] {
    margin-top: 10px;
}

.margenLeft[b-4o89wip29h] {
    margin-left: 5px;
    margin-right: 5px;
}
/* /Pages/SeleccionaSucursalPage.razor.rz.scp.css */
.anular-solicitud[b-mlincjjtjp] {
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    place-content: center;
    height: 100vh;
}
/* /Shared/LoginLayout.razor.rz.scp.css */
.main[b-9xlereozz2] {
	margin: 0;
	width: 100%;
	height: 100vh;
	/*background-color: hwb(206deg 82% 13%);*/
	background-color: rgba(255, 229, 178, 1);
	background-image: linear-gradient(to right, rgba(246, 148, 53, 2), rgba(255, 255, 255, 0));	
	background-position: bottom right, left, right;	
	/*background-image: url('/images/bg-desktop.svg');*/
	background-repeat: no-repeat;
}
.Login[b-9xlereozz2] {
	width: 100%;
	height: 100vh;
	display: grid;
	place-items: center;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.sidenav[b-cvvhemzrdd] {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 850;
	top: 0;
	left: 0;
	/*background-color: #3c515b;*/
	background-color: var(--rz-panel-menu-item-background-color);
	overflow-x: hidden;
	transition: 0.5s;
}

#main[b-cvvhemzrdd] {
	transition: margin-left .5s;
}

.openNav[b-cvvhemzrdd] {
	width: 77%;
}
.openSombraNav[b-cvvhemzrdd] {
	width: 100%;
	height: 100%;
	transition: 0.1s;
	position: fixed;
	z-index: 810;
}
.closeNav[b-cvvhemzrdd] {
	width: 0;
	margin-left: 0;
}
.closeSombraNav[b-cvvhemzrdd] {
	width: 0;
	margin-left: 0;
	height:0;
}
.menu-mobiles[b-cvvhemzrdd] {
	display: flex;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
	position: sticky;
	top: 0;
	z-index: 850;
}

@media (max-width: 560px) {
	.menu-desktop[b-cvvhemzrdd] {
		display: none;
	}
}




@media(min-width: 836px) {
	.menu-mobiles[b-cvvhemzrdd] {
		display: none;
	}

	.main-container[b-cvvhemzrdd] {
		margin-left: 250px;
	}

	.openNavdescktop[b-cvvhemzrdd] {
		width: 250px;
	}

	.menu-desktop[b-cvvhemzrdd] {
		position: sticky;
		top: 0;
		z-index: 850;
		background-color: white;
		box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
	}
}
/* /Shared/MenuDesplegable.razor.rz.scp.css */
.navbar-mobile[b-rw0u56mnfb] {
	background-color: var(--rz-panel-menu-item-background-color);
	top: 0;
	position: sticky;
	z-index: 850;
	margin: 0;
	padding: 8px 12px;
	width: 100%;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.logo-link[b-rw0u56mnfb] {
	display: flex;
	align-items: center;
}

.logo-navbar[b-rw0u56mnfb] {
	display: block;
	width: 150px;
	height: auto;
	max-height: 52px;
}
/* /Shared/MenuInicio.razor.rz.scp.css */
.opcion-mobile[b-7r1x2b7cm2] {
    display: block;
}
.left-bottom-div[b-7r1x2b7cm2] {
    position: sticky;
    left: 0; 
    bottom: 0;
    width:100%;
   /* z-index: 1; */
}
.menu-container[b-7r1x2b7cm2] {
    display: flex; 
    flex-direction: column; 
    height: 100%;
    overflow-y: auto; 
}

.menu-content[b-7r1x2b7cm2] {
    flex-grow: 1; 
}


@media(min-width: 561px) {
    .opcion-mobile[b-7r1x2b7cm2] {
        display: none;
    }

}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-os2f811w5b] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-os2f811w5b] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-os2f811w5b] {
    font-size: 1.1rem;
    padding-top:.1111rem;
}

.oi[b-os2f811w5b] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-os2f811w5b] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-os2f811w5b] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-os2f811w5b] {
        padding-bottom: 1rem;
    }

    .nav-item[b-os2f811w5b]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-os2f811w5b]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-os2f811w5b]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-os2f811w5b] {
        display: none;
    }

    .collapse[b-os2f811w5b] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavUsuario.razor.rz.scp.css */
/*.NavUsuario {
	display: flex;
	justify-content: space-between;
	width: 100%;	
}

	.NavUsuario a {
		text-decoration: none;
	}

.NavUsuario-left {
	display: flex;

}

.NavUsuario-right span {
	font-size: 2.6rem;
}
body {
	color: var(--rz-text-color);
	font-size: var(--rz-body-font-size);
	line-height: var(--rz-body-line-height);
	background-color: var(--rz-body-background-color);
}

a {
	color: var(--rz-link-color);
}

	a:hover,
	a:focus {
		color: var(--rz-link-hover-color);
	}*/

@media (min-width: 560px) {
	.app-navbar[b-z6hcm4k8k3] {
		height: 50px;
		padding: 0 1.5rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #ffffff;
		border-bottom: 1px solid #e5e7eb;
		box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
		font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
		z-index: 100;
	}

	.app-navbar-left[b-z6hcm4k8k3] {
		display: flex;
		align-items: center;
	}

	.app-navbar-brand[b-z6hcm4k8k3] {
		display: inline-flex;
		align-items: center;
		gap: 0.25rem;
		text-decoration: none;
		color: inherit;
		white-space: nowrap;
		line-height: 1; /* evita desajustes verticales */
	}

	.app-navbar-company[b-z6hcm4k8k3] {
		font-size: 0.95rem;
		font-weight: 600;
		color: #0f172a;
	}

	.app-navbar-dot[b-z6hcm4k8k3] {
		font-size: 0.9rem;
		color: #9ca3af;
	}

	.app-navbar-branch[b-z6hcm4k8k3] {
		font-size: 0.85rem;
		color: #6b7280;
	}

	.app-navbar-right[b-z6hcm4k8k3] {
		display: flex;
		align-items: center;
		gap: 0.5rem;
		font-size: 0.9rem;
	}

	.app-nav-link[b-z6hcm4k8k3] {
		display: inline-flex;
		align-items: center;
		gap: 0.35rem;
		padding: 0.35rem 0.75rem;
		border-radius: 999px;
		text-decoration: none;
		color: #4b5563;
		transition: background-color 0.15s ease, color 0.15s ease, transform 0.1s ease;
	}

		.app-nav-link .rzi[b-z6hcm4k8k3] {
			font-size: 1.1rem;
		}

		.app-nav-link:hover[b-z6hcm4k8k3] {
			background-color: #f3f4f6;
			color: #111827;
			transform: translateY(-1px);
		}

		.app-nav-link.active[b-z6hcm4k8k3] {
			background-color: #e0f2fe;
			color: #0369a1;
		}

	.app-nav-link-danger[b-z6hcm4k8k3] {
		color: #b91c1c;
	}

		.app-nav-link-danger:hover[b-z6hcm4k8k3] {
			background-color: #fef2f2;
			color: #991b1b;
		}

	.app-navbar-divider[b-z6hcm4k8k3] {
		width: 1px;
		height: 24px;
		background-color: #e5e7eb;
		margin: 0 0.25rem;
	}
}
/* /Shared/SombraMenuInicio.razor.rz.scp.css */

.overlay[b-kvgz7l644j] {
    position: relative;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 810;
    display: block;
}

.overlay-visible[b-kvgz7l644j] {
    display: block;
}

.sidenav[b-kvgz7l644j] {
    position: relative;
    z-index: 2;
}
/* /Shared/SombraToggle.razor.rz.scp.css */

.overlay[b-uqdtb5vdf9] {
    position: relative;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 685;
    display: block;
}

.overlay-visible[b-uqdtb5vdf9] {
    display: block;
}

.sidenav[b-uqdtb5vdf9] {
    position: relative;
    z-index: 2;
}
