.ui-commandpalette{display:none;position:fixed;background:#fff;border:1px solid #c8c8c8;border-radius:3px;box-shadow:0 3px 6px 0 rgba(0,0,0,0.16);z-index:1000;overflow:hidden;width:280px}.ui-commandpalette-header{padding:8px 12px;background:#f5f5f5;border-bottom:1px solid #e0e0e0;font-weight:bold;font-size:14px}.ui-commandpalette-title{cursor:default}.ui-commandpalette-filter{padding:6px;border-bottom:1px solid #e0e0e0}.ui-commandpalette-filter-input{width:100%;padding:6px 8px;border:1px solid #c8c8c8;border-radius:2px;box-sizing:border-box;font-size:13px;outline:0;transition:border-color .2s}
.ui-commandpalette-filter-input:focus{border-color:#007ad9}.ui-commandpalette-groups{overflow-y:auto;overflow-x:hidden}.ui-commandpalette-group{border-bottom:1px solid #f0f0f0}.ui-commandpalette-group:last-child{border-bottom:0}.ui-commandpalette-group-header{padding:8px 12px;cursor:pointer;user-select:none;background:#fafafa;transition:background-color .2s}.ui-commandpalette-group-header:hover{background:#eaeaea}.ui-commandpalette-group-header.ui-state-active{background:#e3f0fa}.ui-commandpalette-group-toggle{font-size:10px;margin-right:6px;color:#666}
.ui-commandpalette-group-label{font-size:13px;font-weight:600;color:#333}.ui-commandpalette-group-items{display:none;padding:0}.ui-commandpalette-item{padding:8px 12px 8px 28px;cursor:pointer;font-size:13px;color:#444;transition:background-color .15s}.ui-commandpalette-item:hover{background:#d9edf7}.ui-commandpalette-item:active{background:#b9ddee}