.bs-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.bs-form__search {
    font-weight: bolder;
}

.bs-input {
    position: relative;
}

.bs-input__label {
    position: absolute;
    left: 0;
    top: 0;
    padding: calc(.5rem * 0.75) calc(.5rem * .5);
    margin: calc(.5rem * 0.75 + 3px) calc(.5rem * .5);
    background: pink;
    white-space: nowrap;
    transform: translate(0, 0);
    transform-origin: 0 0;
    background: white;
    transition: transform 120ms ease-in;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1em;
    transform: translate(0.25rem, -65%) scale(0.8);

}

.bs-input__field {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-width: 410px;
    border: 1px solid #aaaaaa !important;
    padding: calc(.5rem * 1.5) .5rem;
    background: transparent !important;
    border-radius: 4px !important;
}

.bs-input i.material-icons {
    position: absolute;
    top: calc(100% - 1.65em);
    right: 10px;
}

.bs-info strong {
    color: #054B78;
}

.bs-form__buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-right: 20px;
    flex-basis: 100%;
    align-items: center;
}

.bs-form__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn {
    border-radius: 4px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    background: #054B78;
    color: white;
    outline: none;
}

.btn--clear {
    background: #fff;
    color: #054B78;
    border: 1px solid #054B78;
}

.btn:hover,
.btn:focus {
    color: white;
}

.bs-input__field--multi {
    overflow: hidden;
    height: 44.5px;
    position: relative;
}

.bs-input__field--multi option {
    display: none;
}

.bs-input .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 5px 5px;
    white-space: normal;
    word-break: break-all
}

.bs-input .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    position: relative;
}

.bs-input .select2-container--default .select2-selection--multiple .select2-selection__choice {
    z-index: 1;
}

.bs-input .select2-selection {
    overflow: hidden;
}

.select2-container--open .select2-dropdown {
    top: 32px;
}
