.btn-outline-primary {
    background-color: transparent;
    border-color: transparent;
    color: #0d6efd;
}

.btn-outline-primary:hover {
    background-color: #0d6efd;
    color: white;
}

