/*
 PHP version 8.0~

 @license   Commercial
 @copyright Copyright (c) 2026 Ingo Koch
 @link      http://www.computer-freak24.de
 @version   v1.5 07.2026
 @author    Ingo Koch <koch.ingo@t-online.de>
 @lastEdit  05.07.2026
*//* 
    Created on : 05.07.2026, 05:54:05
    Author     : stixnroll
*/
.text-primary { color: var(--bo-primary) !important; }
.text-success { color: var(--bo-success) !important; }
.text-warning { color: var(--bo-warning) !important; }
.text-danger { color: var(--bo-danger) !important; }
.text-info { color: var(--bo-info) !important; }
.text-muted { color: var(--bo-muted) !important; }

.bg-primary { background: var(--bo-primary) !important; color: #fff !important; }
.bg-success { background: var(--bo-success) !important; color: #fff !important; }
.bg-warning { background: var(--bo-warning) !important; color: var(--bo-text) !important; }
.bg-danger { background: var(--bo-danger) !important; color: #fff !important; }
.bg-info { background: var(--bo-info) !important; color: var(--bo-text) !important; }

.bg-surface { background: var(--bo-surface) !important; }
.bg-soft { background: var(--bo-surface-soft) !important; }

.border { border: 1px solid var(--bo-border) !important; }
.border-top { border-top: 1px solid var(--bo-border) !important; }
.border-bottom { border-bottom: 1px solid var(--bo-border) !important; }

.rounded { border-radius: var(--bo-radius) !important; }
.rounded-sm { border-radius: var(--bo-radius-sm) !important; }

.shadow { box-shadow: var(--bo-shadow) !important; }
