/* Variables CSS */
:root {
  --primary-color: #681dee;
  --secondary-color: #ab64ff;
  --dark-color: #333;
  --light-color: #f8f9fa;
  --gray-color: #6c757d;
  --light-gray: #e9ecef;
  --success-color: #28a745;
  --danger-color: #dc3545;
  --warning-color: #ffc107;
  --info-color: #17a2b8;
  --male-color: #3b82f6;
  --female-color: #ec4899;
  --nonbinary-color: #8b5cf6;
}

/* Estilos generales */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  -webkit-tap-highlight-color: transparent; /* Quita el resaltado en móviles */
}

body {
  background: linear-gradient(180deg, #681dee, #ab64ff);
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

button {
  -webkit-appearance: none; /* Elimina estilos por defecto en WebKit (Chrome, Safari) */
  -moz-appearance: none;    /* Elimina estilos en Firefox */
  appearance: none; 
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none !important;
}

/* Contenedor de autenticación */
.auth-container {
  width: 100%;
  max-width: 450px;
}

.auth-card {
  background: #231c24;
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 30px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.auth-card h1 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

.aspect-1-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.check-width {
  width : auto !important;
}

.logo-link {
  display: inline-block; /* o 'flex' si necesitas otro display */
  text-decoration: none !important;
  color: inherit !important;
  outline: none !important;
}

.logo {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 12px;
  color: #ffffff;
}

.logo-icon img {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  height: 50px;
}

.logo i {
  margin-right: 0.5rem;
  font-size: 1.8rem;
}

/* Formulario */
.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #dedede;
  font-weight: 500;
}

.form-group input[type="text"], .form-group input[type="password"], .form-group input[type="date"], .form-group input[type="email"], .form-group input[type="checkbox"]{
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  width: 100%;
  padding: 10px;
  border: 2px solid #353333;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s;
  background-color: #1c161d !important;
  background-size: 27px !important;
  color: #ffffff;
  height: 47px;
}

input[type="date"] {
  appearance: none;
  -webkit-appearance: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23353333" viewBox="0 0 32 32"><g data-name="calendar android app aplication phone"><path d="M30.56 8.47a8 8 0 0 0-7-7 64.29 64.29 0 0 0-15.06 0 8 8 0 0 0-7 7 64.29 64.29 0 0 0 0 15.06 8 8 0 0 0 7 7 64.29 64.29 0 0 0 15.06 0 8 8 0 0 0 7-7 64.29 64.29 0 0 0 0-15.06zM8.7 3.42a63.65 63.65 0 0 1 14.6 0A6 6 0 0 1 27.56 6H4.44A6 6 0 0 1 8.7 3.42zM28.58 23.3a6 6 0 0 1-5.28 5.28 63.65 63.65 0 0 1-14.6 0 6 6 0 0 1-5.28-5.28 63.65 63.65 0 0 1 0-14.6 5.44 5.44 0 0 1 .15-.7h24.86a5.44 5.44 0 0 1 .15.7 63.65 63.65 0 0 1 0 14.6z"/><path d="M9 11H7a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm-2 4v-2h2v2zM17 11h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm-2 4v-2h2v2zM25 11h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm-2 4v-2h2v2zM9 19H7a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm-2 4v-2h2v2zM25 19h-2a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zm-2 4v-2h2v2zM18.71 19.29a1 1 0 0 0-1.42 0L16 20.59l-1.29-1.3a1 1 0 0 0-1.42 1.42l1.3 1.29-1.3 1.29a1 1 0 0 0 1.42 1.42l1.29-1.3 1.29 1.3a1 1 0 0 0 1.42-1.42L17.41 22l1.3-1.29a1 1 0 0 0 0-1.42z"/></g></svg>') no-repeat right 8px center !important;
  cursor: pointer;
  background-size: 27px !important;
}


/* Ocultar el icono nativo en Chrome/Safari/Edge */
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.form-group input:focus {
  border-color: var(--primary-color);
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #2e2e2e inset !important; /* Cambia #f0f0f0 al color que quieras */
  -webkit-text-fill-color: #ffffff !important; /* Color del texto */
  transition: background-color 9999s ease-in-out 0s; /* Evita parpadeos */
  border-color: #7ff1b1 !important;
  outline: none;
}

/* Botón */
.btn-primary {
  width: 100%;
  padding: 15px;
  background: linear-gradient(to bottom, #681dee, #ab64ff);
  border: none;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgb(207 107 255 / 40%);
}

.btn-primary:active {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgb(207 107 255 / 40%);
  background: linear-gradient(to bottom, #ab64ff, #681dee);

}
/* Pie de página */
.auth-footer {
  margin-top: 20px;
  color: #dedede;
}

.auth-footer a {
  color: #ab64ff;
  text-decoration: none;
  font-weight: 600;
}

.auth-footer a:hover {
  text-decoration: underline;
}

/* Alertas */
.alert {
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.alert.error {
  background-color: #ffebee;
  color: #f44336;
  border: 1px solid #f44336;
}

/* Efecto de chispa */
.ship-text {
  position: relative;
  display: inline-block;
}

.ship-text::after {
  content: '';
  position: absolute;
  top: -5px;
  right: -10px;
  width: 10px;
  height: 10px;
  background-color: #ffeb3b;
  border-radius: 50%;
  box-shadow: 0 0 10px #ffeb3b, 0 0 20px #ffeb3b;
  animation: shiple 1.5s infinite;
}

.line-h {
  height: 1px;
  background: #353333;
  margin: 8px 0;
}

#pumpIT {
  animation: pumpITBeat 1.5s infinite;
}

/* Estilos para el registro multi-paso */
.register-step {
  display: none;
  animation: fadeIn 0.5s ease;
}

.register-step.active {
  display: block;
}

.subtitle {
  color: var(--gray-color);
  margin-bottom: 25px;
  font-size: 16px;
}

.form-row {
  display: flex;
  gap: 15px;
}

.half {
  flex: 1;
}

.hint {
  display: block;
  margin-top: 5px;
  color: var(--gray-color);
  font-size: 13px;
}

.gender-selection {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.gender-option input[type="radio"] {
  display: none;
}

.gender-option label {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 2px solid var(--light-gray);
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.gender-option input[type="radio"]:checked + label {
  border-color: var(--primary-color);
  background-color: rgba(255, 107, 107, 0.05);
}

.gender-icon {
  font-size: 30px;
}

.gender-label {
  font-weight: 600;
  margin-bottom: 5px;
}

.interest-label {
  color: var(--gray-color);
  font-size: 14px;
}

/* Intereses */
.interests-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}

.interest-option input[type="checkbox"] {
  display: none;
}

.interest-option label {
  display: block;
  padding: 15px 10px;
  text-align: center;
  border: 2px solid var(--light-gray);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.interest-option input[type="checkbox"]:checked + label {
  border-color: var(--primary-color);
  background-color: rgba(255, 107, 107, 0.05);
}
/* SISTEMA FOTOS */
.photos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.controls {
  position: absolute;
  top: calc(100% - 178px);
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  background: #00000033;
  padding: 12px;
  width: calc(100% - 40px);
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  width: 100%;
}

.grid-item {
  aspect-ratio: 2/3;
  width: 100%;
  border: 2px dashed #ccc;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}

.grid-item.has-image {
  border: 2px dashed #ccc;
  cursor: grab;
 
}


.grid-item.has-image:active {
  cursor: grabbing;
}

.grid-item:hover {
  border: 2px dashed var(--primary-color);
}

.grid-item.dragging {
  opacity: 0.5;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.2), 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.grid-item.drag-over {
  background-color: rgba(255, 77, 109, 0.1);
  border-color: var(--primary-color);
  transition: all 0.2s ease;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #adb5bd;
  text-align: center;
  padding: 15px;
  pointer-events: none;
  font-size: clamp(12px, 2.5vw, 16px); /* Tamaño responsivo */
}

.plus-icon {
  font-size: 30px;
  color: var(--gray-color);
  margin-bottom: 10px;
}

.photo-text {
  color: var(--gray-color);
  font-size: 14px;
}

.photo-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
}

.position-number {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 20;
  display: none;
}

.delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
  display: none;
}

.file-info {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 10px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
  z-index: 20;
}

.grid-item.has-image .position-number,
.grid-item.has-image .delete-btn,
.grid-item.has-image .file-info {
  display: flex;
}

@keyframes swapAnimation {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.swap-animation {
  animation: swapAnimation 0.3s ease;
}

.custom-drag-image {
  position: fixed;
  width: 100px;
  height: 150px;
  object-fit: cover;
  border: 2px dashed #ccc;
  border-radius: 8px;
  pointer-events: none;
  z-index: 1000;
  display: none;
  opacity: 0.5;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%);
}

/* Estilos para el modal de edición */
.crop-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  display: none;
}

.crop-wrapper {
  position: relative;
  width: 90%;
  max-width: 400px;
  height: auto;
  min-height: 400px;
  background: #231c24;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 20px;
}

.crop-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  touch-action: none;
}

.crop-guides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.crop-area {
  width: 300px;
  height: 450px;
  border: 2px dashed rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
  box-sizing: content-box;
  margin: 20px 0;
}

.guide-line {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3);
}

.guide-horizontal {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
}

.guide-vertical {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
}

.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: grab;
}

.cropped-image {
  position: absolute;
  max-width: none;
  transform-origin: 0 0;
  will-change: transform;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

/* Controles */
.zoom-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.zoom-slider {
  flex-grow: 1;
  -webkit-appearance: none;
  height: 6px;
  border-radius: 3px;
  background: rgba(255,255,255,0.3);
  outline: none;
}

.zoom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--primary-color);
  cursor: pointer;
}

