.an-fo-option-box,
.an-fo-step-indicator,
input,
textarea,
button,
.an-fo-error-message {
    transition: all 0.3s ease;
}

.an-fo-error-message {
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    height: 0;
    overflow: hidden;
}

.an-fo-error-message:not(:empty) {
    opacity: 1;
    transform: translateY(0);
    height: auto;
    min-height: 18px;
}

.an-fo-step {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.an-fo-step.an-fo-active {
    opacity: 1;
    transform: translateX(0);
}

.email-placeholder::after {
    content: attr(data-email);
    font-weight: bold;
}

#an-fo-angebot-container {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#an-fo-angebot-container.an-fo-show {
    display: block;
    opacity: 1;
}

#an-fo-standard-form-container {
    opacity: 1;
    transition: opacity 0.3s ease;
}

#an-fo-standard-form-container.an-fo-hide {
    opacity: 0;
}

.an-fo-custom-select-items {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
    max-height: 0;
    overflow: hidden;
}

.an-fo-custom-select-items.an-fo-show {
    opacity: 1;
    transform: translateY(0);
    max-height: 265px;
}

div#an-fo-error-marke {
    margin-top: -13px;
    margin-bottom: -10px;
    z-index: 1;
    position: relative;
}

div#an-fo-error-kontakt-name {
    margin-bottom: -10px;
}

div#an-fo-error-kontakt-email {
    margin-bottom: -10px;
}

div#an-fo-error-anzeige {
    margin-bottom: -10px;
}

div#an-fo-error-name {
    margin-bottom: -10px;
}

div#an-fo-error-email {
    margin-bottom: -10px;
}

div#an-fo-error-groesse {
    margin-top: -13px;
    margin-bottom: -10px;
}

div#an-fo-error-beschreibung {
    margin-top: -23px;
    margin-bottom: 20px;
}

label[for="an-fo-beschreibung"] {
    margin-top: -5px;
}


#an-fo-submit-btn,
#an-fo-angebot-submit-btn {
    width: 160px;
    height: 44px;
    padding: 0 20px;
    border: none;
    border-radius: 50px;
    background: #B02020;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#an-fo-submit-btn:hover:enabled,
#an-fo-angebot-submit-btn:hover:enabled {
    background: #a41a1a;
}

#an-fo-submit-btn:disabled,
#an-fo-angebot-submit-btn:disabled {
    background: #c2c2c2;
    cursor: not-allowed;
    pointer-events: auto;
}

#an-fo-submit-btn .an-fo-btn-inner,
#an-fo-angebot-submit-btn .an-fo-btn-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

#an-fo-submit-btn .an-fo-loader,
#an-fo-angebot-submit-btn .an-fo-loader {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-top: 2px solid #fff;
    border-radius: 50%;
    animation: an-fo-spin 1s linear infinite;
}

#an-fo-submit-btn .an-fo-loader.an-fo-hidden,
#an-fo-angebot-submit-btn .an-fo-loader.an-fo-hidden {
    display: none;
}

@keyframes an-fo-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes an-fo-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

.an-fo-custom-select-container {
    margin-top: 17px;
}

.an-fo-custom-select-items.an-fo-show {
    line-height: 1.3;
}

.an-fo-dropdown-error {
    margin-top: 5px;
    margin-bottom: -15px !important;
}

.an-fo-preisvorstellung {
    margin-top: -10px !important;
    color: #272727;
}

.an-fo-preis-row {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin-top: 15px;
	margin-bottom: 5px;
}

.an-fo-preis-container {
    flex: 0 0 60%;
}

.an-fo-button-container {
    flex: 0 0 34%;
}

.an-fo-button-container .an-fo-next {
    width: 100%;
    max-width: 200px;
    height: 40px;
    border: none;
    border-radius: 8px;
    background: #B02020;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.3s ease;
    margin-top: 2px;
}

.an-fo-button-container .an-fo-next:hover:enabled {
    background: #a41a1a;
}

