.ajaxstatus {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    z-index: 9999;
    text-align: center;
    padding: calc(50vh - 70px) 15px;
}

.ajaxstatus .dashicons {
    font-size: 100px;
    width: 100px;
    height: 100px;
}

.ajaxstatus .dashicons-yes {
    color: green;
}

.ajaxstatus .dashicons-warning {
    color: yellow;
}

.ajaxstatus p {
    font-size: 26px;
    line-height: 38px;
    color: #fff;
    padding: 15px 0;
}
