.booking-ux-form-container .step .buttons {
    margin: 0;
    border-top: 1px solid #e9e9e9;
    padding: 28px 30px 0 30px;
    justify-content: end;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 2px;
}

.booking-ux-form-container .buttons > div {
    display: flex;
    gap: 24px;
    justify-content: space-between;
}

.booking-ux-form-container .buttons .validation-message {
    display: none;
    color: #696262e6 !important;
    font-size: 12px !important;
}

.booking-ux-form-container .step .buttons button {
    text-transform: uppercase;
}

.booking-ux-form-container .step .buttons button.next-btn {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 5px;
}

.booking-ux-form-container .step .buttons button.next-btn svg {
    min-width: 20px;
    margin: 0 0 0 10px;
}

.booking-ux-form-container .step .buttons button.next-btn svg path {
    fill: #fff;
}

.booking-ux-form-container .step .buttons button.prev-btn {
    background: transparent;
    display: flex;
    padding: 0;
    color: #014f36;
    white-space: nowrap;
    align-items: center;
    gap: 10px;
}

.booking-ux-form-container .step .buttons button.prev-btn svg {
    min-width: 20px;
}

.booking-ux-form-container .step .buttons button.prev-btn svg path {
    fill: #014f36;
}


.booking-ux-form-container button {
    padding: 15px 20px;
    background: #ff7a00;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
}

.booking-ux-form-container button:hover {
    border-color: #005036;
    background-color: #005036;
}

@media all and (max-width: 600px) {
    .booking-ux-form-container .step .buttons {
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
}

.booking-ux-form-container button:focus {
    background: #ff7a00;
}
