

.btn.btn-light {
    color: #5f2d8c !important;
    border: none;
}
.btn.btn-light:hover {
color: var(--bs-white) !important;
background: #5f2d8c !important;
}

.text-primary {
    color: #5f2d8c !important;
}
.nav-link.active {
    color: #5f2d8c !important;
}

:root {
    --bs-blue: #5f2d8c;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #ff0000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #5f2d8c !important;
    --bs-secondary: #ff0000;
    --bs-success: #198754;
    --bs-info: #ff0000;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #F2F5F9;
    --bs-dark: #16243D;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.btn-primary {
    background-color: #5f2d8c !important;
}