.autocomplete-list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.autocomplete-list li {
    padding: 8px;
    cursor: pointer;
}

.autocomplete-list li:hover {
    background-color: #f0f0f0;
}

.card-dashboard-link:hover .card-body h6, .card-dashboard-link:hover .card-body {
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    color: #803182;
}

#login-card {
    max-width: 400px;
}