.form-group {
    margin-bottom: 20px;
}

label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

input {
    padding: 10px;
    font-size: 16px;
}

.iti__selected-dial-code {
    display: none !important;
}

.form-label-small {
    font-size: 0.875rem;
    color: #6c757d;
}

.progress-bar {
    background-color: #4CAF50;
}

.btn-mode {
    width: 80px;
    height: 80px;
    font-size: 14px;
}

.step-form {
    display: none;
}

.step-form.active {
    display: block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* dark transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/*mode-of-travel_button*/
.mode-of-travel_wrapper {
    position: relative;
    width: 100px;
    height: 80px;
}

.mode-of-travel_button {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.mode-of-travel_checkbox {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    transform: scale(1.2);
    opacity: 0;
    /* Optional: hide radio */
}

.mode-of-travel_selected {
    background-color: #0d6efd !important;
    color: #fff !important;
    border-color: #0d6efd !important;
}

.mode-of-travel_wrapper .error-message {
    position: absolute;
    top: 78px;
    right: -25px;
    /* margin-bottom: 20px; */
    /* padding-bottom: 20px; */
}

#birth_Date .error-message,
#Departure_date .error-message {
    position: absolute;
    bottom: -15px;
}

@media(max-width:767px) {

    #birth_Date .error-message,
    #Departure_date .error-message {
        position: absolute;
        bottom: -20px;
    }

    .form-label-small {
        font-size: 0.8rem;
    }
}