/* ---------------------------------------------------------- */
.btn-primary {
  background-color: #ff1d82 !important;
  border-color: #ff1d82 !important;
}
.btn-primary:disabled {
  background-color: #ff1d82 !important;
  border-color: #ff1d82 !important;
}
.btn-primary:focus {
  background-color: #ff369b !important;
  border-color: #ff369b !important;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}
.btn-primary:hover {
  background-color: #ff369b !important;
  border-color: #ff369b !important;
}

.btn-primary.disabled {
  background-color: #ff1d82 !important;
  border-color: #ff1d82 !important;
}

.btn-outline-primary {
  color: #ff369b !important;
  border-color: #ff369b !important;
}
.btn-outline-primary:hover {
  background-color: #ff1d82 !important;
  border-color: #ff1d82 !important;
  color: #fff !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #ff1d82 !important;
  border-color: #ff1d82 !important;
}
.btn-outline-primary:not(:disabled):not(.disabled).active {
  background-color: #ff1d82 !important;
  border-color: #ff1d82 !important;
}
.btn-outline-primary:disabled {
  color: #ff1d82 !important;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}

.page-item.active .page-link {
  background-color: #ff1d82 !important;
  border-color: #ff1d82 !important;
}

.show > .btn-outline-primary.dropdown-toggle {
  background-color: #ff1d82 !important;
  border-color: #ff1d82 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ff1d82 !important;
  border-color: #ff1d82 !important;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #ff1d82 !important;
  border-color: #ff1d82 !important;
}

hr.hr::after {
  background-color: #ff1d82 !important;
}

.dropdown-item.active {
  background-color: #ff1d82 !important;
}

.dropdown-item:active {
  background-color: #ff1d82 !important;
}

.bg-primary {
  background-color: #ff1d82 !important;
}

.border-primary {
  border-color: #ff1d82 !important;
}

.text-primary {
  color: #ff1d82 !important;
}

.btn-outline-primary.disabled {
  color: #ff1d82 !important;
}

.btn-primary.focus {
  background-color: #ff369b !important;
  border-color: #ff369b !important;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}

a.bg-primary:hover {
  background-color: #ff369b !important;
}
a.bg-primary:focus {
  background-color: #ff369b !important;
}

button.bg-primary:hover {
  background-color: #ff369b !important;
}
button.bg-primary:focus {
  background-color: #ff369b !important;
}

.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}

/*# sourceMappingURL=mod-hotpink.css.map */