.cmp-custom-modal__wrapper{display:flex;flex-direction:column;justify-content:center;margin:auto;padding:20px;border-radius:5px;box-shadow:2px 10px 27px 0 gray;background-color:var(--custom-background-color,#f4f6f9);min-height:100px;width:100%;margin-left:10px;margin-right:10px;max-width:var(--custom-width,900px)}
.cmp-custom-modal__wrapper .cmp-custom-container:not(.edit-mode){max-height:80vh;overflow:auto}
.cmp-custom-modal__close{display:flex;flex-direction:row;justify-content:center;align-items:center;column-gap:10px;margin-left:auto;background-color:initial;padding:0;margin-top:10px;margin-right:10px;border:initial;font-size:16px}
.cmp-custom-modal__close .modal-close-icon{width:15px;height:15px;object-fit:cover}
.cmp-custom-modal__close .modal-close-icon:hover{cursor:pointer}
.cmp-custom-modal:not(.wcmmode){display:none;width:100%;height:100vh;position:fixed;top:0;left:0;opacity:1;z-index:20000;background-color:rgba(15,15,15,0.5)}
.cmp-custom-modal:not(.show){visibility:hidden}
.cmp-custom-modal.show{display:flex;justify-content:center;visibility:visible}