.tour-category-filter.active {
    background-color: #e3f2fd;
    border: 2px solid #2196f3;
    padding: 5px;
    border-radius: 5px;
}

.tour-category-filter {
     border: 2px solid transparent;
     padding: 5px;
}

.tour-category-filter.active h6 a {
    color: #2196f3;
}

/* Ensure our column layout is maintained */
.checkout-details .row {
    display: flex !important;
    flex-wrap: wrap !important;
}

.checkout-details .row .form-row {
    flex: 0 0 auto !important;
    width: 100% !important;
}

.dropdown-item.active {
    color: #FFF !important;
    background-color: #B3831C !important;
}

.custom-increment .input-group-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}