/* Modal styling similar to provided design */
.apl-overlay{}
.modal .popup-header{
  background:#082E75;color:#fff;padding:15px;border-radius:5px 5px 0 0;
  display:flex;justify-content:space-between;align-items:flex-start
}
.header-text{flex:1;padding-right:130px;text-align:center}
.profile-box{width:120px;text-align:center}
.profile-img{width:100%;border-radius:5px}
.profile-name{font-weight:bold;margin:5px 0 0;font-size:14px;color:#000}
.profile-role{font-size:12px;color:#555}
.submit-btn{background:#082E75;color:white;width:100%}
.apl-msg{margin-top:6px;font-size:13px}
