.label_div {
    width: 250px;
    float: left;
    line-height: 28px;
}

.input_container {
    height: 30px;
    float: left;
}

.input_container input {
    height: 20px;
    width: 250px;
    padding: 3px;
    border: 1px solid #cccccc;
    border-radius: 0;
}

.input_container ul {
    width: 250px !important;
    position: absolute;
    z-index: 9;
    background: #fff;
    list-style: none !important;
}

.input_container ul li {
    padding: 2px;
    list-style: none !important;
}

.input_container ul li:hover {
    background: #ddbad0;
}


/*	By Ivan Sergey	*/

#demo_list_id {
    display: none;
    position: absolute;
    background-color: #d42b5a;
    overflow: scroll;
    padding: 1em;
    z-index: 99999;
    font-size: 13px;
    height: auto;
    max-height: 600px;
    margin: 0 0 0 -1em;
    width: 500px;
}

.clear_fix {
    clear: both;
    height: 0;
}

.search_item {
    cursor: pointer;
    padding: 5px;
    margin-bottom: 2px;
    background-color: #FFF;
    list-style: none !important;
    align-items: center;
    color: #000;
    font-size: 14px !important;
    font-weight: 400;
}

.search_item>a {
    display: flex;
    color: black;
    text-decoration: none;
    align-items: center;
}

.search_item a:hover {
    color: black !important;
}

.search_img {
    padding: 0;
    width: 20%;
    background-color: #fff;
    text-align: center;
    line-height: 0;
    min-width: 80px;
}

.search_img img {
    max-width: 100%;
    max-height: 50px;
}

.item_content {
    font-size: 13px;
    margin-left: 10px;
    padding-top: 5px;
    overflow: hidden;
    margin-right: 10px;
    line-height: 20px;
    font-weight: 600;
}

.hovered {
    background: #f2f2f2;
}

.modFont {
    color: #d42b5a !important;
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
}

@media (max-width: 500px) {
    #demo_list_id {
        width: 100%;
        left: 0;
        margin: 0;
    }
}