#content-prelosder {
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, .2) !important;
    z-index: 10000 !important;
    position: fixed;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#title-ajax-preloader {
    color: blanchedalmond;
    margin-top: 100px;
    margin-right: 100px;
}

#title-ajax-preloader span {
    color: rgb(109, 108, 107);
    font-size: 15px;
}