.leasing_widget-item.active {
    color: #00AFEA;
}
.leasing_widget-item.active svg path {
    fill: #00AFEA;
}
.leasing_card-item:hover .leasing_card-title {
    color: #00AFEA;
}
.leasing_card-car:hover .leasing_card-car-title{
    color: #00AFEA;
}
.btn.btn-primary {
    background-color: #00AFEA;
    border-color: #00AFEA;
}
.btn.btn-primary :hover, .btn:not(:disabled):not(.disabled):active {
    color: #00AFEA;
    border-color: #00AFEA;
}
.leasing-modif:hover{
    border-color: #00AFEA;
}
.leasing_range_avans-percent{
    color: #00AFEA;
}
input[type=range]::-webkit-slider-thumb {
    border-color: #00AFEA;
    background-color: #00AFEA;
}
input[type=range]::-moz-range-thumb {
    border-color: #00AFEA;
    background-color: #00AFEA;
}
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #00AFEA;
    border-color: #00AFEA;
    background-color: #00AFEA;
}
input[type=range]::-ms-fill-lower {
    background-color: #00AFEA;
}
.leasing_card-info{
    border-color: #00AFEA;
}
.leasing_card-info .leasing_card-info-head .dealer-active{
    color: #00AFEA;
}
.leasing_card-info-brand:hover .leasing_card-info-brand-name,
.leasing_card-info-brand.active .leasing_card-info-brand-name{
    color: #00AFEA;
}
.leasing_steep-form .btn-primary:hover {
    background-color: #00AFEA;
    border-color: #00AFEA;
}
.leasing-modif-item svg path {
    fill: #00AFEA;
}
.leasing_list-icon svg path {
    stroke: #00AFEA;
}