/* ============================================
   ESTILOS GENERALES BRAFE FX ADMIN
============================================ */

body {
  font-family: Arial, sans-serif;
  background: #0d1623;
  color: white;
}

/* TEXTOS */
h1, h2, h3, label, p {
  color: #ffffff;
}

label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #cdd3db;
}

/* INPUTS */
input, select, textarea {
  background: #142233;
  border: 1px solid #1c2e45;
  color: white;
  padding: 8px;
  border-radius: 6px;
  margin-bottom: 10px;
}

/* BOTONES */
.btn-primary {
  background: #4ea1ff;
  padding: 8px 14px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  color: #0d1623;
  font-weight: bold;
}

.btn-secondary {
  background: #1c2e45;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #4ea1ff;
  cursor: pointer;
  color: white;
}

/* TARJETAS */
.card h2, .card h3 {
  color: #4ea1ff;
}

.card {
  background: #0f1b2b;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #1c2e45;
  margin-bottom: 20px;
}

/* TABLAS */
table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 10px;
  border-bottom: 1px solid #1c2e45;
}

tr:hover {
  background: #16263b;
}

/* BADGES */
.badge {
  padding: 4px 8px;
  background: #4ea1ff;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  color: #0d1623;
}

/* SCROLL */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #1c2e45;
  border-radius: 10px;
}
