/* Custom styles for MembersFlow */

.autocomplete-list {
    position: absolute !important;
    top: 48px !important;
    left: 0 !important;
    width: 180px !important;
    max-height: 260px;
    overflow-y: auto;
    background: #fff !important;
    border: 1px solid #ced4da;
    border-radius: 0 0 0.375rem 0.375rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    z-index: 9999 !important;
    display: none;
}
@media (max-width: 600px) {
    .autocomplete-list { width: 100% !important; left: 0 !important; right: 0 !important; }
}
