.rz_loader_hidden {
    display: none !important;
}
#rz-booking-form-inner-loader {
    display: flex;
    min-height: 100vh;
    position: absolute;
    background-color: #ffffff95 !important;
    width: calc(100% - 35px);
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#rz-booking-loader-overlay {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #ffffffde !important;
    top: 0;
    left: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#rz-booking-loader-elements {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#rz-booking-loader-elements img, #rz-booking-loader-elements div {
    background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
    #rz-booking-form-inner-loader {
        width: 100%;
    }
    #rz-booking-loader-elements span {
        font-size: 12px !important;
    }
}