.div-multilookup-action {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.div-multilookup-top-main {
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    max-width: 530px;
}

.div-multilookup-action-btn {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.dw-icon-standard {
    cursor: pointer;
    font-size: 22px;
    padding: 3px;
}

.btn-multilookup-delete {
    position: absolute;
    top: 25px;
}

#labelGridMultilookup{
    font-weight: 700;
}

.sel-multilookup {
    width: 100%;
    border: 1px solid #e6e6e6 !important;
    max-height: 160px;
    font-size: 18px !important;
}