.ConfirmModal{--modal-box-width:520px;--modal-box-height:260px}.ConfirmModal_inner{display:flex;flex-direction:column;height:100%}.ConfirmModal_body{display:flex;flex-grow:1;align-items:center;padding:16px;background-color:var(--color-darkblue)}.ConfirmModal_icon{flex-shrink:0;width:100px;height:100px;background-image:url(/images/info-gradient.svg);background-repeat:no-repeat;background-position:50% 50%;background-size:contain}.ConfirmModal_content{margin-left:20px;font-family:var(--font-family3);font-size:1rem;line-height:1.21}.ConfirmModal_content p+p{margin-top:10px}.ConfirmModal_footer{margin-top:12px}.ConfirmModal_buttons{display:flex;align-items:center;justify-content:space-between;width:100%}.ConfirmModal_button+.ConfirmModal_button{margin-left:20px}@media(max-width:480px){.ConfirmModal{min-width:320px!important;height:auto;max-height:420px}}