/*------------------------------------
 - COLOR purple
 ------------------------------------*/
.alert-purple {
  color: #3a2166;
  background-color: #e4dbf3;
  border-color: #d8ccee;
}
.alert-purple hr {
  border-top-color: #c9b9e8;
}
.alert-purple .alert-link {
  color: #241540;
}
.badge-purple {
  color: #fff;
  background-color: #6f42c1;
}
.badge-purple[href]:hover, .badge-purple[href]:focus {
  color: #fff;
  background-color: #58339c;
}
.bg-purple {
  background-color: #6f42c1 !important;
}
a.bg-purple:hover, a.bg-purple:focus, button.bg-purple:hover, button.bg-purple:focus {
  background-color: #58339c !important;
}
.border-purple {
  border-color: #6f42c1 !important;
}
.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:hover {
  color: #fff;
  background-color: #5f37a8;
  border-color: #58339c;
}
.btn-purple:focus, .btn-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #58339c;
  border-color: #522f91;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}
.btn-outline-purple {
  color: #6f42c1;
  background-color: transparent;
  border-color: #6f42c1;
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #6f42c1;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 66, 193, 0.5);
}
.list-group-item-purple {
  color: #3a2166;
  background-color: #d8ccee;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #3a2166;
  background-color: #c9b9e8;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #3a2166;
  border-color: #3a2166;
}
.table-purple, .table-purple > th, .table-purple > td {
  background-color: #d8ccee;
}
.table-hover .table-purple:hover {
  background-color: #c9b9e8;
}
.table-hover .table-purple:hover > td, .table-hover .table-purple:hover > th {
  background-color: #c9b9e8;
}
.text-purple {
  color: #6f42c1 !important;
}
a.text-purple:hover, a.text-purple:focus {
  color: #58339c !important;
}