.user-role-editor { align-items: center; margin-top: 1.125rem; .select-role { // margin-top: 1rem; } .roles { min-width: 90px; margin-right: 6rem; } .roles-width-180 { width: 180px; margin-right: 8px; } .row-action { color: #129d99; cursor: pointer; } .user { display: flex; justify-content: center; align-items: center; width: 67px; height: 28px; color: #00c4ff; background: #d3f5ff 0% 0% no-repeat padding-box; border-radius: 44px; letter-spacing: 0.11px; font-weight: 400; opacity: 1; margin-top: 0.5em; margin-bottom: 0.5em; } .manager { display: flex; justify-content: center; align-items: center; width: 90px; height: 28px; color: #568b5a; background: #9dd1a1 0% 0% no-repeat padding-box; border-radius: 44px; letter-spacing: 0.11px; font-weight: 400; opacity: 1; margin-top: 0.5em; margin-bottom: 0.5em; } .admin { display: flex; justify-content: center; align-items: center; width: 77px; height: 28px; color: #ff3d33; background: #ffd5d3 0% 0% no-repeat padding-box; border-radius: 44px; letter-spacing: 0.11px; font-weight: 400; opacity: 1; margin-top: 0.5em; margin-bottom: 0.5em; } } ::ng-deep .mat-form-field-wrapper { background-color: white !important; padding-bottom: 0 !important; } ::ng-deep .mat-form-field-appearance-outline .mat-form-field-infix { padding: 0.3rem 0rem 0.6rem 0rem !important; }