.bg-primary {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(196, 47, 64, 1) !important;
  border-color: rgba(196, 47, 64, 1) !important;
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: rgba(249, 209, 184, 1);
}
.table-hover .table-primary:hover {
  background-color: rgba(247, 194, 160, 1);
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: rgba(247, 194, 160, 1);
}
.btn-primary {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(196, 47, 64, 1);
  border-color: rgba(196, 47, 64, 1);
}
.btn-primary:hover, .btn-primary.show {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(196, 47, 64, 1);
  border-color: rgba(196, 47, 64, 1);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 3px rgba(196, 47, 64, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: rgba(196, 47, 64, 1);
  border-color: rgba(196, 47, 64, 1);
  opacity: 1;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: rgba(196, 47, 64, 1);
  background-image: none;
  border-color: rgba(196, 47, 64, 1);
}
.btn-outline-primary {
  color: rgba(196, 47, 64, 1);
  background-color: transparent;
  background-image: none;
  border-color: rgba(196, 47, 64, 1);
}
.btn-outline-primary:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(196, 47, 64, 1);
  border-color: rgba(196, 47, 64, 1);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 3px rgba(196, 47, 64, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: rgba(196, 47, 64, 1);
  background-color: transparent;
}
.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(196, 47, 64, 1);
  border-color: rgba(196, 47, 64, 1);
}
.badge-primary {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(196, 47, 64, 1);
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background-color: rgba(196, 47, 64, 1);
}
.alert-primary {
  color: rgba(122, 48, 1, 1);
  background-color: #fbdecc;
  border-color: rgba(249, 209, 184, 1);
}
.alert-primary hr {
  border-top-color: rgba(247, 194, 160, 1);
}
.alert-primary .alert-link {
  color: rgba(71, 28, 1, 1);
}
.list-group-item-primary {
  color: rgba(122, 48, 1, 1);
  background-color: rgba(249, 209, 184, 1);
}
a.list-group-item-primary, button.list-group-item-primary {
  color: rgba(122, 48, 1, 1);
}
a.list-group-item-primary:focus, a.list-group-item-primary:hover, button.list-group-item-primary:focus, button.list-group-item-primary:hover {
  color: rgba(122, 48, 1, 1);
  background-color: rgba(247, 194, 160, 1);
}
a.list-group-item-primary.active, button.list-group-item-primary.active {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(122, 48, 1, 1);
  border-color: rgba(122, 48, 1, 1);
}
text-primary {
  color: rgba(196, 47, 64, 1) !important;
}
a.text-primary:focus, a.text-primary:hover {
  color: rgba(196, 47, 64, 1) !important;
}
.swatch-primary {
  background-color: rgba(196, 47, 64, 1);
  color: rgba(255, 255, 255, 1);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color: rgba(196, 47, 64, 1);
  background-image: none;
  border-color: rgba(196, 47, 64, 1);
  box-shadow: 0 0 0 3px rgba(196, 47, 64, 0.5);
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary.show:focus, .btn-primary:active:focus {
  background-color: rgba(196, 47, 64, 1);
  background-image: none;
  border-color: rgba(196, 47, 64, 1);
  box-shadow: 0 0 0 3px rgba(196, 47, 64, 0.5);
}
.bg-primary.bg-opacity-75 {
  background-color: rgba(196, 47, 64, .75) !important;
  border-color: rgba(196, 47, 64, .75) !important;
}
.bg-primary.bg-opacity-50 {
  background-color: rgba(196, 47, 64, .5) !important;
  border-color: rgba(196, 47, 64, .5) !important;
}
.page-link {
  color: rgba(196, 47, 64, 1) !important;
  text-decoration: underline;
  font-weight: bold;
}
.page-link.disabled {
  color: rgba(33, 37, 41, 1) !important;
  text-decoration: none;
}
.text-primary {
  color: rgba(196, 47, 64, 1) !important;
}

/*Success*/



/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
  color: #17504d;
  background-color: #c2ecea;
  border-color: #b2e8e5;
}

.alert-success hr {
  border-top-color: #9ee2df;
}

.alert-success .alert-link {
  color: #0c2927;
}

.badge-success {
  color: #212529;
  background-color: #34afa9;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  background-color: #288783;
}

.bg-success {
  background-color: #34afa9 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #288783 !important;
}

.border-success {
  border-color: #34afa9 !important;
}

.btn-success {
  color: #212529;
  background-color: #34afa9;
  border-color: #34afa9;
}

.btn-success:hover {
  color: #212529;
  background-color: #2b938e;
  border-color: #288783;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 175, 169, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #34afa9;
  border-color: #34afa9;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #288783;
  border-color: #247b77;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 175, 169, 0.5);
}

.btn-outline-success {
  color: #34afa9;
  background-color: transparent;
  border-color: #34afa9;
}

.btn-outline-success:hover {
  color: #212529;
  background-color: #34afa9;
  border-color: #34afa9;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 175, 169, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #34afa9;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #34afa9;
  border-color: #34afa9;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 175, 169, 0.5);
}

.list-group-item-success {
  color: #17504d;
  background-color: #b2e8e5;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #17504d;
  background-color: #9ee2df;
}

.list-group-item-success.list-group-item-action.active {
  color: #212529;
  background-color: #17504d;
  border-color: #17504d;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b2e8e5;
}

.table-hover .table-success:hover {
  background-color: #9ee2df;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #9ee2df;
}

.text-success {
  color: #34afa9 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #288783 !important;
}

