@keyframes custom-message-icon-pop{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.custom-message-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.custom-message-content{z-index:100;box-shadow:none;background-color:#0000;border:none;flex-direction:column;justify-content:center;align-items:center;gap:0;padding:0;display:flex}.custom-message-stack{flex-direction:column;align-items:center;display:flex}.custom-message-stack--confirm{width:100%;max-width:clamp(360px,50vw,720px);padding:0 var(--padding-06)}.custom-message-icon{justify-content:center;align-items:center;width:10rem;height:10rem;margin-bottom:3.2rem;animation:.25s ease-out both custom-message-icon-pop;display:flex;position:relative}.custom-message-icon--info{color:#3fc3ee}.custom-message-icon--success{color:#a5dc86}.custom-message-icon--warning{color:#fdba74}.custom-message-icon--error{color:#f27474}.custom-message-text{width:100%;max-width:50vw;padding:0 var(--padding-06);white-space:pre-wrap;text-align:center;color:var(--climate-gray-0);font-size:2rem;font-weight:var(--font-weight-light);text-shadow:0 2px 10px #00000059;margin-bottom:3.2rem;overflow:auto}.custom-message-actions{justify-content:center;gap:var(--gap-03);width:100%;display:flex}.custom-message-actions--choice{flex-wrap:wrap;max-width:50vw}.base-btn.custom-message-button{width:100%;color:var(--climate-gray-0);background-color:#0000;font-size:1.65rem}.base-btn.custom-message-button:hover,.base-btn.custom-message-button:focus{color:var(--climate-gray-0);background-color:#d7d7d71a}.custom-message-button--single{max-width:20rem}.custom-message-button--split{flex:1;max-width:10rem}.custom-message-button--choice{flex:10rem;min-width:10rem;max-width:16rem}
