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

ul.ays-wp-notice-answers{
    list-style-type: none;
}

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

#adminmenu a.toplevel_page_gallery-photo-gallery div.wp-menu-image img {
    width: 25px !important;
    padding-top: 2px !important;
}

#adminmenu li.toplevel_page_gallery-photo-gallery .wp-menu-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
#adminmenu li.toplevel_page_gallery-photo-gallery .wp-menu-image img{
    width: 32px;
    padding: 2px;
    transition: .3s ease-in-out;
}
#adminmenu li.toplevel_page_gallery-photo-gallery ul.wp-submenu.wp-submenu-wrap li a {
    transition: .3s ease-in-out;
}

#adminmenu li.toplevel_page_gallery-photo-gallery ul.wp-submenu.wp-submenu-wrap li:last-child a {
    color: #68A615;
    font-weight: bold;
}

.wp-list-table a.ays-admin-plugins-upgrade-link {
    color: #01A32A;    
}

.wp-list-table a.ays-admin-plugins-upgrade-link:hover {
    color: #3B8D3F;
}

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

.swal2-popup .ays-gallery-photo-gallery-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-gallery-photo-gallery-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-gallery-photo-gallery-upgrade-button.swal2-styled.swal2-confirm {
    background-color: #fff !important;
    color: #3085d6 !important;
    border: 1px solid #3085d6 !important;
}
