﻿.search-result {
    width: 350px;
    overflow: auto;
    max-height:300px;
}
@media (min-width:670px){
    .search-result{
        width:420px;
    }
}
.profile-card {
    position: absolute;
    left: 0;
    top: 30px;
    width: 200px;
    background-color: white;
    border-radius: 12px;
    padding: 12px;
    background-color: white;
    z-index: 50;
    border: 1px solid #999999;
}
.profile-item{
    text-align:right;
    padding:6px;
    border-radius:6px;
    transition:all 0.5s;
}
.profile-item:hover {
    background-color: rgba(63,114,175,0.3);
}