
.ptxc_ring_outer {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999999;
}
.ptxc_ring{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:150px;
    height:150px;
    background:transparent;
    border:3px solid #ffffff70;
    border-radius:50%;
    text-align:center;
    line-height:150px;

    color:#079271;
    letter-spacing:2px;
    text-shadow:0 0 10px #079271;
    box-shadow:0 0 20px rgba(0,0,0,0.5);
    font-size: 19px;
    font-weight: 600;
}

.ptxc_ring:before{
    content: ' ';
    position:absolute;
    top:-5px;
    right: -4px;
    width:100%;
    height:100%;
    border:3px solid transparent; 
    border-right:3px solid #079271;
    border-top:3px solid #079271;
    border-radius:50%;  
    animation:ptxc_animatec 2s linear infinite;  
}

@keyframes ptxc_animatec{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.dashicons-before img{
    width: 55%;
    height: 55%;
}

.dashicon-cls-g .cls-g{fill:#a7aaad;}
.dashicon-cls-g .cls-g:hover{fill:#72aee6;}
#adminmenu li.wp-has-current-submenu .dashicon-cls-g .cls-g{fill:#fff;}


