.custom-modal-overlay[data-v-4749472e]{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-4749472e]{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.custom-modal-overlay .custom-modal[data-v-4749472e]{max-width:560px;width:90%;background:var(--rs-white);border-radius:5px;padding:25px}.custom-modal-overlay .custom-modal h2[data-v-4749472e]{font-weight:700;font-size:24px;margin-bottom:20px}.custom-modal-overlay .custom-modal .form-group[data-v-4749472e]{margin-top:20px;margin-bottom:15px}.custom-modal-overlay .custom-modal .form-group label[data-v-4749472e]{display:block;font-size:14px;font-weight:400;margin-bottom:5px;color:var(--rs-dark)}.custom-modal-overlay .custom-modal .form-group textarea[data-v-4749472e]{width:100%;border:1px solid var(--rs-gray);border-radius:5px;padding:10px;resize:none;font-family:var(--secondary-font)}.custom-modal-overlay .custom-modal .form-group textarea[data-v-4749472e]::-webkit-input-placeholder{color:#ccc}.custom-modal-overlay .custom-modal .form-group textarea[data-v-4749472e]::-moz-placeholder{color:#ccc}.custom-modal-overlay .custom-modal .form-group textarea[data-v-4749472e]:-ms-input-placeholder{color:#ccc}.custom-modal-overlay .custom-modal .form-group textarea[data-v-4749472e]::-ms-input-placeholder{color:#ccc}.custom-modal-overlay .custom-modal .form-group textarea[data-v-4749472e]::placeholder{color:#ccc}.custom-modal-overlay .custom-modal .actions[data-v-4749472e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:15px;margin-top:30px}.custom-modal-overlay .custom-modal .actions .cta[data-v-4749472e]{padding:15px 30px}.custom-modal-overlay .custom-modal .actions .cta.cancel[data-v-4749472e]{color:var(--rs-red)}.custom-modal-overlay .custom-modal .actions .cta.cancel[data-v-4749472e]:hover{color:var(--rs-white)}.custom-modal-overlay .custom-modal .actions .cta.confirm[data-v-4749472e]{background:var(--rs-red);color:var(--rs-white)}.custom-modal-overlay .custom-modal .actions .cta.confirm[data-v-4749472e]:hover{opacity:.8}.custom-modal-overlay .custom-modal .actions .cta.confirm[data-v-4749472e]:disabled{opacity:.4;cursor:not-allowed}