﻿/*************************************************/
.popup-menu {
    position: absolute;
    direction: rtl;
    font-family: 'IRANSans';
    font-size: 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 0px 20px 0px 20px;
    padding: 10px;
    display: none;
    min-width: 169px;
    z-index: 1000;
    filter: drop-shadow(2px 4px 6px #eee);
}
.popup-item {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    border-bottom: solid 1px #eee;
}
.popup-item:last-child {
    border-bottom: solid 0px #eee;
}
.popup-item:hover {
    background: #fbfbfb;
}
.popup-item img {
    width: 18px;
    height: 18px;
    margin-left: 10px;
  }