.employee__container{display:flex;align-items:center;gap:16px}
.employee__has-bio{cursor:pointer}
.employee__initials{background-color:#e6121a;flex:0 0 64px;height:64px;border-radius:100%;color:#fff;font-size:22px;font-weight:bold;display:flex;align-items:center;justify-content:center}
.employee__image{flex:0 0 64px;width:100%;height:64px;border-radius:100%}
.employee__name{color:#121213;font-size:16px;font-weight:bold}
.employee__has-bio .employee__name{color:#1d62b1}
.employee__role{color:#545459;font-size:14px}
.employee__modal{opacity:0;background:#1a1a1c80;position:fixed;top:-10000px;left:-10000px;height:100%;width:100%;z-index:-1}
.employee__modal.open{opacity:1;top:0;left:0;display:flex;justify-content:center;align-items:center;z-index:999999}
.employee__modal .employee__modal-dialog{padding:24px;max-height:90%;width:55%;background-color:white;overflow:auto;border-radius:3px}
@media only screen and (max-width:959px){.employee__modal .employee__modal-dialog{width:90%}
}
.employee__modal-header{margin-bottom:24px}
.employee__modal-body{margin-top:24px}
.employee__modal-dialog .cmp-secondary-button{display:flex;justify-content:end;margin-top:24px}
.employee__modal-dialog .cmp-secondary-button a{color:#e6121a}
.employee__modal-dialog .cmp-secondary-button a:hover{color:#b70e15}
.cq-FileUpload-thumbnail-img{max-width:50px}