.an-fo-button-container .an-fo-next:disabled {
    background: #c2c2c2;
    cursor: not-allowed;
}

.grecaptcha-badge { 
    opacity:0;
}

#an-fo-multi-step-form {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 15px 20px 15px 20px;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    content-visibility: auto;
    contain-intrinsic-size: 0 600px;
}

#an-fo-multi-step-form h2 {
    color: #B02020;
    margin: 12px 0 15px;
    text-align: center;
    font-size: 18px;
}

.an-fo-step-divider {
    border: 0;
    height: 1px;
    background-color: #eaeaea;
    margin: 10px 0 15px;
}

#an-fo-multi-step-form label {
    display: block;
    margin: 15px 0 5px;
    font-weight: 600;
    font-size: 14px;
    color: #272727;
}

#an-fo-multi-step-form label[for="an-fo-marke"],
#an-fo-multi-step-form label[for="an-fo-groesse"] {
    display: none;
}

#an-fo-standard-form-container {
    margin-top: 25px;
}

#an-fo-groesse {
    margin-top: 20px;
}

#an-fo-angebot-container,
#an-fo-standard-form-container {
    transition: opacity 0.2s ease, visibility 0.2s ease;
    position: relative;
}

#an-fo-angebot-container {
    display: none;
}

#an-fo-standard-form-container {
    display: block;
}

#an-fo-multi-step-form label:not(.an-fo-preisvorstellung):not(.an-fo-upload-button):not([for="an-fo-website"]):not([for="an-fo-kontakt-website"]):not([for="an-fo-marke"]):not([for="an-fo-groesse"]) {
    display: block;
    margin: 20px 0 8px;
    font-size: 14px;
    color: #272727;
    font-weight: 600;
}

#an-fo-multi-step-form input:not([type="hidden"]),
#an-fo-multi-step-form select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background: #f9f9f9;
    outline: none;
    transition: border-color 0.2s;
    font-size: 13px;
    height: 48px;
    margin-bottom: 0;
    padding: 0 30px 0 10px;
    font-family: "Instrument Sans", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

#an-fo-name,
#an-fo-email, 
#an-fo-telefon,
#an-fo-kontakt-name,
#an-fo-kontakt-email,
#an-fo-kontakt-telefon {
    margin-top: 20px;
}

#an-fo-multi-step-form textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background: #f9f9f9;
    outline: none;
    transition: border-color 0.2s;
    font-size: 13px;
    min-height: 80px;
    max-height: 200px;
    padding: 10px 12px;
    resize: vertical;
    margin-bottom: 0;
}

#an-fo-multi-step-form select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M6 8L0 2h12z' fill='%23666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 17px center;
    padding-right: 40px;
}

#an-fo-multi-step-form input:focus,
#an-fo-multi-step-form select:focus,
#an-fo-multi-step-form textarea:focus {
    border-color: #9c9c9c;
}

#an-fo-multi-step-form input.an-fo-error,
#an-fo-multi-step-form select.an-fo-error,
#an-fo-multi-step-form textarea.an-fo-error {
    border-color: #a60000;
}

.an-fo-error-message {
    color: #B02020;
    font-size: 12px;
    margin-top: 4px;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: normal;
    display: none;
    transition: all 0.2s ease;
}

.an-fo-error-message:not(:empty) {
    display: block;
    margin-bottom: 0px;
}

.an-fo-upload-error-message {
    color: #a60000;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}

.an-fo-char-counter {
    text-align: right;
    font-size: 12px;
    color: #272727;
}

.an-fo-form-error-message {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 12px 16px;
    border-radius: 8px;
    margin: 16px 0;
    font-size: 14px;
    font-weight: 500;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    display: none;
}

.an-fo-form-error-message.show {
    opacity: 1 !important;
    transform: translateY(0) !important;
    display: block !important;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

#an-fo-multi-step-form textarea {
    resize: vertical;
    min-height: 80px;
    max-width: 100%;
}

.an-fo-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border: none;
}

.an-fo-form-footer button:only-child {
    margin: 0 auto !important;
}

