/* body {
    overflow-x: hidden; 
    background-color: #bdbdbd;
}
 */

.form-step-wrap {
    position: relative;
    width: 100%;
    height: 400px;
}


/* Each Step */

.slider-step {
    box-shadow: 5px 5px 50px rgba(0, 0, 0, 0.2);
    background-color: #fafafa;
    padding: 40px;
    position: absolute;
    width: 100%;
    right: -50%;
    top: 30px;
    opacity: 0;
    -webkit-transition: all, 0.3s linear;
    -moz-transition: all, 0.3s linear;
    -ms-transition: all, 0.3s linear;
    -o-transition: all, 0.3s linear;
    transition: all, 0.3s linear;
}


/* Show the 1st step */

.first-step {
    right: 0;
    opacity: 1;
}


/* Button */

.btn-next {
    margin-top: 20px;
    display: block;
}

/* Animations Settings */

[data-anim="show-from--right"] {
    right: 0;
    opacity: 1;
}

[data-anim="show-from--left"] {
    right: 0;
    opacity: 1;
}

[data-anim="hide-to--right"] {
    right: -50%;
    opacity: 0;
}

[data-anim="hide-to--left"] {
    right: 50%;
    opacity: 0;
}

.procedural {
    margin-bottom: 32px;
}
.custom-progress {
    height: 25px; 
    position: relative;
}
.custom-progress-text {
    font-weight: bold; 
    color: white;
}

#x-section-1 {
    margin: 0px;padding: 5px; background-color: transparent;
}

.x-container {
    margin: 0px auto;padding: 0px;
}

.x-column-1 {
    padding: 0px;
}

.x-column-2 {
    padding: 10px 40px;border-style: solid;border-width: 2px;border-radius: 15px;
}

.x-section-2 {
    margin: 0px;padding: 20px 0px 45px; background-color: transparent;
}
.back {
    border-radius: 15px; color: white; width: 20px; height: 55px;
}
.next {
    border-radius: 15px; color: white; width: 200px; height: 55px;
}

.custom-label {
    font-size: 20px; 
    font-weight: bold;
}

.custom-input {
    width:250px; 
    height:55px; 
    border-radius:15px;
}

.form-select-lg.is-invalid, .form-control-lg.is-invalid {
    border-color: red;
    outline: none;
}
