.btn::after,
.btn::before {
    display: none !important;
    content: none;
}

.btn-custom {
    padding: 0.6rem 1.2rem;
    font-size: 10px;
}

.form-control-custom {
    padding: 0.5rem 1.2rem;
    font-size: 12px;
    border-radius: 35px !important;
    outline: none;
    transition: .35s;
}

.form-control-custom:focus {
    border: 1px solid #1965F5 !important;
}

.is-invalid-custom {
    border: 1px solid red !important;

}

.form-step {
    margin: 0;
    padding-right: 2rem;
    height: 100%;
    min-width: 265px;
}

.form-step .step-number-wrapper {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.form-step .step-number-wrapper .step-title {
    margin-left: 8px;
}

.form-step .step-number-wrapper li {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 12px;
}

.form-step .step-number-wrapper .step-number {
    color: #fff;
    padding: 12px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BCBCBC;
}

.form-step .step-number-wrapper li.active .step-number,
.form-step .step-number-wrapper li.active::before {
    background: #1965F5;
}
.form-step .step-number-wrapper li .validated,
.form-step .step-number-wrapper li.active::before {
    background: #198754!important;
}

input.validated,
select.validated,
textarea.validated {
    border: 1px solid #198754!important;
}

/*.form-step .step-number-wrapper li::before {
    position: absolute;
    content: '';
    width: 4px;
    top: -12px;
    left: 10px;
    height: 12px;
    background-color: #BCBCBC;
}*/

.form-step .step-number-wrapper li:first-child::before {
    display: none;
}

.btn-three::after {
    filter: brightness(0) invert(1);
}