.an-fo-form-footer .an-fo-back {
    margin-right: auto;
}

.an-fo-form-footer::before,
.an-fo-form-footer::after {
    display: none;
}

.an-fo-help-link {
    text-align: center;
    margin: 10px auto;
    color: #B02020;
    font-size: 13px;
    font-weight: 600;
}

#an-fo-multi-step-form button {
    background: #B02020;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    cursor: pointer;
	text-align: center;
    transition: background 0.3s ease;
    border: none;
    outline: none;
    font-weight: 500;
    min-height: 44px;
}

#an-fo-multi-step-form button:hover:enabled {
    background: #a41a1a;
    color: #ffffff;
}

#an-fo-multi-step-form button:disabled {
    background: #9f9f9f;
    cursor: not-allowed;
    pointer-events: auto;
}

.an-fo-help-link:hover {
    color: #a41a1a;
}

#an-fo-multi-step-form .an-fo-back {
    background: #d6d6d6;
    color: #000;
}

#an-fo-multi-step-form .an-fo-step {
    display: none;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    contain: layout style;
}

#an-fo-multi-step-form .an-fo-step.an-fo-active {
    display: block;
    opacity: 1;
    transform: translateX(0);
    font-size: 14px!important;
}

.an-fo-progressbar {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.an-fo-step-indicator {
    text-align: center;
    flex: 1;
    position: relative;
}

.an-fo-step-indicator .an-fo-dot {
    display: inline-block;
    width: 27px;
    height: 27px;
    line-height: 27px;
    background: #6d6d6d;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
}

.an-fo-step-indicator.an-fo-done .an-fo-dot {
    background: #269420;
    content: "✓";
}

.an-fo-step-indicator.an-fo-active .an-fo-dot {
    background: #B02020;
}

.an-fo-step-indicator .an-fo-text {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    color: #6d6d6d;
    margin-top: 2px;
    font-weight: 600;
}

.an-fo-step-indicator.an-fo-active .an-fo-text {
    color: #B02020;
}


p.an-fo-ds-hinweis {
    font-size: 12px;
    padding: 15px 3px 0px;
}

p.an-fo-upload-text {
    padding: 0;
    font-size: 14px;
    max-width: 430px;
    margin: 0 auto;
    line-height: 1.4;
}

.an-fo-ebay-question p {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
    color: #272727;
}

.an-fo-option-container {
    display: flex;
    gap: 20px;
}

.an-fo-option-box {
    flex: 1;
    padding: 7px;
    text-align: center;
    border:1.5px solid #d6d6d6;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    background: #f9f9f9;
    font-size: 14px;
}

.an-fo-option-box:hover {
    border-color: #B02020;
    background: #fdf0f0;
}

.an-fo-option-box.an-fo-selected {
    border-color: #B02020;
    background: #fae6e6;
    color: #B02020;
}

.an-fo-upload-container, #an-fo-upload-area {
    border: 2px dashed #d6d6d6;
    border-radius: 16px;
    background: #f9f9f9;
    margin: 10px 0;
    transition: all 0.3s ease;
    text-align: center;
    height: auto;
    min-height: 120px;
}

.an-fo-upload-container.an-fo-dragover, #an-fo-upload-area.an-fo-dragover {
    background: #f7e9e9;
    border-color: #B02020;
}

.an-fo-upload-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.an-fo-upload-icon {
    color: #B02020;
    margin-top: 10px;
}

.an-fo-upload-icon svg {
    width: 30px;
    height: 30px;
}

.an-fo-upload-text {
    text-align: center;
}

.an-fo-primary-text {
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.an-fo-secondary-text {
    color: #666;
    margin: 3px 0;
    font-size: 13px;
}

.an-fo-form-footer .an-fo-next,
.an-fo-form-footer #an-fo-submit-btn,
.an-fo-form-footer #an-fo-angebot-submit-btn {
    margin-left: auto;
}

