.bg-arivo {
    background-color: #005f88!important;
}

.text-arivo {
    color: #005f88!important;
}

.text-decoration-none {
    text-decoration: none;
}

.payment-label {
    cursor: pointer;
    width: 6.5em;
}

div#garage-search-box{
    position: relative;
}

div#garage-search-results{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    overflow-x: hidden;
    max-height: 500px;
    overflow-y: auto;
}

div#garage-search-results > div {
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

div#garage-search-results > div:hover {
    background: #c4c4c4;
}