.card-body {
    background-color: rgba(var(--bs-theme-color-rgb), 0.02);
}

.btn-outline-primary {
    --bs-btn-color: #7396ff !important;
}

.bg-opacity-90 {
    --bs-bg-opacity: .9;
}

.bg-opacity-95 {
    --bs-bg-opacity: .95;
}

/* DARK MODE */
[data-bs-theme="dark"] .form-select optgroup {
    color: #000;
}

[data-bs-theme="dark"] .form-select[multiple] optgroup {
    color: #FFF;
}

[data-bs-theme="dark"] {
    --bs-body-bg-cover: url("");
}

[data-bs-theme="dark"] .theme-default {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-theme {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-primary {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-warning {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-danger {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-success {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-inverse {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-info {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-purple {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-indigo {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-red {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-green {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-yellow {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-teal {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-light {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-lime {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-gray-100 {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-gray-200 {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

[data-bs-theme="dark"] .theme-gray-300 {
    --bs-theme-color: #ffffff !important;
    --bs-theme-color-rgb: 255, 255, 255 !important;
}

/* LIGHT MODE */
[data-bs-theme="light"] {
    --bs-body-bg-cover: url("");
}

[data-bs-theme="light"] .theme-default {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-theme {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-primary {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-warning {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-danger {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-success {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-inverse {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-info {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-purple {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-indigo {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-red {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-green {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-yellow {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-teal {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-light {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-lime {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-gray-100 {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-gray-200 {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}

[data-bs-theme="light"] .theme-gray-300 {
    --bs-theme-color: #000000 !important;
    --bs-theme-color-rgb: 0, 0, 0 !important;
}