.modal__overlay{overflow:scroll;position:fixed;inset:0;background-color:rgba(23,23,23,.4);z-index:1050}.modal__content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:4px;box-shadow:0 2px 24px rgba(0,0,0,.2);z-index:1200;display:flex;flex-direction:column;transition:opacity .3s ease,transform .3s ease;width:90%;max-width:71.25rem;min-width:18.5rem;max-height:90vh;overflow-y:auto}.modal__content--sm{max-width:18.5rem}.modal__content--md{max-width:31.25rem}.modal__content--lg{max-width:50rem}.modal__content--xl{max-width:71.25rem}.modal__header{display:flex;flex:0 0 auto;justify-content:space-between;align-items:center;background:#1a3a5c;gap:12px;padding:20px 16px}.modal__header__heading{color:#fff;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal__body{display:flex;flex:1 1 auto;overflow-y:auto;min-height:0;align-self:stretch;flex-direction:column;align-items:flex-start;gap:20px;padding:20px 16px;color:#1a1a1a}.modal__footer{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;padding:16px;border-top:1px solid #e0e0e0}