
/*# sourceMappingURL=custom.min.css.map */
.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: calc(100% - 2px);
    max-height: 200px; /* Adjust this value as needed */
    overflow-y: auto;
    z-index: 1000;
    top: 36px;
}

.autocomplete-items li {
    font-size: 19px;
    padding: 10px;
    cursor: pointer;
}

.autocomplete-items li:hover {
    background-color: #f2f2f2;
}

.social-search-items {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: calc(100% - 2px);
    max-height: 200px; /* Adjust this value as needed */
    overflow-y: auto;
    z-index: 1000;
}

.social-search-items li {
    padding: 10px;
    cursor: pointer;
}

.social-search-items li:hover {
    background-color: #f2f2f2;
}


.autocomplete.input-group {
    position: relative; /* Ensure relative positioning for the parent container */
}

.list-storeIds {
    position: absolute; /* Position the below div absolutely */
    top: 100%; /* Position it below the input field */
    left: 0; /* Align it with the left edge of the input field */
    width: 100%; /* Make it span the full width of the parent */
}

.artistNotExist {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    font-weight: bold;
    color: black;
    z-index: 99999;
    text-decoration: none;
    cursor: pointer;
  
}

.artistNotExist:hover {
    text-decoration: underline; /* Add underline on hover */
}

/*.bxl-spotify,.bxl-apple,.bxl-facebook,.bxl-instagram{
    font-size: 20px;
}*/