.emailListBox{
    box-sizing: border-box;
    width: 100%;
    background-color:white;
    max-height: 500px;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: 2px 1px 2px 2px rgba(200, 200, 200, 0.3);
    position: absolute;
    top: 81px;
    z-index: 3;
    display: none;
}

.emailListBox ul{

}

.emailListBox ul li{
    line-height: 40px;
    height: 40px;
    list-style-type: none;
    margin-left: -40px;
    padding: 5px;
    padding-left: 10px;;
    font-weight: 600;
    margin-bottom: 5px;
    border-radius: 4px;
}

.emailListBox ul li:hover{
    background-color: rgba(200, 200, 200, 0.3);
}