.cas-delete {
    border: none;
    background: none;
    
    &:hover {
        background: none;
        
        span{
            color: #2271b1;
        }    
    }

    span {
        color: #777;
    }
}

#wpcontent {
    .cas-delete-loader {
        &:before {
            content: "";
            width: 100%;
            height: 100vh;
            position: absolute;
            top: 0;
            background: white;
            opacity: .5;
            z-index: 9;
        }
    }
}