/* overrides.css
   Cambia los detalles cyan (#0fbde7 y #00a6e5) del style.css original por rojo.
   Cargar este archivo DESPUES de style.css en el <head>. */

::-webkit-scrollbar-thumb {
    background-color: #ff0000 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #ff0000 !important;
  border-color: #ff0000 !important;
}

body.dark-mode .appHeader {
  border-bottom-color: #ff0000 !important;
}

body.dark-mode .modal.action-sheet .modal-content .modal-header {
  border-bottom-color: #ff0000 !important;
}