@charset "UTF-8";



.LeftBlueBar {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 10px;
	background-color: #B3D115;
	height: 100vh;
}

.ContenedorInfo {
	position: relative;
	margin-top: 30px;
	width: 100%;
	padding-right: 0px;
	max-width: 2200px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 250px;
}

.Titulo {
	font-size: 30px;
	font-weight: bold;
	color: white;
	margin-bottom: 30px;
	display: inline-block;
	padding-right: 30px;
	vertical-align: top;
}

.SubTitulo {
	font-size: 20px;
	font-weight: bold;
	color: white;
	margin-bottom: 30px;
	display: inline-block;
	padding-right: 30px;
	vertical-align: top;
}

.TarjetaReco {
	position: relative;
	width: 100%;
	background-color: white;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px 20px;
	margin-bottom: 40px;
}

.Columna {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	padding: 0px 5px;
}

.Columna .Logo {
	height: 30px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 20px;
	padding: 15px;
}

.SeparadorInnerColumna
{
	height: 10px;;
}

.SubtituloColumna {
	color: #65d4d4;
	margin-bottom: 0px;
	font-size: 13px;;
	font-weight: bold;
	text-overflow: ellipsis;
	width: 100%;
}

.InfoColumna {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.Columna i {
	color: #666;
	font-size: 16px;
	margin-left: 10px;
}

.BigInput {
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	font-size: 90px;
	color: white;
	font-weight: 300;
	background-color: transparent;
	border: none;
}

.BigInput::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.1);
}

.BigInput::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 0.1);
}

.BigInput:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, 0.1);
}

.BigInput:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 0.1);
}

.Buscar {
	width: 30px;
	vertical-align: middle;
}

.InputColumna {
	width: 100%;
	border: none;
	border-bottom: 1px solid #DDD;
	padding: 3px;
	margin-bottom: 5px;
	color: #555;
}

.Error {
	display: none;
	font-size: 30px;
	color: #f75583;
	font-weight: bold;
	text-align: center;
}


.FechaContainer {
	display: inline-block;
	width: 50px;
	margin-right: 5px;
}

.FechaCircle {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 2px solid white;
	cursor: pointer;
}

.FechaCircleSeleccionada {
	border-color: #03B5E4;
}

.DividerContainer {
	display: inline-block;
	width: 30px;
}

.FechaTexto {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: white;
	transform: translate(-50%, -50%);
}

.DiaTexto {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin-top: 4px;
}


.HoraContainer {
	display: inline-block;
	width: 70px;
	margin-right: 5px;
}

.HoraCircle {
	width: 70px;
	height: 70px;
	border-radius: 50px;
	border: 2px solid white;
	cursor: pointer;
}

.HoraCircleSeleccionada {
	border-color: #03B5E4;
}


.HoraTexto {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: white;
	transform: translate(-50%, -50%);
}


.TituloTarjetaOnTop {
	font-size: 25px;
	font-weight: bold;
	color: white;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}

.SearchBar {
	display: inline-block;
	width: 150px;
	border-radius: 10px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: transparent;
	border-radius: 20px;
	padding: 4px 10px;
	font-weight: normal;
	vertical-align: top;
	margin-top: 5px;
}

.ContenedorTarjetas {
	width: 100%;
}

.Tarjeta {
	display: inline-block;
	width: 250px;
	margin-right: 3%;
	box-sizing: border-box;
	padding: 40px 20px;
	text-align: center;
	background-color: #333;
	vertical-align: top;
	min-width: 200px;
	border-radius: var(--border-radius);
	text-align: center;
	transition: var(--transition);
}

.Tarjeta:hover {
	transform: translateY(-5px);
}


.InfoTarjeta {
	padding: 10px 0px;
	text-align: center;
}

.DescTarjeta {
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	margin-top: -10px;
}

.NumberTarjeta {
	font-size: 60px;
	font-weight: bold;
	color: white;
}


