﻿/* Styles by RB */

.custom-bg-primary {
    background-color: rgb(170,170,170);
    color: white;
}

.custom-bg-teal {
    background-color: rgb(140,140,140);
}

.custom-bg-light-blue {
    background-color: white;
    color: black;
}

.custom-logo {
    width: auto;
    height: auto;
    max-width: 170px;
    max-height: 60px;
}

.custom-img-grid-car {
    max-height: 70px;
    max-width: 110px;
    width: auto;
    height: auto;
    margin-left: 2px;
    margin-right: 2px;
}

.custom-action-buttons {
    display: flex;
    justify-content: space-between;
}

.step .step-item.active ~ .step-item .step-item-link::before {
    background: lightslategray !important;
}