/* Bootstrap hex colors based on v5.1 Jan-20-2022 */
.primary-hex {color: #0d6efd;}
.secondary-hex {color:#6c757d; }
.success-hex {color: #198754;}
.info-hex {color:#0dcaf0;}
.warning-hex {color: #ffc107; }
.danger-hex {color: #dc3545;}
.light-hex {color: #f8f9fa;}
.dark-hex {color: #212529;}