.alert-primary {
    color: #5b576d;
    background-color: #105106104;
    border-color: #fbfafb;
}

.alert-primary hr {
    border-top-color: #edecf0;
}

.alert-primary .alert-link {
    color: #434050;
}

.badge-primary {
    color: #ffffff;
    background-color: #9995aa;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #ffffff;
    background-color: #7d7893;
}

.bg-primary {
    background-color: #9995aa !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #7d7893 !important;
}

.border-primary {
    border-color: #9995aa !important;
}

.btn-primary {
    color: #ffffff;
    background-color: #9995aa;
    border-color: #9995aa;
}

.btn-primary:hover, .btn-check:focus+.btn, .btn:focus {
    color: #ffffff;
    background-color: #85819a;
    border-color: #7d7893;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 149, 170, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #ffffff;
    background-color: #9995aa;
    border-color: #9995aa;
    opacity: 1;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #7d7893;
    border-color: #75708c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 149, 170, 0.5);
}

.btn-outline-primary {
    color: #9995aa;
    background-color: transparent;
    border-color: #9995aa;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #9995aa;
    border-color: #9995aa;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(153, 149, 170, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #9995aa;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #9995aa;
    border-color: #9995aa;
}

.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(153, 149, 170, 0.5);
}

.list-group-item-primary {
    color: #5b576d;
    background-color: #fbfafb;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #5b576d;
    background-color: #edecf0;
}

.list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #5b576d;
    border-color: #5b576d;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #fbfafb;
}

.table-hover .table-primary:hover {
    background-color: #edecf0;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #edecf0;
}

.text-primary {
    color: #9995aa !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #7d7893 !important;
}
  
  /*Success*/
  
  
  

/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
    color: #8d86ac;
    background-color: #143147131;
    border-color: #13813b128;
}

.alert-success hr {
    border-top-color: #12912c11e;
}

.alert-success .alert-link {
    color: #716897;
}

.badge-success {
    color: #ffffff;
    background-color: #d2cfde;
}

.badge-success[href]:hover, .badge-success[href]:focus {
    color: #ffffff;
    background-color: #b5b0c9;
}

.bg-success {
    background-color: #d2cfde !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #b5b0c9 !important;
}

.border-success {
    border-color: #d2cfde !important;
}

.btn-success {
    color: #ffffff;
    background-color: #d2cfde;
    border-color: #d2cfde;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #beb9cf;
    border-color: #b5b0c9;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 207, 222, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #d2cfde;
    border-color: #d2cfde;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #b5b0c9;
    border-color: #ada7c2;
}

.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(210, 207, 222, 0.5);
}

.btn-outline-success {
    color: #d2cfde;
    background-color: transparent;
    border-color: #d2cfde;
}

.btn-outline-success:hover {
    color: #ffffff;
    background-color: #d2cfde;
    border-color: #d2cfde;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 207, 222, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #d2cfde;
    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: #ffffff;
    background-color: #d2cfde;
    border-color: #d2cfde;
}

.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(210, 207, 222, 0.5);
}

.list-group-item-success {
    color: #8d86ac;
    background-color: #13813b128;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #8d86ac;
    background-color: #12912c11e;
}

.list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #8d86ac;
    border-color: #8d86ac;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #13813b128;
}

.table-hover .table-success:hover {
    background-color: #12912c11e;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #12912c11e;
}

.text-success {
    color: #d2cfde !important;
}

a.text-success:hover, a.text-success:focus {
    color: #b5b0c9 !important;
}
  