@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
font-weight: 300;
}
body {
	background: #f2f2f3;
	font-family: "Poppins", sans-serif;	
	font-weight: 300;
}
.card {
	background-color: #ffffff;
	border: 1px solid #ddd;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-header {
	background-color:#3a6279;
	color: white;
	padding: 20px;
	border-radius: 5px 5px 0 0;
}
.step {
	display: none;
}
.step.active {
	display: block;
}
.btn-primary {
	background-color: #3a6279;
	border-color: #3a6279;
}
.btn-primary:hover {
	background-color: #3a6279;
}
.step-indicators {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
}
.indicator {
display: flex;
flex-direction: column;
align-items: center;
}
.circle {
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #ddd;
color: white;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 16px;
transition: background-color 0.3s, color 0.3s;
}
.circle.active {
background-color: #3a6279;
color: white;
}
.label {
margin-top: 5px;
font-size: 14px;
color: #555;
}

.step .bg-light {
    background-color: #f8f9fa;
}

.step p {
    font-size: 17px;
}

footer {
padding: 0px;
text-align: center;
position: relative;
bottom: 0;
width: 100%;
}

footer img {
width: 300px;
margin-bottom: 1px;
}

footer a:hover {
text-decoration: underline;
}
.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    padding: 10px;
    border-radius: 5px;
}
/* Your custom styles */

.error-message {
	color: red;
	font-size: 15px;
	display: none;
  }
  
.md-form{
	font-weight: 300;
}

.nav-link-form.active{
	background-color: #54A3E8!important;
}

.nav-link-form{
	background-color: #54B7E8 !important;
	border-bottom-right-radius: 0rem !important;
	border-bottom-left-radius: 0rem !important;
}

.text-muted{
	color: #777
}

.btn-custom{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap !important;
}

.btn-sm-custom{
	padding: .5rem 1.6rem;
}

#modalFormRubro{
	top: initial;
}

.lbl-custom{
	color: #757575;	
}

.pointer{
	cursor: pointer;
}

.cursor-default{
	cursor: default !important;
}

.cursor-inherit{
	cursor: inherit !important;
}

.cursor-text{
	cursor: text !important;
}

.cursor-wait{
	cursor: wait !important;
}

.bg-window{
	background-color: aliceblue;
}

.btnAgregar {
	background-color: limegreen !important;
	color: #fff !important;
}

.btnAgregar:hover {
	background-color: #09c409 !important;
	color: #fff !important;
}

#fotoArticulo{
	width: 250px;
	height: 250px;
	background-color: #CCE7FF;
}

.w-30{
	width: 30%;
}

.input-table{
	border: none !important;
	background: none;
	height: auto;
	width: auto;
	text-align: center;
	font-weight: inherit;
	color:inherit;
	padding: 0%;
}

.mdb-select.text-center input {
	text-align: center;
}

.align-center{
	margin-top: auto;
	margin-bottom: auto;
}

.hoverTable tbody tr:hover{
	background-color: #c2e9f7;
}

.form-control-custom {
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	font-size: 12px;
}

.ico-pantallacompleta {
  background: url('../img/svg/pantalla-completa.svg');
  height: 20px;
  width: 20px;
  display: block;
}

.ico-salirpantallacompleta {
  background: url('../img/svg/salir_pantalla_completa.svg');
  height: 20px;
  width: 20px;
  display: block;
}

.bg-select-table{
	background-color: #c2e9f7 !important;
}

.bg-green{
	background-color: #eafaf1; 
}

.bg-green-1{
	background-color:	#abebc6;
}

.green-gradient{
	background: rgba(153,217,128,1);
	background: -moz-linear-gradient(top, rgba(153,217,128,1) 0%, rgba(5,145,61,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(153,217,128,1)), color-stop(100%, rgba(5,145,61,1)));
	background: -webkit-linear-gradient(top, rgba(153,217,128,1) 0%, rgba(5,145,61,1) 100%);
}

.font-14{
	font-size: 14px;
}

.center-label{
	left: 50% !important;	
}

.tableSmall td{
	padding: 0 !important;
}
.ticket {
    display: block;
    text-decoration: none;
    color: #555;
    border-radius: 10px;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    background: #f8f9fa;
    border: 1px solid #ddd;
  }
  
  .ticket:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #e9ecef;
	color: #555;
  }
  
  .ticket .card-title {
    font-weight: bold;
    font-size: 1.2rem;
  }

  .ticket h6 {
    font-size: 0.95rem;
    color: #555;
  }
  .ticket i{
	color: rgb(132, 199, 218);
  }
  .ticket h5{
	font-weight: 900;
  }
  .ticket-rojo {
	background-color: red;
	color: white;
}
.lote-container{
	background:#e7e7e7;
	border-radius: 20px;
	padding: 0.5rem;
}
/* Estilo personalizado para la paginación */
.pagination {
	margin-top: 20px;
  }
  
  .page-item .page-link {
	border-radius: 50px; 
	padding: 5px 10px;
	background-color: rgb(132, 199, 218);
	color: #fff; /* Color de texto blanco */
	border: 1px solid rgb(122, 192, 211);
	transition: background-color 0.3s, transform 0.3s;
  }
  
  .page-item .page-link:hover {
	background-color: rgb(84, 171, 196); 
	transform: scale(1.1);
  }
  
  .page-item.active .page-link {
	background-color: rgb(84, 171, 196); 
	border-color: rgb(84, 171, 196); 
  }
  
  .page-item .page-link.page-link-custom {
	font-weight: bold;
  }
  
  .page-item .page-link.page-link-custom:hover {
	background-color: rgb(84, 171, 196); 
	transform: scale(1.05);
  }
  
  .page-item .page-link.page-link-custom:focus {
	box-shadow: 0 0 5px 2px rgb(84, 171, 196); 
  }
  
  .page-item .page-link.page-link-custom[aria-disabled="true"] {
	cursor: not-allowed;
	color: #6c757d;
	background-color: transparent;
  }
  