.search-container {
position: sticky;
top: 0;
background-color: white;
z-index: 1;
padding: 10px 0;
}

.professors-list {
max-height: 400px;
overflow-y: auto;
}

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