
a {
  color: #ff001e;
}

a:hover {
  color: #b30015;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #ffb3bc;
}

.table-hover .table-primary:hover {
  background-color: #ffccd2;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #ffccd2;
}

.form-control:focus {
  border-color: #ff808f;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 30, 0.25);
}

.btn:focus, .btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 30, 0.25)!important;
}

.btn-primary {
  background-color: #ff001e;
  border-color: #ff001e;
}

.btn-primary:hover {
  background-color: #d9001a;
  border-color: #cc0018;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #ff001e;
  border-color: #ff001e;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #cc0018;
  border-color: #c00017;
}

.btn-outline-primary {
  color: #ff001e;
  border-color: #ff001e;
}

.btn-outline-primary:hover {
  background-color: #ff001e;
  border-color: #ff001e;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 30, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #ff001e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #ff001e;
  border-color: #ff001e;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 30, 0.5);
}

.btn-link {
  color: #ff001e;
}

.btn-link:hover {
  color: #b30015;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #ff001e;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ff001e;
  background-color: #ff001e;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff808f;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 30, 0.25);
}

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

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 30, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 0, 30, 0.5);
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 30, 0.5);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 30, 0.5);
}

.custom-select:focus {
  border-color: #ff808f;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 30, 0.25);
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #ff808f;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 30, 0.25);
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 30, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 30, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 30, 0.25);
}

.custom-range::-webkit-slider-thumb {
  background-color: #ff001e;
}

.custom-range::-moz-range-thumb {
  background-color: #ff001e;
}

.custom-range::-ms-thumb {
  background-color: #ff001e;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #ff001e;
}

.page-link {
  color: #ff001e;
}

.page-link:hover {
  color: #b30015;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 30, 0.25);
}

.page-item.active .page-link {
  background-color: #ff001e;
  border-color: #ff001e;
}

.badge-primary {
  background-color: #ff001e;
}

a.badge-primary:hover, a.badge-primary:focus {
  background-color: #cc0018;
}

a.badge-primary:focus, a.badge-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 30, 0.5);
}

.alert-primary {
  color: #850010;
  background-color: #ff99a5;
  border-color: #ffb3bc;
}

.alert-primary hr {
  border-top-color: #ffccd2;
}

.alert-primary .alert-link {
  color: #52000a;
}

.progress-bar {
  background-color: #ff001e;
}

.list-group-item.active {
  background-color: #ff001e;
}

.list-group-item-primary {
  color: #850010;
  background-color: #ffb3bc;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #850010;
  background-color: #ffccd2;
}

.list-group-item-primary.list-group-item-action.active {
  background-color: #850010;
  border-color: #850010;
}

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #b30015 !important;
}

.btn-link.focus, .btn-link:focus {
    box-shadow: none!important;
}