/* Gap */

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.btn.btn-rounded {
    border-radius: 50rem;
}

/* Buttons */
.btn.btn-appointment:hover i {
    word-spacing: 5px;
}

.btn.btn-outline-primary {
    color: #662d91;
    border-color: #662d91;
    border-width: 2px;
}
.btn.btn-outline-primary:hover {
    background-color: #662d91;
    color: #ffffff;
}

.btn.btn-outline-primary:hover i {
    color: #ffffff;
}