.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content-wrapper{overflow:hidden;border-radius:8px;width:100%;max-width:950px;margin-inline:16px}.modal-content{background:#fff;border-radius:8px;position:relative;max-height:550px;overflow-y:auto}.modal-header___bg{padding:8px 15px;background-color:#103e65}.modal-close{position:absolute;top:10px;right:12px;border:none;background:none;font-size:18px;cursor:pointer;color:#fff;z-index:20;border-radius:8px;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease;padding:4px 8px}.modal-close:hover{background-color:hsla(0,0%,100%,.15)}