.TarjetaBig {
	display: inline-block;
	width: 100%;
	height: 400px;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
	background-color: #333;
	vertical-align: top;
}

.TarjetaNaranja {
	background: rgb(200, 38, 130);
	background: linear-gradient(135deg, rgb(221, 163, 15) 0%, rgb(147, 110, 7) 100%);
}

.TarjetaMorada {
	background: rgba(99, 71, 190, 1);
	background: linear-gradient(135deg, rgba(99, 71, 190, 1) 0%, rgba(179, 101, 199, 1) 100%);
}

.TarjetaAzul {
	background: rgb(74, 109, 187);
	background: linear-gradient(135deg, rgb(55, 199, 251) 0%, rgb(2, 119, 130) 100%);
}

.TarjetaGris {
	background: rgb(120, 120, 120);
	background: linear-gradient(135deg, rgba(120, 120, 120, 1) 0%, rgba(63, 63, 63, 1) 100%);
}

.TarjetaBlanca {
	background: rgb(255, 255, 255);
	background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(180, 180, 180, 1) 100%);
	margin-bottom: 30px;
}


.TituloTarjeta {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: white;
	margin-bottom: 20px;
}

.ContenedorGraficoCircular {
	position: relative;
	width: 100%;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.OpcionTookacl {
	width: 60%;
}

canvas {
	width: 100%;
	height: 100%;
}

.GraficoCircular {
	width: 100%;

}

.CentererGraficoCircular {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}

.NumeraliaPequenaGraficoCircular {
	font-size: 25px;
	color: white;
	font-weight: bold;
}

.NumeraliaGraficoCircular {
	font-size: 35px;
	color: white;
	font-weight: bold;
}

.NumeraliaGraficoCircularBig {
	font-size: 55px;
	color: white;
	font-weight: bold;
}

.NumeraliaLabelPequenaGraficoCircular {
	font-size: 10px;
	color: white;
	padding-bottom: 0px;
	margin-top: -5px;
	text-transform: uppercase;
	font-weight: bold;
}

.ContenedorBarGraph {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	text-align: left;
}

.KindOfBar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: left;
	text-transform: uppercase;
	width: 30%;
}

.GraphBar {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0%;
	height: 10px;
	background-color: white;
	border-radius: 15px;
	transition: all 2s;
	min-width: 10px;
}

.GraphBarLabel {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: right;
	width: 12%;
}

.DivisorSecciones {
	height: 100px;
}

.ContenedorMensajeros {
	width: 100%;
}

.Mensajero {
	display: inline-block;
	width: 15%;
	margin-right: 1.6%;
	margin-bottom: 40px;
	vertical-align: top;
	text-align: center;
}

.FotoMensajero {
	display: inline-block;
	width: 60%;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center center;
	margin-bottom: 15px;
	border-radius: 15px;
	overflow: hidden;
}

.NombreMensajero {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 0px;
}

.InfoMensajero {
	display: inline-block;
	width: 33%;
	text-align: center;
}

.InfoMensajero img {
	width: 10px;
	vertical-align: middle;
}

.NumeroInfoMensajero {
	display: inline-block;
	text-align: left;
	padding-left: 5px;
	color: white;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}

.NumeroInfoMensajeroVerde {
	color: #00FFE4;
}

.NumeroInfoMensajeroGris {
	color: #959595;
}

.NumeroInfoMensajeroRojo {
	color: #E62F77;
}

.ContenedorTarjetasIncidencias {
	width: 100%;
}

.TarjetaIncidencia {
	padding: 80px 20px;
}

.NumeraliaTarjetaIncidencia {
	font-size: 50px;
	color: white;
	margin-bottom: 5px;
	font-weight: bold;
}

