.ajax-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    z-index: 99999999;
    display: none;
}

.ajax-loader.show{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ajax-loader-in {
    font-size: 130px;
    color: #fff;
}

.ajax-response-timezone{
    margin-bottom: 20px;
    display: none;
}