@font-face {
font-family: 'LouisRegular';
src: url('/static/font/chevrolet/LouisRegular.otf?6bc4e6527c31');
src: url('/static/font/chevrolet/LouisRegular.eot?&7599b67c2b9c#iefix') format('embedded-opentype'),
url('/static/font/chevrolet/LouisRegular.woff2?7d8bcbf541a9') format('woff2'),
url('/static/font/chevrolet/LouisRegular.woff?f3338bd630cd') format('woff'),
url('/static/font/chevrolet/LouisRegular.ttf?6c8ae8adc4b6') format('truetype'),
url('/static/font/chevrolet/LouisRegular.svg?4c5b28a8165a') format('svg');
font-weight: normal;
font-style: normal;
}

body {
    font-family: LouisRegular;
}

select#stateSelected {
  -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}

#stateSelected {
    border-radius: 0px;
    font-size: 1.3rem;
    height: 3.5rem;
    line-height: 1.846rem;
    background-image: url('/static/img/dropdown-gold.png?98dfd6cf2f29');
    background-position:
    calc(100% - 10px) calc(1em + -2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
    background-repeat: no-repeat;
    border: 3px solid #cd9834;
}

.main_color {
    color: #cd9834 !important;
}

.dealer-content {
    margin-bottom: 4rem;
    padding-left: 20px;
    font-size:1.5rem;
    min-height: 110px;
}

.delaer_data {
    min-height: 110px;
    overflow-y: auto;
}

._text_dealer {
        margin: 0 0 5px;
}
.contact-btn {
    position: absolute;
    bottom: 0px;
    left: 5%;
    padding: 0.5rem 4rem;
    background-color: white;
    border: 2px solid #cd9834;
    transition: border-color 0.15s linear, background 0.15s linear;
}

.contact-btn:hover {
    background-color: #cd9834;
    color: white;
}

.error {
    border: 2px solid red; 
}

._footer {
    font-weight: bold;
}

@media (max-width: 576px) {
    .dealer-content {
        max-height: 100px;
    }
}