/* .container-carga-vehiculos{
    max-width: 450px!important;
} */

#previewNautica {
    overflow: hidden;
    display: none;
    background-color: #DCE0EB;
    max-width: 450px!important;
}

#previewUsado {
    overflow: hidden;
    display: none;
    background-color: #DCE0EB;
    max-width: 450px!important;
}

#previewNautica img{
    width: 6em;
    height: 6em;
    object-fit: cover;
    object-position: center;
    margin: 10px;
    cursor: pointer;
    border-radius: 4px;
}

#previewUsado img {
    width: 6em;
    height: 6em;
    object-fit: cover;
    object-position: center;
    margin: 10px;
    cursor: pointer;
    border-radius: 4px;
}

.input-form-usados {
    background-color: #FFFFFF;
    border: #E8E8E8 1px solid;
    border-radius: 3px;
    color: var(--colorBlack);
}

.input-form-photo {
    border: var(--colorAction) 1px solid;
    border-style: dashed;
    border-radius: 3px;
}

.input-form-0km {
    height: 34px;
    border: #E8E8E8 1px solid !important;
    border-radius: 3px;
    color: var(--colorBlack);
}

.btn-buscar-img {
    background-color: #29293680!important;
    border-radius: 0!important;
    color:#fff!important;
}

.form-control {
    border: none!important;
    background-color: white!important;
}

.img_ilustrativa {
    border-radius: 4px;
    height: 205px;
    width: 310px;
    object-fit: cover;
}

.form-control {
    width: 100%!important;
    height: calc(1.5em + 0.75rem + 2px)!important;
    padding: 0.375rem 0.75rem!important;
    background-color: #fff!important;
    background-clip: padding-box;
    border: #E8E8E8 1px solid !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: #E8E8E8 1px solid !important;
    border-radius: none;
}
.select2-container .select2-selection--single {
    /* box-sizing: border-box; */
    cursor: pointer;
    display: block;
    height: calc(1.5em + 0.75rem + 2px)!important;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding: 0.375rem 0.75rem!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container{
    width: 100%!important;
    margin-bottom: 0.5rem!important;
}