.modal-result-search {
    position: relative;
}
.search-input-wrapper, .search-input-wrapper input[type="search"] {
    width: 226px !important;
}
.search-input {
    height: 42px;
    border: 1px solid #888;
}
.search-input-wrapper {
    margin-bottom: 20px;
}
#modal-search {
    /* position: fixed; */
    width: 260px;
    padding: 5px;
    border: 1px solid rgb(172, 172, 172);
    border-radius: 5px;
    background: #fff;
    z-index: 10;
}
.modal-result-search ul li {
    list-style-type: none;
    margin: 10px 0 10px 0;
}
.modal-search-list ul li:before {
    content: "" !important;
}
.modal-search-list ul {
    margin: 0;
    list-style-type: none;
}
.modal-search-count {
    font-weight: 600;
}
.btn-search {
    /* font-size: 12px; */
    position: absolute;
    width: 43px;
    height: 42px;
    /* margin-top: -52px;
    margin-left: 229px; */
    color: #fff;
    cursor: pointer;
    background-color: #1991da;
    border: none;
}
.hidden-hint {
    color: red;
    font-size: 11px;
    line-height: 1;
}
