/* Autocomplete */ .autocomplete-container { position: relative; } .autocomplete-items { position: absolute; border: 1px solid #d4d4d4; z-index: 99; top: 100%; left: 0; right: 0; max-height: 300px; overflow-y: auto; background: #fff; box-shadow: 0 4px 6px rgba(0,0,0,0.1); border-radius: 0 0 4px 4px; } .autocomplete-items div { padding: 10px; cursor: pointer; border-bottom: 1px solid #d4d4d4; } .autocomplete-items div:hover { background: #e9ecef; } .autocomplete-active { background: #007bff !important; color: #fff !important; }
Sistema Gestione Permanenze