.text-soft-primary {
    color: #cce5ff !important;
}

.text-soft-primary[href]:focus,
.text-soft-primary[href]:hover,
.text-soft-primary button:focus,
.text-soft-primary button :hover {
    color: #cce5ff !important;
    text-decoration: none;
}

.text-soft-secondary {
    color: #e2e3e5 !important;
}

.text-soft-secondary button {
	color: #383d41 !important;
    text-decoration: none;
}

.text-soft-secondary[href]:focus,
.text-soft-secondary[href]:hover,
.text-soft-secondary button:focus,
.text-soft-secondary button:hover {
    color: #d6d8db !important;
    text-decoration: none;
}

.text-soft-success {
    color: #d4edda !important;
}

.text-soft-success button {
	color: #155724 !important;
    text-decoration: none;
}

.text-soft-success[href]:focus,
.text-soft-success[href]:hover,
.text-soft-success button:focus,
.text-soft-success button:hover {
    color: #c3e6cb !important;
    text-decoration: none;
}

.text-soft-info {
    color: #d1ecf1 !important;
}

.text-soft-info button {
	color: #0c5460 !important;
    text-decoration: none;
}

.text-soft-info[href]:focus,
.text-soft-info[href]:hover,
.text-soft-info button:focus,
.text-soft-info button:hover {
    text-decoration: none;
    color: #d1ecf1 !important;
}

.text-soft-warning {
    color: #fff3cd !important;
}

.text-soft-warning button {
	color: #856404 !important;
    text-decoration: none;
}

.text-soft-warning[href]:focus,
.text-soft-warning[href]:hover,
.text-soft-warning button:focus,
.text-soft-warning button:hover {
    text-decoration: none;
   	color: #fff3cd !important;
}

.text-soft-danger {
    color: #f8d7da !important;
}

.text-soft-danger button {
	color: #721c24 !important;
    text-decoration: none;
}

.text-soft-danger[href]:focus,
.text-soft-danger[href]:hover,
.text-soft-danger button:focus,
.text-soft-danger button:hover {
    text-decoration: none;
    color: #f8d7da !important;
}

.text-soft-light {
    color: #fbfcfe !important;
}

.text-soft-light button {
	color: #818182 !important;
    text-decoration: none;
}

.text-soft-light[href]:focus,
.text-soft-light[href]:hover,
.text-soft-light button:focus,
.text-soft-light button:hover {
    text-decoration: none;
    color: #e7edf9 !important;
}

.text-soft-dark {
    color: #d0d4d9 !important;
}

.text-soft-dark button {
	color: #1b1e21 !important;
    text-decoration: none;
}

.text-soft-dark[href]:focus,
.text-soft-dark[href]:hover,
.text-soft-dark button:focus,
.text-soft-dark button:hover {
    text-decoration: none;
    color: #c2c7ce !important;
}
