/**
 * GUI ovije polje v .input-group (flex). Po wrap() je neposredni otrok .input-group
 * ovoj .d4-company-input-wrap — brez flex:1 se skrči (min-content), ne kot .form-control.
 */
.input-group > .d4-company-input-wrap {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.d4-company-input-wrap {
    overflow: visible !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.d4-company-suggest-dd {
    z-index: 10050 !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
