/* Tenant Branding CSS Variables (static fallbacks; page can override via inline :root) */
:root {
    --brand-primary: #122146;
    --brand-secondary: #1c3d82;
    --brand-accent: #008cfb;
    --brand-text: #1e293b;
    --brand-background: #ffffff;
}

/* Keep promo cards/footer/chat on same brand palette */
.feature-box.active {
    background: linear-gradient(to right, #122146 0%, #1c3d82 100%) !important;
}

.feature-box.active p {
    color: #fff !important;
}

.footer-section {
    background: linear-gradient(to right, #122146 0%, #1c3d82 100%) !important;

}

.chat-btn {
background: linear-gradient(90deg, #008cfb, #0261e8) !important;
}

/* Banner section with branding colors */
.banner-section {
    background: linear-gradient(135deg, oklch(22% .05 265) 0%, oklch(30% .09 265) 50%, oklch(40% .15 265) 100%);
}

.banner-section h1 {
    padding-top: 70px;
}

.row.journey-form-area {
    border-radius: 20px;
    border: 1px solid #e0e5eb;
}

.journey-summary h5 {
    font-size: 14px;
    color: #3061ef;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.departure .summary-item img {
    width: 30px;
    height: 30px;
}

.journey-summary .summary-item img {
    width: 20px;
    height: 20px;
}

.date-slot .summary-card img {
    width: 15px;
}
.date-slot #pickup-time-summary img {
    width: 20px;
}
.journey-type .badge-info {
    color: #3061ef;
    background-color: #eaeffd;
    padding: 8px 11px;
    border-radius: 20px;
    font-size: 12px;
}

/* Nav area and auth buttons */
.nav-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px 0;
}

.auth-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.auth-buttons #header-login-link {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.auth-buttons #header-login-link:hover {
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.auth-buttons .btn-primary {
    background: #007af0 !important;
    border: none !important;
    padding: 8px 20px;
    white-space: nowrap;
}

.auth-buttons .btn-primary:hover {
    background: linear-gradient(to right, #122146 0%, #1c3d82 100%) !important;
}

/* Apply branding to common elements */
.btn-primary,
.btn.btn-primary {
    background-color: #007af0 !important;
    border-color: #007af0 !important;
}

.btn-primary:hover,
.btn.btn-primary:hover {
    background-color: #193786 !important;
    border-color: #193786 !important;
}

.text-primary {
    color: var(--brand-primary) !important;
}

/* Apply branding colors to buttons and badges */
.btn-gradient,
.btn.btn-gradient {
    background: linear-gradient(to right, #122146 0%, #1c3d82 100%) !important;
    border: none !important;
    color: #fff !important;
}

.btn-gradient:hover,
.btn.btn-gradient:hover {
    background: linear-gradient(to right, #1c3d82 0%, #122146 100%) !important;
    opacity: 0.9 !important;
}

.select-btn,
.select-btn.book-car-radio {
    background: #0f1932 !important;
    border: none !important;
    color: #fff !important;
    float: none;
    width: auto;
    border-radius: 20px !important;
    padding: 7px 12px !important;
}

.select-btn:hover,
.select-btn.book-car-radio:hover {
    background: #3061ef !important;
}

.discount-badge {
    background: #007bff !important;
    color: #fff !important;
}

/* Hourly booking calculate price button */
.hourly-card button#calcPrice {
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary)) !important;
    color: #fff !important;
}

.hourly-card button#calcPrice:hover {
    background: linear-gradient(90deg, var(--brand-secondary), var(--brand-primary)) !important;
}

/* Modal footer buttons */
.modal-footer button.btn.btn-danger.px-4 {
    background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary)) !important;
    border: none !important;
}

.modal-footer button.btn.btn-danger.px-4:hover {
    background: linear-gradient(90deg, var(--brand-secondary), var(--brand-primary)) !important;
}

/* Flatpickr confirm button */
.flatpickr-confirm-btn {
    background: #94a3b8 !important;
    color: white !important;
    border: none !important;
    padding: 11px 20px !important;
    border-radius: 8px !important;
    cursor: not-allowed !important;
    font-weight: 600 !important;
    margin: 0 auto !important;
    display: block !important;
    width: calc(100% - 20px) !important;
    transition: background 0.25s ease, opacity 0.25s ease, transform 0.15s ease !important;
    font-size: 14px !important;
    opacity: 0.85 !important;
}