#an-fo-submit-btn .an-fo-btn-text,
#an-fo-angebot-submit-btn .an-fo-btn-text {
    margin-right: 0px;
}

.an-fo-upload-button {
    display: inline-block;
    background: #B02020;
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    cursor: pointer;
    transition: background 0.2s;
    font-weight: 600;
    margin-top: 8px;
    font-size: 14px;
}

label.an-fo-upload-button {
    margin-top: 10px !important;
}

.an-fo-upload-button:hover {
    background: #a41a1a;
}

.an-fo-upload-button input[type="file"] {
    display: none;
}

.an-fo-upload-info {
    color: #474747;
    font-size: 11px;
    margin-top: 4px;
    text-align: center;
    margin-bottom: 5px;
}

.an-fo-file-list {
    margin-top: 10px;
}

.an-fo-file-item {
    background: #f9f9f9;
    border-radius: 8px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    margin-bottom: 5px;
    border: 1px solid #eaeaea;
}

.an-fo-file-item-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-grow: 1;
    overflow: hidden;
}

.an-fo-file-item .an-fo-file-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #E0E0E0;
    overflow: hidden;
}

.an-fo-file-item .an-fo-file-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.an-fo-file-item .an-fo-file-details {
    flex-grow: 1;
    min-width: 0;
}

.an-fo-file-item .an-fo-file-name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    color: #333;
    font-weight: 500;
}

.an-fo-file-item .an-fo-file-size {
    color: #777;
    font-size: 11px;
}

.an-fo-file-item .an-fo-file-progress {
    flex-grow: 1;
    height: 4px;
    background: #E0E0E0;
    border-radius: 8px;
    margin: 0 10px;
    overflow: hidden;
    max-width: 90px;
    min-width: 90px;
}

.an-fo-file-item .an-fo-file-progress-bar {
    height: 100%;
    background: #58D052;
    width: 0%;
}

@keyframes an-fo-progressAnimation {
    0% { width: 0%; }
    20% { width: 20%; }
    60% { width: 60%; }
    100% { width: 100%; }
}

.an-fo-animate-progress {
    animation: an-fo-progressAnimation 0.8s ease-in-out forwards;
}

.an-fo-file-item .an-fo-delete-file {
    background: none;
    border: none;
    color: #a60000;
    cursor: pointer;
    font-size: 16px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    flex-shrink: 0;
}

.an-fo-file-item .an-fo-delete-file:hover {
    background: #f2f2f2;
}

#an-fo-help-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

@media (max-width: 500px) {
    .an-fo-popup-content {
        width: calc(100% - 40px);
        margin: 0 20px;
        max-width: 280px;
    }
    
    #an-fo-multi-step-form {
        margin: 15px auto;
    }
}

#an-fo-help-popup.an-fo-hidden {
    display: none;
}

.an-fo-popup-content {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid;
    border-color: #c7c7c7;
    text-align: center;
    max-width: 90%;
    width: 280px;
    margin: 0 20px;
    font-size: 14px;
    position: relative;
    z-index: 100000;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}

.an-fo-popup-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #B02020;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    margin: 15px 0;
    transition: background 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}

.an-fo-popup-btn img {
    width: 20px;
    height: 20px;
}

.an-fo-popup-btn:nth-child(4) img, 
.an-fo-popup-btn:nth-child(5) img {
    margin-right: 3px;
}

.an-fo-popup-btn:nth-child(3) img {
    margin-right: 6px;
}

.an-fo-popup-btn:hover {
    background: #a41a1a;
}

.an-fo-popup-content button {
    background: #d6d6d6;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 50px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.an-fo-popup-content button:hover {
    background: #cccccc;
}

.an-fo-hidden {
    display: none;
}

.an-fo-question-link {
    padding: 5px 0px !important;
}

.an-fo-button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    #an-fo-multi-step-form {
        margin: 15px auto;
    }
}

