/*--------------------------------------------------------------
## Color for text, button, border... 
--------------------------------------------------------------*/

.text-primary,
.text-primary-hover a:hover,
.text-primary-hover .active > a {
  color: #ef1960 !important; }

.nav-active-primary .nav-link.active,
.nav-active-primary .nav > li.active > a,
.btn.primary,
.btn.b-primary:hover,
.btn.b-primary:focus,
.playlist .mejs-controls .mejs-playpause-button button,
.pace .pace-progress,
#nprogress .bar {
  background-color: #ef1960 !important; }

#nprogress .spinner-icon {
  border-top-color: #ef1960;
  border-left-color: #ef1960; }

.b-primary,
.playlist .mejs-controls .mejs-time-rail .mejs-time-current {
  border-color: #ef1960; }

.playlist .mejs-error {
  background-color: #ef1960;
  border-color: #ef1960; }
