.btn-primary,
.btn-select {
    background-color: #9b212e !important;
    color: white !important;
    border: 0px !important;
}

.btn-specialty {
    width: 100%;
    text-align: left;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0.5px solid #e9ecef;
    border-radius: 0px !important;
}

.btn-specialty svg {
    margin-right: 10px;
}

.btn-specialty.active {
    border: 1px solid #9b212e;
    background-color: #babbbca8;
    color: #9b212e;
}

.card-service {
    border: 2px solid #d3d3d3;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-service.active {
    border-color: #9b212e;
    background-color: #e9ecef;
}

.card-service .card-header {
    background-color: transparent;
    border-bottom: none;
}

.badge-popular {
    background-color: #9b212e;
    color: white;
    font-size: 0.75rem;
    margin-left: 0.5rem;
    padding: 0.2rem 0.4rem;
}

.card-service .btn-select {
    margin-top: auto;
}

.card-service-btns {
    border: 2px solid #d3d3d3;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-service-btns.active {
    border-color: #9b212e;
    background-color: #e9ecef;
}

.card-service-btns .card-header {
    background-color: transparent;
    border-bottom: none;
}