.icon-search {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: black;
    padding: 8px 0px;
    left: 5px;
}

.field-dealer {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 45px;
    gap: 16px;
    width: 100%;
    height: 53px;
    left: 24px;
    top: 24px;
    border: none;
    background: transparent;
    color: white !important;
    border-radius: 8px;
    border: 1px solid #757575;
}

.field-dealer::placeholder {
    color: #757575 !important;
}

.field-province {
    background: transparent;
    color: white !important;
    border-radius: 8px !important;
    border: 1px solid #757575;
    height: 53px !important;
    font-size: 14px;
}

.field-city {
    background: transparent;
    color: white !important;
    border-radius: 8px !important;
    border: 1px solid #757575;
    height: 53px !important;
    font-size: 14px;
}

.select-bar .select2-container .select2-selection--single {
    background: transparent;
    color: white !important;
    border-radius: 8px !important;
    border: 1px solid #757575;
    height: 53px !important;
    display: flex;
    align-items: center;
    padding-left: 16px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    top: 18px !important;
    right: 11px !important;
    width: 16px !important;
    height: 16px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: white !important;
}

::placeholder {
    font-size: 14px !important;
    color: #757575;
}

.wrapper-card-dealer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    /* padding: 8px; */
    /* gap: 31px; */
    /* padding: 8px 14px; */
    width: 100%;
    /* height: 129px; */
    /* background: #FFFFFF; */
    border-radius: 8px;
    /* flex: none; */
    /* order: 3; */
    /* flex-grow: 0; */
}

.wrapper-card-dealer img {
    border-radius: 5px;
}

.btn-direct-me {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    background: #0a2240;
    border-radius: 8px;
    flex: none;
    order: 2;
    flex-grow: 0;
    transition: 0.3s;
}

.btn-direct-me:hover {
    background: #07182c;
}

.field-disabled {
    pointer-events: none;
    cursor: none;
    opacity: 0.5;
}

.btn-search-dealer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    border: none;
    border-radius: 8px;
}

.input-bar {
    padding: 16px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    float: left;
}

@media (max-width: 576.5px) {
    .wrapper-card-dealer {
        height: auto;
        flex-direction: column;
        justify-content: center;
    }

    .wrapper-card-dealer img {
        width: 100%;
        height: 150px;
        /* object-position: center; */
        object-fit: contain;
    }

    .select2-container--default
        .select2-selection--single
        .select2-selection__rendered {
        font-size: 14px;
    }
}
