html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Ocultar opciones de flota para Patitas GPS */
a[href*='drivers'], a[href*='maintenance'], a[href*='calendars'], a[href*='groups'],
div[role='button']:has(span:contains('Conductores')),
div[role='button']:has(span:contains('Mantenimiento')) {
}


/* Estilos para los botones de acción rápida de Patitas GPS */


.patitas-actions-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 12px;
    margin-top: 10px;
    gap: 10px;
}

.patitas-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: none;
    background: none;
    cursor: pointer;
    width: 30%;
    margin-bottom: 10px;
}

.patitas-icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
    margin-bottom: 5px;
}

/* Colores */
.bg-sonar { background-color: #2196F3; }
.bg-escuchar { background-color: #f44336; }
.bg-pasos { background-color: #4CAF50; }
.bg-ubicacion { background-color: #9c27b0; }
.bg-intervalo { background-color: #ff9800; }
.bg-apagar { background-color: #333333; }

.patitas-label { font-size: 10px; font-weight: bold; color: #555; text-align: center; }

/* Oculta el icono de upload técnico para dejar solo los botones de Patitas */
button[aria-label="Enviar comando"] {
    display: none !important;
}
