.checked-contact-list{height:calc(100% - 40px);overflow:auto}.checked-contact-list .checked-contact{width:100%;display:flex;justify-content:space-between;align-items:center;height:66px!important;padding:20px}.checked-contact-list .checked-contact:hover{background-color:var(--primaryHoverLightColor)}.checked-contact-list .checked-contact .group-avatar{width:48px;height:48px;margin-right:10px;border-radius:6px}.checked-contact-list .checked-contact .close-icon{width:16px;height:16px;background:#ccc;color:#fff;border-radius:50%;cursor:pointer}.checked-contact-list .checked-contact .close-icon:hover{background:#7f7f7f;color:#c7c7c7}.checked-contact-list .checked-contact .el-checkbox__label{display:flex;align-items:center}