@font-face {
    font-family: CrmFontRegular;
    src: url("./font.ttf");
}

@font-face {
    font-family: CrmFontBold;
    src: url("./font-bold.ttf");
}

.channel-color {
    color: #d3135a !important;
}

.channel-bk {
    background-color: #d3135a !important;
}

button.btn-violet {
    color: #ffffff;
    background-color: #d3135a !important;
    border-color: #d3135a !important;
}

.menu .active{
    background-color:#d3135a;
    color:#fff;
  }



.header .info.active {
    background-color: #d3135a !important;
    color: #ffffff !important;
    border-left: 1px solid #e1e1e1;
  }

  .nav-link{
    color: #d3135a !important;
  }
  .nav-link.active{
    background-color: #d3135a !important;
    color: #ffffff !important;
    border-color: #d3135a !important;
  }