html[dir="rtl"] body.rtl{
    text-align: right;
}

#adminmenu li.toplevel_page_personal-dictionary ul.wp-submenu.wp-submenu-wrap li a[href*="pro-features"] {
    color: #68A615;
    font-weight: bold
}

#adminmenu a.toplevel_page_personal-dictionary div.wp-menu-image img{
    width: 25px;
    padding: 5px 0 0;
    transition: .3s ease-in-out;
}

.ays_fa_power_off_pd-wrap .ays_fa_power_off_pd::before,
.ays_fa_power_off_pd::before {
    content: "";
    background-image: url("../images/icons/logo-admin-32x32.png");
    height: 30px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}


.swal2-popup .ays-pd-upgrade-button,
.swal2-popup .ays-pd-cancel-button {
    position: relative;
}

.swal2-popup .ays-pd-upgrade-button.swal2-styled.swal2-confirm:after {
    content: "(Save Your Data)";
    position: absolute;
    color: #878787;
    bottom: -18px;
    left: 25px;
    font-size: 12px;
}

.swal2-popup .ays-pd-cancel-button.swal2-styled.swal2-cancel:after {
    content: "(Delete All Data)";
    position: absolute;
    color: #878787;
    bottom: -18px;
    left: 30px;
    font-size: 12px;
}

.swal2-popup .ays-pd-upgrade-button.swal2-styled.swal2-confirm {
    background-color: #fff !important;
    color: #3085d6 !important;
    border: 1px solid #3085d6 !important;
}
