.employee-notification-channels{min-width:400px}.employee-notification-channels__header{display:flex;flex-direction:column;gap:10px}.employee-notification-channels__card-wrapper{width:352px;min-width:352px}.employee-notification-channels__right-card-wrapper{width:401px;min-width:401px}.employee-notification-channels__card{display:flex;justify-content:space-between;align-items:center;padding:0 8px;width:100%;height:56px}.employee-notification-channels__card div{line-height:20px}.employee-notification-channels__item{background-color:var(--ap-content-background-color);display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid var(--ap-borders-color);cursor:pointer}.employee-notification-channels__item.active,.employee-notification-channels__item:hover{background-color:var(--ap-hover-background-color)}.employee-notification{width:100%;height:100%;background:var(--ap-page-layout-background);position:relative}.employee-notification__disable-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;background:var(--ap-page-layout-background);z-index:1;opacity:0.6;cursor:not-allowed}.crm-profile-notification{background:var(--ap-page-layout-background);height:calc(100vh - 42px)}