﻿.action_title {
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    color: #e10a1d;
    text-transform: uppercase; 
    margin: 3rem 0rem;
}

.action_content {
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    padding: 0px 2rem 3rem 2rem;
    line-height: 3.5rem;
}



.action_enter_parent {
    background-color: #000;
    border: solid 5px #e10a1d;
    color: #fff;
    padding: 1rem 2%;
    text-align: center;
    margin-bottom: 3rem;
}
.action_enter_tr1 {
    font-size:1.75rem;
    font-weight:800;
}
.action_enter_tr2 {
    font-size: 1.75rem;
    font-weight: 800;
}
.action_enter_txt_parent {
    margin:1.5rem 0px;
}
.action_enter_cmp_parent {
    margin: 1.5rem 0px;
}
.action_enter_txt {
    width: 9%;
    margin: 0px 0.2%;
    border: solid 2px #e10a1d;
    border-radius: 5px;
    font-size: 1.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
}
.action_enter_cmp {
    width: 9%;
    margin: 0px 0.5%;
    border: solid 2px #e10a1d;
    border-radius: 5px;
    font-size: 1.25rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
}
.action_enter_tr3 {
    font-size: 1.25rem;
    font-weight: 600;
}
.action_enter_tr4 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-top:2rem;
}
.action_please_select {
    text-align: center;
    font-size: 1.75rem;
    color: #e10a1d;
    font-weight: 700;
    margin-bottom: 1rem;
}
.landing-form {
    color:#000;
}
.optionradio {
    margin-right:10px;
}
.second-options-other-txt {
    margin-left:25px;
}
.action_with_dealer_parent { 
    margin:2rem 0px 3rem 0px;
}
.action_with_dealer {
    text-align:center;
    font-size:1.5rem;
}
.action_please_supply_parent {
    display: flex;
    justify-content: center;
}
.action_please_supply {
    text-align: center;
    font-size: 1.75rem;
    color: #e10a1d;
    font-weight: 700;
    margin-bottom: 10px;
}
.action_please_content {
    font-size:1.5rem;
    line-height:2.25rem;
    text-align:center;
    padding:0px 2rem;
    width:80%;
}
.action_please_last {
    font-size: 1.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-weight: 600;
}
.action_please_supply_star {
    color: #e10a1d;
    font-size: 18px;
    line-height: 2rem;
    height: 2rem;
}
.action_input::placeholder {
    color: #afafaf;
    font-size:1.25rem;
    font-weight:500;
}
.form-row {
    margin:1rem 0px;
}
.btn-row {
    display:flex;
    justify-content:center;
    margin:3rem 0px;
}
.submit_btn {
    background-color: #e10a1d;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    padding: 1rem 4rem;
    cursor:pointer;
}
.invalid_input {
    border:solid 2px red;
}
.vin-error {
    /*background-color: rgb(255,225,227);
    border: 1px solid rgb(196,46,48);
    border-left: 10px solid rgb(196,46,48);*/
    color: rgb(196,46,48);
    display: none;
    font-weight: 600;
    line-height: normal;
    margin-top: 0rem;
    padding: 1rem;
    text-align:center;
}

    .vin-error .lang-text {
        margin-left: 5px;
    }

.vin-unqualified .lang-text {
    margin-left: 0;
}
.action_enter_hyphen {
    font-size: 1rem;
    font-weight: 800;
    color: yellow;
    padding: 0 !important;
    margin:0 !important;
}
.action_enter_hyphen_left {
    margin-right:0; 
}
.action_enter_hyphen_right {
    margin-left: 0;
    
}
@media (max-width: 768px) {
    .action_title {
        font-weight: 700;
        font-size: 2.5rem;
        text-align: center;
        color: #e10a1d;
        text-transform: uppercase;
        margin: 2rem 0rem;
    }
    .action_content {
        font-weight: 600;
        font-size: 1.5rem;
        text-align: center;
        color: #000;
        text-transform: uppercase;
        padding: 0px 1rem 1rem 1rem;
        line-height: 2.5rem;
    }
    .action_please_select {
        text-align: center;
        font-size: 1.5rem;
        color: #e10a1d;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .action_please_supply {
        text-align: center;
        font-size: 1.5rem;
        color: #e10a1d;
        font-weight: 700;
        margin-bottom: 10px;
    }
}
.radio_parent_div {
    display:inline-block;
    background-color:unset;
    width:auto;
    height:auto;
}
.radio_parent_noborder {
    border:0;
}
.radio_invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}