.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.step.active {
    opacity: 1;
}

.breadcrumb>li::after {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    content: "\f054";
    font-weight: bold;
    margin-left: 8px;
    margin-right: 8px;
}
.breadcrumb>li:last-child::after{
    content: "";
}

.breadcrumb>li.active {
    font-weight: bold;
}

.child-anim {
    opacity: 0;
    display: none;
}

.card-owner-house>.card-body>p, .card-owner-apartment>.card-body>p, .card-renovated>.card-body>p, .card-lift>.card-body>p, .card-condition>.card-body>p, .card-pool>.card-body>p {
    margin: 0;
}

.card-estimation, .card-owner-house, .card-owner-apartment, .card-renovated, .card-lift, .card-condition, .card-pool {
    cursor: pointer;
    transition: .3s;
}

.card-estimation.active, .card-owner-house.active, .card-owner-apartment.active, .card-renovated.active, .card-lift.active, .card-condition.active, .card-pool.active {
    background-color: #0069d9;
}

.card-estimation.active>.card-body>*, .card-owner-house.active>.card-body>*, .card-owner-apartment.active>.card-body>*, .card-renovated.active>.card-body>*, .card-lift.active>.card-body>*, .card-condition.active>.card-body>*, .card-pool.active>.card-body>* {
    color: #fff;
}

.icon-estimation {
    color: #0069d9;
    font-size: 50px;
}

.hidden-fields {
    display: none;
}

.house, .apartment {
    display: none;
}

.activeCard {
    border: 1px solid #0069d9!important;
}

.activeCard * {
    color: #0069d9;
    font-weight: bold;
}

.btn-number {
    border: 1px solid #eee;
    border-radius: 4px;
}

.btn-number>div>i {
    color: #0069d9;
}

.btn-number>div>input {
    color: #000;
    font-weight: bold;
    text-align: center;
    border: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    height: 50px;
}

.btn-number>div>input:focus {
    border-left: 1px solid #0069d9;
    border-right: 1px solid #0069d9;
    outline: none;
}

.minus, .plus {
    background-color: transparent;
    border: none;
    height: 50px;
    color: #0069d9;
}

.minus:focus, .plus:focus {
    border: none;
    outline: none;
}

.isApartment, .isHouse {
    display: none;
}

.input-group-text {
    background-color: transparent;
    border-left: none;
}

.form-aquizio {
    border: 1px solid #ced4da!important;
}

.form-aquizio:focus {
    border: 1px solid #0069d9!important;
    box-shadow: none;
}

.form-aquizio-append {
    border: 1px solid #ced4da!important;
    border-right: none!important;
}

.form-aquizio-append:focus {
    border: 1px solid #0069d9!important;
    border-right: none!important;
    box-shadow: none;
}

.form-aquizio:focus+.input-group-append>.input-group-text {
    border: 1px solid #0069d9!important;
    border-left: none!important;
}

.input-group>.form-aquizio {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

input[type="text"], input[type="number"] {
    font-weight: bold;
    height: 50px;
}