.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #EA415A !important;
    color: white !important;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
  }

  .card-primary.card-outline {
    border-top: 3px solid #EA415A !important;
  }

  .btn-primary {
    color: #fff;
    background-color: #EA415A !important;
    border-color: #EA415A !important;
    box-shadow: none;
  }
  
  .btn-primary:hover {
    color: #EA415A !important;
    background-color: #fff !important;
    border-color: #EA415A !important; 
  }

  .sidebar-dark-primary , .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #EA415A !important;
    color: #fff;
}

[class*=sidebar-dark-]{
    background-color :#212121 !important;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #EA415A !important;
    background-color: #fff  !important;
}


.nav-pills .nav-link {
    color: white !important;
}

body{
  font-family: 'Open Sans', sans-serif;
}

.page-item.active .page-link {

  background-color: #ea415a !important;
    border-color: #ea415a !important;
    color: white !important;

}

.page-link {
  color: #ea415a !important;
}

.page-link:hover {
  color: #ea415a !important;
}

.form-control-custom {
  display: block;
  width: 250px !important;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-custom-md {
  display: block;
  width: 185px !important;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-custom-sm {
  display: block;
  width: 120px !important;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-file-custom {
  position: relative;
  display: block;
  width: 250 px !important;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input-custom {
  position: relative;
  z-index: 2;
  width: 250px !important;
  height: calc(2.25rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* Hide Calendar Icon In Chrome */
/* input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none !important;
    -webkit-appearance: none !important;
} */


.btn-custom-color{
  color: #EA415A !important;
  background-color: #fff !important;
  border-color: #EA415A !important;

}