#ajax-loader {
    width: 130px;
    height: 130px;
    position: absolute;
    top: 45%;
    left: 50%;
    /* margin-top: -50px;
    margin-left: -50px; */
    z-index: 9999;
}

#ajax-overlay {
    background: black;
    position: fixed;
    background-color: rgb(143 222 131 / 30%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    vertical-align: middle;
    z-index: 9;
}