/* Style the form */
#regForm {
    background-color: #ffffff;
    width: 100%;
    min-width: 300px;
}
#steps {
    margin-bottom: 4rem;
    display: flex;
}
.step-element {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #737373;
}
.step-element:last-child {
    margin-left: 120px;
}
.step-element span {
    font-size: 2rem;
    font-weight: bold;
    border: 4px solid #737373;
    color: #737373;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 43px;
    margin-right: 17px;
}

.step-element.active {
    color: #000;
}
.step-element.active span {
    border: 4px solid #000;
    color: #fff;
    background-color: #000;
}
/* Style the input fields */
#regForm label.label-input {
    font-family: 'OpenSauceOne-Bold';
    font-size: 1.7rem;
    font-weight: bold;
}
#regForm select {
    max-width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    display: block;
}
#regForm select.nb-passengers {
    min-width: 250px;
    margin-top: 15px;
}
.nb_participants {
    display: inline-block;
}
.nb_participants:last-child {
    margin-left: 120px;
}
.wrap-input {
    margin-bottom: 4rem;
}
.label-input {
    font-size: 2rem;
    font-weight: bold;
}
#regForm input {
    padding: 10px 10px 10px 0;
    /* width: 100%; */
    font-size: 1rem;
    border: none;
}
#regForm input.full-width {
    width: 100%;
}
#regForm input.underline-style {
    border-bottom: 1px solid #000;
}
#regForm .input-style-tab-2 input.underline-style-2 {
    border-bottom: 1px solid #a6a6a6;
    padding-left: 0;
}
.participant-item input.birth-of-day {
    width: 380px;
    max-width: 100%;
}
.input-style-tab-2 select {
    color: #a6a6a6;
    border-bottom: 1px solid #a6a6a6 !important;
    font-size: 1rem;
    padding-left: 0;
    width: 100%;
    padding: 10px 10px 10px 0;
    margin-bottom: 15px;
}
.input-style-tab-2 select:focus {
    color: #000;
}
.input-style-tab-2 select.blackText {
    color: #000 !important;
}
.input-style-tab-2 select.grayText {
    color: #757575 !important;
}
.input-style-tab-2 select::placeholder {
    color: #c50d0d;
}
.input-style-tab-2 input {
    margin-bottom: 15px;
}
input.underline-style:focus,
input.no-border-style:focus {
    outline: none;
}
.participant-item {
    margin-bottom: 60px;
}
.add-participant {
    border: 1px solid #000;
    border-radius: 30px;
    padding: 12px 12px 12px 12px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 100%;
    cursor: pointer;
    max-width: 100%;
}
.add-participant:hover {
    background: #000;
    color: #fff;
}
.add-participant:hover span.icon {
    background-color: #fff;
    color: #000;
}
.add-participant span.icon {
    width: 35px;
    height: 35px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
    font-size: 1.3rem;
}
.add-participant span.btn-text {
    min-width: 249px;
    display: inline-block;
}
.divider {
    border-top: 1px dashed #a6a6a6;
    height: 1px;
    margin: 40px 0;
}
/* Mark input boxes that gets an error on validation: */
input.invalid,
select.invalid {
    background-color: #ffdddd !important;
}
/* Hide all steps by default: */
.tab {
    display: none;
}
/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}
/* Mark the active step: */
.step.active {
    opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}
.flex__center_items {
    display: flex;
    align-items: center;
}
.your-dates {
    margin-bottom: 2.3rem;
    /* display: flex;
    align-items: center; */
}
.your-dates span,
.your-dates input {
    display: inline-block;
    width: auto;
    max-width: 100%;
}
#regForm .your-dates input {
    margin-left: 1rem;
    color: #000;
}
#regForm .your-dates input,
#regForm .your-dates input::placeholder {
    color: #000;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 1;
    padding: 0;
    /* Firefox */
}
textarea.your-project::placeholder {
    font-size: .8rem;
    color: #a6a6a6;
}
textarea.your-project {
    font-size: 1.1rem;
    width: 100%;
    border: 1px solid #000;
    border-radius: 20px;
    min-height: 220px;
    padding: 20px;
    color: #000;
}
.remove-participant {
    background-image: url('../assets/img/icons/remove.svg');
    background-size: cover;
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.participant-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 991px) {
    #package-quotation-form {
        padding: 3rem 1rem;
    }
    .step-element:last-child {
        margin-left: 80px;
    }
    #regForm label.label-input {
        font-size: 1.2rem;
    }
    .step-element span {
        font-size: 1.4rem;
        width: 45px;
        height: 45px;
        line-height: 39px;
        margin-right: 7px;
    }
    .your-dates input, .your-dates input::placeholder {
        font-size: 1.2rem;
    }
    .nb_participants {
        display: block;
    }
    .nb_participants:last-child {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .wrap-input {
        margin-bottom: 2rem;
    }
    #regForm label.label-input {
        margin-bottom: 20px;
    }
    .step-element {
        text-align: center;
    }
    .step-element span {
        display: block;
        margin: 0 auto;
    }
}
