[data-bs-theme="dark"] .btn-primary,
.btn-primary {
    background-color: #0050FF !important;
    border-color: #0050FF !important;
}

[data-bs-theme="dark"] .btn-primary:hover,
.btn-primary:hover {
    background-color: #4A90E2 !important;
    border-color: #4A90E2 !important;
}

[data-bs-theme="dark"] .btn-primary:active,
.btn-primary:active {
    background-color: #4A90E2 !important;
    border-color: #4A90E2 !important;
}
