.InformativeCard_informativeCard__ug28x{display:grid;grid-template-columns:max-content 1fr;grid-gap:1rem;gap:1rem}.ui-alertDialogOverlay{background-color:#0000001a;z-index:1050;position:fixed;top:0;right:0;bottom:0;left:0;animation:overlayShow .15s cubic-bezier(.16,1,.3,1)}.ui-alertDialogContent{box-shadow:0 8px 16px #00000059;background-color:var(--white);border-radius:6px;position:fixed;top:20%;left:50%;transform:translate(-50%,-50%);width:90vw;max-width:500px;max-height:85vh;padding:25px;animation:contentShow .15s cubic-bezier(.16,1,.3,1);z-index:1050}.ui-alertDialogContent:focus{outline:none}.ui-alertDialogTitle{margin-bottom:8px;display:flex;flex-direction:row;align-items:center;gap:8px}.ui-alertDialogDescription{margin-bottom:16px}@keyframes overlayShow{0%{opacity:0}to{opacity:1}}@keyframes contentShow{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}