/**handles:photection-style**/
.photection-modal{position:fixed;left:0;top:0;right:0;bottom:0;z-index:5000;width:100%;height:100%;background-color:rgba(255,255,255,.25);display:none;transition:opacity .5s ease}.photection-modal.is-active{display:block}.photection__message-wrapper{position:absolute;z-index:5000;padding:.5rem .75rem;min-width:200px;top:50%;left:50%;transform:translateX(-50%) translateY(50%);background-color:#000;border-radius:4px;text-align:center;color:#fff;font-size:.875rem;cursor:pointer}