.modal-container .modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1000}.modal-container .modal-content{background:#fff;border-radius:.75rem;width:32.4pc;max-width:90%;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.3);box-shadow:0 5px 15px rgba(0,0,0,.3)}.modal-container .modal-header{font-size:1.5rem;font-weight:700;color:#001965;padding-top:1.5rem;padding-inline:1.5rem;padding-bottom:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.modal-container .modal-body{font-weight:400;color:#001965;font-size:.875rem;padding-inline:1.5rem;padding-bottom:3rem}.modal-container .modal-footer{border-top:1px solid #dcdee5;padding:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;gap:.5rem}.modal-container .modal-close{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}