/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

.numeric input {
    text-align: left;
}

/* Botón principal */
.btn-primary {
  background-color: #2a75c1 !important;
  border-color: #2a75c1 !important;
}

.btn-primary:hover {
  background-color: #235fa0 !important;
  border-color: #1e4f85 !important;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #1a3f6b !important;
  border-color: #162f50 !important;
}

/* Botón secundario */
.btn-secondary {
  background-color: #2a75c1 !important;
  border-color: #2a75c1 !important;
  color: #ffffff !important;
}

.btn-secondary:hover {
  background-color: #235fa0 !important;
  border-color: #1e4f85 !important;
}

/* Botón outline */
.btn-outline-secondary {
  color: #2a75c1 !important;
  border-color: #2a75c1 !important;
}

.btn-outline-secondary:hover {
  background-color: #2a75c1 !important;
  color: #ffffff !important;
  border-color: #2a75c1 !important;
}

/* Botones tipo success (verde original) */
.btn-success {
  background-color: #2a75c1 !important;
  border-color: #2a75c1 !important;
}

.btn-success:hover {
  background-color: #235fa0 !important;
  border-color: #1e4f85 !important;
}

/* 🎯 Barra de progreso */
.progress-bar {
  background-color: #2a75c1 !important;
}

/* (Opcional) fondo de la barra */
.progress {
  background-color: #e3eef9 !important;
}




















