.popover{
    margin-top: -32px !important;
    padding: 0;
    border: none;
    height: auto;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4) !important;
    width: 150px;
}

.popover ion-content{
    padding: 0px;
}

.popover .list{
    margin: 1px;
}

.popover .list .item{
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto-Regular';
    background: #FFF;
}

.popover .list .item:hover{
    background: rgba(0, 0, 0, 0.04);
}