body.ns-auth-safe .ns-page-loader,
body.ns-auth-safe .ns-customer-service,
body.ns-auth-safe .ns-customer-service__overlay,
body.ns-auth-safe .ns-customer-service__panel{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
}

body.ns-auth-safe{
    overflow:auto!important;
    padding-right:0!important;
    padding-bottom:0!important;
}

body.ns-auth-safe form,
body.ns-auth-safe input,
body.ns-auth-safe select,
body.ns-auth-safe textarea,
body.ns-auth-safe button,
body.ns-auth-safe a{
    pointer-events:auto!important;
}
