.text-primary {
  color:#4916d4 !important;
}.text-secondary {
  color: #db0000 !important;
}.hover-color:hover {
  color: #db0000 !important;
}.hover-color-primary:hover {
  color: #4916d4 !important;
}.bg-primary-color {
  background-color: #4916d4;
}.navbar {
  background-color: #4916d4;
}.card-course .img-none i{
      color: #db0000;
}
.card {
  background-color: #4916d4;
}.card.bg-white a {
    color: #4916d4;
}.btn-primary-opposite {
   border: #db0000;
}
.btn-primary-opposite:hover {
    background: #db0000;
    border: #db0000;
  }
.btn-primary {
  background: #db0000;
}.multiselect__tag {
  background: #db0000;
}.card-form .card-header {
     color:#db0000;
}.card-form .form-control {
    //   background-color: lighten(#db0000, 60%);
      border-bottom: 2px solid #db0000;
    }.card-form .form-select {
    //   background-color: lighten(#db0000, 60%);
      border-bottom: 2px solid #db0000;
    }.card-form .form-select:focus {
      border-bottom-color: 2px solid #4916d4;
    //   background-color: lighten(#db0000, 60%);
    }
    .card-form .mx-datepicker input{
    border-bottom: 2px solid #db0000;
    }.card-form .mx-datepicker input:focus, .card-form .mx-datepicker input:hover {
      border-bottom-color: #4916d4;
    }::-webkit-scrollbar-thumb {
  background: #4916d4;
}::-webkit-scrollbar-thumb:hover {
  background: #db0000;
}.description h1,.description h2,.description h3 {
      color: #db0000;
    }.description a {
      color: #db0000;
    } .description a:hover {
        color: #4916d4;
      }.description strong {
      color: #db0000;
    }
.text-green {
  color: #db0000;
}
.pagination-link {
  border: #4916d4;
}.pagination-link:hover {
    border: #db0000;
  }.pagination-link--active {
    background-color: #db0000;
  }#search {
  background-color: #4916d4;
}.multiselect__tag,
.multiselect__tag span,
.multiselect__tag input {
  background: #4916d4;
}.multiselect__option--highlight,
.multiselect__option--highlight:after {
  background: #4916d4;
}.multiselect__option--selected,
.multiselect__option--selected:after {
  background: #4916d4;
}.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #4916d4;
}

.border-primary {
  border: 1px solid #4916d4 !important;
}
.border-secondary {
  border: 1px solid #db0000 !important;
}
