.bar > span {
    position: relative;
    margin-bottom: 68px;
    height: 11px;
    width: 11px;
    /* background-color: #24445C; */
    border-radius: 50%;
    border: 2px solid #708594;
}

.bar > span:not(.active) {
    background-color: #24445c;
}

.bar > span:first-child {
    margin-top: 8px;
}

/* .active-bar {
    background-color: #C6A47F !important;
} */

.bar > span:after {
    z-index: -1;
}

.bar > span:first-child::after {
    position: absolute;
    left: 0;
    top: 0px;
    content: "";
    border-left: 1px solid #708594;
    margin-left: 50%;
    height: 320px;
}

.bar > span:first-of-type:after {
    top: 50%;
}

.bar > span:last-of-type:after {
    top: -50%;
}

input {
    border-radius: 20px !important;
    background-color: transparent !important;
    border: 1px solid #c6a47f !important;
    padding: 5px 15px;
    color: white;
    font-size: 0.9rem;
}

select {
    border: 1px solid #c6a47f !important;
    background-color: transparent !important;
    border-radius: 20px;
    color: white;
    padding: 5px 15px;
    font-size: 0.9rem;
}

input[type="radio"].radio-estimation {
    display: none;
}

input[type="radio"].radio-estimation + label {
    border-radius: 20px;
    padding: 0.3rem 0.5rem;
    border: 1px solid white;
    text-align: center;
    cursor: pointer;
}

input[type="radio"].radio-estimation:checked + label {
    border: 1px solid #c6a47f !important;
    background-color: #c6a47f;
}

.label {
    font-size: 0.9rem;
}

.subtitle {
    font-size: 0.9rem;
}

input[type="radio"].delai {
    display: none;
}

input[type="radio"].delai + label {
    border-radius: 15px;
    border: 1px solid #808080;
    margin: 10px 0;
    height: 80px;
    cursor: pointer;
}

input[type="radio"].delai:checked + label {
    border-color: #deaf7c;
    background-color: #deaf7c;
}

input[type="radio"].realty_type + label {
    font-size: 0.8rem;
}

label h3 {
    font-size: 1.2rem;
}

label p {
    font-size: 0.9rem;
}

input::placeholder {
    color: white;
}

.pickadate--monthAndYear_month {
    color: black;
}

.section {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
}

.round {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #708594;
}

.icon {
    color: #24445c;
}

.active {
    background-color: #c6a47f;
    color: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    transition: background-color 5000s ease-in-out 0s;
}

.calendar {
    background-color: black;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
}

.calendar .div-img {
    width: 15%;
}
