.modal{opacity:0;pointer-events:none;-webkit-backdrop-filter:blur();backdrop-filter:blur();z-index:999999;background:#11111171;justify-content:center;align-items:center;width:100%;height:100%;padding:20px;transition:opacity .2s,-webkit-backdrop-filter .2s,backdrop-filter .2s;display:flex;position:fixed;inset:0}.modal.modal_diving_in,.modal.modal_diving_out{pointer-events:all;opacity:1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal_content{background:#fff;border-radius:38px;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:540px;padding:30px 40px;display:flex;position:relative;top:100vh}.modal.modal_diving_in .modal_content{animation:.2s forwards dive_in_bottom}.modal.modal_diving_out .modal_content{animation:.2s forwards dive_out_bottom}.modal_close_button{cursor:pointer}.modal_header{justify-content:space-between;align-items:center;width:100%;font-size:24px;display:flex}.lotus-modal-actions{justify-content:space-between;align-items:center;width:100%;display:flex}@keyframes dive_in_bottom{0%{top:100vh}to{top:0}}@keyframes dive_out_bottom{0%{top:0}to{top:100vh}}
