﻿body {
    font-family: "Montserrat", sans-serif;
}

.lookup-section {
    color: #747474;
    display: none;
}

.lookup-block {
    border-bottom: 3px solid #1c69d4;
    padding: 2rem 0;
}

.lookup-step {
    background-color: white;
    border: 2px solid #1c69d4;
    border-radius: 8px;
    font-size: 1.2rem;
    padding: 1rem;
}

.lookup-badge {
    background-color: #1c69d4;
    border-radius: 1.2rem;
    color: white;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    height: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    width: 2.4rem;
}

.lookup-badge-success {
    background-color: #00ad00;
    font-size: 1.6rem;
}

.lookup-badge-error {
    font-size: 2rem;
    background-color: #e10a1d;
}

.lookup-link {
    color: black;
    font-weight: 600;
}

.vin-info {
    border-bottom: 3px solid #1c69d4;
    padding-bottom: 2rem;
}

.action_title {
    color: #1c69d4;
    font-weight: 700;
    font-size: 26px;
    margin: 50px 0 25px 0;
}

.action_title_error {
    color: #e10a1d;
}

.action_title_success {
    color: #00ad00;
}

.action_content {
    font-size: 20px;
}

.action_what_to_do {
    color: #747474;
}

.look-up-commplete-from-a {
    color: #747474;
    font-weight: 600;
}

.look-up-phone-span {
    color: #747474;
    text-decoration: underline;
    text-underline-offset: 5px;
}
