:root {
    --app-primary: #C7EAFB;
    --app-secondary: #2b8fd3;
    --app-accent: #ff9f1a;
    --app-background: #f6f8fb;
    --app-surface: #ffffff;
    --app-text: #0f172a;
    --app-text-muted: #6b7280;
    --app-border: #d9e2ec;
    --app-success: #198754;
    --app-warning: #f59e0b;
    --app-error: #dc3545;
    --app-info: #0dcaf0;
    --app-dark: #825CF5;
    --app-primary-rgb: 199, 234, 251;
    --app-secondary-rgb: 43, 143, 211;
    --app-accent-rgb: 255, 159, 26;
    --app-success-rgb: 25, 135, 84;
    --app-warning-rgb: 245, 158, 11;
    --app-error-rgb: 220, 53, 69;
    --app-info-rgb: 13, 202, 240;
}

/* AI TOOLBOX topbar/navbar theme */
.navbar,
.topbar {
    background: #C7EAFB !important;
}

.navbar .nav-link,
.topbar .nav-link,
.navbar > .container > a:not(.dropdown-item),
.topbar > .container > a:not(.dropdown-item) {
    color: #2E3192 !important;
}

.navbar .nav-link:hover,
.topbar .nav-link:hover,
.navbar .nav-link.active,
.topbar .nav-link.active {
    color: #1f2378 !important;
}

.navbar .dropdown-menu,
.topbar .dropdown-menu {
    background: #ffffff !important;
}

.navbar .dropdown-menu .dropdown-item,
.topbar .dropdown-menu .dropdown-item {
    color: #0f172a !important;
    font-weight: 600;
}

.navbar .dropdown-menu .dropdown-item i,
.topbar .dropdown-menu .dropdown-item i {
    color: #123C8C !important;
}

.navbar .dropdown-menu .dropdown-item:hover,
.topbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active,
.topbar .dropdown-menu .dropdown-item.active {
    background: #EAF8FF !important;
    color: #071B5C !important;
}

.navbar .dropdown-menu .dropdown-item.text-danger,
.topbar .dropdown-menu .dropdown-item.text-danger {
    color: #b91c1c !important;
}

.navbar .dropdown-menu .dropdown-item.text-danger i,
.topbar .dropdown-menu .dropdown-item.text-danger i {
    color: #b91c1c !important;
}


/* AI TOOLBOX 07_10 - global primary button brand color */
.btn-primary,
.btn-primary:visited,
button.btn-primary,
input[type="submit"].btn-primary,
input[type="button"].btn-primary,
a.btn-primary {
    background: #C7EAFB !important;
    border-color: #C7EAFB !important;
    color: #2E3192 !important;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.show {
    background: #b3e1f7 !important;
    border-color: #b3e1f7 !important;
    color: #2E3192 !important;
}

.btn-outline-primary {
    border-color: #C7EAFB !important;
    color: #2E3192 !important;
    font-weight: 700;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background: #C7EAFB !important;
    border-color: #C7EAFB !important;
    color: #2E3192 !important;
}
