.ajaxstatus {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
    z-index: 9999;
    text-align: center;
    padding: calc(50vh - 70px) 15px;
}
.ajaxstatus .fas {
    font-size: 60px;
}
.ajaxstatus .fa-check {
    border: 5px solid white;
    border-radius: 100%;
    padding: 20px;
}
.ajaxstatus .fa-exclamation-triangle {
    color: yellow;
}
.ajaxstatus p {
    font-family: "Poppins";
    font-size: 26px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    padding: 15px 0;
    text-transform: uppercase;
}