.flatpickr-confirm-btn.is-ready {
    background: linear-gradient(90deg, #122146 0%, #1c3d82 100%) !important;
    cursor: pointer !important;
    opacity: 1 !important;
}

.flatpickr-confirm-btn.is-ready:hover {
    background: linear-gradient(90deg, #1c3d82 0%, #008cfb 100%) !important;
    transform: translateY(-1px);
}

.flatpickr-confirm-btn.is-ready:active {
    transform: translateY(0);
    opacity: 0.9 !important;
}

.flatpickr-confirm-wrapper {
    padding: 12px 10px !important;
    border-top: 1px solid rgba(72, 72, 72, 0.2) !important;
    background: #fff !important;
    clear: both !important;
}

.flatpickr-time {
    border-top: 1px solid rgba(72, 72, 72, 0.2);
    padding: 10px;
}

/* Vehicle Specs - Prevent text breaking, show all in one row */
.vehicle-specs {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    margin: 12px 0;
    justify-content: flex-start;
    align-items: center;
}

.vehicle-specs .spec-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    word-break: keep-all;
    flex-shrink: 0;
    font-size: 12px;
    min-width: 0;
}

.vehicle-specs .spec-item>span:first-child {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
}

.vehicle-specs .spec-item img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.vehicle-specs .spec-item span[data-passengers],
.vehicle-specs .spec-item span[data-checkin],
.vehicle-specs .spec-item span[data-hand] {
    font-weight: 600;
    color: #1f2937;
    white-space: nowrap;
}

/* Vehicle Pricing - Smarter display */
.vehicle-pricing {
    display: flex;
    gap: 16px;
    margin: 12px 0;
    padding: 8px 0;
}

.select-vehicle {
    margin-top: 12px;
    padding: 0;
    width: 100%;
}

.select-btn {
    width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 600;
    box-sizing: border-box;
}

/* Vehicle card and details padding */
.vehicle-card {
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}

.vehicle-details {
    padding: 0;
    box-sizing: border-box;
}

.vehicle-details>* {
    box-sizing: border-box;
}

.vehicle-pricing .one-way-price,
.vehicle-pricing .return-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1;
}

.vehicle-pricing .price-label {
    font-size: 11px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.vehicle-pricing .price-amount {
    font-size: 16px;
    line-height: 1.2;
}

.vehicle-pricing .price-amount b,
.vehicle-pricing .calculated-fare,
.vehicle-pricing .return-fare {
    font-weight: 700;
    color: var(--brand-primary);
    font-size: 18px;
}


/* Minimalistic Journey Details Form Styling */
.journey-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px 8px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05); */
}

.journey-summary {
    padding: 25px 10px;
}

.tab-section h5.mb-3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px !important;
    padding: 0;
}

/* Minimalistic Tab Styling */
.tab-section .nav-tabs {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 16px;
}

.tab-section .nav-link {
    border: none;
    background: transparent;
    border-radius: 0;
    margin-right: 24px;
    color: #64748b;
    padding: 8px 0;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
}

.tab-section .nav-link:hover {
    color: var(--brand-primary);
    border-bottom-color: #e2e8f0;
}

.tab-section .nav-link.active {
    background: transparent;
    color: var(--brand-primary);
    border-bottom-color: var(--brand-primary);
    font-weight: 600;
}

/* Unified Box with Small Tabs */
.select-pick {
    background: #f6f9fc;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid #e2e8f0;
}

.pickup-section,
.dropoff-section {
    margin-bottom: 20px;
}

.pickup-section:last-child,
.dropoff-section:last-child {
    margin-bottom: 0;
}

/* Section Title */
.section-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Small Tab Styling */
.pickup-tabs,
.dropoff-tabs {
    display: inline-flex;
    background: #ffffff;
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 12px;
    gap: 4px;
    border: 1px solid #e2e8f0;
}

.radio-option {
    position: relative;
}

.radio-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.radio-label {
    display: block;
    padding: 6px 14px;
    background: transparent;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #334155 !important;
    white-space: nowrap;
    line-height: 1.4;
    text-transform: capitalize;
    min-width: 72px;
}

