.modal-overlay{width:100%;height:100%;background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:11111}.modal-wrapper{border-radius:20px;top:50%;right:50%;transform:translate(50%,-50%);z-index:1111;position:absolute}.modal-wrapper .closeIcon{position:absolute;right:0;top:-10px;cursor:pointer}@media screen and (max-width:768px){.modal-wrapper{position:absolute;bottom:0;width:100%;border-radius:24px 24px 0 0;top:unset;right:unset;transform:unset}}