@media (max-width: 500px) {
    .an-fo-progressbar {
        display: none;
    }
    
    hr.an-fo-step-divider {
        display: none;
    }
    
       
    #an-fo-multi-step-form {
        padding: 15px;
        margin: 15px auto;
    }
    
    .an-fo-upload-inner {
        padding: 10px;
    }
    
    .an-fo-button-container {
        display: flex;
        width: 100%;
        justify-content: center;
        order: 1;
    }
    
    .an-fo-button-container.an-fo-dual-buttons {
        justify-content: space-between;
    }
}

.an-fo-button-container {
    display: flex;
    order: 2;
}

.an-fo-form-footer .an-fo-help-btn {
    order: 1;
}

#an-fo-marke option {
    padding: 12px;
    display: flex;
    align-items: center;
}

.an-fo-custom-select-container {
    position: relative;
    width: 100%;
    height: 48px;
    z-index: 100;
    margin-bottom: 20px;
}

.an-fo-marke-dropdown {
    z-index: 2000 !important;
}

.an-fo-groesse-dropdown {
    z-index: 1000 !important;
}

.an-fo-custom-select-selected {
    position: relative;
    width: 100%;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    background: #f9f9f9;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "Instrument Sans", Arial, sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: border-color 0.2s;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    contain: layout style;
}

.an-fo-custom-select-selected.an-fo-error {
    border-color: #a60000;
}

.an-fo-custom-select-selected:hover {
    border-color: #9c9c9c;
}

.an-fo-custom-select-selected::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M6 8L0 2h12z' fill='%23666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s;
    pointer-events: none;
}

.an-fo-custom-select-selected.an-fo-active::after {
    transform: translateY(-50%) rotate(180deg);
}

.an-fo-custom-select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1001;
    background: #fff;
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    margin-top: 5px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: none;
    max-height: 400px;
    overflow-y: auto;
}

.an-fo-custom-select-items.an-fo-show {
    display: block;
}

.an-fo-custom-select-item {
    padding: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
    font-size: 13px;
}

.an-fo-custom-select-item:first-child {
    display: none;
}

.an-fo-custom-select-item:hover {
    background: #f0f0f0;
}

.an-fo-custom-select-item.an-fo-selected {
    background: #fae6e6;
}

.an-fo-custom-select-item img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
    margin-left: 2px;
    object-fit: contain;
    flex-shrink: 0;
    background: transparent;
}

.an-fo-custom-select-item span {
    margin-left: auto;
    margin-right: auto;
}

.an-fo-custom-select-item img[alt="AMG"],
.an-fo-custom-select-item img[alt="Audi"] {
    width: 45px;
    height: 27px;
}

.an-fo-custom-select-item img[alt="BMW"],
.an-fo-custom-select-item img[alt="Porsche"],
.an-fo-custom-select-item img[alt="Mercedes"],
.an-fo-custom-select-item img[alt="Andere"] {
    margin-left: 10px;
    margin-right: 20px;
}

#an-fo-multi-step-form input::placeholder,
#an-fo-multi-step-form textarea::placeholder {
    color: #717171;
    opacity: 1;
}

#an-fo-multi-step-form input::-webkit-input-placeholder,
#an-fo-multi-step-form textarea::-webkit-input-placeholder {
    color: #717171;
}

#an-fo-multi-step-form input::-moz-placeholder,
#an-fo-multi-step-form textarea::-moz-placeholder {
    color: #717171;
    opacity: 1;
}

.an-fo-custom-select-placeholder {
    color: #2b2b2b;
    line-height: 48px;
    height: 14px;
    display: flex;
    align-items: center;
}

.an-fo-custom-select-container select {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.an-fo-custom-select-selected img {
    width: 27px;
    height: 27px;
    min-width: 27px;
    min-height: 27px;
    margin-right: 10px;
    object-fit: contain;
    background: transparent;
    flex-shrink: 0;
    display: block;
}

.an-fo-custom-select-selected img[alt="AMG"],
.an-fo-custom-select-selected img[alt="Audi"] {
    width: 45px;
    min-width: 45px;
    height: 27px;
    min-height: 27px;
}

.an-fo-custom-select-placeholder {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}