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

.border-primary {
  border: 1px solid #f95801 !important;
}
.border-secondary {
  border: 1px solid #e62b0a !important;
}
