.crm-employees-structure-card{width:350px;border-radius:8px;background-color:var(--ap-content-background-color);display:flex;flex-direction:column;align-items:center;padding:0 4px 4px 4px;cursor:move;-webkit-user-select:none;user-select:none}.crm-employees-structure-card__header{width:100%;height:42px;border-radius:8px 8px 0 0;padding:0 4px;color:var(--ap-page-layout-background);background-color:var(--ap-side-menu-background)}.crm-employees-structure-card__body{min-height:40px;overflow-y:auto;overflow-x:hidden;gap:10px;width:100%;display:flex;flex-direction:column;margin-top:4px}.crm-employees-structure-card__header,.crm-employees-structure-card__item{display:flex;align-items:center;justify-content:space-between}.crm-employees-structure-card__header i,.crm-employees-structure-card__item i{visibility:hidden}.crm-employees-structure-card__header:hover i,.crm-employees-structure-card__item:hover i{visibility:visible}.employee-struct-filter__content{width:330px}.employee-struct-filter i.q-icon{font-size:32px;color:var(--ap-icon-color)}.crm-employees-structure{background-color:var(--ap-page-layout-background);width:100%}.crm-employees-structure__header{display:flex;flex-direction:column;gap:10px}.crm-employees-structure__body{height:calc(100vh - 180px);overflow:hidden;cursor:move}.crm-employees-structure__content{position:relative;height:100%}