.zoom-value {
  width: 40px;
  text-align: center;
  color: white;
  font-size: 14px;
}

.buttons {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.modal-btn {
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
  flex: 1;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.icon-search {
  opacity: 0.7;
  color: white;
}

/* Encabezado del modal */
.modal-header {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.close-btn:hover {
  opacity: 1;
}

.title-modal {
  width: 100%;
  text-align: center;
}
/* FIN SISTEMA FOTOS */


.hidden {
  display: none;
}

/* Botones de navegación */
.step-buttons {
  display: flex;
  gap: 15px;
}

.btn-secondary {
  flex: 1;
  padding: 15px;
  background: transparent;
  border: 2px solid #787878;
  border-radius: 10px;
  color: #686868;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  width: 100%;
  margin-top: 10px;
}

.btn-secondary:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgb(207 107 255 / 40%);
}

/* Checkbox personalizado */
.checkbox-group {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkbox-group input[type="checkbox"] {
  margin-right: 10px;
}

.checkbox-group label {
  color: var(--gray-color);
  font-size: 14px;
}

.checkbox-group a {
  color: var(--secondary-color);
  text-decoration: none;
}

.checkbox-group a:hover {
  text-decoration: underline;
}

.terms {
  margin-top: 30px;
}

.gender-option input[type="radio"] {
  display: none;
}

.gender-option label {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border: 2px solid #2e2e2e;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.3s;
  background-color: transparent;
  text-align: left;
  gap: 15px;
}

.gender-option input[type="radio"]:checked + label {
  border-color: var(--secondary-color);
  background-color: rgb(132 0 255 / 8%);
}

/* Iconos de género mejorados */
.gender-icon {
  font-size: 24px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.male-icon {
  color: var(--male-color);
  background-color: rgba(59, 130, 246, 0.15);
}

.female-icon {
  color: var(--female-color);
  background-color: rgba(236, 72, 153, 0.15);
}

.nonbinary-icon {
  color: var(--nonbinary-color);
  background-color: rgba(139, 92, 246, 0.15);
}

.gender-label {
  font-weight: 600;
  margin-bottom: 2px;
  color: #e0e0e0;
}

.interest-label {
  color: var(--gray-color);
  font-size: 14px;
}

/* Barra de progreso */
.progress-bar {
  width: calc(100% - 40px);
  height: 4px;
  background-color: #2e2e2e;
  border-radius: 2px;
  margin-bottom: 30px;
  position: relative;
  margin: 20px;
}

.progress {
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.step-indicator {
  position: absolute;
  top: -8px;
  width: 20px;
  height: 20px;
  background-color: #2e2e2e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #989898;
  font-size: 12px;
  font-weight: bold;
}

.step-indicator.active {
  background-color: var(--primary-color);
  color: white;
}

.step-indicator:nth-child(2) { left: 0%; transform: translateX(-50%); }
.step-indicator:nth-child(3) { left: 20%; transform: translateX(-50%); }
.step-indicator:nth-child(4) { left: 40%; transform: translateX(-50%); }
.step-indicator:nth-child(5) { left: 60%; transform: translateX(-50%); }
.step-indicator:nth-child(6) { left: 80%; transform: translateX(-50%); }
.step-indicator:nth-child(7) { left: 100%; transform: translateX(-50%); }

/* Contenedor de selección */
.selection-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}

.option-box {
  position: relative;
}

.option-box input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.option-box label {
  display: block;
  padding: 16px;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.option-box input[type="radio"]:checked + label {
  border-color: var(--primary-color);
  background-color: rgba(255, 107, 107, 0.05);
}

.option-text {
  display: block;
  font-weight: 500;
  margin-bottom: 4px;
}

.option-subtext {
  display: block;
  font-size: 14px;
  color: var(--gray-color);
}

/* Estilo para intereses */
.interests-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}

.interest-box {
  position: relative;
}

.interest-box input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.interest-box label {
  display: block;
  padding: 12px 8px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #a9a9a9;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 14px;
  color: #a9a9a9;
}

.interest-box input[type="checkbox"]:checked + label {
  border-color: var(--secondary-color);
  background-color: rgb(132 0 255 / 8%);
  color: var(--secondary-color);
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt0 {
  margin-top: 0px !important;
}

/* Checkbox personalizado manteniendo tu estructura */
input[type="checkbox"].checkred {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-color);
  border-radius: 0.35rem;
  outline: none;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  background: transparent;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.2s ease;
}

input[type="checkbox"].checkred:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
}

input[type="checkbox"].checkred:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-group input[type="range"] {
  -webkit-appearance: none; /* Elimina estilos por defecto en WebKit (Chrome, Safari) */
  -moz-appearance: none;    /* Elimina estilos en Firefox */
  appearance: none;         /* Estándar moderno */
  width: 100%;
  height: 8px;
  background: #2e2e2e;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  outline: none; /* Elimina el outline en foco (opcional) */
  /* Desactiva efectos táctiles en móviles */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}


.form-group input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0;
  height: 0;
  opacity: 0;
}

.form-group input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: transparent;
  border-radius: 5px;
}

.search-range {
  margin-bottom: 20px !important;
  margin-top: 6px !important;
} 

.slider-container-two {
  position: relative;
  padding: 20px 0 20px;
}

.slider-track-two {
  position: absolute;
  left: 0;
  right: 0;
  height: 8px;
  background: #e5e7eb;
  border-radius: 5px;
  z-index: 1;
}

.slider-progress-two {
  position: absolute;
  left: 0;
  height: 8px;
  background: var(--primary-color);
  border-radius: 5px;
  z-index: 3;
}

.km-marker {
  position: absolute;
  transform: translateX(-50%);
  font-size: 12px;
  color: #6b7280;
  font-weight: 500;
}

.km-value {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: white;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 5px 15px rgb(0 0 0);
  z-index: 5;
  cursor: grab;
  user-select: none;
}

.km-value:active {
  cursor: grabbing;
}

.km-value:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--primary-color);
}

.detect-location {
  color: var(--primary-color);
  text-align: center;
}

.wt0{
  width: 0%;
}

.wt100{
  width: 100%;
}

.lf0 {
  left: 0%;
}

.lf100 {
  left: 100%;
}

.birth_date {
  font-size: 16px;
}
/* Animaciones */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes pumpITBeat {
  0% {
      transform: scale(1);
  }
  14% {
      transform: scale(1.1);
  }
  28% {
      transform: scale(1);
  }
  42% {
      transform: scale(1.1);
  }
  70% {
      transform: scale(1);
  }
}

@keyframes shiple {
  0% { opacity: 0; transform: scale(0.5); }
  50% { opacity: 1; transform: scale(1); }
  100% { opacity: 0; transform: scale(0.5); }
}

@media only screen and (max-width: 767px) {
  body {
    touch-action: none;
  }

}

/* Añadir esto para mejorar el espaciado en móviles */
@media (max-width: 480px) {
  .empty-state {
      padding: 10px;
  }
  .empty-state i {
      margin-bottom: 6px;
  }

}


