
.dropdown-input{
    display:flex;
}

.form-floating .dropdown-toggle {
    max-width: 30px;
}

.dropdown-item{
    cursor:pointer;
}

.dropdown-overflow{
    max-height: 200px;
    overflow-y: auto;
}

.form-floating-multiple-group{
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-control.group-top {
    border-bottom:0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width:100%;
}

.form-control.group-bottom {
    border-top:0px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width:100%;
    padding-top: 0px !important;
    height: auto;
    margin-left:0px !important;
}

.badges {
    white-space: break-spaces;
}

.badges .badge{
    margin-left:5px;
}

.form-control .form-control{
    border: 0px;
}

.adjust-size{
    height: 20px !important;
    padding-top: 1.625rem !important;
    padding-bottom: 0.625rem !important;
}

.form-control input.form-control{
    width: 100%;
}

.dropdown-item-remove{
    cursor:pointer;
}

.dropdown-image {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: 25px;
    border: 1px solid #dee2e6;
    background-position: center;
}

.multiple-remove:hover{
    background-color:var(--bs-danger);
    cursor:pointer;
    display:inline-table;
}

.htmlDisplay{
    position: relative;
    width: 90%;
    height: 100%;
    top:0px;
}

.disabled {
    background-color: #e9ecef;
    opacity: 1;
}