.LabelNumeraliaTarjetaIncidencia {
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

.ContenedorMenu {
	position: relative;
	position: fixed;
	left: 0px;
	width: 250px;
	top: 0px;
	height: 100vh;
	text-align: center;
	background: #007073;
	/* Fallback for old browsers */
	background: -webkit-linear-gradient(to bottom right, #007073, #00355c);
	/* Chrome 10-25, Safari 5.1-6 */
	background: -moz-linear-gradient(to bottom right, #007073, #00355c);
	/* Firefox 3.6-15 */
	background: -o-linear-gradient(to bottom right, #007073, #00355c);
	/* Opera 11.1-12 */
	background: linear-gradient(to bottom right, #007073, #00355c);
	/* W3C, IE 10+, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	background-attachment: fixed;
}

.LogoPeleekan {
	position: absolute;
	width: 50%;
	top: 40px;
	left: 20%;
}

.ContenedorLinks {
	position: absolute;
	bottom: 20px;
	left: 0%;
	width: 100%;
	text-align: left;
	padding-left: 0px;
	box-sizing: border-box;
}




.ContenedorLinks i {
	margin-right: 5px;
	color: rgba(179, 209, 22, 1.000);
}

.ContenedorMensajeroGeneral {
	width: 100%;
	margin-bottom: 50px;
}

.FotoMensajeroPerfil {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 20px;
	background-size: cover;
	background-position: center center;
	vertical-align: middle;
}

.ContenedorInfoMensajero {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	vertical-align: middle;
}

.NombreMensajeroPerfil {
	font-size: 30px;
	font-weight: bold;
	color: white;
	margin-bottom: 0px;
}

.CerrarRutaBoton {
	display: inline-block;
	padding: 2px 5px;
	color: #00FCFF;
	border: 1px solid #00FCFF;
	font-size: 12px;
	border-radius: 10px;
}

.ShowMoreText {
	margin-top: 20px;
	color: white;
	font-size: 12px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

.ContenedorGuias {
	width: 100%;
	margin-top: 20px;
	display: none;
}

.ContenedorGuia {
	text-align: center;
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;
}

.ContenedorGuia0 {
	background: rgba(255, 255, 255, 0.1);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
}


.ContenedorHistorial {
	width: 100%;
}

.MapaHistorial {
	display: inline-block;
	width: 60%;
	height: 500px;
	background-color: rgba(0, 0, 0, 0.2);
	vertical-align: top;
}

.Historial {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 30px;
}

.Evento {
	width: 100%;
	margin-bottom: 5px;
}

.HoraEvento {
	font-size: 20px;
	color: white;
	font-weight: bold;
}

.DescripcionEvento {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: 2px;
}

.DescripcionEventoEntrega {
	color: #FFD948;
}

.DescripcionEventoRecoleccion {
	color: #48FFA2;
}

.DescripcionEventoEstandar {
	color: rgba(255, 255, 255, 0.8);
}

.Evento img {
	height: 10px;
}

.ContenedorGuiasPendientes {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
	padding-left: 40px;
}

.GuiaPendiente {
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px;
	border: 1px solid white;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	border-radius: 10px;
}

.GuiaPendienteChecked {
	border-color: #48FFA2;
	color: #48FFA2;
}

.ContenedorCerrarCorte {
	text-align: center;
	width: 100%;
}

.CerrarCorteBoton {
	display: inline-block;
	background-color: #E33A63;
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 10px;
}

.CerrarCorteBotonAprobado {
	background-color: #48FFA2;
}

.ContenedorOpcionesTookacl {
	position: relative;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

.TituloTookacl {
	text-align: center;
	font-size: 25px;
	color: white;
	margin-bottom: 50px;
}

.Scanner {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 170px;
	border-radius: 3px;
	height: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	animation-duration: 1s;
	animation-name: scan;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

#ContenedorGuiasEscaneadas {
	width: 40%;
	display: inline-block;
	margin-top: 100px;

}

.GuiaEscaneada {
	font-size: 18px;
	color: white;
	margin-bottom: 15px;
	margin-top: 15px;
	background: rgba(255, 255, 255, 0.1);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
	font-weight: bold;
	padding: 5px 0px;
}

#ContenedorGuiasEscaneadas select {
	width: 67px;
	margin-left: 30px;
	padding: 3px 10px;
	text-align: center;
}


.BotonRegular {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: white;
	border: 1px solid white;
	padding: 8px 20px 8px 20px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s;
	background-color: transparent;
	margin-left: 20px;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin-top: 0px;
	margin-bottom: 8px;
}

.BotonRegular:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.WrittingPrompt {
	display: none;
	position: fixed;
	left: 40%;
	top: 50%;
	margin-left: 100px;
	transform: translate(-50%, -50%);
	padding: 20px 50px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 20px;
	text-align: center;
	color: white;
	font-size: 40px;
}

.NuevaRecoleccion {
	position: fixed;
	bottom: 20px;
	left: 45%;
	transform: translateX(-50%);
	padding: 10px 25px;
	background-color: #4EAEF8;
	color: white;
	font-size: 15px;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.NuevaRecoleccionInline {
	display: inline-block;
	padding: 10px 25px;
	background-color: #4EAEF8;
	color: white;
	font-size: 15px;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	border: none;
}

/* TABLAS */

.ContenedorTabla {
	width: 100%;
	overflow-x: scroll;
	text-align: left;
}

.ToggleColumna {
	display: inline-block;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding: 3px 10px 3px 10px;
	font-size: 13px;
	color: white;
	margin-right: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}


.ToggleColumnaSelected {
	background-color: rgba(0, 0, 0, 0.3);
}

.ContenedorTabla table {
	width: 100%;
	color: white;
	font-size: 14px;
}

.ContenedorTabla th {
	padding: 20px 10px 5px 10px;
	text-align: left;
	box-sizing: border-box;
	background-color: transparent;
	color: #00E0FF;
}

.ContenedorTabla td {
	padding: 12px 10px 12px 10px;
	text-align: left;
	box-sizing: border-box;
	font-size: 12px;
	border-bottom: 5px solid #21252A;
	border-top: 5px solid #21252A;
}



.ContenedorTabla tr:not(:first-child) {
	background-color: rgba(0, 0, 0, 0.2);
}

.ContenedorTabla tr:nth-child(even) {}

.busqueda_tabla {
	width: 100% !important;
	font-size: 16px !important;
	background-color: rgba(0, 0, 0, 0.1) !important;
	padding: 10px 15px 10px 15px !important;
	margin-top: 20px !important;
	margin-bottom: 50px !important;
	text-align: left !important;
}

.Paginadores {
	position: relative;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

.Paginadores1 {
	position: relative;
	padding: 0px 0px 30px 0px;
	text-align: center;
}

.Paginador {
	display: inline-block;
	padding: 15px 20px 15px 22px;
	border: 1px solid white;
	color: white;
	font-size: 25px;
	border-radius: 50px;
	margin-right: 10px;
}

.BotonExportar {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: white;
	border: 1px solid white;
	padding: 8px 15px 8px 15px;
	border-radius: 20px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s;
	background-color: transparent;
	margin-left: 20px;
	vertical-align: middle;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: rgba(0, 0, 0, 0.1);
}

.BotonExportar:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.Fechas {
	color: white;
	font-size: 14px;
	cursor: pointer;
	margin-bottom: 30px;
	text-align: left;
	width: 100%
}

.ranges,
.drp-calendar {
	color: #333 !important;
}


@keyframes scan {
	from {
		top: 135px;
	}

	to {
		top: 240px;
	}
}

@font-face {
	font-family: "avenir";
	src: url("avenir.otf") format("opentype"), url("avenir.woff2") format("woff2"), url("avenir.woff") format("woff");
	font-style: normal;
	font-weight: 400;
}


html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	border: 0px;
	font-family: "avenir", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0px;
	color: white;
	background: #000714;
	font-size: 0px;
	box-sizing: border-box;
	position: relative;
}

div {
	margin: 0px;
	border: 0;
	box-sizing: border-box;
	position: relative;
}

p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px;
}

input {
	box-sizing: border-box;
	font-family: "avenir";
}

input:focus {
	outline: none;
}

td {
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
}

table {
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-spacing: 0px;
}

img {
	border-style: none;
	border-width: 0px;
	border: 0;
	margin: 0px;
}

a {
	font-family: inherit;
	color: inherit;
	text-decoration: none;
	border-style: none;
	border: none;
}

button {
	cursor: pointer;
}

u {
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

a:hover {
	font-family: inherit;
	color: inherit;
	text-decoration: none;
}


textarea {
	width: 50%;
	text-align: center;
}

input[type="checkbox"] {
	width: 30px;
}


.input50 {
	display: inline-block;
	width: 48.5% !important;
	margin-right: 1%;
}

option {
	color: #aaa;
}

input::placeholder,
textarea::placeholder {
	color: white;
	opacity: 1;
}

textarea::placeholder {
	text-align: center;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: white;
}

input::-ms-input-placeholder,
,
textarea::-ms-input-placeholder {
	/* Microsoft Edge */
	color: white;
}

select {
	width: 98%;
	font-size: 18px;
	color: white;
	border: none;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	padding: 10px 10px 10px 10px;
	font-weight: 400;
	margin-bottom: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}



:root {
	--bg-color: #0f172a;
	--text-color: #f1f5f9;
	--primary-color: #ffffff;
	--secondary-color: #10b981;
	--accent-color: #f59e0b;
	--error-color: #ef4444;
	--success-color: #22c55e;
	--border-radius: 8px;
	--transition: all 0.3s ease;
}



.LeftBlueBar {
	width: 5px;
	background-color: var(--primary-color);
}


.Titulo {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1.5rem;
	color: var(--primary-color);
}

.SubTitulo {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: var(--secondary-color);
}

.TarjetaReco {
	background-color: transparent;
	border-radius: var(--border-radius);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	transition: var(--transition);
	border: 1px solid #41cdcc;
	margin-bottom: 60px;
}

.TarjetaReco:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.Columna {
	margin-bottom: 0.5rem;
}



.BigInput {
	font-size: 2rem;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid var(--primary-color);
	color: var(--text-color);
	padding: 0.5rem 0;
	width: 100%;
	transition: var(--transition);
}

.BigInput:focus {
	outline: none;
	border-bottom-color: var(--secondary-color);
}

.Buscar {
	width: 1.5rem;
	cursor: pointer;
}

.Error {
	color: var(--error-color);
	font-weight: 600;
	text-align: center;
	margin-top: 1rem;
}

.ContenedorTarjetas {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-bottom: 2rem;
}




.NumberTarjeta {
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.DescTarjeta {
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	opacity: 0.8;
}



.ContenedorMenu {
	background-color: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.LogoPeleekan {
	width: 60%;
	margin-bottom: 2rem;
}

.ContenedorLinks a {
	display: block;
	padding: 20px 10px 20px 50px;
	font-size: 0.875rem;
	color: var(--text-color);
	opacity: 0.8;
	transition: var(--transition);
	background-color: rgba(255, 255, 255, 0.05);
	margin: 15px 0px;
}

.ContenedorLinks a:hover {
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
}

.ContenedorLinks i {
	margin-right: 0.5rem;
	color: var(--primary-color);
}

/* Add more modernized styles here... */

/* Responsive design */
@media (max-width: 768px) {
	.ContenedorInfo {
		padding: 1rem;
	}

	.Tarjeta {
		min-width: 100%;
	}

	.ContenedorMenu {
		width: 100%;
		height: auto;
		position: static;
	}
}

/* ... (previous styles remain the same) ... */

.GrayBarPerc {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 2;
	height: 8px;
	overflow: hidden;
	margin-top: 0.5rem;
}

.GreenBarPerc,
.RedBarPerc {
	height: 100%;
	border-radius: 2px;
	transition: width 0.5s ease-out;
}

.GreenBarPerc {
	background-color: var(--success-color);
}

.RedBarPerc {
	background-color: var(--error-color);
}

.ContenedorGuias {
	margin-top: 1.5rem;
}

.ContenedorGuia {
	padding: 0.75rem;
	font-size: 0.875rem;
	font-weight: 500;
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: var(--border-radius);
	margin-bottom: 0.5rem;
}

.ContenedorGuia0 {
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05), transparent);
}

.MapaHistorial {
	background-color: rgba(255, 255, 255, 0.05);
	border-radius: var(--border-radius);
	overflow: hidden;
}

.Historial {
	padding-left: 1.5rem;
}

.Evento {
	margin-bottom: 1rem;
}

.HoraEvento {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.25rem;
}

.DescripcionEvento {
	font-size: 0.75rem;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.DescripcionEventoEntrega {
	color: var(--accent-color);
}

.DescripcionEventoRecoleccion {
	color: var(--success-color);
}

.GuiaPendiente {
	display: inline-block;
	padding: 0.5rem 0.75rem;
	border: 1px solid var(--text-color);
	border-radius: var(--border-radius);
	font-size: 0.875rem;
	font-weight: 500;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	transition: var(--transition);
}

.GuiaPendienteChecked {
	border-color: var(--success-color);
	color: var(--success-color);
	background-color: rgba(34, 197, 94, 0.1);
}

.CerrarCorteBoton {
	display: inline-block;
	background-color: var(--error-color);
	color: var(--text-color);
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.75rem 1.5rem;
	border-radius: var(--border-radius);
	transition: var(--transition);
}

.CerrarCorteBoton:hover {
	background-color: #dc2626;
}

.CerrarCorteBotonAprobado {
	background-color: var(--success-color);
}

.CerrarCorteBotonAprobado:hover {
	background-color: #15803d;
}

.ContenedorTabla {
	overflow-x: auto;
	background-color: rgba(255, 255, 255, 0.03);
	border-radius: var(--border-radius);
	margin-top: 1.5rem;
}

.ContenedorTabla table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.ContenedorTabla th {
	background-color: rgba(255, 255, 255, 0.05);
	color: var(--primary-color);
	font-weight: 600;
	text-align: left;
	padding: 1rem;
	font-size: 0.875rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.ContenedorTabla td {
	padding: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	font-size: 0.875rem;
}

.ContenedorTabla tr:hover {
	background-color: rgba(255, 255, 255, 0.03);
}

.ToggleColumna {
	display: inline-block;
	border: 1px solid var(--primary-color);
	border-radius: var(--border-radius);
	padding: 0.5rem 0.75rem;
	font-size: 0.75rem;
	color: var(--primary-color);
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
	cursor: pointer;
	transition: var(--transition);
}

.ToggleColumna:hover {
	background-color: rgba(59, 130, 246, 0.1);
}

.ToggleColumnaSelected {
	background-color: var(--primary-color);
	color: var(--bg-color);
}

.busqueda_tabla {
	width: 100%;
	font-size: 1rem;
	background-color: rgba(255, 255, 255, 0.05);
	border: none;
	border-radius: var(--border-radius);
	padding: 0.75rem 1rem;
	margin-top: 1rem;
	margin-bottom: 1.5rem;
	color: var(--text-color);
}

.Paginadores,
.Paginadores1 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem;
}

.Paginador {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	font-size: 1rem;
	border-radius: 50%;
	margin: 0 0.25rem;
	transition: var(--transition);
}

.Paginador:hover {
	background-color: var(--primary-color);
	color: var(--bg-color);
}

.BotonExportar {
	display: inline-block;
	font-size: 0.875rem;
	color: var(--text-color);
	border: 1px solid var(--primary-color);
	padding: 0.5rem 1rem;
	border-radius: var(--border-radius);
	text-transform: uppercase;
	font-weight: 600;
	transition: var(--transition);
	background-color: transparent;
}

.BotonExportar:hover {
	background-color: var(--primary-color);
	color: var(--bg-color);
}

.Fechas {
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
}

/* Form styles */
form {
	margin-top: 1.5rem;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
	width: 100%;
	padding: 0.75rem;
	margin-bottom: 1rem;
	background-color: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: var(--border-radius);
	color: var(--text-color);
	font-size: 1rem;
	transition: var(--transition);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: var(--primary-color);
	box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.3);
}

button {
	background-color: var(--primary-color);
	color: var(--bg-color);
	font-size: 1rem;
	font-weight: 600;
	padding: 0.75rem 1.5rem;
	border: none;
	border-radius: var(--border-radius);
	cursor: pointer;
	transition: var(--transition);
}

button:hover {
	background-color: #2563eb;
}

/* Responsive design improvements */
@media (max-width: 640px) {
	.ContenedorTarjetas {
		flex-direction: column;
	}

	.Tarjeta {
		width: 100%;
	}

	.ContenedorTabla {
		overflow-x: scroll;
	}

	.ToggleColumna {
		font-size: 0.75rem;
		padding: 0.25rem 0.5rem;
	}
}

.header_container {
	padding: 20px 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
	font-family: Arial, sans-serif;
	background-color: rgba(0, 0, 0, 0.5);

}

.header_left {

	display: flex;
	flex-direction: column;
	gap: 20px;
}

.header_user-info {
	display: flex;
	align-items: center;
	gap: 15px;
}

.header_avatar {
	width: 70px;
	height: 70px;
	background-color: #6E7681;
	border-radius: 50%;
	background-size: cover;
}

.header_user-info h1 {
	font-size: 24px;
	margin: 0;
}

.header_filters {
	display: flex;
	gap: 20px;
	margin-top: 10px;
}

.header_filter-item {
	color: #8B949E;
	display: flex;
	align-items: center;
	gap: 5px;
	cursor: pointer;
}

.header_dropdown-arrow {
	font-size: 12px;
}

.header_right {
	display: flex;
	align-items: center;
	gap: 15px;
}

.header_search-container {
	position: relative;
	margin-right: 10px;
}

.header_search-input {
	background-color: #161B22;
	border: 1px solid #30363D;
	border-radius: 6px;
	padding: 8px 35px 8px 12px;
	color: white;
	width: 200px;
}

.header_search-button {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
	color: #6E7681;
}

.header_icon-button {
	background: none;
	border: none;
	color: #6E7681;
	cursor: pointer;
	padding: 8px;
}

.header_action-button {
    background: linear-gradient(to right, #5bdccd 0%, #04506e 50%, #5bdccd 100%);
    background-size: 200% auto;
    color: white;
    border: none;
    border-radius: 0px;
    padding: 16px 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-position 1s;
}

.header_action-button:hover {
    background-position: right center;
}

.header_search-input:focus {
	outline: none;
	border-color: #1F6FEB;
}

.header_filter-item:hover {
	color: white;
}

.header_icon-button:hover {
	color: white;
}

.CardInfoSpace
{
	display: inline-block;
	box-sizing: border-box;
	padding: 20px 10px;
	font-size: 11px;
	color: white;
	vertical-align: middle;
}

.CardInfoSpacer
{
	display: inline-block;
	width: 2px;
	height: 50px;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.5);
}

.Semitransparent
{
	color: rgba(255, 255, 255, 0.5)
}

.BotonCard
{
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    border: 1px solid #00FCFF;
    text-align: center;
    color: white;
    font-size: 11px;
    padding: 5px 0px;
    margin: 3px 0px;
}
 
.BotonCard:hover
{
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid white;
}