.my-error-ul{
    list-style-type: none !important;
    padding: 0 !important;
}
.custom-hover{
    cursor: pointer !important;
}
.font-14{
    font-size: 14px !important;
}

#itemSuggestions {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    max-height: 250px;
    display: none;
}

#itemSuggestions .list-group-item {
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

#itemSuggestions .list-group-item:hover {
    background-color: #f8f9fa;
}
