
/* START - USERWAY - ACCESSIBILITY FIXES */
html.popup body > .uwy {
    display: none !important;
}

body .uwy .userway_buttons_wrapper {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

body .uwy.userway_p1 .userway_buttons_wrapper, 
body .uwy.userway_p2 .userway_buttons_wrapper, 
body .uwy.userway_p3 .userway_buttons_wrapper {
    right: 13px !important;
    left: unset !important;
}

body .uwy.userway_p6 .userway_buttons_wrapper,
body .uwy.userway_p7 .userway_buttons_wrapper,
body .uwy.userway_p8 .userway_buttons_wrapper {
    left: 13px !important;
    right: unset !important;
}

@media (max-width: 767px) {
    body .uwy .uai {
        width: 38px !important;
        height: 38px !important;
        transform: scale(1) !important;
    }

    body .uwy.userway_p1 .userway_buttons_wrapper, 
    body .uwy.userway_p2 .userway_buttons_wrapper, 
    body .uwy.userway_p3 .userway_buttons_wrapper {
        right: 8px !important;
    }
        
    body .uwy.userway_p6 .userway_buttons_wrapper,
    body .uwy.userway_p7 .userway_buttons_wrapper,
    body .uwy.userway_p8 .userway_buttons_wrapper {
        left: 8px !important;
    }
}
/* END - USERWAY - ACCESSIBILITY FIXES */