/* White outline badge — for use on colored backgrounds (e.g. btn-secondary) */
.badge-outline-white { border-color: rgba(255,255,255,0.8) !important; color: #fff !important; background-color: rgba(255,255,255,0.15) !important; }

/* Filled badge variants missing from vristo theme */
.badge-danger    { background-color: rgb(231 81 90)  !important; border-color: rgb(231 81 90)  !important; color: #fff !important; }
.badge-warning   { background-color: rgb(226 160 63) !important; border-color: rgb(226 160 63) !important; color: #fff !important; }
.badge-info      { background-color: rgb(33 150 243) !important; border-color: rgb(33 150 243) !important; color: #fff !important; }
.badge-success   { background-color: rgb(0 171 85)   !important; border-color: rgb(0 171 85)   !important; color: #fff !important; }
.badge-primary   { background-color: rgb(67 97 238)  !important; border-color: rgb(67 97 238)  !important; color: #fff !important; }
.badge-secondary { background-color: rgb(128 93 202) !important; border-color: rgb(128 93 202) !important; color: #fff !important; }
.badge-dark      { background-color: rgb(59 63 92)   !important; border-color: rgb(59 63 92)   !important; color: #fff !important; }
