.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.nav-group {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}


.btn {
    background-color: #ccc;
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-active {
    background-color: #b0b0b0;
}

.btn-active-secondary {
    background-color: #b0b0b0;
}

.px-6 {
    padding-left: 24px;
    padding-right: 24px;
}

.py-3 {
    padding-top: 12px;
    padding-bottom: 12px;
}

.me-2 {
    margin-right: 8px;
}

.button-active {
    background-color: #ff0000;
}
.custom-price{
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    color: #000000;
    margin-bottom: 0;
}
.custom-label{
    font-size: 18px; font-weight:normal;
}