div {
    /* max-width: 400px; */
    /* max-width: 50%; */
    margin: auto;
}
.input-icon {
    position: relative;
    width: 40%;
}
.input-icon i {
    position: absolute;
}
.icon {
    padding: 10px;
    padding-top: 37px;
}
.input-field {
    /* width: 87%; */
    padding: 10px;
    /* text-align: center; */
    padding-left: 40px;
    /* max-width: 400px; */
    /* margin-right: 30px; */
    /* width: 93.5%; */
    box-sizing: border-box; /* https://css-tricks.com/box-sizing/ */
    min-width: 100%;
    margin-top: 2em;
}
.input-field-items {
    position: absolute;
    border: 1px solid #d4d4d4; 
    /* if there are no elements to display, this should be set to none; */
    /* border-bottom: none;
    border-top: none; */
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    /* width: 50%; */
    /* max-width: 50%; */
    margin-top: .35em;
}
.input-field-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    /* border-bottom: 1px solid #d4d4d4; */
    /* width: 100%; */
    display: none;
}
.input-field-items div:hover {
/*when hovering an item:*/
background-color: #e9e9e9;
}
.input-field-item-active {
/*when navigating through the items using the arrow keys:*/
/* background-color: DodgerBlue !important;
color: #ffffff; */
    border: 1px solid #d4d4d4;
}
.brand-icon {
    /* display: inline-block; */
    margin-right: 2em;
}
/* input::placeholder {
    opacity: 0.75;
} */
.icon-right {
    top: 37px;
    right: 10px;
}
.brand-title {
    margin: 0;
}
/* #appsitem-list {
    width: 50%;
} */