.modalbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9980;justify-content:center;align-items:center;display:none}.modalbox .background{position:absolute;background-color:#000000ad;width:100%;height:100%;z-index:9982}.modalbox .wrapper{position:relative;background:#fff;z-index:9985}.modalbox .wrapper>.content{max-height:calc(100vh - 5rem);overflow:auto;padding:2rem;width:50vw;min-width:500px}.modalbox .wrapper>.content.contentDrivenSize{width:auto}@media screen and (max-width:555px){.modalbox .wrapper>.content{width:calc(100vw - 2rem);min-width:unset}.modalbox .wrapper>.content.contentDrivenSize img{width:100%;height:auto}}.modalbox .wrapper>.close{background-image:url("../../bundles/contaomodalbox/frontend/icons/close.svg");width:20px;height:20px;position:absolute;top:1rem;right:1rem;cursor:pointer;background-repeat:no-repeat;background-size:cover;background-position-y:-6px}.modalbox.show{display:flex}