/**
 * AUTO-GENERATED - Tenant: cris, Preset: Cris
 */
:root {
    --color-accent-rgb: 237, 28, 36;
    --color-accent-700: #b8151b;
    --color-accent-600: #d41920;
    --color-accent-500: #ed1c24;
    --color-accent-400: #f04950;
    --color-accent-300: #f4767b;
    --color-accent-200: #f8a3a6;
    --color-accent-100: #fbd1d2;
    --color-accent-50: #fdeaeb;
    --color-primary-900: #0d0d0d;
    --color-primary-800: #1a1a1a;
    --color-primary-700: #2d2d2d;
    --color-primary-600: #404040;
    --color-primary-500: #525252;
}

.badge.bg-success { background: #ed1c24 !important; }
.badge.bg-primary { background: #2d2d2d !important; }
.btn-primary {
    background: #ed1c24 !important;
    border-color: #ed1c24 !important;
    color: #ffffff !important;
}
.btn-primary:hover, .btn-primary:focus {
    background: #d41920 !important;
    border-color: #d41920 !important;
}
.btn-outline-primary { color: #d41920 !important; border-color: #ed1c24 !important; }
.btn-outline-primary:hover { background: #ed1c24 !important; border-color: #ed1c24 !important; color: #fff !important; }
.btn-success { background: #ed1c24 !important; border-color: #ed1c24 !important; }
.btn-success:hover { background: #d41920 !important; border-color: #d41920 !important; }
