.custom-modal-overlay[data-v-20a005da]{position:fixed;height:100vh;width:100%;left:0;top:0;background:rgba(0,0,0,.5);display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:99;opacity:0;-webkit-transition:opacity .5s linear;transition:opacity .5s linear}.custom-modal-overlay.show[data-v-20a005da]{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.custom-modal-overlay .custom-modal[data-v-20a005da]{max-width:400px;background:var(--rs-white);border-radius:5px;padding:30px}.custom-modal-overlay .custom-modal img[data-v-20a005da]{margin:0 auto 20px;display:block}.custom-modal-overlay .custom-modal h2[data-v-20a005da]{font-weight:700;font-size:24px;margin-bottom:30px}.custom-modal-overlay .custom-modal .actions[data-v-20a005da]{display:grid;grid-template-columns:155px 155px;grid-column-gap:30px}.custom-modal-overlay .custom-modal .actions.single[data-v-20a005da]{grid-template-columns:auto}.custom-modal-overlay .custom-modal .actions.single .cta[data-v-20a005da]{max-width:250px;margin:0 auto;min-width:150px}.custom-modal-overlay .custom-modal .actions .cta[data-v-20a005da]{padding:15px 0}.custom-modal-overlay .custom-modal .actions .cta.cancel[data-v-20a005da]{color:var(--rs-red)}.custom-modal-overlay .custom-modal .actions .cta.cancel[data-v-20a005da]:hover{color:var(--rs-white)}.custom-modal-overlay .custom-modal .actions .cta.confirm[data-v-20a005da]{background:var(--rs-red);color:var(--rs-white)}.custom-modal-overlay .custom-modal .actions .cta.confirm[data-v-20a005da]:hover{opacity:.8}