Sometimes, the WordPress theme can affect the work of the Bookly Customer Cabinet (Add-on) and Bookly Staff Cabinet (Add-on), so the pop-up windows become inaccessible. To solve this issue, add this CSS code here Wordpress admin view > Appearance > Customize > Additional CSS:
.modal-backdrop {
z-index: auto! important;
}