.radio-label:hover {
    color: var(--brand-primary, #122146) !important;
    background: rgba(18, 33, 70, 0.06);
}

.radio-option input[type="radio"]:checked + .radio-label,
.radio-label.active {
    background: var(--brand-primary, #122146) !important;
    color: #ffffff !important;
    font-weight: 600;
}

/* Ensure checked state is visible for all radio buttons */
input[type="radio"]:checked + .radio-label {
    background: var(--brand-primary, #122146) !important;
    color: #ffffff !important;
}

/* Form Fields within the box */
.pickup-fields,
.dropoff-fields {
    width: 100%;
}

.pickup-fields .form-control,
.dropoff-fields .form-control {
    width: 100%;
    margin-bottom: 0;
}


.fleet-row .book-car-radio input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    margin: 2px 6px 0 0;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

/* Show the radio as checked whenever its vehicle card is selected
   (the .selected-vehicle class is added on selection) or it is really checked */
.fleet-row.selected-vehicle .book-car-radio input[type="radio"]::after,
.fleet-row .book-car-radio input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
.passanger-details .form-check a.text-primary {
    pointer-events: none;
}
/* Desktop: Side by side layout */
@media (min-width: 769px) {
    .select-pick {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .pickup-section,
    .dropoff-section {
        margin-bottom: 0;
    }
}

/* Mobile: Stacked layout */
@media (max-width: 768px) {
    .select-pick {
        padding: 12px;
        display: block;
    }
    .logo {
    text-align: center;
    margin-bottom: 10px;
}
.banner-section .container {
    padding: 0;
}
.nav-area {
    display: block;
}
    .pickup-section,
    .dropoff-section {
        margin-bottom: 16px;
    }

    .radio-label {
        padding: 6px 12px;
        font-size: 10px;
    }
}

/* Minimalistic Form Controls */
.booking-form .form-control {
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    height: 42px;
    font-size: 14px;
    padding: 10px 14px;
    transition: all 0.2s ease;
    background: #fff;
}

.booking-form .form-control:focus {
    border-color: var(--brand-primary) !important;
    box-shadow: 0 0 0 3px rgba(var(--brand-primary-rgb, 49, 46, 129), 0.08) !important;
    outline: none;
}

/* Toggle switch with branding colors */
input:checked+.slider {
    background-color: var(--brand-primary) !important;
}

input:checked+.slider:hover {
    background-color: var(--brand-secondary) !important;
}

.booking-form .form-control::placeholder {
    color: #94a3b8;
}

.booking-form select.form-control {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 36px;
    appearance: none;
    cursor: pointer;
}

/* Minimalistic Section Headers */
.booking-form h6 {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.booking-form h6 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}

.booking-form h6 span img {
    width: 18px;
    height: 18px;
}

/* Minimalistic Sections */
.flight-details-main,
.pickup-datetime-main,
.passanger-luggage-main {
    margin: 16px 0;
    padding: 0;
}

.passanger-luggage-main label {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 10px;
    display: block;
}

/* Minimalistic Counter Buttons */
.counter-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
}

.counter-btn {
    width: 34px;
    height: 34px;
    border-radius: 0;
    border: none;
    background: #ffffff;
    color: #7c7c7c;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-btn:hover {
    background: #f4f7fa;
}

.counter-value {
    font-size: 15px;
    font-weight: 600;
    color: #1e293b;
    min-width: 24px;
    text-align: center;
}

/* Minimalistic Return Booking Checkbox - Aligned with form fields */
.return-checkbox {
    padding: 12px 0;
    margin: 16px 0;
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-left: 0;
}

.return-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    margin-left: 0 !important;
    margin-top: 0;
    cursor: pointer;
    accent-color: var(--brand-primary);
    flex-shrink: 0;
    position: static;
}

.return-checkbox label {
    font-size: 14px;
    color: #1e293b;
    cursor: pointer;
    margin: 0;
    padding-left: 0;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
}

.return-checkbox .form-check-input {
    margin-left: 0 !important;
    margin-top: 0;
}

/* Override Bootstrap form-check styles */
.return-checkbox.form-check,
.booking-form .return-checkbox {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Minimalistic Return Section */
.return-section {
    padding: 16px;
    margin-top: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8f9fa;
}

.return-section label {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
    display: block;
}

.return-section .form-group {
    margin-bottom: 16px;
}

.return-section .form-group:last-child {
    margin-bottom: 0;
}

/* Minimalistic Via Locations */
.via-main {
    margin: 16px 0;
    padding: 0;
}

.via-location {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.via-feature h6 {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    border: none;
    padding: 0;
}

.via-feature p {
    font-size: 12px;
    color: #64748b;
    margin: 4px 0 0 0;
}

.via-btn {
    background: #0f1932;
    color: #fff;
    border: none;
    border-radius: 16px;
    padding: 7px 19px;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.via-btn:hover {
    opacity: 0.9;
}

.form-row.passanger-row {
    gap: 20px;
    margin: 0;
}

.form-row.passanger-row .form-group {
    max-width: calc(33.3333% - 15px);
    border: 1px solid #e9e9e9;
    padding: 15px 16px !important;
    border-radius: 20px;
}


.via-field-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
}

.via-field-wrapper .via-input {
    flex: 1;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 14px;
}

.via-field-wrapper .via-remove {
    /*background: #ef4444;*/
    color: #fff;
    border: none;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
}

/*.via-field-wrapper .via-remove:hover {
    background: #dc2626;
}*/

.via-field-wrapper .via-remove img {
    width: 51px;
    height: 36px;
    /* filter: brightness(0) invert(1); */
}

/* Minimalistic Continue Button */
.continue-btn {
    width: 100%;
    background: linear-gradient(135deg, #3061ef 0%, rgb(48 97 239 / 83%) 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-top: 16px;
    box-shadow: 0 10px 40px -10px oklch(55% .22 265/.25);
}


.continue-btn:hover {
    filter: brightness(1.05);
    transform: translateY(-1px);
}

/* Minimalistic Form Row Spacing */
.booking-form .form-row {
    margin-left: -8px;
    margin-right: -8px;
}

.booking-form .form-row>[class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.booking-form .form-group {
    margin-bottom: 16px;
}

/* Minimalistic Hourly Tab Styling */
.hourly-card {
    padding: 0;
}

.hourly-card .small-label {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 6px;
    display: block;
}

/* Account Options Styling */
.account-options {
    padding: 12px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.account-options .form-check {
    margin-bottom: 8px;
}

.account-options .form-check-label {
    font-size: 14px;
    color: #475569;
    cursor: pointer;
}

.account-options .form-check-input {
    margin-top: 0.25rem;
}

.account-options .form-check-input[type="checkbox"] {
    margin-left: 8px;
    margin-top: 0;
    vertical-align: middle;
}

.account-options #login-link {
    font-weight: 600;
    text-decoration: underline;
}

.account-options #login-link:hover {
    color: #1e40af !important;
}

.required {
    color: #dc3545;
    margin-left: 2px;
}
.select-pick label.radio-label {
    margin-bottom: 0;
}
.booking-form label {
    font-size: 14px !important;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
    .journey-card {
        padding: 20px 15px;
    }

    .tab-section h5.mb-3 {
        font-size: 22px;
    }

    .select-pick {
        padding: 15px;
    }

    .counter-wrapper {
        gap: 10px;
    }

    .account-options {
        padding: 10px;
    }

    /* Mobile: Stack form columns */
    .journey-form-area .col-md-8,
    .journey-form-area .col-md-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    /* Mobile: Adjust form groups */
    .form-group.col-md-6,
    .form-group.col-md-4 {
        width: 100%;
        margin-bottom: 15px;
    }

    /* Mobile: Adjust summary section */
    .journey-summary {
        margin-top: 20px;
    }

    .map-location {
        height: 250px !important;
    }

    /* Mobile: Adjust modal */
    .modal-dialog {
        margin: 10px;
    }

    .modal-footer {
        flex-direction: column;
        gap: 10px;
    }

    .modal-footer .btn {
        width: 100%;
        margin: 0 !important;
    }

    /* Mobile: Adjust banner */
    .banner-section h1 {
        font-size: 24px;
    }

    .banner-section p {
        font-size: 14px;
    }

    .auth-buttons {
        flex-direction: column;
        gap: 8px;
    }

    .auth-buttons a {
        width: 100%;
        text-align: center;
    }

    /* Mobile: Adjust tabs */
    .nav-tabs {
        flex-wrap: wrap;
    }

    .nav-tabs .nav-item {
        flex: 1;
        min-width: 50%;
    }

    /* Mobile: Adjust summary cards */
    .summary-card {
        font-size: 12px;
        padding: 10px;
    }

    /* Mobile: Adjust buttons */
    .btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    /* Mobile: Fix vehicle pricing and select button overlap */
    .vehicle-pricing {
        flex-wrap: wrap;
        gap: 8px;
    }

    .vehicle-pricing .one-way-price,
    .vehicle-pricing .return-price {
        min-width: calc(50% - 4px);
    }

    .select-vehicle {
        margin-top: 16px;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .select-btn {
        width: 100%;
        box-sizing: border-box;
    }

    .vehicle-card {
        padding: 12px;
        box-sizing: border-box;
    }

    .vehicle-details {
        padding: 0;
        box-sizing: border-box;
    }

    /* Mobile: Fix logo overflow */
    .logo {
        max-width: 100%;
        overflow: hidden;
    }

    .logo img {
        max-width: 100%;
        height: auto;
    }

    .nav-area {
        overflow: hidden;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .journey-card {
        padding: 15px 10px;
    }

    .banner-section h1 {
        font-size: 20px;
    }

    .banner-section p {
        font-size: 13px;
    }

    .tab-section h5.mb-3 {
        font-size: 18px;
    }

    .form-control {
        font-size: 14px;
        padding: 8px 12px;
    }

    /* Extra small: Ensure vehicle pricing doesn't overlap */
    .vehicle-pricing {
        flex-direction: column;
        gap: 8px;
    }

    .vehicle-pricing .one-way-price,
    .vehicle-pricing .return-price {
        width: 100%;
    }

    .vehicle-card {
        padding: 10px;
        box-sizing: border-box;
    }

    .select-vehicle {
        padding: 0;
        box-sizing: border-box;
    }
    .form-row.passanger-row {
    display: block;
}
.form-row.passanger-row .form-group {
    max-width: 100%;
    border: 1px solid #e9e9e9;
    padding: 15px 16px !important;
    border-radius: 20px;
}
}