

.custom-input-base {
    position: relative;
    font-family: 'BentonBook', sans-serif;
    font-size: 15.008px;
    font-style: normal;
    font-weight: 350;
    line-height: 24px;

    background: var(--bbva-grey-200);
    border: 2px solid var(--bbva-grey-600);
    border-radius: .5rem;
    display: flex;
    align-items: center;
}

/* Div Search */

.custom-input-div-input {
    width: 100%;
}

/* FIN Div Search */

/* Multiselect Search input */
.custom-input-search-input {
    background-color: var(--bbva-grey-200);
    border: 0;
    flex-grow: 2;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 52px;
    min-height: unset !important;
}

.custom-input-search-input:focus {
    border: 0;
    box-shadow: none !important;
    background-color: var(--bbva-grey-200)
}

/* FIN Multiselect Search input */

/* Multiselect Counter */
.custom-input-icon-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
}

[id^="icon-clear-search-input"] {
    transform: translateY(10%);
}