.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.multi-steps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    outline: none !important;
}

@media (min-width: 500px) {
    .multi-steps-form__progress-btn {
        text-indent: 0;
    }
}


.multi-steps-form__progress-btn:first-child:after {
    display: none;

}

.js-active {
    color: #3699FF !important;
}

.multi-steps-form__progress-btn before {
    -webkit-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
}

.wizard.wizard-3 .wizard-nav .wizard-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 1rem;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step:last-child {
    margin-right: 0;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #6c7293;
    padding: 1rem 0.5rem;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title span {
    font-size: 1.5rem;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-bar {
    height: 4px;
    width: 100%;
    background-color: #EBEDF3;
    position: relative;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-bar:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    background-color: transparent;
    -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label {
    color: #3699FF;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=complete] .wizard-label {
    color: #FF0000;
}

.wizard.wizard-3 .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-bar:after {
    width: 100%;
    background-color: #3699FF;
}

.bootstrap-select > .dropdown-toggle {
    padding: .5rem .6rem !important;
}

.custom-invalid-border {
    border: 1px solid #fd397a !important;
    border-radius: 5px !important;
}

.signup-wizard-steps {
    background: var(--second-blue-color);
    border-radius: 0;
    box-shadow: none;
    height: 100%;
}

.signup-stepper.stepper.stepper-pills .stepper-item .stepper-label .stepper-title,
.signup-stepper.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title,
.signup-stepper.stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-title,
.signup-stepper.stepper.stepper-pills .stepper-item.current:last-child .stepper-label .stepper-title {
    color: #ffffff;
}

.signup-stepper.stepper.stepper-pills .stepper-item .stepper-label .stepper-desc,
.signup-stepper.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-desc,
.signup-stepper.stepper.stepper-pills .stepper-item.completed .stepper-label .stepper-desc,
.signup-stepper.stepper.stepper-pills .stepper-item.current:last-child .stepper-label .stepper-desc {
    color: #dee0f9;
}

.signup-wizard-content {
    box-shadow: none;
    border-radius: 0;
}

.signup-wizard-content .card-header,
.signup-wizard-content .card-footer {
    background: none;
    border: 0;
}

.card-body {
    overflow-y: scroll !important;
}
.signup-description {
    color: var(--label-color);
    font-weight: 500;
    margin-bottom: 0;
}
