.app-sidebar__user-avatar {
	width: 48px;
	background: gray;
	padding: 6px;
}

.headerRegister,
.header-primary {
	background: #009688;
	color: #FFF;
}

.headerUpdate {
	background: #007bff;
	color: #FFF;
}

.upimg,
.notblock {
	display: none !important;
}

.modal-footer {
	background: #009688;
	color: #FFF;
}

/*Estilos login*/
#divLoading {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254, 254, 255, .65);
	z-index: 1;
	display: none;
}

#divLoading img {
	width: 50px;
	height: 50px;
}

.linkw:hover {
	text-decoration: none;
}

.required {
	color: red;
	font-size: 13pt;
	font-weight: bold;
}

.prevPhoto {
	display: flex;
	justify-content: space-between;
	width: 300px;
	height: 200px;
	border: 1px solid #CCC;
	position: relative;
	cursor: pointer;
	background: url(../images/uploads/portada_categoria.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin: auto;
}

.prevPhoto label {
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.prevPhoto img {
	width: 100%;
	height: 100%;
}

.upimg,
.notBlock {
	display: none !important;
}

.errorArchivo {
	font-size: 16px;
	font-family: arial;
	color: #cc0000;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
}

.delPhoto {
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: red;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 10;
}

#tbl_list_productos img {
	width: 50px;
}

.imgProductoDelete {
	width: 175px;
}

#imgCategoria {
	text-align: center;
}

#imgCategoria img {
	width: 200px;
	margin: auto;
}

/* Upload fotos*/
#containerImages {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

#containerImages>div {
	margin-right: 10px;
	margin-bottom: 8px;
}

.prevImage {
	border: 1px solid #CCC;
	width: 120px;
	height: 148px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prevImage img {
	width: 100%;
}

.inputUploadfile {
	display: none;
}

.btnUploadfile,
.btnDeleteImage {
	border: 0;
	background-color: #009688;
	text-align: center;
	padding: 2px 3px;
	color: #FFF;
	font-size: 9pt;
	cursor: pointer;
	width: 100%;
}

.btnDeleteImage {
	background-color: #dc3545;
}

.prevImage .loading {
	width: 30px;
	height: 30px;
}

#celFotos img {
	width: 150px;
	margin: 10px;
}

.money-format {
	font-size: 22px;
}

/* Estilo para la clase column-4 */
.colum-4 {
	text-align: center;
	/* Centrar el contenido del td */
}

/* Estilo para el contenedor de los botones y el input */
.wrap-num-producto {
	display: flex;
	/* Usar flexbox para alinear los elementos */
	align-items: center;
	/* Centrar verticalmente los elementos */
}

/* Estilo para el botón de decremento */
.btn-num-producto-down,
.btn-num-producto-up {
	cursor: pointer;
	/* Cambiar el cursor a pointer para indicar que es interactivo */
	padding: 5px 10px;
	/* Añadir espacio alrededor del ícono */
	border: 1px solid #ccc;
	/* Añadir un borde delgado */
	border-radius: 5px;
	/* Añadir bordes redondeados */
	transition: background-color 0.3s ease;
	/* Transición suave para el cambio de color de fondo */
	flex: 1;
	/* Que ocupen el mismo espacio */
	height: 30px;
	/* Establecer la misma altura que los botones */
}

.btn-num-producto-down {
	background-color: #dc3545;
}

.btn-num-producto-up {
	background-color: #009688;
}

/* Estilo para el número de producto */
.num-producto {
	width: 50px;
	/* Establecer un ancho fijo */
	text-align: center;
	/* Centrar el texto */
	border: 1px solid #ccc;
	/* Añadir un borde delgado */
	border-radius: 5px;
	/* Añadir bordes redondeados */
	margin: 0;
	/* Eliminar margen entre el input y los botones */
	flex: 1;
	/* Que ocupen el mismo espacio */
	height: 30px;
	/* Establecer la misma altura que los botones */
}

.table-custom {
	border-collapse: collapse;
	/* Asegura que los bordes de la tabla colapsen en uno solo */
	width: 100%;
}

.table-custom,
.table-custom th,
.table-custom td {
	border: 1px solid #dee2e6;
}

.table-custom th,
.table-custom td {
	padding: 8px;
	/* Ajuste para el padding, modifica según necesites */
	text-align: left;
	/* Ajuste para la alineación del texto, modifica según necesites */
}

/* Estilo específico para thead */
.table-custom thead th {
	border-bottom: 2px solid #dee2e6;
	background-color: #f8f9fa;
	/* Color de fondo para diferenciar el thead, opcional */
}

/* Estilo específico para tfoot */
.table-custom tfoot th,
.table-custom tfoot td {
	border-top: 2px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	/* Añade un borde inferior en tfoot si es necesario */
}

/* Estilo para asegurar que las celdas del tbody no tengan bordes internos */
.table-custom tbody td {
	border-left: none;
	border-right: none;
}

/* Opcional: si quieres bordes verticales en todas las celdas */
.table-custom th,
.table-custom td {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
}

/* Asegura que el último td y th de cada fila no tengan borde derecho para alinear con el diseño de la tabla */
.table-custom tr th:last-child,
.table-custom tr td:last-child {
	border-right: none;
}


.card-blockquote h4 {
	text-align: right;
	/* Alinea los elementos h4 a la derecha */
}

/* CSS */
@media print {

	/*Ocultar el botón de imprimir
	.btn-print {
		display: none;
	}*/

	/* Ajustar el diseño para la impresión */
	.print-code-container {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.additional-info {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.info {
		margin-left: 20px;
		/* Espacio entre la imagen y el texto */
	}

	.barcode-section {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
		/* Espacio entre el bloque de información y el código de barras */
	}

	.contenedorQR {
		width: 75px;
		/* Ancho deseado */
		height: 75px;
		/* Altura deseada */
	}
}

.promo-banner {
	background-color: #ffcc00;
	color: #000;
	text-align: center;
	font-size: 14px;
	padding: 5px 0;
	font-weight: bold;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

/* Ajustar el espacio del header para que no lo tape */
.container-menu-desktop {
	margin-top: 30px;
}